* lisp/emacs-lisp/smie.el (smie-indent--bolp-1): New function.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
fdb058c2
SM
12012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
4 (smie-indent-keyword): Use it.
5
51fa99f1
SM
62012-05-14 Stefan Merten <smerten@oekonux.de>
7
8 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
9
e18afed7 102012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
11
12 * net/rlogin.el (rlogin-mode-map): Fix last change.
13
e18afed7 142012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
15
16 * mail/smtpmail.el (smtpmail-send-command): Send the command and
17 the following \r\n using a single `process-send-string', since the
18 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 19 with two `process-send-string's (Bug#11444).
8633b1f4 20
e18afed7 212012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 22
fdb058c2
SM
23 * shell.el (shell-parse-pcomplete-arguments):
24 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 25
2d21d7f6
WJ
262012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
27
e18afed7 28 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
29 (image-transform-scale, image-transform-right-angle-fudge): New vars.
30 (image-transform-width, image-transform-fit-width): New functions.
31 (image-transform-properties): Use them.
32 (image-transform-check-size): New function.
33 (image-toggle-display-image): Use it (for testing).
34 (image-transform-set-rotation): Reduce angle mod 360.
35 Delete obsolete comment.
36
7102e6d0
WJ
372012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
38
39 * image-mode.el: Fix scaling (bug#11399).
40 (image-transform-resize): Doc fix.
41 (image-transform-properties): Default scale is 1 and height should
42 be an integer.
43
06bc5e6e
SM
442012-05-13 Johan Bockgård <bojohan@gnu.org>
45
46 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
47 than hard-coding `car', to fix misbehavior when moving forward.
48
0ae03b6a
CY
492012-05-13 Chong Yidong <cyd@gnu.org>
50
51 * emacs-lisp/tabulated-list.el (tabulated-list-format)
52 (tabulated-list-entries, tabulated-list-padding)
53 (tabulated-list-sort-key): Make permanent-local.
54
55 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
56 (electric-buffer-list): Put electric buffer menu
57 command descriptions in this docstring, instead of the docstring
58 of electric-buffer-menu-mode. Code cleanups.
59 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
60 Electric-buffer-menu-mode.
61 (electric-buffer-update-highlight): Minor code cleanup.
62
205a7391
MA
632012-05-13 Michael Albinus <michael.albinus@gmx.de>
64
65 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
66 (Bug#11447)
67
e5bd0a28
SM
682012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 Move define-obsolete-variable-alias before the var's definition.
71 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
72 * tooltip.el (tooltip-hook):
73 * textmodes/reftex-toc.el (reftex-toc-map):
74 * textmodes/reftex-sel.el (reftex-select-label-map)
75 (reftex-select-bib-map):
76 * textmodes/reftex-index.el (reftex-index-map)
77 (reftex-index-phrases-map):
78 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
79 * progmodes/meta-mode.el (meta-mode-map):
80 * novice.el (disabled-command-hook):
81 * loadhist.el (unload-hook-features-list):
82 * frame.el (blink-cursor):
83 * files.el (find-file-not-found-hooks, write-file-hooks)
84 (write-contents-hooks):
85 * emulation/tpu-edt.el (GOLD-map):
86 * emacs-lock.el (emacs-lock-from-exiting):
87 * emacs-lisp/generic.el (generic-font-lock-defaults):
88 * emacs-lisp/chart.el (chart-map):
89 * dos-fns.el (register-name-alist):
90 * dired-x.el (dired-omit-files-p):
91 * desktop.el (desktop-enable):
92 * cus-edit.el (custom-mode-hook):
93 * buff-menu.el (buffer-menu-mode-hook):
94 * bookmark.el (bookmark-read-annotation-text-func)
95 (bookmark-exit-hooks):
96 * allout.el (allout-mode-deactivate-hook)
97 (allout-exposure-change-hook, allout-structure-added-hook)
98 (allout-structure-deleted-hook, allout-structure-shifted-hook):
99 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
100 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
101 comes before the corresponding variable's definition.
102
ac59c2f6
CY
1032012-05-12 Chong Yidong <cyd@gnu.org>
104
105 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
106 (Buffer-menu-mouse-select): Restore function (Bug#11459).
107 (Buffer-menu-mode-map): Bind it.
108 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 109
dee6c9a3
SM
1102012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
111
2171cea5
SM
112 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
113 (prolog-upper-case-string, prolog-lower-case-string)
114 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
115 (prolog-use-smie, prolog-smie-grammar): New vars.
116 (prolog-smie-forward-token, prolog-smie-backward-token)
117 (prolog-smie-rules): New funs.
118 (prolog-comment-indent): Remove.
119 (prolog-mode-variables): Use default comment indentation instead.
120 Setup SMIE.
121 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
122 (prolog-mode): Don't call them any more.
123 (prolog-electric-colon, prolog-electric-dash)
124 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
125
aa0382bd
SM
126 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
127
dbacb4bd
SM
128 * minibuffer.el (completion--twq-all): Again, allow case differences.
129
13bdd94c
SM
130 * term.el: Move keymap initialization code to be more idiomatic.
131 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
132 (term-terminal-menu): Move initialization into declaration.
133 (term-escape-char): Let the user set it in her .emacs.
134
ff46c759
SM
135 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
136 Provide SMIE-based indentation (not enabled by default yet).
137 (sh-mode-map): Don't bind electric keys.
138 Use electric-pair-mode instead of skeleton-pair.
139 (sh-assignment-regexp): Fit within 80 columns.
140 (sh-indent-supported): Specify actual shell name instead of boolean.
141 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
142 (sh-maybe-here-document): Use it. Make obsolete.
143 (sh-electric-here-document-mode) New minor mode.
144 (sh-mode): Use it. Don't set sh-indent-supported-here here.
145 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
146 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
147 (sh-smie-rc-grammar, sh-use-smie): New vars.
148 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
149 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
150 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
151 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
152 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
153 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
154 (sh-set-shell): Use smie-setup if requested.
155
dee6c9a3
SM
156 * term.el (term-set-escape-char): Properly set term-escape-char.
157 See http://stackoverflow.com/questions/10524656.
158
9f9aa044
CY
1592012-05-10 Chong Yidong <cyd@gnu.org>
160
161 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
162 Use url-generic-parse-url, and handle host names and Windows
163 filenames properly.
164 (ffap-url-unwrap-remote): Use url-generic-parse-url.
165 (ffap-url-unwrap-remote): Accept list values, specifying a list of
166 URL schemes to work on.
167 (ffap--toggle-read-only): New function.
168 (ffap-read-only, ffap-read-only-other-window)
169 (ffap-read-only-other-frame): Use it.
170 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
171 necessary for ffap-url-unwrap-remote.
172
836d29b3
DA
1732012-05-10 Dave Abrahams <dave@boostpro.com>
174
175 * cus-start.el (create-lockfiles): Add it.
176
00fd78ed
CY
1772012-05-09 Chong Yidong <cyd@gnu.org>
178
179 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
180 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
181
666b903b 1822012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
183
184 * shell.el (shell-completion-vars): Fix last change (bug#11348).
185
666b903b 1862012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
187
188 * ansi-color.el (ansi-color-process-output): Check for validity of
189 comint-last-output-start before using it. This avoids a bad
190 interaction with gdb-mi's input/output buffer.
191
666b903b 1922012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
193
194 * files.el (dir-locals-read-from-file):
195 Mention dir-locals in any error message.
196
666b903b 1972012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
198
199 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
200 package (Bug#11410).
201
f677562b
CY
202 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
203 variables into description.
204
666b903b 2052012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
206
207 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
208 shell-delimiter-argument-list (bug#11348).
209 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
210
b499d8d0
JB
2112012-05-09 Juanma Barranquero <lekktu@gmail.com>
212
8f6b6da8
JB
213 * textmodes/rst.el: Silence byte-compiler warnings.
214 (rst-re-alist, rst-reset-section-caches): Move around.
215 (rst-re): Use `characterp', not `char-valid-p'.
216 (font-lock-beg, font-lock-end): Declare.
217
4824146a
JB
218 * progmodes/idlw-shell.el (specs): Remove reference to deleted
219 variable `idlwave-shell-activate-alt-keybindings' and simplify.
220
b499d8d0
JB
221 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
222
ad89bb83
GM
2232012-05-08 Glenn Morris <rgm@gnu.org>
224
225 * files.el (auto-mode-alist): Treat ".make" like ".mk".
226
8bba5a75
SM
2272012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
228
49ed9c8e
SM
229 * vc/log-edit.el: Add GNU coding standards highlighting.
230 (log-edit-font-lock-gnu-style)
231 (log-edit-font-lock-gnu-keywords): New vars.
232 (log-edit-font-lock-keywords): New fun.
233 (log-edit-mode): Don't fold case in font-lock.
234 (log-edit-font-lock-keywords): Do not assume case-folding.
235
07d00b56
SM
236 * imenu.el: Misc cleanup. Make docstrings out of comments.
237 Use lexical-binding.
238 (imenu--index-alist, imenu--last-menubar-index-alist)
239 (imenu-menubar-modified-tick): Use defvar-local.
240 (imenu--split-menu): Remove unused var.
241 (imenu--cleanup-seen): Declare as global.
242 (imenu--cleanup): Use dolist.
243
8bba5a75
SM
244 * subr.el (defvar-local): Add debug spec and doc-string position.
245
5075bdb5
GM
2462012-05-08 Glenn Morris <rgm@gnu.org>
247
c052c904
GM
248 * lisp/language/burmese.el, language/cham.el, language/czech.el:
249 * language/english.el, language/georgian.el, language/greek.el:
250 * language/japanese.el, language/khmer.el, language/korean.el:
251 * language/lao.el, language/misc-lang.el, language/romanian.el:
252 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
253 * language/thai.el, language/utf-8-lang.el:
254 Remove no-byte-compile setting.
255
5075bdb5
GM
256 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
257
06f679a7
AH
2582012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
259
260 * progmodes/make-mode.el (makefile-browse):
261 Remove unnecessary interactive. (Bug#11324)
262
03794570
GM
2632012-05-07 Glenn Morris <rgm@gnu.org>
264
af8630f4
GM
265 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
266
03794570
GM
267 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
268
f0809a9d
SM
2692012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
270
28be5ce7
SM
271 * loadup.el: Preload newcomment.el.
272 * newcomment.el: Move autoload-only code to toplevel.
273
f0809a9d
SM
274 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
275 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
276 Handle new :right-align column property.
277 (tabulated-list-print-col): Idem, plus use `display' text-property to
278 try and preserve alignment for variable pitch fonts.
279
1241b724
CY
2802012-05-07 Chong Yidong <cyd@gnu.org>
281
282 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
283 (tabulated-list-use-header-line): New var.
284 (tabulated-list-init-header): Use it.
285 (tabulated-list-print-fake-header): New function.
286 (tabulated-list-print): Use it.
287 (tabulated-list-sort-button-map): Add non-header-line commands.
288 (tabulated-list-init-header): Add column name property to basic
289 labels as well.
290 (tabulated-list-col-sort): Handle non-header-line button case.
291 (tabulated-list--sort-by-column-name): Fix a corner case.
292
f0809a9d
SM
293 * buff-menu.el (list-buffers--refresh):
294 Handle Buffer-menu-use-header-line.
1241b724 295
e5f9458f
CY
2962012-05-06 Chong Yidong <cyd@gnu.org>
297
298 * buff-menu.el: Convert to Tabulated List mode.
299 (Buffer-menu-buffer+size-width): Make obsolete.
300 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
301 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
302 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
303 documentation into docstring of buffer-menu.
304 (Buffer-menu-toggle-files-only): Add an informative message.
305 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
306 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
307 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
308 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
309 (Buffer-menu-execute, Buffer-menu-select)
310 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
311 (Buffer-menu-bury): Use Tabulated List machinery.
312 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
313 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 314 Delete.
e5f9458f
CY
315 (list-buffers--refresh): New function.
316 (list-buffers-noselect): Use it.
317 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
318 (Buffer-menu--pretty-file-name): New helper functions.
319
320 * loadup.el: Preload tabulated-list.
321
322 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
323 tabulated-list-sort-column.
324 (tabulated-list-init-header): Add the initial aligning space even
325 if tabulated-list-padding is zero.
326
e129292c
CS
3272012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
328
329 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
330 whose cdr is not a cons cell correctly (bug#11038).
331
6632d361
CY
3322012-05-06 Chong Yidong <cyd@gnu.org>
333
e129292c
CS
334 * emacs-lisp/tabulated-list.el (tabulated-list-format):
335 Accept additional plist in column descriptors.
6632d361
CY
336 (tabulated-list-init-header): Obey it.
337 (tabulated-list-get-entry): New function.
338 (tabulated-list-put-tag): Use it. Use string-width instead of
339 length.
340 (tabulated-list--column-number): New function.
341 (tabulated-list-print): Use it.
e129292c
CS
342 (tabulated-list-print-col): New function.
343 Set `tabulated-list-column-name' property on each column's text.
6632d361 344 (tabulated-list-print-entry): Use it.
e129292c
CS
345 (tabulated-list-delete-entry, tabulated-list-set-col):
346 New functions.
6632d361
CY
347 (tabulated-list-sort-column): New command (Bug#11337).
348
3cc99f68
CY
349 * buff-menu.el (list-buffers): Move C-x C-b binding from
350 buff-menu.el to bindings.el.
351
352 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
353 :advertised-binding feature.
354
52b61776
TN
3552012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
356
357 * progmodes/compile.el (compilation-internal-error-properties):
358 Calculate start position correctly when end-col is set but
359 end-line is not (Bug#11382).
360
ebfe2597
WJ
3612012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
362
363 * man.el (Man-unindent): Use text-property-default-nonsticky to
364 prevent untabify from inheriting face properties (Bug#11408).
365
a43f98b3
GM
3662012-05-05 Glenn Morris <rgm@gnu.org>
367
48176e8b
GM
368 * calendar/cal-html.el: Optionally include holidays in the output.
369 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
370 (cal-html-holidays): New option.
371 (cal-html-css-default): Add holiday entry.
372 (holiday-in-range): Autoload it.
373 (cal-html-htmlify-entry): Add optional class argument.
374 (cal-html-htmlify-list): Add optional holidays argument.
375 (cal-html-insert-agenda-days): Include holidays in the output.
376 (cal-html-one-month): Maybe include holidays.
377
a43f98b3
GM
378 * calendar/holidays.el (holiday-in-range):
379 Move here from cal-tex-list-holidays.
380 * calendar/cal-tex.el (cal-tex-list-holidays):
381 Make it an obsolete alias for holiday-in-range. Update all callers.
382
fef9d149 3832012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
384
385 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
386 Nextstep.
387
248da2f4
RW
3882012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
389
390 * files.el (file-auto-mode-skip): New var.
391 (set-auto-mode-1): Use it.
392
f95e9344
SM
3932012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
394
df96ab1e
SM
395 * repeat.el: Use lexical-binding.
396 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
397 (repeat-undo-count): Remove.
398 (repeat):
399 * progmodes/octave-mod.el (octave-abbrev-start):
400 * progmodes/f90.el (f90-abbrev-start):
401 * face-remap.el (text-scale-adjust):
402 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
403
5342bb06
SM
404 * emacs-lisp/pcase.el (pcase--let*): New function.
405 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
406 a bit more.
407 (pcase--split-pred): Be more clever about ruling out overlap between
408 a predicate and some constant pattern.
409 (pcase--q1): Use `null' instead of (eq foo nil).
410
f95e9344
SM
411 * subr.el (setq-local, defvar-local): New macros.
412 (kbd): Redefine as an alias.
413 (with-selected-window): Leave unrelated frames alone.
414 (set-temporary-overlay-map): New function.
415
71873e2b
SM
4162012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * subr.el (user-error): New function.
419 * window.el (switch-to-buffer):
420 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
421 (smerge-match-conflict):
422 * simple.el (previous-matching-history-element)
423 (next-matching-history-element, goto-history-element, undo-more)
424 (undo-start):
425 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
426 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
427 (next-file, tags-loop-scan, list-tags, complete-tag):
428 * progmodes/compile.el (compilation-loop):
429 * mouse.el (mouse-minibuffer-check):
430 * man.el (Man-bgproc-sentinel, Man-goto-page):
431 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
432 (Info-history-forward, Info-follow-reference, Info-menu)
433 (Info-extract-menu-item, Info-extract-menu-counting)
434 (Info-forward-node, Info-backward-node, Info-next-menu-item)
435 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
436 (Info-next-reference, Info-prev-reference, Info-index)
437 (Info-index-next, Info-follow-nearest-node)
438 (Info-copy-current-node-name):
439 * imenu.el (imenu--make-index-alist)
440 (imenu-default-create-index-function, imenu-add-to-menubar):
441 * files.el (basic-save-buffer, recover-file):
442 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
443 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
444 (checkdoc-message-text, checkdoc-defun):
445 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
446 * cus-edit.el (customize-changed-options, customize-rogue)
447 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
448 (custom-variable-mark-to-reset-standard)
449 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
450 (custom-file):
451 * completion.el (check-completion-length):
452 * comint.el (comint-search-arg)
453 (comint-previous-matching-input-string-position)
454 (comint-previous-matching-input)
455 (comint-replace-by-expanded-history-before-point, comint-send-input)
456 (comint-copy-old-input, comint-backward-matching-input)
457 (comint-goto-process-mark, comint-set-process-mark):
458 * calendar/calendar.el (calendar-cursor-to-date): Use it.
459 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
460
8a61ee22
SM
4612012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
462
66408d1e
SM
463 * dabbrev.el (dabbrev--ignore-case-p): New function.
464 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
465 Use it.
466
8a61ee22
SM
467 * files.el (automount-dir-prefix): Mark as obsolete.
468
3c74813a
GM
4692012-05-04 Glenn Morris <rgm@gnu.org>
470
471 * patcomp.el, play/bruce.el: Move to obsolete/.
472
0bfcf5c5
PE
4732012-05-04 Paul Eggert <eggert@cs.ucla.edu>
474
475 Fix minor Y10k bugs.
476 * arc-mode.el (archive-unixdate):
477 * autoinsert.el (auto-insert-alist):
478 * calc/calc-forms.el (math-this-year):
479 * emacs-lisp/copyright.el (copyright-current-year)
480 (copyright-update-year, copyright):
481 * tar-mode.el (tar-clip-time-string):
482 * time.el (display-time-update):
483 Don't assume years have 4 digits.
484
78f3273a
CY
4852012-05-04 Chong Yidong <cyd@gnu.org>
486
487 * dos-w32.el (file-name-buffer-file-type-alist)
488 (direct-print-region-use-command-dot-com):
489 * ffap.el (ffap-menu-regexp):
490 * find-file.el (ff-special-constructs):
491 * follow.el (follow-debug):
492 * forms.el (forms--debug):
493 * iswitchb.el (iswitchb-all-frames):
494 * ido.el (ido-all-frames):
495 * emacs-lisp/timer.el (timer-max-repeats):
496 * mail/feedmail.el (feedmail-mail-send-hook)
497 (feedmail-mail-send-hook-queued):
498 * mail/footnote.el (footnote-signature-separator):
499 * mail/mailabbrev.el (mail-alias-separator-string)
500 (mail-abbrev-mode-regexp):
501 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
502 * progmodes/idlwave.el (idlwave-libinfo-file)
503 (idlwave-default-completion-case-is-down)
504 (idlwave-library-routines): Convert defvars to defcustoms.
505
506 * mail/rmail.el (rmail-decode-mime-charset):
507 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
508 (idlwave-shell-fix-inserted-breaks)
509 (idlwave-shell-activate-alt-keybindings)
510 (idlwave-shell-use-breakpoint-glyph):
511 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
512
f7ae6719
SM
5132012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
516
47086495
WS
5172012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
518
519 * progmodes/verilog-mode.el (font-lock-keywords):
520 Fix mis-highligting auto. Reported by Craig Barner.
521 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
522 defines from global name space. Reported by Dan Dever.
523 (verilog-auto-reset, verilog-auto-reset-widths)
524 (verilog-auto-tieoff): Support using unbased numbers for
525 AUTORESET and AUTOTIEOFF.
526 (verilog-submit-bug-report): Update variable list.
527 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
528 parenthesis from not matching. Reported by Michael Rytting.
529 (verilog-auto-template-lint): Fix hash error when linting modules
530 with no used templates.
531 (verilog-warn, verilog-warn-error)
532 (verilog-warn-fatal): When non-interactive report multiple
533 warnings before exiting. Suggested by Brad Dobbie.
534 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
535 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
536 to report unused template errors. Reported by Brad Dobbie.
537 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
538 nets, bug438. Reported by Vns Blore.
539 (verilog-auto-inout-module, verilog-auto-reg)
540 (verilog-read-decls, verilog-read-sub-decls-sig)
541 (verilog-signals-edit-wire-reg, verilog-signals-with):
542 Fix passing of Verilog data types in ANSI input/output ports
543 such as "output logic" into the AUTOs. Special case "wire" and
544 "reg" for backwards compatibility presuming Verilog 2001.
545 (verilog-auto-ascii-enum): Add "auto enum" as alias.
546 (verilog-preprocess): Fix replication of preprocess output.
547 Reported by Brad Dobbie.
548 (verilog-auto-inst-interfaced-ports):
549 Create verilog-auto-inst-interfaced-ports, bug429.
550 Reported by Julian Gorfajn.
551 (verilog-after-save-font-hook)
552 (verilog-before-save-font-hook): New variable.
553 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
554 (verilog-save-font-mods): Wrap disabling fontification, reported
555 by David Rogoff.
556 (verilog-do-indent, verilog-pretty-declarations-auto)
557 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
558 Reported by Pierre-David Pfister.
559 (verilog-set-auto-endcomments): Fix endtask auto comments outside
560 of class declarations, bug292. Reported by Kevin Heilman.
561 (verilog-read-decls): Fix 'parameter type' not appearing in
562 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
563 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
564 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
565 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
566 Reported by David Kravitz.
567
5682012-05-03 Michael McNamara <mac@mail.brushroad.com>
569
570 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
571 assignment with tests in ifs and for loops.
572 (verilog-extended-complete-re, verilog-complete-reg): Change so
573 that DPI inport functions don't look like fuction declarations.
574 (verilog-pretty-expr): Don't line up assignment
575 operations to the test and increment in if and for loops
576 (verilog-extended-complete-re, verilog-complete-reg): Change so
577 that DPI inport functions don't look like fuction declarations
578
2e51d4b5
KH
5792012-05-03 Kenichi Handa <handa@m17n.org>
580
581 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
582 decoding, and show a warning message without signalling an error
583 (Bug#11282).
584
2bd785a2
SM
5852012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * emacs-lisp/bytecomp.el
588 (byte-compile-file-form-custom-declare-variable): Compile all elements,
589 since cconv.el might have introduced :fun-body, internal-make-closure,
590 and friends for bytecomp to handle (bug#11391).
591 * custom.el (defcustom): Avoid ((λ ..) ..).
592
99d27583
SM
5932012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
594
595 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
596
55a71479
JB
5972012-05-02 Juanma Barranquero <lekktu@gmail.com>
598
599 * notifications.el (dbus-debug):
600 * term/linux.el (gpm-mouse-enable):
601 * term/screen.el (xterm-register-default-colors): Declare.
602
7b97c764
CY
6032012-05-02 Chong Yidong <cyd@gnu.org>
604
2bc356d7
CY
605 * cus-start.el (gc-cons-percentage, exec-suffixes)
606 (dos-display-scancodes, dos-hyper-key, dos-super-key)
607 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
608 (make-cursor-line-fully-visible, void-text-area-pointer)
609 (font-list-limit): Add customization data.
610
7b97c764
CY
611 * allout.el (allout-exposure-change-functions)
612 (allout-structure-added-functions)
613 (allout-structure-deleted-functions)
614 (allout-structure-shifted-functions): Rename abnormal hooks from
615 *-hook, and convert to defcustoms.
5d3385a0
JB
616 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
617 Convert to defcustoms.
7b97c764
CY
618 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
619
620 * allout-widgets.el: Hook callers changed.
621
90207a15 6222012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
623
624 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
625 the yanked message in preference to the default value of
626 buffer-file-coding-system.
627
90207a15 6282012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 629
5d3385a0
JB
630 * window.el (display-buffer--action-function-custom-type):
631 Fix entry.
d9558cad 632
90207a15 6332012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
634
635 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
636
d80ac57b
GM
6372012-05-01 Glenn Morris <rgm@gnu.org>
638
976f7668
GM
639 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
640
beb83b5a
GM
641 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
642
d80ac57b
GM
643 * cus-edit.el (custom-variable-documentation): Simplify with format.
644
b593d6a9
AH
6452012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
646 Stefan Monnier <monnier@iro.umontreal.ca>
647
648 * simple.el (suggest-key-bindings, execute-extended-command):
649 Move from keyboard.c.
650
782fbf2a
CY
6512012-05-01 Chong Yidong <cyd@gnu.org>
652
653 * follow.el: Eliminate advice.
654 (set-process-filter, process-filter, sit-for): Advice deleted.
655 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
656 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
657 Vars deleted.
782fbf2a
CY
658 (follow-auto): Use a :set function.
659 (follow-mode): Rewritten. Don't advise process filters.
660 (follow-switch-to-current-buffer-all, follow-scroll-up)
661 (follow-scroll-down): Assume follow-mode is bound.
662 (follow-comint-scroll-to-bottom)
663 (follow-align-compilation-windows): New functions.
664 (follow--window-sorter): New function.
665 (follow-all-followers): Use it to explicitly sort windows by their
666 positions; don't make assumptions about next-window order.
667 (follow-windows-start-end, follow-delete-other-windows-and-split)
668 (follow-calc-win-start): Doc fix.
669 (follow-windows-aligned-p, follow-select-if-visible): Don't call
670 vertical-motion unnecessarily.
671 (follow-adjust-window): New function.
672 (follow-post-command-hook): Use it.
673 (follow-call-set-process-filter, follow-call-process-filter)
674 (follow-intercept-process-output, follow-tidy-process-filter-alist)
675 (follow-stop-intercept-process-output, follow-generic-filter):
676 Functions deleted.
677 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
678 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
679 New functions, replacing advice on scroll-bar-* commands.
87233a14 680 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
681
682 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
683 (comint-postoutput-scroll-to-bottom): Use it.
684 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 685
290af740
GM
6862012-05-01 Glenn Morris <rgm@gnu.org>
687
688 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
689 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
690 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
691 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
692 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
693 Remove no-byte-compile setting.
694
6eac8dc9
SM
6952012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
696
697 * minibuffer.el (completion-table-with-quoting): Fix compatibility
698 all-completions code to not return a number in the last cdr.
699
9cc7819c
LL
7002012-04-30 Leo Liu <sdl.web@gmail.com>
701
702 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
703 read-only error.
704
c93b886f
CY
7052012-04-29 Chong Yidong <cyd@gnu.org>
706
707 * follow.el (follow-calc-win-end): Rewrite to handle partial
708 screen lines correctly (Bug#8390).
709 (follow-avoid-tail-recenter): Minor cleanup.
710
8b6c19f4
SM
7112012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 Avoid the obsolete `assoc' package.
714 * speedbar.el (speedbar-refresh): Avoid adelete.
715 (speedbar-file-lists): Simplify and avoid aput.
716 * man.el (Man--sections, Man--refpages): New vars, replacing
717 Man-sections-alist and Man-refpages-alist.
718 (Man-build-section-alist, Man-build-references-alist):
719 Use them; avoid aput.
720 (Man--last-section, Man--last-refpage): New vars.
721 (Man-follow-manual-reference): Use them.
722 Use the `default' arg of completing-read.
723 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
724
c5bb7569
CY
7252012-04-27 Chong Yidong <cyd@gnu.org>
726
d1d2e2e8
CY
727 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
728
15cd8efd
CY
729 * startup.el (x-apply-session-resources): New function.
730
731 * term/ns-win.el (ns-initialize-window-system):
732 * term/w32-win.el (w32-initialize-window-system):
733 * term/x-win.el (x-initialize-window-system): Use it to properly
734 set menu-bar-mode and other vars from X resources, even if the
735 initial frame is not a window-system frame (Bug#2299).
736
c5bb7569
CY
737 * subr.el (read-key): Avoid running filter function when setting
738 up temporary tool bar entries (Bug#9922).
739
a8e7d6d7 7402012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
741
742 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
743 (Bug#11344)
744
a8e7d6d7 7452012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
746
747 * select.el (xselect--encode-string): New function, split from
748 xselect-convert-to-string.
749 (xselect-convert-to-string): Use it.
750 (xselect-convert-to-filename, xselect-convert-to-os)
751 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
752 returned strings are properly encoded (Bug#11315).
753
a8e7d6d7 7542012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
755
756 * simple.el (delete-active-region): Move to killing custom group.
757
a8e7d6d7 7582012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
759
760 * progmodes/which-func.el (which-func-current): Quote %
761 characters for mode-line processing.
762
578c1d4b 7632012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
764
765 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
766 reaching eob (Bug#11286).
767
a8e7d6d7 7682012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
769
770 * progmodes/gdb-mi.el (gdb-control-level): New variable.
771 (gdb): Make it buffer-local and init to zero.
772 (gdb-control-commands-regexp): New variable.
773 (gdb-send): Don't wrap in "-interpreter-exec console" if
774 gdb-control-level is positive. Increment gdb-control-level
775 whenever the command matches gdb-control-commands-regexp, and
776 decrement it each time the command is "end". (Bug#11279)
777
a8e7d6d7 7782012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
779
780 * window.el (adjust-window-trailing-edge, enlarge-window)
781 (shrink-window, window-resize):
782 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
783 windows (Bug#11276).
784
b3608390
CY
7852012-04-27 Chong Yidong <cyd@gnu.org>
786
787 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 788 fix "missing prefix" warning. All callers changed.
b3608390 789
797e6e88
SM
7902012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * emacs-lisp/assoc.el: Move to obsolete/.
793
e95a67dc
SM
7942012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
795
657c21e4 796 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
797
798 * term/ns-win.el (ns-define-service):
799 * progmodes/pascal.el (pascal-goto-defun):
800 * progmodes/js.el (js--read-tab):
801 * progmodes/etags.el (tags-lazy-completion-table):
802 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
803 * emacs-lisp/ewoc.el (ewoc--wrap):
804 * emacs-lisp/assoc.el (aput, adelete, amake):
805 * doc-view.el (doc-view-convert-current-doc):
806 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
807
cb3e7ae0
CY
8082012-04-26 Chong Yidong <cyd@gnu.org>
809
dce04f7f
CY
810 * image.el (image-type-from-buffer): Only return supported image
811 type (Bug#9045).
812
cb3e7ae0
CY
813 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
814 value, for symmetry with diff-end-of-hunk.
815 (diff-split-hunk, diff-find-source-location)
816 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
817 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
818 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
819 compute the relevant hunk or file properly (Bug#6005).
820 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
821
0d42eb3e
SM
8222012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 * vc/vc-mtn.el:
825 * vc/vc-hg.el:
826 * vc/vc-git.el:
827 * vc/vc-dir.el:
828 * vc/vc-cvs.el:
829 * vc/vc-bzr.el:
830 * vc/vc-arch.el:
831 * vc/vc.el: Replace lexical-let by lexical-binding.
832 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
833 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
834 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
835
f08ae1c9
CY
8362012-04-26 Chong Yidong <cyd@gnu.org>
837
8b71081d
CY
838 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
839 (diff-mode-shared-map): Bind it to / and [remap undo].
840
f08ae1c9
CY
841 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
842 (ediff-window-setup-function): Use it as the default, to set up
843 windows based on whether the current frame is graphical (Bug#2138).
844 (ediff-choose-window-setup-function-automatically): Make obsolete.
845
846 * vc/ediff-init.el: Always define ediff-pixel-width/height.
847
ef24141c
SM
8482012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
849
cc356a5d
SM
850 * ffap.el: Remove old code for obsolete package.
851 (ffap-complete-as-file-p): Remove.
852
b4ff4f1f
SM
853 Use completion-table-with-quoting for comint and pcomplete.
854 * comint.el (comint--unquote&requote-argument)
855 (comint--unquote-argument, comint--requote-argument): New functions.
856 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
857 (comint-quote-filename): Use regexp-opt-charset.
858 (comint--common-suffix, comint--common-quoted-suffix)
859 (comint--table-subvert): Remove.
860 (comint-unquote-function, comint-requote-function): New vars.
861 (comint--complete-file-name-data): Use them with
862 completion-table-with-quoting.
863 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
864 * pcomplete.el (pcomplete-arg-quote-list)
865 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
866 (pcomplete-unquote-argument-function): Default to non-nil.
867 (pcomplete-unquote-argument): Simplify.
868 (pcomplete--common-quoted-suffix): Remove.
869 (pcomplete-requote-argument-function): New var.
870 (pcomplete--common-suffix): New function.
871 (pcomplete-completions-at-point): Use completion-table-with-quoting
872 and completion-table-subvert.
873
79c4eeb4
SM
874 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
875 (minibuffer--double-dollars): Preserve properties.
876 (completion--sifn-requote): New function.
877 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
878
ef24141c
SM
879 * minibuffer.el: Add support for completion of quoted/escaped data.
880 (completion-table-with-quoting, completion-table-subvert): New funs.
881 (completion--twq-try, completion--twq-all): New functions.
882 (completion--nth-completion): New function.
883 (completion-try-completion, completion-all-completions): Use it.
884
784e7d6e
LL
8852012-04-25 Leo Liu <sdl.web@gmail.com>
886
dd2ac746
SM
887 * progmodes/python.el (python-pdbtrack-get-source-buffer):
888 Use compilation-message if available to find real filename.
784e7d6e 889
07875ee7
CY
8902012-04-25 Chong Yidong <cyd@gnu.org>
891
892 * vc/diff-mode.el (diff-setup-whitespace): New function.
893 (diff-mode): Use it.
894
895 * vc/diff.el (diff-sentinel):
896 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
897 Whitespace mode variables based on diff style (Bug#8612).
898
5055880d
LL
8992012-04-25 Leo Liu <sdl.web@gmail.com>
900
daf75653
LL
901 * progmodes/python.el (python-send-region): Add suffix .py to the
902 temp file.
903
5055880d
LL
904 * files.el (auto-mode-alist): Use javascript-mode instead.
905
db9b177b
AH
9062012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
907
ef24141c 908 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
909
910 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 911 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 912 references, see Bug#9.
ef24141c 913 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 914 when receiving a fault reply.
ef24141c 915 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
916
917 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 918 (soap-inspect-simple-type): New function.
db9b177b 919
ef24141c 920 * soap-client.el (soap-simple-type): New struct.
db9b177b 921 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
922 (soap-decode-basic-type, soap-encode-basic-type):
923 support unsignedInt and double basic types.
db9b177b 924 (soap-resolve-references-for-simple-type)
ef24141c
SM
925 (soap-parse-simple-type, soap-encode-simple-type): New function.
926 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
927
928 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
929 (soap-default-soapenc-types): Add integer, byte and anyURI types.
930 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
931 the local name of "soapenc:Array".
932 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
933 decoding integer, byte and anyURI xsd types.
934
1fc6097b
CY
9352012-04-25 Chong Yidong <cyd@gnu.org>
936
937 * cus-edit.el (custom-buffer-create-internal): Update header text.
938
afc6df87
EZ
9392012-04-25 Eli Zaretskii <eliz@gnu.org>
940
941 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
942 settings on 'system-type', not on 'window-system'. On MS-Windows,
943 set interactive-mode on in GDB.
944
dfbd787f
SM
9452012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
946
947 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
948 (ruby-syntax-propertize-regexp): Remove.
949 (ruby-syntax-propertize-function): Split regexp into chunks.
950 Match following code directly.
951
85222d44
DG
9522012-04-24 Dmitry Gutov <dgutov@yandex.ru>
953
51a8ea2a
DG
954 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
955 (ruby-syntax-propertize-regexp): New function.
956 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
957 by a special keyword.
958
85222d44
DG
959 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
960 (ruby-syntax-general-delimiters-goto-beg)
961 (ruby-syntax-propertize-general-delimiters): New functions.
962 (ruby-syntax-propertize-function): Use them to handle GDL.
963 (ruby-font-lock-keywords): Move old handling of GDL...
964 (ruby-font-lock-syntactic-keywords): .. to here.
965 (ruby-calculate-indent): Adjust indentation for GDL.
966
b613912b
MA
9672012-04-24 Michael Albinus <michael.albinus@gmx.de>
968
b5380639
MA
969 * notifications.el (top): Remove unneeded declarations.
970 (notifications-specification-version): Change to "1.2".
e43042fe 971 (notifications-interface, notifications-notify-method)
b613912b
MA
972 (notifications-close-notification-method): Fix docstring.
973 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
974 (notifications-notify): Add :action-items, :resident and
975 :transient hints. Change "image_data" to "image-data" and
976 "image_path" to "image-path".
b613912b
MA
977 (notifications-get-capabilities): New defun.
978
257440aa
LL
9792012-04-24 Leo Liu <sdl.web@gmail.com>
980
981 * progmodes/python.el: Move hideshow setup to the end.
982
b1bac16e
MR
9832012-04-24 Martin Rudalics <rudalics@gmx.at>
984
985 * window.el (handle-select-window): Clear echo area since this is
986 no more done by read_char (Bug#11304).
987
d81bd059
SM
9882012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
989
990 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
991 and `/ M' to filter-derived-mode.
992 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
993 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
994 (ibuffer-mark-by-mode): Use default rather than initial-input.
995 (ibuffer-filter-by-derived-mode): Autoload and require-match.
996
c4cf6d91
IA
9972012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
998
999 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
1000 (ibuffer-filter-by-derived-mode): New filter.
1001 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
1002
7511ded8
CY
10032012-04-23 Andreas Politz <politza@fh-trier.de>
1004
1005 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
1006
775c916b
CY
10072012-04-23 Chong Yidong <cyd@gnu.org>
1008
1009 * cus-edit.el (customize-apropos, customize-apropos-options):
1010 Disable matching of non-option variables (Bug#11176).
1011 (customize-option, customize-option-other-window)
1012 (customize-changed-options): Doc fix.
1013 (customize-apropos-options, customize-apropos-faces)
1014 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
1015
1016 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 1017 Fix word list splitting (Bug#11132).
46c71e23
CY
1018 (apropos-symbol, apropos-keybinding, apropos-label)
1019 (apropos-property, apropos-function-button)
1020 (apropos-variable-button, apropos-misc-button): New faces.
1021 (apropos-symbol-face, apropos-keybinding-face)
1022 (apropos-label-face, apropos-property-face, apropos-match-face):
1023 Variables removed (Bug#8396).
1024 (apropos-library-button, apropos-format-plist, apropos-print)
1025 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 1026
2df41f9c
MA
10272012-04-23 Michael Albinus <michael.albinus@gmx.de>
1028
1029 * net/xesam.el (xesam-mode-map): Use let-bound map in
1030 initialization. (Bug#11292)
1031
da00640a
AM
10322012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1033
1034 Preserve ispell session localwords when switching back to
1035 original buffer.
1036
1037 * ispell.el (ispell-buffer-session-localwords): New buffer-local
1038 variable to hold buffer session localwords.
1039 (ispell-kill-ispell): add option 'clear to delete session
1040 localwords.
1041 (ispell-command-loop, ispell-change-dictionary)
1042 (ispell-buffer-local-words): Preserve session localwords when
1043 needed.
1044
1045 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1046 Preserve session localwords when needed.
1047
f621ccf5
AM
10482012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1049
1050 * ispell.el (ispell-insert-word) Remove unneeded function using
1051 obsolete `translation-table-for-input'.
ef24141c
SM
1052 (ispell-word, ispell-process-line, ispell-complete-word):
1053 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 1054
c2d1019e
CY
10552012-04-22 Chong Yidong <cyd@gnu.org>
1056
1057 * cus-edit.el (custom-variable-menu)
1058 (custom-variable-reset-saved, custom-face-menu)
1059 (custom-face-reset-saved): If there is no saved value, make the
1060 "reset-saved" operation bring back the default (Bug#9509).
1061 (custom-face-state): Properly detect themed faces.
1062
eeddc531
CY
1063 * faces.el (face-spec-set): Stop supporting deprecated form of
1064 third arg.
1065
dcbf5805
MA
10662012-04-22 Michael Albinus <michael.albinus@gmx.de>
1067
1068 Move functions from C to Lisp. Make non-blocking method calls
1069 the default. Implement further D-Bus standard interfaces.
1070
ef24141c
SM
1071 * net/dbus.el (dbus-message-internal): Declare function.
1072 Remove unneeded function declarations.
dcbf5805
MA
1073 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1074 (dbus-message-type-method-return, dbus-message-type-error)
1075 (dbus-message-type-signal): Declare variables. Remove local
1076 definitions.
1077 (dbus-interface-dbus, dbus-interface-peer)
1078 (dbus-interface-introspectable, dbus-interface-properties)
1079 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1080 Adapt docstring.
1081 (dbus-interface-objectmanager): New defconst.
1082 (dbus-call-method, dbus-call-method-asynchronously)
1083 (dbus-send-signal, dbus-method-return-internal)
1084 (dbus-method-error-internal, dbus-register-service)
1085 (dbus-register-signal, dbus-register-method): New defuns, moved
1086 from dbusbind.c
1087 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
1088 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1089 New defuns.
dcbf5805
MA
1090 (dbus-call-method-non-blocking): Make it an obsolete function.
1091 (dbus-unregister-object, dbus-unregister-service)
1092 (dbus-handle-event, dbus-register-property)
1093 (dbus-property-handler): Obey the new structure of
1094 `bus-registered-objects'.
1095 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
1096 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1097 Use `dbus-call-method'.
1098
cf20dee0
CY
10992012-04-22 Chong Yidong <cyd@gnu.org>
1100
1101 * cus-edit.el (custom-commands, custom-reset-menu)
1102 (Custom-reset-standard): Tweak labels.
1103 (custom-reset-button-menu): Change default to t.
1104 (custom-buffer-create-internal): For the custom-reset-button-menu
1105 case, put the revert button first.
1106 (custom-group-subtitle): New face.
1107 (custom-group-value-create): Align docstring to a specific column.
1108
1109 * wid-edit.el (widget-documentation-link-add): Don't handle
1110 indentation in this function.
1111 (widget-documentation-string-indent-to): New function.
1112 (widget-documentation-string-value-create): Use it.
1113
1114 * autorevert.el (auto-revert):
1115 * epg-config.el (epg):
1116 * ibuffer.el (ibuffer):
1117 * mpc.el (mpc):
1118 * ses.el (ses):
1119 * eshell/eshell.el (eshell):
1120 * net/ange-ftp.el (ange-ftp):
1121 * progmodes/ebnf2ps.el (postscript):
1122 * progmodes/flymake.el (flymake):
1123 * progmodes/prolog.el (prolog):
1124 * progmodes/verilog-mode.el (verilog-mode):
1125 * progmodes/which-func.el (which-func):
1126 * term/xterm.el (xterm):
1127 * textmodes/picture.el (picture):
1128 * textmodes/tildify.el (tildify):
1129 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1130 customization buffers.
1131
583e23bd
AM
11322012-04-22 Alan Mackenzie <acm@muc.de>
1133
1134 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1135 Adding a ) can hide the resulting (..) from searches. Fix it.
1136 Bound the backward search to the position of the existing (.
1137
7dd51bf1
JB
11382012-04-21 Juanma Barranquero <lekktu@gmail.com>
1139
1140 * progmodes/verilog-mode.el (verilog-mode): Check whether
1141 which-func-modes is t before adding verilog-mode.
1142 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1143
d64a438f
LL
11442012-04-21 Leo Liu <sdl.web@gmail.com>
1145
7dd51bf1 1146 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 1147
081e8d65
MV
11482012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
1149
1150 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1151 filling of the last column of a table (Bug#5635).
1152 (woman-find-next-control-line): New arg, specifying an additional
1153 regexp component for the control line.
1154 (woman2-roff-buffer): Use it.
1155 (woman-break-table): New function.
1156 (woman2-TS): Use it.
1157
11582012-04-21 Chong Yidong <cyd@gnu.org>
1159
1160 * woman.el (woman-set-buffer-display-table, woman-decode-region)
1161 (woman-horizontal-escapes, woman-negative-vertical-space)
1162 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1163 (WoMan-warn-ignored): Use ?\s instead of ?\ .
1164
ed571ccb
SM
11652012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * minibuffer.el (completion-file-name-table): Complete user names.
1168
39773899
LL
11692012-04-20 Leo Liu <sdl.web@gmail.com>
1170
1171 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1172 and pcase-let*.
1173
de6ff46d
CY
11742012-04-20 Chong Yidong <cyd@gnu.org>
1175
1176 * server.el (server-execute): Respect initial-buffer-choice if it
1177 is a string and there are no files to open (Bug#2825).
1178 (server-create-window-system-frame, server-create-tty-frame):
1179 Don't switch buffers here.
2d0e8e61
CY
1180 (server-process-filter): Only try to open a window system frame if
1181 compiled with graphical support (Bug#8314).
de6ff46d 1182
54071013
DN
11832012-04-20 Dan Nicolaescu <dann@gnu.org>
1184
1185 * battery.el (battery-echo-area-format): Display remaining time
1186 for sysfs backend too (Bug#11269).
1187 (battery-linux-sysfs): Fix conditional for the charge.
1188
f30d612a
CY
11892012-04-20 Chong Yidong <cyd@gnu.org>
1190
c07a4c0b 1191 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
1192 (gdb-inferior-io--init-proc): New function.
1193 (gdb-init-1): Use it.
1194 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
1195 responsible for allocating a new pty and hooking it to gdb when
1196 the old pty gets an EIO due to process exit.
1197 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
1198 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
1199 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
1200
2116e93c
EZ
12012012-04-20 Eli Zaretskii <eliz@gnu.org>
1202
1203 * window.el (window-min-size, window-sizable, window-min-delta)
1204 (window-max-delta, window--resizable, window-resizable)
1205 (window-total-size, window-full-height-p, window-full-width-p)
1206 (window-in-direction, window--resize-mini-window, window-resize)
1207 (window--resize-child-windows-normal)
1208 (window--resize-child-windows, window--resize-siblings)
1209 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 1210 (enlarge-window, shrink-window): Doc fixes.
2116e93c 1211
c07a4c0b 12122012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 1213
ef24141c
SM
1214 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
1215 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
1216 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
1217 pty process (Bug#11273).
1218 (gdb-update): New arg to suppress talking to the gdb process.
1219 (gdb-done-or-error): Use it.
1220 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
1221 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
1222 sentinel not being called.
1223
1224 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
1225
d02766ab
CY
1226 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
1227
c07a4c0b 12282012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1229
1230 * net/network-stream.el (open-network-stream): Doc fix.
1231
c07a4c0b 12322012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
1233
1234 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
1235
c07a4c0b 12362012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
1237
1238 Ensure searching for keywords is case sensitive.
1239
1240 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
1241 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
1242 (c-defun-name, c-mark-function, c-cpp-define-name)
1243 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 1244 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 1245
ef24141c
SM
1246 * progmodes/cc-mode.el (c-font-lock-fontify-region):
1247 Bind case-fold-search to nil.
f0f6bc35 1248
c07a4c0b 12492012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
1250
1251 * mail/sendmail.el (mail-bury): Call return action with the right
1252 Rmail buffer (Bug#11242).
1253
9a864fa2
CY
1254 * server.el (server-process-filter): Handle corner case where both
1255 tty and nowait options are present (Bug#11102).
1256
539aa513
EZ
12572012-04-20 Eli Zaretskii <eliz@gnu.org>
1258
1259 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
1260 (top level): Put into the executable the ident-style '$Id:' tag on
1261 windows-nt as well.
539aa513 1262
cfc7d5da
SM
12632012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1264
1265 * electric.el (electric-indent-post-self-insert-function): Check that
1266 electric-indent-mode is enabled in current buffer.
1267
5b01685c
JB
12682012-04-19 Juanma Barranquero <lekktu@gmail.com>
1269
1270 * imenu.el (imenu-progress-message): Restore; it is "used" in
1271 erc/erc-imenu.el and net/snmp-mode.el.
1272
4d6769e1
JB
12732012-04-19 Juanma Barranquero <lekktu@gmail.com>
1274
1275 * avoid.el (mouse-avoidance-mode): Mark unused arg.
1276 (mouse-avoidance-nudge-mouse): Remove unused binding.
1277
1278 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1279
1280 * descr-text.el (describe-char):
1281 * progmodes/python.el (python-describe-symbol):
1282 Don't call `toggle-read-only', set `buffer-read-only'.
1283
1284 * imenu.el (imenu-default-goto-function): Mark unused args.
1285 (imenu-progress-message): Remove obsolete macro; all callers changed.
1286
1287 * subr.el (keymap-canonicalize): Remove unused binding.
1288 (read-passwd): Mark unused arg.
1289
1290 * tutorial.el (tutorial--display-changes): Remove unused binding.
1291 (tutorial--save-tutorial-to): Remove unused variable.
1292
1293 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
1294 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
1295 (package-generate-autoloads, package-menu--generate)
1296 (package-menu--find-upgrades): Remove unused bindings.
1297
1298 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
1299 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
1300 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
1301 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
1302 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
1303 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
1304 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
1305 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
1306 (cua-delete-char-rectangle): Mark unused args.
1307 (cua-align-rectangle): Remove unused binding.
1308
1309 * mail/rmail.el (compilation--message->loc)
1310 (epa--find-coding-system-for-mime-charset): Declare.
1311
1312 * net/dbus.el (dbus-register-service): Declare.
1313 (dbus-name-owner-changed-handler): Remove unused binding.
1314
1315 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
1316 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
1317 (nxml-scan-backward-within): Mark unused arg.
1318 (nxml-dynamic-markup-word): Remove unused binding.
1319
1320 * mouse.el (mouse-menu-major-mode-map):
1321 * emacs-lisp/authors.el (authors-scan-change-log)
1322 (authors-add-to-author-list):
1323 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
1324 * emacs-lisp/smie.el (smie-auto-fill):
1325 * mail/sendmail.el (mail-bury):
1326 * mail/unrmail.el (unrmail):
1327 * net/tls.el (open-tls-stream):
1328 * textmodes/picture.el (picture-mouse-set-point):
1329 Remove unused bindings.
1330
8c8fc5df
MA
13312012-04-19 Michael Albinus <michael.albinus@gmx.de>
1332
1333 * net/tramp.el (tramp-action-password): Let-bind
1334 `enable-recursive-minibuffers' to t.
1335
a77b0ac9
SS
13362012-04-18 Sam Steingold <sds@gnu.org>
1337
1338 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
1339 instead of 'string to accommodate values like [f11].
1340 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
1341 * progmodes/gdb-mi.el: Likewise.
1342
12a106a9
LL
13432012-04-18 Leo Liu <sdl.web@gmail.com>
1344
1345 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
1346 current buffer.
1347 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
1348 LOCAL is nil.
1349
bc6494ef
CY
13502012-04-18 Chong Yidong <cyd@gnu.org>
1351
1352 * simple.el (line-move): Use forward-line if in batch mode
1353 (Bug#11053).
1354
c09c46b2
CS
13552012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
1356
1357 * files.el (after-find-file): Do not try to add a final newline if
1358 the buffer is read-only (Bug#11156).
1359
5f6530ea
RS
13602012-04-17 Richard Stallman <rms@gnu.org>
1361
1362 * mail/rmail.el (rmail-start-mail):
1363 Pass (rmail-mail-return...) for the return-action.
1364 Pass (rmail-yank-current-message...) for the yank-action.
1365 (rmail-yank-current-message): New function.
1366 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
1367 (rmail-reply): Likewise.
1368 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
1369
1370 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 1371 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
1372 buffer, not newbuf.
1373
197b6f3c
JB
13742012-04-17 Juanma Barranquero <lekktu@gmail.com>
1375
1376 * server.el (server-ensure-safe-dir): Simplify.
1377
2311d8e5 13782012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 1379
2311d8e5
GM
1380 * emacs-lisp/smie.el: Provide smarter auto-filling.
1381 (smie-auto-fill): New function.
1382 (smie-setup): Use it.
98fb480e 1383
2311d8e5
GM
1384 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1385
13862012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
1387
1388 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1389 (comment-indent): Use it.
1390
2311d8e5 13912012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
1392
1393 * ses.el: The overall change is to add cell renaming, that is
1394 setting fancy names for cell symbols other than name matching
1395 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 1396 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 1397 (ses-create-cell-variable): New defun.
2311d8e5 1398 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
1399 (ses-relocate-formula): Relocate formulas only for cells the
1400 symbols of which are not renamed, i.e. symbols whose names do not
1401 match regexp "\\`[A-Z]+[0-9]+\\'".
1402 (ses-relocate-all): Relocate values only for cells the symbols of
1403 which are not renamed.
1404 (ses-load): Create cells variables as the (ses-cell ...) are read,
1405 in order to check row col consistency with cell symbol name only
1406 for cells that are not renamed.
1407 (ses-replace-name-in-formula): New defun.
1408 (ses-rename-cell): New defun.
4bdf2ad2 1409
fc72b15c
PO
14102012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
1411
1412 * progmodes/perl-mode.el (perl-indent-parens-as-block):
1413 New option (bug#11118).
1414 (perl-calculate-indent): Respect it.
1415
12e10e61
GM
14162012-04-17 Glenn Morris <rgm@gnu.org>
1417
1418 * dired-aux.el (dired-mark-read-string): Doc fix.
1419
30009afd
DA
14202012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1421
1422 * dired-aux.el (dired-mark-read-string): Offer optional completion.
1423 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
1424
41f03f4d
GM
14252012-04-17 Glenn Morris <rgm@gnu.org>
1426
1427 * mouse.el (mouse-drag-track):
1428 * speedbar.el (speedbar-frame-mode):
1429 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1430
f45f90f3
LL
14312012-04-16 Leo Liu <sdl.web@gmail.com>
1432
1433 * progmodes/python.el: Trivial cleanup.
1434
94ee8db5
GM
14352012-04-16 Glenn Morris <rgm@gnu.org>
1436
121b8917
GM
1437 * vc/vc.el (vc-string-prefix-p):
1438 * vc/pcvs-util.el (cvs-string-prefix-p):
1439 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1440 * mpc.el (mpc-string-prefix-p):
1441 Make all of these into obsolete aliases for string-prefix-p.
1442 Update callers.
1443 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1444
1197ecfa
GM
1445 * textmodes/two-column.el: Move custom options to the start.
1446 (frame-width): Remove compat definition.
1447 (2C-associate-buffer, 2C-dissociate):
1448 Use with-current-buffer rather than save-excursion.
1449 (2C-dissociate): Force a mode-line update.
1450 (2C-autoscroll): Use ignore-errors.
1451
099e7202
GM
1452 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1453 Autoload trivia.
1454
bf350d6a
GM
1455 * emacs-lisp/cl-extra.el (*random-state*):
1456 Remove unnecessary declaration.
1457
0e829eab
GM
1458 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
1459
e3ad7552
GM
1460 * play/cookie1.el (cookie-snarf):
1461 Give an explicit error if input file cannot be read.
1462
68892d27
GM
1463 * play/yow.el (yow-file): Use expand-file-name rather than concat.
1464
20f0c46d
GM
1465 * progmodes/perl-mode.el (c-macro-expand):
1466 Remove unnecessary autoload (it is in loaddefs.el).
1467
5a0978ce
GM
1468 * textmodes/picture.el (picture-desired-column)
1469 (picture-update-desired-column): Convert comments to doc-strings.
1470 (picture-substitute): Remove function.
1471 (picture-mode-map): Initialize in the defvar.
1472
6b955486
GM
1473 * woman.el: Remove eval-after-load for tar-mode.
1474 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1475 (woman-tar-extract-file): Autoload it.
1476
94ee8db5
GM
1477 * frame.el (automatic-hscrolling): Make this alias obsolete.
1478
177eca34
AM
14792012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1480
1481 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 1482 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
1483 (ispell-dictionary-base-alist): Revert to original XEmacs
1484 friendly version for default. [:alpha:] will be added in
1485 `ispell-set-spellchecker-params' if needed
177eca34 1486
c505aaeb
CY
14872012-04-16 Chong Yidong <cyd@gnu.org>
1488
1489 * image.el (imagemagick--extension-regexp): New variable.
1490 (imagemagick-register-types): Use it.
1491 (imagemagick-types-inhibit): Add :set function. Allow new value
1492 of t to inhibit all types.
1493
1494 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1495 so we can preload it.
1496
1497 * loadup.el (fboundp): Preload regexp-opt, needed by
1498 imagemagick-register-types.
1499
60efac0f
CY
15002012-04-15 Chong Yidong <cyd@gnu.org>
1501
1502 * frame.el (scrolling): Remove nearly unused customization group.
1503
1504 * scroll-all.el (scroll-all-mode): Move to windows group.
1505
5dd1713e
CY
15062012-04-15 Chong Yidong <cyd@gnu.org>
1507
1508 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1509
e6fd457e
CY
15102012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1511
1512 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 1513 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 1514
e153c136
GM
15152012-04-15 Glenn Morris <rgm@gnu.org>
1516
1517 * simple.el (process-file-side-effects): Doc fix.
1518
e6fd457e 15192012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
1520
1521 * international/mule-cmds.el (set-language-environment): Doc fix.
1522
3603c3b1
JB
15232012-04-14 Juanma Barranquero <lekktu@gmail.com>
1524
1525 * server.el (server-auth-key, server-generate-key): Doc fixes.
1526 (server-get-auth-key): Doc fix. Use `string-match-p'.
1527 (server-start): Reflow docstring.
1528
e6de100c
LI
15292012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1530
1531 * server.el (server-generate-key): `called-interactively-p'
1532 requires a parameter.
1533
29734c21
MN
15342012-04-14 Michal Nazarewicz <mina86@mina86.com>
1535
1536 * server.el (server-auth-key): New variable.
75f1671a 1537 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
1538 (server-start): Use the new variable and functions to allow
1539 setting a permanent server key (bug#9423).
1540
d65c9521
LL
15412012-04-14 Leo Liu <sdl.web@gmail.com>
1542
1543 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1544
5ae255c7
PE
15452012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1546
1547 Spelling fixes.
1548 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1549 Emacs uses American spelling.
1550
d5e6342e
JB
15512012-04-14 Juanma Barranquero <lekktu@gmail.com>
1552
1553 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1554 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1555 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1556 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1557
ab036cd7
SM
15582012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1559
1560 * progmodes/which-func.el (which-func-modes): Change default.
1561
35dc09a1 15622012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
1563
1564 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1565 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1566
35dc09a1 15672012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1568
1569 * custom.el (custom-theme-set-variables): Doc fix.
1570
35dc09a1 15712012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1572
1573 * international/mule.el (set-auto-coding-for-load): Doc fix.
1574
35dc09a1 15752012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 1576
35dc09a1
GM
1577 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1578 imenu work again for Objective C Mode. Correct the *-index values,
1579 these having been disturbed by a previous change in 2011-08.
57f845ee 1580
0de3da9f
AM
1581 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1582 Correct two search limits.
1583
35dc09a1 15842012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
1585
1586 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1587
35dc09a1 15882012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
1589
1590 * international/characters.el: Fix sorting.
1591
35dc09a1 15922012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
1593
1594 * international/characters.el: Add more missing Latin case pairs.
1595
35dc09a1 15962012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1597
1598 * files.el (dir-locals-set-class-variables): Doc fix.
1599
35dc09a1 16002012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1601
3f1b5bf8
EZ
1602 * international/characters.el: Add set-case-syntax-pair call for
1603 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1604 counterpart. (Bug#11209)
1605
9f847f41
EZ
1606 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1607
35dc09a1 16082012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
1609
1610 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1611
35dc09a1 16122012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 1613
35dc09a1
GM
1614 * textmodes/ispell.el (ispell-dictionary-base-alist):
1615 Add data for Hebrew.
e2627d21 1616
35dc09a1 16172012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 1618
35dc09a1
GM
1619 * net/rcirc.el (rcirc-cmd-quit):
1620 Revert 2012-03-18 change (Bug#11192).
5c14e333 1621
35dc09a1 16222012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
1623
1624 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1625
35dc09a1 16262012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 1627
4517fe3a
SM
1628 * minibuffer.el (completion-in-region-mode-map):
1629 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 1630
b472a594
VD
16312012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1632
1633 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1634
09b95ce3
MY
16352012-04-13 Masatake YAMATO <yamato@redhat.com>
1636
1637 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1638 to allow `C-M-f' and `C-M-b' to move to the nearest path
1639 separator (bug#9511).
1640
4b63a9ca
LI
16412012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1642
1643 * avoid.el: Require cl when compiling. And also move the
1644 `provide' to the end.
1645
7b55b8bf
TV
16462012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1647
1648 * avoid.el (mouse-avoidance-banish-position): New variable.
1649 (mouse-avoidance-banish-destination): Use it (bug#10165).
1650
adedaa1f
LL
16512012-04-13 Leo Liu <sdl.web@gmail.com>
1652
1653 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1654
70e74021
KB
16552012-04-13 Ken Brown <kbrown@cornell.edu>
1656
1657 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 1658 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
1659 (browse-url-filename-alist): For the same reason, don't modify
1660 file:// URLs on Cygwin.
1661
e75e89ba
SM
16622012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1663
1664 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1665 the region on shift if the binding is already shifted (bug#11221).
1666
82f289a4
GM
16672012-04-12 Glenn Morris <rgm@gnu.org>
1668
1669 * mail/mailpost.el: Move to obsolete/.
1670
d333dc4c
DA
16712012-04-12 Drew Adams <drew.adams@oracle.com>
1672
1673 * imenu.el (imenu--generic-function): Ignore invisible definitions
1674 (bug#10123).
1675
0d15b5ba
VD
16762012-04-12 Vivek Dasmohapatra <vivek@etla.org>
1677
1678 * hexl.el (hexl-bits): New variable.
1679 (hexl-options): Mention the variable in the doc string.
75f1671a 1680 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 1681 (hexl-mode): Mention the new variable.
75f1671a
JB
1682 (hexl-mode, hexl-current-address, hexl-current-address):
1683 Use the displen.
0d15b5ba
VD
1684 (hexl-ascii-start-column): New function.
1685 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1686 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1687
64a440db
AM
16882012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1689
1690 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1691 '("-i" ENCODING), in 2 separate command-line arguments, to specify
1692 the encoding, as expected by hunspell.
1693
6decb6c2
SM
16942012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1695
1696 * battery.el (battery--linux-sysfs-regexp): New const.
1697 (battery-status-function): Use it. Remove yeeloong special case.
1698 (battery-yeeloong-sysfs): Remove.
1699 (battery-echo-area-format): Remove yeeloong special case.
1700
088be6fb
SM
17012012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1702
6622e416
SM
1703 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1704 Reported by Noah Friedman.
1705
088be6fb
SM
1706 * subr.el (read-passwd): Use read-string.
1707
b49f886e
LMI
17082012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1709
1710 * vcursor.el (vcursor-move): Increase the priority of the overlay
1711 (bug#9663).
1712
a63067fc
DD
17132012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1714
1715 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1716 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1717
ac3cf14a
WS
17182012-04-11 William Stevenson <yhvh2000@gmail.com>
1719
1720 * textmodes/artist.el (artist-mode): Convert artist-mode to use
1721 define-minor-mode (bug#10760).
1722
c4fc691b 17232012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 1724
4d6769e1 1725 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
1726 that directories matching `grep-find-ignored-files' won't be
1727 pruned (bug#10351).
1728
af23e2e5
CY
17292012-04-11 Chong Yidong <cyd@gnu.org>
1730
1731 * startup.el (command-line): Remove support for long-obsolete
1732 variable font-lock-face-attributes.
1733
ab7ce8c1
GM
17342012-04-11 Glenn Morris <rgm@gnu.org>
1735
1736 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1737
de8c03dc
SM
17382012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1739
1740 * window.el (window--state-get-1): Obey window-point-insertion-type.
1741
050cc68b
LB
17422012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
1743
1744 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1745 to previous function when point is on the first character of a
75f1671a 1746 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 1747
a38c310c
GM
17482012-04-11 Glenn Morris <rgm@gnu.org>
1749
effed0c2
GM
1750 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1751 not just file-errors.
1752
a38c310c
GM
1753 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
1754 (vc-bzr-sha1): Use internal sha1.
1755
0221e323
SM
17562012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
1759
43956923
SG
17602012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
1761
1762 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
1763 that start in the middle of the line (bug#10496).
1764
6a8c9eaf
DN
17652012-04-10 Dan Nicolaescu <dann@gnu.org>
1766
1767 * battery.el (battery-linux-proc-acpi): Only one battery is
1768 discharged at a time, but that seems to confuse battery.el when
1769 computing `rate-type' for the battery not being discharged
1770 (bug#10332).
1771
1930bf5d
SM
17722012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1773
2a718f6f
SM
1774 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
1775
599430d0
SM
1776 * international/quail.el: Use dolist and simplify.
1777 (quail-define-package, quail-update-keyboard-layout)
1778 (quail-define-rules): Use dolist.
1779 (quail-insert-kbd-layout, quail-get-translation): CSE.
1780
a2754b6c
SM
1781 * tmm.el: Use dolist, remove left over hook.
1782 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
1783 Use dolist.
1784 (calendar-load-hook): Don't mess with it.
1785
1930bf5d
SM
1786 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1787 Use derived-mode-p. Run the diff asynchronously.
1788
9f67961c
LMI
17892012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1790
1791 * obsolete/mouse-sel.el: Add an Obsolete-since header.
1792
2a8ce227
JB
17932012-04-10 Juanma Barranquero <lekktu@gmail.com>
1794
1795 * misc.el: Display absolute path of loaded DLLs (bug#10424).
1796 (list-dynamic-libraries--loaded): New function.
1797 (list-dynamic-libraries--refresh): Use it.
1798
8f33b5f8
NW
17992012-04-10 Nathan Weizenbaum <nweiz@google.com>
1800
1930bf5d
SM
1801 * progmodes/python.el (python-fill-paragraph):
1802 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
1803 disabled (bug#7018).
1804
b12f0439
L
18052012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
1806
1930bf5d 1807 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
1808 DOS/MS Windows for the Baltic languages. There are still plenty
1809 of texts written in this encoding/codepage (bug#6519).
b12f0439 1810
57c3bd01
GM
18112012-04-10 Glenn Morris <rgm@gnu.org>
1812
1813 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
1814 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
1815
6c3eab30
FA
18162012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
1817
1930bf5d 1818 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
1819 next-line "n" and previous-line "p" in order to make recentf more
1820 consistent with ibuffer, dired or org-mode (bug#9387).
1821
24d78a88
LMI
18222012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1823
bc72b5d9
LMI
1824 * image.el (put-image): Return the overlay created instead of the
1825 optional input string (bug#7834). Note that this may break code
1826 that is (for some reason or other) depending on `put-image'
1827 returning the string.
1828
bd2dba5a
LMI
1829 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
1830
74beb59f
LMI
1831 * simple.el (zap-to-char): Allow zapping using input methods
1832 (bug#1580).
1833
24d78a88
LMI
1834 * textmodes/fill.el (fill-region): Leave point and mark where they
1835 were before filling (bug#5399).
1836
263f20cd
GM
18372012-04-09 Glenn Morris <rgm@gnu.org>
1838
1839 * version.el (emacs-bzr-get-version):
1840 Handle lightweight checkouts of local branches.
1841
58d1f797
AS
18422012-04-09 Andreas Schwab <schwab@linux-m68k.org>
1843
263f20cd 1844 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 1845
b4d3bc10
CY
18462012-04-09 Chong Yidong <cyd@gnu.org>
1847
1848 * custom.el (custom-variable-p): Return nil for non-symbol
1849 arguments instead of signaling an error.
1850 (user-variable-p): Obsolete alias for custom-variable-p.
1851
1852 * apropos.el (apropos-variable):
1853 * files-x.el (read-file-local-variable):
1854 * simple.el (set-variable):
1855 * woman.el (woman-mini-help):
1856 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
1857
fd06db5d
GM
18582012-04-09 Glenn Morris <rgm@gnu.org>
1859
e5fcdb5e
GM
1860 * startup.el (normal-top-level): Don't look for leim-list.el
1861 in places where it will not be found. (Bug#910)
1862
fd06db5d
GM
1863 * international/mule-cmds.el (set-default-coding-systems):
1864 * files.el (normal-mode):
1865 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
1866 This function was removed with ucs-tables.el in 2008.
1867
b39bb7e1
EZ
18682012-04-08 Eli Zaretskii <eliz@gnu.org>
1869
1870 * textmodes/ispell.el (ispell-check-version): For hunspell, set
1871 ispell-encoding8-command to "-i", without a trailing space.
1872 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
1873 separate command-line arguments, to specify the encoding, since
1874 that's how hunspell expects it.
1875
5c5b8e23
GM
18762012-04-08 Glenn Morris <rgm@gnu.org>
1877
1878 * loadup.el: Load bindings before cus-start.
1879 This reduces somewhat the number of "rogue" settings in emacs -Q.
1880
a1ed8b05
GM
18812012-04-07 Glenn Morris <rgm@gnu.org>
1882
1883 * version.el (emacs-bzr-get-version): New function.
dfae128a 1884 (emacs-bzr-version): New variable.
a1ed8b05
GM
1885 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
1886 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
1887
b142f158
EZ
18882012-04-07 Eli Zaretskii <eliz@gnu.org>
1889
dfae128a
GM
1890 * international/uni-bidi.el, international/uni-category.el:
1891 * international/uni-combining.el, international/uni-decimal.el:
1892 * international/uni-decomposition.el, international/uni-digit.el:
1893 * international/uni-lowercase.el, international/uni-mirrored.el:
1894 * international/uni-name.el, international/uni-numeric.el:
1895 * international/uni-titlecase.el, international/uni-uppercase.el:
1896 Update for Unicode 6.1.
b142f158 1897
9078ead6
EZ
18982012-04-07 Eli Zaretskii <eliz@gnu.org>
1899
1900 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
1901
f23d2c7d
LMI
19022012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1903
1904 * window.el (shrink-window): Mention the `window-min-height'
1905 variable in the doc string.
1906
0a0a3573
BG
19072012-04-05 Bastien Guerry <bzg@altern.org>
1908
1909 * color.el (color-lighten-name): Fix typo.
1910
e5248ac9
SM
19112012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1912
1913 * server.el (server--on-display-p): New function.
1914 (server--on-display-p): Use it.
1915
b4243e22
GV
19162012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
1917
1918 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
1919 (bug#11145).
1920
305d9f44
SM
19212012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1922
1923 * comint.el (comint--common-quoted-suffix): Check string boundary
1924 before comparing (bug#11158).
1925 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
1926
3d439cd1
CY
19272012-04-04 Chong Yidong <cyd@gnu.org>
1928
321cc491
CY
1929 * minibuffer.el (completion-extra-properties): Doc fix.
1930
3d439cd1
CY
1931 * subr.el (delayed-warnings-hook): Doc fix.
1932
2d562c0f
DU
19332012-04-04 Daiki Ueno <ueno@unixuser.org>
1934
1935 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
1936 selection (Bug#11159).
1937 (epa-insert-keys): Inform that the default public key will be
1938 exported if no key is selected.
1939
4443f204
RS
19402012-04-04 Richard Stallman <rms@gnu.org>
1941
1942 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
1943
529c06b6
CY
19442012-04-03 Chong Yidong <cyd@gnu.org>
1945
1946 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
1947 mail-insert-file, not its obsolete alias mail-attach-file.
1948
66b907dc
MA
19492012-04-03 Michael Albinus <michael.albinus@gmx.de>
1950
1951 * notifications.el (notifications-notify): Fix docstring.
1952
c0ea195d
GM
19532012-04-02 Glenn Morris <rgm@gnu.org>
1954
1955 * emacs-lisp/authors.el (authors-aliases): Another addition.
1956
5ca64e00
MA
19572012-04-02 Michael Albinus <michael.albinus@gmx.de>
1958
1959 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
1960 `tramp-compat-call-process' instead of `tramp-local-call-process'.
1961 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
1962
42ee526b
CY
19632012-04-01 Chong Yidong <cyd@gnu.org>
1964
1965 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
1966 Handle root directory properly.
1967 (copy-directory): Caller changed.
1968
1969 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1970 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
1971
0b021094
GM
19722012-03-31 Glenn Morris <rgm@gnu.org>
1973
40f86458
GM
1974 * term/xterm.el (xterm-extra-capabilities): Doc fix.
1975
7019c177
GM
1976 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
1977
a1daddd6
GM
1978 * calendar/calendar.el (calendar-window-list)
1979 (calendar-hide-window): Restore. (Bug#11140)
1980 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
1981
0b021094
GM
1982 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
1983
40311efc
TV
19842012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1985
1986 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1987 Check if file is a symlink (Bug#10489).
1988
1989 * files.el (copy-directory): Likewise.
1990
5319014e
CY
19912012-03-30 Chong Yidong <cyd@gnu.org>
1992
1993 * image.el (imagemagick-types-inhibit)
1994 (imagemagick-register-types): Doc fix.
1995
935d1290
AM
19962012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1997
ef24141c
SM
1998 * ispell.el (ispell-get-extended-character-mode):
1999 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 2000 and treats ~word as ordinary words in pipe mode.
935d1290 2001
61c6e8fd
GM
20022012-03-30 Glenn Morris <rgm@gnu.org>
2003
2004 * tutorial.el (help-with-tutorial): Ensure local variables don't
2005 happen to make the buffer read-only. (Bug#11127)
2006
81fdff00
SM
20072012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2008
2009 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
2010 (perl-calculate-indent): Return `noindent' in strings.
2011
6e7a6ec0
SS
20122012-03-28 Sam Steingold <sds@gnu.org>
2013
2014 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
2015 instead of the broken adhockery which does not prevent calendar
2016 buffers from being displayed at random after exit.
2017 (calendar-window-list, calendar-hide-window): Remove the broken
2018 adhockery.
2019
fee88ca0
GM
20202012-03-28 Glenn Morris <rgm@gnu.org>
2021
2022 * replace.el (query-replace-map): Doc fix.
2023
38de3354
AS
20242012-03-28 Andreas Schwab <schwab@linux-m68k.org>
2025
2026 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
2027 contents. (Bug#11109)
2028
b973155e
SM
20292012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2030
2031 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
2032 (bug#11077).
2033 (avl-tree--check, avl-tree--check-node): New funs.
2034
dcb6e7b3
MR
20352012-03-27 Martin Rudalics <rudalics@gmx.at>
2036
2037 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
2038 (switch-to-prev-buffer, switch-to-next-buffer):
2039 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
2040 showing a buffer already is done on the same frame.
2041
b4fa35fa
GM
20422012-03-27 Glenn Morris <rgm@gnu.org>
2043
2044 * startup.el (mail-host-address): Doc fix.
2045
f9210e18
SM
20462012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2047
2048 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2049 than 197 variables.
2050
c0bf7753
AF
20512012-03-26 Ami Fischman <ami@fischman.org>
2052
2053 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2054
33da7b16
GM
20552012-03-26 Glenn Morris <rgm@gnu.org>
2056
02243d9d
GM
2057 * files.el (save-buffers-kill-emacs): Doc fix.
2058
33da7b16
GM
2059 * startup.el (normal-top-level, command-line, command-line-1):
2060 Give them doc strings.
2061
e5a69fd0
EZ
20622012-03-25 Eli Zaretskii <eliz@gnu.org>
2063
2064 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 2065 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 2066
9a69676a
CY
20672012-03-25 Chong Yidong <cyd@gnu.org>
2068
4125cb8b
CY
2069 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2070 theme if it was previously enabled before (Bug#11031).
2071
dd470960
CY
2072 * cus-theme.el (custom-theme-write-faces): Retrieve current face
2073 spec with custom-face-get-current-spec if its :shown-value is not
2074 determined yet (Bug#9337).
4125cb8b 2075 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 2076
9a69676a
CY
2077 * button.el (button-at): Minor addition to docstring.
2078
6e7e90fa
SL
20792012-03-24 Simon Leinen <simon.leinen@gmail.com>
2080
2081 * vc/vc.el (vc-merge): Fix a prompt.
2082
f06e2758
CY
20832012-03-24 Chong Yidong <cyd@gnu.org>
2084
2085 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2086 point (Bug#9623).
2087
6e7e90fa
SL
2088 * button.el (button-at): Minor addition to docstring.
2089
b9d0879b
SM
20902012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2091
2092 * newcomment.el (comment-choose-indent): No space after BOL.
2093
e71cebb3
SS
20942012-03-22 Sam Steingold <sds@gnu.org>
2095
2096 * window.el (switch-to-prev-buffer): Revert last patch because the
2097 bug turned out to be an advertised feature (Elisp manual 28.14).
2098
335aff35
GM
20992012-03-22 Glenn Morris <rgm@gnu.org>
2100
2101 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
2102 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2103
c676576a
LMI
21042012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2105
2106 * net/network-stream.el (network-stream-open-starttls): Make error
2107 message under Windows be less misleading.
2108
126f3d39
LW
21092012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
2110
2111 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2112 understands (bug#9942).
2113
64fee311
CY
21142012-03-22 Chong Yidong <cyd@gnu.org>
2115
2116 * simple.el (end-of-visible-line): Handle return value of
2117 next-single-property-change properly (Bug#9371).
2118
a640d29a
KH
21192012-03-22 Kenichi Handa <handa@m17n.org>
2120
2121 * international/quail.el (quail-insert-kbd-layout): Fix previous
2122 change. To avoid unwanted bidi reordering, use
2123 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2124
39675016
DG
21252012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2126
2127 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2128 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2129 (ruby-beginning-of-indent): Be more careful with the difference
2130 between word-boundary and symbol boundary.
2131 (ruby-mode-syntax-table): Make : a symbol constituent.
2132
0a6934fc 21332012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 2134
3d008e4f
SM
2135 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2136
0a6934fc
SM
21372012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2138
af67c9d7
SM
2139 * progmodes/etags.el (tags-completion-at-point-function):
2140 Improve last fix.
2141
1acad97c
SM
2142 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2143
e298b5da
SS
21442012-03-21 Sam Steingold <sds@gnu.org>
2145
2146 * progmodes/etags.el (tags-completion-at-point-function):
2147 Avoid the error when point is inside the pattern.
2148
91d82a70
JY
21492012-03-21 John Yates <john@yates-sheets.org> (tiny change)
2150
2151 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2152 line (Bug#10855).
2153
69188b79
CY
21542012-03-21 Drew Adams <drew.adams@oracle.com>
2155
2156 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2157
99fc91fe
AK
21582012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
2159
2160 * ido.el (ido-set-current-directory, ido-read-internal)
2161 (ido-choose-completion-string, ido-completion-help): Handle nil
2162 value of ido-completion-buffer (Bug#11008).
2163
087bbb4c
SS
21642012-03-21 Sam Steingold <sds@gnu.org>
2165
2166 * window.el (switch-to-prev-buffer): Do not switch to a visible
2167 window previous buffer, just like with the frame previous buffers.
2168
fb5b8aca
CY
21692012-03-21 Chong Yidong <cyd@gnu.org>
2170
2171 * faces.el (make-face, make-empty-face, copy-face):
2172 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2173 Doc fixes.
2174
dc9924b8
SM
21752012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * wid-edit.el (widget-complete-field): Remove (bug#11051).
2178 (widget-complete): Remove broken use of it.
2179
f0bcceb9
CY
21802012-03-20 Chong Yidong <cyd@gnu.org>
2181
dc9924b8
SM
2182 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2183 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
2184 characters.
2185
ee52ebf3
TH
21862012-03-20 Tassilo Horn <tassilo@member.fsf.org>
2187
2188 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
2189 to draw rectangles, not squares. (Regression introduced by revno
2190 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
2191
4c5779ab
CY
21922012-03-18 Chong Yidong <cyd@gnu.org>
2193
2194 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
2195 it is not yet defined (for temacs).
2196
15360934
LL
21972012-03-18 Leo Liu <sdl.web@gmail.com>
2198
dc9924b8 2199 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 2200
d9a8eb66
EZ
22012012-03-17 Eli Zaretskii <eliz@gnu.org>
2202
2203 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
2204 (ispell-choices-win-default-height, ispell-silently-savep)
2205 (ispell-dictionary-alist, ispell-encoding8-command)
2206 (ispell-check-version, ispell-aspell-find-dictionary)
2207 (ispell-valid-dictionary-list, ispell-words-keyword)
2208 (ispell-get-word, ispell-internal-change-dictionary)
2209 (ispell-region, ispell-skip-region-list)
2210 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
2211 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
2212 (ispell-message-text-end, ispell-message)
2213 (ispell-buffer-local-parsing): Doc fix.
2214
f02ff80d
J
22152012-03-13 Jambunathan K <kjambunathan@gmail.com>
2216
2217 * htmlfontify.el: Add support for code block fontification for ODT
2218 export (Bug #9914).
2219 (hfy-optimisations): Define new option
2220 `body-text-only'
2221 (hfy-fontify-buffer): Honor above setting.
2222 (hfy-begin-span, hfy-end-span): New routines factored out form
2223 `hfy-fontify-buffer'.
2224 (hfy-begin-span-handler, hfy-end-span-handler): New variables
2225 that permit insertion of custom tags.
2226 (hfy-fontify-buffer): Use above handlers.
2227 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
2228 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 2229 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 2230 over multiple runs. This is made possible by having the caller let
f02ff80d
J
2231 bind a special variable `hfy-user-sheet-assoc'.
2232 (htmlfontify-string): New defun.
2233 (hfy-compile-face-map): Make sure that the last char in the
2234 buffer is correctly fontified.
2235 (hfy-face-resolve-face): Whitespace only change.
2236
9ac7a13f
EZ
22372012-03-17 Eli Zaretskii <eliz@gnu.org>
2238
2239 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
2240 message more clear.
2241
e2b5bdd7
LL
22422012-03-16 Leo Liu <sdl.web@gmail.com>
2243
2244 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2245
2e492df3
AM
22462012-03-16 Alan Mackenzie <acm@muc.de>
2247
2248 Further optimise the handling of large macros.
2249
2250 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2251 limit to a call of `c-literal-limits'.
2252 (c-determine-+ve-limit): New function.
dc9924b8
SM
2253 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2254 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
2255 In CASE 5B, restrict a search limit to 500.
2256 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
2257
2258 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
2259 Restrict macro bounds to +-500 from after-change's BEG END.
2260
50e94f0c
LL
22612012-03-16 Leo Liu <sdl.web@gmail.com>
2262
2263 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2264
6f09f6ed
AH
22652012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
2266
2267 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 2268 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 2269
c7e73d51
GM
22702012-03-16 Glenn Morris <rgm@gnu.org>
2271
da986230
GM
2272 * view.el (view-buffer, view-buffer-other-window)
2273 (view-buffer-other-frame): Doc fixes re special mode-class.
2274
0835f01e
GM
2275 * subr.el (eval-after-load): If named feature is provided not from
2276 a file, run after-load forms. (Bug#10946)
2277
c7e73d51
GM
2278 * calendar/calendar.el (calendar-insert-at-column):
2279 Handle non-unit-width characters a bit better. (Bug#10978)
2280
3f2eafd1
CY
22812012-03-15 Chong Yidong <cyd@gnu.org>
2282
2283 * emacs-lisp/ring.el (ring-extend): New function.
2284 (ring-insert+extend): Extend the ring correctly (Bug#11019).
2285
2286 * comint.el (comint-read-input-ring)
2287 (comint-add-to-input-history): Grow comint-input-ring lazily.
2288
103af3fe
SM
22892012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2290
663b1677
SM
2291 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2292 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
2293
103af3fe
SM
2294 * imenu.el: Fix multiple inheritance breakage (bug#9199).
2295 (imenu-add-to-menubar): Don't add a redundant index.
2296 (imenu-update-menubar): Handle a dynamically composed keymap.
2297
899cb7cb
KY
22982012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2299
2300 * mail/sendmail.el (mail-encode-header):
2301 Bind rfc2047-encode-encoded-words to nil.
2302
3809f91d
GM
23032012-03-13 Glenn Morris <rgm@gnu.org>
2304
2305 * calendar/calendar.el (calendar-string-spread):
2306 Handle non-unit-width characters a bit better. (Bug#10978)
2307
9e345a01
LL
23082012-03-13 Leo Liu <sdl.web@gmail.com>
2309
2310 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
2311 directory and file as argument (Bug#10822).
2312
4a07df36
KS
23132012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2314
2315 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
2316 For dynamically generated code, follow $PC.
2317 (gdb-disassembly-handler-custom): Handle no function name case.
2318
4aaa9356
TL
23192012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2320
2321 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
2322 * emulation/ws-mode.el (ws-query-replace):
2323 * sort.el (sort-regexp-fields):
2324 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
2325
225979da
SM
23262012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2327
2328 * dabbrev.el: Fix cycle completion order (bug#10963).
2329 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
2330 (dabbrev-completion): Don't use an obarray; provide
2331 a cycle-sort-function.
2332
e2f1fdab
LL
23332012-03-12 Leo Liu <sdl.web@gmail.com>
2334
dc9924b8 2335 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
2336 (kill-do-not-save-duplicates): Doc fix.
2337
b19490ed
SM
23382012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2339
2340 * dabbrev.el: Fix cycle completion (bug#10963).
2341 Use lexical binding and wrap to 80 columns.
2342 (dabbrev-completion): Delay computing the list of completions.
2343
4b05d722
KH
23442012-03-12 Kenichi Handa <handa@m17n.org>
2345
2346 * international/quail.el (quail-insert-kbd-layout): Surround each
2347 row by LRO and PDF instead of inserting many LRMs. Pad the left
2348 and right of each non-spacing marks. Insert invisible space
2349 between lower and upper characters to prevent composition.
2350
dbbc2e69
SM
23512012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * minibuffer.el (minibuffer-complete): Don't get confused when the
2354 function is run twice via different commands (bug#10958).
2355 (complete-with-action): Fix docstring.
2356
292112ed
CY
23572012-03-12 Chong Yidong <cyd@gnu.org>
2358
5d1ac394
CY
2359 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
2360 (nxml-completion-at-point-function): New function.
2361 (nxml-mode): Use it.
2362 (nxml-bind-meta-tab-to-complete-flag): Default to t.
2363
292112ed
CY
2364 * emacs-lisp/package.el (package-unpack, package-unpack-single):
2365 Load generated autoloads file before byte compiling (Bug#10970).
2366 (package--make-autoloads-and-compile): New helper fun.
2367
4098f8f7
CS
23682012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
2369
2370 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2371
8f754691
MA
23722012-03-11 Michael Albinus <michael.albinus@gmx.de>
2373
2374 * autorevert.el (auto-revert-handler): Ensure, that
2375 file-readable-p is applied only for local files or in
2376 auto-revert-tail-mode.
2377
e29ab36b
AS
23782012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2379
dbbc2e69
SM
2380 * server.el (server-eval-at): Handle non-tcp connections.
2381 Decode result string.
ad0bf5b6 2382
e29ab36b
AS
2383 * server.el (server-msg-size): New constant.
2384 (server-reply-print): New function.
2385 (server-eval-and-print): Use it.
2386 (server-eval-at): Use server-quote-arg and server-unquote-arg.
2387 Handle -print-nonl.
2388
de5939ba
CS
23892012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2390
2391 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2392 (Bug#10987).
2393
0c93eabf
CY
23942012-03-11 Chong Yidong <cyd@gnu.org>
2395
397a688f
CY
2396 * simple.el (goto-line): Doc fix (Bug#9938).
2397
2cc775f9
CY
2398 * subr.el (save-window-excursion): Doc fix (Bug#9979).
2399
0c93eabf
CY
2400 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2401 when finished (Bug#10963).
2402
c491fa41
MR
24032012-03-11 Martin Rudalics <rudalics@gmx.at>
2404
2405 * window.el (split-window-below): Fix bug in case where
2406 split-window-keep-point is nil (Bug#10971).
2407
300e8fa5
JL
24082012-03-11 Juri Linkov <juri@jurta.org>
2409
2410 * replace.el (replace-highlight): Set isearch-word to nil
2411 unconditionally. (Bug#10887)
2412
dbf6c5a1
EZ
24132012-03-10 Eli Zaretskii <eliz@gnu.org>
2414
2415 * net/mairix.el (mairix-replace-invalid-chars): Rename from
2416 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 2417 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
2418 (mairix-widget-create-query): Add usage information about mairix
2419 search forms: negating words, searching for substrings, etc.
2420
b9e501de
JP
24212012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
2422
2423 * international/fontset.el (font-encoding-alist): Add an entry for
2424 ksx1001 (Bug#5667).
2425
92795c91
RS
24262012-03-10 Richard Stallman <rms@gnu.org>
2427
1694e6c1
RS
2428 * mail/sendmail.el (mail-encode-header):
2429 Set rfc2047-encode-encoded-words.
2430
607e8555
RS
2431 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2432
de3bc99a
RS
2433 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2434 view buffer means not swapped.
2435 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2436 (rmail-write-region-annotate): Error if real text has disappeared.
2437
92795c91
RS
2438 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2439
699bd04e
CY
24402012-03-10 Chong Yidong <cyd@gnu.org>
2441
2442 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
2443 * emulation/cua-base.el (cua--init-keymaps):
2444 Add delete-forward-char to remappings (Bug#9666).
699bd04e 2445
570a1714
MR
24462012-03-10 Martin Rudalics <rudalics@gmx.at>
2447
dbbc2e69
SM
2448 * speedbar.el (speedbar-unhighlight-one-tag-line):
2449 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 2450
82dcf4e4
CY
24512012-03-10 Chong Yidong <cyd@gnu.org>
2452
7a2c7ca7
CY
2453 * minibuffer.el (completion-in-region, completion-help-at-point):
2454 Give the completion field overlay a high priority (Bug#6830).
2455
82dcf4e4
CY
2456 * dired.el (dired-goto-file): Recognize absolute file name
2457 listings (Bug#7126).
2458 (dired-goto-file-1): New helper function.
2459 (dired-toggle-read-only): Inhibit warnings.
2460
052e28ac
MA
24612012-03-09 Michael Albinus <michael.albinus@gmx.de>
2462
75f1671a 2463 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
2464 there are no properties.
2465
95d5e396
LL
24662012-03-09 Leo Liu <sdl.web@gmail.com>
2467
2468 * savehist.el (savehist-printable): Stricter check for string
2469 value (Bug#10937).
2470
3f018d6d
EZ
24712012-03-09 Eli Zaretskii <eliz@gnu.org>
2472
dbbc2e69
SM
2473 * mail/smtpmail.el (smtpmail-send-it):
2474 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
2475 valid mbox format.
2476
f7fd3d79
GM
24772012-03-09 Glenn Morris <rgm@gnu.org>
2478
2479 * files.el (dir-locals-find-file):
2480 Don't check result is regular, readable.
2481 (dir-locals-read-from-file): Demote errors.
2482
6ff6e72f
EZ
24832012-03-08 Eli Zaretskii <eliz@gnu.org>
2484
dbbc2e69
SM
2485 * international/quail.el (quail-insert-kbd-layout):
2486 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
2487 layout cell, to prevent their reordering by bidi display engine.
2488 For details, see the discussion in
2489 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2490
9cec7834
AM
24912012-03-08 Alan Mackenzie <acm@muc.de>
2492
2493 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2494 the starting position; make it extend the marked region when
2495 invoked repeatedly - all under appropriate circumstances.
2496 Fixes bugs #5525, #10906.
2497
9a40b8d4
GM
24982012-03-08 Glenn Morris <rgm@gnu.org>
2499
2500 * files.el (locate-dominating-file, dir-locals-find-file):
2501 Undo 2012-03-06 change.
2502
7a08ed35
EZ
25032012-03-07 Eli Zaretskii <eliz@gnu.org>
2504
dbbc2e69
SM
2505 * international/quail.el (quail-help):
2506 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
2507 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2508 for the reason.
2509
5aca4f71 25102012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
2511
2512 Avoid superfluous registering of signals. (Bug#10807)
2513
2514 * notifications.el (notifications-on-action-object)
2515 (notifications-on-close-object): New defvars.
2516 (notifications-on-action-signal, notifications-on-closed-signal):
2517 Unregister the signal if not needed any longer.
2518 (notifications-notify): Register `notifications-action-signal' or
2519 `notifications-closed-signal', if :on-action or :on-close has been
2520 passed as argument.
2521
78e8b10a
CY
25222012-03-07 Chong Yidong <cyd@gnu.org>
2523
2524 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2525 non-X platforms.
2526
69481eb8
GM
25272012-03-06 Glenn Morris <rgm@gnu.org>
2528
2529 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2530 (x-disown-selection-internal, x-get-selection-internal):
2531 Doc fix (add arglist signatures). (Bug#10783)
2532
133b8e11
KS
25332012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2534
2535 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2536 Handle breakpoints with no "type".
2537
99a83064
GM
25382012-03-06 Glenn Morris <rgm@gnu.org>
2539
2540 * files.el (locate-dominating-file): Add optional predicate argument.
2541 (dir-locals-find-file): Make use of above change.
2542
17798e78
TTN
25432012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2544
2545 * info.el (Info-insert-dir): Also try "dir.gz".
2546
eb182446
GM
25472012-03-06 Glenn Morris <rgm@gnu.org>
2548
8f2114ee
GM
2549 * files.el (dir-locals-find-file):
2550 Ignore non-readable or non-regular files. (Bug#10928)
2551
eb182446
GM
2552 * files.el (locate-dominating-file): Doc fix.
2553
24679323
AS
25542012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2555
2556 * calendar/calendar.el (calendar-set-mode-line):
2557 `getenv' returns a string. (Bug#10951)
2558
01d972a9
LL
25592012-03-05 Leo Liu <sdl.web@gmail.com>
2560
109aa8a9
LL
2561 * simple.el (backward-delete-char-untabify): Constrain point to
2562 field (Bug#10939).
2563
01d972a9
LL
2564 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2565
10607bea
CY
25662012-03-05 Chong Yidong <cyd@gnu.org>
2567
2568 * simple.el (count-words): If called from Lisp, return the word
2569 count, for symmetry with `count-lines'. Arglist changed.
2570 (count-words--message): Args changed. Consolidate counting code
2571 from count-words and count-words-region.
2572 (count-words-region): Caller changed.
2573 (count-lines-region): Make it an obsolete alias.
2574
5dd11cfe
TH
25752012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2576
2577 * saveplace.el (save-place-to-alist)
2578 (save-place-ignore-files-regexp): Allow value nil to disable this
2579 feature.
2580
c349f4e6
CY
25812012-03-04 Chong Yidong <cyd@gnu.org>
2582
2583 * faces.el (face-spec-reset-face): For the default face, reset the
2584 attributes to default values (Bug#10748).
2585
e627be4c
LMI
25862012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2587
2588 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2589 previous patch: Check `message-send-mail-function', and not the
2590 default function (bug#10897).
2591
ebeabff4
MA
25922012-03-04 Michael Albinus <michael.albinus@gmx.de>
2593
a41a6cf4
MA
2594 * notifications.el (notifications-on-action-signal)
2595 (notifications-on-closed-signal): Check for unique service name of
2596 incoming event. Fix error in removing entry.
ebeabff4 2597 (top): Register for signals with wildcard service name.
a41a6cf4 2598 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2599
c1ca42b4
CY
26002012-03-04 Chong Yidong <cyd@gnu.org>
2601
dc9924b8 2602 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2603
ea16568d
GM
26042012-03-04 Glenn Morris <rgm@gnu.org>
2605
2606 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2607 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2608 (expand-abbrev, define-abbrev-table): Doc fixes.
2609
fbae4637
LMI
26102012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2611
2612 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2613 `message-default-send-mail-function' and not `send-mail-function'
2614 when doing the prompting for `sendmail-query-once' before sending
2615 in Message buffers (bug#10897).
2616
a1e7225c
LMI
2617 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2618 This is inconsistent with all the other stream functions, which leave
2619 the setting up to the higher levels (if so wanted) (bug#10931).
2620
56d093a9
AM
26212012-03-02 Alan Mackenzie <acm@muc.de>
2622
2623 Depessimize the handling of very large macros.
2624
2625 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2626 (c-macro-cache-syntactic): New variables to implement a one
2627 element macro cache.
2628 (c-invalidate-macro-cache): New function.
2629 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2630 Adapt to use the new cache.
2631 (c-state-safe-place): Use better the cache of safe positions.
2632 (c-state-semi-nonlit-pos-cache)
2633 (c-state-semi-nonlit-pos-cache-limit):
2634 New variables for...
2635 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2636 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
2637 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2638 Use c-state-semi-safe-place.
56d093a9 2639
dbbc2e69
SM
2640 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2641 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 2642
817e5c3d
MA
26432012-03-02 Michael Albinus <michael.albinus@gmx.de>
2644
dbbc2e69
SM
2645 * jka-compr.el (jka-compr-call-process):
2646 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
2647 not remote.
2648
a032a702
MA
26492012-03-01 Michael Albinus <michael.albinus@gmx.de>
2650
2651 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2652 access of FILE2, if FILE1 does not exist.
2653
99a54f21
MA
2654 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2655 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2656
2657 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2658 Add "PAGER=" to `process-environment'.
2659
f6561e1f
MM
26602012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2661
2662 * progmodes/sql.el: Bug fix
2663 (sql-get-login-ext): Save login values in globals.
2664 (sql-get-login): Use new version of `sql-get-login-ext'.
2665 (sql-interactive-mode): Set global `sql-connection' to nil.
2666 (sql-connect): Set global values for connection.
2667 (sql-product-interactive): Save global values as buffer local.
2668
2d44d9cc
LL
26692012-02-29 Leo Liu <sdl.web@gmail.com>
2670
2671 * abbrev.el (define-abbrevs): Reset sys to nil.
2672
96b49301 26732012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2674
bf7f9bc5
JB
2675 * files.el (file-equal-p): Rename from `files-equal-p'.
2676 Return nil when one or both files don't exist.
96b49301 2677 (file-subdir-of-p): Now only top directory must exists,
2678 return nil if it doesn't.
bf7f9bc5
JB
2679 (copy-directory): No need to test with `file-subdir-of-p' after
2680 creating dir.
2681 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2682 to `file-equal-p'.
96b49301 2683
44e97401
GM
26842012-02-28 Glenn Morris <rgm@gnu.org>
2685
2686 * shell.el (shell-mode):
2687 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2688 * play/landmark.el (landmark-font-lock-face-O):
2689 * play/handwrite.el (handwrite):
2690 * play/gomoku.el (gomoku-O):
2691 * net/browse-url.el (browse-url-browser-display):
2692 * international/mule.el (define-charset):
2693 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2694 * filesets.el (filesets-find-file-delay):
2695 * eshell/em-xtra.el (eshell-xtra):
2696 * eshell/em-unix.el (eshell-grep):
2697 * emulation/viper.el (viper-mode):
2698 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2699 * emacs-lisp/easymenu.el (easy-menu-define):
2700 * calendar/timeclock.el (timeclock-use-display-time):
2701 * bs.el (bs-mode):
2702 * bookmark.el (bookmark-save-flag):
2703 Doc fix (standardize possessive apostrophe usage).
2704
c98c6276
CY
27052012-02-27 Chong Yidong <cyd@gnu.org>
2706
bf7f9bc5
JB
2707 * emulation/viper-cmd.el (viper-intercept-ESC-key):
2708 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 2709
c98c6276
CY
2710 * font-lock.el (font-lock-specified-p): Rename from
2711 font-lock-spec-present. Callers changed.
2712
9c62cd04 27132012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 2714
bf7f9bc5
JB
2715 * emacs-lisp/package.el (package-compute-transaction):
2716 Handle holding a package version to t in package-load-list.
8ac9e529 2717
530739c9
MA
27182012-02-26 Michael Albinus <michael.albinus@gmx.de>
2719
2720 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2721 (tramp-get-inode, tramp-get-device): Use cached values.
2722
487915d7
AM
27232012-02-26 Alan Mackenzie <acm@muc.de>
2724
2725 Check there is a font-lock specification before doing initial
2726 fontification.
2727
2728 * font-core.el (font-lock-mode): Move the conditional from
2729 :after-hook to font-lock-initial-fontify.
2730 (font-lock-default-function): Move the check for a specification
2731 to font-lock-spec-present.
2732
dc9924b8 2733 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
2734 (font-lock-spec-present): New function.
2735
4fd96557
JB
27362012-02-26 Jim Blandy <jimb@red-bean.com>
2737
2738 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2739 (gdb-send): Apply it to the operand of the '-interpreter-exec
2740 console' command, so that we can pass arguments with (say) quotes
2741 in them. Store exact string sent in gdb-debug-log (Bug#10765).
2742
9a4888c0
CY
27432012-02-26 Chong Yidong <cyd@gnu.org>
2744
07498861
CY
2745 * help-fns.el (describe-function-1): Clarify description of
2746 remapping (Bug#10844).
2747
9a4888c0
CY
2748 * files.el (files-equal-p): Doc fix.
2749 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
2750 and quit the loop once a mismatch is found.
2751
ea8fb88d
JB
27522012-02-25 Juanma Barranquero <lekktu@gmail.com>
2753
2754 * bs.el (bs--show-with-configuration): Don't throw an error
2755 if the window cannot be split; otherwise, subsequent calls to
2756 bs-show fail, restoring a stale window config. (Bug#10882)
2757
525795c1
JD
27582012-02-25 Jan Djärv <jan.h.d@swipnet.se>
2759
2760 * term/ns-win.el (global-map): Bind ns-drag-file to
2761 ns-find-file (Bug#5855, Bug#10050).
2762
f008086f
AS
27632012-02-25 Andreas Schwab <schwab@linux-m68k.org>
2764
2765 * calendar/parse-time.el (parse-time-string): Allow extractor to
2766 return nil.
2767
a3fcfa99
MA
27682012-02-25 Michael Albinus <michael.albinus@gmx.de>
2769
91027d08
JB
2770 * net/tramp.el (tramp-file-name-for-operation):
2771 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
2772
2773 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
2774 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2775 Add COPY-CONTENTS argument.
a3fcfa99 2776
67b0de11
CY
27772012-02-25 Chong Yidong <cyd@gnu.org>
2778
2779 Add custom groups for VC backends, for consistency with vc-bzr.
2780
2781 * vc/vc-arch.el (vc-arch):
2782 * vc/vc-cvs.el (vc-cvs):
2783 * vc/vc-git.el (vc-git):
2784 * vc/vc-hg.el (vc-hg):
2785 * vc/vc-mtn.el (vc-mtn):
2786 * vc/vc-rcs.el (vc-rcs):
2787 * vc/vc-sccs.el (vc-sccs):
2788 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
2789 All relevant defcustoms reassigned.
2790
3c9dfce6
CY
27912012-02-25 Chong Yidong <cyd@gnu.org>
2792
1339bf43
CY
2793 * newcomment.el (comment-styles): Add autoload (Bug#10868).
2794
3c9dfce6
CY
2795 * term/x-win.el (x-initialize-window-system): Reduce default for
2796 x-selection-timeout to 5 seconds (Bug#8869).
2797
25b2e303 27982012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2799
ec70a47d
GM
2800 * files.el (files-equal-p, file-subdir-of-p): New functions.
2801 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 2802 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
2803 * dired-aux.el (dired-copy-file-recursive): Same.
2804 (dired-create-files): Modify destination when source is equal to
2805 dest when copying files.
53a46cd0 2806 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 2807
914260cd
MA
28082012-02-24 Michael Albinus <michael.albinus@gmx.de>
2809
2810 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
2811 (Bug#10874)
2812
2cb228f7
AM
28132012-02-23 Alan Mackenzie <acm@muc.de>
2814
2815 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
2816 parameter "after-hook:" to allow the expansion to run code after
2817 the execution of the mode hooks.
2818
2819 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 2820 from font-lock-mode-internal.
2cb228f7 2821
91027d08 2822 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
2823 :after-hook.
2824
8f0fde21
SM
28252012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2826
3e88618b
SM
2827 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
2828 (completion--cache-all-sorted-completions): New function.
2829 (completion-all-sorted-completions): Use it.
2830 (completion--do-completion, minibuffer-force-complete):
2831 Use it to re-instate the flush hook.
2832
8f0fde21
SM
2833 * icomplete.el (icomplete-completions): Replace last fix with a better
2834 one (bug#10850).
2835
8e911f6f
DG
28362012-02-23 Dmitry Gutov <dgutov@yandex.ru>
2837
2838 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
2839 when it might call us back infinitely (bug#10797).
2840
49fe4321
GM
28412012-02-23 Glenn Morris <rgm@gnu.org>
2842
2843 * minibuffer.el (completion-category-overrides): Doc fix.
2844
b291b572
SM
28452012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2846
2847 * minibuffer.el (completion-table-with-context): Fix inf-loop.
2848 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2849
31a9ef2e
GM
28502012-02-23 Glenn Morris <rgm@gnu.org>
2851
5e6e6794 2852 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
2853 (authors-obsolete-files-regexps, authors-ignored-files)
2854 (authors-ambiguous-files, authors-renamed-files-alist):
2855 Add more entries.
2856
0bd1e074
JL
28572012-02-23 Juri Linkov <juri@jurta.org>
2858
2859 * isearch.el (isearch-occur): Sync interactive spec with occur's
2860 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
2861
b617673c
JL
2862 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2863
19e9789e
JL
28642012-02-22 Juri Linkov <juri@jurta.org>
2865
2866 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
2867 (ucs-insert): Doc fix. Check for hex digits in the string.
2868 Don't display `nil' in the error message. (Bug#10857)
2869
f41ce09d
AM
28702012-02-22 Alan Mackenzie <acm@muc.de>
2871
7a71b18d 2872 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 2873
ac2eceee
GM
28742012-02-22 Glenn Morris <rgm@gnu.org>
2875
2876 * ffap.el (ffap-c-path):
2877 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
2878
abd1f678
CY
28792012-02-22 Chong Yidong <cyd@gnu.org>
2880
2881 * custom.el (load-theme): Doc fix.
2882
f25aef2e
GM
28832012-02-22 Glenn Morris <rgm@gnu.org>
2884
2885 * dired-x.el (dired-guess-shell-alist-default):
2886 Remove escape sequences from nroff output. (Bug#172)
2887
5f8dc2ca
GM
28882012-02-21 Glenn Morris <rgm@gnu.org>
2889
6ff86ec4
GM
2890 * vc/emerge.el (emerge-defvar-local):
2891 Set `permanent-local' property rather than unused `preserved'.
2892
be3223a3 2893 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
2894 (picture-mode-map): Use it. (Bug#10860)
2895 (picture-mode): Doc fix.
2896
3fe58f4f
JB
28972012-02-21 Juanma Barranquero <lekktu@gmail.com>
2898
2899 * newcomment.el (uncomment-region-default): Remove unused binding.
2900
f9a998c3
GM
29012012-02-21 Glenn Morris <rgm@gnu.org>
2902
2903 * textmodes/picture.el (picture-motion, picture-motion-reverse)
2904 (picture-self-insert, picture-tab-chars): Doc fix.
2905 (picture-mode-map): Fix C-a, C-e.
2906
c6029348
GM
29072012-02-20 Glenn Morris <rgm@gnu.org>
2908
2909 * emacs-lisp/authors.el (authors-aliases): Add another entry.
2910
ab1ce9d7
LL
29112012-02-20 Leo Liu <sdl.web@gmail.com>
2912
2913 * icomplete.el (icomplete-completions): Check FROM arg before
2914 passing to substring (Bug#10850).
2915
0fd40f89
CY
29162012-02-19 Chong Yidong <cyd@gnu.org>
2917
2918 * comint.el: Require ansi-color.
2919 (comint-output-filter-functions): Add ansi-color-process-output.
2920
2921 * ansi-color.el: Don't set comint-output-filter-functions; it is
2922 now in the initial value defined in comint.el.
2923 (ansi-color-apply-face-function): New variable.
2924 (ansi-color-apply-on-region): Use it.
2925 (ansi-color-apply-overlay-face): New function.
2926
2927 * shell.el (shell): No need to require ansi-color.
2928 (shell-mode): Use ansi-color-apply-face-function to highlight
2929 color escapes using font-lock-face property (Bug#10835).
2930
20af2394
CY
29312012-02-19 Chong Yidong <cyd@gnu.org>
2932
2933 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
2934 mode-line formats (Bug#10839).
2935
e23a3fbe
GM
29362012-02-18 Glenn Morris <rgm@gnu.org>
2937
b474519e
GM
2938 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
2939
2940 * mail/undigest.el (unforward-rmail-message): Doc fix.
2941
e23a3fbe
GM
2942 * saveplace.el (save-place-ignore-files-regexp): Add :version.
2943
57939ff4
EZ
29442012-02-18 Eli Zaretskii <eliz@gnu.org>
2945
2946 * international/characters.el (script-list): Sync with the latest
2947 Unicode Character Database.
2948
0c23686e
AS
29492012-02-18 Andreas Schwab <schwab@linux-m68k.org>
2950
2951 * international/titdic-cnv.el: Remove duplicate coding tag.
2952 * language/cham.el: Likewise.
2953 * language/tai-viet.el: Likewise.
2954
6818b449
GM
29552012-02-18 Glenn Morris <rgm@gnu.org>
2956
2957 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
2958 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
2959 (calendar-bahai-all-holidays-flag, calendar-other-dates):
2960 * calendar/diary-lib.el (diary-abbreviated-year-flag):
2961 * calendar/holidays.el (holiday-bahai-holidays)
2962 (calendar-holidays, list-holidays):
2963 Use utf-8 Bahá'í in doc-strings, menus, etc.
2964
0311a3fc
TH
29652012-02-17 Tassilo Horn <tassilo@member.fsf.org>
2966
2967 * saveplace.el (save-place-ignore-files-regexp): New variable
2968 allowing for excluding files from saving their location of point.
2969 The default value matches the temporary commit message editing
2970 files from Git, SVN, Bazaar, and Mercurial.
2971 (save-place-to-alist): Use it.
2972
eb864a71
LM
29732012-02-17 Lawrence Mitchell <wence@gmx.li>
2974 Stefan Monnier <monnier@iro.umontreal.ca>
2975
2976 * newcomment.el (uncomment-region-default): Don't leave extra space
2977 when an arg is provided (bug#8150).
2978
ee0ce425
TZ
29792012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2980
eb864a71 2981 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 2982
95ddf442
GM
29832012-02-17 Glenn Morris <rgm@gnu.org>
2984
2985 * net/socks.el: Require network-stream. (Bug#10599)
2986
48dd1e39 29872012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
2988
2989 * international/charprop.el:
2990 * international/uni-name.el:
2991 * international/uni-old-name.el:
2992 * international/uni-comment.el: Regenerate.
2993
d68cd087
GM
29942012-02-16 Glenn Morris <rgm@gnu.org>
2995
2996 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
2997 Interactively in calendar buffer, give an error if not on a date.
2998
13932042
GM
29992012-02-15 Glenn Morris <rgm@gnu.org>
3000
3001 * shell.el (shell-delimiter-argument-list):
3002 Revert 2011-02-17 change. (Bug#8027)
3003
c3a70e2b
CY
30042012-02-15 Chong Yidong <cyd@gnu.org>
3005
60236b0d
CY
3006 * minibuffer.el (completion-at-point-functions): Doc fix.
3007
c3a70e2b
CY
3008 * custom.el (defcustom): Doc fix; note use of defvar.
3009
9f26dc24
GM
30102012-02-15 Glenn Morris <rgm@gnu.org>
3011
3012 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
3013 Doc fixes.
3014
6546b134
GM
30152012-02-14 Glenn Morris <rgm@gnu.org>
3016
3017 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
3018
d29b2b4c
LI
30192012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3020
3021 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
3022 way the ports list is computed.
835bdcba
LI
3023 (smtpmail-query-smtp-server): Prompt the user for a port number if
3024 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 3025
08dcdbc9
TZ
30262012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3027
3028 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
3029
2605051a
GM
30302012-02-13 Glenn Morris <rgm@gnu.org>
3031
3032 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
3033
7ee99f32
TZ
30342012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3035
3036 * net/gnutls.el (gnutls-trustfiles): New variable.
3037 (gnutls-negotiate): Use it.
3038
5f0af64f
LI
30392012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3040
3041 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
3042 does its stuff if Gnus is running.
3043
c14fcc95
AM
30442012-02-13 Alan Mackenzie <acm@muc.de>
3045
3046 Fix a loop in c-set-fl-decl-start.
3047
7a71b18d 3048 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
3049 c-backward-syntactic-ws actually moves backwards.
3050
142b4d90
LL
30512012-02-13 Leo Liu <sdl.web@gmail.com>
3052
3053 * net/rcirc.el (rcirc-markup-attributes): Move point to the
3054 beginning so that all \C-o chars are removed.
3055
fa9958a6
TZ
30562012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
3057
dc9924b8 3058 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 3059
0bc5886a
AM
30602012-02-12 Alan Mackenzie <acm@muc.de>
3061
3062 Fix infinite loop with long macros.
4d6769e1 3063 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 3064
d4bd55e7
CY
30652012-02-12 Chong Yidong <cyd@gnu.org>
3066
3067 * window.el (display-buffer): Doc fix (Bug#10785).
3068
66f3fe22
GM
30692012-02-12 Glenn Morris <rgm@gnu.org>
3070
bd7da63e
GM
3071 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3072 (x-disown-selection-internal, x-get-selection-internal):
3073 Sync docs with the xselect.c versions.
3074
66f3fe22
GM
3075 * allout-widgets.el: Add missing license notice.
3076
3e0d2fa7
GM
30772012-02-11 Glenn Morris <rgm@gnu.org>
3078
cfecdf09
GM
3079 * select.el (x-get-selection-internal, x-own-selection-internal)
3080 (x-disown-selection-internal):
3081 * x-dnd.el (x-get-selection-internal): Update declarations.
3082
6d216d7f
GM
3083 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3084
2bed3f04
GM
3085 * window.el (window-sides-slots):
3086 * tool-bar.el (tool-bar-position):
3087 * term/xterm.el (xterm-extra-capabilities):
3088 * ses.el (ses-self-reference-early-detection):
3089 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3090 (verilog-auto-wire-type)
3091 (verilog-auto-delete-trailing-whitespace)
3092 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3093 (verilog-auto-tieoff-declaration):
3094 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3095 (sql-oracle-statement-starters, sql-oracle-scan-on):
3096 * progmodes/prolog.el (prolog-align-comments-flag)
3097 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3098 (prolog-left-indent-regexp, prolog-paren-indent-p)
3099 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3100 (prolog-types, prolog-mode-specificators)
3101 (prolog-determinism-specificators, prolog-directives)
3102 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3103 (prolog-electric-dot-flag)
3104 (prolog-electric-dot-full-predicate-template)
3105 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3106 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3107 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3108 (prolog-program-switches, prolog-prompt-regexp)
3109 (prolog-debug-on-string, prolog-debug-off-string)
3110 (prolog-trace-on-string, prolog-trace-off-string)
3111 (prolog-zip-on-string, prolog-zip-off-string)
3112 (prolog-use-standard-consult-compile-method-flag)
3113 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3114 (prolog-imenu-max-lines, prolog-info-predicate-index)
3115 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3116 (prolog-char-quote-workaround):
3117 * progmodes/cc-vars.el (c-defun-tactic):
3118 * net/tramp.el (tramp-encoding-command-interactive)
3119 (tramp-local-end-of-line):
3120 * net/soap-client.el (soap-client):
3121 * net/netrc.el (netrc-file):
3122 * net/gnutls.el (gnutls):
3123 * minibuffer.el (completion-category-overrides)
3124 (completion-cycle-threshold)
3125 (completion-pcm-complete-word-inserts-delimiters):
3126 * man.el (Man-name-local-regexp):
3127 * mail/feedmail.el (feedmail-display-full-frame):
3128 * international/characters.el (glyphless-char-display-control):
3129 * eshell/em-ls.el (eshell-ls-date-format):
3130 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3131 (lisp-lambda-list-keyword-parameter-indentation)
3132 (lisp-lambda-list-keyword-parameter-alignment):
3133 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3134 * dired-x.el (dired-omit-verbose):
3135 * cus-theme.el (custom-theme-allow-multiple-selections):
3136 * calc/calc.el (calc-highlight-selections-with-faces)
3137 (calc-lu-field-reference, calc-lu-power-reference)
3138 (calc-note-threshold):
3139 * battery.el (battery-mode-line-limit):
3140 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3141 (archive-7z-update):
3142 * allout.el (allout-prefixed-keybindings)
3143 (allout-unprefixed-keybindings)
3144 (allout-inhibit-auto-fill-on-headline)
3145 (allout-flattened-numbering-abbreviation):
3146 * allout-widgets.el (allout-widgets-auto-activation)
3147 (allout-widgets-icons-dark-subdir)
3148 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3149 (allout-widgets-theme-dark-background)
3150 (allout-widgets-theme-light-background)
3151 (allout-widgets-item-image-properties-emacs)
3152 (allout-widgets-item-image-properties-xemacs)
3153 (allout-widgets-run-unit-tests-on-load)
3154 (allout-widgets-time-decoration-activity)
3155 (allout-widgets-hook-error-post-time)
3156 (allout-widgets-track-decoration):
3157 Add missing :version tags to new defcustoms and defgroups.
3158
5fec1b8e
GM
3159 * progmodes/sql.el (sql-ansi-statement-starters)
3160 (sql-oracle-statement-starters): Add custom type.
3161
3e0d2fa7
GM
3162 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3163 (prolog-system-version): Give it a type.
3164
90b671e2
EZ
31652012-02-11 Eli Zaretskii <eliz@gnu.org>
3166
3167 * term/pc-win.el (x-select-text, x-selection-owner-p)
3168 (x-own-selection-internal, x-disown-selection-internal)
3169 (x-get-selection-internal): Sync doc strings and argument lists
3170 with xselect.c, common-win.el and x-win.el. (Bug#10783)
3171
5eac0c02
LL
31722012-02-11 Leo Liu <sdl.web@gmail.com>
3173
3174 * progmodes/python.el (python-end-of-statement): Fix infinite
3175 loop. (Bug#10788)
3176
f82cb659
GM
31772012-02-10 Glenn Morris <rgm@gnu.org>
3178
3179 * international/mule-cmds.el (unify-8859-on-encoding-mode)
3180 (unify-8859-on-decoding-mode): Properly mark as obsolete.
3181
cc26d239
LI
31822012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3183
3184 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
3185 about SMTP before checking the From header.
3186
91027d08 3187 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
3188 into own function for reuse by emacsbug.el.
3189
1be3ca5a
LL
31902012-02-10 Leo Liu <sdl.web@gmail.com>
3191
3192 * subr.el (condition-case-unless-debug): Rename from
3193 condition-case-no-debug. All callers changed.
3194 (with-demoted-errors): Fix caller.
3195
3196 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
3197 * nxml/rng-valid.el (rng-do-some-validation):
3198 * emacs-lisp/package.el (package-refresh-contents)
3199 (package-menu-execute):
3200 * desktop.el (desktop-create-buffer):
91027d08 3201 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 3202
b011fbfe
GM
32032012-02-10 Glenn Morris <rgm@gnu.org>
3204
b2096d72
GM
3205 * textmodes/bibtex.el:
3206 Add missing :version tags for new/changed defcustoms.
3207
b011fbfe
GM
3208 * files.el (remote-file-name-inhibit-cache): Doc fixes.
3209
4c7e65bf
LI
32102012-02-09 Lars Ingebrigtsen <larsi@rusty>
3211
3212 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
3213 (smtpmail-via-smtp): Use it, or fall back on the From address.
3214 (smtpmail-send-it): Ditto.
3215
f3934f6f
SM
32162012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3217
3218 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3219 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
3220 (byte-compile-tmp-var): New const.
3221 (byte-compile-defvar): Use it to minimize .elc size.
3222 Just use `defvar' rather than simulate it (bug#10761).
3223
a075a2c5
GM
32242012-02-09 Glenn Morris <rgm@gnu.org>
3225
cf3aa21b
GM
3226 * files.el (rename-uniquely): Doc fix. (Bug#3806)
3227
354998cd
GM
3228 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
3229 Add :version tags.
3230
dc9924b8
SM
3231 * progmodes/compile.el (compilation-error-screen-columns)
3232 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 3233
dab3703d
GM
3234 * vc/log-view.el (log-view-toggle-entry-display):
3235 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
3236
3f88cd72
GM
3237 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
3238 (report-emacs-bug-can-use-xdg-email):
3239 (report-emacs-bug-insert-to-mailer): Doc fixes.
3240 (report-emacs-bug): Message fix.
3241
d95b247d
GM
3242 * net/browse-url.el (browse-url-can-use-xdg-open)
3243 (browse-url-xdg-open): Doc fixes.
3244
a075a2c5
GM
3245 * electric.el (electric-indent-mode, electric-pair-mode)
3246 (electric-layout-rules, electric-layout-mode): Doc fixes.
3247 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3248
ffb6157e
MR
32492012-02-08 Martin Rudalics <rudalics@gmx.at>
3250
3251 * server.el (server-unselect-display): Don't inadvertently kill
3252 the current buffer. (Bug#10729)
3253
e1ac4066
GM
32542012-02-08 Glenn Morris <rgm@gnu.org>
3255
34e8a2da
GM
3256 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
3257 (sql-list-table): Doc fixes.
3258
b4ac6e8c
GM
3259 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
3260 Comment out (does nothing).
3261
e1ac4066
GM
3262 * completion.el (dynamic-completion-mode):
3263 * dirtrack.el (dirtrack-debug-mode):
3264 * electric.el (electric-layout-mode):
3265 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3266 * face-remap.el (text-scale-mode, buffer-face-mode):
3267 * iimage.el (iimage-mode):
3268 * image-mode.el (image-transform-mode):
3269 * minibuffer.el (completion-in-region-mode):
3270 * scroll-lock.el (scroll-lock-mode):
3271 * simple.el (next-error-follow-minor-mode):
3272 * tar-mode.el (tar-subfile-mode):
3273 * tooltip.el (tooltip-mode):
3274 * vcursor.el (vcursor-use-vcursor-map):
3275 * wid-browse.el (widget-minor-mode):
3276 * emulation/tpu-edt.el (tpu-edt-mode):
3277 * emulation/tpu-extras.el (tpu-cursor-free-mode):
3278 * international/iso-ascii.el (iso-ascii-mode):
3279 * language/thai-util.el (thai-word-mode):
3280 * mail/supercite.el (sc-minor-mode):
3281 * net/goto-addr.el (goto-address-mode):
3282 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3283 * progmodes/cwarn.el (cwarn-mode):
3284 * progmodes/flymake.el (flymake-mode):
3285 * progmodes/glasses.el (glasses-mode):
3286 * progmodes/hideshow.el (hs-minor-mode):
3287 * progmodes/pascal.el (pascal-outline-mode):
3288 * textmodes/enriched.el (enriched-mode):
3289 * vc/smerge-mode.el (smerge-mode):
3290 Doc fixes (minor mode argument).
3291
5e0d957f
EZ
32922012-02-07 Eli Zaretskii <eliz@gnu.org>
3293
3294 * ls-lisp.el (ls-lisp-sanitize): New function.
3295 (ls-lisp-insert-directory): Use it to fix or remove any elements
3296 in file-alist with missing attributes. (Bug#4673)
3297
98d7371e
AM
32982012-02-07 Alan Mackenzie <acm@muc.de>
3299
3300 Fix spurious recognition of c-in-knr-argdecl.
3301
3302 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
3303 putative K&R region.
3304
667ced3a
AM
33052012-02-07 Alan Mackenzie <acm@muc.de>
3306
eb864a71
LM
3307 * progmodes/cc-engine.el (c-forward-objc-directive):
3308 Prevent looping in "#pragma mark @implementation".
667ced3a 3309
5b77774d
MA
33102012-02-07 Michael Albinus <michael.albinus@gmx.de>
3311
3312 * notifications.el (notifications-on-closed-signal): Make `reason'
3313 optional. (Bug#10744)
3314
af008560
GM
33152012-02-07 Glenn Morris <rgm@gnu.org>
3316
60d47423
GM
3317 * emacs-lisp/easy-mmode.el (define-minor-mode):
3318 Doc fixes for the macro and the mode it defines.
3319
dd605cc4
GM
3320 * image.el (imagemagick-types-inhibit): Doc fix.
3321
af008560
GM
3322 * cus-start.el (imagemagick-render-type): Add it.
3323
5cc59a37
LI
33242012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3325
4d6769e1
JB
3326 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
3327 Set the default at load time, too, so that `font-lock-fontify-buffer'
3328 can be called without setting up the entire mode first. This fixes
3329 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 3330
9a6dd747
CY
33312012-02-06 Chong Yidong <cyd@gnu.org>
3332
2d16b285
CY
3333 * simple.el (list-processes--refresh): Delete exited processes
3334 (Bug#8094).
3335
171e9b6e
CY
3336 * comint.el (comint-next-prompt): next-single-char-property-change
3337 and prev-single-char-property-change never return nil (Bug#8657).
3338
9a6dd747
CY
3339 * custom.el (defcustom): Doc fix (Bug#9711).
3340
aa4589a7
CY
33412012-02-05 Chong Yidong <cyd@gnu.org>
3342
5c2a252f
CY
3343 * cus-edit.el (custom-variable-reset-backup): Quote the value
3344 before storing it in the customized-value property (Bug#6712).
4aab9006 3345 (custom-display): Add a customization type tag.
983b9602 3346 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 3347
aa4589a7
CY
3348 * wid-edit.el (widget-field-value-get): New optional arg to
3349 suppress trailing whitespace truncation.
3350 (character): Use it (Bug#2689).
3351
1ff980ae
AS
33522012-02-05 Andreas Schwab <schwab@linux-m68k.org>
3353
3354 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
3355 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
3356
03988c98
CY
33572012-02-05 Chong Yidong <cyd@gnu.org>
3358
eeb6cc88
CY
3359 * cus-edit.el (custom-variable-value-create): For mismatched
3360 types, show the current value (Bug#7600).
3361
03988c98
CY
3362 * custom.el (defcustom): Doc fix.
3363
f8cdeef0
GM
33642012-02-05 Glenn Morris <rgm@gnu.org>
3365
3366 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
3367
0696d255
JB
33682012-02-05 Juanma Barranquero <lekktu@gmail.com>
3369
3370 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
3371 (pp-buffer): Use `ignore-errors', `looking-at-p'.
3372 (pp-last-sexp): Use `looking-at-p'.
3373
34c99998
GM
33742012-02-04 Glenn Morris <rgm@gnu.org>
3375
8f05da42
GM
3376 * files.el (revert-buffer):
3377 Doc fix (mention revert-buffer-in-progress-p).
3378
f160676e
GM
3379 * emacs-lisp/ert-x.el (ert-simulate-command):
3380 Check deferred-action-list (which is obsolete) is bound.
3381
c7291ad9
GM
3382 * subr.el (with-wrapper-hook): Doc fixes.
3383
34c99998
GM
3384 * simple.el (filter-buffer-substring-functions)
3385 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3386
6283a7d3
LL
33872012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
3388
3389 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3390 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
3391
e96e3013
LL
33922012-02-04 Leo Liu <sdl.web@gmail.com>
3393
3394 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3395
8ded50f2
GM
33962012-02-04 Glenn Morris <rgm@gnu.org>
3397
82ff1d13
GM
3398 * image.el (image-extension-data): Add obsolete alias.
3399
987a0a16
GM
3400 * isearch.el (isearch-update): Doc fix.
3401
ea32ef46
GM
3402 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3403
8ded50f2
GM
3404 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3405
eea14f31
GM
34062012-02-03 Glenn Morris <rgm@gnu.org>
3407
3408 * image.el (image-animated-p): Doc fix. Use image-animated-types.
3409 (image-animate-timeout): Doc fix.
3410
3411 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3412
12f381b7
GM
34132012-02-02 Glenn Morris <rgm@gnu.org>
3414
953cebf5
GM
3415 * server.el (server-auth-dir): Doc fix.
3416 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
3417
12f381b7
GM
3418 * subr.el (run-mode-hooks): Doc fix.
3419
953a8c3b
JL
34202012-02-02 Juri Linkov <juri@jurta.org>
3421
3422 * image-mode.el (image-toggle-display-image): Remove tautological
3423 `major-mode' from the `derived-mode-p' test.
3424
c5d3843c
KH
34252012-02-02 Kenichi Handa <handa@m17n.org>
3426
9f6e692e 3427 * composite.el (compose-region): Cancel previous change.
c5d3843c 3428
159462d4 34292012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
3430
3431 * composite.el (compose-region, compose-string): Signal error for
3432 a null string component (Bug#6988).
3433
9f562668
CY
34342012-02-01 Chong Yidong <cyd@gnu.org>
3435
e2cef717
CY
3436 * view.el (view-buffer-other-window, view-buffer-other-frame):
3437 Handle special modes like view-buffer (Bug#10650).
3438 (view-buffer): Simplify.
3439
9f562668
CY
3440 * frame.el (set-frame-font): Tweak meaning of third argument.
3441
9f6e692e
JB
3442 * dynamic-setting.el (font-setting-change-default-font):
3443 Use set-frame-font (Bug#9982).
9f562668 3444
781acb9f
GM
34452012-02-01 Glenn Morris <rgm@gnu.org>
3446
6035be52
GM
3447 * progmodes/compile.el (compilation-internal-error-properties):
3448 Respect compilation-first-column in the "*compilation*" buffer.
3449
781acb9f
GM
3450 * emacs-lisp/easy-mmode.el (define-minor-mode):
3451 Relax :variable's test for a named function.
3452
abbceb00
AM
34532012-01-31 Alan Mackenzie <acm@muc.de>
3454
3455 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3456 off by one error.
3457
fce3fdeb
CY
34582012-01-31 Chong Yidong <cyd@gnu.org>
3459
3460 * frame.el (set-frame-font): New arg ALL-FRAMES.
3461
3462 * menu-bar.el (menu-set-font): Use set-frame-font.
3463
3464 * faces.el (face-spec-reset-face): Don't apply unspecified
3465 attribute values to the default face.
3466
47893581
JB
34672012-01-31 Juanma Barranquero <lekktu@gmail.com>
3468
3469 * progmodes/cwarn.el (cwarn): Remove dead link.
3470 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3471 Remove * from defcustom docstrings.
3472 (turn-on-cwarn-mode): Make obsolete.
3473 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3474 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3475
e58e988a
GM
34762012-01-31 Glenn Morris <rgm@gnu.org>
3477
60dc2671 3478 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 3479 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 3480 Allow named functions to be used as the cdr of :variable.
e58e988a 3481
7a3f511d
GM
34822012-01-30 Glenn Morris <rgm@gnu.org>
3483
3484 * emacs-lisp/authors.el (authors-fixed-entries):
3485 Remove reference to deleted file rnewspost.el.
3486
cb882333
JB
34872012-01-29 Juanma Barranquero <lekktu@gmail.com>
3488
3489 * window.el (window-with-parameter): Remove unused variable `windows'.
3490 (window--side-check): Remove unused variable `code'.
3491 (window--resize-siblings): Remove unused variable `first'.
3492 (adjust-window-trailing-edge): Remove unused variable `failed'.
3493 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3494 Use `let', not `let*'.
3495 (balance-windows-2): Remove unused variable `found'.
3496 (window--state-put-2): Remove unused variable `splits'.
3497 (window-state-put): Remove unused variable `selected'.
3498 (same-window-p): Use `string-match-p'.
3499 (display-buffer-assq-regexp): Remove unused variable `value'.
3500 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3501 Mark argument ALIST as ignored.
3502 (pop-to-buffer): Remove unused variable `old-window'.
3503
907201af
EZ
35042012-01-29 Eli Zaretskii <eliz@gnu.org>
3505
3506 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3507 and .lzma compressed files.
3508
ea162670
CY
35092012-01-29 Chong Yidong <cyd@gnu.org>
3510
5b95ee8a
CY
3511 * frame.el (window-system-default-frame-alist): Doc fix.
3512
ea162670
CY
3513 * dynamic-setting.el (font-setting-change-default-font): Don't
3514 change the default face if SET-FONT argument is non-nil (Bug#9982).
3515
d6e6f4b1
SB
35162012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3517
3518 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3519
0f29fa41 35202012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
3521
3522 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3523 breakpoints in files outside current directory (Bug#6098).
3524
db174434
CY
35252012-01-29 Chong Yidong <cyd@gnu.org>
3526
6b25e4e2
SE
3527 * progmodes/python.el: Require ansi-color at top-level.
3528
6df6ae42
JB
3529 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3530 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
3531 (lisp-mode-abbrev-table): Add doc.
3532 (lisp-mode-variables): Don't set local-abbrev-table.
3533 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3534
e70ee681
RW
35352012-01-28 Roland Winkler <winkler@gnu.org>
3536
3537 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3538
ace88aa2
RW
35392012-01-28 Roland Winkler <winkler@gnu.org>
3540
3541 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3542 (bibtex-set-dialect): Use it. Either set global values of
3543 dialect-dependent variables or bind these variables buffer-locally
3544 (Bug#10254).
3545 (bibtex-mode): Call bibtex-set-dialect via
3546 hack-local-variables-hook.
eb864a71
LM
3547 (bibtex-dialect): Update docstring.
3548 Add safe-local-variable predicate.
ace88aa2
RW
3549 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3550 bibtex-set-dialect.
3551 (bibtex-mode-map): Define menu for each dialect.
3552 (bibtex-entry): Fix docstring.
3553
93376c5b
CY
35542012-01-28 Chong Yidong <cyd@gnu.org>
3555
3556 * eshell/esh-arg.el (eshell-quote-argument): New function.
3557
3558 * eshell/esh-ext.el (eshell-invoke-batch-file):
3559 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3560 first arg to eshell-parse-command (Bug#10523).
3561
4372494f
DA
35622012-01-28 Drew Adams <drew.adams@oracle.com>
3563
3564 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3565 `default-directory' is non-nil.
3566
4d4ec1f8
EZ
35672012-01-28 Eli Zaretskii <eliz@gnu.org>
3568
3569 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3570 line that displays system-configuration-options. (Bug#9924)
3571
7c188927
DA
35722012-01-28 Drew Adams <drew.adams@oracle.com>
3573
3574 * descr-text.el (describe-char): Show information about POS, in
3575 addition to information about the character at POS. Improve and
3576 update the doc string. Change "code point" to "code point in
3577 charset", to avoid confusion with the character's Unicode code
3578 point shown above that. (Bug#10129)
3579
e0da685a
EZ
35802012-01-28 Eli Zaretskii <eliz@gnu.org>
3581
3582 * descr-text.el (describe-char): Show the raw character, not only
3583 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3584 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3585 for the reasons.
3586
70550acf
PH
35872012-01-28 Phil Hagelberg <phil@hagelb.org>
3588
eb864a71
LM
3589 * emacs-lisp/package.el (package-install):
3590 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 3591
0ce8e868
CY
35922012-01-28 Chong Yidong <cyd@gnu.org>
3593
cb882333
JB
3594 * emacs-lisp/package.el (package-maybe-load-descriptor):
3595 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3596 (package-maybe-load-descriptor): Use it.
3597 (package-download-transaction): Fully load required packages
3598 inside the loop, so that `require' calls work (Bug#10593).
3599 (package-install): No need to call package-initialize now.
3600
2e7f3bea
CY
36012012-01-28 Chong Yidong <cyd@gnu.org>
3602
6e9bad14
CY
3603 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3604
f823b8ca
CY
3605 * tooltip.el (tooltip-mode): Doc fix.
3606 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3607
2680c309
CY
3608 * frame.el (set-cursor-color): Doc fix (Bug#352).
3609
d7a9e63b
CY
3610 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3611 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3612
2e7f3bea
CY
3613 * cus-edit.el (custom-buffer-create-internal): Fix search button
3614 action (Bug#10542).
2ae01800 3615 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 3616
fc4f7a23
EW
36172012-01-27 Eduard Wiebe <usenet@pusto.de>
3618
3619 * dired.el (dired-mark-files-regexp):
3620 Include any subdirectory components. (Bug#10445)
3621
7dd37071
ML
36222012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3623
3624 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3625 Handle [host]:port syntax. (Bug#10533)
3626
a268160b
AH
36272012-01-27 Alex Harsanyi <harsanyi@mac.com>
3628
3629 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3630
e43273ef
GM
36312012-01-26 Glenn Morris <rgm@gnu.org>
3632
3633 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3634 * term.el (term-raw-escape-map): Use Control-X-prefix.
3635 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3636
1edf595d
MR
36372012-01-25 Martin Rudalics <rudalics@gmx.at>
3638
3639 * window.el (window-state-get, window--state-get-1): Don't deal
3640 with fixed-sizeness of windows. Simplify code.
3641
fa8eafef
JC
36422012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3643
6df6ae42
JB
3644 * window.el (window--state-get-1, window--state-put-2):
3645 Don't save and restore the mark.
fa8eafef 3646
0b21c100
CY
36472012-01-25 Chong Yidong <cyd@gnu.org>
3648
3649 * custom.el (custom-variable-p): Doc fix.
3650
5ae1a6c8
GM
36512012-01-25 Glenn Morris <rgm@gnu.org>
3652
40047858
GM
3653 * dired.el (dired-goto-file): Handle some of the more common
3654 characters that `ls -b' escapes. (Bug#10596)
3655
5ddce96c
GM
3656 * progmodes/compile.el (compilation-next-error-function):
3657 Respect compilation-first-column in the "*compilation*" buffer.
3658 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3659
5ae1a6c8
GM
3660 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3661
b559f1a9
GM
36622012-01-24 Glenn Morris <rgm@gnu.org>
3663
3664 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3665
6725d21a
JD
36662012-01-24 Julien Danjou <julien@danjou.info>
3667
3668 * color.el (color-rgb-to-hsl): Fix value computing.
3669 (color-hue-to-rgb): New function.
3670 (color-hsl-to-rgb): New function.
3671 (color-clamp, color-saturate-hsl, color-saturate-name)
3672 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3673 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3674
70df4bbe
GM
36752012-01-24 Glenn Morris <rgm@gnu.org>
3676
3677 * vc/vc-rcs.el (vc-rcs-create-tag):
3678 * vc/vc-sccs.el (vc-sccs-create-tag):
3679 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
3680
802a2ae2
ML
36812012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
3682
3683 * eshell/esh-util.el (eshell-read-hosts-file):
3684 Skip comment lines. (Bug#10549)
3685
d7128bb1
ML
3686 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
3687
d1a5c3b4
JB
36882012-01-23 Juanma Barranquero <lekktu@gmail.com>
3689
2724d9c7
JB
3690 * subr.el (display-delayed-warnings): Doc fix.
3691 (collapse-delayed-warnings): New function to collapse identical
3692 adjacent warnings.
3693 (delayed-warnings-hook): Add it.
d1a5c3b4 3694
a5509865
MA
36952012-01-22 Michael Albinus <michael.albinus@gmx.de>
3696
3697 * net/tramp.el (tramp-action-login): Set connection property "login-as".
3698
3699 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3700 properties, when "login-as" is set.
3701
3702 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3703 (tramp-default-user-alist): Don't add "pscp".
3704 (tramp-do-copy-or-rename-file-out-of-band): Use connection
3705 property "login-as", if set. (Bug#10530)
3706
cc6d5805
MA
37072012-01-21 Michael Albinus <michael.albinus@gmx.de>
3708
3709 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3710 "plink1" and "psftp". (Bug#10530)
3711
37122012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
3713
3714 * international/mule-cmds.el (prefer-coding-system): Show a
3715 warning message if the default value of file-name-coding-system
3716 was not changed.
3717
f0960428
JC
37182012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3719
cb882333
JB
3720 * windmove.el (windmove-reference-loc):
3721 Fix windmove-reference-loc miscalculation.
f0960428 3722
dd6f2a63
JB
37232012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
3724
3725 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3726 default unit.
3727
7b447e9b
GM
37282012-01-21 Glenn Morris <rgm@gnu.org>
3729
117a9ea1
GM
3730 * international/mule.el (auto-coding-alist): Add .tbz.
3731
7b447e9b
GM
3732 * files.el (local-enable-local-variables): Doc fix.
3733 (inhibit-local-variables-regexps): Rename from
3734 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
3735 Doc fix. Add some extensions from auto-coding-alist.
3736 (inhibit-local-variables-suffixes):
3737 Rename from inhibit-first-line-modes-suffixes. Doc fix.
3738 (inhibit-local-variables-p):
3739 New function, extracted from set-auto-mode-1.
3740 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
3741 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
3742 (hack-local-variables): Doc fix. Make the mode-only case
3743 respect enable-local-variables and friends.
3744 Respect inhibit-local-variables-regexps for file-locals, but
3745 not for directory-locals.
3746 (set-visited-file-name):
3747 Take account of inhibit-local-variables-regexps.
3748 Whether it applies may change as the file name is changed.
3749 * jka-cmpr-hook.el (jka-compr-install):
3750 * jka-compr.el (jka-compr-uninstall):
3751 Update for inhibit-first-line-modes-suffixes name change.
3752
dd6e3cdd
MR
37532012-01-20 Martin Rudalics <rudalics@gmx.at>
3754
3755 * help-macro.el (make-help-screen): Temporarily restore original
3756 binding for minor-mode-map-alist (Bug#10454).
3757
0d0deb38
JD
37582012-01-19 Julien Danjou <julien@danjou.info>
3759
3760 * color.el (color-name-to-rgb): Use the white color to find the max
3761 color component value and return correctly computed values.
3762 (color-name-to-rgb): Add missing float conversion for max value.
3763
34a02f46
MR
37642012-01-19 Martin Rudalics <rudalics@gmx.at>
3765
3766 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
3767 special state value for window-persistent-parameters.
3768 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
3769 (window--state-put-2): Reset all window parameters to nil before
3770 assigning values of persistent parameters.
3771
606c44c4
AM
37722012-01-18 Alan Mackenzie <acm@muc.de>
3773
3774 Eliminate sluggishness and hangs in fontification of "semicolon
3775 deserts".
3776
cb882333
JB
3777 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
3778 Change value 10000 -> 3000.
606c44c4
AM
3779 (c-state-safe-place): Reformulate so it doesn't stack up an
3780 infinite number of wrong entries in c-state-nonlit-pos-cache.
3781 (c-determine-limit-get-base, c-determine-limit): New functions to
3782 determine backward search limits disregarding literals.
3783 (c-find-decl-spots): Amend commenting.
3784 (c-cheap-inside-bracelist-p): New function which detects "={".
3785
3786 * progmodes/cc-fonts.el
3787 (c-make-font-lock-BO-decl-search-function): Give a limit to a
3788 backward search.
3789 (c-font-lock-declarations): Fix an occurrence of point being
3790 undefined. Check additionally for point being in a bracelist or
3791 near a macro invocation without a semicolon so as to avoid a
3792 fruitless time consuming search for a declarator. Give a more
3793 precise search limit for declarators using the new
3794 c-determine-limit.
3795
f3860cea
GM
37962012-01-18 Glenn Morris <rgm@gnu.org>
3797
3798 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
3799 (set-auto-mode): Doc fixes.
3800
1db03b16
GM
38012012-01-17 Glenn Morris <rgm@gnu.org>
3802
0e6038be
GM
3803 * isearch.el (search-nonincremental-instead): Fix doc typo.
3804
1db03b16
GM
3805 * dired.el (dired-insert-directory): Handle newlines in directory name.
3806 (dired-build-subdir-alist): Unescape newlines in directory name.
3807
4cb0aa75
MA
38082012-01-17 Michael Albinus <michael.albinus@gmx.de>
3809
3810 * net/tramp.el (tramp-local-end-of-line): New defcustom.
3811 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
3812 (tramp-action-terminal): Use it. (Bug#10530)
3813
1d00653d
SM
38142012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 * minibuffer.el (completion--replace): Strip properties (bug#10062).
3817
6a6ee00d
MR
38182012-01-16 Martin Rudalics <rudalics@gmx.at>
3819
3820 * window.el (window-state-ignored-parameters): Remove variable.
3821 (window--state-get-1): Rename argument MARKERS to IGNORE.
3822 Handle persistent window parameters. Make copy of clone-of
3823 parameter only if requested. (Bug#10348)
3824 (window--state-put-2): Install a window parameter only if it has
3825 a non-nil value or an existing parameter shall be overwritten.
3826
97912def
MA
38272012-01-15 Michael Albinus <michael.albinus@gmx.de>
3828
3829 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
3830
688070a5
EZ
38312012-01-14 Eli Zaretskii <eliz@gnu.org>
3832
3833 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
3834 don't pass the (nil) value of `upnode' to string-match.
3835
301afadc
CY
38362012-01-14 Chong Yidong <cyd@gnu.org>
3837
3838 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 3839 Fix values recognized by the cursorBlink resource.
301afadc 3840
9e5788aa
PE
38412012-01-14 Paul Eggert <eggert@cs.ucla.edu>
3842
3843 * epg.el (epg--make-temp-file): Avoid permission race condition
3844 when running on old Emacs versions (bug#10403).
3845
3cdb7f5a
GM
38462012-01-14 Glenn Morris <rgm@gnu.org>
3847
3848 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
3849
8c82b1b4
AM
38502012-01-13 Alan Mackenzie <acm@muc.de>
3851
3852 Fix filling for when filladapt mode is enabled.
3853
3854 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
3855 c-mask-paragraph, pass in `fill-paragraph' rather than
3856 `fill-region-as-paragraph'. (This is a reversion of a previous
3857 change.)
eb864a71
LM
3858 * progmodes/cc-mode.el (c-basic-common-init):
3859 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 3860
e517eda4
GM
38612012-01-13 Glenn Morris <rgm@gnu.org>
3862
1498536e
GM
3863 * dired.el (dired-switches-escape-p): New function.
3864 (dired-insert-directory): Use dired-switches-escape-p.
3865 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
3866
e517eda4
GM
3867 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
3868
328f984d
GM
38692012-01-12 Glenn Morris <rgm@gnu.org>
3870
3871 * mail/sendmail.el (mail-mode): Update paragraph-separate for
3872 changes in adaptive-fill-regexp. (Bug#10276)
3873
2cc769a8
AM
38742012-01-11 Alan Mackenzie <acm@muc.de>
3875
3876 Fix Emacs bug #10463 - put `widen's around the critical spots.
3877
1d00653d 3878 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
3879 widen around each invocation of c-state-pp-to-literal. Remove an
3880 unused let variable.
3881
e52c37fa
GM
38822012-01-11 Glenn Morris <rgm@gnu.org>
3883
3884 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 3885 Doc fix.
e52c37fa 3886
96f8741e
CY
38872012-01-10 Chong Yidong <cyd@gnu.org>
3888
1d00653d
SM
3889 * net/network-stream.el (network-stream-open-starttls):
3890 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
3891 response to the capability command.
3892
b09a806e
GM
38932012-01-10 Glenn Morris <rgm@gnu.org>
3894
3895 * mail/unrmail.el (unrmail): Tweak previous change.
3896
7655cb66
CY
38972012-01-09 Chong Yidong <cyd@gnu.org>
3898
3899 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
3900
9d5a8f0b
AM
39012012-01-08 Alan Mackenzie <acm@muc.de>
3902
3903 Optimise font locking in long enum definitions.
3904
3905 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
3906 arm to a cond form to handle enums.
3907 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
3908 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
3909
9a0115ab 39102012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
3911
3912 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 3913 (Bug#10401)
6bb72cbd 3914
f186bb95
LMI
39152012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3916
29232a68
LMI
3917 * faces.el (set-face-attribute): Clarify the meaning of the nil
3918 frame (bug#10294).
3919
4e5d086d
LMI
3920 * subr.el (with-selected-frame): Mention that the selected frame
3921 is restored (bug#9980).
3922
8e66aebe
LMI
3923 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
3924 (bug#9759).
3925
cd394be1 3926 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
3927 (password-read): Don't autoload unused function.
3928
adf4e762
JB
39292012-01-07 Juanma Barranquero <lekktu@gmail.com>
3930
3931 * progmodes/which-func.el (which-func-mode): Turn into a
3932 non-interactive function and mark as obsolete (bug#10428).
3933
89bd9ccd
CY
39342012-01-06 Chong Yidong <cyd@gnu.org>
3935
3936 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
3937 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
3938 functions, along with 1 and -1.
3939
4afee9d5
EZ
39402012-01-06 Eli Zaretskii <eliz@gnu.org>
3941
3942 * time.el (display-time-load-average)
3943 (display-time-default-load-average): Doc fixes. See the thread
3944 starting at
3945 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
3946 for the details.
3947
536aea70
GM
39482012-01-06 Glenn Morris <rgm@gnu.org>
3949
665ae865
GM
3950 * mail/unrmail.el (unrmail): Give an explicit error if the input file
3951 has no messages. (Bug#10377)
3952
c869783d
GM
3953 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
3954 than Info-edit. (Bug#10385)
3955
2bb4227e
GM
3956 * time.el (display-time-load-average, display-time-next-load-average):
3957 Doc fixes.
3958
7d5944b9
GM
3959 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
3960 local setting of buffer-read-only to the input buffer. (Bug#10419)
3961
536aea70
GM
3962 * calendar/calendar.el (calendar-mode):
3963 Locally set scroll-margin to 0. (Bug#10379)
3964
7dccca16
UM
39652012-01-06 Ulrich Mueller <ulm@gentoo.org>
3966
3967 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
3968
afbb7930
GM
39692012-01-05 Glenn Morris <rgm@gnu.org>
3970
3971 * eshell/em-unix.el (diff-no-select): Autoload it.
3972 (eshell/diff): Use diff-no-select. (Bug#10420)
3973
04482335
CY
39742012-01-05 Chong Yidong <cyd@gnu.org>
3975
7baca3bc
CY
3976 * shell.el (shell-dynamic-complete-functions): Revert last change.
3977 (shell-command-completion-function): New function.
3978 (shell-completion-vars): Use it to implement
3979 shell-completion-execonly (Bug#10417).
3980
04482335
CY
3981 * custom.el (enable-theme): Don't set custom-safe-themes.
3982
1d00653d
SM
3983 * cus-theme.el (custom-theme-merge-theme):
3984 Ignore custom-enabled-themes and custom-safe-themes.
04482335 3985
bb5aa5d6
MM
39862012-01-05 Michael R. Mauger <mmaug@yahoo.com>
3987
3988 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
3989 first prompt in `sql-interacive-mode'.
3990 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 3991 keywords.
6df6ae42 3992 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
3993 (sql-product-interactive): Bug fix: Set `sql-buffer' in
3994 context of original buffer. Invoke `sql-login-hook'.
3995
a7183d7c
EZ
39962012-01-04 Eli Zaretskii <eliz@gnu.org>
3997
3998 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
3999 letters in cite-prefix.
4000
a1eacd1e
LMI
40012012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4002
4003 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
4004
787cdb34
CY
40052012-01-03 Chong Yidong <cyd@gnu.org>
4006
1d00653d
SM
4007 * shell.el (shell-dynamic-complete-functions):
4008 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
4009 comint-filename-completion first (Bug#10417).
4010
30710442
RS
40112012-01-02 Richard Stallman <rms@gnu.org>
4012
4013 * battery.el (battery-status-function):
4014 Detect when to use battery-yeeloong-sysfs.
4015 (battery-echo-area-format): Add string for Yeeloong.
4016 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
4017 (battery-yeeloong-sysfs): New function.
4018
f75bfc33
CY
40192012-01-02 Chong Yidong <cyd@gnu.org>
4020
4021 * dirtrack.el (dirtrack-list): Eliminate unused third element.
4022 (dirtrack): Merge code for handling relative filenames in prompt
4023 from shell-dir-cookie-watcher.
4024 (dirtrack-debug-message): New arg to avoid excess format calls.
4025
4026 * shell.el (shell-dir-cookie-re): Variable deleted.
4027 (shell-dir-cookie-watcher): Function deleted.
4028 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
4029 with dirtrack-mode.
4030
651e947e
EZ
40312012-01-01 Eli Zaretskii <eliz@gnu.org>
4032
1d00653d
SM
4033 * term/w32-win.el (dynamic-library-alist) <gnutls>:
4034 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
4035 libgnutls-26.dll.
4036
94d4c7dc
AS
40372011-12-31 Andreas Schwab <schwab@linux-m68k.org>
4038
4039 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
4040
8d43f3cd
EZ
40412011-12-31 Eli Zaretskii <eliz@gnu.org>
4042
4043 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4044 headers of non-MIME messages, when rmail-enable-mime is non-nil.
4045
98c8795a
MA
40462011-12-29 Michael Albinus <michael.albinus@gmx.de>
4047
4048 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4049 also for alternative shells.
4050 (tramp-open-connection-setup-interactive-shell): Check, whether
4051 the shell is a busybox.
4052 (tramp-send-command): Don't suppress multiple prompts for
4053 busyboxes, it hurts.
4054
51281b32
CY
40552011-12-28 Chong Yidong <cyd@gnu.org>
4056
4057 * progmodes/gdb-mi.el (gdb-get-source-file-list)
4058 (gdb-get-source-file): Move mode line update to
4059 gdb-get-source-file (Bug#10087).
4060
2170cb53
CY
40612011-12-25 Chong Yidong <cyd@gnu.org>
4062
4063 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4064 gud-gdb-marker-filter without taking it as an argument.
4065 (gud-gdb-run-command-fetch-lines): Caller changed.
4066 (gud-gdb-completion-function): New variable.
4067 (gud-gdb-completion-at-point): Use it.
4068 (gud-gdb-completions-1): Split from gud-gdb-completions.
4069
4070 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4071 function as separate arguments.
4072 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4073 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4074 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4075 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4076 (gdb-stopped, def-gdb-auto-update-trigger)
4077 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
4078 (gdb-get-changed-registers, gdb-get-main-selected-frame):
4079 Callers changed.
2170cb53
CY
4080 (gud-gdbmi-completions): New function.
4081 (gdb): Use it for generating the completion table.
4082
be8b11bb
AM
40832011-12-24 Alan Mackenzie <acm@muc.de>
4084
4085 Introduce a mechanism to widen the region used in context font
1d00653d 4086 locking. Use this to protect declarations from losing their contexts.
be8b11bb 4087
1d00653d
SM
4088 * progmodes/cc-langs.el (c-before-font-lock-functions):
4089 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 4090 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
4091 functions to be run just before context (etc.) font locking.
4092
4093 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 4094 New, functionality extracted from
be8b11bb 4095 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 4096 (c-in-after-change-fontification): New variable.
be8b11bb
AM
4097 (c-after-change): Set c-in-after-change-fontification.
4098 (c-set-fl-decl-start): Rejig its interface, so it can be called
4099 from both after-change and context fontifying.
b81d40f0
JB
4100 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4101 New functions.
4102 (c-standard-font-lock-fontify-region-function): New variable.
4103 (c-font-lock-fontify-region): New function.
be8b11bb 4104
341cf6ac
JL
41052011-12-24 Juri Linkov <juri@jurta.org>
4106
4107 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4108 (Bug#10348)
4109
bffcee0a
MA
41102011-12-23 Michael Albinus <michael.albinus@gmx.de>
4111
4112 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4113 existence of source file. (Bug#10325)
4114
cb5e207c
AM
41152011-12-23 Alan Mackenzie <acm@muc.de>
4116
4117 Fix unstable fontification inside templates.
4118
b81d40f0
JB
4119 * progmodes/cc-langs.el (c-before-font-lock-functions):
4120 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
4121 additionally has c-set-fl-decl-start. The other languages (apart
4122 from AWK) have that as a single entry.
4123
b81d40f0
JB
4124 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4125 The functionality for "local" declarations has been extracted to
cb5e207c
AM
4126 c-set-fl-decl-start.
4127
b81d40f0
JB
4128 * progmodes/cc-mode.el (c-common-init, c-after-change):
4129 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
4130 (c-set-fl-decl-start): New function, extracted from
4131 c-font-lock-enclosing-decls and enhanced.
4132
60ff536c
JB
41332011-12-23 Juanma Barranquero <lekktu@gmail.com>
4134
4135 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4136
1c4757d6
JL
41372011-12-22 Juri Linkov <juri@jurta.org>
4138
4139 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4140
d031f2c7
CY
41412011-12-22 Chong Yidong <cyd@gnu.org>
4142
4143 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4144
bace743a
DA
41452011-12-21 Drew Adams <drew.adams@oracle.com>
4146
4147 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4148
728a1f2b
JC
41492011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4150
4151 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4152
0d373f73
TZ
41532011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
4154
fec0aaa4
TZ
4155 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
4156 highlighting and support. Fix up comments for capitalization.
4157 (cfengine-mode-debug): New var.
4158 (cfengine3-mode): Change the modeline indicator to "CFE3".
4159 (cfengine3-font-lock-keywords): Improve defun highlighting.
4160 (cfengine2-actions): Rename from `cfengine-actions'.
4161 (cfengine2-font-lock-keywords): Rename from
4162 `cfengine-font-lock-keywords'.
4163 (cfengine2-imenu-expression): Rename from
4164 `cfengine-imenu-expression'.
4165 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4166 (cfengine2-beginning-of-defun): Rename from
4167 `cfengine-beginning-of-defun'.
4168 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4169 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4170 (cfengine2-mode): Rename from `cfengine-mode'. Change the
4171 modeline indicator to "CFE2".
4172 (cfengine-mode): Defalias to `cfengine-auto-mode'.
4173 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 4174
bc86f573
CY
41752011-12-21 Chong Yidong <cyd@gnu.org>
4176
4177 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
4178 filename argument.
4179
d45ba96b
MR
41802011-12-20 Martin Rudalics <rudalics@gmx.at>
4181
4182 * window.el (window-normalize-buffer-to-display): Remove.
4183 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
4184
a6198c90
CY
41852011-12-19 Chong Yidong <cyd@gnu.org>
4186
4187 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
4188 Don't signal an error in a predicate function; return non-nil.
4189 (vc-dir-mark-file): Move the error here.
4190 (vc-dir-mark-unmark): If acting on the region, keep going if one
4191 of the entries cannot be marked/unmarked.
4192 (vc-dir-mark-all-files): If current entry is a directory, mark
4193 only child files, as documented.
4194
34c5fb55
VB
41952011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
4196
4197 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
4198 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
4199 addition.
4200
c803b2b7
JD
42012011-12-18 Jan Djärv <jan.h.d@swipnet.se>
4202
4203 * term/ns-win.el (ns-get-selection-internal)
4204 (ns-store-selection-internal): Declare.
1154d12e
JB
4205 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
4206 Declare as obsolete.
4207 (ns-get-pasteboard, ns-paste-secondary):
4208 Use ns-get-selection-internal.
4209 (ns-set-pasteboard, ns-copy-including-secondary):
4210 Use ns-store-selection-internal.
c803b2b7 4211
9cff91f8 42122011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
4213
4214 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 4215 (vc-deduce-fileset): Doc fix.
99a289d9 4216
f16c898a
AS
42172011-12-16 Andreas Schwab <schwab@linux-m68k.org>
4218
4219 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
4220
763237c4
SS
42212011-12-13 Sam Steingold <sds@gnu.org>
4222
4223 * man.el (Man-getpage-in-background): When running under a
4224 window-system, ignore $MANWIDTH and $COLUMNS.
4225
5fc1c122
KH
42262011-12-15 Kenichi Handa <handa@m17n.org>
4227
4228 * language/ethio-util.el: Change coding tag to utf-8-emacs.
4229 (setup-ethiopic-environment-internal): Comment out key-binding for
4230 ethio-toggle-punctuation.
4231
13d49cbb
AM
42322011-12-13 Alan Mackenzie <acm@muc.de>
4233
898169a2
AM
4234 Add the switch statement to AWK Mode.
4235
7a71b18d 4236 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
4237 "default" to the keywords regexp.
4238
7a71b18d 4239 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 4240 expression as the rest.
1d00653d
SM
4241 (c-nonlabel-token-key): Allow string literals for AWK.
4242 Refactor for the other modes.
898169a2 4243
13d49cbb 4244 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 4245 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
4246 routines. Limit backward searching in c-font-lock-enclosing.decl.
4247
4248 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4249 pp-state and literal type in addition to the limits.
1d00653d 4250 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 4251 (c-state-literal-at): Use the above new defun.
1d00653d
SM
4252 (c-slow-in-literal, c-fast-in-literal): Remove.
4253 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
4254
4255 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
4256 being in a literal. Add a limit for backward searching.
4257
4258 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
4259 c-slow-in-literal.
4260
15e0efc7
SM
42612011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4262
4263 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4264
454592a6
MR
42652011-12-13 Martin Rudalics <rudalics@gmx.at>
4266
4267 * window.el (delete-other-windows): Use correct frame in call to
4268 window-with-parameter.
4269
87393f26
DP
42702011-12-12 Daniel Pfeiffer <occitan@t-online.de>
4271
4272 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4273 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4274 (makefile-gmake-statements, makefile-makepp-statements):
4275 Use it and add new makepp keywords.
4276 (makefile-makepp-font-lock-keywords): Add new patterns.
4277 (makefile-match-function-end): Match new [...] and [[...]].
4278
11636b22
JB
42792011-12-11 Juanma Barranquero <lekktu@gmail.com>
4280
4281 * ses.el (ses-call-printer-return, ses-cell-property-get)
4282 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4283 (ses-create-cell-variable, ses-reset-header-string)
4284 (ses-cell-set-formula, ses-repair-cell-reference-all)
4285 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
4286 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
4287 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
4288 (ses-aset-with-undo, ses-load, ses-truncate-cell)
4289 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
4290 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
4291 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
4292 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
4293 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
4294 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
4295 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
4296 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
4297
cf018193
VB
42982011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
4299
4300 * ses.el: The overall change is to add cell renaming, that is
4301 setting fancy names for cell symbols other than name matching
4302 "\\`[A-Z]+[0-9]+\\'" regexp .
4303 (ses-create-cell-variable): New defun.
4304 (ses-relocate-formula): Relocate formulas only for cells the
4305 symbols of which are not renamed, i.e. symbols whose names do not
4306 match regexp "\\`[A-Z]+[0-9]+\\'".
4307 (ses-relocate-all): Relocate values only for cells the symbols of
4308 which are not renamed.
4309 (ses-load): Create cells variables as the (ses-cell ...) are read,
4310 in order to check row col consistency with cell symbol name only
4311 for cells that are not renamed.
4312 (ses-replace-name-in-formula): New defun.
4313 (ses-rename-cell): New defun.
4314
ee957461
CY
43152011-12-11 Chong Yidong <cyd@gnu.org>
4316
4317 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
4318 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
4319
9a9e9ef0
MR
43202011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
4321
4322 * window.el (other-window): Fix docstring.
4323
92a8eba5
EZ
43242011-12-10 Eli Zaretskii <eliz@gnu.org>
4325
4326 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
4327 `from' or `to' address before taking its substring.
4328 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
4329 encoded name is chopped in the middle of the encoded string, and
4330 thus displayed encoded.
4331
e152e577
JB
43322011-12-10 Juanma Barranquero <lekktu@gmail.com>
4333
4334 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
4335
e5d84bfe
EZ
43362011-12-10 Eli Zaretskii <eliz@gnu.org>
4337
4338 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
4339 to use texinfo-update-node and commands that call it if the
4340 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 4341 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
4342 (texinfo-all-menus-update, texinfo-master-menu)
4343 (texinfo-update-node, texinfo-every-node-update)
4344 (texinfo-multiple-files-update): Doc fix. Warn against updating
4345 all the @node lines.
4346 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
4347 argument is numeric. Explain better in the doc string what the
4348 function really does.
4349 (texinfo-insert-master-menu-list): Improve the error message
4350 displayed if there's no menu in the Top node.
4351 (Bug#2975) See also this thread:
e5d84bfe
EZ
4352 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
4353
1d84e9bb
MG
43542011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
4355
4356 * speedbar.el (speedbar-supported-extension-expressions):
4357 Add .adb and .ads, commonly used for Ada source code (bug#10256).
4358
382c953b
JB
43592011-12-09 Juanma Barranquero <lekktu@gmail.com>
4360
4361 * printing.el (pr-mode-alist):
4362 * simple.el (filter-buffer-substring-functions)
4363 (completion-list-insert-choice-function):
4364 * window.el (window-with-parameter, window-atom-root)
4365 (window-sides-slots, window-size-fixed, window-min-delta)
4366 (window-max-delta, window--resize-mini-window)
4367 (window--resize-child-windows-normal, window-tree)
4368 (delete-other-windows, quit-window, split-window)
4369 (display-buffer-record-window, special-display-buffer-names)
4370 (special-display-regexps, special-display-popup-frame)
4371 (same-window-p, split-window-sensibly)
4372 (display-buffer-overriding-action, display-buffer-alist)
4373 (display-buffer-base-action, display-buffer, switch-to-buffer)
4374 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4375 (fit-window-to-buffer, recenter-positions)
4376 (mouse-autoselect-window-state, mouse-autoselect-window-select):
4377 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4378 and remove unneeded backslashes in docstrings.
4379
39c9faef
SM
43802011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4381
98449af8
SM
4382 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4383
39c9faef
SM
4384 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4385 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4386 end in ".mk".
4387 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4388 when reading the makefile (bug#10116).
4389
86ed9fdc
SM
43902011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4391
4392 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4393 (bug#10116).
4394
5580f89d
GM
43952011-12-06 Glenn Morris <rgm@gnu.org>
4396
4397 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4398
28d3917c
CY
43992011-12-06 Chong Yidong <cyd@gnu.org>
4400
4401 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4402
a98edce9
JB
44032011-12-06 Juanma Barranquero <lekktu@gmail.com>
4404
4405 * textmodes/table.el (table-shorten-cell): Fix typo.
4406
e65adfac
CG
44072011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
4408
4409 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4410
71cc0b74
EZ
44112011-12-05 Eli Zaretskii <eliz@gnu.org>
4412
4413 * descr-text.el (describe-char): Fix display of strong
4414 right-to-left characters and directional embeddings and overrides.
4415
4416 * simple.el (what-cursor-position): Fix display of codepoints of
4417 strong right-to-left characters.
4418
315bc30d
CY
44192011-12-05 Chong Yidong <cyd@gnu.org>
4420
4421 * faces.el (read-color): Doc fix.
4422
58a70b94
GM
44232011-12-05 Glenn Morris <rgm@gnu.org>
4424
4425 * align.el (align--set-marker): Add doc-string.
4426 Don't try to move something that is not a marker. (Bug#10216)
4427
5158face
GM
44282011-12-04 Glenn Morris <rgm@gnu.org>
4429
4430 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4431 overly zealous deletion of trailing whitespace.
4432
520fca41
JB
44332011-12-04 Juanma Barranquero <lekktu@gmail.com>
4434
4435 * server.el (server-delete-client): On Windows, do not try to delete
4436 the only terminal.
4437 (server-process-filter): On Windows, treat requests for a tty frame as
4438 if they were for a GUI frame if the running server is in GUI mode.
4439
5e605a2e
GM
44402011-12-03 Glenn Morris <rgm@gnu.org>
4441
4442 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
4443
5c3fe83f
SM
44442011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4445
6f5e57e7
SM
4446 * electric.el: Streamline electric-indent's hook.
4447 (electric-indent-chars): Revert to simple list.
4448 (electric-indent-functions): New var.
4449 (electric-indent-post-self-insert-function): Use it.
4450
5c3fe83f
SM
4451 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4452 there's no inferior buffer (bug#10196).
4453 (prolog-consult-compile): Don't use toggle-read-only.
4454
6bdac736
MA
44552011-12-02 Michael Albinus <michael.albinus@gmx.de>
4456
4457 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4458 interrupt. (Bug#10187)
4459
6131ba7f
SM
44602011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4461
99c79fee
SM
4462 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4463 (bug#9160).
4464
6131ba7f
SM
4465 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4466 (bug#10191).
4467
cb0a02ea
JL
44682011-12-02 Juri Linkov <juri@jurta.org>
4469
4470 * info.el (Info-search): Display "end of manual" when Isearch
4471 reaches the end of single-file Info manual. (Bug#9918)
4472
66e0570c
EZ
44732011-12-02 Eli Zaretskii <eliz@gnu.org>
4474
4475 * isearch.el (isearch-message-prefix): Run the input method part
4476 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4477
02b16839
JL
44782011-12-02 Juri Linkov <juri@jurta.org>
4479
4480 * isearch.el (isearch-occur): Use `word-search-regexp' for
4481 `isearch-word'.
4482 (isearch-search-and-update): Add condition for `isearch-word' and
4483 call `word-search-regexp'. (Bug#10145)
4484
0b950688
GM
44852011-12-01 Glenn Morris <rgm@gnu.org>
4486
4487 * eshell/em-hist.el (eshell-hist-initialize):
4488 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 4489 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 4490
9505c3c7
SM
44912011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4492
4493 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4494
1bbe96b2 44952011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 4496
a1beca85
SM
4497 * progmodes/verilog-mode.el (verilog-pretty-expr):
4498 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
4499 verilog, such as += *= and the like.
4500 (verilog-assignment-operator-re): Regular expression to find the
4501 assigment operator in a verilog assignment.
4502 (verilog-assignment-operation-re): Regular expression to find an
4503 assignment statement for pretty-expr.
4504 (verilog-in-attribute-p): Query returns true if point is in an
4505 attribute context; used to skip these for expression line up from
4506 pretty-expr.
4507 (verilog-in-parameter-p): Query returns true if point is in an
4508 parameter definition context; used to skip these for expression
4509 line up from pretty-expr.
4510 (verilog-in-parenthesis-p): Query returns true if point is in a
4511 parenthetical expression, specifically ( ) but not [ ] or { };
4512 used by pretty-expr.
4513 (verilog-just-one-space): If there is no space, don't add one.
4514 (verilog-get-lineup-indent-2): Specifically skip just attribute
4515 contexts for expression lineup, rather than skipping all
4516 parenthetical expressions.
4517 (verilog-calculate-indent): Fix comment, and fix indent.
4518 (verilog-do-indent): Indent declarations in lists (suggested by
4519 Joachim Lechner).
4520 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4521 skeleton items.
4522 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4523 by Alain Mellan).
4524
1bbe96b2 45252011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
4526
4527 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4528 parameters with embedded comments. Reported by Ray Stevens.
4529 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4530 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4531 Reported by Tim Holt.
4532 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4533 instantiated by upper module causing wrong expansion until AUTOed a
4534 second time. Reported by K C Buckenmaier.
4535 (verilog-diff-auto): Fix showing .* as a difference when
4536 `verilog-auto-star-save' off. Reported by Dan Dever.
4537 (verilog-auto-reset, verilog-read-always-signals)
4538 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4539 temporary signals in reset list if
4540 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
4541 style to each signal's assignment type, bug381.
4542 Reported by Thomas Esposito.
6288f0ca
WS
4543 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4544 (verilog-uvm-statement-re): Support UVM indentation and
4545 highlighting, with old OVM keywords only.
a1beca85 4546 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
4547 Support AUTOTIEOFF creating non-wire data types.
4548 Suggested by Jonathan Greenlaw.
6288f0ca
WS
4549 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4550 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4551 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
4552 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4553 Fix mismatching parenthesis inside commented out code when deleting
382c953b 4554 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
4555 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4556 non-numeric vector width. Reported by Alex Reed.
4557 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 4558 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
4559 (verilog-auto-delete-trailing-whitespace):
4560 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
4561 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4562 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4563 Fix verilog-scan-cache corruption when running user AUTO expansion
4564 hooks that call indentation routines.
4565 (verilog-simplify-range-expression): Fix typo ignoring lower case
4566 identifiers.
4567 (verilog-delete-auto): Fix delete-autos to also remove user created
4568 automatics, as long as they start with AUTO.
4569 (verilog-batch-diff-auto, verilog-diff-auto)
4570 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4571 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4572 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4573 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
4574 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4575 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
4576 is disabled and its cache will get corrupt, causing AUTOS not to
4577 expand. Instead use only -quick functions.
4578 (verilog-scan-region): Fix scanning over escaped quotes.
4579 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4580 (verilog-re-search-backward-quick)
4581 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4582 related functions now ignore strings, to fix misparsing of strings
4583 with magic comments embedded in them.
a1beca85
SM
4584 (verilog-read-auto-template):
4585 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4586 Reported by Brad Dobbie.
4587 (verilog-read-auto-template):
4588 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 4589 Reported by Brad Dobbie.
6288f0ca
WS
4590 (verilog-auto-inst, verilog-auto-inst-param)
4591 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4592 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4593 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
4594 debugging templates without merge conflicts, bug357.
4595 Reported by Brad Dobbie.
4596 (verilog-read-auto-template):
4597 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4598 Reported by Brad Dobbie.
4599 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4600 abbrevs so user won't be asked to save.
4601 (verilog-read-auto-lisp-present): Fix to start at beginning of
4602 buffer in case called outside of verilog-auto.
4603 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4604 to "X-2". Reported by Matthew Myers.
4605 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4606 all inputs from module templates. Reported by Leith Johnson.
4607 (verilog-module-inside-filename-p): Fix locating programs as with
4608 modules.
4609 (verilog-auto-inst-port): Fix vl-width expressions when using
4610 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4611 (verilog-decls-get-regs, verilog-decls-get-signals,
4612 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4613 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4614 verilog-read-decls): Combine reg and wire structures into one var
4615 structure to represent SystemVerilog concepts.
4616 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4617 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
4618 (verilog-auto-wire-type, verilog-insert-definition):
4619 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
4620 SystemVerilog "logic" keyword instead of "wire"/"reg".
4621 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4622 to declares outputs that also have assignments (presumably in an
a1beca85
SM
4623 ifdef or generate if so there's not a driver conflict).
4624 Reported by Matthew Myers.
4625 (verilog-auto-declare-nettype, verilog-insert-definition):
4626 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
4627 `default_nettype none. Reported by Julian Gorfajn.
4628 (verilog-read-always-signals-recurse, verilog-read-decls)
4629 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4630 malformed end statement, bug325. Reported by Joshua Wise and
4631 Andrew Drake.
4632 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4633 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
4634 when expanding .* in interfaces, bug320.
4635 Reported by Pierre-David Pfister.
6288f0ca 4636 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
4637 name and open parenthesis, bug317.
4638 Reported by Pierre-David Pfister.
6288f0ca
WS
4639 (verilog-simplify-range-expression): Fix simplification of
4640 multiplications inside AUTOWIRE connections, bug303.
4641 (verilog-auto-inst-port): Support parameter expansion in
4642 multidimensional arrays.
4643 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4644 after "assert property". Reported by Julian Gorfajn.
4645 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4646 with multiplication, bug303.
4647 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4648 Reported by Jan Frode Lonnum.
4649
1bbe96b2
GM
46502011-11-30 Juanma Barranquero <lekktu@gmail.com>
4651
4652 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4653 (hfy-shell-file-name, hfy-shell):
4654 * international/fontset.el (x-decompose-font-name): Fix typos.
4655
46562011-11-29 Ken Brown <kbrown@cornell.edu>
4657
4658 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4659 (gdb-version): Remove defvar.
4660 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4661 (gdb-gud-context-command, gdb-non-stop-handler)
4662 (gdb-current-context-command, gdb-stopped): Use it.
4663 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
4664 (gdb-non-stop-handler): Don't enable pretty-printing here.
4665 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
4666 non-stop mode. Use the following.
4667 (gdb-check-target-async): New defun.
4668 (gud-watch, gdb-stopped): Fix whitespace.
4669 (gdb-get-source-file): Don't try to display the source file if
4670 `gdb-main-file' is nil.
4671
46722011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * align.el: Try to generate fewer markers (bug#10047).
4675 (align--set-marker): New macro.
4676 (align-region): Use it.
4677
c935221f
SM
46782011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4679
4680 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4681
e70b5064
CY
46822011-11-29 Chong Yidong <cyd@gnu.org>
4683
4684 * indent.el (indent-for-tab-command, indent-according-to-mode):
4685 Doc fix.
4686 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
4687
f3af92b7
MA
46882011-11-29 Michael Albinus <michael.albinus@gmx.de>
4689
4690 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4691 aware of remote file names. (Bug#10124)
4692
ed472be9
CY
46932011-11-29 Chong Yidong <cyd@gnu.org>
4694
4695 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4696
24510c22
SM
46972011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4698
4699 * files.el (find-file): Don't use force-same-window (bug#10144).
4700 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4701 use pop-to-buffer if the selected window can't be used.
4702 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4703
c60c3703
EZ
47042011-11-28 Eli Zaretskii <eliz@gnu.org>
4705
4706 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4707 special-mode-map.
4708
e95def75
CY
47092011-11-28 Chong Yidong <cyd@gnu.org>
4710
4711 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4712
c3f1c606
NR
47132011-11-27 Nick Roberts <nickrob@snap.net.nz>
4714
4715 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4716 gdb-get-source-file-list on gdb-create-source-file-list.
4717
00db469c
EZ
47182011-11-26 Eli Zaretskii <eliz@gnu.org>
4719
4720 * whitespace.el (whitespace-newline): Use a different foreground
4721 color for 16-color light-background displays.
4722
4ad3bc2a
CY
47232011-11-24 Chong Yidong <cyd@gnu.org>
4724
4725 * window.el (display-buffer--special-action): Doc fix.
4726
e9fce1ac
JB
47272011-11-25 Juanma Barranquero <lekktu@gmail.com>
4728
4729 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4730 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4731 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4732 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4733 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4734 (avl-tree-stack-first):
4735 * emacs-lisp/cconv.el (cconv--analyse-use):
4736 * net/gnutls.el (gnutls-negotiate): Fix typos.
4737
cb825e5d
GM
47382011-11-24 Glenn Morris <rgm@gnu.org>
4739
3adbe224
GM
4740 * lpr.el (lpr-windows-system, lpr-lp-system):
4741 * mail/binhex.el (binhex-begin-line):
4742 * progmodes/grep.el (grep-history, grep-find-history):
4743 * textmodes/flyspell.el:
4744 * vc/pcvs-defs.el (cvs-global-menu):
4745 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4746 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4747 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4748
321decc8
GM
4749 * net/tls.el: Fix case of "GnuTLS".
4750
420b63ad
GM
4751 * paths.el (rmail-file-name): Format doc-string for make-docfile.
4752
cb825e5d
GM
4753 * version.el (emacs-build-system): Give it a doc-string.
4754
a0649f08
JL
47552011-11-24 Juri Linkov <juri@jurta.org>
4756
4757 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
4758
c0bc0fd4
GM
47592011-11-24 Glenn Morris <rgm@gnu.org>
4760
4761 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
4762 if called on a non-mime message just toggle the headers. (Bug#8006)
4763
20db1522
JB
47642011-11-24 Juanma Barranquero <lekktu@gmail.com>
4765
4766 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
4767 (allout-lead-with-comment-string, allout-structure-deleted-hook)
4768 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
4769 (allout-rebullet-heading, allout-open-sibtopic)
4770 (allout-toggle-current-subtree-encryption)
4771 (allout-toggle-subtree-encryption, allout-encrypt-string)
4772 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
4773 (allout-distinctive-bullets-string, allout-auto-activation):
4774 * window.el (window-normalize-buffer-to-display):
4775 * progmodes/verilog-mode.el (verilog-batch-indent):
4776 * textmodes/bibtex.el (bibtex-field-braces-opt)
4777 (bibtex-field-strings-opt):
4778 * vc/cvs-status.el (cvs-tree-merge):
4779 Fix typos.
4780
7262a87c
MA
47812011-11-23 Michael Albinus <michael.albinus@gmx.de>
4782
4783 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
4784 `non-essential' to t, in order to avoid remote connections.
4785
283430a1
EZ
47862011-11-23 Eli Zaretskii <eliz@gnu.org>
4787
a1beca85
SM
4788 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4789 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
4790 case-insensitively.
4791
d2992a38
ML
47922011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4793
4794 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
4795
50419064
GM
47962011-11-23 Glenn Morris <rgm@gnu.org>
4797
da94eca1
GM
4798 * paths.el (rmail-file-name): Reformat the doc-string so that it
4799 is picked up.
4800
9aac4de2
GM
4801 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
4802 (rmail-auto-file): Ignore case in the "special" field names,
4803 as mail-fetch-field does for all others.
4804
8038d2d2
GM
4805 * mail/rmail.el (rmail-forward):
4806 * mail/rmailkwd.el (rmail-set-label):
4807 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
4808 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
4809
f3fe222a
GM
4810 * mail/rmail.el (rmail-current-message): Doc fix.
4811
50419064
GM
4812 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
4813
28109f49
SM
48142011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4815
4816 * server.el (server-eval-and-print): Allow C-g (bug#6585).
4817
394c65f1
GM
48182011-11-22 Glenn Morris <rgm@gnu.org>
4819
4820 * mail/rmailmm.el (test-rmail-mime-handler)
4821 (test-rmail-mime-bulk-handler)
4822 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
4823
f2a0aa3a
JL
48242011-11-21 Juri Linkov <juri@jurta.org>
4825
1154d12e
JB
4826 * calc/calc.el (calc-read-key-sequence):
4827 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 4828
9c34a344
LMI
48292011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4830
4831 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4832 Tell the caller that the next line needs recomputation, even
4833 though it doesn't start a sexp (bug#10094).
4834
f04a3be9
SM
48352011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4836
4837 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
4838
7978747f
SM
48392011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4840
f04a3be9
SM
4841 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4842 Use force-same-window.
7978747f 4843
fe7a3057
JB
48442011-11-20 Juanma Barranquero <lekktu@gmail.com>
4845
4846 * descr-text.el (describe-char-unicode-data):
4847 * json.el (json-string-escape):
4848 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
4849 (Footnote-unicode, Footnote-style-p):
4850 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
4851
24901d61
CY
48522011-11-20 Chong Yidong <cyd@gnu.org>
4853
4854 * window.el (replace-buffer-in-windows): Restore interactive spec.
4855
bac7ff22
SM
48562011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4857
24f3d7b9
SM
4858 * electric.el (electric-indent-mode): Fix last change (too optimistic).
4859
bac7ff22
SM
4860 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
4861 (byte-compile-global-not-obsolete-vars): New var.
4862 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
4863 Use it.
4864 (byte-compile-warn-obsolete): Align text with the one in *Help*.
4865
cd1181db
JB
48662011-11-20 Juanma Barranquero <lekktu@gmail.com>
4867
4868 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
4869 * progmodes/pascal.el (electric-pascal-equal):
4870 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
4871 * xml.el (xml-substitute-special): Fix typos.
4872
7fb18e9e
GM
48732011-11-20 Glenn Morris <rgm@gnu.org>
4874
4875 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
4876 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
4877 Doc fixes.
4878 (rmail-decode-mime-charset): Mark as obsolete.
4879
4880 * mail/rmailsum.el (rmail-message-regexp-p-1):
4881 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
4882 Before using mime functions, check they are set. (Bug#10077)
4883
d5a6b3ba
JL
48842011-11-19 Juri Linkov <juri@jurta.org>
4885
4886 * info.el (Info-finder-find-node): Use `package--builtins' instead
4887 of `package-alist'. Use node names formed by the pattern "Keyword "
4888 and the keyword name.
4889
e981b61f
AS
48902011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4891
1d00653d 4892 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 4893
3ffbc301
JL
48942011-11-19 Juri Linkov <juri@jurta.org>
4895
4896 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
4897 that calls `revert-buffer' on all Info buffers. (Bug#9915)
4898 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
4899 `old-history', `old-history-forward'. Add let-binding
4900 `window-selected'. Remove calls to `kill-buffer',
4901 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
4902 before calling `Info-find-node', so `Info-find-node-2' will reread
4903 the Info file. Restore window positions only when `window-selected'
4904 is non-nil.
4905
30c62133
JL
49062011-11-19 Juri Linkov <juri@jurta.org>
4907
4908 * isearch.el (isearch-lazy-highlight-new-loop):
4909 Remove condition `(not isearch-error)'. (Bug#9918)
4910
4911 * misearch.el (multi-isearch-search-fun): Add condition
4912 `(not bound)' to ignore lazy-highlighting search.
4913 Add the search-failed message "end of multi" when the end of
4914 multi-sequence is reached. Uncapitalize the search-failed
4915 message "Repeat for next buffer".
4916
4917 * info.el (Info-search): Add the search-failed message
4918 "end of the manual" when the end of the manual is reached
4919 in Isearch mode.
4920
645ca9cf
JL
49212011-11-19 Juri Linkov <juri@jurta.org>
4922
4923 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
4924 Use non-destructive `remove' instead of `delete' because
4925 `Info-history-list' stored to `Info-isearch-initial-history-list' in
4926 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
4927
df754f66
JL
49282011-11-19 Juri Linkov <juri@jurta.org>
4929
4930 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
4931 to nil instead of binding `search-ring' and `regexp-search-ring'.
4932 (Bug#9185)
4933
0e23d96a
EZ
49342011-11-19 Eli Zaretskii <eliz@gnu.org>
4935
4936 * simple.el (line-move): Force movement by logical lines for any
4937 hscrolled window, not only when auto-hscroll-mode is on.
4938 (line-move-visual): Update doc string to that effect. (Bug#10076)
4939
8a6ccb66
AS
49402011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4941
4942 * language/european.el (macintosh): Define as alias for mac-roman.
4943
49ae5b39
EZ
49442011-11-19 Eli Zaretskii <eliz@gnu.org>
4945
4946 * mail/rmailmm.el (rmail-mime-display-header)
4947 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
4948 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
4949 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
4950 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
4951 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
4952 of a raw aref.
4953 (rmail-mime-entity-segment): To get past the tagline, move forward
4954 2 more lines, to account for the 2 empty lines that precede and
4955 follow the line with the buttons.
4956 (rmail-mime-update-tagline): Move one more line, to get past the
4957 empty line that follows the buttons in the tagline. (Bug#9520)
4958
c56cad4a
MR
49592011-11-19 Martin Rudalics <rudalics@gmx.at>
4960
4961 * window.el (window-max-delta-1, window-min-delta-1)
4962 (window-min-size-1, window-state-get-1, window-state-put-1)
4963 (window-state-put-2): Use "window--" prefix.
4964
cbe71af3
SM
49652011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4966
2ad52c60
SM
4967 * emacs-lisp/smie.el: Improve warnings and conflict detection.
4968 (smie-warning-count): New var.
4969 (smie-set-prec2tab): Use it.
4970 (smie-bnf->prec2): Improve warnings. Add docstring.
4971 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
4972 (smie-bnf--set-class): New function.
4973 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
4974 corner case.
4975
6944dbc1
SM
4976 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
4977 (compilation-error-properties, compilation-move-to-column):
4978 Handle compilation-first-column while in the target buffer.
4979
c400c4d7
SM
4980 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
4981 Don't hardcode point-min==1.
4982
6dbe3e96
SM
4983 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
4984 (eshell-rewrite-for-command): Remove workaround.
4985 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
4986 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
4987 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
4988
cbe71af3
SM
4989 * files-x.el (modify-file-local-variable): Obey commenting conventions.
4990
a8e1496d
GM
49912011-11-17 Glenn Morris <rgm@gnu.org>
4992
4993 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4994 Ignore buffer-local generated-autoload-file if it is the same
4995 as the global value. (Bug#10049)
4996
df85d315
JB
49972011-11-17 Juanma Barranquero <lekktu@gmail.com>
4998
4999 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
5000 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
5001 (reftex-toc-previous-heading, reftex-toc-max-level)
5002 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
5003 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
5004 (reftex-toc-do-promote, reftex-toc-promote-prepare)
5005 (reftex-toc-promote-action, reftex-toc-extract-section-number)
5006 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
5007 (reftex-toc-rename-label, reftex-toc-visit-location)
5008 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
5009 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
5010 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
5011 leaving "*toc*" only for references to the buffer.
5012
a0c2d0ae
MR
50132011-11-17 Martin Rudalics <rudalics@gmx.at>
5014
5015 * window.el (window-resize, delete-window, split-window):
5016 Replace window-splits by window-combination-resize.
1d00653d 5017 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 5018
35c0bac8
GM
50192011-11-17 Glenn Morris <rgm@gnu.org>
5020
5021 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5022 Make bash entry derive from sh entry, not shell entry.
5023
d0c8fc8a
MA
50242011-11-16 Michael Albinus <michael.albinus@gmx.de>
5025
d0c8fc8a
MA
5026 * net/tramp-cache.el (tramp-flush-file-property): Flush also
5027 properties of linked files. (Bug#9879)
5028
7262a87c
MA
5029 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
5030 local file name.
5031
7877f373
JB
50322011-11-16 Juanma Barranquero <lekktu@gmail.com>
5033
5034 * menu-bar.el (menu-bar-file-menu):
5035 * printing.el (pr-ps-utility):
5036 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
5037 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
5038 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
5039 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
5040 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
5041 (icalendar--convert-cyclic-to-ical)
5042 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5043 (icalendar--convert-ical-to-diary)
5044 (icalendar--convert-recurring-to-diary)
5045 (icalendar--convert-non-recurring-all-day-to-diary)
5046 (icalendar-import-format-sample):
5047 * progmodes/idlw-shell.el (idlwave-shell-mode):
5048 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5049 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5050 (vhdl-ps-print-init): Fix typos.
5051
10649b82
KM
50522011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
5053
9d0cfcd6
GM
5054 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5055 FSF and collapse date sequence, obscure author/maintainer email address
5056 better, remove extra version line, track relocation of author's webpage.
10649b82 5057
9d0cfcd6
GM
5058 * progmodes/python.el (python-pdbtrack-input-prompt)
5059 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5060 regular python pdb prompts. Adjustments shamelessly taken exactly as
5061 suggested in EmacsWiki page (tiny change):
5062 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 5063
58179cce
JB
50642011-11-16 Juanma Barranquero <lekktu@gmail.com>
5065
5066 * expand.el (expand-pos, expand-index, expand-point):
5067 Remove redundant info from docstring.
5068 (expand-add-abbrevs): Doc fix.
5069 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5070 (expand-sample-perl-mode-expand-list): Fix typos.
5071
5072 * net/dbus.el (dbus-event-member-name):
5073 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5074 * term/pc-win.el (msdos-create-frame-with-faces):
5075 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5076
b6f67890
MR
50772011-11-16 Martin Rudalics <rudalics@gmx.at>
5078
5079 * window.el (split-window, window-state-get-1)
5080 (window-state-put-1, window-state-put-2): Rename occurrences of
5081 window-nest to window-combination-limit.
1d00653d 5082 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 5083
ce7ddba0
CY
50842011-11-16 Chong Yidong <cyd@gnu.org>
5085
5086 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5087 regexp (Bug#10033).
5088
3ae704f4
SM
50892011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5090
5091 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5092 `completing-read' will remove *Completions* and will preserve
5093 current-buffer for us.
5094 (tmm-add-prompt): Users of *Completions* will always (re)set its
5095 major mode.
5096 (tmm-old-comp-map): Remove.
5097
6ad1cdde
GM
50982011-11-16 Glenn Morris <rgm@gnu.org>
5099
5100 * mail/rmailedit.el: Require rmailmm when compiling.
5101 (rmail-old-mime-state): New declaration.
5102 (rmail-edit-current-message): If editing a mime message,
5103 edit the "raw" message from the mbox buffer.
5104 (rmail-cease-edit): Handle mime messages. (Bug#9840)
5105
d20faa20
GM
51062011-11-15 Glenn Morris <rgm@gnu.org>
5107
5108 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5109 which wasn't being used. Add optional arg to force given state.
5110 (rmail-mime): Add optional arg to force given state.
5111
c7015153
JB
51122011-11-15 Juanma Barranquero <lekktu@gmail.com>
5113
5114 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5115 * frame.el (display-mm-dimensions-alist):
5116 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5117 (outline-move-subtree-down):
5118 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5119 (newsticker--treeview-do-get-node):
5120 * net/quickurl.el (quickurl-list-buffer-name):
5121 * progmodes/dcl-mode.el (dcl-mode):
5122 * progmodes/gdb-mi.el (gdb-mapcar*):
5123 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5124
45261b50
GM
51252011-11-15 Glenn Morris <rgm@gnu.org>
5126
5127 * mail/rmail.el (rmail-file-coding-system): It's only ever used
5128 in a boolean sense, so just make it a boolean, and fix the doc.
5129 (rmail-show-mime-function, rmail-mime-feature)
5130 (rmail-require-mime-maybe): Doc fixes.
5131 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5132
5133 * mail/rmailmm.el (rmail-show-mime): Doc fix.
5134
0d26e0b6
JB
51352011-11-15 Juanma Barranquero <lekktu@gmail.com>
5136
5137 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5138 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5139 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5140 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5141
447f30f6
GM
51422011-11-15 Glenn Morris <rgm@gnu.org>
5143
672b871d
GM
5144 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5145 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5146 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5147 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5148 (rmail-mime, rmail-show-mime): Doc fixes.
5149
f6aa5bb1
GM
5150 * term/ns-win.el (mode-line-frame-identification):
5151 Leave it alone. (Bug#10051)
5152
947cd66b
GM
5153 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
5154
447f30f6
GM
5155 * mail/rmailout.el (rmail-output-to-rmail-buffer):
5156 Handle empty buffers. (Bug#9978)
5157
0b381c7e
JB
51582011-11-14 Juanma Barranquero <lekktu@gmail.com>
5159
5160 * international/mule.el (define-charset):
5161 * mail/rmailmm.el (rmail-mime-find-header-encoding):
5162 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5163 * progmodes/verilog-mode.el (verilog-backward-token):
5164 * textmodes/ispell.el (lookup-words):
5165 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5166
71e027ac
GM
51672011-11-14 Glenn Morris <rgm@gnu.org>
5168
56632ce4
GM
5169 * progmodes/executable.el
5170 (executable-make-buffer-file-executable-if-script-p):
5171 Handle file-modes returning nil.
5172
40500957
GM
5173 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5174 message - not necessary, and causes problems. (Bug#9831)
5175
071c2340
GM
5176 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
5177
d3cfca60
GM
5178 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
5179
71e027ac
GM
5180 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
5181 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
5182 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
5183
89d61221
MR
51842011-11-12 Martin Rudalics <rudalics@gmx.at>
5185
5186 * window.el (window-resize, delete-window): Use window-splits
5187 variable instead of function.
5188 (window-state-get-1, window-state-put-2, window-state-put):
5189 Don't deal with windows' splits status.
5190
98282f6f
GM
51912011-11-12 Glenn Morris <rgm@gnu.org>
5192
5193 * apropos.el (apropos-do-all, apropos-library, apropos-value)
5194 (apropos-documentation): Doc fixes.
5195
40a8bdf6
JB
51962011-11-11 Juanma Barranquero <lekktu@gmail.com>
5197
5198 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
5199 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
5200
65bd19ff
SM
52012011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5202
5203 * electric.el (electric-indent-post-self-insert-function): Make it
5204 possible for a char to only indent in some circumstances.
5205 (electric-indent-mode): Simplify.
5206
54f9154c
MR
52072011-11-11 Martin Rudalics <rudalics@gmx.at>
5208
5209 * window.el (windows-with-parameter): Remove unused function.
5210 (windows-at-side): Rename to window-at-side-list.
5211 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
5212 (window-side-check, window-size-ignore, window-size-fixed-1)
5213 (window-in-direction-2): Prefix with "window--".
5214 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 5215
68cbc58b
GM
52162011-11-11 Glenn Morris <rgm@gnu.org>
5217
5218 * subr.el (eval-after-load): If FILE is already loaded,
5219 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
5220
b2621720
GM
52212011-11-10 Glenn Morris <rgm@gnu.org>
5222
9a4de110
GM
5223 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
5224 Call svn via vc-svn-command rather than vc-do-command.
5225 (vc-svn-command): Add --non-interactive. (Bug#9993)
5226 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
5227
b2621720
GM
5228 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5229 Add toggle-read-only. (Bug#7292)
5230 * files.el (toggle-read-only): Mention that it should only
5231 be used interactively. (Bug#10006)
5232
1dce7193
SM
52332011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5234
d9ac1a1e
SM
5235 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5236 Adjust regexp for OCaml warnings.
5237
0c325082
SM
5238 * electric.el (electric-pair-post-self-insert-function): Let user
5239 turn it off buffer-locally (bug#9932).
5240
90132c14
SM
5241 * progmodes/python.el (python-beginning-of-statement):
5242 Rewrite (bug#2703).
5243
1dce7193
SM
5244 * progmodes/compile.el: Better handle TABs (bug#9749).
5245 (compilation-internal-error-properties)
5246 (compilation-next-error-function): Obey the target buffer's
5247 compilation-error-screen-columns.
5248
c4e7c63a
JB
52492011-11-09 Juanma Barranquero <lekktu@gmail.com>
5250
5251 * progmodes/meta-mode.el: Remove obsolete comments.
5252 (meta-right-comment-regexp, meta-ignore-comment-regexp):
5253 Fix typos in docstrings.
5254
2cffd681
MR
52552011-11-09 Martin Rudalics <rudalics@gmx.at>
5256
5257 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 5258 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
5259 (window--resizable): New function. Make all callers of
5260 window-resizable call window--resizable instead.
5261 (window-resizable): Rewrite in terms of window--resizable.
5262
0edcba87
GM
52632011-11-08 Glenn Morris <rgm@gnu.org>
5264
5265 * progmodes/delphi.el (delphi-mode-syntax-table):
5266 Let define-derived-mode define a proper syntax table. (Bug#9994)
5267
4b0d61e3
SM
52682011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * window.el: Stay away from defsubst.
5271 (window-list-no-nils): Remove.
5272 (window-state-get-1, window-state-get): Use backquote instead.
5273
cd394be1 52742011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 5275
4b0d61e3 5276 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 5277 Fix incorrect use of default argument in `completing-read'.
5278
e1c2c6f2
MR
52792011-11-08 Martin Rudalics <rudalics@gmx.at>
5280
5281 * window.el (display-buffer-function, special-display-function):
5282 Mention display-buffer-record-window but do not mention
5283 help-setup parameter in doc-strings.
b3f4a882 5284 (window-min-delta): Fix doc-string typo.
e1c2c6f2 5285
105216ed
CY
52862011-11-08 Chong Yidong <cyd@gnu.org>
5287
5288 * window.el (window-total-height, window-total-width): Doc fix.
5289 (window-body-size): Move from C.
5290 (window-body-height, window-body-width): Move to C.
5291
0a9f9ab5
SM
52922011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * window.el: Make special-display like display-buffer-alist (bug#9532).
5295 (display-buffer--special-action): New function, morphed
5296 from display-buffer--special.
5297 (display-buffer): Use it to handle special-display-buffers at higher
5298 priority (just after display-buffer-alist).
5299 (display-buffer-fallback-action, display-buffer--other-frame-action)
5300 (pop-to-buffer-same-window): Remove display-buffer--special.
5301
a769dd15
GM
53022011-11-07 Glenn Morris <rgm@gnu.org>
5303
5304 * calendar/cal-menu.el (cal-menu-set-date-title):
5305 Do nothing if not in a calendar. (Bug#9976)
5306
05a61ee3
SM
53072011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5308
5309 * files.el (find-file): Always use selected-window.
5310
be7f5545
MR
53112011-11-07 Martin Rudalics <rudalics@gmx.at>
5312
5313 * window.el (window-combinations): Make WINDOW argument
5314 mandatory. Rewrite doc-string.
5315 (walk-window-subtree, window-atom-check, window-min-delta)
5316 (window-max-delta, window--resize-this-window)
5317 (window--resize-root-window-vertically, window-tree)
5318 (balance-windows, window-state-put): Rewrite doc-strings as to
5319 not mention the term "subwindow".
5320 (window--resize-subwindows-skip-p): Rename to
5321 window--resize-child-windows-skip-p.
5322 (window--resize-subwindows-normal): Rename to
5323 window--resize-child-windows-normal.
5324 (window--resize-subwindows): Rename to
5325 window--resize-child-windows.
5326 (window-or-subwindow-p): Rename to window--in-subtree-p.
5327
3c6702ef
ML
53282011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5329
5330 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
5331 Ensure that mbox format messages end in two newlines (Bug#9974).
5332
49745b39
CY
53332011-11-06 Chong Yidong <cyd@gnu.org>
5334
5335 * window.el (window-combination-p): Function deleted; its
5336 side-effect is not used in any existing code.
5337 (window-combinations, window-combined-p): Call window-*-child
5338 directly.
5339
24300f5f
CY
53402011-11-05 Chong Yidong <cyd@gnu.org>
5341
5342 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
5343 (window-size-ignore, window-state-get): Callers changed.
5344 (window-normalize-window): Rename from window-normalize-any-window.
5345 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 5346 (window-normalize-live-window): Delete.
447f16b8
CY
5347 (window-combination-p, window-combined-p, window-combinations)
5348 (walk-window-subtree, window-atom-root, window-min-size)
5349 (window-sizable, window-sizable-p, window-size-fixed-p)
5350 (window-min-delta, window-max-delta, window-resizable)
5351 (window-resizable-p, window-full-height-p, window-full-width-p)
5352 (window-current-scroll-bars, window-point-1, set-window-point-1)
5353 (window-at-side-p, window-in-direction, window-resize)
5354 (adjust-window-trailing-edge, maximize-window, minimize-window)
5355 (window-deletable-p, delete-window, delete-other-windows)
5356 (record-window-buffer, unrecord-window-buffer)
5357 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
5358 (quit-window, split-window, window-state-put)
5359 (set-window-text-height, fit-window-to-buffer)
5360 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 5361
89bd5ee1
EZ
53622011-11-04 Eli Zaretskii <eliz@gnu.org>
5363
53479029
EZ
5364 * mail/rmail.el (rmail-simplified-subject): Decode subject with
5365 rfc2047-decode-string.
5366 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
5367 warnings.
5368
89bd5ee1
EZ
5369 * window.el (window-body-height, window-body-width): Mention in
5370 the doc string that the return values are in frame's canonical
5371 units. (Bug#9949)
5372
bd17fdee
AM
53732011-11-03 Alan Mackenzie <acm@muc.de>
5374
5375 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5376 change in cc-engine.el.
5377
acc825c5
SM
53782011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5379
5380 * window.el (switch-to-buffer): Use `force-same-window' interactively.
5381
1885e5b8
MR
53822011-11-02 Martin Rudalics <rudalics@gmx.at>
5383
5384 * window.el (quit-window): Call unrecord-window-buffer after
5385 showing another buffer in the window. (Bug#9937)
acc825c5 5386 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 5387
ebe06da9
JB
53882011-11-02 Juanma Barranquero <lekktu@gmail.com>
5389
5390 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5391 Accept status with more than 9 shelves. (Bug#9935)
5392 Reported by Colin D Bennett <colin@gibibit.com>.
5393
4ee88440
MR
53942011-11-01 Martin Rudalics <rudalics@gmx.at>
5395
5396 * help.el (with-help-window): Don't reference
5397 temp-buffer-show-specifiers in doc-string.
5398
08e1d82c
AS
53992011-10-31 Andreas Schwab <schwab@linux-m68k.org>
5400
5401 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5402 menu-item.
5403
84bd6e9e
VJL
54042011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5405
5406 * whitespace.el: New version 13.2.2.
5407 (whitespace-newline-mode): Disable properly. Reported by Sarah
5408 <EmacsWiki>.
5409
dba0634a
UJ
54102011-10-30 Ulf Jasper <ulf.jasper@web.de>
5411
5412 * net/newst-treeview.el: Remove "Time-stamp".
5413 (newsticker--group-manage-orphan-feeds): Do not call
5414 newsticker--treeview-tree-update.
db22a3c2
JB
5415 (newsticker-treeview-update, newsticker-treeview):
5416 Call newsticker--treeview-tree-update if necessary.
dba0634a 5417
3d8daefe
MR
54182011-10-30 Martin Rudalics <rudalics@gmx.at>
5419
5420 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
5421 (window-iso-combinations): Remove "iso-" infix.
5422 Suggested by Chong Yidong.
3d8daefe
MR
5423 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5424 (window-max-delta-1, window-resize, window--resize-siblings)
5425 (window--resize-this-window, adjust-window-trailing-edge)
5426 (split-window, balance-windows-1)
5427 (shrink-window-if-larger-than-buffer):
5428 * calendar/calendar.el (calendar-generate-window):
db22a3c2 5429 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 5430
1bc4c3ae
SM
54312011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5432
5433 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5434 in place (bug#9907).
5435 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5436 (eshell-rewrite-if-command, eshell-rewrite-for-command)
5437 (eshell-structure-basic-command, eshell-rewrite-while-command)
5438 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5439 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5440 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5441 (eshell-do-pipelines-synchronously, eshell-eval-command):
5442 Use backquotes and prefer setq to set.
5443 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5444 (eshell-macrop): Use functionp.
c1e2f5fa 5445 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 5446
30b65d9c
CY
54472011-10-30 Chong Yidong <cyd@gnu.org>
5448
5449 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5450 instead of set-mark (Bug#9810).
5451
2d197ffb
CY
54522011-10-30 Chong Yidong <cyd@gnu.org>
5453
5454 * window.el (split-window-below, split-window-right): Rename from
5455 split-window-above-each-other and split-window-side-by-side
5456 respectively. All callers changed.
5457 (split-window-sensibly, split-window-sensibly): Use them.
5458 (split-window-keep-point): Doc fix.
5459
5460 * isearch.el: Add isearch-scroll property to split-window-below
5461 and split-window-right.
5462
5463 * follow.el (follow-mode):
5464 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5465 * progmodes/ada-xref.el (ada-gdb-application):
5466 * emulation/vip.el (vip-buffer-in-two-windows):
5467 * image-dired.el (image-dired-dired-with-window-configuration):
5468 * dired-x.el (dired-do-find-marked-files):
5469 * dired.el (dired-pop-to-buffer):
5470 * bs.el (bs--show-with-configuration):
5471 * vc/emerge.el (emerge-setup-windows):
5472 * textmodes/two-column.el (2C-two-columns):
5473 * textmodes/reftex-toc.el (reftex-toc):
5474 * progmodes/gdb-mi.el (gdb-setup-windows):
5475 * progmodes/fortran.el (fortran-window-create):
5476 * net/newst-treeview.el (newsticker--treeview-window-init):
5477 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5478 * emulation/tpu-edt.el (tpu-gold-map):
5479 * emulation/crisp.el (crisp-mode-map):
5480 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5481
38bb2ca8
CY
54822011-10-29 Chong Yidong <cyd@gnu.org>
5483
aa4de341
CY
5484 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5485
e1eb5385
CY
5486 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5487
5d2ece3c
CY
5488 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5489 forged Ispell output (Bug#7904).
5490
38bb2ca8
CY
5491 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5492
d0af9f77
SM
54932011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 * doc-view.el: Avoid ugly errors about not finding nil.
5496 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5497 (doc-view-dvipdf-program, doc-view-unoconv-program)
5498 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5499 Avoid nil or absolute file name as default value.
5500 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5501
52bedd34
AM
55022011-10-28 Alan Mackenzie <acm@muc.de>
5503
db22a3c2 5504 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 5505
7e43cfa5
AM
55062011-10-28 Alan Mackenzie <acm@muc.de>
5507
5508 Amend the handling of c-beginning/end-of-defun in nested declaration
5509 scopes.
5510
52bedd34
AM
5511 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5512 cc-langs.el. Change it to a defcustom.
7e43cfa5 5513
52bedd34
AM
5514 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5515 cc-vars.el.
7e43cfa5 5516
d0af9f77
SM
5517 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5518 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 5519
52bedd34 5520 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 5521 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
5522 (c-widen-to-enclosing-decl-scope): New function.
5523 (c-while-widening-to-decl-block): New macro.
5524 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5525 outward for defun boundaries, and correspondingly change symbol
5526 `respect-enclosure' to `go-outward'.
5527 (c-declaration-limits): Change algorithm to report only the "innermost"
5528 defun's boundaries.
5529
1a2ce9ee
DD
55302011-10-28 Deniz Dogan <deniz@dogan.se>
5531
5532 * net/rcirc.el (rcirc-mode): Use hard newlines.
5533
bc97a826
AM
55342011-10-28 Alan Mackenzie <acm@muc.de>
5535
5536 Amend to indent and fontify macros "which include their own semicolon"
5537 correctly, using the "virtual semicolon" mechanism.
5538
52bedd34 5539 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 5540
d0af9f77 5541 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 5542 Recode to scan one line at a time rather than having \n and \r
58179cce 5543 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 5544 (c-forward-label): Amend for virtual semicolons.
58179cce 5545 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 5546
52bedd34
AM
5547 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5548 of the new C macros.
bc97a826 5549
52bedd34 5550 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
5551 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5552 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
5553 (c-opt-cpp-macro-define): Make into a full language variable.
5554 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5555 AWK Mode (including \n, \r) removed, no longer needed.
5556
d0af9f77
SM
5557 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5558 Invoke c-make-macro-with-semi-re.
bc97a826 5559
52bedd34
AM
5560 * progmodes/cc-vars.el (c-macro-with-semi-re):
5561 (c-macro-names-with-semicolon): New variables.
58179cce 5562 (c-make-macro-with-semi-re): New function.
bc97a826 5563
7a6c0941
SM
55642011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5565
5566 * vc/log-edit.el: Fill empty field rather than adding new one.
5567 (log-edit-add-field): New function.
5568 (log-edit-insert-changelog): Use it.
5569
b0c4cdcf
ML
55702011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5571
5572 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5573
ee1f1da9
SM
55742011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5575
5576 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5577 (gdb--check-interpreter): New function.
5578 (gdb): Use it.
5579
51bc5f8b
GM
55802011-10-27 Glenn Morris <rgm@gnu.org>
5581
416a2c45
GM
5582 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5583 (least-positive-float, least-negative-float)
5584 (least-positive-normalized-float, least-negative-normalized-float)
5585 (float-epsilon, float-negative-epsilon):
5586 Remove unnecessary declarations.
5587
5588 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5589 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5590 (least-positive-float, least-negative-float)
5591 (least-positive-normalized-float, least-negative-normalized-float)
5592 (float-epsilon, float-negative-epsilon): Add doc-strings,
5593 based on those in cl.texi.
5594
51bc5f8b
GM
5595 * files.el (set-visited-file-name): If the major-mode changed,
5596 reload the local variables. (Bug#9796)
5597
15de15c6
CY
55982011-10-27 Chong Yidong <cyd@gnu.org>
5599
5600 * subr.el (change-major-mode-after-body-hook): New hook.
5601 (run-mode-hooks): Run it.
5602
ee1f1da9
SM
5603 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5604 Use change-major-mode-before-body-hook.
15de15c6
CY
5605
5606 * simple.el (fundamental-mode):
5607 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5608 change introducing fundamental-mode-hook.
5609
5430d399
JB
56102011-10-26 Juanma Barranquero <lekktu@gmail.com>
5611
acc825c5 5612 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 5613
ad74a69e
MA
56142011-10-26 Michael Albinus <michael.albinus@gmx.de>
5615
5616 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 5617 tramp.el explicitly. (Bug#7583)
ad74a69e 5618
71d4c2a5
SM
56192011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * progmodes/octave-mod.el:
5622 * progmodes/octave-inf.el: Update maintainer.
5623
b1f6fa26
CY
56242011-10-26 Chong Yidong <cyd@gnu.org>
5625
5626 * subr.el (with-wrapper-hook): Rewrite doc.
5627
3f04efd6
MA
56282011-10-25 Michael Albinus <michael.albinus@gmx.de>
5629
5630 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 5631 filenames "/method:foo:". (Bug#9793)
3f04efd6 5632
410488d3
SM
56332011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5634
5635 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5636 (bug#9865).
5637
c1ebb47e
GM
56382011-10-24 Glenn Morris <rgm@gnu.org>
5639
5640 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5641
7f5c46c7
MA
56422011-10-24 Michael Albinus <michael.albinus@gmx.de>
5643
5644 * notifications.el: Add the requirement of a running D-Bus session
5645 bus to the Commentary.
5646
db2440b6
JL
56472011-10-24 Juri Linkov <juri@jurta.org>
5648
5649 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5650 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5651 (Bug#9364)
5652
feecf435
JL
56532011-10-24 Juri Linkov <juri@jurta.org>
5654
5655 * info.el (Info-following-node-name-re): Add newline to the list
5656 of allowed characters for leading space. (Bug#9824)
5657
a3839de2
SM
56582011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5659
acc825c5
SM
5660 * progmodes/octave-inf.el (inferior-octave-mode-map):
5661 Fix C-c C-h binding.
a3839de2
SM
5662 * progmodes/octave-mod.el (octave-help): Remove.
5663
09388e76
MA
56642011-10-23 Michael Albinus <michael.albinus@gmx.de>
5665
5666 Sync with Tramp 2.2.3.
5667
5668 * net/tramp-cache.el (top): Pacify byte-compiler using
5669 `init-file-user' and `site-run-file'.
5670
5671 * net/trampver.el: Update release number.
5672
86c60681
CY
56732011-10-23 Chong Yidong <cyd@gnu.org>
5674
5675 * files.el (toggle-read-only): Remove obsolete comment about
5676 version control.
5677
5678 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5679 for toggle-read-only. Note that this hasn't called vc-next-action
5680 since 2008-05-02, though it wasn't documented at the time.
5681
a3839de2
SM
5682 * vc/ediff-init.el (ediff-toggle-read-only-function):
5683 Use toggle-read-only.
86c60681 5684
cd5495ff
AM
56852011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
5686
5687 Fix bug #9560, sporadic wrong indentation; improve instrumentation
5688 of c-parse-state.
5689
00b77525 5690 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 5691 correct faulty logical expression.
cd5495ff
AM
5692 (c-parse-state-state, c-record-parse-state-state):
5693 (c-replay-parse-state-state): New defvar/defuns.
5694 (c-debug-parse-state): Use new functions.
5695
42ee24ed
MR
56962011-10-22 Martin Rudalics <rudalics@gmx.at>
5697
5698 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 5699 last fix. Use window-in-direction correctly.
42ee24ed 5700
a7dee7e7
CY
57012011-10-21 Chong Yidong <cyd@gnu.org>
5702
5703 * progmodes/idlwave.el (idlwave-mode):
5704 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
5705 require-final-newline; that's done in prog-mode.
5706 Suggested by Stefan Monnier.
a7dee7e7 5707
e07b9a6d
MR
57082011-10-21 Martin Rudalics <rudalics@gmx.at>
5709
5710 * mouse.el (mouse-drag-window-above)
5711 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5712 (mouse-drag-mode-line-1, mouse-drag-header-line)
5713 (mouse-drag-vertical-line-rightward-window): Remove.
5714 (mouse-drag-line): New function.
5715 (mouse-drag-mode-line, mouse-drag-header-line)
5716 (mouse-drag-vertical-line): Call mouse-drag-line.
5717 * window.el (window-at-side-p, windows-at-side): New functions.
5718
7e1361d9
UM
57192011-10-21 Ulrich Mueller <ulm@gentoo.org>
5720
5721 * tar-mode.el (tar-grind-file-mode):
5722 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
5723
30fcaf3a
CY
57242011-10-21 Chong Yidong <cyd@gnu.org>
5725
5726 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
5727 * progmodes/vera-mode.el (vera-mode):
5728 Use mode-require-final-newline.
30fcaf3a 5729
516eddb0
GM
57302011-10-20 Glenn Morris <rgm@gnu.org>
5731
db22a3c2 5732 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 5733
10d5f513
CS
57342011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
5735
5736 * emulation/cua-base.el (cua-set-mark): Fix case of string.
5737
ac6c8639
CY
57382011-10-20 Chong Yidong <cyd@gnu.org>
5739
5740 * emulation/cua-base.el (cua-mode):
5741 * mail/footnote.el (footnote-mode):
5742 * mail/mailabbrev.el (mail-abbrevs-mode):
5743 * net/xesam.el (xesam-minor-mode):
5744 * progmodes/bug-reference.el (bug-reference-mode):
5745 * progmodes/cap-words.el (capitalized-words-mode):
5746 * progmodes/compile.el (compilation-minor-mode)
5747 (compilation-shell-minor-mode):
5748 * progmodes/gud.el (gud-tooltip-mode):
5749 * progmodes/hideif.el (hide-ifdef-mode):
5750 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5751 * progmodes/subword.el (subword-mode):
5752 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5753 * progmodes/which-func.el (which-function-mode):
5754 * term/tvi970.el (tvi970-set-keypad-mode):
5755 * term/vt100.el (vt100-wide-mode):
5756 * textmodes/flyspell.el (flyspell-mode):
5757 * textmodes/ispell.el (ispell-minor-mode):
5758 * textmodes/nroff-mode.el (nroff-electric-mode):
5759 * textmodes/paragraphs.el (use-hard-newlines):
5760 * textmodes/refill.el (refill-mode):
5761 * textmodes/reftex.el (reftex-mode):
5762 * textmodes/rst.el (rst-minor-mode):
5763 * textmodes/sgml-mode.el (html-autoview-mode)
5764 (sgml-electric-tag-pair-mode):
5765 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
5766 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
5767 * emulation/crisp.el (crisp-mode):
5768 * emacs-lisp/eldoc.el (eldoc-mode):
5769 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
5770 minor mode behavior.
5771
aa42ab43
JL
57722011-10-19 Juri Linkov <juri@jurta.org>
5773
5774 * descr-text.el (describe-char): Add #x2010 and #x2011 to
5775 the list of hard-coded chars with escape-glyph face.
5776
89400f1d
SM
57772011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
5780
305c07f6
MA
57812011-10-19 Michael Albinus <michael.albinus@gmx.de>
5782
5783 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
5784 running process.
5785
13754b54
GM
57862011-10-19 Glenn Morris <rgm@gnu.org>
5787
5788 * vc/vc-bzr.el (vc-bzr-after-dir-status):
5789 Ignore ignored files. (Bug#9726)
5790
06e21633
CY
57912011-10-19 Chong Yidong <cyd@gnu.org>
5792
5793 Doc fix for minor modes, stating that an omitted argument enables
5794 the mode unconditionally when called from Lisp.
5795
5796 * abbrev.el (abbrev-mode):
5797 * allout.el (allout-mode):
5798 * autoinsert.el (auto-insert-mode):
5799 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5800 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5801 (global-auto-revert-mode):
5802 * battery.el (display-battery-mode):
5803 * composite.el (global-auto-composition-mode)
5804 (auto-composition-mode):
5805 * delsel.el (delete-selection-mode):
5806 * desktop.el (desktop-save-mode):
5807 * dired-x.el (dired-omit-mode):
5808 * dirtrack.el (dirtrack-mode):
5809 * doc-view.el (doc-view-minor-mode):
5810 * double.el (double-mode):
5811 * electric.el (electric-indent-mode, electric-pair-mode):
5812 * emacs-lock.el (emacs-lock-mode):
5813 * epa-hook.el (auto-encryption-mode):
5814 * follow.el (follow-mode):
5815 * font-core.el (font-lock-mode):
5816 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
5817 * help.el (temp-buffer-resize-mode):
5818 * hilit-chg.el (highlight-changes-mode)
5819 (highlight-changes-visible-mode):
5820 * hi-lock.el (hi-lock-mode):
5821 * hl-line.el (hl-line-mode, global-hl-line-mode):
5822 * icomplete.el (icomplete-mode):
5823 * ido.el (ido-everywhere):
5824 * image-file.el (auto-image-file-mode):
5825 * image-mode.el (image-minor-mode):
5826 * iswitchb.el (iswitchb-mode):
5827 * jka-cmpr-hook.el (auto-compression-mode):
5828 * linum.el (linum-mode):
5829 * longlines.el (longlines-mode):
5830 * master.el (master-mode):
5831 * mb-depth.el (minibuffer-depth-indicate-mode):
5832 * menu-bar.el (menu-bar-mode):
5833 * minibuf-eldef.el (minibuffer-electric-default-mode):
5834 * mouse-sel.el (mouse-sel-mode):
5835 * msb.el (msb-mode):
5836 * mwheel.el (mouse-wheel-mode):
5837 * outline.el (outline-minor-mode):
5838 * paren.el (show-paren-mode):
5839 * recentf.el (recentf-mode):
5840 * reveal.el (reveal-mode, global-reveal-mode):
5841 * rfn-eshadow.el (file-name-shadow-mode):
5842 * ruler-mode.el (ruler-mode):
5843 * savehist.el (savehist-mode):
5844 * scroll-all.el (scroll-all-mode):
5845 * scroll-bar.el (scroll-bar-mode):
5846 * server.el (server-mode):
5847 * shell.el (shell-dirtrack-mode):
5848 * simple.el (auto-fill-mode, transient-mark-mode)
5849 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
5850 (line-number-mode, column-number-mode, size-indication-mode)
5851 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
5852 * strokes.el (strokes-mode):
5853 * time.el (display-time-mode):
5854 * t-mouse.el (gpm-mouse-mode):
5855 * tool-bar.el (tool-bar-mode):
5856 * tooltip.el (tooltip-mode):
5857 * type-break.el (type-break-mode-line-message-mode)
5858 (type-break-query-mode):
5859 * view.el (view-mode):
5860 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5861 (global-whitespace-mode, global-whitespace-newline-mode):
5862 * xt-mouse.el (xterm-mouse-mode): Doc fix.
5863
a3839de2
SM
5864 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5865 Fix autogenerated docstring.
06e21633 5866
5214e501
JL
58672011-10-19 Juri Linkov <juri@jurta.org>
5868
5869 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
5870 by checking environment variables "DESKTOP_SESSION" and
5871 "XDG_CURRENT_DESKTOP". (Bug#9779)
5872
195f8db9
JL
58732011-10-19 Juri Linkov <juri@jurta.org>
5874
5875 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
5876 (browse-url-chromium-program, browse-url-chromium-arguments):
5877 New defcustoms.
5878 (browse-url-default-browser): Check for `browse-url-chromium' and
5879 call `browse-url-chromium-program'.
5880 (browse-url-chromium): New command. (Bug#9779)
5881
343a34ff
JB
58822011-10-18 Juanma Barranquero <lekktu@gmail.com>
5883
5884 * facemenu.el (list-colors-duplicates): On Windows, detect more
5885 duplicates by assuming that only colors matching "^System" are
5886 special "system colors". (Bug#9722)
5887
6978a151
SM
58882011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5889
5890 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
5891 to distinguish the author from the committer.
5892
6a80b297
MA
58932011-10-18 Michael Albinus <michael.albinus@gmx.de>
5894
5895 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
5896
b31a5677
JK
58972011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
5898
5899 * international/mule.el (sgml-html-meta-auto-coding-function):
5900 Add support for detecting encoding in HTML5 specified only as
5901 <meta charset="UTF-8">. Implementation just makes http-equiv and
5902 content-type parts from HTML4 encoding string optional. (Bug#9716)
5903
80c6d77f
GM
59042011-10-18 Glenn Morris <rgm@gnu.org>
5905
5906 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
5907
08b0fee8
CY
59082011-10-18 Chong Yidong <cyd@gnu.org>
5909
5910 * faces.el (cursor): Doc fix.
5911
67e729a5
CY
59122011-10-17 Chong Yidong <cyd@gnu.org>
5913
5914 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
5915
343a34ff 59162011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
5917
5918 * dirtrack.el (dirtrack): Support shell buffers with path
5919 prefixes, e.g. tramp-based remote shells. (Bug#9647)
5920
0bc06380
TZ
59212011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
5922
5923 * json.el: Bump version to 1.3 and note change in History.
5924 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
5925
8b79f3e0
SM
59262011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5927
5a7c536b
SM
5928 * comint.el (comint-insert-input, comint-send-input)
5929 (comint-get-old-input-default, comint-backward-matching-input)
5930 (comint-next-prompt): Use nil instead of `input' for field property of
5931 past user input (bug#114).
5932
96a8a0df
SM
5933 * minibuffer.el (completion--replace): Inherit surrounding properties
5934 (bug#114).
5935 (minibuffer-complete-and-exit): Use it.
5936
8b79f3e0
SM
5937 * comint.el (comint--table-subvert): Quote the all-completions output
5938 (bug#9160).
5939
b8f7ff0d
MR
59402011-10-17 Martin Rudalics <rudalics@gmx.at>
5941
8b79f3e0 5942 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 5943
b8f7ff0d 5944 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 5945 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
5946 entries and separate them from frame entries.
5947
c235b555
GM
59482011-10-15 Glenn Morris <rgm@gnu.org>
5949
5950 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
5951 Doc fixes.
5952
6bbfa6e1
CY
59532011-10-15 Chong Yidong <cyd@stupidchicken.com>
5954
8b79f3e0
SM
5955 * net/network-stream.el (network-stream-open-starttls):
5956 Improve detection of failure due to lack of TLS support.
ec5c990d 5957
6bbfa6e1
CY
5958 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
5959 putting the input text in front and in bold.
5960
98488977
SM
59612011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5962
3d1337be
SM
5963 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
5964
ee0b45e4
SM
5965 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
5966 empty buffer.
5967
98488977
SM
5968 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
5969 unread-command-events rather than pushing yet-another event.
5970
186f4720
EZ
59712011-10-14 Eli Zaretskii <eliz@gnu.org>
5972
5973 * mail/sendmail.el (sendmail-query-once): Improve the wording of
5974 the explanation of the possible choices. Make the options passed
5975 to completing-read shorter.
5976
8b7a997c
AM
59772011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5978
5979 * textmodes/flyspell.el (flyspell-large-region): Make sure
5980 extended character mode is used if defined (Bug#1339).
5981
12587bbb
EZ
59822011-10-13 Eli Zaretskii <eliz@gnu.org>
5983
5984 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
5985 character info for LRE, LRO, RLE, and RLO characters by appending
5986 an invisible PDF.
12587bbb 5987
bad41229
SM
59882011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5989
5990 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
5991 even in case of error; add debug spec; simplify data flow.
5992 (with-timeout-handler): Remove.
5993
28dbc92f
MA
59942011-10-12 Michael Albinus <michael.albinus@gmx.de>
5995
5996 Fix Bug#6019, Bug#9315.
5997
5998 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
5999 complete `buffer-file-name', the local file name part could look
6000 remotely (for example on VMS).
6001
6002 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
6003 `tramp-run-real-handler'.
6004 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
6005 already quoted by '"'.
6006
6007 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
6008 Let `file-name-handler-alist' be nil, the local file name part
6009 could look remotely (for example on VMS).
6010
e1b0b23a
SM
60112011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6012
6013 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
6014 from here...
6015 (flyspell-post-command-hook): ...to here.
6016
a120bde9
SM
60172011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6018
6019 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
6020 if not needed.
6021 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
6022 using completion. Protect against "slow" callers.
6023 Remove the "message hack".
6024
7ce7717b
JL
60252011-10-11 Juri Linkov <juri@jurta.org>
6026
6027 * isearch.el (isearch-lazy-highlight-word): New variable.
6028 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6029 Use it. (Bug#9727)
6030
c02ee9d6
GM
60312011-10-11 Glenn Morris <rgm@gnu.org>
6032
6033 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
6034 like f90-previous-statement does.
6035
93e616fd 60362011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6037
1f190e73 6038 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
6039 only in interactive use, to avoid error.
6040
af7b6078
SM
60412011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6042
6043 * minibuffer.el (completion-file-name-table): Fix last change,
6044 i.e. ignore normal errors but not the other ones.
6045
0563dae9
MR
60462011-10-10 Martin Rudalics <rudalics@gmx.at>
6047
6048 * window.el (special-display-buffer-names)
6049 (special-display-regexps): Remove some remnants of earlier
6050 changes from doc-strings.
366ca7f3
MR
6051 (quit-windows-on): New function.
6052
6053 * vc/vc.el (vc-revert, vc-rollback):
6054 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6055 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 6056 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 6057
49677495
MR
60582011-10-09 Martin Rudalics <rudalics@gmx.at>
6059
6060 * window.el (frame-auto-hide-function): Add version tag.
6061 (Bug#9699)
6062
56f2d1e1
MA
60632011-10-09 Michael Albinus <michael.albinus@gmx.de>
6064
6065 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6066 condition.
6067
112a6592
LL
60682011-10-09 Leo Liu <sdl.web@gmail.com>
6069
6070 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6071 (Bug#9701)
6072
0812589b
GM
60732011-10-08 Glenn Morris <rgm@gnu.org>
6074
6075 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6076 before the first code statement zero indent. (Bug#9690)
6077
b2b0776e
CY
60782011-10-08 Chong Yidong <cyd@stupidchicken.com>
6079
6080 * simple.el (count-words-region): Always count in the region.
6081 Report the number of lines and characters too.
6082 (count-words): New command, which counts in the buffer if the
6083 region is inactive, as count-words-region used to.
6084 (count-words--message): New function. Handle plurals.
6085 (count-lines-region): Make it an alias for count-words-region.
6086
6087 * bindings.el (esc-map): Replace count-lines-region with
6088 count-words-region.
6089
c557cd6b
MR
60902011-10-08 Martin Rudalics <rudalics@gmx.at>
6091
6092 * window.el (window--delete): Delete dedicated frame
6093 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 6094 (switch-to-buffer): Fix doc-string typo.
c557cd6b 6095
61a57ef4 60962011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6097
3a7d293b 6098 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 6099
c3833279
CY
61002011-10-07 Chong Yidong <cyd@stupidchicken.com>
6101
6102 * bindings.el ([M-left],[M-right]): Bind to left-word and
6103 right-word respectively.
6104
21ce8245
GM
61052011-10-07 Glenn Morris <rgm@gnu.org>
6106
6107 * cus-start.el (debug-on-quit): Fix custom type.
6108
6d823bb2
LMI
61092011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6110
0181e193
LMI
6111 * subr.el (define-key-after): Clarify that the function is not
6112 useful for non-menu keymaps.
6113
6d823bb2
LMI
6114 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6115
8e3459ce 61162011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6117
21ce8245 6118 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 6119 in current minibuffer (Fix bug with recursive minibuffers).
6120
a1c2d21e
CY
61212011-10-06 Chong Yidong <cyd@stupidchicken.com>
6122
6123 * progmodes/gdb-mi.el (gdb): Doc fix.
6124
5a4cf282
MR
61252011-10-05 Martin Rudalics <rudalics@gmx.at>
6126
6127 * window.el (frame-auto-hide-function): New option replacing
6128 frame-auto-delete. Suggested by Stefan Monnier.
6129 (window--delete): Call frame-auto-hide-function instead of
6130 investigating frame-auto-delete.
c96111ea
MR
6131 (window-point-1, set-window-point-1): New functions.
6132 (window-in-direction, record-window-buffer, window-state-get-1)
6133 (display-buffer-record-window): Use window-point-1 instead of
6134 window-point.
6135 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 6136
9854542e
SM
61372011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6138
6139 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6140
8943cfb0
GM
61412011-10-05 Glenn Morris <rgm@gnu.org>
6142
6143 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6144 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
6145
647ab967
LL
61462011-10-05 Leo Liu <sdl.web@gmail.com>
6147
6148 * subr.el (read-char-choice): Fix argument to buffer-live-p which
6149 works with buffer object.
6150
3ddfbced
SM
61512011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6152
6153 * mpc.el (mpc-tool-bar-map): Add labels.
6154
bdfa5dd2
GM
61552011-10-04 Glenn Morris <rgm@gnu.org>
6156
6157 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6158
0e2070b5
MR
61592011-10-04 Martin Rudalics <rudalics@gmx.at>
6160
6161 * window.el (window--delete): New function.
6162 (frame-auto-delete): Resuscitate option.
6163 (bury-buffer, replace-buffer-in-windows)
6164 (quit-window): Rewrite using window--delete.
6165 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6166 Pass display-buffer-mark-dedicated to window--display-buffer-2
6167 (Bug#9639).
6168
3dc61a09
SM
61692011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6170
915a9b64
SM
6171 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6172 returns a list (bug#9554). Add remote file name completion.
6173 * comint.el (comint--table-subvert): Curry and get quote&unquote
6174 functions as arguments.
6175 (comint--complete-file-name-data): Adjust call accordingly.
6176 * pcomplete.el (pcomplete--table-subvert): Remove.
6177 (pcomplete-completions-at-point): Use comint--table-subvert instead.
6178
3dc61a09
SM
6179 * minibuffer.el (completion-table-case-fold): Use currying.
6180 (completion--styles-type, completion--cycling-threshold-type):
6181 New constants.
6182 (completion-styles, completion-category-overrides)
6183 (completion-cycle-threshold): Use them.
6184 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
6185 completion-table-case-fold.
6186
8ea0a993
SB
61872011-10-03 Stephen Berman <stephen.berman@gmx.net>
6188
6189 * minibuffer.el (completion-category-overrides): Fix type of styles
6190 and add more user friendly tags (bug#9660).
6191
8c24b7f6
SM
61922011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6193
6194 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
6195 (mule-input-method-string): New widget.
6196 (default-input-method, language-info-custom-alist): Use it.
6197
428fe61a
SM
61982011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6199
32c1fffd
SM
6200 * pcomplete.el: Require comint.
6201 (pcomplete--common-suffix): Remove.
6202 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
6203 (pcomplete--table-subvert): Sync with comint--table-subvert.
6204 (pcomplete--entries): Use comint-completion-file-name-table.
6205 * comint.el (comint-unquote-filename): Simplify.
6206 (comint-completion-file-name-table): New function (bug#9616).
6207 (comint--complete-file-name-data): Use it.
6208
428fe61a
SM
6209 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
6210 (pcmpl-gnu-tar-buffer): Remove.
6211 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
6212 around. Make sure pcomplete-suffix-list is only changed temporarily.
6213 Don't look inside the tar's file if it's too large.
428fe61a 6214
04c52e2f
CY
62152011-10-01 Chong Yidong <cyd@stupidchicken.com>
6216
ce3cefcc
CY
6217 * cus-edit.el (custom-mode-map):
6218 * epa.el (epa-key-list-mode-map):
6219 * man.el (Man-mode-map):
6220 * startup.el (splash-screen-keymap):
6221 * simple.el (special-mode-map): Use scroll-up-command and
6222 scroll-down-command.
6223
6224 * progmodes/idlw-help.el (idlwave-help-mode-map):
6225 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
6226 * net/newst-plainview.el (newsticker-mode-map):
6227 * emulation/ws-mode.el (wordstar-mode-map):
6228 * emulation/vi.el (vi-com-map):
6229 * calc/calc-graph.el (calc-graph-show-dumb):
6230 * term/sun.el (terminal-init-sun):
6231 * term/ns-win.el (global-map):
6232 * progmodes/grep.el (grep-mode-map):
6233 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
6234 * mail/rmail.el (rmail-mode-map):
6235 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
6236
04c52e2f
CY
6237 * custom.el (custom-safe-themes, load-theme): Treat value of t for
6238 custom-safe-themes as special.
6239
79adf8c8
JD
62402011-10-01 Julien Danjou <julien@danjou.info>
6241
6242 * notifications.el (notifications-notify): Fix docstring.
6243
63bd50d3
PS
62442011-10-01 Per Starbäck <per@starback.se>
6245
6246 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
6247
199e4c7e
MR
62482011-09-30 Martin Rudalics <rudalics@gmx.at>
6249
6250 * startup.el (command-line-1): Fix last fix by inserting
6251 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 6252 (Bug#9605) and (Bug#9636)
199e4c7e 6253
fe5f08dd
EZ
62542011-09-29 Eli Zaretskii <eliz@gnu.org>
6255
6256 * simple.el (line-move): If auto-hscroll-mode is disabled and the
6257 window is hscrolled, move by logical lines. (Bug#9607)
6258 (line-move-visual): Update the doc string to the above effect.
6259
b5516bbd
MR
62602011-09-29 Martin Rudalics <rudalics@gmx.at>
6261
ccee00c0
MR
6262 * window.el (display-buffer-record-window): When WINDOW is the
6263 selected window use `point' instead of `window-point'. (Bug#9626)
6264
b5516bbd
MR
6265 * startup.el (command-line-1): Use insert-before-markers when
6266 inserting initial-scratch-message. (Bug#9605)
ccee00c0 6267
b5516bbd
MR
6268 * help.el (help-window): Remove variable.
6269
52aa0014
GM
62702011-09-29 Glenn Morris <rgm@gnu.org>
6271
6272 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6273
df9a7357
JB
62742011-09-29 Juanma Barranquero <lekktu@gmail.com>
6275
6276 * descr-text.el (describe-char-categories): Accept category
6277 descriptions more than one line long.
6278
a8406c20
SM
62792011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6280
88d9610c
SM
6281 * simple.el (delete-trailing-whitespace): Fix last change.
6282
a5daf810
SM
6283 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6284 Don't confuse "y => 3" as the beginning of a `y' operation.
6285
a8406c20
SM
6286 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
6287 object has more than 4 slots (bug#9613).
6288
a239d4e9
JB
62892011-09-28 Juanma Barranquero <lekktu@gmail.com>
6290
6291 * subr.el (with-output-to-temp-buffer):
6292 * net/quickurl.el (quickurl, quickurl-browse-url):
6293 Fix typos in docstrings.
6294
693fbdb6
EZ
62952011-09-27 Eli Zaretskii <eliz@gnu.org>
6296
6297 * minibuffer.el (completion-styles)
6298 (completion-category-overrides): Cross reference each other in doc
6299 strings.
6300
8b457e28
GM
63012011-09-27 Glenn Morris <rgm@gnu.org>
6302
6303 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
6304 to split-string. (Bug#9606)
6305
85a16208
LMI
63062011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6307
6308 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
6309 (bug#9615).
6310
502f9ebd
CY
63112011-09-27 Chong Yidong <cyd@stupidchicken.com>
6312
6313 * emacs-lisp/package.el (list-packages): Fix echo area message.
6314
7690bdea
LL
63152011-09-27 Leo Liu <sdl.web@gmail.com>
6316
6317 * ido.el (ido-read-internal): Accept cons cell HIST arg.
6318
e2ee6f30
MA
63192011-09-25 Michael Albinus <michael.albinus@gmx.de>
6320
6321 * net/dbus.el (dbus-unregister-object): Don't release services for
6322 registered signals. (Bug#9581)
6323
f3f98342
TZ
63242011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6325
6326 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
6327 function that picks between cfengine 2 and 3 support
6328 automatically. Update docs accordingly.
6329
dd7aa8dd
KH
63302011-09-22 Kenichi Handa <handa@m17n.org>
6331
6332 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
6333 ZERO.
6334 (indian-itrans-v5-table-for-tamil): New variable.
6335 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
6336
3f2b07f8
KM
63372011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
6338
6339 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
6340 that's true if the current command involved collapsing of text.
6341 It's reset to false at the beginning of the next command.
6342 (allout-post-command-business): Move the cursor to the beginning
6343 of entry if the cursor is hidden and collapsing activity just
6344 happened.
6345
371d6a61
CY
63462011-09-24 Chong Yidong <cyd@stupidchicken.com>
6347
6348 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
6349 tracking (Bug#9541).
6350
2ac2721a
UJ
63512011-09-24 Ulf Jasper <ulf.jasper@web.de>
6352
6353 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
6354 (newsticker-show-news): Automatically load html rendering package
6355 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
6356 because w3m-fill-column is let-bound" and the error "Symbol's value
6357 as variable is void: w3m-fill-column".
2ac2721a 6358
fac7ae53
MA
63592011-09-24 Michael Albinus <michael.albinus@gmx.de>
6360
6361 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
6362 Release services only if they are defined. (Bug#9581)
6363
e08b633b
RS
63642011-09-23 Richard Stallman <rms@gnu.org>
6365
e488d29c
RS
6366 * textmodes/paragraphs.el (forward-sentence): For backwards case,
6367 distinguish start of paragraph from start of its text.
6368
19c38752
RS
6369 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
6370
e08b633b
RS
6371 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
6372 (rmail-generate-viewer-buffer): Put that hook on view buffer.
6373 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
6374
0a39f27e
AS
63752011-09-23 Andreas Schwab <schwab@linux-m68k.org>
6376
6377 * international/mule-diag.el (mule-diag): Insert a newline after
6378 each fontset description.
6379
db4e950d
SM
63802011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6381
6382 * simple.el (delete-trailing-whitespace):
6383 Document last change; simplify.
6384
eca3f3ea
PW
63852011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
6386
d68e189a
PW
6387 * simple.el (delete-trailing-whitespace): Also delete
6388 extra newlines at the end of the buffer.
6389
eca3f3ea
PW
6390 * textmodes/picture.el: Make motion commands obey shift-select-mode.
6391 (picture-newline): Use forward-line so as to ignore fields.
6392
01c157cc
SM
63932011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6394
6395 * subr.el (with-wrapper-hook): Fix edebug spec.
6396
022de23e
LMI
63972011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6398
6399 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6400 (bug#4538).
6401
91683089
MA
64022011-09-23 Michael Albinus <michael.albinus@gmx.de>
6403
eca3f3ea
PW
6404 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6405 Fix nasty bug using wrong cached values.
91683089 6406
5bdd6fa4
AM
64072011-09-23 Alan Mackenzie <acm@muc.de>
6408
6409 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6410
97adfb97
CY
64112011-09-23 Chong Yidong <cyd@stupidchicken.com>
6412
6413 * window.el (pop-to-buffer): Ensure right window is selected if we
6414 chose another frame.
6415
d4ef2b50
EZ
64162011-09-22 Eli Zaretskii <eliz@gnu.org>
6417
6418 * simple.el (what-cursor-position): Use get-char-property-change
6419 and next-single-char-property-change, to be able to show display
6420 properties that come from overlays as well as text properties.
6421
72258fe5
CY
64222011-09-22 Chong Yidong <cyd@stupidchicken.com>
6423
6424 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6425
6426 * cmuscheme.el (run-scheme, switch-to-scheme):
6427 * cus-edit.el (customize-group, custom-buffer-create)
6428 (customize-browse):
6429 * info.el (info):
6430 * shell.el (shell):
6431 * mail/sendmail.el (mail):
6432 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6433
8f098516
RS
64342011-09-22 Richard Stallman <rms@gnu.org>
6435
6436 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6437 move back only to line beg, don't move back over blank lines.
6438
e74f1bb6
MA
64392011-09-22 Michael Albinus <michael.albinus@gmx.de>
6440
6441 * files.el (copy-directory): Set directory attributes only in case
6442 they could be retrieved from the source directory. (Bug#9565)
6443
bfeef8b6
DK
64442011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
6445
6446 * progmodes/hideshow.el (hs-looking-at-block-start-p)
6447 (hs-find-block-beginning, hs-hide-level-recursive):
6448 Ignore strings as well as comments. (Bug#9502)
6449
7e423bb8
AS
64502011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
6451
6452 * progmodes/sql.el (sql-comint-postgres):
6453 Convert port number to a string. (Bug#9566)
6454
b4d72fcf
MR
64552011-09-22 Martin Rudalics <rudalics@gmx.at>
6456
6457 * window.el (quit-window): Undedicate window when switching to
6458 previous buffer. Reported by Thierry Volpiatto
6459 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
6460 (special-display-popup-frame): When popping up a new frame reset
6461 its previous buffers to nil. Simplify code.
b4d72fcf 6462
a7b88dc6
MA
64632011-09-21 Michael Albinus <michael.albinus@gmx.de>
6464
6465 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6466 and process filter, as done also in `shell-command'.
6467
cf4eacfd
MR
64682011-09-21 Martin Rudalics <rudalics@gmx.at>
6469
eca3f3ea 6470 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
6471 Call set-window-start with NOFORCE argument t.
6472 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
6473 (quit-window): Reword doc-string. Handle new format of
6474 quit-restore parameter. Don't delete window if it has a
6475 previous buffer we can show instead of the present one.
6476 (display-buffer-record-window): Rewrite using a new format for
6477 the quit-restore window parameter
6478 (special-display-popup-frame, display-buffer-same-window)
6479 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6480 (display-buffer-pop-up-window, display-buffer-use-some-window):
6481 Adapt symbol passed to display-buffer-record-window.
6482 * help.el (help-window-setup): Handle new format of quit-restore
6483 parameter.
6484
8d28cb95
SM
64852011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6486
94ab793f
SM
6487 * faces.el (face-list): Fix docstring (bug#9564).
6488
8d28cb95
SM
6489 * window.el (display-buffer--action-function-custom-type):
6490 Don't include internal functions in the Custom interface.
6491
3820edeb
JL
64922011-09-20 Juri Linkov <juri@jurta.org>
6493
6494 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6495 (Info-forward-node, Info-backward-node, Info-next-preorder)
6496 (Info-last-preorder): Use it. (Bug#9528)
6497
5147931d
JL
64982011-09-20 Juri Linkov <juri@jurta.org>
6499
6500 * info.el (Info-last-preorder): Visit last menu item only when
6501 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6502
cf499a1a
JD
65032011-09-20 Julien Danjou <julien@danjou.info>
6504
6505 * password-cache.el (password-cache-remove): Remove entries even if the
6506 value is nil, so that password with a nil value (negative caching) is
6507 possible to invalidate.
6508
f84e2fe2
LM
65092011-09-20 Lawrence Mitchell <wence@gmx.li>
6510
6511 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6512 all whitespace around breakpoint. (Bug#9553)
6513 (f90-find-breakpoint): Only break at whitespace inside a comment.
6514
78054a46
SM
65152011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6516
6517 * minibuffer.el (completion-file-name-table): Keep track of errors.
6518 (completion-table-with-predicate): Handle the case where pred1 is nil.
6519 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6520
345083b2
SM
65212011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6522
e24e27be
SM
6523 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6524 (debugger-return-value): Signal an error if the debugging context does
6525 not await any return value.
6526
345083b2
SM
6527 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6528 * image-mode.el (image-toggle-display-text)
6529 (image-toggle-display-image): Stay away from evil `intangible'.
6530
08d355e3
LL
65312011-09-19 Leo Liu <sdl.web@gmail.com>
6532
6533 * replace.el (occur-revert-arguments): Make it permanent-local.
6534 (occur-mode): Don't call font-lock-defontify.
6535
f01da43f
CY
65362011-09-19 Chong Yidong <cyd@stupidchicken.com>
6537
6538 * net/ldap.el (ldap-search-internal): Don't push empty search
6539 result (Bug#9508).
6540
b6072fa6
SM
65412011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6544
443d6696
MA
65452011-09-19 Michael Albinus <michael.albinus@gmx.de>
6546
6547 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6548 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6549
7cc6e154
JL
65502011-09-18 Juri Linkov <juri@jurta.org>
6551
6552 * buff-menu.el (Buffer-menu-mode-map):
6553 * dired.el (dired-mode-map):
6554 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6555 (lisp-interaction-mode-map):
6556 * emacs-lisp/package.el (package-menu-mode-map):
6557 * epa.el (epa-key-list-mode-map):
6558 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6559 (menu-bar-options-menu):
6560 * outline.el (outline-mode-menu-bar-map):
6561 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6562 * vc/vc-dir.el (vc-dir-menu-map):
6563 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6564 Capitalize non-function content words in menu item strings.
6565
6566 * dired.el (dired-mode-map): Add menu item for
6567 `image-dired-dired-toggle-marked-thumbs'.
6568
80302a81
JL
65692011-09-18 Juri Linkov <juri@jurta.org>
6570
6571 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6572 to `isearch-case-fold-search' and restore its original value
6573 after the `isearch-mode' call.
6574
46c5cf66
JL
65752011-09-18 Juri Linkov <juri@jurta.org>
6576
6577 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6578 because `zgrep' returns 1 for successful matches (bug#9226).
6579
d18b513b
JL
65802011-09-18 Juri Linkov <juri@jurta.org>
6581
6582 * info.el (Info-extract-menu-node-name): Check the second match
6583 for empty string (second test-case of bug#9528).
6584 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6585 intermediate nodes to the history (first test-case of bug#9528).
6586
72753f87
JL
65872011-09-18 Juri Linkov <juri@jurta.org>
6588
6589 * info.el (Info-mode-syntax-table): New variable.
1154d12e 6590 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 6591
c9384295
JL
65922011-09-18 Juri Linkov <juri@jurta.org>
6593
1154d12e
JB
6594 * info.el (Info-file-supports-index-cookies):
6595 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6596 outputs one more line for long file names (bug#4142).
c9384295 6597
d473dce8
CY
65982011-09-18 Chong Yidong <cyd@stupidchicken.com>
6599
6600 * newcomment.el (comment-normalize-vars): If prompting for
6601 comment-start, set comment-start-skip too (Bug#8424).
6602
2176854d
JB
66032011-09-18 Johan Bockgård <bojohan@gnu.org>
6604
6605 * icomplete.el: Fix previous fix of Bug#5849.
6606 (icomplete-mode): Don't set completion-show-inline-help.
6607 (icomplete-minibuffer-setup): Set completion-show-inline-help
6608 locally during icompletion.
6609
3aace4e4
CY
66102011-09-18 Chong Yidong <cyd@stupidchicken.com>
6611
c940224f
CY
6612 * woman.el (woman2-process-escapes): Don't delete unrecognized
6613 escapes (Bug#7843).
6614
3aace4e4
CY
6615 * files.el (inhibit-first-line-modes-regexps): Add image files.
6616 (hack-local-variables-prop-line): Return nil for malformed
6617 prop-lines (Bug#9044).
6618
710dec63
MA
66192011-09-18 Michael Albinus <michael.albinus@gmx.de>
6620
6621 * net/tramp.el (top): Don't require 'shell.
6622 (tramp-methods): Fix docstring.
6623 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
6624 Return complete remote file name. Handle "smb" case.
6625 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
6626 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6627
6628 * net/tramp-compat.el (top): Require 'shell.
6629
6630 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6631 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6632 `tramp-current-host'.
6633 (tramp-get-remote-tmpdir): Remove.
6634
6635 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6636 `tramp-tmpdir' entries.
6637 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6638 (tramp-smb-handle-file-attributes): Ignore errors.
6639 (tramp-smb-wait-for-output): Check also for process end.
6640
5d5ac8ec
LMI
66412011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6642
6643 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6644 when sending QUIT (bug#9312).
6645
8c0f49f0
CY
66462011-09-17 Chong Yidong <cyd@stupidchicken.com>
6647
6648 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6649 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6650 occur-mode-display-occurrence.
6651 (occur-edit-mode): Add usage message.
6652 (occur-cease-edit): New command.
6653 (occur-after-change-function): Use text properties to find the
6654 position of the prefix text.
6655 (occur-engine): Set stickiness of prefix text properties.
6656
8f1383f7
GM
66572011-09-17 Glenn Morris <rgm@gnu.org>
6658
6659 * progmodes/etags.el (complete-tag):
6660 Fix call to completion-in-region. (Bug#9526)
6661
744ba0e3
JL
66622011-09-17 Juri Linkov <juri@jurta.org>
6663
6664 * textmodes/ispell.el (ispell-word): Add to the error message
6665 the word, ispell program name and current dictionary (bug#9121).
6666 (ispell-tex-arg-end): Capitalize "error" in the error message.
6667
d9bbf400
AS
66682011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6669
6670 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6671 check. (Bug#4251)
6672
8da11505
JL
66732011-09-17 Juri Linkov <juri@jurta.org>
6674
6675 * window.el (window-safe-min-height, window-safe-min-width):
6676 Fix typos (followup to bug#9522).
6677
a91adc7e
SJ
66782011-09-17 Sven Joachim <svenjoac@gmx.de>
6679
6680 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6681
064f328a
EZ
66822011-09-16 Eli Zaretskii <eliz@gnu.org>
6683
6684 * simple.el (line-move): If goal-column is set, move by logical
6685 lines, not by display lines. (Bug#971)
6686 (next-line, previous-line, goal-column, line-move-visual): Doc fix
6687 to reflect the above change.
6688
e69df516
SM
66892011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6690
6691 * image.el (imagemagick-register-types): Use regexp-opt.
6692
cbb0f9ab
CY
66932011-09-15 Chong Yidong <cyd@stupidchicken.com>
6694
6695 * window.el (display-buffer-base-action): Rename from
6696 display-buffer-default-action. Make default value empty.
6697 (display-buffer-overriding-action): Convert to defvar.
6698 (display-buffer-fallback-action): New var.
6699
25322144
CY
67002011-09-15 Chong Yidong <cyd@stupidchicken.com>
6701
6702 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6703 declaration.
6704 (package--add-to-archive-contents): If there is a duplicate entry
6705 with an older version, remove it.
6706 (package-menu-mark-delete, package-menu-mark-install)
6707 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
6708 (package-menu-mark-obsolete-for-deletion):
6709 Use package-menu-get-status instead of a regexp search.
25322144
CY
6710 (package-menu-get-status): Use tabulated-list-entry.
6711 (package-menu-mark-upgrades): New command.
d770725a 6712 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
6713 (package-menu-execute): Do installation before deletion.
6714 (package-menu-refresh, package-menu-execute): Use derived-mode-p
6715 instead of checking major-mode.
6716 (package-menu--find-upgrades): New function.
6717
7520339c
LMI
67182011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6719
6720 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6721 passwords in the log buffer.
65a046c4
LMI
6722 (smtpmail-process-filter): Update the process marker so that the
6723 "broken by peer" status message is inserted in the right place.
7520339c 6724
d3c30954
SM
67252011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6726
3fe48822
SM
6727 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6728 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6729 bibtex-completion-at-point-function.
6730 (bibtex-completion-at-point-function): Use them.
6731
1b8b3954
SM
6732 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6733
d3c30954
SM
6734 * mpc.el (mpc-constraints-tag-lookup): New function.
6735 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6736 also to browser "album|playlist".
6737
72779976
JL
67382011-09-14 Juri Linkov <juri@jurta.org>
6739
6740 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
6741 (isearch-edit-string): Use length of `isearch-string' when
6742 `isearch-fail-pos' returns nil.
6743 (isearch-message): Remove duplicate code and call
6744 `isearch-fail-pos' with arg `t'.
6745
a0bf2bcd
CY
67462011-09-14 Chong Yidong <cyd@stupidchicken.com>
6747
17bb0a2d
CY
6748 * replace.el (occur-mode-goto-occurrence): Don't force using other
6749 window (Bug#9499).
6750
a0bf2bcd
CY
6751 * dired-aux.el (dired-do-chmod): Don't provide initial input.
6752
f678e0b6
MR
67532011-09-14 Martin Rudalics <rudalics@gmx.at>
6754
6755 * window.el (display-buffer-window): Remove.
6756 (display-buffer-record-window): Use help-setup window parameter
6757 instead of variable display-buffer-window.
6758 (display-buffer-function, special-display-buffer-names)
6759 (special-display-function): Mention help-setup parameter instead
6760 of display-buffer-window in doc-string.
d3c30954
SM
6761 * help.el (help-window-setup): New argument help-window.
6762 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
6763 Reword some messages.
6764 (with-help-window): Pass window used for displaying the buffer
6765 to help-window-setup. Don't set display-buffer-window.
6766
8e39b2e8
GM
67672011-09-13 Glenn Morris <rgm@gnu.org>
6768
6769 * emacs-lisp/debug.el (debugger-make-xrefs):
6770 Preserve point. (Bug#9462)
6771
85e9c04b
CY
67722011-09-13 Chong Yidong <cyd@stupidchicken.com>
6773
6774 * window.el (window-deletable-p): Use next-frame.
6775
1b36ed6a
MR
67762011-09-13 Martin Rudalics <rudalics@gmx.at>
6777
6778 * window.el (window-auto-delete): Remove.
6779 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 6780 dedication and previous buffers.
1b36ed6a
MR
6781 (switch-to-prev-buffer): Don't delete window.
6782 (delete-windows-on): Delete a window's frame if and only if the
6783 window is dedicated.
6784 (replace-buffer-in-windows): Delete buffer's window or frame if
6785 and only if window is dedicated.
6786 (quit-window): Handle quit-restore as before last change.
4d61f28d 6787 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 6788
ef8ef9fb
CY
67892011-09-13 Chong Yidong <cyd@stupidchicken.com>
6790
6791 * window.el (window-deletable-p): Never delete the last frame on a
6792 given terminal.
6793
b2cba41e
GM
67942011-09-13 Glenn Morris <rgm@gnu.org>
6795
6796 * help.el (describe-key-briefly): Copy previous standard-output change.
6797
51553db6 67982011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
6799
6800 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
6801
b7556719
GM
68022011-09-13 Glenn Morris <rgm@gnu.org>
6803
6804 * emacs-lisp/lisp-mode.el (lisp-indent-function):
6805 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
6806
64b51947
CY
68072011-09-12 Chong Yidong <cyd@stupidchicken.com>
6808
6809 * dired-aux.el (dired-mark-read-string): Don't return default
6810 value on empty input (Bug#9361).
6811 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
6812 Omit initial minibuffer contents.
6813 (dired-do-chmod): Signal an error on empty input.
6814 (dired-mark-read-string): Don't return default on empty input.
6815
6816 * files.el (file-modes-symbolic-to-number): Doc fix.
6817
393a301e
SM
68182011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6819
6820 * international/mule-cmds.el (ucs-completions): Remove.
6821 (read-char-by-name): Use complete-with-action instead; add metadata.
6822
fa5660f9
CY
68232011-09-11 Chong Yidong <cyd@stupidchicken.com>
6824
6825 * window.el (display-buffer--action-function-custom-type)
6826 (display-buffer--action-custom-type): New vars.
6827 (display-buffer-alist, display-buffer-default-action)
6828 (display-buffer-overriding-action): Add defcustom types.
6829
4a592f66
CY
6830 * frame.el (delete-other-frames): Doc fix (Bug#276).
6831
73d56dbd
LMI
68322011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6833
6834 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
6835
37ac18a3
CY
68362011-09-11 Chong Yidong <cyd@stupidchicken.com>
6837
6838 Change modes that used same-window-* vars to use switch-to-buffer.
6839
6840 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
6841 Use switch-to-buffer.
6842
6843 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
6844 (customize-browse, custom-buffer-create-other-window):
6845 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
6846
6847 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
6848 (Info-prev, Info-up, Info-speedbar-goto-node)
6849 (info-display-manual): Use switch-to-buffer.
6850 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
6851
6852 * mail/sendmail.el (mail): Use switch-to-buffer.
6853 (mail-recover): Use switch-to-buffer-other-window.
6854
6855 * cmuscheme.el (run-scheme, switch-to-scheme):
6856 * ielm.el (ielm):
6857 * shell.el (shell):
6858 * net/rlogin.el (rlogin):
6859 * net/telnet.el (telnet, rsh):
6860 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
6861
10195bd6
AS
68622011-09-11 Andreas Schwab <schwab@linux-m68k.org>
6863
6864 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
6865
b322f63a
LMI
68662011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6867
39d7fed6
LMI
6868 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
6869 so don't mention it (bug#9301).
ba5a81f1 6870 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 6871
ee0e9f11
LMI
6872 * faces.el (face-spec-set-match-display): Make `(type graphic)'
6873 match `x', `w32' and `ns', like the manual says (bug#9029).
6874
0b1c89c1 6875 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
6876 (process-kill-buffer-query-function): Mention the buffer name in
6877 the query.
0b1c89c1 6878
77549ea8
LMI
6879 * image-mode.el (image-next-line): The line parameter is mandatory
6880 (bug#9258).
6881
803ef892
LMI
6882 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
6883 which can be useful (bug#9301).
6884
12980837
LMI
6885 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
6886
91054f8f
LMI
6887 * subr.el (match-string): Mention that the current buffer should
6888 be the same as the search was done in (bug#9282).
6889
b322f63a
LMI
6890 * facemenu.el: Disable the remove-* commands if the mark isn't
6891 active (bug#9162).
6892
3199b96f
CY
68932011-09-10 Chong Yidong <cyd@stupidchicken.com>
6894
6895 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
6896 of display-buffer.
6897 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
6898
6899 * replace.el (occur-mode-goto-occurrence)
6900 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
6901 and display-buffer.
6902
6903 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
6904 display-buffer.
6905
6906 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
6907 special-display and same-window variables.
6908 (mail-other-window): Use switch-to-buffer-other-window.
6909 (mail-other-frame): USe switch-to-buffer-other-frame.
6910
393a301e
SM
6911 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
6912 Use display-buffer-other-frame.
3199b96f
CY
6913 (gdb-display-gdb-buffer): Use pop-to-buffer.
6914
6915 * progmodes/gud.el (gud-goto-info): Use info-other-window.
6916
6917 * progmodes/python.el: Don't set same-window-buffer-names.
6918
6919 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
6920
6921 * window.el (display-buffer-alist): Add *Python*.
6922
8319e0bf
CY
69232011-09-10 Chong Yidong <cyd@stupidchicken.com>
6924
6925 * window.el (display-buffer-alist): Add entry for buffers
6926 previously handled same-window-*.
6927 (display-buffer-alist, display-buffer-default-action)
6928 (display-buffer-overriding-action): Mark as risky.
6929 (display-buffer-alist): Document action function changes.
6930 (display-buffer--same-window-action)
6931 (display-buffer--other-frame-action): New variables.
6932 (switch-to-buffer, display-buffer-other-frame): Use them.
6933 (display-buffer): Rename reuse-frame entry to reusable-frames.
6934 (display-buffer-reuse-selected-window): Function deleted.
6935 (display-buffer-reuse-window): Handle reusable-frames alist entry.
6936 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
6937 (display-buffer-special): New function.
6938 (display-buffer--maybe-pop-up-frame-or-window): Rename from
6939 display-buffer-reuse-or-pop-window. Split off special-display
6940 part into display-buffer-special.
6941 (display-buffer-use-some-window): Don't perform any special
6942 pop-up-frames handling.
6943 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 6944 (display-buffer--maybe-same-window): Rename from
0d3ff375 6945 display-buffer-maybe-same-window.
8319e0bf 6946
919a69aa
CY
6947 * info.el: Don't set same-window-regexps.
6948 (info-setup): New function.
6949 (info-other-window, info): Call it.
6950
6951 * cus-edit.el: Don't set same-window-regexps.
6952 (customize-group): New argument.
6953 (customize-group-other-window): Use it.
6954 (customize-face, customize-face-other-window): Likewise.
6955 (custom-buffer-create-other-window): Use pop-to-buffer directly.
6956
8319e0bf
CY
6957 * net/rlogin.el:
6958 * net/telnet.el:
6959 * progmodes/gud.el: Don't set same-window-regexps.
6960
6961 * cmuscheme.el:
6962 * ielm.el:
6963 * shell.el:
6964 * mail/sendmail.el:
6965 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
6966
25173000
JL
69672011-09-10 Juri Linkov <juri@jurta.org>
6968
6969 * isearch.el (isearch-edit-string): Remove obsolete mention of
6970 `C-w' (`isearch-yank-word-or-char') from docstring.
6971 (isearch-query-replace): Fix typo in docstring (bug#9466).
6972
056e44ef
JL
69732011-09-10 Juri Linkov <juri@jurta.org>
6974
6975 * paren.el (show-paren-function): Don't show escaped parens.
6976 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
6977
c3760c17
EZ
69782011-09-10 Eli Zaretskii <eliz@gnu.org>
6979
6980 * mail/sendmail.el (mml-to-mime, mml-attach-file)
6981 (mm-default-file-encoding): Remove autoload forms, they are
6982 replaced with autoload cookies in mml.el and mm-encode.el.
6983 (mail-add-attachment): New command.
6984 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
6985 (mail-mode): Mention mail-insert-file and mail-add-attachment in
6986 the doc string.
6987 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
6988
fece895e
RT
69892011-09-10 Reuben Thomas <rrt@sc3d.org>
6990
e69df516
SM
6991 * simple.el (count-words-region): Use buffer if there's no region
6992 (bug#9429).
fece895e 6993
5e68ce4a
JL
69942011-09-09 Juri Linkov <juri@jurta.org>
6995
6996 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
6997 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
6998 (wdired-isearch-filter-read-only): New function. (Bug#6362)
6999
0a6b9622
AM
70002011-09-09 Alan Mackenzie <acm@muc.de>
7001
7002 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
7003 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
7004
14a29deb
EZ
70052011-09-09 Eli Zaretskii <eliz@gnu.org>
7006
7007 Fix for Savannah bug#9392.
7008 * simple.el (mail-encode-mml): New defvar.
7009
7010 * mail/rmail.el (mail-encode-mml): Add a defvar.
7011 (rmail-enable-mime-composing): Default to t.
7012 (rmail-forward): Use MIME method of forwarding only if both
7013 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
7014 Set mail-encode-mml non-nil if the MIME method was used.
7015
7016 * mail/sendmail.el (mml-to-mime): Add autoload form.
7017 (mail-encode-mml): Add a defvar.
7018 (mail-mode): Make mail-encode-mml buffer-local and initialize it
7019 to nil.
7020 (mail-send): If mail-encode-mml is non-nil, run the outgoing
7021 message through mml-to-mime, and reset mail-encode-mml to nil.
7022
28c45130
GM
70232011-09-09 Glenn Morris <rgm@gnu.org>
7024
7025 * woman.el (woman-if-body): When processing an .el block,
7026 do not delete the next .el block as well. (Bug#9447)
69f4b618 7027 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 7028
9b1c252e
MR
70292011-09-08 Martin Rudalics <rudalics@gmx.at>
7030
7031 * window.el (window-deletable-p): Make sure window is live before
7032 invoking window-prev-buffers.
7033
567457e3
LL
70342011-09-08 Leo Liu <sdl.web@gmail.com>
7035
7036 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
7037
97f05794
JL
70382011-09-08 Juri Linkov <juri@jurta.org>
7039
7040 * progmodes/compile.el (compilation-environment): Make it
7041 a defcustom (bug#8340).
7042
8b0874b5
MR
70432011-09-08 Martin Rudalics <rudalics@gmx.at>
7044
7045 * window.el (frame-auto-delete): Rename to window-auto-delete.
7046 Make it control auto-deletion of windows and/or frames.
7047 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 7048 for deleting window/frame. (Bug#9419)
8b0874b5
MR
7049 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7050 Rewrite handling of case when window/frame can be deleted.
7051 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 7052 argument t. (Bug#9456)
8b0874b5 7053
4feb6e73
CY
70542011-09-07 Chong Yidong <cyd@stupidchicken.com>
7055
7056 * help-mode.el (help-mode): Restore autoload.
7057
91ab9c13
JL
70582011-09-07 Juri Linkov <juri@jurta.org>
7059
7060 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7061 `compilation-environment'. Set buffer-local
7062 `compilation-environment' to `thisenv' later after (funcall mode).
7063 (Bug#8340)
7064
7065 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
7066 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7067 instead of replacing its value. (Bug#8340)
7068
0527e251
JL
70692011-09-07 Juri Linkov <juri@jurta.org>
7070
7071 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7072 based on text properties put by `grep-filter' instead of matching
7073 escape sequences.
7074 (grep-mode): Set buffer-local `compilation-error-screen-columns'
7075 to the value of `grep-error-screen-columns' (bug#9438).
7076
249f792c
JL
70772011-09-07 Juri Linkov <juri@jurta.org>
7078
7079 * simple.el (next-error-highlight, next-error-highlight-no-select):
7080 Doc fix (bug#9432).
7081
ff7271b9
OT
70822011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7083
7084 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7085 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
7086
183fc730
LL
70872011-09-07 Leo Liu <sdl.web@gmail.com>
7088
7089 * net/rcirc.el (rcirc-mode): Conditionally initialize
7090 rcirc-input-ring.
7091
77694924
SM
70922011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7093
7094 * emacs-lisp/find-func.el (find-function-C-source): Only set
7095 find-function-C-source-directory after checking that we found a source
7096 file there (bug#9440).
7097
d809b8eb
AM
70982011-09-06 Alan Mackenzie <acm@muc.de>
7099
7100 * isearch.el (isearch-other-meta-char): Wherever a key list is
7101 unread, "unread" the prefix arg, too. This fixes bug #8901.
7102
453de99f
OG
71032011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7104
7105 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7106
90439906
JL
71072011-09-05 Juri Linkov <juri@jurta.org>
7108
7109 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7110
f62bd846
JL
71112011-09-05 Juri Linkov <juri@jurta.org>
7112
7113 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7114 keeping point where processing of grep matches begins, and
7115 continue to delete remaining escape sequences from the same point.
7116 (grep-filter): Make leading zero optional in "0?1;31m" because
7117 git-grep emits "\033[1;31m" escape sequences unlike expected
7118 "\033[01;31m" as GNU Grep does (bug#9408).
7119 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7120
045820ec
JL
71212011-09-05 Juri Linkov <juri@jurta.org>
7122
7123 * subr.el (y-or-n-p): Capitalize "yes".
7124
f5e29b9b
MA
71252011-09-04 Michael Albinus <michael.albinus@gmx.de>
7126
7127 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
7128 `tramp-cache-unload-hook' where appropriate.
7129 (tramp-methods): Rename `tramp-remote-sh' to
7130 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
7131 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7132
7133 * net/tramp-sh.el (top): Don't require 'shell.
7134 (tramp-methods): Add `tramp-remote-shell' and
7135 `tramp-remote-shell-args' entries.
7136 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7137 (tramp-sh-handle-shell-command): Remove.
7138 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7139 Use `tramp-remote-shell'.
7140
2784c434
CY
71412011-09-03 Chong Yidong <cyd@stupidchicken.com>
7142
393a301e 7143 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
7144 (sendmail-query-once): Save directly to send-mail-function.
7145 Update message-send-mail-function too.
7146
7147 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7148
464cdf56
CS
71492011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7150
7151 * progmodes/python.el (python-mode-map): Use correct function to
7152 start python interpreter from menu-bar (as reported by Geert
7153 Kloosterman).
7154 (inferior-python-mode-map): Fix typo.
393a301e 7155 (python-shell-map): Remove.
464cdf56 7156
d37e5c87
DD
71572011-09-03 Deniz Dogan <deniz@dogan.se>
7158
7159 * net/rcirc.el (rcirc-print): Simplify code for
7160 rcirc-scroll-show-maximum-output. There is no need to walk
7161 through all windows to find the right one.
7162
f3ada0ee
CS
71632011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7164
7165 * help.el (help-return-method): Doc fix.
7166
1f3c99ca
MR
71672011-09-03 Martin Rudalics <rudalics@gmx.at>
7168
7169 * window.el (window-deletable-p): Don't return a non-nil value
7170 when there's a buffer that was shown in the window before.
7171 (Bug#9419)
393a301e
SM
7172 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7173 Set window's previous buffers to nil.
1f3c99ca 7174
a3cf097f
EZ
71752011-09-03 Eli Zaretskii <eliz@gnu.org>
7176
7177 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
7178 newline before and after the tag line, so it doesn't interfere
7179 with determining the paragraph direction of bidirectional text.
7180
3d03de90
LL
71812011-09-03 Leo Liu <sdl.web@gmail.com>
7182
7183 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
7184
c3313451
CY
71852011-09-02 Chong Yidong <cyd@stupidchicken.com>
7186
393a301e 7187 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
7188 (pop-to-buffer): Change interactive spec. Pass second argument
7189 directly to display-buffer.
7190 (display-buffer): Fix interactive spec. Use functionp to
7191 distinguish between a function and a list of functions.
7192
7193 * abbrev.el (edit-abbrevs):
7194 * arc-mode.el (archive-extract):
7195 * autoinsert.el (auto-insert):
7196 * bookmark.el (bookmark-bmenu-list):
7197 * files.el (find-file):
7198 * view.el (view-buffer):
7199 * progmodes/compile.el (compilation-goto-locus):
7200 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
7201
89894cd8
CY
72022011-09-02 Chong Yidong <cyd@stupidchicken.com>
7203
7204 * window.el (display-buffer-alist): Doc fix.
7205 (display-buffer): Add docstring. Don't treat
7206 display-buffer-default specially.
7207 (display-buffer-reuse-selected-window)
7208 (display-buffer-same-window, display-buffer-maybe-same-window)
7209 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7210 (display-buffer-pop-up-window)
7211 (display-buffer-reuse-or-pop-window)
7212 (display-buffer-use-some-window): New functions.
7213 (display-buffer-default-action): Use them.
393a301e 7214 (display-buffer-default): Delete.
89894cd8
CY
7215 (pop-to-buffer-1): Fix choice of actions.
7216
ae0bc9fb
SM
72172011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7218
7219 * minibuffer.el (completion--insert-strings): Don't get confused by
7220 completion entries that end with an LF char.
7221
e9d90883
EZ
72222011-09-01 Eli Zaretskii <eliz@gnu.org>
7223
7224 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
7225
437014c8
CY
72262011-09-01 Chong Yidong <cyd@stupidchicken.com>
7227
7228 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
7229 (display-buffer-same-window, display-buffer-other-window):
7230 New functions.
437014c8
CY
7231 (pop-to-buffer-1): New function. Use the above.
7232 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 7233 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
7234
7235 * view.el (view-buffer-other-window, view-buffer-other-frame):
7236 Just use pop-to-buffer.
7237
a5e063d5
TV
72382011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7239
7240 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
7241
793d32bb
WH
72422011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
7243
7244 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
7245
d65e4c15
RS
72462011-08-31 Richard Stallman <rms@gnu.org>
7247
7248 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7249 of the separation of rmail-view-buffer from rmail-buffer.
7250 If you say no to "replace original", the decrypt is in the
7251 view buffer. If you say yes, the decrypt goes into the
7252 rmail buffer also.
7253
f818cd2a
MR
72542011-08-31 Martin Rudalics <rudalics@gmx.at>
7255
7256 * window.el (display-buffer-window): Rewrite doc-string.
7257 (display-buffer-record-window): New function.
7258 (display-buffer-macro-specifiers)
7259 (display-buffer-even-window-sizes, display-buffer-set-height)
7260 (display-buffer-set-width, display-buffer-in-window)
7261 (display-buffer-reuse-window, display-buffer-split-specifiers)
7262 (display-buffer-side-specifiers, display-buffer-split-window-1)
7263 (display-buffer-split-window, display-buffer-split-atom-window)
7264 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7265 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7266 (display-buffer-other-window-means-other-frame)
7267 (display-buffer-normalize-special)
7268 (display-buffer-normalize-default)
7269 (display-buffer-normalize-argument)
7270 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7271 (display-buffer-normalize-specifiers, display-buffer-frame)
7272 (display-buffer-same-window, display-buffer-same-frame)
7273 (display-buffer-other-window)
7274 (display-buffer-same-frame-other-window)
7275 (display-buffer-other-frame, pop-to-buffer-same-window)
7276 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7277 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7278 (switch-to-buffer-same-frame)
7279 (switch-to-buffer-other-window-same-frame)
7280 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7281 (display-buffer-alist-set-1, display-buffer-alist-set-2)
7282 (display-buffer-alist-set): Remove.
7283 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
7284 (special-display-regexps, special-display-function):
7285 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
7286 parameter.
7287 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
7288 (special-display-frame-alist, special-display-popup-frame)
7289 (same-window-buffer-names, same-window-regexps, same-window-p)
7290 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7291 (split-window-preferred-function, split-height-threshold)
7292 (split-width-threshold, window-splittable-p)
7293 (split-window-sensibly, window--try-to-split-window)
7294 (window--frame-usable-p, even-window-heights)
7295 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
7296 (window--display-buffer-2, display-buffer-other-frame):
7297 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
7298 (display-buffer-default, display-buffer-assq-regexp): New functions.
7299 (display-buffer-alist): Rewrite doc-string.
7300 (display-buffer-default-action)
7301 (display-buffer-overriding-action): New variables.
7302 (display-buffer, switch-to-buffer): Rewrite.
7303 (pop-to-buffer): Restore Emacs 23 behavior but use
7304 window-normalize-buffer-to-display.
7305 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7306 Restore Emacs 23 behavior but use
7307 window-normalize-buffer-to-switch-to.
7308 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
7309 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
7310 Rewrite using Emacs 23 options.
f818cd2a 7311
5bc3b51d
MA
73122011-08-31 Michael Albinus <michael.albinus@gmx.de>
7313
7314 * net/tramp.el (tramp-root-regexp): Remove.
7315 (tramp-completion-file-name-regexp-unified)
7316 (tramp-completion-file-name-regexp-separate)
7317 (tramp-completion-file-name-regexp-url): Don't use leading volume
7318 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
7319 (tramp-drop-volume-letter): Simplify definition.
7320 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 7321
b1a4f8e1
SM
73222011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
7325 (bug#9356).
7326
5664fa7b
RT
73272011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
7328
b1a4f8e1 7329 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 7330
9a45d6c3
JL
73312011-08-29 Juri Linkov <juri@jurta.org>
7332
7333 * isearch.el (isearch-done): Don't display message "Mark saved"
7334 when arg `edit' is non-nil to prevent its flicker in the echo area.
7335
fb87e0fb
CY
73362011-08-28 Chong Yidong <cyd@stupidchicken.com>
7337
7338 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
7339 obsolete packages for deletion.
7340
09ac1c2a
CS
73412011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
7342
7343 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 7344 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
7345 view-mode from help-mode.
7346 (help-xref-override-view-map): Remove.
7347 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
7348 view-mode is not used anymore.
7349
7a1ff57f
CY
73502011-08-28 Chong Yidong <cyd@stupidchicken.com>
7351
7352 * server.el (server-port): Doc fix.
7353
b9696605
CY
7354 * cus-theme.el (custom-theme-choose-mode): Inherit from
7355 special-mode (Bug#9124).
7356 (custom-theme-choose-mode-map): Add special-mode to parent.
7357
ef8cdf8c
AM
73582011-08-28 Alan Mackenzie <acm@muc.de>
7359
7360 * progmodes/cc-fonts.el
7361 (c-make-font-lock-BO-decl-search-function): New function.
7362 (c-basic-matchers-after - "Fontify the clauses after various
7363 keywords"): Extract the three keyword lists for the 3 erroneous
7364 constructs from the list of four, and use the new function above
7365 in place of an old one.
7366
27de4e20
DD
73672011-08-28 Deniz Dogan <deniz@dogan.se>
7368
7369 * net/rcirc.el (rcirc-insert-prev-input)
7370 (rcirc-insert-next-input): Remove unused argument.
7371
356a3681
SM
73722011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7373
7374 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7375
3fc9b218
AM
73762011-08-27 Alan Mackenzie <acm@muc.de>
7377
7378 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7379 handle function pointer parameters properly.
7380
538a061c
MR
73812011-08-27 Martin Rudalics <rudalics@gmx.at>
7382
7383 * window.el (display-buffer-reuse-window): Fix case where
7384 selected window was reused with non-nil OTHER-WINDOW argument.
7385 (Bug#9381)
7386
35b1c40c
DD
73872011-08-27 Deniz Dogan <deniz@dogan.se>
7388
7389 * net/rcirc.el (rcirc-check-auth-status): Adding support for
7390 oftc's NickServ messages.
7391
2f6a3e79
GM
73922011-08-27 Glenn Morris <rgm@gnu.org>
7393
7394 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
7395
7254299e
CY
73962011-08-26 Chong Yidong <cyd@stupidchicken.com>
7397
7398 * emacs-lisp/package.el (package-install): Call package-initialize
7399 if called interactively.
7400
f8ccf167
LL
74012011-08-26 Leo Liu <sdl.web@gmail.com>
7402
7403 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
7404
3e8cd5ce
JL
74052011-08-25 Juri Linkov <juri@jurta.org>
7406
7407 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7408 `search-whitespace-regexp' (bug#9364).
7409
93eb7113
JL
74102011-08-25 Juri Linkov <juri@jurta.org>
7411
7412 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7413 `regexp-search-ring' to their global values to protect from
7414 updating by `read-from-minibuffer' (bug#9185).
7415
f65d1611
JL
74162011-08-25 Juri Linkov <juri@jurta.org>
7417
7418 * textmodes/ispell.el (ispell-command-loop): Add newline
7419 at the end of the "Use option `i'..." line.
7420
f1cf7a31
JL
74212011-08-25 Juri Linkov <juri@jurta.org>
7422
7423 * battery.el (display-battery-mode): If `battery-status-function'
7424 or `battery-mode-line-format' is nil, display the message and set
7425 `display-battery-mode' to nil (bug#9363).
7426
0c95fcf7
EZ
74272011-08-25 Eli Zaretskii <eliz@gnu.org>
7428
7429 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7430 bidi-string-mark-left-to-right; they are unnecessary now.
7431
a2ebe600
DD
74322011-08-25 Deniz Dogan <deniz@dogan.se>
7433
7434 * net/quickurl.el: Documentation typo fixes.
7435
e4ed06f1
CY
74362011-08-25 Chong Yidong <cyd@stupidchicken.com>
7437
7438 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7439
e5f1c99e
GM
74402011-08-25 Glenn Morris <rgm@gnu.org>
7441
b2948976
GM
7442 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7443
e5f1c99e
GM
7444 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7445 (smtpmail-via-smtp): Handle nil response from smtp.
7446
f22f4808
JL
74472011-08-24 Juri Linkov <juri@jurta.org>
7448
7449 * proced.el (proced-marked): Inherit from `error' instead of
7450 `font-lock-warning-face'.
7451
7452 * ibuffer.el (ibuffer-marked-face): Change default face from
7453 `font-lock-warning-face' to `warning'.
7454 (ibuffer-deletion-face): Change default face from
7455 `font-lock-type-face' to `error'.
7456
7457 * battery.el (battery-update): Use the face `error' instead of
7458 `font-lock-warning-face' (bug#6117).
7459
6a93965e
JL
74602011-08-24 Juri Linkov <juri@jurta.org>
7461
7462 * faces.el (success): Change face color from "Green3" to
7463 "ForestGreen" on light background (bug#9353).
7464
1ed43b09
CY
74652011-08-24 Chong Yidong <cyd@stupidchicken.com>
7466
5664fa7b
RT
7467 * window.el (quit-window): Rename from quit-restore-window.
7468 Use same arglist as old quit-window.
1ed43b09
CY
7469 (frame-auto-delete): Doc fix.
7470
7471 * view.el (view-mode-exit): Use quit-window.
7472
11dcdbb2
JL
74732011-08-24 Juri Linkov <juri@jurta.org>
7474
7475 * isearch.el (isearch-ring-adjust1): Start visiting previous
7476 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7477 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7478 for empty search string (when the last search string is reused
7479 automatically) to adjust the isearch ring to the last element and
7480 prepare the correct index for further M-p commands (bug#9185).
7481
de62b4df
KH
74822011-08-24 Kenichi Handa <handa@m17n.org>
7483
7484 * international/ucs-normalize.el: If decomposition property of
7485 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7486 nil.
7487 (nfd, nfkd): Likewise.
7488
963b492b
SM
74892011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7490
7491 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7492 from process filters aren't reliably transmitted to the surrounding
7493 accept-process-output.
7494 (mpc-proc-check): New function.
7495 (mpc-proc-sync): Use it (bug#8293)
7496
93b6b5e1
SM
74972011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7498
7499 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7500 Add compatibility functions (bug#9313).
7501
bca633fb
EZ
75022011-08-23 Eli Zaretskii <eliz@gnu.org>
7503
b177498a
EZ
7504 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7505
6df6ae42 7506 * international/uni-bidi.el: Regenerate.
bca633fb 7507
0902a04e
KH
75082011-08-23 Kenichi Handa <handa@m17n.org>
7509
7510 * international/charprop.el:
7511 * international/uni-bidi.el:
7512 * international/uni-category.el:
7513 * international/uni-combining.el:
7514 * international/uni-comment.el:
7515 * international/uni-decimal.el:
7516 * international/uni-decomposition.el:
7517 * international/uni-digit.el:
7518 * international/uni-lowercase.el:
7519 * international/uni-mirrored.el:
7520 * international/uni-name.el:
7521 * international/uni-numeric.el:
7522 * international/uni-old-name.el:
7523 * international/uni-titlecase.el:
7524 * international/uni-uppercase.el: Regenerate.
7525
3bbf23bc
MR
75262011-08-23 Martin Rudalics <rudalics@gmx.at>
7527
7528 * help.el (help-window-setup): Fix message displayed when other
7529 window is reused. (Bug#9341)
7530
b3fd59bd
SM
75312011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7532
1802e444
SM
7533 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7534 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7535
b3fd59bd
SM
7536 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7537 Mark obsolete.
7538 * shell.el (shell-parse-pcomplete-arguments): New function.
7539 (shell-completion-vars): Use it instead (bug#9160).
7540
4eb61348
SM
75412011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7542
867cab74
SM
7543 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7544 strings and comments (bug#9333).
7545
4eb61348
SM
7546 * emacs-lisp/debug.el (debug-arglist): New function.
7547 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7548 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7549
262a1439
JL
75502011-08-22 Juri Linkov <juri@jurta.org>
7551
56ee679c
JL
7552 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7553 Revert regexp that highlights output switches to its old
7554 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7555
262a1439
JL
7556 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7557 to check for empty output (bug#9226).
7558
f13f86fb
CY
75592011-08-22 Chong Yidong <cyd@stupidchicken.com>
7560
7561 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7562 symbol-constituent as the default, as that stops font-lock from
7563 working properly (Bug#8843).
7564
c65c9622
LMI
75652011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7566
7567 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7568 `coding-system-for-*' around the process open call to avoid
7569 auth-source side effects.
e7f2c178 7570 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
7571 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7572 probe hangs.
c65c9622 7573
23a8a5ab
CY
75742011-08-21 Chong Yidong <cyd@stupidchicken.com>
7575
ff98b2dd
CY
7576 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7577
23a8a5ab
CY
7578 * emacs-lisp/find-func.el (find-function-noselect): New arg
7579 lisp-only.
7580
7581 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7582 signal an error for built-in functions (Bug#6664).
7583
f5e3c598
LMI
75842011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7585
7586 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7587 (smtpmail-try-auth-methods): Use it.
7588
a3f2468a
CY
75892011-08-21 Chong Yidong <cyd@stupidchicken.com>
7590
2c34e8da
CY
7591 * font-lock.el (font-lock-fontify-region)
7592 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7593 (font-lock-default-unfontify-buffer)
7594 (font-lock-default-fontify-region)
7595 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7596
b3fd59bd
SM
7597 * progmodes/compile.el (compilation-error-properties):
7598 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7599 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7600 `ant' regexp.
ee31aabc 7601
a3f2468a
CY
7602 * net/browse-url.el (browse-url-firefox): Don't call
7603 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7604
8e999f70
GM
76052011-08-20 Glenn Morris <rgm@gnu.org>
7606
c21a496a
GM
7607 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7608
59ee0542
GM
7609 * tutorial.el (tutorial--default-keys): Update some default bindings.
7610
8e999f70
GM
7611 * files.el (hack-local-variables): Fully ignore case for "mode:".
7612
e3715033
AM
76132011-08-20 Alan Mackenzie <acm@muc.de>
7614
7615 Resolve invalid use of a regexp in regexp-opt.
7616
4d61f28d
JB
7617 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7618 detection for a java annotation.
e3715033 7619
4d61f28d 7620 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
7621 detection for a java annotation.
7622
4d61f28d
JB
7623 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7624 handling for java.
e3715033
AM
7625 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7626
04ed2e9c
CY
76272011-08-20 Chong Yidong <cyd@stupidchicken.com>
7628
7629 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7630 (Bug#9274).
7631
826cee64
AM
76322011-08-20 Alan Mackenzie <acm@muc.de>
7633
58179cce 7634 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
7635 such a construct. Mainly for when jit-lock etc. starts a chunk
7636 here.
7637
58179cce 7638 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 7639 variable.
58179cce 7640 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
7641 c-make-font-lock-search-function.
7642 (c-make-font-lock-search-function): Use the above function.
7643 (c-make-font-lock-context-search-function): New function.
7644 (c-cpp-matchers): Enhance the preprocessor expression case with
7645 the above function
7646 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7647 which takes an expression.
7648
7649 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7650
13009bd8
MR
76512011-08-20 Martin Rudalics <rudalics@gmx.at>
7652
7653 * window.el (display-buffer-reuse-window)
7654 (display-buffer-pop-up-window): Don't reuse or split a side
7655 window.
7656
9234ff7f
GM
76572011-08-19 Glenn Morris <rgm@gnu.org>
7658
7659 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 7660 Downcase "Mode:". (Bug#9331)
9234ff7f 7661
f635daa1
CY
76622011-08-18 Chong Yidong <cyd@stupidchicken.com>
7663
7664 * international/characters.el: Add L and R categories.
7665
7666 * subr.el (bidi-string-mark-left-to-right): Rename from
7667 string-mark-left-to-right. Use category search.
7668
7669 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7670
bc987f8b
JL
76712011-08-18 Juri Linkov <juri@jurta.org>
7672
7673 * faces.el (error, warning, success): New faces with definitions
7674 copied from old default values of `font-lock-warning-face',
7675 `compilation-warning', `compilation-info' (bug#6117).
7676
7677 * font-lock.el (font-lock-warning-face): Inherit from `error'.
7678
7679 * progmodes/compile.el (compilation-error): Inherit from `error'.
7680 (compilation-warning): Inherit from `warning'.
7681 (compilation-info): Inherit from `success'.
7682
7683 * dired.el (dired-marked): Inherit from `warning'.
7684 (dired-flagged): Inherit from `error'.
7685
57173b96
LMI
76862011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7687
3e79eb87
LMI
7688 * mail/smtpmail.el (auth-source): Require to avoid problems with
7689 binding variables (bug#9298). Also clean up some unused
7690 autoloads.
7691
b3fd59bd
SM
7692 * net/network-stream.el (network-stream-open-starttls):
7693 Support using starttls.el without using gnutls-cli.
57173b96 7694
02b404de
JL
76952011-08-17 Juri Linkov <juri@jurta.org>
7696
7697 * progmodes/grep.el (rgrep): Handle the case when
7698 `grep-find-command' is a cons cell (bug#9278).
7699
8c9177f2
MR
77002011-08-17 Martin Rudalics <rudalics@gmx.at>
7701
7702 * window.el (display-buffer-pop-up-frame): Run frame creation
7703 function with BUFFER current (as special-display-popup-frame
7704 does). Reported by Drew Adams.
7705
3644a0ab
DU
77062011-08-17 Daiki Ueno <ueno@unixuser.org>
7707
7708 * epa-mail.el: Simplify GnuPG group expansion using
7709 epg-expand-group.
7710 (epa-mail-group-alist, epa-mail-group-modtime)
7711 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7712 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7713 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7714 Remove.
7715
5e617bc2 77162011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
7717
7718 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7719
9c4aeabf
AM
77202011-08-16 Alan Mackenzie <acm@muc.de>
7721
7722 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7723 Correct, to avoid the inside of macros.
7724
3a99bf64
RS
77252011-08-16 Richard Stallman <rms@gnu.org>
7726
04963aa8
RS
7727 * epa-mail.el: Handle GnuPG group definitions.
7728 (epa-mail-group-alist, epa-mail-group-modtime)
7729 (epa-mail-gnupg-conf-file): New variables.
7730 (epa-mail-parse-groups, epa-mail-sync-groups)
7731 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7732 (epa-mail-expand-recipients): New functions.
7733 (epa-mail-encrypt): Call epa-mail-expand-recipients.
7734
177549d0
RS
7735 * mail/rmail.el (rmail-epa-decrypt): New command.
7736
fe38beef
RS
7737 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7738 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
7739 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7740 (epa-decrypt-armor-in-region): Make error message clearer.
7741
934eacb9
SM
77422011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7743
7744 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7745 and "a2b" to "ab" for `prefix'.
7746
d024fb4e
CY
77472011-08-14 Chong Yidong <cyd@stupidchicken.com>
7748
7749 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7750 filter groups.
de148fee
CY
7751 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
7752 Fourquet (Bug#8804).
d024fb4e 7753
62f1ca49
JB
77542011-08-12 Juanma Barranquero <lekktu@gmail.com>
7755
7756 * startup.el (argi): Declare as global variable (bug#9275).
7757
9ccaaa4b
CY
77582011-08-12 Chong Yidong <cyd@stupidchicken.com>
7759
7760 * subr.el (string-mark-left-to-right): Search the entire string
7761 for RTL script, not just the terminating character. Doc fix.
7762
a3dae87a
SM
77632011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7764
6cd18349
SM
7765 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
7766 New function.
7767 (js--regexp-literal, js-syntax-propertize-function): Remove.
7768 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
7769 (js-mode-map): Don't rebind electric keys.
7770 (js-insert-and-indent): Remove.
7771 (js-mode): Setup electric-layout and electric-indent instead.
7772
a3dae87a
SM
7773 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
7774
9d5cb631
DU
77752011-08-12 Daiki Ueno <ueno@unixuser.org>
7776
7777 * epa.el (epa-progress-callback-function): Fix the logic of
7778 displaying progress.
7779 * epa-file.el (epa-file-insert-file-contents): Make progress
7780 display more user-friendly.
7781 (epa-file-write-region): Ditto.
7782
3e26a4a2
CY
77832011-08-10 Chong Yidong <cyd@stupidchicken.com>
7784
7785 * subr.el (string-mark-left-to-right): New function.
7786
7787 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
7788 Use string-mark-left-to-right.
7789 (list-buffers-noselect): Caller changed.
7790
a3dae87a
SM
7791 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7792 Use string-mark-left-to-right.
3e26a4a2
CY
7793 (tabulated-list-print): Recenter after moving point.
7794
ac8cf6e6
JL
77952011-08-10 Juri Linkov <juri@jurta.org>
7796
7797 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
7798 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
7799 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
7800
8d96c9a4
CY
78012011-08-09 Chong Yidong <cyd@stupidchicken.com>
7802
7803 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
7804 (Bug#7554).
7805
7be1c708 78062011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
7807
7808 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
7809 character. (Bug#6594)
7810
37e11a63
CY
78112011-08-08 Chong Yidong <cyd@stupidchicken.com>
7812
839dde57
CY
7813 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
7814 (image-dired--with-db-file): New macro.
7815 (image-dired-write-tags, image-dired-remove-tag)
7816 (image-dired-create-gallery-lists, image-dired-write-comments)
7817 (image-dired-get-comment, image-dired-mark-tagged-files)
7818 (image-dired-list-tags, image-dired-gallery-generate): Use it.
7819 (image-dired-gallery-generate): Use insert-file-contents.
7820
37e11a63
CY
7821 * time.el (display-time-world-list, display-time-world-display):
7822 * time-stamp.el (time-stamp-string):
7823 * vc/add-log.el (add-change-log-entry): Use setenv instead of
7824 set-time-zone-rule (Bug#7337).
7825
0b4946c4
DU
78262011-08-08 Daiki Ueno <ueno@unixuser.org>
7827
7828 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
7829 (epg-error-to-string, epg-errors-to-string): New function.
7830 (epg-wait-for-completion): Reverse errors list.
7831 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
7832 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
7833 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
7834 (epg-sign-keys, epg-generate-key-from-file)
7835 (epg-generate-key-from-string): Format errors by using
7836 epg-errors-to-string (bug#9255).
7837 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
7838
75bfc667
JL
78392011-08-07 Juri Linkov <juri@jurta.org>
7840
7841 * faces.el (list-faces-display): Remove extra angle bracket
7842 from `help-mode-map'.
7843
7844 * info.el (Info-history-toc-nodes): Doc fix.
7845
7846 * longlines.el (longlines-mode): Doc fix.
7847
673e08bb
SM
78482011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7849
4640dd88
SM
7850 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
7851 of statements and in a few more cases (bug#9183).
7852
673e08bb
SM
7853 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
7854 New functions.
7855 (cl-transform-lambda): Use them (bug#9239).
7856
89b3f019
MR
78572011-08-05 Martin Rudalics <rudalics@gmx.at>
7858
7859 * window.el (display-buffer-same-window)
7860 (display-buffer-same-frame, display-buffer-other-window)
7861 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7862 (pop-to-buffer-other-window)
7863 (pop-to-buffer-same-frame-other-window)
7864 (pop-to-buffer-other-frame): Make them defuns.
7865 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
7866
640c8776
SM
78672011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7868
7869 * subr.el (make-composed-keymap): Move from C. Change calling
7870 convention, and improve docstring to bring attention to a subtle point.
7871 * minibuffer.el (completing-read-default): Adjust accordingly.
7872
63648a95
MA
78732011-08-03 Michael Albinus <michael.albinus@gmx.de>
7874
7875 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7876 (tramp-open-shell): Use `tramp-shell-quote-argument'.
7877
7878 * net/trampver.el: Update release number.
7879
b796c9b7
SM
78802011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7881
7882 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
7883 "in" (bug#9190).
7884
2239d7d5
LMI
78852011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7886
e07dd7c3
LMI
7887 * mail/sendmail.el (sendmail-query-once): Restore the current
7888 buffer after querying (bug#9074).
7889
0e6a2bd7
LMI
7890 * dired.el (dired-flagged): Use different faces for marked and
7891 flagged files (bug#6117).
7892
ce887515
LMI
7893 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
7894 (bug#4433).
7895
92f2affc
LMI
7896 * ido.el (ido-mode): Switch off the message if called
7897 non-interactively.
7898
57d5aff0
LMI
7899 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
7900 before 587, since it appears that that's more likely to work for
7901 more people.
7902
98cd6c18 7903 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 7904 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
7905 exist.
7906
b96dec83
LMI
7907 * info.el: Remove the `Info-beginning-of-buffer' function
7908 (bug#8325).
7909
b796c9b7
SM
7910 * net/network-stream.el (network-stream-open-starttls):
7911 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 7912
d90e2ea0
MR
79132011-08-01 Martin Rudalics <rudalics@gmx.at>
7914
7915 * window.el (display-buffer-in-window): Don't set dedicated status
7916 of window here (Bug#9215).
7917 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7918 (display-buffer-pop-up-side-window)
b796c9b7 7919 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 7920
cca09170
SM
79212011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7922
7923 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
7924 before binding generated-autoload-file.
7925
027b979c
DD
79262011-08-01 Deniz Dogan <deniz@dogan.se>
7927
7928 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
7929
3c7ee4f3
MA
79302011-07-30 Michael Albinus <michael.albinus@gmx.de>
7931
7932 Sync with Tramp 2.2.2.
7933
7934 * net/trampver.el: Update release number.
7935
2cc8e51a
JL
79362011-07-30 Juri Linkov <juri@jurta.org>
7937
7938 * dired-aux.el (dired-touch-initial): Remove function.
7939 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
7940 current time, and `default' to the last modification time of the
7941 current marked file (bug#6887).
7942
a514d856
JM
79432011-07-28 Jose E. Marchesi <jemarch@gnu.org>
7944
7945 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 7946 numeric argument to read-number (bug#9163).
a514d856 7947
8a7eddd7
MA
79482011-07-27 Michael Albinus <michael.albinus@gmx.de>
7949
7950 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
7951 connection process, it could be nil.
7952
1ddd96f5
LL
79532011-07-27 Leo Liu <sdl.web@gmail.com>
7954
7955 Simplify url handling in rcirc-mode.
7956
7957 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
7958 (rcirc-browse-url-at-mouse): Remove.
7959 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
7960
b248a85d
AM
79612011-07-26 Alan Mackenzie <acm@muc.de>
7962
7963 Fontify bitfield declarations properly.
7964
7965 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
7966 (c-symbol-chars): Now exported as a lang variable.
7967 (c-not-primitive-type-keywords): New lang variable.
7968
7969 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
7970 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 7971 parsed as a bitfield declaration.
b248a85d 7972
b796c9b7
SM
7973 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7974 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
7975 (c-punctuation-in): New function.
7976 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
7977 declarations properly.
7978
68575ab0
UJ
79792011-07-26 Ulf Jasper <ulf.jasper@web.de>
7980
7981 * calendar/icalendar.el (icalendar--all-events): Take care of
7982 multiple vcalendars in a single file.
b796c9b7 7983 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 7984
0f0a88b9
DD
79852011-07-25 Deniz Dogan <deniz@dogan.se>
7986
7987 * image.el (insert-image): Clarifying docstring.
7988
0b3f36df
MA
79892011-07-24 Michael Albinus <michael.albinus@gmx.de>
7990
7991 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
7992 `tramp-send-command-and-check' if there is no error.
7993 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
7994
a9901f61
AM
79952011-07-22 Alan Mackenzie <acm@muc.de>
7996
7997 Prevent cc-langs.elc being loaded at run time.
7998
7999 * progmodes/cc-mode.el: Remove two autoload forms which loaded
8000 cc-langs.
8001
4d61f28d 8002 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
8003 "(require 'cc-langs)". Quote a form so it will evaluate at
8004 (cc-mode's) compilation time.
8005
11d074b2
MA
80062011-07-22 Michael Albinus <michael.albinus@gmx.de>
8007
8008 * net/tramp.el (tramp-file-name-handler): Avoid recursive
8009 loading. (Bug#9114)
8010
938b94c8
MR
80112011-07-21 Martin Rudalics <rudalics@gmx.at>
8012
8013 * window.el (display-buffer-pop-up-window)
8014 (display-buffer-pop-up-side-window)
8015 (display-buffer-in-side-window): Call display-buffer-set-height
8016 and display-buffer-set-width after setting the new window's
b796c9b7 8017 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 8018
bfa4f190
SS
80192011-07-20 Sam Steingold <sds@gnu.org>
8020
8021 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
8022 (etags-tags-included-tables): Call `convert-standard-filename' on
8023 the file names contained in TAGS so that windows Emacs can handle
8024 TAGS files created by cygwin ctags.
8025
8ca42262
LMI
80262011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8027
8028 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
8029 which apparently didn't work.
8030
5db2afd2 80312011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 8032
5db2afd2
RW
8033 * proced.el (proced-send-signal): For *Marked Processes* buffer
8034 put point at beginning of buffer.
8035
92e15d10
SB
80362011-07-19 Stephen Berman <stephen.berman@gmx.net>
8037
8038 * proced.el (proced-format): Make header lines align with the text
8039 (bug#1779).
8040
1bfd59e5
LMI
80412011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8042
8043 * view.el (view-buffer): Allow running in `special' modes if we're
8044 visiting a file (bug#8615).
8045
f5aae37c
MR
80462011-07-19 Martin Rudalics <rudalics@gmx.at>
8047
8048 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
8049 (display-buffer-alist-set-1, display-buffer-alist-set-2):
8050 New functions.
f5aae37c
MR
8051 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8052 more accurately.
8053
bf2c1571
AM
80542011-07-18 Alan Mackenzie <acm@muc.de>
8055
8056 Fontify declarators properly when, e.g., a jit-lock chunk begins
8057 inside a declaration.
8058
8059 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8060
b796c9b7
SM
8061 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8062 New function.
bf2c1571
AM
8063 (c-complex-decl-matchers): Insert reference to
8064 c-font-lock-enclosing-decls.
8065
8066 * progmodes/cc-engine.el (c-backward-single-comment):
8067 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8068 to nil around calls to (forward-comment -1).
8069
4e190b80
LMI
80702011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8071
12dc863d
LMI
8072 * image.el (put-image): Doc typo fix.
8073
a762e966
LMI
8074 * progmodes/etags.el (tags-search): Doc typo fix.
8075
4e190b80
LMI
8076 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8077 password if we get errors 550 to 554.
8078
f019fb21
LMI
80792011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8080
b796c9b7 8081 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 8082
81746738
LMI
8083 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8084 indentation character (bug#6380).
8085
3ee3a1b5
LMI
8086 * files.el (buffer-offer-save): Made permanently local (bug#6241).
8087
c82f64de
LMI
8088 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8089 to clarify what the problem is (bug#4291).
8090
f019fb21
LMI
8091 * simple.el (current-kill): Clarify what
8092 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
8093 (auto-fill-mode): Document `auto-fill-function' in relation to
8094 `auto-fill-mode' (bug#2470).
f019fb21 8095
0794775d
LM
80962011-07-16 Lawrence Mitchell <wence@gmx.li>
8097
8098 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8099 method if slot is read-only (bug#9035).
8100
be39b8cc
MR
81012011-07-16 Martin Rudalics <rudalics@gmx.at>
8102
b796c9b7 8103 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 8104 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
8105 selected before, see discussion of (Bug#8615), (Bug#6954).
8106 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 8107
6ccf7859
GM
81082011-07-15 Glenn Morris <rgm@gnu.org>
8109
8110 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 8111 Respect help-form.
6ccf7859 8112
87e86684
LM
81132011-07-09 Lawrence Mitchell <wence@gmx.li>
8114
8115 * net/gnutls.el (gnutls-min-prime-bits): New variable.
8116 (gnutls-negotiate): Use it.
8117
d6066239
LMI
81182011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8119
b796c9b7
SM
8120 * net/gnutls.el (gnutls-negotiate):
8121 Upcase `gnutls-algorithm-priority'.
d6066239 8122
bd23ebc0
GM
81232011-07-15 Glenn Morris <rgm@gnu.org>
8124
c65bca65
GM
8125 * jka-compr.el (jka-compr-verbose): Move from here...
8126 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
8127 Add missing :version tag.
8128 * info.el: No need to require jka-compr when compiling.
bd23ebc0 8129
478615cc
LMI
81302011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8131
7b41decb
LMI
8132 * net/gnutls.el (gnutls-algorithm-priority): New variable.
8133 (gnutls-negotiate): Use it.
8134
dbc44fcd
LMI
8135 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8136
06789f97
LMI
8137 * info.el (Info-beginning-of-buffer): New command.
8138 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8139 announcing `b' as the key (bug#8325).
ab896c37 8140 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 8141
c39da690
LMI
8142 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8143
3aa5f34b
LMI
8144 * international/mule-cmds.el
8145 (describe-specified-language-support): Make the error message
8146 clearer (bug#8905).
8147
4bf0979f
LMI
8148 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8149
478615cc
LMI
8150 * isearch.el (isearch-barrier): Add a doc string, since it's
8151 mentioned in a function doc string (bug#8678).
8152
75c68aa1
MR
81532011-07-15 Martin Rudalics <rudalics@gmx.at>
8154
8155 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8156 buffer argument (Bug#9083) and self-identifying label argument.
8157
a7c33da2
GM
81582011-07-15 Glenn Morris <rgm@gnu.org>
8159
8160 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
8161
2f5c6024
LMI
81622011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8163
8164 * man.el (Man-fontify-manpage): Fix message when formatting the
8165 man page (bug#7929).
8166
0bb23927 81672011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
8168
8169 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8170 argument LRM; if non-nil, append an invisible LRM character to the
8171 buffer name.
8172 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8173 last argument non-nil, when formatting buffer names.
0bb23927
EZ
8174 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8175 paragraph direction.
cce4b0a7 8176
621ef9ab
LMI
81772011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8178
d1583c48
LMI
8179 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
8180 the man page name (bug#7929).
8181
6a57fb5f
LMI
8182 * image.el (put-image): Mention the `put-image' overlay property
8183 (bug#7834).
8184
d7956b14
LMI
8185 * scroll-bar.el (set-scroll-bar-mode): Mention that
8186 `scroll-bar-mode' lists the values (bug#7772).
8187
5b2d4a66
LMI
8188 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
8189 command (bug#7729).
8190
7509a874
LMI
8191 * rect.el (apply-on-rectangle): Return the point after the last
8192 operation.
8193 (string-rectangle): Go to the point after the last operation
8194 (bug#7522).
8195
4fe74b19
LMI
8196 * printing.el (pr-toggle-region): Clarify the documentation
8197 slightly (bug#7493).
8198
b796c9b7
SM
8199 * time.el (display-time-update):
8200 Allow `display-time-mail-function' to return nil (bug#7158).
8201 Fix suggested by Detlev Zundel.
ab283561 8202
fc233c9d
LMI
8203 * vc/diff.el (diff): Clarify the order the file names are read
8204 (bug#7111).
8205
43f5740b
LMI
8206 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
8207 the doc string (bug#7015).
8208
f2182a76
LMI
8209 * font-lock.el (font-lock-maximum-decoration): Mention what
8210 numeric levels mean (bug#6935).
8211
621ef9ab
LMI
8212 * startup.el (initial-buffer-choice): Don't mention the `none'
8213 selection, which is against policy.
8214
adc47434
MR
82152011-07-14 Martin Rudalics <rudalics@gmx.at>
8216
b796c9b7
SM
8217 * window.el (display-buffer-normalize-special):
8218 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 8219
7e5bfb8f
EZ
82202011-07-14 Eli Zaretskii <eliz@gnu.org>
8221
8222 * subr.el (version<, version<=, version=): Mention "-CVS" and
8223 "-12345" alpha version numbers.
8224
27fa387a
CY
82252011-07-14 Chong Yidong <cyd@stupidchicken.com>
8226
8227 * bindings.el: Add advertised binding for set-mark-command
8228 (Bug#5772).
8229
8bdfa064
CY
82302011-07-14 Chong Yidong <cyd@stupidchicken.com>
8231
8232 * bindings.el (mode-line-other-buffer):
8233 * bookmark.el (bookmark-bmenu-2-window):
8234 * bs.el (bs-cycle-next, bs-cycle-previous):
8235 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
8236 switch-to-buffer.
8237
8238 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 8239 Delete.
8bdfa064 8240
5eba16a3
JB
82412011-07-14 Juanma Barranquero <lekktu@gmail.com>
8242
8243 * follow.el (follow-debug-message, follow-redisplay):
8244 * jka-cmpr-hook.el (with-auto-compression-mode):
8245 Fix typos in docstrings.
8246
15853710
LMI
82472011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8248
a28e4607
LMI
8249 * subr.el (with-silent-modifications): Clarify somewhat what the
8250 macro inhibits (bug#6525).
8251
15853710
LMI
8252 * simple.el (eval-expression): Note what it does if called
8253 interactively (bug#6495).
8254
bee0fcef
CY
82552011-07-13 Chong Yidong <cyd@stupidchicken.com>
8256
b796c9b7
SM
8257 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
8258 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
8259
8260 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8261 Remove switch-to-buffer.
8262
58274504
LMI
82632011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8264
bd2fcc8d
LMI
8265 * files.el (make-directory): Clarify that an error will be raised
8266 if there's an error (bug#6397).
8267
0f04b32c
LMI
8268 * startup.el (initial-buffer-choice): Add `none' as a choice
8269 (bug#6234).
8270
465c5fc8
LMI
8271 * subr.el (add-hook): Clarify section about buffer-local hooks
8272 (bug#6218).
8273
58274504
LMI
8274 * dired.el (dired-flagged): Clarify doc string (bug#6117).
8275
bead9a43
JB
82762011-07-13 Juanma Barranquero <lekktu@gmail.com>
8277
8278 * tabify.el (untabify): Preserve the current column so that point
8279 doesn't move (bug#6032).
8280
3af98a7b
LMI
82812011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8282
b796c9b7
SM
8283 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
8284 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 8285
6240145a
GM
82862011-07-13 Glenn Morris <rgm@gnu.org>
8287
8288 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
8289 (dired-insert-directory): Give a message the first time
8290 if ls is found not to support --dired.
8291
1d8c2ccc
LMI
82922011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8293
8294 * simple.el (toggle-truncate-lines): Clarify what is toggled
8295 (bug#5580). Text by Drew Adams.
8296
5fc4038e
CY
82972011-07-13 Chong Yidong <cyd@stupidchicken.com>
8298
8299 * simple.el (blink-matching-open): Make the error message from the
8300 last change less verbose.
8301
bf6012e5
DN
83022011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8303
8304 * font-lock.el (font-lock-comment-face): Use the high contrast
8305 "yellow" color for font-lock-comment-face on low color terminals
8306 using a dark background color (bug#4221).
8307
343c3b5a
LMI
83082011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8309
7e9505c5
LMI
8310 * dired.el (dired-insert-set-properties): Make the doc string
8311 reflect what it does now (bug#5325).
8312
c26fdcf5
LMI
8313 * simple.el (blink-matching-open): Say that we were unable to find
8314 the match within the limit, if we're limited (bug#5122).
8315
bb388cc5
LMI
8316 * international/mule-cmds.el (prefer-coding-system): Add an
8317 example (bug#4869).
8318
343c3b5a
LMI
8319 * progmodes/etags.el (tags-search): Document `file-list-form'
8320 (bug#4731).
8321
2a517d45
LM
83222011-07-13 Lawrence Mitchell <wence@gmx.li>
8323
8324 * net/browse-url.el (browse-url-default-browser)
8325 (browse-url-browser-function): Make the default browser choice a
8326 bit more logical (bug#4300). Also clean up the doc string.
8327
b6c78ef2
JB
83282011-07-13 Juanma Barranquero <lekktu@gmail.com>
8329
8330 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
8331 binary endings (bug#4440).
8332
1c4dd947
LMI
83332011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8334
a2014063
LMI
8335 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
8336 which can be pretty annoying (bug#8971).
8337
9c9c2d88
LMI
8338 * jka-compr.el (jka-compr-verbose): New variable, and use
8339 throughout (bug#8971).
8340
1c4dd947
LMI
8341 * info.el (Info-find-file): Fall back on the installation
8342 directory if we can't find the info node anywhere else.
8343
a1c9f41b
SO
83442011-07-13 Sergei Organov <osv@javad.com> (tiny change)
8345
8346 * vc/vc.el (vc-revert-file):
8347 Don't set file time-stamp in the past. (Bug#5181)
8348
536f3d36
LMI
83492011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8350
7152b011
LMI
8351 * files.el (after-find-file): Give a better error message when
8352 trying to find a symlink that points to a file that doesn't exist
8353 (bug#4398).
8354
536f3d36
LMI
8355 * progmodes/cc-vars.el: Remove (probably) misleading comment
8356 (bug#4396).
8357
460c0fba
JB
83582011-07-12 Johan Bockgård <bojohan@gnu.org>
8359
8360 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
8361
7a6bda45
CY
83622011-07-12 Chong Yidong <cyd@stupidchicken.com>
8363
8364 * mouse-sel.el: Hack restoring functionality, while keeping
8365 compatibility with 2010-07-03 changes to mouse selection.
8366 (mouse-sel-primary-overlay): New var.
8367 (mouse-sel-selection-alist): Use it.
8368 (mouse-sel-mode): Doc fix; remove points that are default features
8369 of mouse.el.
8370
c79598ef
JB
83712011-07-12 Johan Bockgård <bojohan@gnu.org>
8372
8373 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8374 Fix previous fix (bug#2490).
8375
ff8be6ef
RW
83762011-07-12 Roland Winkler <winkler@gnu.org>
8377
b796c9b7
SM
8378 * textmodes/bibtex.el (bibtex-initialize):
8379 Use pop-to-buffer-same-window.
ff8be6ef
RW
8380 (bibtex-search-entries): Fix interactive call.
8381
296ba3ee
LMI
83822011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8383
f5242a02 8384 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
8385 Fontise bytecomp Error lines more correctly (bug#2490).
8386 Fix suggested by Johan Bockgård.
f5242a02 8387
296ba3ee
LMI
8388 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8389
8390 * dired-x.el (dired-guess-default): Use `delete-dups'.
8391
f69fd0d2
CY
83922011-07-12 Chong Yidong <cyd@stupidchicken.com>
8393
8394 * dired.el (dired-mark-prompt):
8395 * dired-aux.el (dired-read-shell-command): Doc fix.
8396
eab5dc07
LMI
83972011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8398
b796c9b7
SM
8399 * mail/sendmail.el (sendmail-query-once):
8400 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
8401 emacs -Q.
8402
8403 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8404
eab5dc07
LMI
8405 * cus-edit.el (custom-file): Take an optional no-error variable.
8406 (customize-save-variable): Set the variable, and give a warning if
8407 running under "emacs -q".
8408
a1e65d42
JB
84092011-07-11 Juanma Barranquero <lekktu@gmail.com>
8410
8411 * loadhist.el (unload-feature-special-hooks):
8412 Add `auto-coding-functions', `fill-nobreak-predicate' and
8413 `find-directory-functions' (bug#5327).
8414
1d52da10
LMI
84152011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8416
be958f1d
LMI
8417 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8418
5bedb26c
LMI
8419 * cus-edit.el (custom-guess-name-alist): -alist variables should
8420 use the `alist' type (bug#3120). Suggested by Drew Adams.
8421
1d52da10
LMI
8422 * printing.el: Add documentation to all the `pr-toggle-' commands.
8423
cd394be1 84242011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
8425
8426 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8427 backends where it makes sense (bug#2623).
8428
dcc88d8a
LMI
84292011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8430
c3de9feb
LMI
8431 * dired-x.el (dired-guess-default): Remove duplicate shell command
8432 entries (bug#2028).
8a93078b 8433 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 8434 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 8435
dcc88d8a
LMI
8436 * subr.el (remove-duplicates): New conveniency function.
8437
505e3645
LMI
84382011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8439
8440 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8441 (bug#1526).
8442
84432011-07-10 Martin Rudalics <rudalics@gmx.at>
8444
8445 * window.el (display-buffer-normalize-default): Don't invert
8446 meaning of even-window-heights. Reported by Eli Zaretskii
8447 <eliz@gnu.org>.
8448
455e4fa1
BR
84492011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
8450
8451 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8452
8e0bc3e9
CY
84532011-07-10 Chong Yidong <cyd@stupidchicken.com>
8454
8455 * window.el (display-buffer): Fix arguments to
8456 display-buffer-reuse-window in last change.
8457
fa7c3228
CY
8458 * faces.el (link): Use a less saturated blue on light backgrounds.
8459
8460 * startup.el (fancy-startup-text, fancy-about-text)
8461 (fancy-startup-tail): Use font-lock faces, for background safety.
8462
c0a7f300
BN
84632011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
8464
b796c9b7
SM
8465 * emulation/viper-cmd.el (viper-change-state-to-vi):
8466 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 8467
4dc2a129
MR
84682011-07-09 Martin Rudalics <rudalics@gmx.at>
8469
8470 * window.el (display-buffer-default-specifiers): Remove.
8471 (display-buffer-macro-specifiers): Remove default specifiers.
8472 (display-buffer-alist): Default to nil.
b796c9b7 8473 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
8474 (display-buffer-pop-up-window): Allow splitting internal
8475 windows. Check whether a live window was created.
8476 (display-buffer-other-window-means-other-frame)
8477 (display-buffer-normalize-arguments): Rename to
8478 display-buffer-normalize-argument and rewrite. Set the
8479 other-window specifier.
8480 (display-buffer-normalize-special): New function.
8481 (display-buffer-normalize-options): Rename to
8482 display-buffer-normalize-default and rewrite.
8483 (display-buffer-normalize-options-inhibit): Remove.
8484 (display-buffer-normalize-specifiers): Rewrite.
8485 (display-buffer): Process other-window specifier and call
8486 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8487 more faithfully.
b796c9b7 8488 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 8489 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
8490 (display-buffer-in-window, display-buffer-alist-set):
8491 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
8492 <tassilo@member.fsf.org>.
8493
2d43b8c9
LL
84942011-07-09 Leo Liu <sdl.web@gmail.com>
8495
8496 * register.el (insert-register): Restore accidental change on
8497 2011-06-26. (Bug#9028)
8498
7f9b7c53
GM
84992011-07-09 Glenn Morris <rgm@gnu.org>
8500
8501 * subr.el (remq): Handle the empty list. (Bug#9024)
8502
f042cfd8
AS
85032011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8504
8505 * mail/sendmail.el (send-mail-function): No longer delay custom
8506 initialization.
8507 * custom.el (custom-initialize-delay): Doc fix.
8508
856b2f11
SM
85092011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8510
8511 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8512
afae1d68
MA
85132011-07-08 Michael Albinus <michael.albinus@gmx.de>
8514
8515 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8516 human-friendly prompt.
8517
0757af94
SM
85182011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8519
8520 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8521 provided by a particular plugin.
8522
d760b731
LMI
85232011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8524
8525 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8526 save customizations (with "emacs -Q"), just set the variable
8527 instead of erroring out.
8528
8529 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8530
cd79ce90
JL
85312011-07-08 Juri Linkov <juri@jurta.org>
8532
8533 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8534 (archive-zip-update-case): Use 7z if found by `executable-find'.
8535 The order of searching the available programs is the same as in
8536 `archive-zip-extract' (bug#8968).
8537
14cc04aa
CY
85382011-07-07 Chong Yidong <cyd@stupidchicken.com>
8539
8540 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8541 (menu-bar-options-menu): Tweak descriptions.
8542
0a1848ec
LMI
85432011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8544
8545 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8546 menu items into verb phrases (bug#1421). Also refill to fit under
8547 80 columns.
8548
f5bd0689
CY
85492011-07-07 Chong Yidong <cyd@stupidchicken.com>
8550
538e85c6
CY
8551 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8552 (Info-read-node-name): Doc fix (Bug#1084).
8553
f5bd0689
CY
8554 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8555 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8556 (end-of-sexp, beginning-of-sexp)
8557 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8558 (forward-symbol, forward-same-syntax, word-at-point)
8559 (sentence-at-point): Doc fix (Bug#1144).
8560
56ec5115
LMI
85612011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8562
f3f8e37f
LMI
8563 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8564 should cover it (bug#1281).
8565
0757af94 8566 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 8567
e9fce1ac 8568 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
8569 negotiation fails, then possibly try again with a non-encrypted
8570 connection (bug#9017).
8571
56ec5115
LMI
8572 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8573 be used.
8574
c2f9aec8
RS
85752011-07-07 Richard Stallman <rms@gnu.org>
8576
8577 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8578 property, and handle its changed format.
8579 Look for the correct line number.
8580 Use file's line contents (but not past first =) to find
8581 correct line in message.
8582
ef7b981d 85832011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
8584
8585 * international/characters.el (build-unicode-category-table):
8586 Delete it.
0757af94 8587 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 8588
0757af94 8589 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
8590 to src/chartab.c.
8591 (get-char-code-property): Call unicode-property-table-internal to
8592 load a file. Call get-unicode-property-internal where necessary.
8593 (put-char-code-property): Call unicode-property-table-internal to
8594 load a file. Call put-unicode-property-internal where necessary.
8595 put-unicode-property-internal where necessary.
0757af94
SM
8596 (char-code-property-description):
8597 Call unicode-property-table-internal to load a file.
c805dec0
KH
8598
8599 * international/charprop.el:
8600 * international/uni-bidi.el:
8601 * international/uni-category.el:
8602 * international/uni-combining.el:
8603 * international/uni-comment.el:
8604 * international/uni-decimal.el:
8605 * international/uni-decomposition.el:
8606 * international/uni-digit.el:
8607 * international/uni-lowercase.el:
8608 * international/uni-mirrored.el:
8609 * international/uni-name.el:
8610 * international/uni-numeric.el:
8611 * international/uni-old-name.el:
8612 * international/uni-titlecase.el:
8613 * international/uni-uppercase.el: Regenerate.
8614
8615 * loadup.el: Load international/charprop.el before
8616 international/characters.
8617
e14b388a
CY
86182011-07-07 Chong Yidong <cyd@stupidchicken.com>
8619
8620 * window.el (next-buffer, previous-buffer): Signal an error if
8621 called from a minibuffer window.
8622
8623 * bindings.el: Revert 2011-07-04 change.
8624
354cf0ba
RS
86252011-07-06 Richard Stallman <rms@gnu.org>
8626
8627 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8628 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8629 Treat markers like ints.
8630 (rmail-mime-entity): Doc fix.
8631
a48868a7
LMI
86322011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8633
4906cd3d
LMI
8634 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8635 defcustom again for backwards compatibility.
8636
e0457abe
LMI
8637 * simple.el (shell-command-on-region): Fill.
8638
d67f7e1f
LMI
8639 * dired-aux.el (dired-kill-line): Add a doc string.
8640
fe204702
LMI
8641 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8642 to "\\sw\\|\\s_" (bug#358).
8643
a48868a7
LMI
8644 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8645 (dired-unmark-backward): Ditto.
8646 (dired-flag-backup-files): Ditto.
8647
8648 * dired-x.el (dired-mark-sexp): Ditto.
8649
aa8a705c
RS
86502011-07-06 Richard Stallman <rms@gnu.org>
8651
8652 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8653 (rmail-mime-entity): New arg TRUNCATED.
8654 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8655 New functions.
8656 (rmail-mime-save): Warn if entity is truncated.
8657 (rmail-mime-toggle-hidden): Likewise, for showing.
8658 (rmail-mime-process-multipart): Record when an entity is truncated.
8659
a9a936b9
RS
8660 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8661 if ENTITY is a string.
8662
1f2b92cb
LMI
86632011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8664
f4f73198 8665 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
8666 of faces when `M-C-x'-ing their definitions (bug#8378).
8667 Also clean up the code slightly.
f4f73198 8668
12b16734 8669 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 8670 because that makes the colors go away.
12b16734 8671
f0691d22
LMI
8672 * mail/sendmail.el (send-mail-function): Change the default to
8673 `sendmail-query-once'.
9e87df06 8674 (sendmail-query-once): Add an autoload cookie.
f0691d22 8675
1f2b92cb
LMI
8676 * net/network-stream.el (network-stream-open-starttls): Try using
8677 a plain connection even if the server offered STARTTLS, and we
8678 kinda wanted to use it, if Emacs doesn't have any STARTTLS
8679 capability. This should make smtpmail.el work in slightly more
8680 configurations.
8681
1cdd2a1b
MA
86822011-07-06 Michael Albinus <michael.albinus@gmx.de>
8683
8684 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8685 New defun.
8686 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8687
fbcc67e2
MM
86882011-07-06 Michael R. Mauger <mmaug@yahoo.com>
8689
8690 * progmodes/sql.el: Version 3.0
0757af94 8691 (sql-product-alist): Add product :completion-object,
fbcc67e2 8692 :completion-column, and :statement attributes.
0757af94 8693 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 8694 (sql-mode-syntax-table): Mark all punctuation.
0757af94 8695 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
8696 ansi keywords.
8697 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 8698 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
8699 (sql-oracle-show-reserved-words): New function for development.
8700 (sql-product-font-lock): Simplify for source code buffers.
8701 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8702 New functions.
8703 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
8704 (sql-mode-map): Add statement movement functions.
8705 (sql-ansi-statement-starters, sql-oracle-statement-starters):
8706 New variable.
fbcc67e2
MM
8707 (sql-statement-regexp, sql-beginning-of-statement)
8708 (sql-end-of-statement, sql-signum): New functions.
0757af94 8709 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
8710 (sql-show-sqli-buffer): Bug fix.
8711 (sql-interactive-mode): Store connection data as buffer local.
0757af94 8712 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
8713 with sql-interactive-mode.
8714 (sql-save-connection): Save buffer local settings.
0757af94 8715 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
8716 (sql-product-interactive): Bug fix.
8717 (sql-preoutput-hold): New variable.
8718 (sql-interactive-remove-continuation-prompt): Bug fixes.
8719 (sql-debug-redirect): New variable.
8720 (sql-str-literal): New function.
8721 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 8722 Redesign.
fbcc67e2
MM
8723 (sql-oracle-save-settings, sql-oracle-restore-settings)
8724 (sql-oracle-list-all, sql-oracle-list-table): New functions.
8725 (sql-completion-object, sql-completion-column)
8726 (sql-completion-sqlbuf): New variables.
8727 (sql-build-completions-1, sql-build-completions)
8728 (sql-try-completion): New functions.
8729 (sql-read-table-name): Use them.
8730 (sql-contains-names): New buffer local variable.
8731 (sql-list-all, sql-list-table): Use it.
8732 (sql-oracle-completion-types): New variable.
8733 (sql-oracle-completion-object, sql-sqlite-completion-object)
8734 (sql-postgres-completion-object): New functions.
8735
d4eaeab1
GM
87362011-07-06 Glenn Morris <rgm@gnu.org>
8737
8738 * window.el (pop-to-buffer): Doc fix.
8739
322b7dab 87402011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
8741
8742 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8743
322b7dab 87442011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 8745
322b7dab 8746 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 8747
322b7dab 8748 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 8749
605dd5bf
CY
87502011-07-05 Chong Yidong <cyd@stupidchicken.com>
8751
8752 * button.el (button): Inherit from link face. Suggested by Dan
8753 Nicolaescu.
8754
7dbfa719
SM
87552011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8756
3db614b0
SM
8757 * progmodes/gdb-mi.el: Fit in 80 columns.
8758 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
8759 switch-to-buffer.
8760
7dbfa719
SM
8761 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
8762 if imenu is simply not configured (bug#8941).
8763
919d884a
KM
87642011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
8765
8766 * allout.el (allout-post-undo-hook): New allout outline-change
8767 event hook to signal undo activity.
8768 (allout-post-command-business): Run allout-post-undo-hook if an
8769 undo just occurred.
7dbfa719
SM
8770 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
8771 * allout-widgets.el (allout-widgets-after-undo-function):
8772 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
8773 in the vicinity of an undo.
8774 (allout-widgets-mode): Include allout-widgets-after-undo-function
8775 on the new allout-post-undo-hook.
8776
450a0f09
SM
87772011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8778
8779 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
8780 Let define-derived-mode define it.
8781 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
8782 cycles of abbrev-table inheritance (bug#8998).
8783
2de69e00
RW
87842011-07-05 Roland Winkler <winkler@gnu.org>
8785
8786 * textmodes/bibtex.el: Add support for biblatex.
8787 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
8788 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
8789 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
8790 (bibtex-entry-alist, bibtex-field-alist): New variables.
8791 (bibtex-entry-field-alist): Obsolete alias for
8792 bibtex-BibTeX-entry-alist.
8793 (bibtex-entry-alist, bibtex-field-alist): New widgets.
8794 (bibtex-set-dialect): New command.
8795 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
8796 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
8797 Bind via bibtex-set-dialect.
2de69e00
RW
8798 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
8799 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
8800 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
8801 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
8802 Define via bibtex-set-dialect.
450a0f09
SM
8803 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
8804 Obey bibtex-no-opt-remove-re.
2de69e00
RW
8805 (bibtex-vec-push, bibtex-vec-incr): New functions.
8806 (bibtex-format-entry, bibtex-field-list)
8807 (bibtex-print-help-message, bibtex-validate)
8808 (bibtex-search-entries): Use new format of bibtex-entry-alist.
8809
2dcdbdd9
SM
88102011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8811
8812 * progmodes/compile.el (compilation-goto-locus):
8813 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8814 * bs.el (bs-cycle-next, bs-cycle-previous):
8815 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
8816 * bindings.el (mode-line-other-buffer):
8817 * autoinsert.el (auto-insert):
8818 * arc-mode.el (archive-extract):
8819 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
8820
b27640fe
JB
88212011-07-05 Juanma Barranquero <lekktu@gmail.com>
8822
8823 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
8824 Fix check of `emacs-lock-unlockable-modes'.
8825 Coerce true values of `emacs-lock--try-unlocking' to t.
8826
53bbe3ad
JB
88272011-07-05 Juanma Barranquero <lekktu@gmail.com>
8828
8829 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
8830 * emacs-lock.el: New file.
8831
1d3cdbc7
JD
88322011-07-05 Julien Danjou <julien@danjou.info>
8833
8834 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
8835 than `boundp' to check if face is set.
8836
9173deec
JB
88372011-07-05 Juanma Barranquero <lekktu@gmail.com>
8838
8839 * register.el (registerv-make):
8840 * window.el (window-min-height): Fix typos in docstrings.
8841
869795d6
JD
88422011-07-05 Jan Djärv <jan.h.d@swipnet.se>
8843
9173deec 8844 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
8845 Update doc string.
8846
b768cdcd
JB
88472011-07-04 Juanma Barranquero <lekktu@gmail.com>
8848
8849 * server.el (server-execute): Catch quit and call
8850 `server-return-error' to pass the error back to emacsclient and
8851 close the connection (bug#8942).
8852
13aa217b
KM
88532011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
8854
8855 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
8856 insecure exception for current topic. Also note that auto-saves
8857 are handled differently.
8858
5d3385a0 8859 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
8860 State variables for tracking auto-save inhibition situation.
8861
8862 (allout-write-contents-hook-handler): Rename from
8863 'allout-write-file-hook-handler', and describe how it depends on
8864 write-contents-functions sensitivity to non-nil value to prevent
8865 file write.
8866
8867 (allout-auto-save-hook-handler): Remove. auto-save does not check
8868 this in individual buffers, only in the starting buffer, so this
8869 is not the right way for us to inhibit auto-save in a buffer
8870 according to its condition.
8871
8872 (allout-mode): Use new allout-write-contents-hook-handler, and
8873 only with write-contents-functions. Remove auto-save provisions -
8874 they're implemented elsewhere.
8875
8876 (allout-before-change-handler): If undo is in progress, note that
8877 for attention of allout-post-command-business.
8878
8879 (allout-post-command-business): If the command we're following was
8880 an undo, check for change in the status of encrypted items and
8881 adjust auto-save inhibitions accordingly.
8882
8883 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
8884 according to whether there are or aren't any plain-text topics
8885 pending encryption.
8886
2dcdbdd9 8887 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
8888 Adjust buffer-saved-size and some allout state to inhibit auto-saves
8889 if there are plain-text topics pending encryption.
13aa217b
KM
8890
8891 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
8892 buffer-saved-size and some allout state to not inhibit auto-saves
8893 if there are no longer any plain-text topics pending encryption.
8894
0757af94
SM
8895 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
8896 No longer provide for exemption of the current topic.
13aa217b 8897
ac89b32c
JL
88982011-07-04 Juri Linkov <juri@jurta.org>
8899
8900 Add 7z operations to delete and save changed members (bug#8968).
8901 * arc-mode.el (archive-7z-expunge, archive-7z-update):
8902 New defcustoms.
8903 (archive-7z-write-file-member): New function.
8904 (archive-7z-summarize): Fix the number of dashes in the
8905 listing output.
8906
8fa39615
SM
89072011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8908
8909 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
8910 (bug#8958).
8911
2f11b3f1
CY
89122011-07-04 Chong Yidong <cyd@stupidchicken.com>
8913
d66fef2b
CY
8914 * bindings.el: Ignore next-buffer and previous-buffer in
8915 minibuffer-local-map.
8916
2f11b3f1
CY
8917 * font-lock.el (font-lock-builtin-face): Change light background
8918 color to dark slate blue (Bug#6693).
8919
f932a347
WD
89202011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
8921
8922 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
8923
c8af70e1
SM
89242011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8925
8926 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
8927 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8928 Add switch-to-buffer.
8929
f158badc
LMI
89302011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8931
8932 * isearch.el (isearch-search-fun-function): Clarify further the
8933 meaning of the function returned.
8934
6d95bd46
MA
89352011-07-04 Michael Albinus <michael.albinus@gmx.de>
8936
8937 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
8938
8939 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
8940 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
8941 Use it.
8942 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
8943 `tramp-default-remote-path' does not exist.
8944 (tramp-send-command-and-read): New optional argument NOERROR.
8945 (tramp-open-connection-setup-interactive-shell)
8946 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
8947 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
8948 (tramp-process-sentinel): Flush also process' connection property.
8949 (tramp-sh-handle-start-file-process): Do not set process
8950 sentinel. It is done now ...
8951 (tramp-maybe-open-connection): ... here. (Bug#8929)
8952
909e6b67
MK
89532011-07-04 MON KEY <monkey@sandpframing.com>
8954
8955 * play/animate.el (animate-string): Doc fixes and allow changing
8956 the buffer name (bug#5417).
8957
89582011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8959
c8af70e1 8960 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 8961
f34755dc
PE
89622011-07-04 Paul Eggert <eggert@cs.ucla.edu>
8963
396cec72
PE
8964 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
8965 This is simpler and helps future-proof the code.
8966 (timer-until): Use time-subtract and float-time.
08235028 8967 (timer--time-less-p): Use time-less-p.
f34755dc 8968
56e6cc31
JB
89692011-07-04 Juanma Barranquero <lekktu@gmail.com>
8970
3abb79e5
JB
8971 * type-break.el (timep): Use the value of `float-time' to avoid a
8972 byte-compiler warning.
8973
56e6cc31
JB
8974 * server.el (server-eval-and-print): Return any result, even nil.
8975
7b9430b4
PE
89762011-07-03 Paul Eggert <eggert@cs.ucla.edu>
8977
8978 * type-break.el: Accept time formats that the builtins accept.
8979 (timep, type-break-time-difference): Accept any format that
8980 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
8981 This is simpler and helps future-proof the code.
8982 (type-break-time-difference): Round rather than ignoring
8983 subseconds components.
8984
3034e9e7
LMI
89852011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8986
8987 * info.el (Info-apropos-matches): Make non-interactive, since it
8988 doesn't seem to do anything useful as a command (bug#8829).
8989
1485f4c0
CY
89902011-07-03 Chong Yidong <cyd@stupidchicken.com>
8991
8992 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 8993 Move from faces.el.
1485f4c0
CY
8994 (frame-default-terminal-background): New function.
8995
8996 * custom.el (custom-push-theme): Don't record faces in `changed'
8997 theme; this doesn't work correctly for per-frame face settings.
8998 (disable-theme): Use face-set-after-frame-default to reset faces.
8999 (custom--frame-color-default): New function.
9000
9fa3dd45
LMI
90012011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9002
c8af70e1 9003 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
9004 (bug#8769).
9005
6cbbc20c
KR
90062011-03-29 Kevin Ryde <user42@zip.com.au>
9007
9008 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9009 `perl-Test2' extend to match possible "fail #N" rep count
9010 (bug#8377).
9011
c7f98048
LMI
90122011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9013
65676592
LMI
9014 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
9015 `smtpmail-via-smtp' now returns the error instead of nil.
9016
c7f98048
LMI
9017 * isearch.el (isearch-search-fun-function): Clarify the doc string
9018 (bug#8101).
9019
56e6cc31 90202011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
9021
9022 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
9023 unnecessary spaces (bug#8987).
9024
2b216704
LMI
90252011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9026
9027 * net/network-stream.el (open-network-stream): Use the
9028 :end-of-capability command thoughout.
9029
90302011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9031
9032 * net/network-stream.el (open-network-stream): Add the
9033 :end-of-capability command parameter, used by pop3.el.
9034
36adf6ce
LMI
90352011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9036
1ca0da0e
LMI
9037 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
9038
fc00f69c
LMI
9039 * fringe.el (fringe-query-style): Remove redundant text " (type ?
9040 for list)" (bug#6475).
9041
28fd8759 9042 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 9043 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
9044 an error (bug#6297).
9045
0dd8b6da
LMI
9046 * man.el (Man-reference-regexp): Allow matching possible
9047 word-wrapped references (bug#6289).
9048
ce1438d6
LMI
9049 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9050 for consistency with the other vc buffers (bug#6197).
9051 (vc-checkin): Ditto.
9052
9053 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9054
36adf6ce
LMI
9055 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9056
e83cc1f7
LMI
90572011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9058
8a20ca4c
LMI
9059 * custom.el (defcustom): Clarify that :set is only used in the
9060 Customize user interface (bug#6089).
9061
83319045
LMI
9062 * progmodes/flymake.el (flymake-mode): If the buffer isn't
9063 associated with a file, refuse to run instead of erroring out
9064 (bug#6084).
9065
a8392169
LMI
9066 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9067 the doc string, since it appears that using `fill-column' always
9068 controls the width (bug#7845).
9069
e83cc1f7
LMI
9070 * simple.el (shell-command-on-region): Say where the error output
9071 went if `shell-command-default-error-buffer' is set (bug#6857).
9072
e47ca23b
KM
90732011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
9074
9075 * allout.el (allout-yank-processing): Adjust cursor position for
9076 backwards-deleted space.
9077
9078 (allout-rebullet-heading): Register changes with
9079 allout-exposure-changed-hook, so the modified topic is properly
9080 decorated.
9081
5cf56143
LMI
90822011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9083
08549772
LMI
9084 * minibuffer.el (completion-in-region): Document PREDICATE
9085 (bug#7136).
9086
48e96771
LMI
9087 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9088 of keyword/argument pairs (bug#6904).
9089
c8af70e1
SM
9090 * replace.el (multi-occur):
9091 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 9092
e17d05e2
LMI
90932011-07-02 Drew Adams <drew.adams@oracle.com>
9094
9095 * dired.el (dired-mark-if): Make the message about whether it's
9096 marking or unmarking clearer (bug#8523).
9097
063b0e45
LMI
90982011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9099
9100 * disp-table.el (display-table-print-array): New function.
9101 (describe-display-table): Use it to print the vectors more pretty
9102 (Bug#8859).
9103
28545e04
MR
91042011-07-02 Martin Rudalics <rudalics@gmx.at>
9105
9106 * window.el (window-state-get-1): Don't assign clone numbers.
9107 Add clone-of item to list of window parameters.
9108 (window-state-put-2): Don't process clone numbers.
9109 (display-buffer-alist): Fix doc-string.
9110
3349e122
SM
91112011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9112
9113 * subr.el (remq): Don't allocate if it's not needed.
9114 (keymap--menu-item-binding, keymap--menu-item-with-binding)
9115 (keymap--merge-bindings): New functions.
9116 (keymap-canonicalize): Use them to refine the canonicalization.
9117 * minibuffer.el (minibuffer-local-completion-map)
9118 (minibuffer-local-must-match-map): Move initialization from C.
9119 (minibuffer-local-filename-completion-map): Move initialization from C;
9120 don't inherit from anything here.
9121 (minibuffer-local-filename-must-match-map): Make obsolete.
9122 (completing-read-default): Use make-composed-keymap to combine
9123 minibuffer-local-filename-completion-map with either
9124 minibuffer-local-must-match-map or
9125 minibuffer-local-filename-completion-map.
9126
d224ac83
GM
91272011-07-01 Glenn Morris <rgm@gnu.org>
9128
3de63bf8
GM
9129 * type-break.el (type-break-time-sum): Use dolist.
9130
d224ac83
GM
9131 * textmodes/flyspell.el (flyspell-word-search-backward):
9132 Replace CL function.
9133
1a1e3f32
SM
91342011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9135
fe3f64d5
SM
9136 * mouse.el (mouse--strip-first-event): New function.
9137 (function-key-map): Use it to map fringe clicks to normal clicks
9138 by default.
9139
eb604e34
SM
9140 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9141 (vc-bzr-revision-completion-table): Add support for annotate and date.
9142
1a1e3f32
SM
9143 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9144 inherit from parent.
9145
5bd35902
LMI
91462011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9147
ace6c69c 9148 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 9149 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 9150
191e2bed
LMI
9151 * dired.el (dired-mode): Fix up the doc string as suggested by
9152 Drew Adams (bug#8817).
9153
5bd35902
LMI
9154 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9155 cookie, since the manual says that it should be possible to add
9156 this function to `find-file-hook' (bug#8709).
9157
eee8207a
TZ
91582011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9159
9160 * progmodes/cfengine.el: Moved all cfengine3.el functionality
9161 here. Noted Ted Zlatanov as the maintainer.
9162 (cfengine-common-settings, cfengine-common-syntax): New functions
9163 to set up common things between `cfengine-mode' and
9164 `cfengine3-mode'.
9165 (cfengine3-mode): New mode.
9166 (cfengine3-defuns cfengine3-defuns-regex
9167 (cfengine3-class-selector-regex cfengine3-category-regex)
9168 (cfengine3-vartypes cfengine3-font-lock-keywords)
9169 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 9170 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 9171
36b148cf
MA
91722011-07-01 Michael Albinus <michael.albinus@gmx.de>
9173
9174 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9175
9176 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
9177
0bf4ba9a
MR
91782011-07-01 Martin Rudalics <rudalics@gmx.at>
9179
9180 * window.el (same-window-buffer-names, same-window-regexps)
9181 (same-window-p, special-display-frame-alist)
9182 (special-display-popup-frame, special-display-function)
9183 (special-display-buffer-names, special-display-regexps)
9184 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
9185 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9186 (split-window-preferred-function, split-height-threshold)
9187 (split-width-threshold, even-window-heights)
9188 (display-buffer-mark-dedicated, window-splittable-p)
9189 (split-window-sensibly, window-safely-shrinkable-p):
9190 Un-obsolete.
9191 (display-buffer): Don't spread args with function specifier
9192 because special-display-popup-frame won't like it.
9193
35837f51
PE
91942011-07-01 Paul Eggert <eggert@cs.ucla.edu>
9195
d0672f86
PE
9196 Time-stamp simplifications and fixes.
9197 These improve accuracy slightly, and future-proof the code
9198 against some potential changes to current-time format.
9199
b9444d97
PE
9200 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
9201 by using time-since and float-time.
9202
0ef923dc
PE
9203 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
9204 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
9205 + NNN microseconds".
9206
2f81380d
PE
9207 * type-break.el (type-break-time-sum): Rewrite using time-add.
9208
845b5c3e
PE
9209 * play/hanoi.el (hanoi-current-time-float): Remove.
9210 All uses replaced by float-time.
9211
ee6f1be0
PE
9212 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
9213 This yields a more-accurate answer.
9214 (rng-time-to-float): Remove; no longer needed.
9215
fe955043
PE
9216 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
9217
5777162a
PE
9218 * calendar/timeclock.el (timeclock-seconds-to-time):
9219 Defalias to seconds-to-time, since they're the same thing.
9220
3103f8b6 9221 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 9222 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
9223 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9224
0e61a35f
SM
92252011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * window.el (bury-buffer): Don't iconify the only frame.
9228 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
9229 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
9230
ddd63a1e
CY
92312011-07-01 Chong Yidong <cyd@stupidchicken.com>
9232
0e61a35f
SM
9233 * eshell/em-smart.el (eshell-smart-display-navigate-list):
9234 Add mouse-yank-primary.
ddd63a1e 9235
055f4923
TZ
92362011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9237
9238 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
9239
6a2fb145
SM
92402011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9241
9242 * emacs-lisp/find-func.el (find-library--load-name): New fun.
9243 (find-library-name): Use it to find relative load names when provided
9244 absolute file name (bug#8803).
9245
fd4983f2
LMI
92462011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9247
887d14ad
LMI
9248 * textmodes/flyspell.el (flyspell-word): Consider words that
9249 differ only in case as potential doublons (bug#5687).
9250
c53dc7fc
LMI
9251 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9252 Remove two rather uninteresting debugging-like messages to make
9253 debbugs.el more silent.
9254
fd4983f2
LMI
9255 * comint.el (comint-password-prompt-regexp): Accept "Response" as
9256 a password-like phrase.
9257
7a71b18d 92582011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
9259
9260 * progmodes/cc-guess.el: New file.
9261
6a2fb145 9262 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
9263
9264 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9265 derived from `c-basic-common-init'.
9266
9267 * progmodes/cc-mode.el (top-level): Require cc-guess.
9268 (c-basic-common-init): Use `cc-choose-style-for-mode'.
9269
1fa280a3
LM
92702011-06-30 Lawrence Mitchell <wence@gmx.li>
9271
9272 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9273
e6597158
AM
92742011-06-30 Alan Mackenzie <acm@muc.de>
9275
1fa280a3
LM
9276 * progmodes/cc-engine.el (c-guess-continued-construct):
9277 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
9278 lock is disabled. Name this case as "CASE G".
9279
68ba37fb
KM
92802011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
9281
9282 * allout.el (allout-yank-processing): Fix injection of extra space
9283 between bullet and non-whitespace character in first topic when
9284 pasting, ensuring that the actual spacing in the pasted topic
9285 following the bullet char is preserved. This extra space was
9286 causing pasted encrypted topics to get a decrypted status even
9287 when the content was actually still encrypted. Now the decryption
9288 status from before the paste is preserved.
9289
9290 (allout-flag-region): Set all allout overlays so they evaporate
9291 when reduced to zero length (evanescent), to prevent overlay
9292 leakage.
9293
887a0b34
GM
92942011-06-30 Glenn Morris <rgm@gnu.org>
9295
94b9acce
GM
9296 * w32-fns.el (w32-charset-info-alist): Declare.
9297
1d9b46d4
GM
9298 * find-dired.el (find-grep-options): Simplify.
9299
cc232200
GM
9300 * term/ns-win.el (ns-set-resource): Declare.
9301
28e77c46
GM
9302 * ses.el (row, col): Declare dynamic variables honestly.
9303
887a0b34
GM
9304 * textmodes/reftex-parse.el (index-tags): Declare.
9305
658d8eb8
CY
93062011-06-30 Chong Yidong <cyd@stupidchicken.com>
9307
9308 * cus-edit.el (customize-push-and-save): New function.
9309
9310 * files.el (hack-local-variables-confirm): Use it.
9311
1fa280a3
LM
9312 * custom.el (load-theme): New arg NO-CONFIRM.
9313 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
9314 (custom-enabled-themes): Doc fix.
9315
9316 * cus-theme.el (customize-create-theme)
9317 (custom-theme-merge-theme): Callers to load-theme changed.
9318
bb617717
LMI
93192011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9320
d61bdd5d
LMI
9321 * thingatpt.el (thing-at-point-short-url-regexp): Require that
9322 short URLs have at least one dot in them (bug #7614).
9323
bb617717
LMI
9324 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
9325 nil, because using a pty is apparently too slow (bug #895).
9326
2f31f37a
LMI
93272011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9328
9329 * mail/sendmail.el (sendmail-query-once): New function.
9330 (sendmail-query-once-function): New variable.
9331
3076b24e
GM
93322011-06-29 Glenn Morris <rgm@gnu.org>
9333
faf2a174
GM
9334 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
9335
3076b24e
GM
9336 * ses.el (top-level): Require cl when compiling.
9337 (ses-set-localvars): Fix error statement.
9338 Call it at compile time to silence a storm of warnings.
9339
5386012d
MR
93402011-06-29 Martin Rudalics <rudalics@gmx.at>
9341
9342 * window.el (normalize-live-buffer): Rename to
9343 window-normalize-buffer.
9344 (normalize-live-frame): Rename to window-normalize-frame.
9345 (normalize-any-window): Rename to window-normalize-any-window.
9346 (normalize-live-window): Rename to window-normalize-live-window.
9347 (make-window-atom): Rename to window-make-atom.
9348 (window-resize-reset): Rename to window--resize-reset.
9349 (window-resize-reset-1): Rename to window--resize-reset-1.
9350 (resize-mini-window): Rename to window--resize-mini-window.
9351 (resize-subwindows-skip-p): Rename to
9352 window--resize-subwindows-skip-p.
9353 (resize-subwindows-normal): Rename to
9354 window--resize-subwindows-normal.
9355 (resize-subwindows): Rename to window--resize-subwindows.
9356 (resize-other-windows): Rename to window--resize-siblings.
9357 (resize-this-window): Rename to window--resize-this-window.
9358 (resize-root-window): Rename to window--resize-root-window.
9359 (resize-root-window-vertically): Rename to
9360 window--resize-root-window-vertically.
9361 (normalize-buffer-to-display): Rename to
9362 window-normalize-buffer-to-display.
9363 (normalize-buffer-to-switch-to): Rename to
9364 window-normalize-buffer-to-switch-to.
9365 Correspondingly update all callers of the functions listed
9366 above.
9367 (display-buffer-alist, display-buffer-normalize-arguments)
9368 (display-buffer-normalize-options, display-buffer)
9369 (display-buffer-alist-set): Use "function" instead of
9370 "fun-with-args".
9371
1176868d
CY
93722011-06-28 Chong Yidong <cyd@stupidchicken.com>
9373
9374 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9375 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
9376 debbugs.gnu.org. Mention acknowledgment email.
9377
20a7a65f
LMI
93782011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9379
9380 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9381 buffer multibyteness, since it shouldn't matter.
9382
5f45cca5
MR
93832011-06-28 Martin Rudalics <rudalics@gmx.at>
9384
9385 * window.el (display-buffer-in-side-window): Handle dedicated
9386 windows as in display-buffer-reuse-window.
9387 (display-buffer-normalize-alist): Use value of override
9388 specifier.
9389 (display-buffer-normalize-specifiers): Use value of
9390 other-window-means-other-frame specifier.
9391 (display-buffer-alist): Rewrite some texts in widgets.
9392 (display-buffer): Spread arguments when calling function
9393 specified by fun-with-args.
9394
ad85fe1f
DD
93952011-06-28 Deniz Dogan <deniz@dogan.se>
9396
1fa280a3
LM
9397 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9398 Unnest `let'.
da68c4c8 9399
ad85fe1f
DD
9400 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9401 selectors (Bug#5732).
ec49bd31 9402 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 9403
a08cc025
JA
94042011-06-27 Jari Aalto <jari.aalto@cante.net>
9405
9406 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9407 (eshell-ls-date-format): New defcustom.
9408 (eshell-ls-file): Use it.
9409
e2b551c5
SM
94102011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9411
9412 * help-fns.el (describe-variable): Fix message for terminal-local vars.
9413
8982b231
KY
94142011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
9415
9416 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9417 (ange-ftp-make-tmp-name): New arg.
9418 (ange-ftp-file-local-copy): Use it.
9419
36c9fa27
J
94202011-06-27 Jambunathan K <kjambunathan@gmail.com>
9421
9422 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9423 no-conversion (Bug#8870).
9424
d68443dc
MR
94252011-06-27 Martin Rudalics <rudalics@gmx.at>
9426
9427 * window.el (window-right, window-left, window-child)
9428 (window-child-count, window-last-child)
9429 (window-iso-combination-p, walk-window-tree-1)
9430 (window-atom-check-1, window-tree-1, delete-window)
9431 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9432 new naming conventions - window-vchild, window-hchild,
9433 window-next and window-prev are now called window-top-child,
9434 window-left-child, window-next-sibling and window-prev-sibling
9435 respectively.
d615d6d2
MR
9436 (resize-window-reset): Rename to window-resize-reset.
9437 (resize-window-reset-1): Rename to window-resize-reset-1.
9438 (resize-window): Rename to window-resize.
9439 (window-min-height, window-min-width)
9440 (resize-mini-window, resize-this-window, resize-root-window)
9441 (resize-root-window-vertically, adjust-window-trailing-edge)
9442 (enlarge-window, shrink-window, maximize-window)
9443 (minimize-window, delete-window, quit-restore-window)
9444 (split-window, balance-windows, balance-windows-area-adjust)
9445 (balance-windows-area, window-state-put-2)
9446 (display-buffer-even-window-sizes, display-buffer-set-height)
9447 (display-buffer-set-width, set-window-text-height)
9448 (fit-window-to-buffer): Rename all "resize-window" prefixed
9449 calls to use the "window-resize" prefix convention.
9450 (display-buffer-alist): Fix symbol for label specifier.
9451 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9452 corresponding specifier.
9453 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 9454
b6458526
VB
94552011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9456
9457 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9458 convention.
9459 (ses-call-printer): Does not pass an empty string to formatter when the
9460 cell is empty to keep from barking printer Calc math-format-value.
9461
d31fd9ac
RS
94622011-06-27 Richard Stallman <rms@gnu.org>
9463
43d5bf84
RS
9464 * battery.el (battery-mode-line-limit): New variable.
9465 (battery-update): Handle it.
9466
d31fd9ac
RS
9467 * mail/rmailmm.el (rmail-mime-process-multipart):
9468 Handle truncated messages.
9469
819a6054
GM
94702011-06-27 Glenn Morris <rgm@gnu.org>
9471
9472 * progmodes/flymake.el (flymake-err-line-patterns):
9473 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9474
cedc73f2
VB
94752011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9476
819a6054 9477 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
9478 (ses--clean-!, ses--clean-_): New functions.
9479 (ses-range): Add configurability of readout order, and conversion
9480 to Calc vector.
9481
5e5d49b6
VB
9482 * ses.el (ses-repair-cell-reference-all): New function.
9483 (ses-cell-symbol): Set macro as safe, so that it can be used in
9484 formulas.
9485
56e6cc31 9486 * ses.el: Update cycle detection algorithm.
90ca8b49 9487 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 9488 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
9489 (ses-set-localvars): New function.
9490 (ses-make-cell): Add property-list as a cell element.
9491 (ses-cell-property-get-fun, ses-cell-property-get)
9492 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
9493 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9494 New functions.
90ca8b49
VB
9495 (ses-cell-property-set, ses-cell-property-pop)
9496 (ses-cell-property-get-handle): New macro.
9497 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9498 New aliases, used for code readability.
9499 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9500 cycle detection.
9501 (ses-self-reference-early-detection): New defcustom.
fac916bf 9502 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
9503 (ses-mode): Use ses-set-localvars.
9504 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9505 before lauching the update processing.
9506 (ses-initialize-Dijkstra-attempt): New function.
9507 (ses-recalculate-cell): Update for cycle detection based on
9508 Dijkstra algorithm.
9509
2bb63e81
VB
9510 * ses.el: Fix commenting and indenting convention.
9511
c9d29fb8
SM
95122011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9513
9514 * bs.el (bs-cycle-next): Complete last change.
9515
d8e4b68b
JB
95162011-06-27 Drew Adams <drew.adams@oracle.com>
9517
9518 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9519
40098786
LMI
95202011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9521
c9d29fb8
SM
9522 * net/network-stream.el (network-stream-open-starttls):
9523 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
9524 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9525
40098786
LMI
9526 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9527 to binary to possibly avoid line encoding issues on Windows (among
9528 other things).
9529
468d09d4
LMI
95302011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9531
9532 * net/network-stream.el (open-network-stream): Return an :error
9533 saying what the problem was, if possible.
9534
9535 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9536 server.
9537
9538 * net/network-stream.el (network-stream-open-starttls): If we
9539 wanted to use STARTTLS, and the server offered it, but we weren't
9540 able to because we had no STARTTLS support, then close the connection.
9541 (open-network-stream): Return an :error element, if present.
9542
16f07dd7
CY
95432011-06-26 Chong Yidong <cyd@stupidchicken.com>
9544
88821ca0
CY
9545 * hl-line.el (hl-line-sticky-flag): Doc fix.
9546 (global-hl-line-sticky-flag): New option (Bug#8323).
9547 (global-hl-line-highlight): Obey it.
9548
16f07dd7
CY
9549 * vc/vc.el (vc-revert-show-diff): Default to t.
9550
6b5ccddf
KM
95512011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9552
c9d29fb8
SM
9553 * allout-widgets.el (allout-widgets-post-command-business):
9554 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
9555 undecorated when an isearch is continued past, and isearch
9556 automatically collapses them. This leads to "widget leaks", where
9557 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
9558 hidden widgets can slow down cursor travel, substantially.
9559 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
9560 so we're doing without this nicety.
9561
9562 (allout-widgets-tally-string): Don't try to do a hash-table-count
9563 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9564 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9565 *Messages* when allout-widgets-maintain-tally is t.
9566
355f2e07
MR
95672011-06-26 Martin Rudalics <rudalics@gmx.at>
9568
9569 * window.el (display-buffer-normalize-argument): Rename to
9570 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
9571 LABEL argument. Respect special-display-function when popping up
9572 a new frame. Fix code searching for a window showing the buffer
9573 on another frame.
c9d29fb8
SM
9574 (display-buffer-normalize-specifiers):
9575 Call display-buffer-normalize-arguments.
355f2e07
MR
9576 (display-buffer-in-window): Don't undedicate the window if its
9577 buffer remains the same.
9578 Reported by Drew Adams <drew.adams@oracle.com>.
9579 (display-buffer-alist): Add choice for same-window macro
9580 specfier.
9581 (display-buffer): Mention special meaning of LABEL argument in
9582 doc-string. Fix quoting. Don't pop up a new frame even as
9583 fallback.
9584
7ca8fc42
JB
95852011-06-26 Juanma Barranquero <lekktu@gmail.com>
9586
9587 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9588 avoid deleting the current window in some cases (bug#8911).
9589
bc312254
AS
95902011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9591
9592 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9593 (Bug#8934)
9594
2db18f3f
LMI
95952011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9596
c9d29fb8
SM
9597 * net/network-stream.el (network-stream-open-starttls):
9598 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9599 (network-stream-open-tls): Ditto.
9600
6302e0d3
LL
96012011-06-26 Leo Liu <sdl.web@gmail.com>
9602
9603 * register.el (registerv): New struct.
9604 (registerv-make): New function.
c9d29fb8
SM
9605 (jump-to-register, describe-register-1, insert-register):
9606 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
9607 struct. (Bug#8415)
9608
5fdd4046
CY
96092011-06-26 Chong Yidong <cyd@stupidchicken.com>
9610
2afef60a
CY
9611 * vc/vc.el (vc-revert-show-diff): New defcustom.
9612 (vc-diff-internal): New arg specifying diff buffer.
9613 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9614 reuse an existing *vc-diff* buffer (Bug#8927).
9615
5fdd4046
CY
9616 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9617
e93db24a
GM
96182011-06-26 Glenn Morris <rgm@gnu.org>
9619
9620 * progmodes/f90.el (f90-critical-indent): New option.
9621 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9622 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9623 (f90-mode): Doc fix.
9624 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9625 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9626 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9627 (f90-match-end): Handle block, critical.
9628
eefff499
GM
96292011-06-25 Glenn Morris <rgm@gnu.org>
9630
f6ba4cc9
GM
9631 * calendar/diary-lib.el (diary-included-files): Doc fix.
9632 (diary-include-files): New function, extracted from
9633 diary-include-other-diary-files and diary-mark-included-diary-files.
9634 (diary-include-other-diary-files, diary-mark-included-diary-files):
9635 Just call diary-include-files.
9636 (diary-mark-entries): Reset diary-included-files on first call.
9637
16712304
GM
9638 * calendar/diary-lib.el (diary-mark-entries)
9639 (diary-mark-included-diary-files):
9640 Visit included diary-files in temp buffers.
9641
5d8e0d43
GM
9642 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9643 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9644 (f90-start-block-re, f90-imenu-generic-expression)
9645 (f90-looking-at-program-block-start, f90-no-block-limit):
9646 Add support for submodules.
9647
ccf7a5d5
GM
9648 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9649 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 9650
11fdef7d 96512011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
9652
9653 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9654 buffer-file-type before setting its value, to avoid disastrous
eefff499 9655 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 9656
74f53697
JB
96572011-06-25 Juanma Barranquero <lekktu@gmail.com>
9658
9659 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9660
9661 * ses.el (ses-unload-function):
9662 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9663
9664 * proced.el (proced-unload-function):
9665 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9666
18a4ce5e
AR
96672011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9668
9669 * server.el (server-create-window-system-frame): Add parameters arg.
9670 (server-process-filter): Doc fix. Handle frame-parameters.
9671
519d22cc
JB
96722011-06-25 Juanma Barranquero <lekktu@gmail.com>
9673
9674 Fix bug#8730, bug#8781.
9675
9676 * loadhist.el (unload--set-major-mode): New function.
9677 (unload-feature): Use it.
9678
9679 * progmodes/python.el (python-after-info-look): Add autoload cookie.
9680 (python-unload-function): New function.
9681
c206f5b0
SM
96822011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9683
9684 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9685
f9ad64f3
GS
96862011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
9687
9688 * net/browse-url.el (browse-url-firefox-program): Add icecat to
9689 the candidates list.
9690
7d0da90e
JB
96912011-06-24 Juanma Barranquero <lekktu@gmail.com>
9692
9693 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9694
14b4e83d
RS
96952011-06-23 Richard Stallman <rms@gnu.org>
9696
9697 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9698 (rmail-variables): Set next-error-move-function.
9699 (rmail-what-message): Take argument POS.
9700 (rmail-next-error-move): New function.
9701
273d2baf
SM
97022011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9703
9704 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9705 messages for adjacent non-terminals.
9706
56c2cc9a
RS
97072011-06-23 Richard Stallman <rms@gnu.org>
9708
9709 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 9710 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
9711 (rmail-start-mail): Don't specify use of rmail-mail-return;
9712 that's done by mail-bury now.
9713 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 9714
d59eb518
MA
97152011-06-23 Michael Albinus <michael.albinus@gmx.de>
9716
9717 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9718 SIZE is a number.
9719
02cfc6d6
MR
97202011-06-23 Martin Rudalics <rudalics@gmx.at>
9721
9722 * window.el (get-lru-window, get-mru-window)
9723 (get-largest-window): Never return a minibuffer window.
9724 (display-buffer-pop-up-window): Fix a bug that could lead to
9725 reusing the minibuffer window.
9726 (display-buffer): Pass original specifier argument to
9727 display-buffer-function instead of the normalized one.
9728 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9729
4e323265
LL
97302011-06-22 Leo Liu <sdl.web@gmail.com>
9731
9732 * minibuffer.el (completing-read-function)
9733 (completing-read-default): Move from minibuf.c
9734
7a70468f
RS
97352011-06-22 Richard Stallman <rms@gnu.org>
9736
50718fc2
RS
9737 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9738 to Rmail even if not started by a special Rmail command.
9739
7a70468f
RS
9740 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9741 Copy the buffer currently showing just one message.
9742
297dde5a
RW
97432011-06-22 Roland Winkler <winkler@gnu.org>
9744
9745 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9746 (bibtex-clean-entry): First delete the old key so that a
9747 customized algorithm for generating the new key does not get
9748 confused by the old key.
9749 (bibtex-url): Obey regexp of first step.
9750 (bibtex-search-entries): Do not use add-to-list with local
9751 list-var.
9752
97bb1093
LMI
97532011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9754
9755 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
9756 stored a user name, then query for the password first, instead of
9757 waiting for SMTP to give an error message and the trying again.
9758
1c0f1a19
JD
97592011-06-22 Lawrence Mitchell <wence@gmx.li>
9760
9761 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
9762 BUFFER in call-process.
9763
396f7c9d
LMI
97642011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9765
9766 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
9767 QUIT twice.
ddb7ffee
LMI
9768 (smtpmail-try-auth-methods): Require user name and password from
9769 auth-source.
396f7c9d 9770
8998d1b3
MR
97712011-06-22 Martin Rudalics <rudalics@gmx.at>
9772
9773 * window.el (display-buffer-default-specifiers)
9774 (display-buffer-alist): Remove entries for pop-up-frame-alist.
9775 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 9776 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
9777
9778 * frame.el (pop-up-frame-alist, pop-up-frame-function)
9779 (special-display-frame-alist, special-display-popup-frame):
9780 Remove duplicate declarations. These are now in window.el.
9781
4ea31e07
LMI
97822011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9783
c9d29fb8
SM
9784 * mail/smtpmail.el (smtpmail-via-smtp):
9785 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
9786 server supports it. SMTP servers that support STARTTLS commonly
9787 require it.
9788
9789 * net/network-stream.el (network-stream-open-starttls): Support
9790 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 9791 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 9792
95f41d9a
LMI
9793 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
9794 upgrades with `open-network-stream', and rely solely on
9795 auth-source for all credentials. Big changes throughout the file,
9796 but in particular:
c9d29fb8
SM
9797 (smtpmail-auth-credentials): Remove.
9798 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
9799 (smtpmail-via-smtp): Check for servers saying they want AUTH after
9800 MAIL FROM, too.
95f41d9a 9801
c9d29fb8
SM
9802 * net/network-stream.el (network-stream-open-starttls):
9803 Provide support for client certificates both for external and built-in
4ea31e07
LMI
9804 STARTTLS.
9805 (auth-source): Require.
9806 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
9807 (network-stream-certificate): Change cert-cert to cert and
9808 cert-key to key.
4ea31e07 9809
065ec2c7
MA
98102011-06-21 Michael Albinus <michael.albinus@gmx.de>
9811
9812 * net/tramp-cache.el (top): Don't load the persistency file when
9813 "emacs -Q" has been called.
9814
cd93b359
DR
98152011-06-21 Tim Harper <timcharper@gmail.com>
9816
d8e4b68b
JB
9817 * term/ns-win.el (ns-initialize-window-system):
9818 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
9819 resource to NO as it is not yet supported by the NS port.
9820
ae9c0411
JB
98212011-06-21 Juanma Barranquero <lekktu@gmail.com>
9822
9823 * misc.el (list-dynamic-libraries--refresh): Compute header here...
9824 (list-dynamic-libraries): ...not here.
9825
7f3f739f
LL
98262011-06-21 Leo Liu <sdl.web@gmail.com>
9827
9828 * subr.el (sha1): Implement sha1 using secure-hash.
9829
327c8fb1
MR
98302011-06-21 Martin Rudalics <rudalics@gmx.at>
9831
9832 * window.el (display-buffer-alist): In default value do not
9833 enforce searching a window on any but the selected frame.
9834 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9835 (display-buffer-select-window): Remove function.
9836 (display-buffer-in-window): When a window on another frame gets
9837 reused, do not select it any more but just raise its frame if
9838 necessary (Bug#8851) and (Bug#8856).
9839 (display-buffer-normalize-options): Handle pop-up-frames related
9840 options more faithfully.
9841 (pop-to-buffer): Don't rely on `display-buffer' selecting the
9842 window if it is on another frame.
c9d29fb8
SM
9843 (display-buffer-alist, display-buffer-default-specifiers):
9844 Don't make new frame unsplittable by default.
9e9de014
MR
9845 (display-buffer-normalize-argument): Fix doc-string typo and use
9846 'same-frame-other-window instead of 'other-window when associating
9847 with display-buffer-macro-specifiers.
327c8fb1 9848
7cf3f556
VB
98492011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
9850
9851 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
9852 New functions.
9853 (5x5-mode-map, 5x5-mode-menu): Bind them.
9854 (5x5-draw-grid): Tweak the solver's rendering.
9855
60a406cf
SM
98562011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9857
9858 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
9859 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
9860
d8e4b68b 98612011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
9862
9863 * menu-bar.el: Use function variable instead of switch-to-buffer.
9864 (menu-bar-select-buffer-function): New variable.
60a406cf 9865 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 9866
478d6f95
SM
98672011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9868
9869 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
9870 variable's status.
9871
ca530739
JD
98722011-06-20 Jan Djärv <jan.h.d@swipnet.se>
9873
9874 * x-dnd.el (x-dnd-version-from-flags)
9875 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
9876 and long as number (Bug#8899).
9877 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
9878
bcd70d97
SM
98792011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9880
60a406cf 9881 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
9882 (completion-try-completion, completion-all-completions): Compute the
9883 metadata argument if it's missing; make it optional (bug#8795).
9884
60a406cf 9885 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
9886 (widget-complete): Use new :completion-function property.
9887 (widget-completions-at-point): New function.
9888 (default): Use :completion-function instead of :complete.
60a406cf
SM
9889 (widget-default-completions): Rename from widget-default-complete;
9890 Rewrite.
bcd70d97
SM
9891 (widget-string-complete, widget-file-complete, widget-color-complete):
9892 Remove functions.
9893 (file, symbol, function, variable, coding-system, color):
9894 * international/mule-cmds.el (default-input-method, charset)
9895 (language-info-custom-alist):
9896 * cus-edit.el (face): Use new property :completions.
9897
9898 * progmodes/pascal.el (pascal-completions-at-point): New function.
9899 (pascal-mode): Use it.
9900 (pascal-mode-map): Use completion-at-point.
9901 (pascal-toggle-completions): Make obsolete.
9902 (pascal-complete-word, pascal-show-completions):
9903 * progmodes/octave-mod.el (octave-complete-symbol):
9904 Redefine as obsolete alias.
9905 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
9906 Signal absence of completion info for old Octave,
9907 (inferior-octave-complete): Redefine as obsolete alias.
9908 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
9909 (meta-completions-at-point): Rename from meta-complete-symbol and
9910 adapt it for use on completion-at-point-functions.
9911 (meta-common-mode): Use it.
9912 (meta-looking-at-backward, meta-match-buffer): Remove.
9913 (meta-complete-symbol): Redefine as obsolete alias.
9914 (meta-common-mode-map): Use completion-at-point.
9915 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
9916 (makefile-mode-map): Use completion-at-point.
9917 (makefile-completions-at-point): Rename from makefile-complete and
9918 adapt it for use on completion-at-point-functions.
9919 (makefile-mode): Use it.
9920 (makefile-complete): Redefine as obsolete alias.
9921
aebf69c8
DD
99222011-06-20 Deniz Dogan <deniz@dogan.se>
9923
9924 * net/rcirc.el: Delete trailing whitespaces once and for all.
9925
bfbbb27d
DC
99262011-06-20 Daniel Colascione <dan.colascione@gmail.com>
9927
9928 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
9929
d264a46b
CY
99302011-06-19 Chong Yidong <cyd@stupidchicken.com>
9931
4ca009e5
CY
9932 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
9933
d264a46b
CY
9934 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
9935
fbf5b3ce
MR
99362011-06-19 Martin Rudalics <rudalics@gmx.at>
9937
9938 * window.el (display-buffer-other-window-means-other-frame):
9939 Call display-buffer-normalize-alist.
9940 (display-buffer-normalize-specifiers-1): Rename to
9941 display-buffer-normalize-argument. New argument other-frame.
9942 Rewrite.
9943 (display-buffer-normalize-specifiers-2): Rename to
9944 display-buffer-normalize-options.
9945 (display-buffer-normalize-alist-1): New function.
9946 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
9947 display-buffer-normalize-alist.
9948 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
9949 (display-buffer-normalize-options-inhibit): New variable.
9950 (display-buffer-normalize-specifiers): Rewrite calling
9951 display-buffer-normalize-alist,
9952 display-buffer-normalize-argument, and
9953 display-buffer-normalize-options. Don't call the latter if
9954 display-buffer-normalize-options-inhibit is non-nil.
9955 (frame-auto-delete): New option.
9956 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
9957 (window-list-no-nils, window-state-ignored-parameters)
9958 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
9959 (window-state-put-1, window-state-put-2, window-state-put):
9960 New functions.
9a028c23
MR
9961 (display-buffer-normalize-options): Move special-display-p group
9962 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 9963
6d10d800
CY
99642011-06-18 Chong Yidong <cyd@stupidchicken.com>
9965
6420d28b
CY
9966 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
9967 groups (Bug#8776).
9968 (rx-submatch-n): New function.
9969 (rx): Document it.
9970
ddb8b596
CY
9971 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
9972 (Bug#8768).
9973
9974 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
9975
77080289
CY
9976 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
9977
61dfb316
CY
9978 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
9979 anytime existing face settings are present (Bug#8889).
9980
6d10d800
CY
9981 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
9982 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
9983 Remove unused argument.
9984
be3fb2b8
MR
99852011-06-18 Martin Rudalics <rudalics@gmx.at>
9986
bcd70d97
SM
9987 * window.el (display-buffer-default-specifiers):
9988 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
9989 pop-up-window-min-width, and another reuse-window specifier
9990 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
9991 (display-buffer-normalize-specifiers-2):
9992 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
9993 pop-up-windows is unset. Add a reuse-window specifier for the
9994 case popping up a new window fails.
9995 (special-display-popup-frame): Remove double quoting.
28dec25a 9996 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 9997
1c6d8c76
SM
99982011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9999
10000 * shell.el (shell-completion-vars): Set pcomplete-termination-string
10001 according to comint-completion-addsuffix.
10002
10003 * pcomplete.el: Convert to lexical binding and fix bug#8819.
10004 (pcomplete-suffix-list): Mark as obsolete.
10005 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
10006 pcomplete-seen in the closure.
10007 (pcomplete-comint-setup): Setup completion-at-point as well.
10008 (pcomplete--entries): New function.
10009 (pcomplete--env-regexp): New var.
10010 (pcomplete-entries): Rewrite to work with partial-completion and
10011 without relying on pcomplete-suffix-list.
10012 (pcomplete-pare-list): Remove, unused.
10013
25aef8b8
MR
100142011-06-17 Martin Rudalics <rudalics@gmx.at>
10015
10016 * window.el (display-buffer-alist): Set pop-up-window-min-height
10017 and pop-up-window-min-width in default value. Reported by
10018 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
10019 other-window-means-other-frame.
10020 (display-buffer-macro-specifiers): Comment out entry for
10021 other-window specifier.
10022 (display-buffer-other-window-means-other-frame): New function.
10023 (display-buffer-normalize-specifiers-1): New arguments
10024 buffer-name and label. Treat other-window case specially.
10025 (display-buffer-normalize-specifiers-2): Treat other-window case
10026 specially.
10027 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
10028 (display-buffer-normalize-specifiers):
10029 Call display-buffer-normalize-specifiers-3.
25aef8b8 10030
dbad4f69
MR
100312011-06-17 Martin Rudalics <rudalics@gmx.at>
10032
10033 * window.el (same-window-p): Fix two typos introduced when
10034 adding with-no-warnings.
d1067961
MR
10035 (display-buffer-normalize-specifiers-1): Don't check
10036 pop-up-frames for 'unset initialization.
10037 (display-buffer-normalize-specifiers-2): Major rewrite using
10038 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
10039 (pop-up-frames, display-buffer-reuse-frames)
10040 (display-buffer-mark-dedicated): Don't initialize to 'unset.
10041 Suggested by David Engster <deng@randomsample.de>.
10042 (even-window-heights): Initialize to 'unset.
10043 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
10044 (display-buffer-macro-specifiers): Don't pop up a new frame in the
10045 other window case.
dbad4f69 10046
9b9c9e3a
MR
100472011-06-16 Martin Rudalics <rudalics@gmx.at>
10048
bcd70d97
SM
10049 * window.el (display-buffer-normalize-specifiers-1):
10050 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 10051 second argument of display-buffer (Bug#8865).
981d5c09
MR
10052 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10053 (switch-to-buffer-other-window-same-frame)
10054 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
10055 Adams (Bug#8875).
9c2755e9
MR
10056 (display-buffer): Don't check noninteractive when calling
10057 display-buffer-pop-up-frame.
10058 (display-buffer-pop-up-frame): Never pop up a frame in
10059 noninteractive mode (Bug#8857).
67222e1d
MR
10060 (enlarge-window, shrink-window): Don't report an error when the
10061 window can't be resized as requested (Bug#8862).
9b9c9e3a 10062
2b75be67
SM
100632011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10064
9ffdd3ba
SM
10065 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10066
cb581a67
SM
10067 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10068
2b75be67
SM
10069 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10070
8c0e3589
AM
100712011-06-15 Alan Mackenzie <acm@muc.de>
10072
cb581a67
SM
10073 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10074 for declarators, disable knr checking to speed up for normal files.
10075 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 10076
b96e6cde
LMI
100772011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10078
4bba86e6
LMI
10079 * net/network-stream.el (open-network-stream): Add the keyword
10080 :always-query-capabilities for the case where you want to force a
10081 `plain' network connection, but the protocol still requires the
10082 capabilitiy command (i.e., SMTP and EHLO).
10083
2b75be67 10084 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
10085 consistency with other `-live-p' functions.
10086
efdcdbf8
SM
100872011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10088
10089 * window.el (same-window-buffer-names, same-window-regexps)
10090 (special-display-frame-alist, special-display-popup-frame)
10091 (special-display-function, special-display-buffer-names)
10092 (special-display-regexps, pop-up-frame-alist)
10093 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10094 (pop-up-windows, split-window-preferred-function)
10095 (split-height-threshold, split-width-threshold, even-window-heights)
10096 (display-buffer-mark-dedicated): Don't encourage the use of
10097 display-buffer-alist from Elisp code.
10098
c5cde042
DN
100992011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10100
10101 * progmodes/python.el (python-mode): Derive from prog-mode.
10102 * progmodes/ps-mode.el (ps-mode):
10103 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 10104 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
10105 * progmodes/ld-script.el (ld-script-mode): Likewise.
10106
baa1c9ab
MR
101072011-06-15 Martin Rudalics <rudalics@gmx.at>
10108
10109 * window.el (display-buffer-alist): Trim default value to avoid
10110 popping up a new frame (Bug#8857) or reusing an arbitrary window
10111 on another frame.
10112 (display-buffer): Do not fall back on popping up a new frame in
10113 batch mode (Bug#8857).
10114
c5dd5a51
CY
101152011-06-14 Chong Yidong <cyd@stupidchicken.com>
10116
10117 * cus-theme.el (describe-theme-1): Use custom-theme-p.
10118 (custom-theme-summary): New function.
10119 (customize-themes): Use it.
10120
d647b7c4
GM
101212011-06-13 Glenn Morris <rgm@gnu.org>
10122
10123 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10124
9481c002
MR
101252011-06-13 Martin Rudalics <rudalics@gmx.at>
10126
357f93d2
MR
10127 * help.el (help-window): Remove variable.
10128 (help-window-point-marker, temp-buffer-max-height)
10129 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10130 (help-print-return-message): Don't set help-window.
10131 (resize-temp-buffer-window): Rewrite cod eand doc-string.
10132 (help-window-setup-finish): Remove.
10133 (help-window-display-message, help-window-setup)
10134 (with-help-window): Major rewrite based on new
10135 display-buffer-window variable.
10136
10137 * help-mode.el (help-mode-finish): Remove help-window related
10138 code.
10139
10140 * view.el (view-exits-all-viewing-windows): Remove reference to
10141 view-return-to-alist in doc-string.
10142 (view-return-to-alist): Make obsolete.
10143 (view-buffer): Call pop-to-buffer-same-window and remove
10144 undo-window code.
10145 (view-buffer-other-window): Call pop-to-buffer-other-window and
10146 simplify code. Ignore second argument.
10147 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10148 simplify code. Ignore second argument.
10149 (view-return-to-alist-update): Make obsolete.
10150 (view-mode-enter): Rename second argument to QUIT-RESTORE.
10151 Rewrite using quit-restore window parameters.
2b75be67
SM
10152 (view-mode-exit): Rename second argument to EXIT-ONLY.
10153 Rewrite using quit-restore-window.
357f93d2
MR
10154 (View-exit, View-exit-and-edit, View-leave, View-quit)
10155 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10156 appropriate arguments.
10157 (view-end-message): Use quit-restore window parameter.
10158
9481c002
MR
10159 * window.el (display-buffer-function): Rewrite doc-string.
10160 (display-buffer-window, display-buffer-alist): New variables.
10161 (display-buffer-split-specifiers)
10162 (display-buffer-side-specifiers)
10163 (display-buffer-macro-specifiers): New constants.
10164 (display-buffer-even-window-sizes, display-buffer-set-height)
10165 (display-buffer-set-width, display-buffer-select-window)
10166 (display-buffer-in-window, display-buffer-reuse-window)
10167 (display-buffer-split-window-1, display-buffer-split-window)
10168 (display-buffer-split-atom-window, display-buffer-pop-up-window)
10169 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10170 (display-buffer-in-side-window, normalize-buffer-to-display)
10171 (display-buffer-normalize-specifiers-1)
10172 (display-buffer-normalize-specifiers-2)
2b75be67
SM
10173 (display-buffer-normalize-specifiers, display-buffer-frame):
10174 New functions.
9481c002
MR
10175 (display-buffer): Major rewrite.
10176 (display-buffer-other-window, display-buffer-other-frame)
10177 (pop-to-buffer, switch-to-buffer-other-window)
10178 (switch-to-buffer-other-frame): Rewrite.
10179 (display-buffer-same-window, display-buffer-same-frame)
10180 (display-buffer-same-frame-other-window)
10181 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10182 (pop-to-buffer-other-window)
10183 (pop-to-buffer-same-frame-other-window)
10184 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
10185 (switch-to-buffer-other-window-same-frame): New functions.
10186 (same-window-p, special-display-p): Rewrite disabling warnings.
10187 Make obsolete.
10188 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10189 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
10190 Make obsolete
10191 (same-window-buffer-names, same-window-regexps)
10192 (special-display-frame-alist, special-display-popup-frame)
10193 (special-display-function, special-display-buffer-names)
10194 (special-display-regexps, pop-up-frame-alist)
10195 (pop-up-frame-function, split-window-preferred-function)
10196 (split-height-threshold, split-width-threshold)
10197 (even-window-heights): Make obsolete.
10198
9db51aca
GM
101992011-06-12 Glenn Morris <rgm@gnu.org>
10200
10201 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 10202 Misc simplifications.
9db51aca 10203
39cffb44
MR
102042011-06-12 Martin Rudalics <rudalics@gmx.at>
10205
10206 * window.el (window-safely-shrinkable-p): Restore function which
10207 was inadvertently removed in change from 2011-06-11. Declare as
10208 obsolete.
10209
2b75be67
SM
10210 * calendar/calendar.el (calendar-generate-window):
10211 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
10212 window-safely-shrinkable-p.
10213
a8955be7
GM
102142011-06-12 Glenn Morris <rgm@gnu.org>
10215
10216 * progmodes/fortran.el (fortran-mode-syntax-table):
10217 * progmodes/f90.el (f90-mode-syntax-table):
10218 Set % to punctuation. (Bug#8820)
10219 (f90-find-tag-default): Remove, no longer needed.
10220
f0d4059d
DC
102212011-06-12 Daniel Colascione <dan.colascione@gmail.com>
10222
10223 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
10224
1100a63c
CY
102252011-06-11 Chong Yidong <cyd@stupidchicken.com>
10226
10227 * image.el (image-animated-p): Return animation delay in seconds.
10228 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
10229 (image-animate-timeout): Remove DELAY argument. Don't assume
10230 every subimage has the same delay; get it from image-animated-p.
10231 (image-animate): Caller changed.
10232
def722bf
MA
102332011-06-11 Michael Albinus <michael.albinus@gmx.de>
10234
10235 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
10236 to ignored backtrace functions.
10237
0a2bb1a9
GM
102382011-06-11 Glenn Morris <rgm@gnu.org>
10239
10240 * calendar/appt.el (appt-disp-window-function): Doc fix.
10241 (appt-check): Handle overlapping appointments. (Bug#8337)
10242
6198ccd0
MR
102432011-06-11 Martin Rudalics <rudalics@gmx.at>
10244
10245 * window.el (window-tree-1, window-tree): New functions, moving
10246 the latter to window.el.
10247 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10248 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10249 (bw-refresh-edges): Remove.
10250 (balance-windows-1, balance-windows-2): New functions.
10251 (balance-windows): Rewrite in terms of window tree functions,
10252 balance-windows-1 and balance-windows-2.
10253 (bw-adjust-window): Remove.
10254 (balance-windows-area-adjust): New function with functionality of
10255 bw-adjust-window but using resize-window.
2b75be67
SM
10256 (set-window-text-height): Rewrite doc-string.
10257 Use normalize-live-window and resize-window.
10258 (enlarge-window-horizontally, shrink-window-horizontally):
10259 Rename argument to DELTA.
6198ccd0
MR
10260 (window-buffer-height): New function.
10261 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10262 Rewrite using new window resize routines.
2b75be67
SM
10263 (kill-buffer-and-window, mouse-autoselect-window-select):
10264 Use ignore-errors instead of condition-case.
6198ccd0
MR
10265 (quit-window): Call delete-frame instead of delete-windows-on
10266 for the only buffer on frame.
10267
9397e56f
MR
102682011-06-10 Martin Rudalics <rudalics@gmx.at>
10269
10270 * loadup.el (top-level): Load window before files for the sake
10271 of replace-buffer-in-windows.
10272
10273 * files.el (read-buffer-to-switch)
10274 (switch-to-buffer-other-window)
2b75be67
SM
10275 (switch-to-buffer-other-frame, display-buffer-other-frame):
10276 Move to window.el.
9397e56f
MR
10277
10278 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10279 (previous-buffer): Move to window.el.
10280
10281 * bindings.el (unbury-buffer): Move to window.el.
10282
10283 * window.el (delete-other-windows-vertically): Move after
10284 definition of delete-other-windows.
10285 (other-window, delete-windows-on, replace-buffer-in-windows):
10286 Move here from window.c.
10287 (record-window-buffer, unrecord-window-buffer)
10288 (set-window-buffer-start-and-point, switch-to-prev-buffer)
10289 (switch-to-next-buffer): New functions.
10290 (get-next-valid-buffer, last-buffer, next-buffer): Move here
10291 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
10292 (previous-buffer): Move here from simple.el.
10293 Call switch-to-prev-buffer.
9397e56f
MR
10294 (bury-buffer): Move here from buffer.c. Switch to previous
10295 buffer when window cannot be deleted.
10296 (unbury-buffer): Move here from bindings.el.
10297 (ctl-x-map): Move binding for other-window from window.c to
10298 here.
10299 (read-buffer-to-switch, switch-to-buffer-other-window)
10300 (switch-to-buffer-other-frame): Move here from files.el.
10301 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
10302 (switch-to-buffer): Move here from buffer.c.
10303 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 10304
562dd5e9
MR
103052011-06-10 Martin Rudalics <rudalics@gmx.at>
10306
10307 * window.el (window-min-height, window-min-width): Move here
10308 from window.c. Add defcustoms and rewrite doc-strings.
10309 (resize-mini-window, resize-window): New functions.
10310 (adjust-window-trailing-edge, enlarge-window, shrink-window):
10311 Move here from window.c.
10312 (maximize-window, minimize-window): New functions.
10313 (delete-window, delete-other-windows, split-window): Move here
10314 from window.c.
10315 (window-split-min-size): New function.
10316 (split-window-keep-point): Mention split-window-above-each-other
10317 instead of split-window-vertically.
2b75be67 10318 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
10319 Rename split-window-vertically to split-window-above-each-other
10320 and provide defalias for old definition.
10321 (split-window-side-by-side, split-window-horizontally):
10322 Rename split-window-horizontally to split-window-side-by-side
10323 and provide defalias for the old definition.
562dd5e9
MR
10324 (ctl-x-map): Move bindings for delete-window,
10325 delete-other-windows and enlarge-window here from window.c.
10326 Replace bindings for split-window-vertically and
10327 split-window-horizontally by bindings for
10328 split-window-above-each-other and split-window-side-by-side.
10329
10330 * cus-start.el (all): Remove entries for window-min-height and
10331 window-min-width. Add entries for window-splits and
10332 window-nest.
10333
f0da764a
GM
103342011-06-09 Glenn Morris <rgm@gnu.org>
10335
80675c21
GM
10336 * calendar/appt.el (appt-mode-line): New function.
10337 (appt-check, appt-disp-window): Use it.
10338
f0da764a
GM
10339 * files.el (hack-one-local-variable-eval-safep):
10340 Allow minor-modes with explicit +/-1 arguments.
10341
59f623b7
TZ
103422011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
10343
10344 * term/xterm.el (xterm): Add defgroup.
10345 (xterm-extra-capabilities): Add defcustom to supply known xterm
10346 capabilities, skip querying them, or query them (default).
10347 (terminal-init-xterm): Use it.
10348 (terminal-init-xterm-modify-other-keys): New function to set up
10349 modifyOtherKeys support to simplify `terminal-init-xterm'.
10350
9aab8e0d
MR
103512011-06-09 Martin Rudalics <rudalics@gmx.at>
10352
10353 * window.el (resize-window-reset, resize-window-reset-1)
10354 (resize-subwindows-skip-p, resize-subwindows-normal)
10355 (resize-subwindows, resize-other-windows, resize-this-window)
10356 (resize-root-window, resize-root-window-vertically)
10357 (window-deletable-p, window-or-subwindow-p)
10358 (frame-root-window-p): New functions.
10359
e8b08aee
GM
103602011-06-09 Glenn Morris <rgm@gnu.org>
10361
10362 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
10363 (ange-ftp-get-files): Use it.
10364
254c37a5
AK
103652011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10366
10367 * mail/sendmail.el (mail-recover-1, mail-recover):
10368 * files.el (recover-file, recover-session):
10369 Handle dired-listing-switches not being just a single short option.
10370
35d7dbd3
GM
103712011-06-09 Glenn Morris <rgm@gnu.org>
10372
10373 * calendar/appt.el (appt-display-message, appt-disp-window):
10374 Handle lists of appointments.
10375
387522b2
MR
103762011-06-08 Martin Rudalics <rudalics@gmx.at>
10377
2b75be67
SM
10378 * window.el (one-window-p): Move down in code.
10379 Rewrite doc-string.
10380 (window-current-scroll-bars): Rewrite doc-string.
10381 Normalize live window argument.
387522b2
MR
10382 (walk-windows, get-window-with-predicate, count-windows):
10383 Rewrite doc-string. Use window-list-1.
10384 (window-in-direction-2, window-in-direction, get-mru-window):
10385 New functions.
10386
d8e4b68b 103872011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
10388
10389 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10390 Doc fix (Bug#8713).
10391
103922011-06-08 Chong Yidong <cyd@stupidchicken.com>
10393
10394 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10395
103962011-06-08 Juanma Barranquero <lekktu@gmail.com>
10397
10398 * loadhist.el (unload-feature-special-hooks):
10399 Add `comint-output-filter-functions'.
10400
0de12c52
IK
104012011-06-08 Ivan Kanis <gnu@kanis.fr>
10402
10403 * calendar/appt.el (appt-check): Move some initializations into the let.
10404
f3d1777e
MR
104052011-06-08 Martin Rudalics <rudalics@gmx.at>
10406
10407 * window.el (window-height): Defalias to window-total-height.
10408 (window-width): Defalias to window-body-width.
10409
18af70d0
CY
104102011-06-07 Chong Yidong <cyd@stupidchicken.com>
10411
10412 * image-mode.el (image-toggle-animation): New command.
10413 (image-mode-map): Bind it to RET.
10414 (image-mode): Update message.
10415 (image-toggle-display-image): Avoid a spurious cache flush.
10416 (image-transform-rotation): Doc fix.
10417 (image-transform-properties): Return quickly in the normal case.
10418 (image-animate-loop): Rename from image-animate-max-time.
10419
2b75be67 10420 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
10421 (create-animated-image): Remove unnecessary function.
10422 (image-animate): Rename from image-animate-start. New arg.
2b75be67 10423 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
10424 (image-animate-timer): Use car-safe.
10425 (image-animate-timeout): Rename argument.
10426
190b47e6
MR
104272011-06-07 Martin Rudalics <rudalics@gmx.at>
10428
10429 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
10430 window.c. Rename first argument to ALL-FRAMES.
10431 Rephrase doc-strings.
10432 (get-buffer-window-list): Rewrite using window-list-1.
10433 Rephrase doc-string.
a1511caf
MR
10434 (window-safe-min-height, window-safe-min-width): New constants.
10435 (window-size-ignore, window-min-size, window-min-size-1)
10436 (window-sizable, window-sizable-p, window-size-fixed-1)
10437 (window-size-fixed-p, window-min-delta-1, window-min-delta)
10438 (window-max-delta-1, window-max-delta, window-resizable)
10439 (window-resizable-p, window-total-height, window-total-width)
10440 (window-body-width): New functions.
10441 (window-full-height-p, window-full-width-p): Rewrite using
10442 window-total-size.
10443 (window-body-height): Rewrite using window-body-size.
190b47e6 10444
85cc1f11
MR
104452011-06-06 Martin Rudalics <rudalics@gmx.at>
10446
10447 * window.el (window-right, window-left, window-child)
10448 (window-child-count, window-last-child, window-any-p)
10449 (normalize-live-buffer, normalize-live-frame)
10450 (normalize-any-window, normalize-live-window)
10451 (window-iso-combination-p, window-iso-combined-p)
10452 (window-iso-combinations)
10453 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10454 (windows-with-parameter, window-with-parameter)
10455 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
10456 (window-atom-check, window-side-check, window-check):
10457 New functions.
85cc1f11
MR
10458 (ignore-window-parameters, window-sides, window-sides-vertical)
10459 (window-sides-slots): New variables.
10460 (window-size-fixed): Move down in code. Minor doc-string fix.
10461
e7156492
AS
104622011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10463
10464 * comint.el (comint-dynamic-complete-as-filename)
10465 (comint-dynamic-complete-filename): Correctly call
10466 completion-in-region.
10467
7e821d0d
DD
104682011-06-05 Deniz Dogan <deniz@dogan.se>
10469
10470 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10471 in last change.
10472
ac09b8a1
DD
104732011-06-05 Deniz Dogan <deniz@dogan.se>
10474
10475 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10476 (rcirc): Use it to prompt for encryption.
10477
34699b85
RW
104782011-06-05 Roland Winkler <winkler@gnu.org>
10479
10480 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10481 (bibtex-search-entries): New command bound to C-c C-a.
10482 (bibtex-display-entries): New function.
10483
004dedd3
RW
104842011-06-05 Roland Winkler <winkler@gnu.org>
10485
10486 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10487 (bibtex-insert-kill): After yanking insert newline if necessary.
10488 (bibtex-initialize): Call bibtex-string-files-init only once.
10489 (bibtex-mode): Do not call easy-menu-add.
10490 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10491 (bibtex-yank): Set arg properly if nil.
10492
022fe7ce
RW
104932011-06-05 Roland Winkler <winkler@gnu.org>
10494
2b75be67
SM
10495 * textmodes/bibtex.el (bibtex-search-entry-globally):
10496 New variable.
022fe7ce
RW
10497 (bibtex-search-entry): Use it.
10498
b7c3692a
RW
104992011-06-05 Roland Winkler <winkler@gnu.org>
10500
10501 * textmodes/bibtex.el (bibtex-entry-format): New option
10502 sort-fields.
10503 (bibtex-format-entry, bibtex-reformat): Honor this option.
10504 (bibtex-parse-entry): Return fields in proper order.
10505
8eda563d
JB
105062011-06-05 Juanma Barranquero <lekktu@gmail.com>
10507
10508 * doc-view.el (doc-view-remove-if): Move computation of result out
10509 of `dolist' to silence misleading lexical-binding warning.
10510
7dbe3dbc
CY
105112011-06-04 Chong Yidong <cyd@stupidchicken.com>
10512
10513 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10514 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10515
0c33dd17
MA
105162011-06-04 Michael Albinus <michael.albinus@gmx.de>
10517
10518 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10519 "SunOS 5.10".
10520
f8f91c2b
MA
105212011-06-04 Michael Albinus <michael.albinus@gmx.de>
10522
10523 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10524 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10525 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10526 (tramp-parse-putty):
10527 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10528 (tramp-completion-function-alist-ssh)
10529 (tramp-completion-function-alist-telnet)
10530 (tramp-completion-function-alist-su)
10531 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10532 cookie.
10533
10534 * net/tramp-ftp.el:
10535 * net/tramp-sh.el:
10536 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10537 load "tramp.el" `tramp-set-completion-function'.
10538
e17d9003
SM
105392011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10540
10541 * shell.el: Require and use pcomplete.
10542 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10543 (shell-completion-vars): Set pcomplete-default-completion-function.
10544
6c4cab03
DD
105452011-06-04 Deniz Dogan <deniz@dogan.se>
10546
10547 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10548 `memq' (Bug#8799).
10549
ea9fafe0
SM
105502011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10551
10552 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10553
b3e945d3
JB
105542011-06-02 Juanma Barranquero <lekktu@gmail.com>
10555
10556 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10557 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10558 * vc/log-view.el (log-view-beginning-of-defun):
10559 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10560 (smerge-refine-forward, smerge-refine-chopup-region):
10561 Silence warning for unused `dotimes' counter variables.
10562
7d520089
SM
105632011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10564
10565 * net/tramp.el (tramp-with-progress-reporter): Rename from
10566 with-progress-reporter. Use `declare'.
10567 * net/tramp-smb.el:
10568 * net/tramp-sh.el:
10569 * net/tramp-gvfs.el: Update all uses.
10570
a1c2400f
JB
105712011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10572
10573 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10574 buffer isn't killed before making it current.
10575
2403c841
SM
105762011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10577
10578 Silence various byte-compiler warnings.
10579 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10580 `access-type' and new obsolescence format.
10581 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10582 new format.
10583 (byte-compile-check-variable): New `access-type' argument.
10584 Only warn if the access-type is obsolete.
10585 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10586 (byte-compile-variable-set): Adjust callers.
10587 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10588 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10589 setting it as obsolete.
10590 * simple.el (minibuffer-completing-symbol):
10591 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10592 access as obsolete.
10593 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10594 obsolete yet.
10595 * international/quail.el (quail-mouse-choose-completion): Remove unused
10596 code referring to obsolete var.
10597 (quail-choose-completion-string): Remove.
10598 * server.el (server-clients-with, server-kill-buffer-query-function)
10599 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10600 * proced.el (proced-send-signal):
10601 * emacs-lisp/lisp.el (lisp-complete-symbol):
10602 Replace completion-annotate-function with completion-extra-properties.
10603
2462470b
SM
106042011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10605
fb5b2591
SM
10606 * simple.el (goto-line): Use read-number.
10607 (overriding-map-is-bound): Remove.
10608 (saved-overriding-map): Change default.
10609 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10610 Take the map as argument.
10611 (universal-argument, negative-argument, digit-argument): Use it.
10612 (restore-overriding-map): Adjust.
10613 (do-auto-fill): Use fill-forward-paragraph.
10614 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10615
fd6fa53f
SM
10616 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10617 (minibuffer-inactive-mode): New major mode.
10618 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10619 the *Messages* buffer" hack.
10620 (mouse-popup-menubar): Don't burp if the event is a normal key.
10621
2462470b
SM
10622 Miscellaneous tweaks.
10623 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10624 lexical scoping as in subr.el's dolist and dotimes.
10625 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10626 Silence compiler warning.
10627 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10628 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10629 * international/ccl.el (ccl-compile): Trivial simplification.
10630 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10631 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10632 `printflag' argument.
10633 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10634 Purecopy the whole obsolescence data.
10635
108bf785
LL
106362011-06-01 Leo Liu <sdl.web@gmail.com>
10637
10638 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10639 improve doc-string as suggested by Marco Pessotto
10640 <melmothx@gmail.com>.
10641 (rcirc-print): Fix last change.
10642
30a23501
SM
106432011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10644
10645 * minibuffer.el (complete-with-action): Return nil for the metadata and
10646 boundaries of non-functional tables.
10647 (completion-table-dynamic): Return nil for the metadata.
10648 (completion-table-with-terminator): Add default case, using
10649 complete-with-action.
10650 (completion--metadata): New function.
10651 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10652 to try and avoid pathological performance problems.
10653 (completion--embedded-envvar-table): Return `category' metadata.
10654
bcd54f83
LMI
106552011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10656
10657 * subr.el (process-alive-p): New tiny convenience function.
10658
e227544d
SM
106592011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10660
10661 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10662 content but also its previous major mode.
10663
e8296fdc
HE
106642011-05-31 Helmut Eller <eller.helmut@gmail.com>
10665
4d61f28d 10666 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
10667 *Backtrace* buffer when we exit with C-M-c.
10668
620c53a6
SM
106692011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10670
10671 * minibuffer.el: Add metadata method to completion tables.
10672 (completion-category-overrides): New defcustom.
10673 (completion-metadata, completion--field-metadata)
10674 (completion-metadata-get, completion--styles)
10675 (completion--cycle-threshold): New functions.
10676 (completion-try-completion, completion-all-completions):
10677 Add `metadata' argument to choose completion-styles.
10678 (completion--do-completion): Use metadata to choose cycling.
10679 (completion-all-sorted-completions): Use metadata for sorting.
10680 Remove :completion-cycle-penalty which is not needed any more.
10681 (completion--try-word-completion): Add `metadata' argument.
10682 (minibuffer-completion-help): Check metadata for annotation function
10683 and sorting.
10684 (completion-file-name-table): Return `category' metadata.
10685 (minibuffer-completing-file-name): Make obsolete.
10686 * simple.el (minibuffer-completing-symbol): Make obsolete.
10687 * icomplete.el (icomplete-completions): Pass new `metadata' param to
10688 completion-try-completion.
10689
1257e755
SM
106902011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10691
10692 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10693
3767e706
LL
106942011-05-30 Leo Liu <sdl.web@gmail.com>
10695
10696 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
10697 (rcirc-print): Decode all incoming messages (bug#8744).
10698 (rcirc-decode-coding-system): Allow value nil for automatic coding
10699 system detection.
3767e706 10700
d1a5d56a
GM
107012011-06-01 Glenn Morris <rgm@gnu.org>
10702
10703 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10704
e8cbec34
CY
107052011-05-29 Chong Yidong <cyd@stupidchicken.com>
10706
10707 * image.el (image-animate-max-time): Allow nil and t values.
10708 Default to nil.
10709 (create-animated-image): Doc fix.
10710 (image-animate-start): Remove second arg; just use
10711 image-animate-max-time.
10712 (image-animate-timeout): Doc fix. Args changed.
10713
10714 * image-mode.el (image-toggle-display-image): Ensure that the
10715 image spec passed to the animate timer is the same object as in
58179cce 10716 the buffer's display property (Bug#6981).
e8cbec34
CY
10717 (image-transform-properties): Doc fix.
10718
10719 * image.el (image-animate-max-time): Default to nil.
10720
159daf87
MR
107212011-05-29 Martin Rudalics <rudalics@gmx.at>
10722
10723 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10724 entire buffer list (Bug#8184).
10725
d66c4c7c
CY
107262011-05-29 Chong Yidong <cyd@stupidchicken.com>
10727
10728 * image.el (imagemagick-types-inhibit)
10729 (imagemagick-register-types): Doc fix.
10730
80aec780
DD
107312011-05-29 Deniz Dogan <deniz@dogan.se>
10732
10733 * net/rcirc.el (rcirc): Use the user's stored encryption method by
10734 default.
10735
1dd3c2d9
CY
107362011-05-29 Chong Yidong <cyd@stupidchicken.com>
10737
10738 * select.el: Don't perform clipboard-manager saving in hooks;
10739 leave the hooks empty.
10740
60e56523
LL
107412011-05-28 Leo Liu <sdl.web@gmail.com>
10742
10743 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10744 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
10745 (occur-edit-mode): New major mode (Bug#8463).
10746 (occur-after-change-function): New function.
10747 (occur-engine): Give Occur tags a read-only property.
10748
2b1e1a22
KR
107492011-05-28 Kevin Ryde <user42@zip.com.au>
10750
10751 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10752
5d344e88
CY
107532011-05-28 Chong Yidong <cyd@stupidchicken.com>
10754
8e6ca83d
CY
10755 * bindings.el (help-echo): Make the initial non-indicator dash
10756 empty on graphical terminals (Bug#7295).
10757
5d344e88
CY
10758 * files.el (auto-mode-alist): Move config rule after the
10759 in-stripping one (Bug#8547).
10760
bfbbace7
CY
10761 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
10762
fbeba6e2
CY
10763 * startup.el (normal-splash-screen): Remove gratuitous mode-line
10764 setting (Bug#8740).
10765
60ed8c72
AA
107662011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
10767
4ac619f0
AA
10768 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
10769 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
10770 (Bug#8539).
60ed8c72 10771
23db196e
CY
107722011-05-28 Chong Yidong <cyd@stupidchicken.com>
10773
10774 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
10775
5012f24c
DK
107762011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
10777
10778 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
10779 (hs-hide-block-at-point, hs-find-block-beginning)
10780 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
10781 (Bug#8279).
10782
6a639b16
GM
107832011-05-28 Glenn Morris <rgm@gnu.org>
10784
10785 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
10786
d43eaf2c
CY
107872011-05-28 Chong Yidong <cyd@stupidchicken.com>
10788
5199bde1
CY
10789 * help-fns.el (describe-function-1): If the function is a derived
10790 major mode, print the parent mode.
10791
d43eaf2c
CY
10792 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
10793 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
10794
423428a8
SM
107952011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10796
0ff8e1ba 10797 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 10798 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
10799 * progmodes/etags.el (tags-completion-at-point-function):
10800 * info-look.el (info-lookup-completions-at-point): Mark as
10801 non-exclusive.
10802 (info-complete): Adjust accordingly.
10803
423428a8
SM
10804 * info-look.el: Convert to lexical-binding and completion-at-point.
10805 (info-lookup-completions-at-point): New function.
10806 (info-complete): Use it and completion-in-region.
10807
b74aa22b
DA
108082011-05-28 Drew Adams <drew.adams@oracle.com>
10809
10810 * isearch.el: Let M-e start with point at the first mismatched char.
10811 (isearch-fail-pos): New function.
10812 (isearch-edit-string): Use it.
10813
66e2e71d
DK
108142011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10815
10816 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10817
b1890b0f 108182011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
10819
10820 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
10821 traversal functions for avl-trees.
10822 (avl-tree--stack): New struct.
10823 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
10824 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
10825 (avl-tree--do-enter): Add optional `updatefun' arg.
10826 Change return value.
eb95d01d 10827 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
10828 (avl-tree--do-delete): Add `test' and `nilflag' args.
10829 Change return value.
eb95d01d
TC
10830 (avl-tree-member): Add optional `nilflag'
10831 (avl-tree-member-p): New function.
10832 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
10833 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
10834 (avl-tree-stack-empty-p): New functions.
10835
3769ddcf
TC
10836 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
10837 avl-tree--del-balance1 and make it work both ways.
10838 (avl-tree--del-balance2): Remove.
10839 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
10840 make it work both ways.
10841 (avl-tree--enter-balance2): Remove.
10842 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
10843 New macros.
10844 (avl-tree--mapc, avl-tree-map): Add direction argument.
10845
eb95d01d 108462011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
10847
10848 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
10849
a9f737ee
CY
108502011-05-27 Chong Yidong <cyd@stupidchicken.com>
10851
10852 * select.el: Support clipboard managers with built-in function
10853 x-clipboard-manager-save, via delete-frame-functions and
10854 kill-emacs-hook.
10855 (xselect-convert-to-targets): Add MULTIPLE target to list.
10856 (xselect-convert-to-save-targets): New function.
10857
c92a1e54
KH
108582011-05-27 Kenichi Handa <handa@m17n.org>
10859
10860 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
10861 let-binding rfc2047-encode-encoded-words to nil.
10862
e145f188
GM
108632011-05-27 Glenn Morris <rgm@gnu.org>
10864
5ec8a862
GM
10865 * mail/emacsbug.el: Don't require url-util.
10866
4b29d9fb
GM
10867 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
10868
e145f188
GM
10869 * files.el (set-auto-mode):
10870 Also respect mode: entries at the end of the file. (Bug#8586)
10871
7d15102b
GM
108722011-05-26 Glenn Morris <rgm@gnu.org>
10873
98f593b8
GM
10874 * files.el (hack-local-variables-prop-line, hack-local-variables):
10875 Downcase mode names, as seems to be traditional.
27b48e63 10876 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 10877
7d15102b
GM
10878 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
10879 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
10880
51d5b4ec
JD
108812011-05-25 Julien Danjou <julien@danjou.info>
10882
10883 * textmodes/rst.el (rst-define-level-faces): Do not define face
10884 symbol if it is already defined.
10885
91513f63
VB
108862011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
10887
10888 * play/5x5.el (5x5-new-game, 5x5-randomize):
10889 Reset 5x5-solver-output to nil when a new grid is cast.
10890 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
10891 these debugging traces, as defmacro breaks the compiled code.
10892
4d90d6d0
DK
108932011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10894
10895 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10896
e1b90ef6
LL
108972011-05-24 Leo Liu <sdl.web@gmail.com>
10898
10899 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
10900 (vc-bzr-sha1): Adapt.
10901
d8e4b68b 10902 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
10903
10904 * bindings.el: Provide sha1 feature.
10905
db0406bb 109062011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
10907
10908 * mail/sendmail.el: Require `rfc2047'.
10909 (mail-insert-from-field): Do not perform RFC2047 encoding.
10910 (mail-encode-header): New function.
10911 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
10912 buffer to the return value of select-message-coding-system.
10913 Call mail-encode-header.
b8d747b9
KH
10914
10915 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
10916
db0406bb 109172011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 10918
4d90d6d0
DK
10919 * mail/supercite.el (sc-default-cite-frame):
10920 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 10921
eb8a5e9b
GM
109222011-05-24 Glenn Morris <rgm@gnu.org>
10923
f8630703
GM
10924 * progmodes/python.el (brm-menu): Declare.
10925
8831bbed
GM
10926 * emulation/viper.el (viper-set-hooks): Declare.
10927
eb8a5e9b
GM
10928 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
10929 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
10930 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
10931 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
10932 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
10933 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
10934
a2a25d24
SM
109352011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10936
10937 Add an :exit-function for completion-at-point.
10938
10939 * minibuffer.el (completion--done): New fun.
10940 (completion--do-completion): Use it. New arg `expect-exact'.
10941 (minibuffer-complete, minibuffer-complete-word): Don't output message,
10942 since completion--do-completion does it for us now.
10943 (minibuffer-force-complete): Use completion--done and
10944 completion--replace. Handle sole-completion case with more care.
10945 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
10946 (completion-extra-properties): New var.
10947 (completion-annotate-function): Make obsolete.
10948 (minibuffer-completion-help): Adjust accordingly.
10949 Use completion-list-insert-choice-function.
10950 (completion-at-point, completion-help-at-point):
10951 Bind completion-extra-properties.
10952 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
10953 * simple.el (completion-list-insert-choice-function): New var.
10954 (completion-setup-function): Preserve it.
10955 (choose-completion): Pay attention to it, shuffle the code a bit.
10956 (choose-completion-string): New arg `insert-function'.
10957
10958 * textmodes/bibtex.el: Convert to lexical binding.
10959 (bibtex-mode-map): Use completion-at-point.
10960 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
10961 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
10962 (bibtex-complete): Define as obsolete alias.
10963 (bibtex-complete-internal): Remove.
10964 (bibtex-format-entry): Remove unused sub-group in regexp.
10965 * shell.el (shell--command-completion-data)
10966 (shell-environment-variable-completion):
10967 * pcomplete.el (pcomplete-completions-at-point):
10968 * comint.el (comint--complete-file-name-data): Use :exit-function
10969 instead of completion-table-with-terminator so it also works for
10970 choose-completion.
10971
e44e373d
SM
109722011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10973
4f91a816
SM
10974 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
10975
782fc819
SM
10976 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
10977 (bug#8710).
10978
e44e373d
SM
10979 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
10980
381987c3
KM
109812011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
10982
10983 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
10984 customization variable and implement: If non-nil, auto-fill will
10985 be inhibited while on topic's header line.
10986
b776bc70
VB
109872011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
10988
10989 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 10990 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
10991 always have a solution in grid size = 5 cases.
10992 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
10993 (5x5-solver-output, 5x5-log-buffer): New vars.
10994 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
10995 Make these variables buffer local to achieve 5x5 multi-session-ness.
10996 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
10997 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
10998 (5x5-solve-suggest): New funs.
10999 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
11000 randomize a grid so that we ensure that there is always a solution.
11001 (5x5-make-random-grid): Allow other movement than flipping.
11002
7de88b6e
KR
110032011-05-23 Kevin Ryde <user42@zip.com.au>
11004
11005 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 11006 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
11007 advice and passes PREDICATE.
11008
b1ef1257
SM
110092011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11010
bbca48fe
SM
11011 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
11012 byte-compile-lambda if it's actually a lambda.
11013
b1ef1257
SM
11014 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
11015 Fix function quoting. Use backquote better.
11016
92a9cc65
YS
110172011-05-22 Yuanle Song <sylecn@gmail.com>
11018
11019 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
11020 matching (Bug#8516).
11021
f0fb8059
JA
110222011-01-22 Jari Aalto <jari.aalto@cante.net>
11023
11024 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
11025 different face (Bug#8178).
11026
d5b44c93
CY
110272011-05-22 Chong Yidong <cyd@stupidchicken.com>
11028
11029 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
11030 defface (Bug#8144).
11031
79106a44
SM
110322011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11033
9c848d8a
SM
11034 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
11035 funcall as well (bug#8712). Warn when performing those conversions.
11036 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
11037
79106a44
SM
11038 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
11039
88dfa756
GM
110402011-05-22 Glenn Morris <rgm@gnu.org>
11041
11042 * files.el (hack-local-variables-prop-line): Small simplifications.
11043 (hack-local-variables, hack-local-variables-prop-line):
11044 If MODE-ONLY, return the mode, rather than just `t'.
11045
b7cf2c79
SM
110462011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11047
11048 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11049
3f1a8558
GM
110502011-05-21 Glenn Morris <rgm@gnu.org>
11051
7e4ccca3
GM
11052 * files.el (hack-local-variables-prop-line, hack-local-variables):
11053 If only interested in the mode, don't bother doing the other stuff.
11054
637d46ca
GM
11055 * image-mode.el (image-after-revert-hook):
11056 Redraw all frames on which the image is visible. (Bug#8567)
11057
973d955b
GM
11058 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
11059
3f1a8558
GM
11060 * wid-edit.el (widget-checklist-match-inline):
11061 Fix 2011-04-19 change. (Bug#8649)
11062
96479927
SM
110632011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11064
1dcf791f
SM
11065 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11066 Also allow singlespace after single-letter capitals followed by a dot.
11067
96479927
SM
11068 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11069 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11070
35fd0881
N
110712011-05-20 Nix <nix@esperi.org.uk>
11072
11073 * files.el (basic-save-buffer-2):
11074 Fix handling of break-hardlink-on-save with non-existent files.
11075
82745640
DD
110762011-05-19 Deniz Dogan <deniz@dogan.se>
11077
11078 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 11079 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 11080
4a720484
GM
110812011-05-19 Glenn Morris <rgm@gnu.org>
11082
d1f21341
GM
11083 * progmodes/f90.el (f90-type-def-re):
11084 Handle "type, bind(c)". (Bug#8691)
11085
4a720484
GM
11086 * emacs-lisp/autoload.el (batch-update-autoloads):
11087 Set autoload-excludes by parsing loadup.el rather than Makefiles.
11088
2fb0a219
MA
110892011-05-18 Michael Albinus <michael.albinus@gmx.de>
11090
11091 * net/tramp.el (tramp-process-actions): Set "first-password-request"
11092 property for the correct connection in case of multihops.
11093
e565dd37
GM
110942011-05-18 Glenn Morris <rgm@gnu.org>
11095
c2571358 11096 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
11097 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11098
e565dd37
GM
11099 Rationalize calendar handling of day and month abbrev-arrays.
11100 * calendar/calendar.el (calendar-customized-p): New function.
11101 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11102 (calendar-day-name-array, calendar-month-name-array): Doc fix.
11103 Add :set function.
11104 (calendar-abbrev-length, calendar-day-abbrev-array)
11105 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11106 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11107 Elements may no longer be nil.
11108 (calendar-day-name, calendar-month-name):
11109 Update for changed nature of abbrev arrays.
11110 * calendar/diary-lib.el (diary-name-pattern):
11111 Update for changed nature of abbrev arrays.
11112 (diary-mark-entries-1): Update calendar-make-alist calls.
11113 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11114 * calendar/cal-html.el (cal-html-day-abbrev-array):
11115 Simply inherit from calendar-day-abbrev-array.
11116
1d99a745
SM
111172011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11118
11119 * progmodes/grep.el (grep-mode): Disable default
11120 compilation-directory-matcher setting (bug#8684).
11121
7c1d9aa0
MA
111222011-05-17 Michael Albinus <michael.albinus@gmx.de>
11123
11124 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11125 instead of "head" and "tail". There were problems with SunOS 5.9,
11126 and it performs better.
11127
3952e9d8
GM
111282011-05-17 Glenn Morris <rgm@gnu.org>
11129
2dd12e7f
GM
11130 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11131
e4157b9c
GM
11132 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11133 Replace obsolete function.
11134
8e249bbd
GM
11135 * shell.el (pcomplete-parse-arguments-function): Declare.
11136
3952e9d8
GM
11137 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11138 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11139 (appt-check): Doc fixes.
11140 (appt-disp-window-function, appt-delete-window-function):
11141 Remove needless special case in custom :type.
11142 (appt-display-count): Default to 0, not nil.
11143 (appt-check): Reset appt-display-count to 0, not nil.
11144
c71a0d48 111452011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 11146
c71a0d48
GM
11147 * progmodes/python.el (python-font-lock-keywords):
11148 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 11149
31d55be9
SM
111502011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11151
11152 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11153
3bfacb2f
KR
111542011-05-16 Kevin Ryde <user42@zip.com.au>
11155
11156 * info-look.el (makefile-automake-mode): New setups, looking in
11157 automake manual, then makefile-mode.
11158 (makefile-mode): Remove automake manual, have it just in
11159 makefile-automake-mode since there's various things different or
11160 not relevant to plain make.
11161 (makefile-mode): Remove "other-modes" non-existent automake-mode,
11162 believe a hypothetical automake-mode would go to makefile-mode,
11163 not the other way around.
11164
c8e83751
CY
111652011-05-15 Chong Yidong <cyd@stupidchicken.com>
11166
5e9e35cd
CY
11167 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11168 hunk-end tags (Bug#8672).
11169
c8e83751
CY
11170 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11171 vc-annotate-show-diff-revision-at-line (Bug#8671).
11172
50b23e5a
GM
111732011-05-14 Glenn Morris <rgm@gnu.org>
11174
7210a739
GM
11175 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
11176 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
11177 (change-log-font-lock-keywords): Also handle multiple author lines
11178 with leading tabs. (Bug#8644)
7210a739 11179
4691905a
GM
11180 * calendar/appt.el (appt-check): Rename some local variables.
11181 Some simplification/reordering.
11182
50b23e5a
GM
11183 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
11184 (feedmail-sendmail-f-doesnt-sell-me-out)
11185 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11186 (feedmail-debug-sit-for, feedmail-queue-express-hook)
11187 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
11188 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
11189 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
11190 (feedmail-binmail-gnulinuxish-template):
11191 Rename from feedmail-binmail-linuxish-template.
11192 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
11193 Use insert-buffer-substring.
11194
215cda7c
BC
111952011-05-14 Bill Carpenter <bill@carpenter.org>
11196
11197 * mail/feedmail.el (feedmail-patch-level): Increase.
11198 (feedmail-debug): New custom group.
11199 (feedmail-confirm-outgoing-timeout)
11200 (feedmail-sendmail-f-doesnt-sell-me-out)
11201 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11202 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
11203 (feedmail-sender-line, feedmail-from-line)
11204 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 11205 (feedmail-spray-this-address)
215cda7c
BC
11206 (feedmail-spray-address-fiddle-plex-list)
11207 (feedmail-queue-use-send-time-for-date)
11208 (feedmail-queue-use-send-time-for-message-id)
11209 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
11210 (feedmail-buffer-eating-function):
11211 Doc fixes.
11212 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
11213 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
11214 (feedmail-message-action-scroll-down): New functions.
11215 (feedmail-queue-directory, feedmail-queue-draft-directory):
11216 Use expand-file-name.
11217 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
11218 Remove C-v help entry.
11219 (feedmail-queue-buffer-file-name): New variable.
11220 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
11221 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
11222 (feedmail-message-action-send-strong, feedmail-message-action-edit)
11223 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
11224 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
11225 (feedmail-message-action-toggle-spray)
11226 (feedmail-run-the-queue-no-prompts)
11227 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
11228 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
11229 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
11230 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
11231 (feedmail-envelope-deducer, feedmail-fiddle-from)
11232 (feedmail-fiddle-sender, feedmail-default-date-generator)
11233 (feedmail-fiddle-date, feedmail-fiddle-message-id)
11234 (feedmail-fiddle-spray-address)
11235 (feedmail-fiddle-list-of-spray-fiddle-plexes)
11236 (feedmail-fiddle-list-of-fiddle-plexes)
11237 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
11238 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
11239 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
11240 Change default. Doc fix.
11241 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
11242 (feedmail-binmail-linuxish-template): New constant.
11243 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
11244 Respect feedmail-sendmail-f-doesnt-sell-me-out.
11245 (feedmail-send-it): Add debug call.
11246 Use feedmail-queue-buffer-file-name, and
11247 feedmail-send-it-immediately-wrapper.
11248 (feedmail-message-action-send): Add debug call.
11249 Use feedmail-send-it-immediately-wrapper.
11250 (feedmail-queue-express-to-queue): Add debug call.
11251 Run feedmail-queue-express-hook.
11252 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
11253 (feedmail-message-action-help-blat):
11254 Rename from feedmail-queue-send-edit-prompt-help-first.
11255 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
11256 Check line-endings. Handle errors better.
11257 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
11258 Doc fix. Add debug call.
11259 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
11260 Use feedmail-queue-send-edit-prompt-inner.
11261 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11262 (feedmail-queue-send-edit-prompt-inner): New function, extracted
11263 from feedmail-queue-send-edit-prompt.
11264 (feedmail-queue-send-edit-prompt-help)
11265 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11266 (feedmail-tidy-up-slug): Add debug call.
11267 Respect feedmail-queue-slug-suspect-regexp.
11268 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11269 (feedmail-dump-message-to-queue): Add debug call.
11270 Expand queue-directory.
11271 (feedmail-dump-message-to-queue): Change message slightly.
11272 Use feedmail-say-chatter.
11273 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
11274 (feedmail-send-it-immediately-wrapper): New function.
11275 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
11276 Insert empty string rather than newline. Handle full-frame case.
11277 Use catch/throw. Use feedmail-say-chatter.
11278 (feedmail-fiddle-from): Try mail-host-address.
11279 (feedmail-default-message-id-generator): Doc fix.
11280 Bind system-time-locale. Handle missing end.
11281 (feedmail-fiddle-x-mailer): Add debug call.
11282 Handle feedmail-x-mailer-line being nil.
11283 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
11284 Add debug call. Use buffer-substring-no-properties.
11285 (feedmail-say-debug, feedmail-say-chatter): New functions.
11286 (feedmail-find-eoh): Give an explicit error.
11287
42c7e61e
UJ
112882011-05-13 Ulf Jasper <ulf.jasper@web.de>
11289
c2571358 11290 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 11291 family from helvetica to sans.
c2571358 11292 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11293 etc/images/newsticker.
11294
c2571358 11295 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
11296 family from helvetica to sans.
11297
11298 * net/newst-plainview.el (newsticker-new-item-face)
11299 (newsticker-old-item-face, newsticker-immortal-item-face)
11300 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 11301 (newsticker-statistics-face): Change default family from
42c7e61e 11302 helvetica to sans.
c2571358 11303 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11304 etc/images/newsticker.
11305
5d3385a0
JB
11306 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
11307 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
11308 auto-marking.
11309
8497a297
DV
113102011-05-13 Didier Verna <didier@xemacs.org>
11311
11312 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
11313 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
11314 TODO entries.
8497a297
DV
11315 (lisp-lambda-list-keyword-parameter-indentation)
11316 (lisp-lambda-list-keyword-parameter-alignment)
11317 (lisp-lambda-list-keyword-alignment): New customizable user options.
11318 (lisp-indent-defun-method): Improve docstring.
11319 (extended-loop-p): Fix comment.
11320 (lisp-indent-lambda-list-keywords-regexp): New variable.
11321 (lisp-indent-lambda-list): New function.
11322 (lisp-indent-259): Use it.
11323 (lisp-indent-defmethod): Support for more than one
11324 method qualifier and properly indent methods lambda-lists.
11325 (defgeneric): Provide a missing common-lisp-indent-function property.
11326
f278f87f
SM
113272011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11328
11329 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
11330 bounds for the empty string (bug#8667).
11331
5233edd7
GM
113322011-05-13 Glenn Morris <rgm@gnu.org>
11333
5237a44f
GM
11334 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
11335
8340026c 11336 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 11337 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 11338
5233edd7 11339 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 11340 (appt-time-msg-list): Doc fix.
a5464014 11341 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 11342
92d10796
AS
113432011-05-12 Andreas Schwab <schwab@linux-m68k.org>
11344
11345 * progmodes/ld-script.el (ld-script-keywords)
11346 (ld-script-builtins): Update keywords list.
11347
914a0ae1
SM
113482011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11349
c89be45f
SM
11350 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
11351
914a0ae1
SM
11352 * shell.el (shell-completion-vars): New function.
11353 (shell-mode):
11354 * simple.el (read-shell-command): Use it.
11355 (blink-matching-open): No need for " [...]" in minibuffer-message.
11356
98dc3df3
GM
113572011-05-12 Glenn Morris <rgm@gnu.org>
11358
11359 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
11360 (appt-check): Simplify.
11361
d2fc7e3d 113622011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 11363
4d61f28d 11364 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
11365 literal "/dev/null".
11366
d2fc7e3d 113672011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
11368
11369 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
11370 Fix typo.
11371
d2fc7e3d 113722011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 11373
3f254caa
SM
11374 * progmodes/which-func.el (which-function):
11375 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
11376 which might not be defined (Bug#8260).
11377
d45885f7
GM
113782011-05-12 Glenn Morris <rgm@gnu.org>
11379
11380 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11381 Let byte-compile-initial-macro-environment always take precedence.
11382
488086f4
SM
113832011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11384
11385 * net/rcirc.el: Add support for SSL/TLS connections.
11386 (rcirc-server-alist): New field `encryption'.
11387 (rcirc): Check `encryption' settings.
11388 (rcirc-connect): New arg `encryption'. Use open-network-stream.
11389 Merge make-local-variable into `set'.
11390 (rcirc--connection-open-p): New function.
11391 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11392 the process is not a network process (e.g. running gnutls-cli).
11393 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11394 Make rcirc-(en|de)code-coding-system local here.
11395 (rcirc-mode): Merge make-local-variable into `set'.
11396 (rcirc-parent-buffer): Make permanent buffer-local.
11397 (rcirc-multiline-minor-mode): Don't do it here.
11398 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11399 there's no server buffer.
11400
7d3b9d44
GM
114012011-05-11 Glenn Morris <rgm@gnu.org>
11402
f64049c6
GM
11403 * newcomment.el (comment-kill): Prefix "unused" local.
11404
93c9df73
GM
11405 * term/w32console.el (get-screen-color): Declare.
11406
7d3b9d44
GM
11407 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11408 Handle symbol elements of byte-compile-initial-macro-environment.
11409
9e2dd53f
LL
114102011-05-10 Leo Liu <sdl.web@gmail.com>
11411
488086f4
SM
11412 * bookmark.el (bookmark-bmenu-mode-map):
11413 Bind bookmark-bmenu-search to `/'.
8b340240 11414
9e2dd53f 11415 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
11416 (footnote-unicode-string, footnote-unicode-regexp): New variable.
11417 (Footnote-unicode): New function.
11418 (footnote-style-alist): Add unicode style to the list.
11419 (footnote-style): Doc fix.
9e2dd53f 11420
79b70037
GM
114212011-05-10 Jim Meyering <meyering@redhat.com>
11422
11423 Fix doubled-word typos.
11424 * international/quail.el (quail-insert-kbd-layout): and and -> and
11425 * kermit.el: and and -> and
11426 * net/ldap.el (ldap-search-internal): to to -> to
11427 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11428 * progmodes/js.el (js-mode): and and -> and
11429 * textmodes/artist.el (artist-move-to-xy): at at -> at
11430 (artist-draw-region-trim-line-endings): if if -> if
11431 And Safetyc -> Safety.
11432 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11433
b8f82dc1 114342011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 11435 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
11436
11437 * files.el (hack-one-local-variable-eval-safep):
11438 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
11439
4f99f44b
GM
114402011-05-10 Glenn Morris <rgm@gnu.org>
11441
11442 * calendar/diary-lib.el (diary-list-entries-hook)
11443 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11444 (diary-nongregorian-marking-hook, diary-list-entries)
11445 (diary-include-other-diary-files, diary-mark-entries)
11446 (diary-mark-included-diary-files): Doc fixes.
11447
84f29e6b
JB
114482011-05-09 Juanma Barranquero <lekktu@gmail.com>
11449
11450 * misc.el: Require tabulated-list.el during compilation.
11451
9bedd73a
CY
114522011-05-09 Chong Yidong <cyd@stupidchicken.com>
11453
488086f4
SM
11454 * progmodes/compile.el (compilation-start):
11455 Run compilation-filter-hook for the async case too.
9bedd73a
CY
11456 (compilation-filter-hook): Doc fix.
11457
797c735c
DD
114582011-05-09 Deniz Dogan <deniz@dogan.se>
11459
11460 * wdired.el: Remove outdated installation comment. Fix usage
11461 comment.
11462
5f4b1dfe
JB
114632011-05-09 Juanma Barranquero <lekktu@gmail.com>
11464
11465 * misc.el: Implement new command `list-dynamic-libraries'.
11466 (list-dynamic-libraries--loaded-only-p): New variable.
11467 (list-dynamic-libraries--refresh): New function.
11468 (list-dynamic-libraries): New command.
11469
4c44026c
CY
114702011-05-09 Chong Yidong <cyd@stupidchicken.com>
11471
488086f4
SM
11472 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11473 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
11474 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11475 higher priority to avoid clobbering by gnu.
11476
027f966d
CY
114772011-05-08 Chong Yidong <cyd@stupidchicken.com>
11478
11479 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11480 if the face has existing theme settings (Bug#8454).
11481
085f5d7d
CY
114822011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11483
488086f4
SM
11484 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11485 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 11486
2a86a00c
RS
11487 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11488 special file names `.' and `..' (Bug#8259).
11489
d9c54a06
CY
114902011-05-08 Chong Yidong <cyd@stupidchicken.com>
11491
488086f4
SM
11492 * progmodes/grep.el (grep-mode-font-lock-keywords):
11493 Remove buffer-changing entries.
d9c54a06
CY
11494 (grep-filter): New function.
11495 (grep-mode): Add it to compilation-filter-hook.
11496
11497 * progmodes/compile.el (compilation-filter-hook)
11498 (compilation-filter-start): New defvars.
11499 (compilation-filter): Call compilation-filter-hook prior to
11500 updating the process mark.
11501
c4662635
SM
115022011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11503
11504 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11505
b0512a1d
EZ
115062011-05-07 Eli Zaretskii <eliz@gnu.org>
11507
605c9376
EZ
11508 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11509 mailclient-send-it even if window-system is nil. (Bug#8595)
11510
c4662635
SM
11511 * term/w32console.el (terminal-init-w32console):
11512 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
11513 background-mode. (Bug#8597)
11514
d1dc2cc2
SM
115152011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11516
11517 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11518 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11519 New functions.
11520 (defgeneric, eieio--defmethod): Use them.
11521 (eieio-defgeneric): Remove.
11522 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11523
915d1300
GM
115242011-05-07 Glenn Morris <rgm@gnu.org>
11525
a3961c3e
GM
11526 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11527 Use let rather than let*.
11528 (timeclock-find-discrep): Remove unused local.
11529
314347b9
GM
11530 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11531
915d1300
GM
11532 * calendar/appt.el (appt-time-msg-list): Doc fix.
11533
275b59b0
NF
115342011-05-06 Noah Friedman <friedman@splode.com>
11535
11536 * apropos.el (apropos-print-doc): Only use
11537 emacs-lisp-docstring-fill-column when it is bound to an integer,
11538 per that variable's documentation.
11539
6c19f744
SM
115402011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11541
11542 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 11543 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 11544
60f884b2
GM
115452011-05-06 Glenn Morris <rgm@gnu.org>
11546
5006e634
GM
11547 * calendar/appt.el (appt-message-warning-time): Doc fix.
11548 (appt-warning-time-regexp): New option.
11549 (appt-make-list): Respect appt-message-warning-time.
11550
548d0a63
GM
11551 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11552 New options.
11553 (diary-add-to-list): Strip comments from the displayed string.
11554 (diary-mode): Set comment-start and comment-end.
11555
60f884b2
GM
11556 * vc/diff-mode.el (smerge-refine-subst): Declare.
11557 (diff-refine-hunk): Don't require smerge-mode when compiling.
11558
989681bb
JB
115592011-05-06 Juanma Barranquero <lekktu@gmail.com>
11560
11561 * simple.el (list-processes): Return nil as the docstring says.
11562
a6bc05e1
MA
115632011-05-05 Michael Albinus <michael.albinus@gmx.de>
11564
11565 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11566 to "".
11567 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11568 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11569 determining of binary transfer. (Bug#7383)
11570
23c22e9a
MA
115712011-05-05 Michael Albinus <michael.albinus@gmx.de>
11572
c4662635
SM
11573 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11574 Fix port computation bug. (Bug#8618)
23c22e9a 11575
0bff894f
GM
115762011-05-05 Glenn Morris <rgm@gnu.org>
11577
b8296902
GM
11578 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11579
1f522ce8
GM
11580 * simple.el (shell-dynamic-complete-functions)
11581 (comint-dynamic-complete-functions): Declare.
11582
cf5bee67
GM
11583 * net/network-stream.el (gnutls-negotiate):
11584 * simple.el (tabulated-list-print): Fix declarations.
11585
11586 * progmodes/gud.el (syntax-symbol, syntax-point):
11587 Remove unnecessary and incorrect declarations.
11588
0bff894f
GM
11589 * emacs-lisp/check-declare.el (check-declare-scan):
11590 Handle byte-compile-initial-macro-environment in bytecomp.el
11591
9869b3ae
SM
115922011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11593
11594 Fix earlier half-done eieio-defmethod change (bug#8338).
11595 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11596 Streamline and change calling convention.
11597 (defmethod): Adjust accordingly and simplify.
11598 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11599 new eieio--defmethod.
11600 (slot-boundp): Minor CSE simplification.
11601
9c1d5ac5
MZ
116022011-05-05 Milan Zamazal <pdm@zamazal.org>
11603
11604 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11605 (glasses-make-readable): Use glasses-separate-capital-groups.
11606
455c834e
JB
116072011-05-05 Juanma Barranquero <lekktu@gmail.com>
11608
11609 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11610 (warning-series): Doc fix.
11611 (display-warning): Don't try to create the buffer if we just found it.
11612
9ed7c8cb
CY
116132011-05-04 Chong Yidong <cyd@stupidchicken.com>
11614
11615 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11616 (autoload-find-generated-file): New function.
11617 (generate-file-autoloads): Bind generated-autoload-file to
11618 buffer-file-name.
9869b3ae
SM
11619 (update-file-autoloads, update-directory-autoloads):
11620 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
11621 output file (Bug#7989).
11622 (batch-update-autoloads): Doc fix.
11623
0898ca10
JB
116242011-05-04 Juanma Barranquero <lekktu@gmail.com>
11625
11626 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11627
31dfb76c
GM
116282011-05-04 Glenn Morris <rgm@gnu.org>
11629
f330b642
GM
11630 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11631 function, so it follows changes in calendar-date-style.
11632 (diary-fancy-date-matcher): New function.
11633 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11634 (diary-fancy-font-lock-fontify-region-function):
11635 Use diary-fancy-date-pattern as a function.
11636
31dfb76c
GM
11637 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11638 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11639
48e79d6a
TZ
116402011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11641
11642 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11643 instead of positional arguments. Allow :keylist and :crlfiles
11644 arguments.
11645 (open-gnutls-stream): Call it.
11646
11647 * net/network-stream.el (network-stream-open-starttls): Adjust to
11648 call `gnutls-negotiate' with :process and :hostname arguments.
11649
dd5a5ee0
SM
116502011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11651
ef80fc09
SM
11652 * minibuffer.el (completion--message): New function.
11653 (completion--do-completion, minibuffer-complete)
11654 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11655 (completion--do-completion): Don't ignore completion-auto-help when in
11656 icomplete-mode.
11657
dd5a5ee0
SM
11658 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11659 internal encoding (e.g. tibetan zero is not whitespace).
11660 (global-whitespace-mode): Prefer save-current-buffer.
11661 (whitespace-trailing-regexp): Remove useless save-match-data.
11662 (whitespace-empty-at-bob-regexp): Minor simplification.
11663
b7d22a83
CY
116642011-05-03 Chong Yidong <cyd@stupidchicken.com>
11665
11666 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11667
5192af46
AM
116682011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11669
11670 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 11671 Use `concat' to create string for insertion.
5192af46 11672
5767d190
SM
116732011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11674
11675 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11676 Avoid open-line which runs post-self-insert-hook.
11677 (bibtex-fill-entry): Remove unused `end' var.
11678
bf242939
AM
116792011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
11680
5767d190
SM
11681 * textmodes/ispell.el (ispell-add-per-file-word-list):
11682 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 11683
25666126
LL
116842011-05-03 Leo Liu <sdl.web@gmail.com>
11685
11686 * isearch.el (isearch-yank-pop): New command.
5767d190 11687 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
11688 (isearch-forward): Mention it.
11689
52d3c2d0
SM
116902011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11691
1bcace58
SM
11692 * simple.el (minibuffer-complete-shell-command): Remove.
11693 (minibuffer-local-shell-command-map): Use completion-at-point.
11694 (read-shell-command): Setup completion vars here instead.
11695 (read-expression-map): Bind TAB to symbol completion.
11696
52d3c2d0
SM
11697 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11698 error directly rather via storing it into `results'.
11699
35813471
LL
117002011-05-02 Leo Liu <sdl.web@gmail.com>
11701
11702 * vc/diff.el: Fix description.
11703
e793a940
LMI
117042011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11705
11706 * server.el (server-eval-at): New function.
11707
8de66e05
LMI
117082011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11709
11710 * net/network-stream.el (open-network-stream): Take a :nowait
11711 parameter and pass it on to `make-network-process'.
11712 (network-stream-open-plain): Ditto.
11713
dcb79f20
AS
117142011-04-30 Andreas Schwab <schwab@linux-m68k.org>
11715
11716 * faces.el (face-spec-set-match-display): Don't match toolkit
11717 options on terminal frames.
11718
14a7fbd8
SM
117192011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11720
7eabc1be
SM
11721 * progmodes/pascal.el: Use lexical binding.
11722 (pascal-mode-map): Remove author preferences.
11723
14a7fbd8
SM
11724 * pcomplete.el (pcomplete-std-complete): Don't abuse
11725 completion-at-point.
11726
50f84510
JB
117272011-04-28 Juanma Barranquero <lekktu@gmail.com>
11728
6e087a44
JB
11729 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11730 removing code that has been dead since 1991 or so.
11731
50f84510
JB
11732 * startup.el (command-line): When warning about "_emacs", use a
11733 delayed warning to allow the user to filter it out.
11734
0ba690bd
DD
117352011-04-28 Deniz Dogan <deniz@dogan.se>
11736
11737 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11738 user has not joined.
11739
08abfaad
SM
117402011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11741
11742 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11743 aren't any completions at point.
11744
638f053a
JB
117452011-04-28 Juanma Barranquero <lekktu@gmail.com>
11746
11747 * subr.el (display-delayed-warnings): New function.
11748 (delayed-warnings-hook): New variable.
11749
8fff8daa
SM
117502011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11751
08abfaad
SM
11752 * minibuffer.el (completion-at-point, completion-help-at-point):
11753 Don't presume that a given completion-at-point-function will always
11754 use the same calling convention.
11755
8fff8daa
SM
11756 * pcomplete.el (pcomplete-completions-at-point):
11757 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
11758 pcomplete-seen is non-nil.
11759 (pcomplete-comint-setup): Also recognize the new comint/shell
11760 completion functions.
11761 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
11762 pcomplete-seen is non-nil.
11763
841a1577 117642011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 11765
841a1577 11766 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 11767 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 11768 the first character in the entry. This allows for code to add its
211ec907
UJ
11769 own uid to the entry.
11770 (icalendar--convert-float-to-ical): Add export of
11771 `diary-float'-entries save for those with the optional DAY
11772 argument.
11773
2a782793
DC
117742011-04-27 Daniel Colascione <dan.colascione@gmail.com>
11775
11776 * subr.el (shell-quote-argument): Use alternate escaping strategy
11777 when we spot a variable reference in a string.
11778
0438ce91
DC
117792011-04-26 Daniel Colascione <dan.colascione@gmail.com>
11780
11781 * cus-start.el (all): Define customization for debug-on-event.
11782
841a1577 117832011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
11784
11785 * subr.el (shell-quote-argument): Escape correctly under Windows.
11786
d090ed6c
SM
117872011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11788
11789 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
11790
bfd31217
MA
117912011-04-25 Michael Albinus <michael.albinus@gmx.de>
11792
d090ed6c
SM
11793 * net/tramp.el (tramp-process-actions): Add POS argument.
11794 Delete region between POS and (pos).
bfd31217 11795
d090ed6c
SM
11796 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11797 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
11798 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
11799
11800 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
11801 position in `tramp-process-actions' call.
11802
11803 * net/trampver.el: Update release number.
11804
e92f3bd3
SM
118052011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11806
850256b5
SM
11807 * custom.el (defcustom): Obey lexical-binding.
11808
e92f3bd3
SM
11809 Fix octave-inf completion problems reported by Alexander Klimov.
11810 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
11811 Inherit from octave-mode-syntax-table.
11812 (inferior-octave-mode): Set info-lookup-mode.
11813 (inferior-octave-completion-at-point): New function.
11814 (inferior-octave-complete): Use it and completion-in-region.
11815 (inferior-octave-dynamic-complete-functions): Use it as well, and use
11816 comint-filename-completion.
11817 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
11818 symbol elements which shouldn't be word elements.
11819 (octave-font-lock-keywords, octave-beginning-of-defun)
11820 (octave-function-header-regexp): Adjust regexps accordingly.
11821 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
11822
cd22b309
JB
118232011-04-25 Juanma Barranquero <lekktu@gmail.com>
11824
11825 * net/gnutls.el (gnutls-errorp): Declare before first use.
11826
8b492194
TZ
118272011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
11828
11829 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
11830 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 11831 default trustfile exists before going to use it. Add missing
5a5fa834 11832 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
11833 Reported by Claudio Bley <claudio.bley@gmail.com>.
11834 (open-gnutls-stream): Add usage example.
11835
11836 * net/network-stream.el (network-stream-open-starttls): Give host
11837 parameter to `gnutls-negotiate'.
11838 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 11839 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 11840
841a1577 118412011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 11842
cd22b309
JB
11843 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11844 Use correct match group (bug#8438).
05842630 11845
3ba7869c
CY
118462011-04-24 Chong Yidong <cyd@stupidchicken.com>
11847
512e3ae1
CY
11848 * emacs-lisp/package.el (package-built-in-p): Fix typo.
11849 (package-menu--generate): New arg specifying packages to show.
11850 (package-menu-refresh, package-menu-execute, list-packages):
11851 Callers changed.
11852 (package-show-package-list): New function, replacing deleted
11853 package--list-packages (renamed because it is non-internal).
11854
11855 * finder.el (finder-list-matches): Use package-show-package-list
11856 instead of deleted package--list-packages.
11857
e92f3bd3
SM
11858 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
11859 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
11860 (vc-annotate-mode-map): Bind it to RET.
11861
7031be6d
UR
118622011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
11863
11864 * progmodes/etags.el (next-file): Don't use set-buffer to change
11865 buffers (Bug#8478).
11866
4ef177aa
CY
118672011-04-24 Chong Yidong <cyd@stupidchicken.com>
11868
c8d173eb
CY
11869 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
11870
4ef177aa
CY
11871 * apropos.el (apropos-label-face): Avoid variable-pitch face.
11872 (apropos-accumulator): Doc fix.
11873 (apropos-function, apropos-macro, apropos-command)
11874 (apropos-variable, apropos-face, apropos-group, apropos-widget)
11875 (apropos-plist): Add face property.
11876 (apropos-symbols-internal): Fix indentation.
11877 (apropos-print): Simplify help, and recognize apropos-multi-type.
11878 (apropos-print-doc): Use button-type-get to extract the button's
11879 face property. Fill docstring (Bug#8352).
11880
4ffd0d6b 118812011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
11882
11883 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
11884
c6c32125 11885 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 11886 (mpuz-mode-map): Use mapc.
c6c32125
JB
11887 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
11888 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
11889 Fix typos in docstrings.
11890
58d468b4
JB
11891 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
11892 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
11893
6470c3c6
JB
11894 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
11895
4ffd0d6b 118962011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
11897
11898 * minibuffer.el (completion--do-completion): Avoid the "Next char
11899 not unique" prompt if icomplete-mode is enabled (Bug#5849).
11900
3ad8bad0
CY
11901 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
11902 mouse-2 into unread-command-events, it is interpreted correctly.
11903
71d73c9c 11904 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 11905 (image-toggle-display): Doc fix.
71d73c9c 11906
841a1577 119072011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 11908
4ffd0d6b
GM
11909 * textmodes/page.el (what-page): Use line-number-at-pos to
11910 calculate line number (Bug#6825).
6e1dbaa9 11911
c2fb1b60
JB
119122011-04-22 Juanma Barranquero <lekktu@gmail.com>
11913
11914 * eshell/esh-mode.el (find-tag-interactive): Declare function.
11915 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
11916 Pass argument NO-DEFAULT to `find-tag-interactive'.
11917
e02f48d7
JB
119182011-04-22 Juanma Barranquero <lekktu@gmail.com>
11919
11920 Lexical-binding cleanup.
11921
11922 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
11923 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
11924 * progmodes/ada-prj.el (ada-prj-initialize-values)
11925 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
11926 (ada-prj-show-value):
11927 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
11928 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
11929 (antlr-invalidate-context-cache, antlr-options-menu-filter)
11930 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
11931 * progmodes/bug-reference.el (bug-reference-push-button):
11932 * progmodes/fortran.el (fortran-line-length):
11933 * progmodes/glasses.el (glasses-change):
11934 * progmodes/octave-mod.el (octave-fill-paragraph):
11935 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
11936 (python-pdbtrack-grub-for-buffer, python-sentinel):
11937 * progmodes/sql.el (sql-save-connection):
11938 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
11939 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
11940 Mark unused parameters.
11941
11942 * progmodes/compile.el (compilation--flush-directory-cache)
11943 (compilation--flush-parse, compile-internal): Mark unused parameters.
11944 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
11945 (compilation-next-error-function): Remove unused variable `timestamp'.
11946
11947 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
11948 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
11949
11950 * progmodes/dcl-mode.el (dcl-end-of-command):
11951 Remove unused variable `start'.
11952 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
11953 (dcl-option-value-basic, dcl-option-value-offset)
11954 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
11955 Mark unused parameters.
11956 (dcl-save-local-variable): Remove unused variable `val'.
11957 (mode): Declare.
11958
11959 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
11960 Mark unused parameters.
11961 (delphi-ignore-changes): Move before first use.
11962 (delphi-charset-token-at): Remove unused variable `start'.
11963 (delphi-else-start): Remove unused variable `if-count'.
11964 (delphi-comment-block-start, delphi-comment-block-end):
11965 Remove unused variable `kind'.
11966 (delphi-indent-line): Remove unused variable `new-point'.
11967
11968 * progmodes/ebrowse.el (ebrowse-files-list)
11969 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
11970 Mark unused parameters. Don't quote `lambda'.
11971 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
11972 Don't quote `lambda'.
11973 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
11974 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
11975 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
11976 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
11977 Use `ignore-errors'.
11978 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
11979 (ebrowse-view/find-file-and-search-pattern)
11980 (ebrowse-view/find-member-declaration/definition):
11981 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
11982 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
11983 Rename parameter PREFIX-ARG to PREFIX.
11984 (ebrowse-tags-read-name): Remove unused variables `start' and
11985 `member-info'.
11986 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
11987 to `tags-file'.
11988
11989 * progmodes/etags.el (local-find-tag-hook): Declare.
11990 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
11991 Mark unused parameters.
11992
11993 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
11994 (executable-interpret): Mark unused parameter.
11995
11996 * progmodes/flymake.el (flymake-process-sentinel)
11997 (flymake-after-change-function)
11998 (flymake-create-temp-with-folder-structure)
11999 (flymake-get-include-dirs-dot): Mark unused parameters.
12000 (flymake-safe-delete-directory): Remove unused variable `err'.
12001
12002 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
12003 (speedbar-timer-fn, speedbar-line-text)
12004 (speedbar-change-expand-button-char, speedbar-delete-subblock)
12005 (speedbar-center-buffer-smartly): Declare functions.
12006 (gdb-find-watch-expression): Remove unused variable `array'.
12007 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
12008 (gdb-starting): Mark unused parameters.
12009 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
12010 (gdb-table-string): Remove unused variable `res'.
12011 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
12012 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
12013 (gdb-display-buffer): Remove unused variable `cur-size'.
12014
12015 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
12016 allow lexical-binding compilation.
12017 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
12018 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
12019 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
12020 Mark unused parameters.
12021 (gud-gdb-marker-filter): Remove unused variable `match'.
12022 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
12023 lambda expressions and funcall them, instead of using `fset'.
12024
12025 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
12026 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
12027
12028 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
12029 variable `header-beg'; use `let'.
12030
12031 * progmodes/icon.el (indent-icon-exp): Remove unused variables
12032 `restart', `last-sexp' and `at-do'.
12033
12034 * progmodes/js.el (js--debug): Mark unused parameter.
12035 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
12036 (js--splice-into-items): Remove unused variable `item'.
12037 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
12038
12039 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
12040 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
12041 (makefile-complete): Remove unused variable `try'.
12042 (makefile-fill-paragraph, makefile-match-function-end):
12043 Mark unused parameters.
12044
12045 * progmodes/octave-inf.el (inferior-octave-complete):
12046 Remove unused variable `proc'.
12047 (inferior-octave-output-digest): Mark unused parameter.
12048
12049 * progmodes/perl-mode.el (perl-calculate-indent):
12050 Remove unused variable `err'.
12051
12052 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12053 (prolog-indent-line): Mark unused parameters.
12054 (prolog-indent-line): Remove unused variable `beg'.
12055
12056 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12057 (reporter-dont-compact-list): Declare.
12058
12059 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12060 Remove unused variable `char'.
12061 (sh-debug): Mark unused parameter.
12062 (sh-get-indent-info): Remove unused variable `start'.
12063 (sh-calculate-indent): Remove unused variable `var'.
12064
12065 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12066 (simula-electric-keyword): Remove unused variable `null'.
12067 (simula-search-backward, simula-search-forward): Remove unused
12068 variables `begin' and `end'.
12069
12070 * progmodes/vera-mode.el (vera-guess-basic-syntax):
12071 Remove unused variable `pos'.
12072 (vera-electric-tab, vera-comment-uncomment-region):
12073 Mark unused parameters.
12074 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12075
7ede3b65
CY
120762011-04-22 Chong Yidong <cyd@stupidchicken.com>
12077
12078 * emacs-lisp/package.el (package--builtins, package-alist)
12079 (package-load-descriptor, package-built-in-p, package-activate)
12080 (define-package, package-installed-p)
12081 (package-compute-transaction, package-buffer-info)
12082 (package--push): Doc fix. Distinguish more clearly between
12083 version strings and version lists.
12084
121656e9
JB
120852011-04-21 Juanma Barranquero <lekktu@gmail.com>
12086
12087 Lexical-binding cleanup.
12088
12089 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12090 (5x5-make-mutate-best):
12091 * play/fortune.el (fortune-in-buffer):
12092 * play/gomoku.el (gomoku-init-display):
12093 * play/solitaire.el (solitaire, solitaire-do-check):
12094 * play/tetris.el (tetris-default-update-speed-function):
12095 Mark unused parameters.
12096
12097 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12098 (bubbles--shift): Remove unused variable `char-org'.
12099 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
12100 (bubbles--show-images): Remove unused variable `char'.
12101
12102 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12103 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12104 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12105 (decipher-analyze-buffer): Use ?\s.
12106 (decipher-make-checkpoint): Remove unused variable `mapping'.
12107
12108 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12109
12110 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12111 Remove unused variable `result'; use `let'.
12112
12113 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12114 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12115 (gametree-children-shown-p, gametree-compute-reduced-score):
12116 Use `ignore-errors'.
12117
12118 * play/handwrite.el (ps-lpr-switches): Declare.
12119 (handwrite): Remove unused variables `pmin' and `lastp'.
12120
12121 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12122
12123 * play/landmark.el (landmark-init-display)
12124 (landmark-update-naught-weights): Mark unused parameters.
12125 (landmark-y): Remove unused variable `noise'. Simplify.
12126 (landmark-human-plays): Remove unused variable `score'.
12127
12128 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12129 (mpuz-try-proposal): Remove unused variable `game'.
12130
12131 * play/zone.el (life-patterns): Declare.
12132
80f499c7
JB
121332011-04-20 Juanma Barranquero <lekktu@gmail.com>
12134
12135 * vc/vc.el (ediff-vc-internal): Declare function.
12136
024ff170
SM
121372011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12138
c0a193ea
SM
12139 * shell.el: Use lexical-binding and std completion UI.
12140 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12141 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12142 comint-preoutput-filter-functions rather than on
12143 comint-output-filter-functions.
12144 (shell-command-completion, shell--command-completion-data)
12145 (shell-filename-completion, shell-environment-variable-completion)
12146 (shell-c-a-p-replace-by-expanded-directory): New functions.
12147 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12148 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12149 (shell-dynamic-complete-environment-variable): Use them.
12150 (shell-dynamic-complete-as-environment-variable)
12151 (shell-dynamic-complete-as-command): Remove.
12152 (shell-match-partial-variable): Match past point.
12153 * comint.el: Clean up use of completion-at-point-functions.
12154 (comint-completion-at-point): New function.
12155 (comint-mode): Use it completion-at-point-functions.
12156 (comint-dynamic-complete): Make it obsolete.
12157 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12158 (comint-c-a-p-replace-by-expanded-history): New function.
12159 (comint-dynamic-complete-functions)
12160 (comint-replace-by-expanded-history): Use it.
12161 * minibuffer.el (completion-table-with-terminator): Allow dynamic
12162 termination strings. Try harder to avoid second try-completion.
12163 (completion-in-region-mode-map): Disable bindings that don't work yet.
12164
2dbaa080
SM
12165 * comint.el: Use lexical-binding. Require CL.
12166 (comint-dynamic-complete-functions): Use comint-filename-completion.
12167 (comint-completion-addsuffix): Tweak custom type.
12168 (comint-filename-completion, comint--common-suffix)
12169 (comint--common-quoted-suffix, comint--table-subvert)
12170 (comint--complete-file-name-data): New functions.
12171 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12172 (comint-dynamic-list-filename-completions): Use them.
12173 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 12174
2dbaa080
SM
12175 * minibuffer.el (completion-in-region-mode):
12176 Keep completion-in-region-mode--predicate global.
12177 (completion-in-region--postch):
12178 Assume completion-in-region-mode--predicate is not null.
12179
c79a6f38
SM
12180 * progmodes/flymake.el (flymake-start-syntax-check-process):
12181 Obey `dir'. Simplify.
12182
024ff170
SM
12183 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
12184 we're in VC after all.
12185
1c6c854e
CS
121862011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
12187
12188 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 12189 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
12190 (vc-version-diff): Use vc-diff-build-argument-list-internal.
12191
bed7f140
SM
121922011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12193
332e62ab
SM
12194 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
12195 add sanity check.
12196
bed7f140
SM
12197 * obsolete/erc-hecomplete.el: Make obsolete.
12198 * obsolete/: Standardize obsolescence info in the header.
12199
f195c582
GM
122002011-04-20 Glenn Morris <rgm@gnu.org>
12201
12202 * calendar/solar.el (solar-horizontal-coordinates):
12203 Use the longitude argument rather than `calendar-longitude'.
12204 (solar-date-next-longitude): Remove unused locals.
12205
cb79b8c0
VJL
122062011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12207
12208 * whitespace.el: New version 13.2.1.
12209
122102011-04-20 felix <EmacsWiki> (tiny change)
12211
d8e4b68b 12212 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
12213 switching between major modes on a file.
12214
602ea69d
SM
122152011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12216
12217 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
12218 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
12219 multi-line comments as well.
12220
06b60517
JB
122212011-04-19 Juanma Barranquero <lekktu@gmail.com>
12222
12223 Lexical-binding cleanup.
12224
12225 * arc-mode.el (archive-mode-revert):
12226 * cmuscheme.el (scheme-interactively-start-process):
12227 * custom.el (custom-initialize-delay):
12228 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
12229 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
12230 * emacs-lock.el (emacs-lock-clear-sentinel):
12231 * ezimage.el (defezimage):
12232 * follow.el (follow-avoid-tail-recenter):
12233 * fringe.el (set-fringe-mode-1):
12234 * generic-x.el (bat-generic-mode-compile):
12235 * help-mode.el (help-info-variable, help-do-xref)
12236 (help-mode-revert-buffer):
12237 * help.el (view-emacs-todo):
12238 * iswitchb.el (iswitchb-completion-help):
12239 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
12240 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
12241 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
12242 * locate.el (locate-update):
12243 * longlines.el (longlines-encode-region)
12244 (longlines-after-change-function):
12245 * outline.el (outline-isearch-open-invisible):
12246 * ps-def.el (declare-function, charset-dimension, char-width)
12247 (encode-char):
12248 * ps-mule.el (ps-mule-plot-string):
12249 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12250 (recentf-edit-list-select, recentf-edit-list-validate)
12251 (recentf-open-files-action):
12252 * rect.el (delete-whitespace-rectangle-line)
12253 (rectangle-number-line-callback):
12254 * register.el (window-configuration-to-register)
12255 (frame-configuration-to-register):
12256 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
12257 * select.el (xselect-convert-to-string, xselect-convert-to-length)
12258 (xselect-convert-to-targets, xselect-convert-to-delete)
12259 (xselect-convert-to-filename, xselect-convert-to-charpos)
12260 (xselect-convert-to-lineno, xselect-convert-to-colno)
12261 (xselect-convert-to-os, xselect-convert-to-host)
12262 (xselect-convert-to-user, xselect-convert-to-class)
12263 (xselect-convert-to-name, xselect-convert-to-integer)
12264 (xselect-convert-to-atom, xselect-convert-to-identity):
12265 * subr.el (declare, ignore, process-kill-without-query)
12266 (text-clone-maintain):
12267 * terminal.el (te-get-char, te-tic-sentinel):
12268 * tool-bar.el (tool-bar-make-keymap):
12269 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12270 * type-break.el (type-break-mode, type-break-noninteractive-query):
12271 * view.el (View-back-to-mark):
12272 * wid-browse.el (widget-browse-action, widget-browse-widget)
12273 (widget-browse-widgets, widget-browse-sexp):
12274 * widget.el (define-widget-keywords):
12275 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12276 Mark unused parameters.
12277
12278 * align.el (align-adjust-col-for-rule): Mark unused parameter.
12279 (align-areas): Remove unused variable `look'.
12280 (align-region): Remove unused variables `real-end' and `pos-list'.
12281
12282 * apropos.el (apropos-score-doc): Remove unused variable `i'.
12283
12284 * bindings.el (mode-line-modified, mode-line-remote):
12285 Mark unused parameters.
12286 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
12287
12288 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
12289 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
12290
12291 * comint.el (comint-history-isearch-pop-state)
12292 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
12293 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
12294 (comint-substitute-in-file-name): Doc fix.
12295
12296 * completion.el (cmpl-statistics-block): Mark unused parameter.
12297 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
12298 (save-completions-to-file, load-completions-from-file):
12299 Remove unused local variable `e'.
12300
12301 * composite.el (compose-chars): Remove unused variable `len'.
12302 (lgstring-insert-glyph): Remove unused variable `g'.
12303 (compose-glyph-string): Remove unused variables `ascent',
12304 `descent', `lbearing' and `rbearing'.
12305 (compose-glyph-string-relative): Remove unused variables
12306 `lbearing', `rbearing' and `wadjust'.
12307 (compose-gstring-for-graphic): Remove unused variables `header',
12308 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
12309 (compose-gstring-for-terminal): Remove unused variables `header'
12310 and `nchars'. Use `let', not `let*'.
12311
12312 * cus-edit.el (Custom-set, Custom-save, custom-reset)
12313 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
12314 (Custom-buffer-done, custom-buffer-create-internal)
12315 (custom-browse-visibility-action, custom-browse-group-tag-action)
12316 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
12317 (widget-magic-mouse-down-action, custom-toggle-parent)
12318 (custom-add-parent-links, custom-toggle-hide-variable)
12319 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
12320 (custom-toggle-hide-face, face, hook, custom-group-link-action)
12321 (custom-face-menu-create, custom-variable-menu-create, get)
12322 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
12323 (custom-reset-standard-save-and-update): Remove unused variable `value'.
12324 (customize-apropos): Remove unused variable `tests'.
12325 (custom-group-value-create): Remove unused variable `hidden-p'.
12326 (sort-fold-case): Declare.
12327
12328 * cus-theme.el (custom-reset-standard-faces-list)
12329 (custom-reset-standard-variables-list): Declare.
12330 (customize-create-theme, custom-theme-revert, custom-theme-write)
12331 (custom-theme-choose-mode, customize-themes, custom-theme-save):
12332 Mark unused parameters.
12333
12334 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
12335
12336 * delim-col.el (delimit-columns-max): Move defvar before first use.
12337
12338 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 12339 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
12340
12341 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
12342 (auto-insert): Declare.
12343 (desktop-restore-file-buffer): Rename desktop-* parameters;
12344 mark unused ones.
12345 (desktop-create-buffer): Rename desktop-* parameters and bind them.
12346 (desktop-buffer): Rename desktop-* parameters.
12347
12348 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12349 (dframe-reposition-frame-xemacs, dframe-help-echo)
12350 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
12351 Mark unused parameters.
12352
12353 * dired-aux.el (backup-extract-version-start, overwrite-query)
12354 (overwrite-backup-query, rename-regexp-query)
12355 (rename-non-directory-query): Declare.
12356 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
12357 (dired-add-entry): Remove unused variable `orig-file-name'.
12358 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
12359 Use parameter PRESERVE-TIME instead of accessing dynamic variable
12360 `dired-copy-preserve-time' directly.
12361 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
12362 (dired-insert-subdir-newpos): Rename unused variable `pos'.
12363
12364 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
12365 (dired-virtual-revert, dired-make-relative-symlink):
12366 Mark unused parameters.
12367 (manual-program): Declare.
12368 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
12369 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
12370 wrapped in `with-no-warnings' to avoid replacing one warning by another.
12371
12372 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
12373
12374 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12375
12376 * echistory.el (electric-history-in-progress, Helper-return-blurb):
12377 Declare.
12378
12379 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12380
12381 * electric.el (Electric-command-loop): Rename parameter
12382 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12383
12384 * expand.el (expand-in-literal): Remove unused variable `here'.
12385
12386 * facemenu.el (facemenu-add-new-color):
12387 Remove unused variable `docstring'.
12388
12389 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12390 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12391 (face-attr-construct): Mark unused parameter. Doc fix.
12392 (read-color): Remove unused variable `hex-string'.
12393
12394 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12395 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12396 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12397 (display-buffer-other-frame): Remove unused variable `old-window'.
12398 (kill-buffer-hook): Declare.
12399 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12400 Mark unused parameters.
12401 (after-find-file): Pass 1 to `auto-save-mode', not t.
12402
12403 * files-x.el (auto-insert): Declare.
12404 (modify-file-local-variable-prop-line): Remove unused variable `val'.
12405
12406 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 12407 variable `buf'. Mark unused parameter.
06b60517
JB
12408 (find-lisp-insert-directory): Mark unused parameter.
12409
12410 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12411 (format-encode-region): Remove unused variables `cur-buf' and `result'.
12412 (format-common-tail): Remove, unused.
12413 (format-deannotate-region): Remove unused variable `loc'.
12414 (format-annotate-region): Remove unused variable `p'.
12415 (format-annotate-single-property-change): Remove unused variables
12416 `default' and `tail'.
12417
12418 * forms.el (read-file-filter): Declare.
12419 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12420
12421 * frame.el (frame-creation-function-alist): Mark unused parameter.
12422 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12423
12424 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12425 Remove unused parameters.
12426 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12427 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12428
12429 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12430 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12431 (hfy-prepare-tag-map): Mark unused parameters.
12432 (htmlfontify-buffer): Use `called-interactively-p'.
12433
12434 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12435 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12436 (ibuffer-do-occur): Mark unused parameters.
12437 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12438 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12439
12440 * ibuffer.el: Don't quote `lambda'.
12441 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12442 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12443 Mark unused parameters.
12444
12445 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12446 (ido-completing-read): Mark unused parameters.
12447 (ido-copy-current-word): Mark unused parameters;
12448 remove unused variable `name'.
12449 (ido-sort-merged-list): Remove unused parameter `dirs'.
12450
12451 * ielm.el (ielm-input-sender): Mark unused parameter.
12452 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12453 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12454 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12455 `ielm-string' as a dynamic variable accessible from the IELM prompt.
12456 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
12457
12458 * image-dired.el (image-dired-display-thumbs): Remove unused
12459 variables `curr-file' and `count'.
12460 (image-dired-remove-tag): Remove unused variable `start'.
12461 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12462 variable `curr-file'
12463 (image-dired-rotate-original): Remove unused variable `temp-file'.
12464 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12465 Remove unused variable `file'.
12466 (image-dired-gallery-generate): Remove unused variable `curr'.
12467 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12468
12469 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12470
12471 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12472
12473 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12474
12475 * isearch.el (minibuffer-history-symbol): Declare.
12476 (isearch-edit-string): Remove unused variable `err'.
12477 (isearch-message-prefix, isearch-message-suffix):
12478 Mark unused parameters.
12479
12480 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12481
12482 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12483
12484 * makesum.el (double-column): Remove unused variable `cnt'.
12485
12486 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12487 (ido-ignore-item-temp-list): Declare.
12488
12489 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12490 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12491 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12492 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12493 `mouse-col-delta'.
12494
12495 * mouse-sel.el (mouse-extend-internal):
12496 Remove unused variable `orig-window-frame'.
12497
12498 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12499 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12500 Move declarations before first use.
12501 (pcomplete-opt): Mark unused parameters; doc fix.
12502
12503 * proced.el (proced-revert): Mark unused parameter.
12504 (proced-send-signal): Remove unused variable `err'.
12505
12506 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12507 Rename parameter PREFIX-ARG to ARG.
12508 (ps-basic-plot-string, ps-basic-plot-whitespace):
12509 Mark unused parameters.
12510
12511 * replace.el (replace-count): Define.
12512 (occur-revert-function): Mark unused parameters.
12513 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12514 (isearch-case-fold-search, isearch-string): Declare.
12515 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12516 bind `case-fold-search'. Remove unused variables `beg' and `end',
12517 and simplify.
12518 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12519 COUNT and bind `replace-count'.
12520 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12521 to COUNT.
12522
12523 * savehist.el (print-readably, print-string-length): Declare.
12524
12525 * shadowfile.el (shadow-expand-cluster-in-file-name):
12526 Remove unused variable `cluster'.
12527 (shadow-copy-file): Remove unused variable `i'.
12528 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12529 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12530 (shadow-define-literal-group, shadow-define-regexp-group)
12531 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12532
12533 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12534 (shell): Use `called-interactively-p'.
12535 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12536
12537 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12538 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12539 (delete-backward-char): Remove unused variable `ocol'.
12540 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12541 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12542 (event-apply-hyper-modifier, event-apply-shift-modifier)
12543 (event-apply-control-modifier, event-apply-meta-modifier):
12544 Mark unused parameters.
12545 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12546 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12547
12548 * speedbar.el (speedbar-ignored-directory-expressions)
12549 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12550 (speedbar-find-file, speedbar-dir-follow)
12551 (speedbar-directory-buttons-follow, speedbar-tag-find)
12552 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12553 (speedbar-buffers-line-directory, speedbar-buffer-click):
12554 Mark unused parameters.
12555 (speedbar-tag-file): Remove unused variable `mode'.
12556 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12557
12558 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12559
12560 * talk.el (talk): Remove unused variable `display'.
12561
12562 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12563 (tar-write-region-annotate): Mark unused parameter.
12564
12565 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12566 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12567 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12568 warning by another.
12569
12570 * time-stamp.el (time-stamp-string-preprocess):
12571 Remove unused variable `require-padding'.
12572
12573 * tree-widget.el (widget-glyph-enable): Declare.
12574 (tree-widget-action): Mark unused parameter.
12575
12576 * w32-fns.el (x-get-selection): Mark unused parameter.
12577 (autoload-make-program, generated-autoload-file): Declare.
12578
12579 * wdired.el (wdired-revert): Mark unused parameters.
12580 (wdired-xcase-word): Remove unused variable `err'.
12581
12582 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12583 (whitespace-help-scroll): Remove unused variable `data-help'.
12584
12585 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12586 (widget-image-insert, widget-after-change, default)
12587 (widget-default-format-handler, widget-default-notify)
12588 (widget-default-prompt-value, widget-info-link-action)
12589 (widget-url-link-action, widget-function-link-action)
12590 (widget-variable-link-action, widget-file-link-action)
12591 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12592 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12593 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12594 (widget-insert-button-action, widget-delete-button-action, visibility)
12595 (widget-documentation-link-action, widget-documentation-string-action)
12596 (widget-const-prompt-value, widget-regexp-match, symbol)
12597 (widget-coding-system-prompt-value)
12598 (widget-key-sequence-value-to-external, sexp)
12599 (widget-sexp-value-to-internal, character, vector, cons)
12600 (widget-choice-prompt-value, widget-boolean-prompt-value)
12601 (widget-color--choose-action): Mark unused parameters.
12602 (widget-item-match-inline, widget-choice-match-inline)
12603 (widget-checklist-match, widget-checklist-match-inline)
12604 (widget-group-match): Rename parameter VALUES to VALS.
12605 (widget-field-value-set): Remove unused variable `size'.
12606 (widget-color-action): Remove unused variables `value' and `start'.
12607
12608 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 12609 variable `dir'. Doc fix.
06b60517
JB
12610 (windmove-find-other-window): Don't pass it.
12611
12612 * window.el (count-windows): Mark unused parameter.
12613 (bw-adjust-window): Remove unused variable `err'.
12614
12615 * woman.el (woman-file-name): Remove unused variable `default'.
12616 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12617 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12618 (global-font-lock-mode): Declare.
12619 (woman-decode-region): Mark unused parameter.
12620 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12621
12622 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12623 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12624 (x-dnd-handle-moz-url): Remove unused variable `title'.
12625 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12626
12627 * xml.el (xml-parse-tag, xml-parse-attlist):
12628 Remove unused variable `pos'.
12629
bc4f7f3d
GM
126302011-04-19 Glenn Morris <rgm@gnu.org>
12631
12632 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12633 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12634 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12635 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12636 * calendar/cal-html.el (cal-html-insert-minical):
12637 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12638 (calendar-mark-date-pattern):
12639 Prefix "unused" locals.
12640
12641 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12642 optional argument `style'.
12643
12644 * calendar/appt.el (appt-make-list):
12645 * calendar/cal-china.el (calendar-chinese-date-string):
12646 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12647 (diary-hebrew-yahrzeit):
12648 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12649 * calendar/calendar.el (calendar-generate-window):
12650 * calendar/time-date.el (time-to-days):
12651 Remove unused local variables.
12652
16a43933
CY
126532011-04-18 Chong Yidong <cyd@stupidchicken.com>
12654
12655 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12656 glyphless-char-display table.
12657 (tabulated-list-glyphless-char-display): New var.
12658
7eed1860
SS
126592011-04-18 Sam Steingold <sds@gnu.org>
12660
12661 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12662 to acknowledgments.
12663
4d2d1ccd
GM
126642011-04-17 Glenn Morris <rgm@gnu.org>
12665
12666 * calendar/diary-lib.el (diary-sexp-entry):
12667 * calendar/holidays.el (holiday-sexp):
12668 Set debug-on-error rather than the removed stack-trace-on-error.
12669
239da61d
GM
126702011-04-16 Glenn Morris <rgm@gnu.org>
12671
12672 * progmodes/f90.el: Use lexical-binding.
12673 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12674
8b05752a
SM
126752011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12676
daca8ba5
SM
12677 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12678 (mail-mode): Setup mailalias completion here instead.
12679 * mail/mailalias.el: Use lexical-binding.
12680 (pattern, mailalias-done): Declare dynamic.
12681 (mail-completion-at-point-function): New function, from mail-complete.
12682 (mail-complete): Use it.
12683 (mail-completion-expand): New function.
12684 (mail-get-names): Use it.
12685 (mail-directory, mail-directory-process, mail-directory-stream):
12686 Don't use `pattern' for lexically bound arg.
12687
6f542485
SM
12688 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12689
037e7c3f
SM
12690 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12691 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12692 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12693
8b05752a
SM
12694 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12695 (byte-save-window-excursion, byte-temp-output-buffer-setup)
12696 (byte-interactive-p): Define them again, for use when inlining
12697 old code.
12698
49093f60
JB
126992011-04-15 Juanma Barranquero <lekktu@gmail.com>
12700
12701 * loadup.el: Use `string-to-number', not `string-to-int'.
12702
b5b8e7de
SM
127032011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12704
12705 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12706 gud-gdb-complete-command.
12707 (gud-gdb-completions): New function, from gud-gdb-complete-command.
12708 (gud-gdb-completion-at-point): New function.
12709 (gud-gdb-completions): Remove.
12710
f42efeb5
MA
127112011-04-14 Michael Albinus <michael.albinus@gmx.de>
12712
49093f60
JB
12713 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12714 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
12715 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12716 whether `executable-find' is bound.
f42efeb5
MA
12717
12718 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12719
e240cc21
SM
127202011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12721
12722 * minibuffer.el (completion-in-region-mode-predicate)
12723 (completion-in-region-mode--predicate): New vars.
12724 (completion-in-region, completion-in-region--postch)
12725 (completion-in-region-mode): Use them.
12726 (completion--capf-wrapper): Also return the hook function.
12727 (completion-at-point, completion-help-at-point):
12728 Adjust and provide a predicate.
c2bd2ab0
SM
12729
12730 Preserve arg names for advice of subr and lexical functions (bug#8457).
12731 * help-fns.el (help-function-arglist): Consolidate the subr and
12732 new-byte-code cases. Add argument `preserve-names' to extract names
12733 from the docstring when needed.
12734 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12735 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12736 (ad-arglist): Use help-function-arglist's new arg.
12737 (ad-definition-type): Use cond.
12738
c183f693
JB
127392011-04-13 Juanma Barranquero <lekktu@gmail.com>
12740
06641a47
JB
12741 * autorevert.el (auto-revert-handler):
12742 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12743 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12744 Don't quote lambda.
12745
c183f693
JB
12746 * image-mode.el (image-transform-set-scale):
12747 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12748
1e3b6001
G
127492011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12750
12751 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 12752 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
12753 Upgrades via gnutls-cli are too slow to be done opportunistically.
12754
2d6af8dd
JB
127552011-04-12 Juanma Barranquero <lekktu@gmail.com>
12756
12757 * dframe.el (dframe-current-frame): Remove spurious quote.
12758
c0749a51
GM
127592011-04-12 Glenn Morris <rgm@gnu.org>
12760
088d0d61
GM
12761 * calendar/cal-tex.el (cal-tex-end-document):
12762 Try to automatically use latin1 input if needed.
12763
c0749a51
GM
12764 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
12765 Don't try to cons a mark onto an empty element.
12766
5c90fde0
LL
127672011-04-11 Leo Liu <sdl.web@gmail.com>
12768
12769 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
12770 buffers.
12771 (ido-kill-buffer-at-head): Support killing virtual buffers.
12772
369e974d
CY
127732011-04-10 Chong Yidong <cyd@stupidchicken.com>
12774
12775 * minibuffer.el (completion-show-inline-help): New var.
12776 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
12777 (minibuffer-force-complete, minibuffer-complete-word):
12778 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
12779
12780 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
12781 to avoid interference from inline help (Bug#5849).
12782
37f1c930
LL
127832011-04-10 Leo Liu <sdl.web@gmail.com>
12784
099c39a4
JB
12785 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12786 Fix typo.
37f1c930 12787
a32d4040
CY
127882011-04-09 Chong Yidong <cyd@stupidchicken.com>
12789
12790 * image-mode.el (image-toggle-display-image): Signal an error if
12791 not in Image mode.
12792 (image-transform-mode, image-transform-resize)
12793 (image-transform-set-rotation): Doc fix.
daca8ba5 12794 (image-transform-set-resize): Delete.
a32d4040
CY
12795 (image-transform-set-scale, image-transform-fit-to-height)
12796 (image-transform-fit-to-width): Handle image-toggle-display-image
12797 and image-transform-resize directly.
12798
099c39a4 127992011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
12800
12801 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
12802 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
12803 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
12804 (doc-view-mode-map): Add bindings for the new functions.
12805
099c39a4 128062011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 12807
4d61f28d 12808 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
12809 Fix typo in docstring.
12810
3726838a
EZ
128112011-04-08 Eli Zaretskii <eliz@gnu.org>
12812
04f33f1e
EZ
12813 * files.el (file-size-human-readable): Produce one digit after
12814 decimal, like "ls -lh" does.
12815
12816 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
12817 the file size representation.
12818
3726838a
EZ
12819 * simple.el (list-processes): If async subprocesses are not
12820 available, error out with a clear error message.
12821
cbb59342
CY
128222011-04-08 Chong Yidong <cyd@stupidchicken.com>
12823
12824 * help.el (help-form-show): New function, to be called from C.
12825 Put help-form output in a buffer named differently than *Help*.
12826
e3971c44
EZ
128272011-04-08 Eli Zaretskii <eliz@gnu.org>
12828
12829 * files.el (file-size-human-readable): New function.
12830
12831 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
12832 computing the representation inline. Don't require `cl'.
12833
12544bbe
GM
128342011-04-08 Glenn Morris <rgm@gnu.org>
12835
a1de6c6a
GM
12836 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
12837
3c4671f4
GM
12838 * net/browse-url.el (browse-url-firefox):
12839 Test system-type, not system-configuration.
12840
b605679c
GM
12841 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
12842 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
12843 Use log-edit-empty-buffer-p. (Bug#7598)
12844
56442f0c
GM
12845 * net/rlogin.el (rlogin-process-connection-type): Simplify.
12846 (rlogin-mode-map): Initialize in the defvar.
12847 (rlogin): Use ignore-errors.
12848
12544bbe
GM
12849 * replace.el (occur-mode-map): Some fixes for menu items.
12850
eb237b0f
AH
128512011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12852
12853 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
12854
7d668f2c
CY
128552011-04-06 Chong Yidong <cyd@stupidchicken.com>
12856
e67a13ab
CY
12857 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
12858 issuing unused warnings.
12859
12860 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
12861 macro directly.
12862
7d668f2c
CY
12863 * simple.el: Lisp reimplement of list-processes. Based on an
12864 earlier reimplementation by Leo Liu, but using tabulated-list.el.
12865 (process-menu-mode): New major mode.
12866 (list-processes--refresh, list-processes):
12867 (process-menu-visit-buffer): New functions.
12868
12869 * files.el (save-buffers-kill-emacs): Don't assume any return
12870 value of list-processes, which is undocumented anyway.
12871
a83ec3c9
CY
128722011-04-06 Chong Yidong <cyd@stupidchicken.com>
12873
12874 * emacs-lisp/tabulated-list.el: New file.
12875
e91a96fe
CY
12876 * emacs-lisp/package.el: Use Tabulated List mode.
12877 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
12878 (package-menu-mode): Derive from tabulated-list-mode. Set up the
12879 table format using Tabulated List mode variables.
12880 (package--push): New macro, replacing package-list-maybe-add.
12881 (package-menu--generate): Use package--push. Renamed from
12882 package--generate-package-list.
12883 (package-menu-refresh, list-packages): Use it.
daca8ba5 12884 (package-menu--print-info): Rename from package-print-package.
e91a96fe 12885 Return insertion data instead of inserting it directly.
099c39a4
JB
12886 (package-menu-describe-package, package-menu-execute):
12887 Use tabulated-list-get-id.
e91a96fe
CY
12888 (package-menu-mark-delete, package-menu-mark-install)
12889 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
12890 (package-menu-mark-obsolete-for-deletion):
12891 Use tabulated-list-put-tag.
e91a96fe
CY
12892 (package--list-packages, package-menu-revert)
12893 (package-menu-get-package, package-menu-get-version)
12894 (package-menu-sort-by-column): Functions deleted.
12895 (package-menu-package-list, package-menu-sort-key): Vars deleted.
12896 (package-menu--status-predicate, package-menu--version-predicate)
12897 (package-menu--name-predicate)
12898 (package-menu--description-predicate): Handle arguments in the
12899 Tabulated List format.
12900 (package-list-packages-no-fetch): Call list-packages.
12901
3e214b50
JB
129022011-04-06 Juanma Barranquero <lekktu@gmail.com>
12903
12904 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 12905 (after-find-file): Don't bind it.
3e214b50
JB
12906 (revert-buffer-in-progress-p): New variable.
12907 (revert-buffer): Bind it.
12908 Pass nil for `after-find-file-from-revert-buffer'.
12909
12910 * saveplace.el (save-place-find-file-hook): Use new variable
12911 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
12912
3f0f1700
GM
129132011-04-06 Glenn Morris <rgm@gnu.org>
12914
c0274801
GM
12915 * Makefile.in (AUTOGEN_VCS): New variable.
12916 (autoloads): Use $AUTOGEN_VCS.
12917
3f0f1700
GM
12918 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
12919 * calendar/calendar.el (calendar-mode-map):
12920 Check for toolkit scroll bars. (Bug#8305)
12921
41ea9e48
CY
129222011-04-05 Chong Yidong <cyd@stupidchicken.com>
12923
12924 * minibuffer.el (completion-in-region--postch)
12925 (completion-in-region-mode): Remove unnecessary messages.
12926
6194c800
JB
129272011-04-05 Juanma Barranquero <lekktu@gmail.com>
12928
33256f14
JB
12929 * font-lock.el (font-lock-refresh-defaults):
12930 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
12931 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
12932
6194c800
JB
12933 * info.el (Info-directory-list, Info-read-node-name-2)
12934 (Info-split-parameter-string): Doc fixes.
12935 (Info-virtual-nodes): Reflow docstring.
12936 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
12937 (Info-apropos-toc-nodes, info-finder, Info-get-token)
12938 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
12939 Fix typos in docstrings.
12940 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
12941 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
12942 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
12943 (Info-restore-desktop-buffer): Mark unused parameters.
12944 (Info-directory-find-file, Info-directory-find-node)
12945 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
12946 (Info-virtual-index-find-node, Info-apropos-find-file)
12947 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 12948 Mark unused parameters; fix typos in docstrings.
6194c800
JB
12949 (Info-virtual-index): Remove unused local variable `nodename'.
12950
b87a8200 129512011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 12952
b87a8200
DD
12953 * net/rcirc.el: Update my e-mail address.
12954 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 12955
3b2ff876
CY
129562011-04-05 Chong Yidong <cyd@stupidchicken.com>
12957
12958 * startup.el (command-line): Save the cursor's theme-face
12959 directly, instead of using face-override-spec.
12960
12961 * custom.el (load-theme): Minor optimization in assigning faces.
12962
8d17e7ca
JB
129632011-04-04 Juanma Barranquero <lekktu@gmail.com>
12964
12965 * help-fns.el (describe-variable): Complete all variables having
12966 documentation, including keywords.
12967 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
12968
2fbc1934
JB
129692011-04-04 Juanma Barranquero <lekktu@gmail.com>
12970
12971 Convert to lexical-binding.
12972
12973 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
12974 (bs--get-marked-string, bs--get-modified-string)
12975 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
12976 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
12977 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
12978
12979 * ehelp.el (electric-help-execute-extended)
12980 (electric-help-ctrl-x-prefix):
12981 * hexl.el (hexl-revert-buffer-function):
12982 * linum.el (linum-after-change, linum-after-scroll):
12983 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
12984
12985 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
12986
74f50695
DU
129872011-04-04 Daiki Ueno <ueno@unixuser.org>
12988
12989 * epa-dired.el:
12990 * epa-mail.el:
12991 * epa-hook.el:
12992 * epa-file.el:
12993 * epa.el:
12994 * epg.el: Use lexical binding.
12995
c11325f7
CY
129962011-04-03 Chong Yidong <cyd@stupidchicken.com>
12997
0d9e9a12
CY
12998 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
12999
c11325f7 13000 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
13001 dictionary case for flyspell-mark-duplications-exceptions.
13002 Use regexp matching for languages.
c11325f7
CY
13003 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
13004 default dictionary (Bug#7926).
13005
da91b5f2
CY
130062011-04-02 Chong Yidong <cyd@stupidchicken.com>
13007
099c39a4
JB
13008 * emacs-lisp/package.el (package--with-work-buffer):
13009 Recognize https URLs.
da91b5f2 13010
099c39a4
JB
13011 * net/network-stream.el: Move from gnus/proto-stream.el.
13012 Change prefix to network-stream throughout.
da91b5f2
CY
13013 (open-protocol-stream): Merge into open-network-stream, leaving
13014 open-protocol-stream as an alias. Handle nil BUFFER args.
13015
13016 * subr.el (open-network-stream): Move to net/network-stream.el.
13017
afa8e9f6
GM
130182011-04-02 Glenn Morris <rgm@gnu.org>
13019
1d2e369d
GM
13020 * find-dired.el (find-exec-terminator): New option.
13021 (find-ls-option): Test for -ls support.
13022 (find-ls-subdir-switches): Test for -b in find-ls-option.
13023 (find-dired, find-grep-dired): Doc fixes.
13024 (find-dired): Use find-exec-terminator.
13025
8abb7da8 13026 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
13027 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
13028 (find-name-arg): Remove purecopy.
8abb7da8 13029
f3ca7378
GM
13030 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
13031 (grep-compute-defaults): Check for `-exec COMMAND +' support.
13032 Set grep-find-use-xargs, grep-find-command, and grep-find-template
13033 accordingly. Don't add the null-device if not needed.
13034
afa8e9f6
GM
13035 * files.el (save-some-buffers): Doc fix.
13036
35eae264
EZ
130372011-04-02 Eli Zaretskii <eliz@gnu.org>
13038
13039 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
13040
26b51db5
JB
130412011-04-01 Juanma Barranquero <lekktu@gmail.com>
13042
13043 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13044 Use `dolist' rather than `mapcar'.
13045
7200d79c
SM
130462011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13047
03408648 13048 Add lexical binding.
7200d79c 13049
03408648
SM
13050 * subr.el (apply-partially): Use new closures rather than CL.
13051 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13052 (dolist, dotimes): Use slightly different expansion for lexical code.
13053 (functionp): Move to C.
13054 (letrec): New macro.
13055 (with-wrapper-hook): Use it and apply-partially instead of CL.
13056 (eval-after-load): Preserve lexical-binding.
13057 (save-window-excursion, with-output-to-temp-buffer): Turn them
13058 into macros.
7200d79c 13059
03408648
SM
13060 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13061
13062 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13063 than the arglist.
13064 (help-add-fundoc-usage): Don't add `Not documented'.
13065 (help-function-arglist): Handle closures, subroutines, and new
13066 byte-code-functions.
13067 (help-make-usage): Remove leading underscores.
13068 (describe-function-1): Handle closures.
13069 (describe-variable): Use special-variable-p for completion.
13070
13071 * files.el (lexical-binding): Declare safe.
f488fb65 13072
03408648
SM
13073 * emacs-lisp/pcase.el: Don't use destructuring-bind.
13074 (pcase--memoize): Rename from pcase-memoize. Change weakness.
13075 (pcase): Add `let' pattern.
13076 Change memoization so it actually works.
13077 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13078 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13079 <let>: New case.
f488fb65 13080
03408648
SM
13081 * emacs-lisp/macroexp.el: Use lexical binding.
13082 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
13083 Don't convert ' to #' without checking that it's indeed quoting
13084 a lambda.
13085
13086 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 13087 Use eval-sexp-add-defvars.
03408648
SM
13088 (eval-sexp-add-defvars): New fun.
13089
13090 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13091
13092 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13093 Don't autoload.
13094 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13095 than the internal `byte-compile-lambda'.
13096 (defmethod): Don't hide code under quotes.
13097 (eieio-defmethod): New `code' argument.
13098
13099 * emacs-lisp/eieio-comp.el: Remove.
13100
13101 * emacs-lisp/edebug.el (edebug-eval-defun)
13102 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13103 (edebug-toggle): Avoid `eval'.
13104
13105 * emacs-lisp/disass.el (disassemble-internal): Handle new
13106 `closure' objects.
13107 (disassemble-1): Handle new byte codes.
13108
13109 * emacs-lisp/cl.el (pushnew): Silence warning.
13110
13111 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13112 (cl-byte-compile-throw): Remove.
13113 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13114
13115 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13116 closures.
13117
13118 * emacs-lisp/cconv.el: New file.
13119
13120 * emacs-lisp/bytecomp.el: Use lexical binding instead of
13121 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
13122 (byte-compile-initial-macro-environment):
13123 Handle declare-function here.
13124 (byte-compile--lexical-environment): New var.
13125 (byte-stack-ref, byte-stack-set, byte-discardN)
13126 (byte-discardN-preserve-tos): New lap codes.
13127 (byte-interactive-p): Don't use any more.
13128 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13129 New macros.
13130 (byte-compile-lapcode): Use them and handle new lap codes.
13131 (byte-compile-obsolete): Remove.
13132 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13133 (byte-compile-arglist-warn): Check late def of inlinable funs.
13134 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13135 since they should have been expanded by now.
13136 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13137 (byte-compile-from-buffer): Remove unused second arg.
13138 (byte-compile-preprocess): New function.
13139 (byte-compile-toplevel-file-form): New function to distinguish
13140 file-form calls from outside from file-form calls from hunk-handlers.
13141 (byte-compile-file-form): Simplify.
13142 (byte-compile-file-form-defsubst): Remove.
13143 (byte-compile-file-form-defmumble): Simplify now that
13144 byte-compile-lambda always returns a byte-code-function.
13145 (byte-compile): Preprocess.
13146 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13147 Remove, not used any more.
13148 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13149 (byte-compile-make-args-desc): New funs.
13150 (byte-compile-lambda): Handle lexical functions. Always return
13151 a byte-code-function.
13152 (byte-compile-reserved-constants): New var, to make up room for
13153 closed-over variables.
13154 (byte-compile-constants-vector): Obey it.
13155 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13156 (byte-compile-macroexpand-declare-function): New function.
13157 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13158 byte-code-functions.
13159 (byte-compile-form): Check obsolescence here.
13160 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13161 (byte-compile-variable-ref): Remove.
13162 (byte-compile-dynamic-variable-op): New fun.
13163 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13164 (byte-compile-variable-set): New funs.
13165 (byte-compile-discard): Add 2 args.
13166 (byte-compile-stack-ref, byte-compile-stack-set)
13167 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13168 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13169 macroexpand-all instead.
13170 (byte-compile-quote-form): Remove.
13171 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13172 (byte-compile-bind, byte-compile-unbind): New funs.
13173 (byte-compile-let): Handle let* and lexical binding.
13174 (byte-compile-let*): Remove.
13175 (byte-compile-catch, byte-compile-unwind-protect)
13176 (byte-compile-track-mouse, byte-compile-condition-case):
13177 Handle a new :fun-body form, used for lexical scoping.
13178 (byte-compile-save-window-excursion)
13179 (byte-compile-with-output-to-temp-buffer): Remove.
13180 (byte-compile-defun): Simplify.
13181 (byte-compile-stack-adjustment): New fun.
13182 (byte-compile-out): Use it.
13183 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
13184
13185 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
13186 handler any more.
13187
13188 * emacs-lisp/byte-opt.el: Use lexical binding.
13189 (byte-inline-lapcode): Remove (to bytecomp).
13190 (byte-compile-inline-expand): Pay attention to inlining to/from
13191 lexically bound code.
13192 (byte-compile-unfold-lambda): Don't handle byte-code-functions
13193 any more.
13194 (byte-optimize-form-code-walker): Don't handle save-window-excursion
13195 any more and don't call compiler-macros.
13196 (byte-compile-splice-in-already-compiled-code): Remove.
13197 (byte-code): Don't inline any more.
13198 (disassemble-offset): Receive `bytes' as argument rather than via
13199 dynamic scoping.
13200 (byte-compile-tag-number): Declare before first use.
13201 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
13202 `return' even if make-spliceable.
13203 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
13204 obsolete interactive-p.
13205 (byte-optimize-lapcode): Optimize new lap-codes.
13206 Don't trip up on new form of `byte-constant' lap code.
13207
13208 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
13209
13210 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
13211
13212 * custom.el (custom-initialize-default, custom-declare-variable):
13213 Use `defvar'.
13214
13215 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
13216 New variables.
13217 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
13218 (COMPILE_FIRST): Add macroexp and cconv.
13219 * makefile.w32-in: Mirror changes in Makefile.in.
13220
13221 * vc/cvs-status.el:
13222 * vc/diff-mode.el:
13223 * vc/log-edit.el:
13224 * vc/log-view.el:
13225 * vc/smerge-mode.el:
13226 * textmodes/bibtex-style.el:
13227 * textmodes/css.el:
13228 * startup.el:
13229 * uniquify.el:
da91b5f2
CY
13230 * minibuffer.el:
13231 * newcomment.el:
13232 * reveal.el:
13233 * server.el:
13234 * mpc.el:
13235 * emacs-lisp/smie.el:
13236 * doc-view.el:
13237 * dired.el:
03408648
SM
13238 * abbrev.el: Use lexical binding.
13239
0f0c1f27
EZ
132402011-04-01 Eli Zaretskii <eliz@gnu.org>
13241
13242 * info.el (info-display-manual): New function.
13243
c82b2579
SM
132442011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13245
13246 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13247
221ddf68
TH
132482011-03-31 Tassilo Horn <tassilo@member.fsf.org>
13249
13250 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 13251 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 13252
cba6e77e
GM
132532011-03-31 Glenn Morris <rgm@gnu.org>
13254
e040639f
GM
13255 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
13256
cba6e77e
GM
13257 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
13258
6d0f1c9e
CS
132592011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
13260
13261 * progmodes/python.el (python-default-interpreter)
13262 (python-python-command-args, python-jython-command-args)
13263 (python-which-shell, python-which-args, python-which-bufname)
13264 (python-file-queue, python-comint-output-filter-function)
13265 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13266 variables and functions.
13267
3e2d70fd
SM
132682011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13269
13270 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13271 (completion-in-region-mode): New minor mode.
13272 (completion-in-region): Use it.
13273 (completion-in-region--data, completion-in-region-mode-map): New vars.
13274 (completion-in-region--postch): New function.
13275 (completion--capf-misbehave-funs, completion--capf-safe-funs):
13276 New vars.
13277 (completion--capf-wrapper): New function.
13278 (completion-at-point): Use it to track well-behavedness of
13279 hook functions.
13280 (completion-help-at-point): New command.
13281
f3e4086c
JM
132822011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
13283
13284 * vc/add-log.el (add-change-log-entry): Don't use whitespace
13285 syntax class to search for whitespace on a single line
13286 (Message-ID: <4D938140.4030905@redhat.com>).
13287
eb7ffc14
LL
132882011-03-30 Leo Liu <sdl.web@gmail.com>
13289
13290 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
13291 New commands.
13292 (edit-abbrevs-map): Bind them here.
13293 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
13294
d806ab68
KM
132952011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
13296
13297 * allout.el (allout-hide-by-annotation, allout-flag-region):
13298 Reduce possibility of overlay leakage by making them volatile.
13299
13300 * allout-widgets.el (allout-widgets-tally): Define as nil so the
13301 hash is not shared between buffers. Mode initialization is
13302 responsible for giving it a useful starting value.
13303 (allout-item-span): Reduce possibility of overlay leakage by
13304 making them volatile.
13305 (allout-widgets-count-buttons-in-region): Add diagnostic function
13306 for tracking down button overlay leaks.
13307
ea622834
LL
133082011-03-29 Leo Liu <sdl.web@gmail.com>
13309
13310 * ido.el (ido-read-internal): Use the default history var
13311 minibuffer-history if no HISTORY is specified.
13312
b62f8267
G
133132011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
13314
03408648
SM
13315 * net/imap.el (imap-shell-open, imap-process-connection-type):
13316 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
13317 Kerberos, SSL, other subprocesses.
13318
947b6566
LL
133192011-03-28 Leo Liu <sdl.web@gmail.com>
13320
13321 * abbrev.el (abbrev-table-empty-p): New function.
13322 (prepare-abbrev-list-buffer): Place empty abbrev tables after
13323 nonempty ones. (Bug#5937)
13324
5ffb62aa
JD
133252011-03-27 Jan Djärv <jan.h.d@swipnet.se>
13326
13327 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
13328
7a097943
LL
133292011-03-27 Leo Liu <sdl.web@gmail.com>
13330
13331 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
13332 for foreground and background colors.
13333 (ansi-color-make-color-map): Adapt.
13334
c5b40130
LL
133352011-03-25 Leo Liu <sdl.web@gmail.com>
13336
1f48f7d2
LL
13337 * midnight.el (midnight-time-float): Remove. Note it calculates
13338 the microsecond component incorrectly and seconds-to-time does the
13339 same job.
625897ec 13340 Remove redundant (require 'timer).
1f48f7d2 13341
c5b40130
LL
13342 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
13343 (ido-completions): Remove unused arguments. (Bug#8329)
13344
d86d2721
SM
133452011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13346
13347 * minibuffer.el (completion--flush-all-sorted-completions):
13348 Remove itself from hook.
13349 (completion-at-point): Let the functions perform the completion
13350 immediately and return nil or t.
13351 * comint.el (comint-dynamic-complete-functions): Now identical to
13352 completion-at-point-functions.
13353 (comint-dynamic-list-input-ring): Remove unused var `index'.
13354 (comint--match-partial-filename, comint--unquote&expand-filename):
13355 New funs, split from comint-match-partial-filename.
13356 (comint-dynamic-complete): Use completion-at-point.
13357 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
13358
e8974c48
DA
133592011-03-24 Drew Adams <drew.adams@oracle.com>
13360
13361 * thingatpt.el: Support `defun'.
13362
def71b5e
LL
133632011-03-23 Leo Liu <sdl.web@gmail.com>
13364
cb5af48e
LL
13365 * abbrevlist.el: Move to obsolete/abbrevlist.el.
13366
def71b5e
LL
13367 * help-mode.el (help-mode-finish): Tweak regexp.
13368
927c53e7
GM
133692011-03-23 Glenn Morris <rgm@gnu.org>
13370
18d05bed
GM
13371 * eshell/esh-opt.el (eshell-eval-using-options):
13372 Do not bind unused local variable `eshell-option-stub'.
13373
927c53e7
GM
13374 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13375
9d0da923
JB
133762011-03-22 Juanma Barranquero <lekktu@gmail.com>
13377
13378 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13379 keymap variable in `with-no-warnings' to avoid a warning when the
13380 keymap has been already `defconst'ed.
13381
4b978a67
LL
133822011-03-22 Leo Liu <sdl.web@gmail.com>
13383
13384 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13385 encode all chars in abbrevs; otherwise use emacs-mule or
13386 utf-8-emacs. (Bug#8308)
13387
5fd62452
JB
133882011-03-22 Juanma Barranquero <lekktu@gmail.com>
13389
0b1596c6
JB
13390 * simple.el (backward-delete-char-untabify):
13391 Avoid warning about using `delete-backward-char'.
13392
5fd62452
JB
13393 * image.el (image-type-file-name-regexps): Make it variable.
13394 `imagemagick-register-types' modifies it, and the user may want
13395 to add new extensions for known image types.
13396 (imagemagick-register-types): Throw error if not using ImageMagick.
13397
0b4e93f1
LL
133982011-03-22 Leo Liu <sdl.web@gmail.com>
13399
13400 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13401 located before rcirc-prompt-end-marker.
13402 (rcirc-complete): Error if point is not after rcirc prompt.
13403 Handle the case when table is nil.
9882e214 13404 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 13405
fccee4ab
CY
134062011-03-22 Chong Yidong <cyd@stupidchicken.com>
13407
13408 * custom.el (custom--inhibit-theme-enable): Make it affect only
13409 custom-theme-set-variables and custom-theme-set-faces.
13410 (provide-theme): Ignore custom--inhibit-theme-enable.
13411 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13412 (custom-enabling-themes): Delete variable.
d86d2721
SM
13413 (enable-theme): Accept only loaded themes as arguments.
13414 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
13415 (custom-enabled-themes): Forbid themes from setting this.
13416 Eliminate use of custom-enabling-themes.
13417 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 13418
af896da6
LL
134192011-03-21 Leo Liu <sdl.web@gmail.com>
13420
13421 * ido.el (ido-read-internal): Add ido-selected to history instead
13422 of user input.
13423
78f64af0
SM
134242011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13425
13426 * subr.el (deferred-action-list, deferred-action-function):
13427 Mark obsolete.
13428
b16ac1ec
LL
134292011-03-21 Leo Liu <sdl.web@gmail.com>
13430
810f7698
LL
13431 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13432 change on 2011-02-13 (bug#8309).
13433
b16ac1ec
LL
13434 * minibuffer.el (read-file-name-function): Change default value.
13435 (read-file-name--defaults): Rename from read-file-name-defaults.
13436 (read-file-name-default): Rename from read-file-name.
13437 (read-file-name): Call read-file-name-function.
13438
4e05e67e
GM
134392011-03-21 Glenn Morris <rgm@gnu.org>
13440
13441 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13442 Doc fixes.
13443
4359915b
CY
134442011-03-21 Chong Yidong <cyd@stupidchicken.com>
13445
13446 * cus-theme.el: Add missing provide statement.
13447 (customize-create-theme): Extract theme value correctly.
13448 (custom-theme-visit-theme): Autoload.
13449 (customize-create-theme): Prompt before inserting default faces.
13450
1fe275ee
JB
134512011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13452
13453 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13454 units and musical notes.
13455
cd394be1 134562011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
13457
13458 * ido.el (ido-read-internal): Use completing-read-default.
13459 (ido-completing-read): Fix compatibility with completing-read.
13460
7d476bde
CO
134612011-03-20 Christian Ohler <ohler@gnu.org>
13462
13463 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13464 (ert-delete-all-tests): Use `called-interactively-p' rather than
13465 `interactive-p'.
13466 (ert--make-xrefs-region): Respect END.
13467
fe0fb33e
CY
134682011-03-19 Chong Yidong <cyd@stupidchicken.com>
13469
ff854b0b
CY
13470 * dired-aux.el (dired-create-directory): Signal an error if the
13471 directory already exists (Bug#8246).
13472
fe0fb33e
CY
13473 * facemenu.el (list-colors-display): Call list-faces-display
13474 inside with-help-window.
13475 (list-colors-print): Use display property to align the final
13476 column, instead of checking window-width.
13477
576bce32
EZ
134782011-03-19 Eli Zaretskii <eliz@gnu.org>
13479
4d61f28d 13480 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
13481 windows-nt systems.
13482 (emerge-protect-metachars): Quote correctly for ms-dos and
13483 windows-nt systems.
13484
89c41d68 134852011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
13486
13487 * info.el (info-initialize): Replace all uses of `:' with
13488 path-separator for compatibility with non-Unix systems.
13489 Cache quoting of path-separator. (Bug#8258)
13490
b14e3e21 134912011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
13492
13493 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13494 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13495 (mouse-avoidance-mode): Fix typos in docstrings.
13496
4525ce3e
CY
134972011-03-19 Chong Yidong <cyd@stupidchicken.com>
13498
13499 * startup.el (package-subdirectory-regexp): Move from package.el.
13500 Omit \\` and \\', and let callers add them.
13501
13502 * emacs-lisp/package.el (package-strip-version)
13503 (package-load-all-descriptors): Add \\` and \\' to
13504 package-subdirectory-regexp before using it.
13505 (package-untar-buffer): New arg DIR; ensure that file untars only
13506 into this expected directory. Remove superfluous delete-region.
13507 (package-unpack): Caller changed.
13508 (package-tar-file-info): Use package-subdirectory-regexp.
13509
a904a09a 135102011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 13511
a904a09a
SM
13512 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13513 diff-mode-shared-map (bug#8284).
13514 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
13515
135162011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13517
13518 * calendar/time-date.el (format-seconds): Use assoc instead of
13519 assoc-string, since assoc-string doesn't exist in XEmacs.
13520
171fc304
JB
135212011-03-17 Juanma Barranquero <lekktu@gmail.com>
13522
13523 * custom.el (custom-known-themes): Reflow docstring.
13524 (custom-theme-load-path): Fix typo in docstring.
13525 (load-theme): Fix typo in error message.
13526 (custom-available-themes, custom-variable-theme-value):
13527 Use `let', not `let*'.
13528
d71990a1
JB
135292011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13530
13531 * calc/README: Mention inclusion of musical notes.
13532
13533 * calc/calc-units.el (calc-lu-quant): Rename from
13534 `calc-logunits-quantity'.
13535 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13536 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13537 (calc-db): Rename from `calc-dblevel'.
13538 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13539 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13540 (calc-np): Rename from `calc-nplevel'.
13541 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13542 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13543 (calc-lu-plus): Rename from `calc-logunits-add'.
13544 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13545 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13546 (calc-lu-minus): Rename from `calc-logunits-sub'.
13547 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13548 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13549 (calc-lu-times): Rename from `calc-logunits-mul'.
13550 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13551 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13552 (calc-lu-divide): Rename from `calc-logunits-div'.
13553 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13554 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13555
13556 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13557 functions being autoloaded.
13558
13559 * calc/calc.el (calc-lu-power-reference): Rename from
13560 `calc-logunits-power-reference'.
13561 (calc-lu-field-reference): Rename from
13562 `calc-logunits-field-reference'.
13563
7a71b18d
GM
13564 * calc/calc-help.el (calc-l-prefix-help):
13565 Mention musical note functions.
d71990a1 13566
40c2934b
SM
135672011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13568
13569 * minibuffer.el (completion-all-sorted-completions):
13570 Use :completion-cycle-penalty text property if present.
13571
b0911414
KM
135722011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13573
13574 * allout.el (allout-yank-processing): Adjust for new rebulleting
13575 regime so bullet being yanked is used without prompting the user
13576 for a choice.
13577
8a05b668
JB
135782011-03-16 Juanma Barranquero <lekktu@gmail.com>
13579
13580 * startup.el (command-line): Warn the user that _emacs is deprecated.
13581
5ba5fb81
JB
135822011-03-16 Juanma Barranquero <lekktu@gmail.com>
13583
13584 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13585 (delphi-verbose, delphi-comment-face, delphi-string-face)
13586 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13587 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13588 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13589 (delphi-new-comment-line, delphi-font-lock-defaults)
13590 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13591 Fix typos in docstrings.
13592
2dab465b
KM
135932011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13594
5ba5fb81 13595 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13596 Invert the roles of character and string values for INSTEAD, so a
13597 string is used for the more common case of a defaulting prompt.
13598
0adf5618
SM
135992011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13600
13601 * progmodes/ruby-mode.el (ruby-backward-sexp):
13602 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13603 * play/gamegrid.el (gamegrid-make-face):
13604 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13605 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13606 * notifications.el (notifications-notify):
13607 * net/xesam.el (xesam-search-engines):
13608 * net/quickurl.el (quickurl-list-insert):
13609 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13610
d72700e5
CY
136112011-03-15 Chong Yidong <cyd@stupidchicken.com>
13612
13613 * startup.el (command-line): Update package subdirectory regexp.
13614
49c5410a
SM
136152011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13616
c6eee9aa
SM
13617 * allout.el (allout-abbreviate-flattened-numbering)
13618 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13619
49c5410a
SM
13620 * subr.el (read-char-choice): Only show the cursor after the prompt,
13621 not after the answer.
13622
047b2bb9
KR
136232011-03-15 Kevin Ryde <user42@zip.com.au>
13624
13625 * help-fns.el (variable-at-point): Skip leading quotes, if any
13626 (bug#8253).
13627
0a57d256
SM
136282011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13629
13630 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13631 warning message.
13632
77c992bc
MA
136332011-03-14 Michael Albinus <michael.albinus@gmx.de>
13634
13635 * shell.el (shell): When called interactively, offer to change the
13636 shell file name on remote hosts.
13637
eebc475d
TZ
136382011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13639
13640 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13641 integration for LDAP parameters. The host, base, user or binddn,
13642 and secret tokens can be specified in a netrc file, for instance.
13643 This is optional because an `auth-source' parameter must be
13644 specified in the search attributes.
13645
9d05d1ba
JB
136462011-03-13 Juanma Barranquero <lekktu@gmail.com>
13647
13648 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13649
09d9db2c
GM
136502011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13651
13652 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13653 into declaration. Remove redundant and harmful binding.
13654
136552011-03-12 Eli Zaretskii <eliz@gnu.org>
13656
13657 * files.el (file-ownership-preserved-p): Pass `integer' as an
13658 explicit 2nd argument to `file-attributes'. If the file's owner
13659 is the Administrators group on Windows, and the current user is
13660 Administrator, consider that a match.
13661
13662 * server.el (server-ensure-safe-dir): Consider server directory
13663 safe on MS-Windows if its owner is the Administrators group while
13664 the current Emacs user is Administrator. Use `=' to compare
13665 numerical UIDs, since they could be integers or floats.
13666
219bd536
JB
136672011-03-12 Juanma Barranquero <lekktu@gmail.com>
13668
13669 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13670
f3afd36b
MA
136712011-03-12 Michael Albinus <michael.albinus@gmx.de>
13672
13673 Sync with Tramp 2.2.1.
13674
13675 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13676
13677 * net/trampver.el: Update release number.
13678
3aaaa6f1
SM
136792011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13680
94642599
SM
13681 * progmodes/compile.el (compilation--previous-directory): Fix up
13682 various nil/dead-marker mismatches (bug#8014).
13683 (compilation-directory-properties, compilation-error-properties):
13684 Don't call it at a position past the one we're about to change.
13685
3aaaa6f1
SM
13686 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13687 Disable obsolescence warnings in the file that declares it.
13688
14239447
KM
136892011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
13690
099c39a4
JB
13691 * allout-widgets.el (allout-widgets-tally):
13692 Initialize allout-widgets-tally as a hash table rather than nil to
13693 prevent mode-line redisplay warnings. Also, clarify the module
13694 description and fix a comment typo.
14239447 13695
135e287c
JB
136962011-03-11 Juanma Barranquero <lekktu@gmail.com>
13697
13698 * help-fns.el (describe-variable): Don't complete keywords.
13699 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13700
ffbf300e
CY
137012011-03-10 Chong Yidong <cyd@stupidchicken.com>
13702
ba08b241
CY
13703 * emacs-lisp/package.el (package-version-join): Impose a standard
13704 string representation for pre/alpha/beta version lists.
13705 (package-unpack-single): Standardize the directory name by passing
13706 it through package-version-join.
13707 (package-strip-rcs-id): Accept any version string that does not
13708 signal an error in version-to-list.
ffbf300e 13709
f346fd6b
MA
137102011-03-10 Michael Albinus <michael.albinus@gmx.de>
13711
13712 * simple.el (delete-trailing-whitespace): Return nil for the
13713 benefit of `write-file-functions'.
13714
ccb55d27
GM
137152011-03-10 Glenn Morris <rgm@gnu.org>
13716
5ceaac0c
GM
13717 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13718
02da65ff
GM
13719 * vc/vc-git.el (vc-git-program): New option.
13720 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13721 (vc-git--call): Use it.
13722
b2f603cc
GM
13723 * eshell/esh-util.el (eshell-condition-case): Doc fix.
13724
5772caab
GM
13725 * cus-edit.el (Custom-newline): If no button at point, look
13726 for a subgroup button at start-of-line. (Bug#2298)
13727
ccb55d27
GM
13728 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13729
ec6ecaed
JD
137302011-03-10 Julien Danjou <julien@danjou.info>
13731
13732 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13733 `cursor-type' is nil.
13734
9d5aa01d
JB
137352011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
13736
13737 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13738
b6a5875b
KM
137392011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
13740
7a71b18d 13741 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
13742 preserves the existing header prefix, rebulleting it if necessary,
13743 rather than replacing it. This is necessary for proper operation
13744 of cooperative addons like allout-widgets.
1154d12e
JB
13745 (allout-make-topic-prefix, allout-rebullet-heading):
13746 Change SOLICIT arg to INSTEAD, and interpret additionally a string
13747 value as alternate bullet to be used, instead of prompting the user
13748 for a bullet character.
b6a5875b 13749
ee545c35
MA
137502011-03-09 Michael Albinus <michael.albinus@gmx.de>
13751
d86d2721
SM
13752 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13753 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
13754 `tramp-default-port'.
13755
c47971d7
DD
137562011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13757
13758 * net/rcirc.el (rcirc-handler-001): Remove useless
13759 with-rcirc-process-buffer.
13760 (rcirc-check-auth-status): Swap arguments to string-match.
13761
13522cb4
GM
137622011-03-09 Glenn Morris <rgm@gnu.org>
13763
0be6f4f1
GM
13764 * shell.el (shell-mode):
13765 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
13766
13522cb4
GM
13767 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
13768 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
13769
515de2e3
CY
137702011-03-08 Chong Yidong <cyd@stupidchicken.com>
13771
13772 * emacs-lisp/package.el (package-refresh-contents)
13773 (package-menu-execute): Use condition-case-no-debug.
13774
b511b994
MA
137752011-03-08 Michael Albinus <michael.albinus@gmx.de>
13776
13777 * simple.el (shell-command-to-string): Use `process-file'.
13778
13779 * emacs-lisp/package.el (package-tar-file-info): Handle also
13780 remote files.
13781
d86d2721
SM
13782 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13783 Use `equal' for upload base check.
b511b994 13784
25bbfb31
AM
137852011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
13786
13787 * textmodes/texinfo.el (texinfo-environments):
13788 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
13789
be996521
GM
137902011-03-08 Glenn Morris <rgm@gnu.org>
13791
e9c8529f
GM
13792 * cus-start.el (cursor-in-non-selected-windows):
13793 Fix :set quoting oddness. (Bug#8192)
13794
be996521
GM
13795 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
13796 in some setf expressions. (Bug#2159)
13797
2bb5649e
CY
137982011-03-08 Chong Yidong <cyd@stupidchicken.com>
13799
13800 * custom.el (custom-available-themes): Return themes in
13801 alphabetical order.
13802
33383987 13803See ChangeLog.15 for earlier changes.
e3d51b27
MR
13804
13805;; Local Variables:
13806;; coding: utf-8
e3d51b27
MR
13807;; End:
13808
acaf905b 13809 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
13810
13811 This file is part of GNU Emacs.
13812
13813 GNU Emacs is free software: you can redistribute it and/or modify
13814 it under the terms of the GNU General Public License as published by
13815 the Free Software Foundation, either version 3 of the License, or
13816 (at your option) any later version.
13817
13818 GNU Emacs is distributed in the hope that it will be useful,
13819 but WITHOUT ANY WARRANTY; without even the implied warranty of
13820 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13821 GNU General Public License for more details.
13822
13823 You should have received a copy of the GNU General Public License
13824 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.