Auto-commit of generated files.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f621ccf5
AM
12012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2
3 * ispell.el (ispell-insert-word) Remove unneeded function using
4 obsolete `translation-table-for-input'.
5 (ispell-word, ispell-process-line, ispell-complete-word): Use
6 plain `insert' instead of removed `ispell-insert-word'.
7
c2d1019e
CY
82012-04-22 Chong Yidong <cyd@gnu.org>
9
10 * cus-edit.el (custom-variable-menu)
11 (custom-variable-reset-saved, custom-face-menu)
12 (custom-face-reset-saved): If there is no saved value, make the
13 "reset-saved" operation bring back the default (Bug#9509).
14 (custom-face-state): Properly detect themed faces.
15
eeddc531
CY
16 * faces.el (face-spec-set): Stop supporting deprecated form of
17 third arg.
18
dcbf5805
MA
192012-04-22 Michael Albinus <michael.albinus@gmx.de>
20
21 Move functions from C to Lisp. Make non-blocking method calls
22 the default. Implement further D-Bus standard interfaces.
23
24 * net/dbus.el (dbus-message-internal): Declare function. Remove
25 unneeded function declarations.
26 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
27 (dbus-message-type-method-return, dbus-message-type-error)
28 (dbus-message-type-signal): Declare variables. Remove local
29 definitions.
30 (dbus-interface-dbus, dbus-interface-peer)
31 (dbus-interface-introspectable, dbus-interface-properties)
32 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
33 Adapt docstring.
34 (dbus-interface-objectmanager): New defconst.
35 (dbus-call-method, dbus-call-method-asynchronously)
36 (dbus-send-signal, dbus-method-return-internal)
37 (dbus-method-error-internal, dbus-register-service)
38 (dbus-register-signal, dbus-register-method): New defuns, moved
39 from dbusbind.c
40 (dbus-call-method-handler, dbus-setenv)
41 (dbus-get-all-managed-objects, dbus-managed-objects-handler): New
42 defuns.
43 (dbus-call-method-non-blocking): Make it an obsolete function.
44 (dbus-unregister-object, dbus-unregister-service)
45 (dbus-handle-event, dbus-register-property)
46 (dbus-property-handler): Obey the new structure of
47 `bus-registered-objects'.
48 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
49 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
50 Use `dbus-call-method'.
51
cf20dee0
CY
522012-04-22 Chong Yidong <cyd@gnu.org>
53
54 * cus-edit.el (custom-commands, custom-reset-menu)
55 (Custom-reset-standard): Tweak labels.
56 (custom-reset-button-menu): Change default to t.
57 (custom-buffer-create-internal): For the custom-reset-button-menu
58 case, put the revert button first.
59 (custom-group-subtitle): New face.
60 (custom-group-value-create): Align docstring to a specific column.
61
62 * wid-edit.el (widget-documentation-link-add): Don't handle
63 indentation in this function.
64 (widget-documentation-string-indent-to): New function.
65 (widget-documentation-string-value-create): Use it.
66
67 * autorevert.el (auto-revert):
68 * epg-config.el (epg):
69 * ibuffer.el (ibuffer):
70 * mpc.el (mpc):
71 * ses.el (ses):
72 * eshell/eshell.el (eshell):
73 * net/ange-ftp.el (ange-ftp):
74 * progmodes/ebnf2ps.el (postscript):
75 * progmodes/flymake.el (flymake):
76 * progmodes/prolog.el (prolog):
77 * progmodes/verilog-mode.el (verilog-mode):
78 * progmodes/which-func.el (which-func):
79 * term/xterm.el (xterm):
80 * textmodes/picture.el (picture):
81 * textmodes/tildify.el (tildify):
82 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
83 customization buffers.
84
583e23bd
AM
852012-04-22 Alan Mackenzie <acm@muc.de>
86
87 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
88 Adding a ) can hide the resulting (..) from searches. Fix it.
89 Bound the backward search to the position of the existing (.
90
7dd51bf1
JB
912012-04-21 Juanma Barranquero <lekktu@gmail.com>
92
93 * progmodes/verilog-mode.el (verilog-mode): Check whether
94 which-func-modes is t before adding verilog-mode.
95 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
96
d64a438f
LL
972012-04-21 Leo Liu <sdl.web@gmail.com>
98
7dd51bf1 99 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 100
081e8d65
MV
1012012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
102
103 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
104 filling of the last column of a table (Bug#5635).
105 (woman-find-next-control-line): New arg, specifying an additional
106 regexp component for the control line.
107 (woman2-roff-buffer): Use it.
108 (woman-break-table): New function.
109 (woman2-TS): Use it.
110
1112012-04-21 Chong Yidong <cyd@gnu.org>
112
113 * woman.el (woman-set-buffer-display-table, woman-decode-region)
114 (woman-horizontal-escapes, woman-negative-vertical-space)
115 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
116 (WoMan-warn-ignored): Use ?\s instead of ?\ .
117
ed571ccb
SM
1182012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * minibuffer.el (completion-file-name-table): Complete user names.
121
39773899
LL
1222012-04-20 Leo Liu <sdl.web@gmail.com>
123
124 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
125 and pcase-let*.
126
de6ff46d
CY
1272012-04-20 Chong Yidong <cyd@gnu.org>
128
129 * server.el (server-execute): Respect initial-buffer-choice if it
130 is a string and there are no files to open (Bug#2825).
131 (server-create-window-system-frame, server-create-tty-frame):
132 Don't switch buffers here.
2d0e8e61
CY
133 (server-process-filter): Only try to open a window system frame if
134 compiled with graphical support (Bug#8314).
de6ff46d 135
54071013
DN
1362012-04-20 Dan Nicolaescu <dann@gnu.org>
137
138 * battery.el (battery-echo-area-format): Display remaining time
139 for sysfs backend too (Bug#11269).
140 (battery-linux-sysfs): Fix conditional for the charge.
141
f30d612a
CY
1422012-04-20 Chong Yidong <cyd@gnu.org>
143
c07a4c0b 144 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
145 (gdb-inferior-io--init-proc): New function.
146 (gdb-init-1): Use it.
147 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
148 responsible for allocating a new pty and hooking it to gdb when
149 the old pty gets an EIO due to process exit.
150 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
151 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
152 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
153
2116e93c
EZ
1542012-04-20 Eli Zaretskii <eliz@gnu.org>
155
156 * window.el (window-min-size, window-sizable, window-min-delta)
157 (window-max-delta, window--resizable, window-resizable)
158 (window-total-size, window-full-height-p, window-full-width-p)
159 (window-in-direction, window--resize-mini-window, window-resize)
160 (window--resize-child-windows-normal)
161 (window--resize-child-windows, window--resize-siblings)
162 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 163 (enlarge-window, shrink-window): Doc fixes.
2116e93c 164
c07a4c0b 1652012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e
CY
166
167 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty): New
168 function to call delete-process on the gdb-inferior buffer's pty.
169 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
170 pty process (Bug#11273).
171 (gdb-update): New arg to suppress talking to the gdb process.
172 (gdb-done-or-error): Use it.
173 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
174 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
175 sentinel not being called.
176
177 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
178
d02766ab
CY
179 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
180
c07a4c0b 1812012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
182
183 * net/network-stream.el (open-network-stream): Doc fix.
184
c07a4c0b 1852012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
186
187 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
188
c07a4c0b 1892012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
190
191 Ensure searching for keywords is case sensitive.
192
193 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
194 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
195 (c-defun-name, c-mark-function, c-cpp-define-name)
196 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 197 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 198
c07a4c0b 199 * progmodes/cc-mode.el (c-font-lock-fontify-region): Bind
f0f6bc35
AM
200 case-fold-search to nil.
201
c07a4c0b 2022012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
203
204 * mail/sendmail.el (mail-bury): Call return action with the right
205 Rmail buffer (Bug#11242).
206
9a864fa2
CY
207 * server.el (server-process-filter): Handle corner case where both
208 tty and nowait options are present (Bug#11102).
209
539aa513
EZ
2102012-04-20 Eli Zaretskii <eliz@gnu.org>
211
212 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
213 (top level): Put into the executable the ident-style '$Id:' tag on
214 windows-nt as well.
539aa513 215
cfc7d5da
SM
2162012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * electric.el (electric-indent-post-self-insert-function): Check that
219 electric-indent-mode is enabled in current buffer.
220
5b01685c
JB
2212012-04-19 Juanma Barranquero <lekktu@gmail.com>
222
223 * imenu.el (imenu-progress-message): Restore; it is "used" in
224 erc/erc-imenu.el and net/snmp-mode.el.
225
4d6769e1
JB
2262012-04-19 Juanma Barranquero <lekktu@gmail.com>
227
228 * avoid.el (mouse-avoidance-mode): Mark unused arg.
229 (mouse-avoidance-nudge-mouse): Remove unused binding.
230
231 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
232
233 * descr-text.el (describe-char):
234 * progmodes/python.el (python-describe-symbol):
235 Don't call `toggle-read-only', set `buffer-read-only'.
236
237 * imenu.el (imenu-default-goto-function): Mark unused args.
238 (imenu-progress-message): Remove obsolete macro; all callers changed.
239
240 * subr.el (keymap-canonicalize): Remove unused binding.
241 (read-passwd): Mark unused arg.
242
243 * tutorial.el (tutorial--display-changes): Remove unused binding.
244 (tutorial--save-tutorial-to): Remove unused variable.
245
246 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
247 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
248 (package-generate-autoloads, package-menu--generate)
249 (package-menu--find-upgrades): Remove unused bindings.
250
251 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
252 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
253 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
254 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
255 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
256 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
257 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
258 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
259 (cua-delete-char-rectangle): Mark unused args.
260 (cua-align-rectangle): Remove unused binding.
261
262 * mail/rmail.el (compilation--message->loc)
263 (epa--find-coding-system-for-mime-charset): Declare.
264
265 * net/dbus.el (dbus-register-service): Declare.
266 (dbus-name-owner-changed-handler): Remove unused binding.
267
268 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
269 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
270 (nxml-scan-backward-within): Mark unused arg.
271 (nxml-dynamic-markup-word): Remove unused binding.
272
273 * mouse.el (mouse-menu-major-mode-map):
274 * emacs-lisp/authors.el (authors-scan-change-log)
275 (authors-add-to-author-list):
276 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
277 * emacs-lisp/smie.el (smie-auto-fill):
278 * mail/sendmail.el (mail-bury):
279 * mail/unrmail.el (unrmail):
280 * net/tls.el (open-tls-stream):
281 * textmodes/picture.el (picture-mouse-set-point):
282 Remove unused bindings.
283
8c8fc5df
MA
2842012-04-19 Michael Albinus <michael.albinus@gmx.de>
285
286 * net/tramp.el (tramp-action-password): Let-bind
287 `enable-recursive-minibuffers' to t.
288
a77b0ac9
SS
2892012-04-18 Sam Steingold <sds@gnu.org>
290
291 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
292 instead of 'string to accommodate values like [f11].
293 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
294 * progmodes/gdb-mi.el: Likewise.
295
12a106a9
LL
2962012-04-18 Leo Liu <sdl.web@gmail.com>
297
298 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
299 current buffer.
300 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
301 LOCAL is nil.
302
bc6494ef
CY
3032012-04-18 Chong Yidong <cyd@gnu.org>
304
305 * simple.el (line-move): Use forward-line if in batch mode
306 (Bug#11053).
307
c09c46b2
CS
3082012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
309
310 * files.el (after-find-file): Do not try to add a final newline if
311 the buffer is read-only (Bug#11156).
312
5f6530ea
RS
3132012-04-17 Richard Stallman <rms@gnu.org>
314
315 * mail/rmail.el (rmail-start-mail):
316 Pass (rmail-mail-return...) for the return-action.
317 Pass (rmail-yank-current-message...) for the yank-action.
318 (rmail-yank-current-message): New function.
319 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
320 (rmail-reply): Likewise.
321 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
322
323 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 324 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
325 buffer, not newbuf.
326
197b6f3c
JB
3272012-04-17 Juanma Barranquero <lekktu@gmail.com>
328
329 * server.el (server-ensure-safe-dir): Simplify.
330
2311d8e5 3312012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 332
2311d8e5
GM
333 * emacs-lisp/smie.el: Provide smarter auto-filling.
334 (smie-auto-fill): New function.
335 (smie-setup): Use it.
98fb480e 336
2311d8e5
GM
337 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
338
3392012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
340
341 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
342 (comment-indent): Use it.
343
2311d8e5 3442012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
345
346 * ses.el: The overall change is to add cell renaming, that is
347 setting fancy names for cell symbols other than name matching
348 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 349 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 350 (ses-create-cell-variable): New defun.
2311d8e5 351 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
352 (ses-relocate-formula): Relocate formulas only for cells the
353 symbols of which are not renamed, i.e. symbols whose names do not
354 match regexp "\\`[A-Z]+[0-9]+\\'".
355 (ses-relocate-all): Relocate values only for cells the symbols of
356 which are not renamed.
357 (ses-load): Create cells variables as the (ses-cell ...) are read,
358 in order to check row col consistency with cell symbol name only
359 for cells that are not renamed.
360 (ses-replace-name-in-formula): New defun.
361 (ses-rename-cell): New defun.
4bdf2ad2 362
fc72b15c
PO
3632012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
364
365 * progmodes/perl-mode.el (perl-indent-parens-as-block):
366 New option (bug#11118).
367 (perl-calculate-indent): Respect it.
368
12e10e61
GM
3692012-04-17 Glenn Morris <rgm@gnu.org>
370
371 * dired-aux.el (dired-mark-read-string): Doc fix.
372
30009afd
DA
3732012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
374
375 * dired-aux.el (dired-mark-read-string): Offer optional completion.
376 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
377
41f03f4d
GM
3782012-04-17 Glenn Morris <rgm@gnu.org>
379
380 * mouse.el (mouse-drag-track):
381 * speedbar.el (speedbar-frame-mode):
382 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
383
f45f90f3
LL
3842012-04-16 Leo Liu <sdl.web@gmail.com>
385
386 * progmodes/python.el: Trivial cleanup.
387
94ee8db5
GM
3882012-04-16 Glenn Morris <rgm@gnu.org>
389
121b8917
GM
390 * vc/vc.el (vc-string-prefix-p):
391 * vc/pcvs-util.el (cvs-string-prefix-p):
392 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
393 * mpc.el (mpc-string-prefix-p):
394 Make all of these into obsolete aliases for string-prefix-p.
395 Update callers.
396 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
397
1197ecfa
GM
398 * textmodes/two-column.el: Move custom options to the start.
399 (frame-width): Remove compat definition.
400 (2C-associate-buffer, 2C-dissociate):
401 Use with-current-buffer rather than save-excursion.
402 (2C-dissociate): Force a mode-line update.
403 (2C-autoscroll): Use ignore-errors.
404
099e7202
GM
405 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
406 Autoload trivia.
407
bf350d6a
GM
408 * emacs-lisp/cl-extra.el (*random-state*):
409 Remove unnecessary declaration.
410
0e829eab
GM
411 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
412
e3ad7552
GM
413 * play/cookie1.el (cookie-snarf):
414 Give an explicit error if input file cannot be read.
415
68892d27
GM
416 * play/yow.el (yow-file): Use expand-file-name rather than concat.
417
20f0c46d
GM
418 * progmodes/perl-mode.el (c-macro-expand):
419 Remove unnecessary autoload (it is in loaddefs.el).
420
5a0978ce
GM
421 * textmodes/picture.el (picture-desired-column)
422 (picture-update-desired-column): Convert comments to doc-strings.
423 (picture-substitute): Remove function.
424 (picture-mode-map): Initialize in the defvar.
425
6b955486
GM
426 * woman.el: Remove eval-after-load for tar-mode.
427 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
428 (woman-tar-extract-file): Autoload it.
429
94ee8db5
GM
430 * frame.el (automatic-hscrolling): Make this alias obsolete.
431
177eca34
AM
4322012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
433
434 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 435 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
436 (ispell-dictionary-base-alist): Revert to original XEmacs
437 friendly version for default. [:alpha:] will be added in
438 `ispell-set-spellchecker-params' if needed
177eca34 439
c505aaeb
CY
4402012-04-16 Chong Yidong <cyd@gnu.org>
441
442 * image.el (imagemagick--extension-regexp): New variable.
443 (imagemagick-register-types): Use it.
444 (imagemagick-types-inhibit): Add :set function. Allow new value
445 of t to inhibit all types.
446
447 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
448 so we can preload it.
449
450 * loadup.el (fboundp): Preload regexp-opt, needed by
451 imagemagick-register-types.
452
60efac0f
CY
4532012-04-15 Chong Yidong <cyd@gnu.org>
454
455 * frame.el (scrolling): Remove nearly unused customization group.
456
457 * scroll-all.el (scroll-all-mode): Move to windows group.
458
5dd1713e
CY
4592012-04-15 Chong Yidong <cyd@gnu.org>
460
461 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
462
e6fd457e
CY
4632012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
464
465 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 466 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 467
e153c136
GM
4682012-04-15 Glenn Morris <rgm@gnu.org>
469
470 * simple.el (process-file-side-effects): Doc fix.
471
e6fd457e 4722012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
473
474 * international/mule-cmds.el (set-language-environment): Doc fix.
475
3603c3b1
JB
4762012-04-14 Juanma Barranquero <lekktu@gmail.com>
477
478 * server.el (server-auth-key, server-generate-key): Doc fixes.
479 (server-get-auth-key): Doc fix. Use `string-match-p'.
480 (server-start): Reflow docstring.
481
e6de100c
LI
4822012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
483
484 * server.el (server-generate-key): `called-interactively-p'
485 requires a parameter.
486
29734c21
MN
4872012-04-14 Michal Nazarewicz <mina86@mina86.com>
488
489 * server.el (server-auth-key): New variable.
75f1671a 490 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
491 (server-start): Use the new variable and functions to allow
492 setting a permanent server key (bug#9423).
493
d65c9521
LL
4942012-04-14 Leo Liu <sdl.web@gmail.com>
495
496 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
497
5ae255c7
PE
4982012-04-14 Paul Eggert <eggert@cs.ucla.edu>
499
500 Spelling fixes.
501 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
502 Emacs uses American spelling.
503
d5e6342e
JB
5042012-04-14 Juanma Barranquero <lekktu@gmail.com>
505
506 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
507 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
508 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
509 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
510
ab036cd7
SM
5112012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
512
513 * progmodes/which-func.el (which-func-modes): Change default.
514
35dc09a1 5152012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
516
517 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
518 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
519
35dc09a1 5202012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
521
522 * custom.el (custom-theme-set-variables): Doc fix.
523
35dc09a1 5242012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
525
526 * international/mule.el (set-auto-coding-for-load): Doc fix.
527
35dc09a1 5282012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 529
35dc09a1
GM
530 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
531 imenu work again for Objective C Mode. Correct the *-index values,
532 these having been disturbed by a previous change in 2011-08.
57f845ee 533
0de3da9f
AM
534 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
535 Correct two search limits.
536
35dc09a1 5372012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
538
539 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
540
35dc09a1 5412012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
542
543 * international/characters.el: Fix sorting.
544
35dc09a1 5452012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
546
547 * international/characters.el: Add more missing Latin case pairs.
548
35dc09a1 5492012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
550
551 * files.el (dir-locals-set-class-variables): Doc fix.
552
35dc09a1 5532012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 554
3f1b5bf8
EZ
555 * international/characters.el: Add set-case-syntax-pair call for
556 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
557 counterpart. (Bug#11209)
558
9f847f41
EZ
559 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
560
35dc09a1 5612012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
562
563 * calendar/holidays.el (calendar-check-holidays): Doc fix.
564
35dc09a1 5652012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 566
35dc09a1
GM
567 * textmodes/ispell.el (ispell-dictionary-base-alist):
568 Add data for Hebrew.
e2627d21 569
35dc09a1 5702012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 571
35dc09a1
GM
572 * net/rcirc.el (rcirc-cmd-quit):
573 Revert 2012-03-18 change (Bug#11192).
5c14e333 574
35dc09a1 5752012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
576
577 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
578
35dc09a1 5792012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 580
4517fe3a
SM
581 * minibuffer.el (completion-in-region-mode-map):
582 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 583
b472a594
VD
5842012-04-13 Vivek Dasmohapatra <vivek@etla.org>
585
586 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
587
09b95ce3
MY
5882012-04-13 Masatake YAMATO <yamato@redhat.com>
589
590 * minibuffer.el (minibuffer-local-filename-syntax): New variable
591 to allow `C-M-f' and `C-M-b' to move to the nearest path
592 separator (bug#9511).
593
4b63a9ca
LI
5942012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
595
596 * avoid.el: Require cl when compiling. And also move the
597 `provide' to the end.
598
7b55b8bf
TV
5992012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
600
601 * avoid.el (mouse-avoidance-banish-position): New variable.
602 (mouse-avoidance-banish-destination): Use it (bug#10165).
603
adedaa1f
LL
6042012-04-13 Leo Liu <sdl.web@gmail.com>
605
606 * progmodes/which-func.el (which-func-modes): Add objc-mode.
607
70e74021
KB
6082012-04-13 Ken Brown <kbrown@cornell.edu>
609
610 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 611 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
612 (browse-url-filename-alist): For the same reason, don't modify
613 file:// URLs on Cygwin.
614
e75e89ba
SM
6152012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
616
617 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
618 the region on shift if the binding is already shifted (bug#11221).
619
82f289a4
GM
6202012-04-12 Glenn Morris <rgm@gnu.org>
621
622 * mail/mailpost.el: Move to obsolete/.
623
d333dc4c
DA
6242012-04-12 Drew Adams <drew.adams@oracle.com>
625
626 * imenu.el (imenu--generic-function): Ignore invisible definitions
627 (bug#10123).
628
0d15b5ba
VD
6292012-04-12 Vivek Dasmohapatra <vivek@etla.org>
630
631 * hexl.el (hexl-bits): New variable.
632 (hexl-options): Mention the variable in the doc string.
75f1671a 633 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 634 (hexl-mode): Mention the new variable.
75f1671a
JB
635 (hexl-mode, hexl-current-address, hexl-current-address):
636 Use the displen.
0d15b5ba
VD
637 (hexl-ascii-start-column): New function.
638 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
639 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
640
64a440db
AM
6412012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
642
643 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
644 '("-i" ENCODING), in 2 separate command-line arguments, to specify
645 the encoding, as expected by hunspell.
646
6decb6c2
SM
6472012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
648
649 * battery.el (battery--linux-sysfs-regexp): New const.
650 (battery-status-function): Use it. Remove yeeloong special case.
651 (battery-yeeloong-sysfs): Remove.
652 (battery-echo-area-format): Remove yeeloong special case.
653
088be6fb
SM
6542012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
655
6622e416
SM
656 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
657 Reported by Noah Friedman.
658
088be6fb
SM
659 * subr.el (read-passwd): Use read-string.
660
b49f886e
LMI
6612012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
662
663 * vcursor.el (vcursor-move): Increase the priority of the overlay
664 (bug#9663).
665
a63067fc
DD
6662012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
667
668 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
669 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
670
ac3cf14a
WS
6712012-04-11 William Stevenson <yhvh2000@gmail.com>
672
673 * textmodes/artist.el (artist-mode): Convert artist-mode to use
674 define-minor-mode (bug#10760).
675
c4fc691b 6762012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 677
4d6769e1 678 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
679 that directories matching `grep-find-ignored-files' won't be
680 pruned (bug#10351).
681
af23e2e5
CY
6822012-04-11 Chong Yidong <cyd@gnu.org>
683
684 * startup.el (command-line): Remove support for long-obsolete
685 variable font-lock-face-attributes.
686
ab7ce8c1
GM
6872012-04-11 Glenn Morris <rgm@gnu.org>
688
689 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
690
de8c03dc
SM
6912012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * window.el (window--state-get-1): Obey window-point-insertion-type.
694
050cc68b
LB
6952012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
696
697 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
698 to previous function when point is on the first character of a
75f1671a 699 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 700
a38c310c
GM
7012012-04-11 Glenn Morris <rgm@gnu.org>
702
effed0c2
GM
703 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
704 not just file-errors.
705
a38c310c
GM
706 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
707 (vc-bzr-sha1): Use internal sha1.
708
0221e323
SM
7092012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
712
43956923
SG
7132012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
714
715 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
716 that start in the middle of the line (bug#10496).
717
6a8c9eaf
DN
7182012-04-10 Dan Nicolaescu <dann@gnu.org>
719
720 * battery.el (battery-linux-proc-acpi): Only one battery is
721 discharged at a time, but that seems to confuse battery.el when
722 computing `rate-type' for the battery not being discharged
723 (bug#10332).
724
1930bf5d
SM
7252012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
726
2a718f6f
SM
727 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
728
599430d0
SM
729 * international/quail.el: Use dolist and simplify.
730 (quail-define-package, quail-update-keyboard-layout)
731 (quail-define-rules): Use dolist.
732 (quail-insert-kbd-layout, quail-get-translation): CSE.
733
a2754b6c
SM
734 * tmm.el: Use dolist, remove left over hook.
735 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
736 Use dolist.
737 (calendar-load-hook): Don't mess with it.
738
1930bf5d
SM
739 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
740 Use derived-mode-p. Run the diff asynchronously.
741
9f67961c
LMI
7422012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
743
744 * obsolete/mouse-sel.el: Add an Obsolete-since header.
745
2a8ce227
JB
7462012-04-10 Juanma Barranquero <lekktu@gmail.com>
747
748 * misc.el: Display absolute path of loaded DLLs (bug#10424).
749 (list-dynamic-libraries--loaded): New function.
750 (list-dynamic-libraries--refresh): Use it.
751
8f33b5f8
NW
7522012-04-10 Nathan Weizenbaum <nweiz@google.com>
753
1930bf5d
SM
754 * progmodes/python.el (python-fill-paragraph):
755 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
756 disabled (bug#7018).
757
b12f0439
L
7582012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
759
1930bf5d 760 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
761 DOS/MS Windows for the Baltic languages. There are still plenty
762 of texts written in this encoding/codepage (bug#6519).
b12f0439 763
57c3bd01
GM
7642012-04-10 Glenn Morris <rgm@gnu.org>
765
766 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
767 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
768
6c3eab30
FA
7692012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
770
1930bf5d 771 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
772 next-line "n" and previous-line "p" in order to make recentf more
773 consistent with ibuffer, dired or org-mode (bug#9387).
774
24d78a88
LMI
7752012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
776
bc72b5d9
LMI
777 * image.el (put-image): Return the overlay created instead of the
778 optional input string (bug#7834). Note that this may break code
779 that is (for some reason or other) depending on `put-image'
780 returning the string.
781
bd2dba5a
LMI
782 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
783
74beb59f
LMI
784 * simple.el (zap-to-char): Allow zapping using input methods
785 (bug#1580).
786
24d78a88
LMI
787 * textmodes/fill.el (fill-region): Leave point and mark where they
788 were before filling (bug#5399).
789
263f20cd
GM
7902012-04-09 Glenn Morris <rgm@gnu.org>
791
792 * version.el (emacs-bzr-get-version):
793 Handle lightweight checkouts of local branches.
794
58d1f797
AS
7952012-04-09 Andreas Schwab <schwab@linux-m68k.org>
796
263f20cd 797 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 798
b4d3bc10
CY
7992012-04-09 Chong Yidong <cyd@gnu.org>
800
801 * custom.el (custom-variable-p): Return nil for non-symbol
802 arguments instead of signaling an error.
803 (user-variable-p): Obsolete alias for custom-variable-p.
804
805 * apropos.el (apropos-variable):
806 * files-x.el (read-file-local-variable):
807 * simple.el (set-variable):
808 * woman.el (woman-mini-help):
809 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
810
fd06db5d
GM
8112012-04-09 Glenn Morris <rgm@gnu.org>
812
e5fcdb5e
GM
813 * startup.el (normal-top-level): Don't look for leim-list.el
814 in places where it will not be found. (Bug#910)
815
fd06db5d
GM
816 * international/mule-cmds.el (set-default-coding-systems):
817 * files.el (normal-mode):
818 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
819 This function was removed with ucs-tables.el in 2008.
820
b39bb7e1
EZ
8212012-04-08 Eli Zaretskii <eliz@gnu.org>
822
823 * textmodes/ispell.el (ispell-check-version): For hunspell, set
824 ispell-encoding8-command to "-i", without a trailing space.
825 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
826 separate command-line arguments, to specify the encoding, since
827 that's how hunspell expects it.
828
5c5b8e23
GM
8292012-04-08 Glenn Morris <rgm@gnu.org>
830
831 * loadup.el: Load bindings before cus-start.
832 This reduces somewhat the number of "rogue" settings in emacs -Q.
833
a1ed8b05
GM
8342012-04-07 Glenn Morris <rgm@gnu.org>
835
836 * version.el (emacs-bzr-get-version): New function.
dfae128a 837 (emacs-bzr-version): New variable.
a1ed8b05
GM
838 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
839 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
840
b142f158
EZ
8412012-04-07 Eli Zaretskii <eliz@gnu.org>
842
dfae128a
GM
843 * international/uni-bidi.el, international/uni-category.el:
844 * international/uni-combining.el, international/uni-decimal.el:
845 * international/uni-decomposition.el, international/uni-digit.el:
846 * international/uni-lowercase.el, international/uni-mirrored.el:
847 * international/uni-name.el, international/uni-numeric.el:
848 * international/uni-titlecase.el, international/uni-uppercase.el:
849 Update for Unicode 6.1.
b142f158 850
9078ead6
EZ
8512012-04-07 Eli Zaretskii <eliz@gnu.org>
852
853 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
854
f23d2c7d
LMI
8552012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
856
857 * window.el (shrink-window): Mention the `window-min-height'
858 variable in the doc string.
859
0a0a3573
BG
8602012-04-05 Bastien Guerry <bzg@altern.org>
861
862 * color.el (color-lighten-name): Fix typo.
863
e5248ac9
SM
8642012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * server.el (server--on-display-p): New function.
867 (server--on-display-p): Use it.
868
b4243e22
GV
8692012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
870
871 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
872 (bug#11145).
873
305d9f44
SM
8742012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
875
876 * comint.el (comint--common-quoted-suffix): Check string boundary
877 before comparing (bug#11158).
878 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
879
3d439cd1
CY
8802012-04-04 Chong Yidong <cyd@gnu.org>
881
321cc491
CY
882 * minibuffer.el (completion-extra-properties): Doc fix.
883
3d439cd1
CY
884 * subr.el (delayed-warnings-hook): Doc fix.
885
2d562c0f
DU
8862012-04-04 Daiki Ueno <ueno@unixuser.org>
887
888 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
889 selection (Bug#11159).
890 (epa-insert-keys): Inform that the default public key will be
891 exported if no key is selected.
892
4443f204
RS
8932012-04-04 Richard Stallman <rms@gnu.org>
894
895 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
896
529c06b6
CY
8972012-04-03 Chong Yidong <cyd@gnu.org>
898
899 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
900 mail-insert-file, not its obsolete alias mail-attach-file.
901
66b907dc
MA
9022012-04-03 Michael Albinus <michael.albinus@gmx.de>
903
904 * notifications.el (notifications-notify): Fix docstring.
905
c0ea195d
GM
9062012-04-02 Glenn Morris <rgm@gnu.org>
907
908 * emacs-lisp/authors.el (authors-aliases): Another addition.
909
5ca64e00
MA
9102012-04-02 Michael Albinus <michael.albinus@gmx.de>
911
912 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
913 `tramp-compat-call-process' instead of `tramp-local-call-process'.
914 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
915
42ee526b
CY
9162012-04-01 Chong Yidong <cyd@gnu.org>
917
918 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
919 Handle root directory properly.
920 (copy-directory): Caller changed.
921
922 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
923 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
924
0b021094
GM
9252012-03-31 Glenn Morris <rgm@gnu.org>
926
40f86458
GM
927 * term/xterm.el (xterm-extra-capabilities): Doc fix.
928
7019c177
GM
929 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
930
a1daddd6
GM
931 * calendar/calendar.el (calendar-window-list)
932 (calendar-hide-window): Restore. (Bug#11140)
933 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
934
0b021094
GM
935 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
936
40311efc
TV
9372012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
938
939 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
940 Check if file is a symlink (Bug#10489).
941
942 * files.el (copy-directory): Likewise.
943
5319014e
CY
9442012-03-30 Chong Yidong <cyd@gnu.org>
945
946 * image.el (imagemagick-types-inhibit)
947 (imagemagick-register-types): Doc fix.
948
935d1290
AM
9492012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
950
951 * ispell.el (ispell-get-extended-character-mode): Disable
75f1671a
JB
952 extended-char-mode for hunspell. hunspell does not support it
953 and treats ~word as ordinary words in pipe mode.
935d1290 954
61c6e8fd
GM
9552012-03-30 Glenn Morris <rgm@gnu.org>
956
957 * tutorial.el (help-with-tutorial): Ensure local variables don't
958 happen to make the buffer read-only. (Bug#11127)
959
81fdff00
SM
9602012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
961
962 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
963 (perl-calculate-indent): Return `noindent' in strings.
964
6e7a6ec0
SS
9652012-03-28 Sam Steingold <sds@gnu.org>
966
967 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
968 instead of the broken adhockery which does not prevent calendar
969 buffers from being displayed at random after exit.
970 (calendar-window-list, calendar-hide-window): Remove the broken
971 adhockery.
972
fee88ca0
GM
9732012-03-28 Glenn Morris <rgm@gnu.org>
974
975 * replace.el (query-replace-map): Doc fix.
976
38de3354
AS
9772012-03-28 Andreas Schwab <schwab@linux-m68k.org>
978
979 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
980 contents. (Bug#11109)
981
b973155e
SM
9822012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
985 (bug#11077).
986 (avl-tree--check, avl-tree--check-node): New funs.
987
dcb6e7b3
MR
9882012-03-27 Martin Rudalics <rudalics@gmx.at>
989
990 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
991 (switch-to-prev-buffer, switch-to-next-buffer):
992 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
993 showing a buffer already is done on the same frame.
994
b4fa35fa
GM
9952012-03-27 Glenn Morris <rgm@gnu.org>
996
997 * startup.el (mail-host-address): Doc fix.
998
f9210e18
SM
9992012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
1002 than 197 variables.
1003
c0bf7753
AF
10042012-03-26 Ami Fischman <ami@fischman.org>
1005
1006 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
1007
33da7b16
GM
10082012-03-26 Glenn Morris <rgm@gnu.org>
1009
02243d9d
GM
1010 * files.el (save-buffers-kill-emacs): Doc fix.
1011
33da7b16
GM
1012 * startup.el (normal-top-level, command-line, command-line-1):
1013 Give them doc strings.
1014
e5a69fd0
EZ
10152012-03-25 Eli Zaretskii <eliz@gnu.org>
1016
1017 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 1018 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 1019
9a69676a
CY
10202012-03-25 Chong Yidong <cyd@gnu.org>
1021
4125cb8b
CY
1022 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
1023 theme if it was previously enabled before (Bug#11031).
1024
dd470960
CY
1025 * cus-theme.el (custom-theme-write-faces): Retrieve current face
1026 spec with custom-face-get-current-spec if its :shown-value is not
1027 determined yet (Bug#9337).
4125cb8b 1028 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 1029
9a69676a
CY
1030 * button.el (button-at): Minor addition to docstring.
1031
6e7e90fa
SL
10322012-03-24 Simon Leinen <simon.leinen@gmail.com>
1033
1034 * vc/vc.el (vc-merge): Fix a prompt.
1035
f06e2758
CY
10362012-03-24 Chong Yidong <cyd@gnu.org>
1037
1038 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
1039 point (Bug#9623).
1040
6e7e90fa
SL
1041 * button.el (button-at): Minor addition to docstring.
1042
b9d0879b
SM
10432012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * newcomment.el (comment-choose-indent): No space after BOL.
1046
e71cebb3
SS
10472012-03-22 Sam Steingold <sds@gnu.org>
1048
1049 * window.el (switch-to-prev-buffer): Revert last patch because the
1050 bug turned out to be an advertised feature (Elisp manual 28.14).
1051
335aff35
GM
10522012-03-22 Glenn Morris <rgm@gnu.org>
1053
1054 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
1055 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
1056
c676576a
LMI
10572012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1058
1059 * net/network-stream.el (network-stream-open-starttls): Make error
1060 message under Windows be less misleading.
1061
126f3d39
LW
10622012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
1063
1064 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
1065 understands (bug#9942).
1066
64fee311
CY
10672012-03-22 Chong Yidong <cyd@gnu.org>
1068
1069 * simple.el (end-of-visible-line): Handle return value of
1070 next-single-property-change properly (Bug#9371).
1071
a640d29a
KH
10722012-03-22 Kenichi Handa <handa@m17n.org>
1073
1074 * international/quail.el (quail-insert-kbd-layout): Fix previous
1075 change. To avoid unwanted bidi reordering, use
1076 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
1077
39675016
DG
10782012-03-21 Dmitry Gutov <dgutov@yandex.ru>
1079
1080 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
1081 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
1082 (ruby-beginning-of-indent): Be more careful with the difference
1083 between word-boundary and symbol boundary.
1084 (ruby-mode-syntax-table): Make : a symbol constituent.
1085
0a6934fc 10862012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 1087
3d008e4f
SM
1088 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
1089
0a6934fc
SM
10902012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1091
af67c9d7
SM
1092 * progmodes/etags.el (tags-completion-at-point-function):
1093 Improve last fix.
1094
1acad97c
SM
1095 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
1096
e298b5da
SS
10972012-03-21 Sam Steingold <sds@gnu.org>
1098
1099 * progmodes/etags.el (tags-completion-at-point-function):
1100 Avoid the error when point is inside the pattern.
1101
91d82a70
JY
11022012-03-21 John Yates <john@yates-sheets.org> (tiny change)
1103
1104 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
1105 line (Bug#10855).
1106
69188b79
CY
11072012-03-21 Drew Adams <drew.adams@oracle.com>
1108
1109 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
1110
99fc91fe
AK
11112012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
1112
1113 * ido.el (ido-set-current-directory, ido-read-internal)
1114 (ido-choose-completion-string, ido-completion-help): Handle nil
1115 value of ido-completion-buffer (Bug#11008).
1116
087bbb4c
SS
11172012-03-21 Sam Steingold <sds@gnu.org>
1118
1119 * window.el (switch-to-prev-buffer): Do not switch to a visible
1120 window previous buffer, just like with the frame previous buffers.
1121
fb5b8aca
CY
11222012-03-21 Chong Yidong <cyd@gnu.org>
1123
1124 * faces.el (make-face, make-empty-face, copy-face):
1125 * face-remap.el (face-remap-add-relative, face-remap-set-base):
1126 Doc fixes.
1127
dc9924b8
SM
11282012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1129
1130 * wid-edit.el (widget-complete-field): Remove (bug#11051).
1131 (widget-complete): Remove broken use of it.
1132
f0bcceb9
CY
11332012-03-20 Chong Yidong <cyd@gnu.org>
1134
dc9924b8
SM
1135 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1136 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
1137 characters.
1138
ee52ebf3
TH
11392012-03-20 Tassilo Horn <tassilo@member.fsf.org>
1140
1141 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
1142 to draw rectangles, not squares. (Regression introduced by revno
1143 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
1144
4c5779ab
CY
11452012-03-18 Chong Yidong <cyd@gnu.org>
1146
1147 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
1148 it is not yet defined (for temacs).
1149
15360934
LL
11502012-03-18 Leo Liu <sdl.web@gmail.com>
1151
dc9924b8 1152 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 1153
d9a8eb66
EZ
11542012-03-17 Eli Zaretskii <eliz@gnu.org>
1155
1156 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
1157 (ispell-choices-win-default-height, ispell-silently-savep)
1158 (ispell-dictionary-alist, ispell-encoding8-command)
1159 (ispell-check-version, ispell-aspell-find-dictionary)
1160 (ispell-valid-dictionary-list, ispell-words-keyword)
1161 (ispell-get-word, ispell-internal-change-dictionary)
1162 (ispell-region, ispell-skip-region-list)
1163 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
1164 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
1165 (ispell-message-text-end, ispell-message)
1166 (ispell-buffer-local-parsing): Doc fix.
1167
f02ff80d
J
11682012-03-13 Jambunathan K <kjambunathan@gmail.com>
1169
1170 * htmlfontify.el: Add support for code block fontification for ODT
1171 export (Bug #9914).
1172 (hfy-optimisations): Define new option
1173 `body-text-only'
1174 (hfy-fontify-buffer): Honor above setting.
1175 (hfy-begin-span, hfy-end-span): New routines factored out form
1176 `hfy-fontify-buffer'.
1177 (hfy-begin-span-handler, hfy-end-span-handler): New variables
1178 that permit insertion of custom tags.
1179 (hfy-fontify-buffer): Use above handlers.
1180 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
1181 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 1182 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 1183 over multiple runs. This is made possible by having the caller let
f02ff80d
J
1184 bind a special variable `hfy-user-sheet-assoc'.
1185 (htmlfontify-string): New defun.
1186 (hfy-compile-face-map): Make sure that the last char in the
1187 buffer is correctly fontified.
1188 (hfy-face-resolve-face): Whitespace only change.
1189
9ac7a13f
EZ
11902012-03-17 Eli Zaretskii <eliz@gnu.org>
1191
1192 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
1193 message more clear.
1194
e2b5bdd7
LL
11952012-03-16 Leo Liu <sdl.web@gmail.com>
1196
1197 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
1198
2e492df3
AM
11992012-03-16 Alan Mackenzie <acm@muc.de>
1200
1201 Further optimise the handling of large macros.
1202
1203 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
1204 limit to a call of `c-literal-limits'.
1205 (c-determine-+ve-limit): New function.
dc9924b8
SM
1206 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
1207 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
1208 In CASE 5B, restrict a search limit to 500.
1209 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
1210
1211 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
1212 Restrict macro bounds to +-500 from after-change's BEG END.
1213
50e94f0c
LL
12142012-03-16 Leo Liu <sdl.web@gmail.com>
1215
1216 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
1217
6f09f6ed
AH
12182012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
1219
1220 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 1221 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 1222
c7e73d51
GM
12232012-03-16 Glenn Morris <rgm@gnu.org>
1224
da986230
GM
1225 * view.el (view-buffer, view-buffer-other-window)
1226 (view-buffer-other-frame): Doc fixes re special mode-class.
1227
0835f01e
GM
1228 * subr.el (eval-after-load): If named feature is provided not from
1229 a file, run after-load forms. (Bug#10946)
1230
c7e73d51
GM
1231 * calendar/calendar.el (calendar-insert-at-column):
1232 Handle non-unit-width characters a bit better. (Bug#10978)
1233
3f2eafd1
CY
12342012-03-15 Chong Yidong <cyd@gnu.org>
1235
1236 * emacs-lisp/ring.el (ring-extend): New function.
1237 (ring-insert+extend): Extend the ring correctly (Bug#11019).
1238
1239 * comint.el (comint-read-input-ring)
1240 (comint-add-to-input-history): Grow comint-input-ring lazily.
1241
103af3fe
SM
12422012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1243
663b1677
SM
1244 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1245 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
1246
103af3fe
SM
1247 * imenu.el: Fix multiple inheritance breakage (bug#9199).
1248 (imenu-add-to-menubar): Don't add a redundant index.
1249 (imenu-update-menubar): Handle a dynamically composed keymap.
1250
899cb7cb
KY
12512012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
1252
1253 * mail/sendmail.el (mail-encode-header):
1254 Bind rfc2047-encode-encoded-words to nil.
1255
3809f91d
GM
12562012-03-13 Glenn Morris <rgm@gnu.org>
1257
1258 * calendar/calendar.el (calendar-string-spread):
1259 Handle non-unit-width characters a bit better. (Bug#10978)
1260
9e345a01
LL
12612012-03-13 Leo Liu <sdl.web@gmail.com>
1262
1263 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
1264 directory and file as argument (Bug#10822).
1265
4a07df36
KS
12662012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1267
1268 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
1269 For dynamically generated code, follow $PC.
1270 (gdb-disassembly-handler-custom): Handle no function name case.
1271
4aaa9356
TL
12722012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
1273
1274 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
1275 * emulation/ws-mode.el (ws-query-replace):
1276 * sort.el (sort-regexp-fields):
1277 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
1278
225979da
SM
12792012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1280
1281 * dabbrev.el: Fix cycle completion order (bug#10963).
1282 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
1283 (dabbrev-completion): Don't use an obarray; provide
1284 a cycle-sort-function.
1285
e2f1fdab
LL
12862012-03-12 Leo Liu <sdl.web@gmail.com>
1287
dc9924b8 1288 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
1289 (kill-do-not-save-duplicates): Doc fix.
1290
b19490ed
SM
12912012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1292
1293 * dabbrev.el: Fix cycle completion (bug#10963).
1294 Use lexical binding and wrap to 80 columns.
1295 (dabbrev-completion): Delay computing the list of completions.
1296
4b05d722
KH
12972012-03-12 Kenichi Handa <handa@m17n.org>
1298
1299 * international/quail.el (quail-insert-kbd-layout): Surround each
1300 row by LRO and PDF instead of inserting many LRMs. Pad the left
1301 and right of each non-spacing marks. Insert invisible space
1302 between lower and upper characters to prevent composition.
1303
dbbc2e69
SM
13042012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * minibuffer.el (minibuffer-complete): Don't get confused when the
1307 function is run twice via different commands (bug#10958).
1308 (complete-with-action): Fix docstring.
1309
292112ed
CY
13102012-03-12 Chong Yidong <cyd@gnu.org>
1311
5d1ac394
CY
1312 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
1313 (nxml-completion-at-point-function): New function.
1314 (nxml-mode): Use it.
1315 (nxml-bind-meta-tab-to-complete-flag): Default to t.
1316
292112ed
CY
1317 * emacs-lisp/package.el (package-unpack, package-unpack-single):
1318 Load generated autoloads file before byte compiling (Bug#10970).
1319 (package--make-autoloads-and-compile): New helper fun.
1320
4098f8f7
CS
13212012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
1322
1323 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
1324
8f754691
MA
13252012-03-11 Michael Albinus <michael.albinus@gmx.de>
1326
1327 * autorevert.el (auto-revert-handler): Ensure, that
1328 file-readable-p is applied only for local files or in
1329 auto-revert-tail-mode.
1330
e29ab36b
AS
13312012-03-11 Andreas Schwab <schwab@linux-m68k.org>
1332
dbbc2e69
SM
1333 * server.el (server-eval-at): Handle non-tcp connections.
1334 Decode result string.
ad0bf5b6 1335
e29ab36b
AS
1336 * server.el (server-msg-size): New constant.
1337 (server-reply-print): New function.
1338 (server-eval-and-print): Use it.
1339 (server-eval-at): Use server-quote-arg and server-unquote-arg.
1340 Handle -print-nonl.
1341
de5939ba
CS
13422012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
1343
1344 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
1345 (Bug#10987).
1346
0c93eabf
CY
13472012-03-11 Chong Yidong <cyd@gnu.org>
1348
397a688f
CY
1349 * simple.el (goto-line): Doc fix (Bug#9938).
1350
2cc775f9
CY
1351 * subr.el (save-window-excursion): Doc fix (Bug#9979).
1352
0c93eabf
CY
1353 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
1354 when finished (Bug#10963).
1355
c491fa41
MR
13562012-03-11 Martin Rudalics <rudalics@gmx.at>
1357
1358 * window.el (split-window-below): Fix bug in case where
1359 split-window-keep-point is nil (Bug#10971).
1360
300e8fa5
JL
13612012-03-11 Juri Linkov <juri@jurta.org>
1362
1363 * replace.el (replace-highlight): Set isearch-word to nil
1364 unconditionally. (Bug#10887)
1365
dbf6c5a1
EZ
13662012-03-10 Eli Zaretskii <eliz@gnu.org>
1367
1368 * net/mairix.el (mairix-replace-invalid-chars): Rename from
1369 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 1370 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
1371 (mairix-widget-create-query): Add usage information about mairix
1372 search forms: negating words, searching for substrings, etc.
1373
b9e501de
JP
13742012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
1375
1376 * international/fontset.el (font-encoding-alist): Add an entry for
1377 ksx1001 (Bug#5667).
1378
92795c91
RS
13792012-03-10 Richard Stallman <rms@gnu.org>
1380
1694e6c1
RS
1381 * mail/sendmail.el (mail-encode-header):
1382 Set rfc2047-encode-encoded-words.
1383
607e8555
RS
1384 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
1385
de3bc99a
RS
1386 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
1387 view buffer means not swapped.
1388 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
1389 (rmail-write-region-annotate): Error if real text has disappeared.
1390
92795c91
RS
1391 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
1392
699bd04e
CY
13932012-03-10 Chong Yidong <cyd@gnu.org>
1394
1395 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
1396 * emulation/cua-base.el (cua--init-keymaps):
1397 Add delete-forward-char to remappings (Bug#9666).
699bd04e 1398
570a1714
MR
13992012-03-10 Martin Rudalics <rudalics@gmx.at>
1400
dbbc2e69
SM
1401 * speedbar.el (speedbar-unhighlight-one-tag-line):
1402 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 1403
82dcf4e4
CY
14042012-03-10 Chong Yidong <cyd@gnu.org>
1405
7a2c7ca7
CY
1406 * minibuffer.el (completion-in-region, completion-help-at-point):
1407 Give the completion field overlay a high priority (Bug#6830).
1408
82dcf4e4
CY
1409 * dired.el (dired-goto-file): Recognize absolute file name
1410 listings (Bug#7126).
1411 (dired-goto-file-1): New helper function.
1412 (dired-toggle-read-only): Inhibit warnings.
1413
052e28ac
MA
14142012-03-09 Michael Albinus <michael.albinus@gmx.de>
1415
75f1671a 1416 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
1417 there are no properties.
1418
95d5e396
LL
14192012-03-09 Leo Liu <sdl.web@gmail.com>
1420
1421 * savehist.el (savehist-printable): Stricter check for string
1422 value (Bug#10937).
1423
3f018d6d
EZ
14242012-03-09 Eli Zaretskii <eliz@gnu.org>
1425
dbbc2e69
SM
1426 * mail/smtpmail.el (smtpmail-send-it):
1427 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
1428 valid mbox format.
1429
f7fd3d79
GM
14302012-03-09 Glenn Morris <rgm@gnu.org>
1431
1432 * files.el (dir-locals-find-file):
1433 Don't check result is regular, readable.
1434 (dir-locals-read-from-file): Demote errors.
1435
6ff6e72f
EZ
14362012-03-08 Eli Zaretskii <eliz@gnu.org>
1437
dbbc2e69
SM
1438 * international/quail.el (quail-insert-kbd-layout):
1439 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
1440 layout cell, to prevent their reordering by bidi display engine.
1441 For details, see the discussion in
1442 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
1443
9cec7834
AM
14442012-03-08 Alan Mackenzie <acm@muc.de>
1445
1446 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
1447 the starting position; make it extend the marked region when
1448 invoked repeatedly - all under appropriate circumstances.
1449 Fixes bugs #5525, #10906.
1450
9a40b8d4
GM
14512012-03-08 Glenn Morris <rgm@gnu.org>
1452
1453 * files.el (locate-dominating-file, dir-locals-find-file):
1454 Undo 2012-03-06 change.
1455
7a08ed35
EZ
14562012-03-07 Eli Zaretskii <eliz@gnu.org>
1457
dbbc2e69
SM
1458 * international/quail.el (quail-help):
1459 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
1460 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
1461 for the reason.
1462
5aca4f71 14632012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
1464
1465 Avoid superfluous registering of signals. (Bug#10807)
1466
1467 * notifications.el (notifications-on-action-object)
1468 (notifications-on-close-object): New defvars.
1469 (notifications-on-action-signal, notifications-on-closed-signal):
1470 Unregister the signal if not needed any longer.
1471 (notifications-notify): Register `notifications-action-signal' or
1472 `notifications-closed-signal', if :on-action or :on-close has been
1473 passed as argument.
1474
78e8b10a
CY
14752012-03-07 Chong Yidong <cyd@gnu.org>
1476
1477 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
1478 non-X platforms.
1479
69481eb8
GM
14802012-03-06 Glenn Morris <rgm@gnu.org>
1481
1482 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1483 (x-disown-selection-internal, x-get-selection-internal):
1484 Doc fix (add arglist signatures). (Bug#10783)
1485
133b8e11
KS
14862012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1487
1488 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1489 Handle breakpoints with no "type".
1490
99a83064
GM
14912012-03-06 Glenn Morris <rgm@gnu.org>
1492
1493 * files.el (locate-dominating-file): Add optional predicate argument.
1494 (dir-locals-find-file): Make use of above change.
1495
17798e78
TTN
14962012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
1497
1498 * info.el (Info-insert-dir): Also try "dir.gz".
1499
eb182446
GM
15002012-03-06 Glenn Morris <rgm@gnu.org>
1501
8f2114ee
GM
1502 * files.el (dir-locals-find-file):
1503 Ignore non-readable or non-regular files. (Bug#10928)
1504
eb182446
GM
1505 * files.el (locate-dominating-file): Doc fix.
1506
24679323
AS
15072012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
1508
1509 * calendar/calendar.el (calendar-set-mode-line):
1510 `getenv' returns a string. (Bug#10951)
1511
01d972a9
LL
15122012-03-05 Leo Liu <sdl.web@gmail.com>
1513
109aa8a9
LL
1514 * simple.el (backward-delete-char-untabify): Constrain point to
1515 field (Bug#10939).
1516
01d972a9
LL
1517 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
1518
10607bea
CY
15192012-03-05 Chong Yidong <cyd@gnu.org>
1520
1521 * simple.el (count-words): If called from Lisp, return the word
1522 count, for symmetry with `count-lines'. Arglist changed.
1523 (count-words--message): Args changed. Consolidate counting code
1524 from count-words and count-words-region.
1525 (count-words-region): Caller changed.
1526 (count-lines-region): Make it an obsolete alias.
1527
5dd11cfe
TH
15282012-03-04 Tassilo Horn <tassilo@member.fsf.org>
1529
1530 * saveplace.el (save-place-to-alist)
1531 (save-place-ignore-files-regexp): Allow value nil to disable this
1532 feature.
1533
c349f4e6
CY
15342012-03-04 Chong Yidong <cyd@gnu.org>
1535
1536 * faces.el (face-spec-reset-face): For the default face, reset the
1537 attributes to default values (Bug#10748).
1538
e627be4c
LMI
15392012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1540
1541 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
1542 previous patch: Check `message-send-mail-function', and not the
1543 default function (bug#10897).
1544
ebeabff4
MA
15452012-03-04 Michael Albinus <michael.albinus@gmx.de>
1546
a41a6cf4
MA
1547 * notifications.el (notifications-on-action-signal)
1548 (notifications-on-closed-signal): Check for unique service name of
1549 incoming event. Fix error in removing entry.
ebeabff4 1550 (top): Register for signals with wildcard service name.
a41a6cf4 1551 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 1552
c1ca42b4
CY
15532012-03-04 Chong Yidong <cyd@gnu.org>
1554
dc9924b8 1555 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 1556
ea16568d
GM
15572012-03-04 Glenn Morris <rgm@gnu.org>
1558
1559 * abbrev.el (copy-abbrev-table, abbrev-table-p)
1560 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
1561 (expand-abbrev, define-abbrev-table): Doc fixes.
1562
fbae4637
LMI
15632012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1564
1565 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
1566 `message-default-send-mail-function' and not `send-mail-function'
1567 when doing the prompting for `sendmail-query-once' before sending
1568 in Message buffers (bug#10897).
1569
a1e7225c
LMI
1570 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1571 This is inconsistent with all the other stream functions, which leave
1572 the setting up to the higher levels (if so wanted) (bug#10931).
1573
56d093a9
AM
15742012-03-02 Alan Mackenzie <acm@muc.de>
1575
1576 Depessimize the handling of very large macros.
1577
1578 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
1579 (c-macro-cache-syntactic): New variables to implement a one
1580 element macro cache.
1581 (c-invalidate-macro-cache): New function.
1582 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
1583 Adapt to use the new cache.
1584 (c-state-safe-place): Use better the cache of safe positions.
1585 (c-state-semi-nonlit-pos-cache)
1586 (c-state-semi-nonlit-pos-cache-limit):
1587 New variables for...
1588 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
1589 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
1590 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
1591 Use c-state-semi-safe-place.
56d093a9 1592
dbbc2e69
SM
1593 * progmodes/cc-langs.el (c-get-state-before-change-functions):
1594 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 1595
817e5c3d
MA
15962012-03-02 Michael Albinus <michael.albinus@gmx.de>
1597
dbbc2e69
SM
1598 * jka-compr.el (jka-compr-call-process):
1599 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
1600 not remote.
1601
a032a702
MA
16022012-03-01 Michael Albinus <michael.albinus@gmx.de>
1603
1604 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
1605 access of FILE2, if FILE1 does not exist.
1606
99a54f21
MA
1607 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
1608 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
1609
1610 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
1611 Add "PAGER=" to `process-environment'.
1612
f6561e1f
MM
16132012-03-01 Michael R. Mauger <mmaug@yahoo.com>
1614
1615 * progmodes/sql.el: Bug fix
1616 (sql-get-login-ext): Save login values in globals.
1617 (sql-get-login): Use new version of `sql-get-login-ext'.
1618 (sql-interactive-mode): Set global `sql-connection' to nil.
1619 (sql-connect): Set global values for connection.
1620 (sql-product-interactive): Save global values as buffer local.
1621
2d44d9cc
LL
16222012-02-29 Leo Liu <sdl.web@gmail.com>
1623
1624 * abbrev.el (define-abbrevs): Reset sys to nil.
1625
96b49301 16262012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1627
bf7f9bc5
JB
1628 * files.el (file-equal-p): Rename from `files-equal-p'.
1629 Return nil when one or both files don't exist.
96b49301 1630 (file-subdir-of-p): Now only top directory must exists,
1631 return nil if it doesn't.
bf7f9bc5
JB
1632 (copy-directory): No need to test with `file-subdir-of-p' after
1633 creating dir.
1634 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
1635 to `file-equal-p'.
96b49301 1636
44e97401
GM
16372012-02-28 Glenn Morris <rgm@gnu.org>
1638
1639 * shell.el (shell-mode):
1640 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
1641 * play/landmark.el (landmark-font-lock-face-O):
1642 * play/handwrite.el (handwrite):
1643 * play/gomoku.el (gomoku-O):
1644 * net/browse-url.el (browse-url-browser-display):
1645 * international/mule.el (define-charset):
1646 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
1647 * filesets.el (filesets-find-file-delay):
1648 * eshell/em-xtra.el (eshell-xtra):
1649 * eshell/em-unix.el (eshell-grep):
1650 * emulation/viper.el (viper-mode):
1651 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1652 * emacs-lisp/easymenu.el (easy-menu-define):
1653 * calendar/timeclock.el (timeclock-use-display-time):
1654 * bs.el (bs-mode):
1655 * bookmark.el (bookmark-save-flag):
1656 Doc fix (standardize possessive apostrophe usage).
1657
c98c6276
CY
16582012-02-27 Chong Yidong <cyd@gnu.org>
1659
bf7f9bc5
JB
1660 * emulation/viper-cmd.el (viper-intercept-ESC-key):
1661 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 1662
c98c6276
CY
1663 * font-lock.el (font-lock-specified-p): Rename from
1664 font-lock-spec-present. Callers changed.
1665
9c62cd04 16662012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 1667
bf7f9bc5
JB
1668 * emacs-lisp/package.el (package-compute-transaction):
1669 Handle holding a package version to t in package-load-list.
8ac9e529 1670
530739c9
MA
16712012-02-26 Michael Albinus <michael.albinus@gmx.de>
1672
1673 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
1674 (tramp-get-inode, tramp-get-device): Use cached values.
1675
487915d7
AM
16762012-02-26 Alan Mackenzie <acm@muc.de>
1677
1678 Check there is a font-lock specification before doing initial
1679 fontification.
1680
1681 * font-core.el (font-lock-mode): Move the conditional from
1682 :after-hook to font-lock-initial-fontify.
1683 (font-lock-default-function): Move the check for a specification
1684 to font-lock-spec-present.
1685
dc9924b8 1686 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
1687 (font-lock-spec-present): New function.
1688
4fd96557
JB
16892012-02-26 Jim Blandy <jimb@red-bean.com>
1690
1691 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
1692 (gdb-send): Apply it to the operand of the '-interpreter-exec
1693 console' command, so that we can pass arguments with (say) quotes
1694 in them. Store exact string sent in gdb-debug-log (Bug#10765).
1695
9a4888c0
CY
16962012-02-26 Chong Yidong <cyd@gnu.org>
1697
07498861
CY
1698 * help-fns.el (describe-function-1): Clarify description of
1699 remapping (Bug#10844).
1700
9a4888c0
CY
1701 * files.el (files-equal-p): Doc fix.
1702 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
1703 and quit the loop once a mismatch is found.
1704
ea8fb88d
JB
17052012-02-25 Juanma Barranquero <lekktu@gmail.com>
1706
1707 * bs.el (bs--show-with-configuration): Don't throw an error
1708 if the window cannot be split; otherwise, subsequent calls to
1709 bs-show fail, restoring a stale window config. (Bug#10882)
1710
525795c1
JD
17112012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1712
1713 * term/ns-win.el (global-map): Bind ns-drag-file to
1714 ns-find-file (Bug#5855, Bug#10050).
1715
f008086f
AS
17162012-02-25 Andreas Schwab <schwab@linux-m68k.org>
1717
1718 * calendar/parse-time.el (parse-time-string): Allow extractor to
1719 return nil.
1720
a3fcfa99
MA
17212012-02-25 Michael Albinus <michael.albinus@gmx.de>
1722
91027d08
JB
1723 * net/tramp.el (tramp-file-name-for-operation):
1724 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
1725
1726 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
1727 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1728 Add COPY-CONTENTS argument.
a3fcfa99 1729
67b0de11
CY
17302012-02-25 Chong Yidong <cyd@gnu.org>
1731
1732 Add custom groups for VC backends, for consistency with vc-bzr.
1733
1734 * vc/vc-arch.el (vc-arch):
1735 * vc/vc-cvs.el (vc-cvs):
1736 * vc/vc-git.el (vc-git):
1737 * vc/vc-hg.el (vc-hg):
1738 * vc/vc-mtn.el (vc-mtn):
1739 * vc/vc-rcs.el (vc-rcs):
1740 * vc/vc-sccs.el (vc-sccs):
1741 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
1742 All relevant defcustoms reassigned.
1743
3c9dfce6
CY
17442012-02-25 Chong Yidong <cyd@gnu.org>
1745
1339bf43
CY
1746 * newcomment.el (comment-styles): Add autoload (Bug#10868).
1747
3c9dfce6
CY
1748 * term/x-win.el (x-initialize-window-system): Reduce default for
1749 x-selection-timeout to 5 seconds (Bug#8869).
1750
25b2e303 17512012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1752
ec70a47d
GM
1753 * files.el (files-equal-p, file-subdir-of-p): New functions.
1754 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 1755 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
1756 * dired-aux.el (dired-copy-file-recursive): Same.
1757 (dired-create-files): Modify destination when source is equal to
1758 dest when copying files.
53a46cd0 1759 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 1760
914260cd
MA
17612012-02-24 Michael Albinus <michael.albinus@gmx.de>
1762
1763 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
1764 (Bug#10874)
1765
2cb228f7
AM
17662012-02-23 Alan Mackenzie <acm@muc.de>
1767
1768 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
1769 parameter "after-hook:" to allow the expansion to run code after
1770 the execution of the mode hooks.
1771
1772 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 1773 from font-lock-mode-internal.
2cb228f7 1774
91027d08 1775 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
1776 :after-hook.
1777
8f0fde21
SM
17782012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1779
3e88618b
SM
1780 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
1781 (completion--cache-all-sorted-completions): New function.
1782 (completion-all-sorted-completions): Use it.
1783 (completion--do-completion, minibuffer-force-complete):
1784 Use it to re-instate the flush hook.
1785
8f0fde21
SM
1786 * icomplete.el (icomplete-completions): Replace last fix with a better
1787 one (bug#10850).
1788
8e911f6f
DG
17892012-02-23 Dmitry Gutov <dgutov@yandex.ru>
1790
1791 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
1792 when it might call us back infinitely (bug#10797).
1793
49fe4321
GM
17942012-02-23 Glenn Morris <rgm@gnu.org>
1795
1796 * minibuffer.el (completion-category-overrides): Doc fix.
1797
b291b572
SM
17982012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1799
1800 * minibuffer.el (completion-table-with-context): Fix inf-loop.
1801 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
1802
31a9ef2e
GM
18032012-02-23 Glenn Morris <rgm@gnu.org>
1804
5e6e6794 1805 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
1806 (authors-obsolete-files-regexps, authors-ignored-files)
1807 (authors-ambiguous-files, authors-renamed-files-alist):
1808 Add more entries.
1809
0bd1e074
JL
18102012-02-23 Juri Linkov <juri@jurta.org>
1811
1812 * isearch.el (isearch-occur): Sync interactive spec with occur's
1813 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
1814
b617673c
JL
1815 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
1816
19e9789e
JL
18172012-02-22 Juri Linkov <juri@jurta.org>
1818
1819 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
1820 (ucs-insert): Doc fix. Check for hex digits in the string.
1821 Don't display `nil' in the error message. (Bug#10857)
1822
f41ce09d
AM
18232012-02-22 Alan Mackenzie <acm@muc.de>
1824
7a71b18d 1825 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 1826
ac2eceee
GM
18272012-02-22 Glenn Morris <rgm@gnu.org>
1828
1829 * ffap.el (ffap-c-path):
1830 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
1831
abd1f678
CY
18322012-02-22 Chong Yidong <cyd@gnu.org>
1833
1834 * custom.el (load-theme): Doc fix.
1835
f25aef2e
GM
18362012-02-22 Glenn Morris <rgm@gnu.org>
1837
1838 * dired-x.el (dired-guess-shell-alist-default):
1839 Remove escape sequences from nroff output. (Bug#172)
1840
5f8dc2ca
GM
18412012-02-21 Glenn Morris <rgm@gnu.org>
1842
6ff86ec4
GM
1843 * vc/emerge.el (emerge-defvar-local):
1844 Set `permanent-local' property rather than unused `preserved'.
1845
be3223a3 1846 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
1847 (picture-mode-map): Use it. (Bug#10860)
1848 (picture-mode): Doc fix.
1849
3fe58f4f
JB
18502012-02-21 Juanma Barranquero <lekktu@gmail.com>
1851
1852 * newcomment.el (uncomment-region-default): Remove unused binding.
1853
f9a998c3
GM
18542012-02-21 Glenn Morris <rgm@gnu.org>
1855
1856 * textmodes/picture.el (picture-motion, picture-motion-reverse)
1857 (picture-self-insert, picture-tab-chars): Doc fix.
1858 (picture-mode-map): Fix C-a, C-e.
1859
c6029348
GM
18602012-02-20 Glenn Morris <rgm@gnu.org>
1861
1862 * emacs-lisp/authors.el (authors-aliases): Add another entry.
1863
ab1ce9d7
LL
18642012-02-20 Leo Liu <sdl.web@gmail.com>
1865
1866 * icomplete.el (icomplete-completions): Check FROM arg before
1867 passing to substring (Bug#10850).
1868
0fd40f89
CY
18692012-02-19 Chong Yidong <cyd@gnu.org>
1870
1871 * comint.el: Require ansi-color.
1872 (comint-output-filter-functions): Add ansi-color-process-output.
1873
1874 * ansi-color.el: Don't set comint-output-filter-functions; it is
1875 now in the initial value defined in comint.el.
1876 (ansi-color-apply-face-function): New variable.
1877 (ansi-color-apply-on-region): Use it.
1878 (ansi-color-apply-overlay-face): New function.
1879
1880 * shell.el (shell): No need to require ansi-color.
1881 (shell-mode): Use ansi-color-apply-face-function to highlight
1882 color escapes using font-lock-face property (Bug#10835).
1883
20af2394
CY
18842012-02-19 Chong Yidong <cyd@gnu.org>
1885
1886 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
1887 mode-line formats (Bug#10839).
1888
e23a3fbe
GM
18892012-02-18 Glenn Morris <rgm@gnu.org>
1890
b474519e
GM
1891 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
1892
1893 * mail/undigest.el (unforward-rmail-message): Doc fix.
1894
e23a3fbe
GM
1895 * saveplace.el (save-place-ignore-files-regexp): Add :version.
1896
57939ff4
EZ
18972012-02-18 Eli Zaretskii <eliz@gnu.org>
1898
1899 * international/characters.el (script-list): Sync with the latest
1900 Unicode Character Database.
1901
0c23686e
AS
19022012-02-18 Andreas Schwab <schwab@linux-m68k.org>
1903
1904 * international/titdic-cnv.el: Remove duplicate coding tag.
1905 * language/cham.el: Likewise.
1906 * language/tai-viet.el: Likewise.
1907
6818b449
GM
19082012-02-18 Glenn Morris <rgm@gnu.org>
1909
1910 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
1911 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
1912 (calendar-bahai-all-holidays-flag, calendar-other-dates):
1913 * calendar/diary-lib.el (diary-abbreviated-year-flag):
1914 * calendar/holidays.el (holiday-bahai-holidays)
1915 (calendar-holidays, list-holidays):
1916 Use utf-8 Bahá'í in doc-strings, menus, etc.
1917
0311a3fc
TH
19182012-02-17 Tassilo Horn <tassilo@member.fsf.org>
1919
1920 * saveplace.el (save-place-ignore-files-regexp): New variable
1921 allowing for excluding files from saving their location of point.
1922 The default value matches the temporary commit message editing
1923 files from Git, SVN, Bazaar, and Mercurial.
1924 (save-place-to-alist): Use it.
1925
eb864a71
LM
19262012-02-17 Lawrence Mitchell <wence@gmx.li>
1927 Stefan Monnier <monnier@iro.umontreal.ca>
1928
1929 * newcomment.el (uncomment-region-default): Don't leave extra space
1930 when an arg is provided (bug#8150).
1931
ee0ce425
TZ
19322012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1933
eb864a71 1934 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 1935
95ddf442
GM
19362012-02-17 Glenn Morris <rgm@gnu.org>
1937
1938 * net/socks.el: Require network-stream. (Bug#10599)
1939
48dd1e39 19402012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
1941
1942 * international/charprop.el:
1943 * international/uni-name.el:
1944 * international/uni-old-name.el:
1945 * international/uni-comment.el: Regenerate.
1946
d68cd087
GM
19472012-02-16 Glenn Morris <rgm@gnu.org>
1948
1949 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
1950 Interactively in calendar buffer, give an error if not on a date.
1951
13932042
GM
19522012-02-15 Glenn Morris <rgm@gnu.org>
1953
1954 * shell.el (shell-delimiter-argument-list):
1955 Revert 2011-02-17 change. (Bug#8027)
1956
c3a70e2b
CY
19572012-02-15 Chong Yidong <cyd@gnu.org>
1958
60236b0d
CY
1959 * minibuffer.el (completion-at-point-functions): Doc fix.
1960
c3a70e2b
CY
1961 * custom.el (defcustom): Doc fix; note use of defvar.
1962
9f26dc24
GM
19632012-02-15 Glenn Morris <rgm@gnu.org>
1964
1965 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
1966 Doc fixes.
1967
6546b134
GM
19682012-02-14 Glenn Morris <rgm@gnu.org>
1969
1970 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
1971
d29b2b4c
LI
19722012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1973
1974 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
1975 way the ports list is computed.
835bdcba
LI
1976 (smtpmail-query-smtp-server): Prompt the user for a port number if
1977 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 1978
08dcdbc9
TZ
19792012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1980
1981 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
1982
2605051a
GM
19832012-02-13 Glenn Morris <rgm@gnu.org>
1984
1985 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
1986
7ee99f32
TZ
19872012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1988
1989 * net/gnutls.el (gnutls-trustfiles): New variable.
1990 (gnutls-negotiate): Use it.
1991
5f0af64f
LI
19922012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1993
1994 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
1995 does its stuff if Gnus is running.
1996
c14fcc95
AM
19972012-02-13 Alan Mackenzie <acm@muc.de>
1998
1999 Fix a loop in c-set-fl-decl-start.
2000
7a71b18d 2001 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
2002 c-backward-syntactic-ws actually moves backwards.
2003
142b4d90
LL
20042012-02-13 Leo Liu <sdl.web@gmail.com>
2005
2006 * net/rcirc.el (rcirc-markup-attributes): Move point to the
2007 beginning so that all \C-o chars are removed.
2008
fa9958a6
TZ
20092012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
2010
dc9924b8 2011 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 2012
0bc5886a
AM
20132012-02-12 Alan Mackenzie <acm@muc.de>
2014
2015 Fix infinite loop with long macros.
4d6769e1 2016 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 2017
d4bd55e7
CY
20182012-02-12 Chong Yidong <cyd@gnu.org>
2019
2020 * window.el (display-buffer): Doc fix (Bug#10785).
2021
66f3fe22
GM
20222012-02-12 Glenn Morris <rgm@gnu.org>
2023
bd7da63e
GM
2024 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2025 (x-disown-selection-internal, x-get-selection-internal):
2026 Sync docs with the xselect.c versions.
2027
66f3fe22
GM
2028 * allout-widgets.el: Add missing license notice.
2029
3e0d2fa7
GM
20302012-02-11 Glenn Morris <rgm@gnu.org>
2031
cfecdf09
GM
2032 * select.el (x-get-selection-internal, x-own-selection-internal)
2033 (x-disown-selection-internal):
2034 * x-dnd.el (x-get-selection-internal): Update declarations.
2035
6d216d7f
GM
2036 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
2037
2bed3f04
GM
2038 * window.el (window-sides-slots):
2039 * tool-bar.el (tool-bar-position):
2040 * term/xterm.el (xterm-extra-capabilities):
2041 * ses.el (ses-self-reference-early-detection):
2042 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
2043 (verilog-auto-wire-type)
2044 (verilog-auto-delete-trailing-whitespace)
2045 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
2046 (verilog-auto-tieoff-declaration):
2047 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
2048 (sql-oracle-statement-starters, sql-oracle-scan-on):
2049 * progmodes/prolog.el (prolog-align-comments-flag)
2050 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
2051 (prolog-left-indent-regexp, prolog-paren-indent-p)
2052 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
2053 (prolog-types, prolog-mode-specificators)
2054 (prolog-determinism-specificators, prolog-directives)
2055 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
2056 (prolog-electric-dot-flag)
2057 (prolog-electric-dot-full-predicate-template)
2058 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
2059 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
2060 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
2061 (prolog-program-switches, prolog-prompt-regexp)
2062 (prolog-debug-on-string, prolog-debug-off-string)
2063 (prolog-trace-on-string, prolog-trace-off-string)
2064 (prolog-zip-on-string, prolog-zip-off-string)
2065 (prolog-use-standard-consult-compile-method-flag)
2066 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
2067 (prolog-imenu-max-lines, prolog-info-predicate-index)
2068 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
2069 (prolog-char-quote-workaround):
2070 * progmodes/cc-vars.el (c-defun-tactic):
2071 * net/tramp.el (tramp-encoding-command-interactive)
2072 (tramp-local-end-of-line):
2073 * net/soap-client.el (soap-client):
2074 * net/netrc.el (netrc-file):
2075 * net/gnutls.el (gnutls):
2076 * minibuffer.el (completion-category-overrides)
2077 (completion-cycle-threshold)
2078 (completion-pcm-complete-word-inserts-delimiters):
2079 * man.el (Man-name-local-regexp):
2080 * mail/feedmail.el (feedmail-display-full-frame):
2081 * international/characters.el (glyphless-char-display-control):
2082 * eshell/em-ls.el (eshell-ls-date-format):
2083 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
2084 (lisp-lambda-list-keyword-parameter-indentation)
2085 (lisp-lambda-list-keyword-parameter-alignment):
2086 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
2087 * dired-x.el (dired-omit-verbose):
2088 * cus-theme.el (custom-theme-allow-multiple-selections):
2089 * calc/calc.el (calc-highlight-selections-with-faces)
2090 (calc-lu-field-reference, calc-lu-power-reference)
2091 (calc-note-threshold):
2092 * battery.el (battery-mode-line-limit):
2093 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2094 (archive-7z-update):
2095 * allout.el (allout-prefixed-keybindings)
2096 (allout-unprefixed-keybindings)
2097 (allout-inhibit-auto-fill-on-headline)
2098 (allout-flattened-numbering-abbreviation):
2099 * allout-widgets.el (allout-widgets-auto-activation)
2100 (allout-widgets-icons-dark-subdir)
2101 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
2102 (allout-widgets-theme-dark-background)
2103 (allout-widgets-theme-light-background)
2104 (allout-widgets-item-image-properties-emacs)
2105 (allout-widgets-item-image-properties-xemacs)
2106 (allout-widgets-run-unit-tests-on-load)
2107 (allout-widgets-time-decoration-activity)
2108 (allout-widgets-hook-error-post-time)
2109 (allout-widgets-track-decoration):
2110 Add missing :version tags to new defcustoms and defgroups.
2111
5fec1b8e
GM
2112 * progmodes/sql.el (sql-ansi-statement-starters)
2113 (sql-oracle-statement-starters): Add custom type.
2114
3e0d2fa7
GM
2115 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
2116 (prolog-system-version): Give it a type.
2117
90b671e2
EZ
21182012-02-11 Eli Zaretskii <eliz@gnu.org>
2119
2120 * term/pc-win.el (x-select-text, x-selection-owner-p)
2121 (x-own-selection-internal, x-disown-selection-internal)
2122 (x-get-selection-internal): Sync doc strings and argument lists
2123 with xselect.c, common-win.el and x-win.el. (Bug#10783)
2124
5eac0c02
LL
21252012-02-11 Leo Liu <sdl.web@gmail.com>
2126
2127 * progmodes/python.el (python-end-of-statement): Fix infinite
2128 loop. (Bug#10788)
2129
f82cb659
GM
21302012-02-10 Glenn Morris <rgm@gnu.org>
2131
2132 * international/mule-cmds.el (unify-8859-on-encoding-mode)
2133 (unify-8859-on-decoding-mode): Properly mark as obsolete.
2134
cc26d239
LI
21352012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2136
2137 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
2138 about SMTP before checking the From header.
2139
91027d08 2140 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
2141 into own function for reuse by emacsbug.el.
2142
1be3ca5a
LL
21432012-02-10 Leo Liu <sdl.web@gmail.com>
2144
2145 * subr.el (condition-case-unless-debug): Rename from
2146 condition-case-no-debug. All callers changed.
2147 (with-demoted-errors): Fix caller.
2148
2149 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
2150 * nxml/rng-valid.el (rng-do-some-validation):
2151 * emacs-lisp/package.el (package-refresh-contents)
2152 (package-menu-execute):
2153 * desktop.el (desktop-create-buffer):
91027d08 2154 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 2155
b011fbfe
GM
21562012-02-10 Glenn Morris <rgm@gnu.org>
2157
b2096d72
GM
2158 * textmodes/bibtex.el:
2159 Add missing :version tags for new/changed defcustoms.
2160
b011fbfe
GM
2161 * files.el (remote-file-name-inhibit-cache): Doc fixes.
2162
4c7e65bf
LI
21632012-02-09 Lars Ingebrigtsen <larsi@rusty>
2164
2165 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
2166 (smtpmail-via-smtp): Use it, or fall back on the From address.
2167 (smtpmail-send-it): Ditto.
2168
f3934f6f
SM
21692012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2170
2171 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
2172 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
2173 (byte-compile-tmp-var): New const.
2174 (byte-compile-defvar): Use it to minimize .elc size.
2175 Just use `defvar' rather than simulate it (bug#10761).
2176
a075a2c5
GM
21772012-02-09 Glenn Morris <rgm@gnu.org>
2178
cf3aa21b
GM
2179 * files.el (rename-uniquely): Doc fix. (Bug#3806)
2180
354998cd
GM
2181 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
2182 Add :version tags.
2183
dc9924b8
SM
2184 * progmodes/compile.el (compilation-error-screen-columns)
2185 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 2186
dab3703d
GM
2187 * vc/log-view.el (log-view-toggle-entry-display):
2188 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
2189
3f88cd72
GM
2190 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
2191 (report-emacs-bug-can-use-xdg-email):
2192 (report-emacs-bug-insert-to-mailer): Doc fixes.
2193 (report-emacs-bug): Message fix.
2194
d95b247d
GM
2195 * net/browse-url.el (browse-url-can-use-xdg-open)
2196 (browse-url-xdg-open): Doc fixes.
2197
a075a2c5
GM
2198 * electric.el (electric-indent-mode, electric-pair-mode)
2199 (electric-layout-rules, electric-layout-mode): Doc fixes.
2200 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
2201
ffb6157e
MR
22022012-02-08 Martin Rudalics <rudalics@gmx.at>
2203
2204 * server.el (server-unselect-display): Don't inadvertently kill
2205 the current buffer. (Bug#10729)
2206
e1ac4066
GM
22072012-02-08 Glenn Morris <rgm@gnu.org>
2208
34e8a2da
GM
2209 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
2210 (sql-list-table): Doc fixes.
2211
b4ac6e8c
GM
2212 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
2213 Comment out (does nothing).
2214
e1ac4066
GM
2215 * completion.el (dynamic-completion-mode):
2216 * dirtrack.el (dirtrack-debug-mode):
2217 * electric.el (electric-layout-mode):
2218 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
2219 * face-remap.el (text-scale-mode, buffer-face-mode):
2220 * iimage.el (iimage-mode):
2221 * image-mode.el (image-transform-mode):
2222 * minibuffer.el (completion-in-region-mode):
2223 * scroll-lock.el (scroll-lock-mode):
2224 * simple.el (next-error-follow-minor-mode):
2225 * tar-mode.el (tar-subfile-mode):
2226 * tooltip.el (tooltip-mode):
2227 * vcursor.el (vcursor-use-vcursor-map):
2228 * wid-browse.el (widget-minor-mode):
2229 * emulation/tpu-edt.el (tpu-edt-mode):
2230 * emulation/tpu-extras.el (tpu-cursor-free-mode):
2231 * international/iso-ascii.el (iso-ascii-mode):
2232 * language/thai-util.el (thai-word-mode):
2233 * mail/supercite.el (sc-minor-mode):
2234 * net/goto-addr.el (goto-address-mode):
2235 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
2236 * progmodes/cwarn.el (cwarn-mode):
2237 * progmodes/flymake.el (flymake-mode):
2238 * progmodes/glasses.el (glasses-mode):
2239 * progmodes/hideshow.el (hs-minor-mode):
2240 * progmodes/pascal.el (pascal-outline-mode):
2241 * textmodes/enriched.el (enriched-mode):
2242 * vc/smerge-mode.el (smerge-mode):
2243 Doc fixes (minor mode argument).
2244
5e0d957f
EZ
22452012-02-07 Eli Zaretskii <eliz@gnu.org>
2246
2247 * ls-lisp.el (ls-lisp-sanitize): New function.
2248 (ls-lisp-insert-directory): Use it to fix or remove any elements
2249 in file-alist with missing attributes. (Bug#4673)
2250
98d7371e
AM
22512012-02-07 Alan Mackenzie <acm@muc.de>
2252
2253 Fix spurious recognition of c-in-knr-argdecl.
2254
2255 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
2256 putative K&R region.
2257
667ced3a
AM
22582012-02-07 Alan Mackenzie <acm@muc.de>
2259
eb864a71
LM
2260 * progmodes/cc-engine.el (c-forward-objc-directive):
2261 Prevent looping in "#pragma mark @implementation".
667ced3a 2262
5b77774d
MA
22632012-02-07 Michael Albinus <michael.albinus@gmx.de>
2264
2265 * notifications.el (notifications-on-closed-signal): Make `reason'
2266 optional. (Bug#10744)
2267
af008560
GM
22682012-02-07 Glenn Morris <rgm@gnu.org>
2269
60d47423
GM
2270 * emacs-lisp/easy-mmode.el (define-minor-mode):
2271 Doc fixes for the macro and the mode it defines.
2272
dd605cc4
GM
2273 * image.el (imagemagick-types-inhibit): Doc fix.
2274
af008560
GM
2275 * cus-start.el (imagemagick-render-type): Add it.
2276
5cc59a37
LI
22772012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2278
4d6769e1
JB
2279 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
2280 Set the default at load time, too, so that `font-lock-fontify-buffer'
2281 can be called without setting up the entire mode first. This fixes
2282 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 2283
9a6dd747
CY
22842012-02-06 Chong Yidong <cyd@gnu.org>
2285
2d16b285
CY
2286 * simple.el (list-processes--refresh): Delete exited processes
2287 (Bug#8094).
2288
171e9b6e
CY
2289 * comint.el (comint-next-prompt): next-single-char-property-change
2290 and prev-single-char-property-change never return nil (Bug#8657).
2291
9a6dd747
CY
2292 * custom.el (defcustom): Doc fix (Bug#9711).
2293
aa4589a7
CY
22942012-02-05 Chong Yidong <cyd@gnu.org>
2295
5c2a252f
CY
2296 * cus-edit.el (custom-variable-reset-backup): Quote the value
2297 before storing it in the customized-value property (Bug#6712).
4aab9006 2298 (custom-display): Add a customization type tag.
983b9602 2299 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 2300
aa4589a7
CY
2301 * wid-edit.el (widget-field-value-get): New optional arg to
2302 suppress trailing whitespace truncation.
2303 (character): Use it (Bug#2689).
2304
1ff980ae
AS
23052012-02-05 Andreas Schwab <schwab@linux-m68k.org>
2306
2307 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
2308 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
2309
03988c98
CY
23102012-02-05 Chong Yidong <cyd@gnu.org>
2311
eeb6cc88
CY
2312 * cus-edit.el (custom-variable-value-create): For mismatched
2313 types, show the current value (Bug#7600).
2314
03988c98
CY
2315 * custom.el (defcustom): Doc fix.
2316
f8cdeef0
GM
23172012-02-05 Glenn Morris <rgm@gnu.org>
2318
2319 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
2320
0696d255
JB
23212012-02-05 Juanma Barranquero <lekktu@gmail.com>
2322
2323 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
2324 (pp-buffer): Use `ignore-errors', `looking-at-p'.
2325 (pp-last-sexp): Use `looking-at-p'.
2326
34c99998
GM
23272012-02-04 Glenn Morris <rgm@gnu.org>
2328
8f05da42
GM
2329 * files.el (revert-buffer):
2330 Doc fix (mention revert-buffer-in-progress-p).
2331
f160676e
GM
2332 * emacs-lisp/ert-x.el (ert-simulate-command):
2333 Check deferred-action-list (which is obsolete) is bound.
2334
c7291ad9
GM
2335 * subr.el (with-wrapper-hook): Doc fixes.
2336
34c99998
GM
2337 * simple.el (filter-buffer-substring-functions)
2338 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
2339
6283a7d3
LL
23402012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
2341
2342 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
2343 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
2344
e96e3013
LL
23452012-02-04 Leo Liu <sdl.web@gmail.com>
2346
2347 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
2348
8ded50f2
GM
23492012-02-04 Glenn Morris <rgm@gnu.org>
2350
82ff1d13
GM
2351 * image.el (image-extension-data): Add obsolete alias.
2352
987a0a16
GM
2353 * isearch.el (isearch-update): Doc fix.
2354
ea32ef46
GM
2355 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
2356
8ded50f2
GM
2357 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
2358
eea14f31
GM
23592012-02-03 Glenn Morris <rgm@gnu.org>
2360
2361 * image.el (image-animated-p): Doc fix. Use image-animated-types.
2362 (image-animate-timeout): Doc fix.
2363
2364 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
2365
12f381b7
GM
23662012-02-02 Glenn Morris <rgm@gnu.org>
2367
953cebf5
GM
2368 * server.el (server-auth-dir): Doc fix.
2369 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
2370
12f381b7
GM
2371 * subr.el (run-mode-hooks): Doc fix.
2372
953a8c3b
JL
23732012-02-02 Juri Linkov <juri@jurta.org>
2374
2375 * image-mode.el (image-toggle-display-image): Remove tautological
2376 `major-mode' from the `derived-mode-p' test.
2377
c5d3843c
KH
23782012-02-02 Kenichi Handa <handa@m17n.org>
2379
9f6e692e 2380 * composite.el (compose-region): Cancel previous change.
c5d3843c 2381
159462d4 23822012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
2383
2384 * composite.el (compose-region, compose-string): Signal error for
2385 a null string component (Bug#6988).
2386
9f562668
CY
23872012-02-01 Chong Yidong <cyd@gnu.org>
2388
e2cef717
CY
2389 * view.el (view-buffer-other-window, view-buffer-other-frame):
2390 Handle special modes like view-buffer (Bug#10650).
2391 (view-buffer): Simplify.
2392
9f562668
CY
2393 * frame.el (set-frame-font): Tweak meaning of third argument.
2394
9f6e692e
JB
2395 * dynamic-setting.el (font-setting-change-default-font):
2396 Use set-frame-font (Bug#9982).
9f562668 2397
781acb9f
GM
23982012-02-01 Glenn Morris <rgm@gnu.org>
2399
6035be52
GM
2400 * progmodes/compile.el (compilation-internal-error-properties):
2401 Respect compilation-first-column in the "*compilation*" buffer.
2402
781acb9f
GM
2403 * emacs-lisp/easy-mmode.el (define-minor-mode):
2404 Relax :variable's test for a named function.
2405
abbceb00
AM
24062012-01-31 Alan Mackenzie <acm@muc.de>
2407
2408 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
2409 off by one error.
2410
fce3fdeb
CY
24112012-01-31 Chong Yidong <cyd@gnu.org>
2412
2413 * frame.el (set-frame-font): New arg ALL-FRAMES.
2414
2415 * menu-bar.el (menu-set-font): Use set-frame-font.
2416
2417 * faces.el (face-spec-reset-face): Don't apply unspecified
2418 attribute values to the default face.
2419
47893581
JB
24202012-01-31 Juanma Barranquero <lekktu@gmail.com>
2421
2422 * progmodes/cwarn.el (cwarn): Remove dead link.
2423 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
2424 Remove * from defcustom docstrings.
2425 (turn-on-cwarn-mode): Make obsolete.
2426 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
2427 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
2428
e58e988a
GM
24292012-01-31 Glenn Morris <rgm@gnu.org>
2430
60dc2671 2431 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 2432 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 2433 Allow named functions to be used as the cdr of :variable.
e58e988a 2434
7a3f511d
GM
24352012-01-30 Glenn Morris <rgm@gnu.org>
2436
2437 * emacs-lisp/authors.el (authors-fixed-entries):
2438 Remove reference to deleted file rnewspost.el.
2439
cb882333
JB
24402012-01-29 Juanma Barranquero <lekktu@gmail.com>
2441
2442 * window.el (window-with-parameter): Remove unused variable `windows'.
2443 (window--side-check): Remove unused variable `code'.
2444 (window--resize-siblings): Remove unused variable `first'.
2445 (adjust-window-trailing-edge): Remove unused variable `failed'.
2446 (window-deletable-p, window--delete): Remove unused variable `buffer'.
2447 Use `let', not `let*'.
2448 (balance-windows-2): Remove unused variable `found'.
2449 (window--state-put-2): Remove unused variable `splits'.
2450 (window-state-put): Remove unused variable `selected'.
2451 (same-window-p): Use `string-match-p'.
2452 (display-buffer-assq-regexp): Remove unused variable `value'.
2453 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2454 Mark argument ALIST as ignored.
2455 (pop-to-buffer): Remove unused variable `old-window'.
2456
907201af
EZ
24572012-01-29 Eli Zaretskii <eliz@gnu.org>
2458
2459 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
2460 and .lzma compressed files.
2461
ea162670
CY
24622012-01-29 Chong Yidong <cyd@gnu.org>
2463
5b95ee8a
CY
2464 * frame.el (window-system-default-frame-alist): Doc fix.
2465
ea162670
CY
2466 * dynamic-setting.el (font-setting-change-default-font): Don't
2467 change the default face if SET-FONT argument is non-nil (Bug#9982).
2468
d6e6f4b1
SB
24692012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
2470
2471 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
2472
0f29fa41 24732012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
2474
2475 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
2476 breakpoints in files outside current directory (Bug#6098).
2477
db174434
CY
24782012-01-29 Chong Yidong <cyd@gnu.org>
2479
6b25e4e2
SE
2480 * progmodes/python.el: Require ansi-color at top-level.
2481
6df6ae42
JB
2482 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
2483 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
2484 (lisp-mode-abbrev-table): Add doc.
2485 (lisp-mode-variables): Don't set local-abbrev-table.
2486 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
2487
e70ee681
RW
24882012-01-28 Roland Winkler <winkler@gnu.org>
2489
2490 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
2491
ace88aa2
RW
24922012-01-28 Roland Winkler <winkler@gnu.org>
2493
2494 * textmodes/bibtex.el (bibtex-entry-alist): New function.
2495 (bibtex-set-dialect): Use it. Either set global values of
2496 dialect-dependent variables or bind these variables buffer-locally
2497 (Bug#10254).
2498 (bibtex-mode): Call bibtex-set-dialect via
2499 hack-local-variables-hook.
eb864a71
LM
2500 (bibtex-dialect): Update docstring.
2501 Add safe-local-variable predicate.
ace88aa2
RW
2502 (bibtex-entry-alist, bibtex-field-alist): Initialize via
2503 bibtex-set-dialect.
2504 (bibtex-mode-map): Define menu for each dialect.
2505 (bibtex-entry): Fix docstring.
2506
93376c5b
CY
25072012-01-28 Chong Yidong <cyd@gnu.org>
2508
2509 * eshell/esh-arg.el (eshell-quote-argument): New function.
2510
2511 * eshell/esh-ext.el (eshell-invoke-batch-file):
2512 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
2513 first arg to eshell-parse-command (Bug#10523).
2514
4372494f
DA
25152012-01-28 Drew Adams <drew.adams@oracle.com>
2516
2517 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
2518 `default-directory' is non-nil.
2519
4d4ec1f8
EZ
25202012-01-28 Eli Zaretskii <eliz@gnu.org>
2521
2522 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
2523 line that displays system-configuration-options. (Bug#9924)
2524
7c188927
DA
25252012-01-28 Drew Adams <drew.adams@oracle.com>
2526
2527 * descr-text.el (describe-char): Show information about POS, in
2528 addition to information about the character at POS. Improve and
2529 update the doc string. Change "code point" to "code point in
2530 charset", to avoid confusion with the character's Unicode code
2531 point shown above that. (Bug#10129)
2532
e0da685a
EZ
25332012-01-28 Eli Zaretskii <eliz@gnu.org>
2534
2535 * descr-text.el (describe-char): Show the raw character, not only
2536 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
2537 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
2538 for the reasons.
2539
70550acf
PH
25402012-01-28 Phil Hagelberg <phil@hagelb.org>
2541
eb864a71
LM
2542 * emacs-lisp/package.el (package-install):
2543 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 2544
0ce8e868
CY
25452012-01-28 Chong Yidong <cyd@gnu.org>
2546
cb882333
JB
2547 * emacs-lisp/package.el (package-maybe-load-descriptor):
2548 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
2549 (package-maybe-load-descriptor): Use it.
2550 (package-download-transaction): Fully load required packages
2551 inside the loop, so that `require' calls work (Bug#10593).
2552 (package-install): No need to call package-initialize now.
2553
2e7f3bea
CY
25542012-01-28 Chong Yidong <cyd@gnu.org>
2555
6e9bad14
CY
2556 * simple.el (deactivate-mark): Doc fix (Bug#8614).
2557
f823b8ca
CY
2558 * tooltip.el (tooltip-mode): Doc fix.
2559 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
2560
2680c309
CY
2561 * frame.el (set-cursor-color): Doc fix (Bug#352).
2562
d7a9e63b
CY
2563 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
2564 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
2565
2e7f3bea
CY
2566 * cus-edit.el (custom-buffer-create-internal): Fix search button
2567 action (Bug#10542).
2ae01800 2568 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 2569
fc4f7a23
EW
25702012-01-27 Eduard Wiebe <usenet@pusto.de>
2571
2572 * dired.el (dired-mark-files-regexp):
2573 Include any subdirectory components. (Bug#10445)
2574
7dd37071
ML
25752012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
2576
2577 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
2578 Handle [host]:port syntax. (Bug#10533)
2579
a268160b
AH
25802012-01-27 Alex Harsanyi <harsanyi@mac.com>
2581
2582 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
2583
e43273ef
GM
25842012-01-26 Glenn Morris <rgm@gnu.org>
2585
2586 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
2587 * term.el (term-raw-escape-map): Use Control-X-prefix.
2588 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
2589
1edf595d
MR
25902012-01-25 Martin Rudalics <rudalics@gmx.at>
2591
2592 * window.el (window-state-get, window--state-get-1): Don't deal
2593 with fixed-sizeness of windows. Simplify code.
2594
fa8eafef
JC
25952012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
2596
6df6ae42
JB
2597 * window.el (window--state-get-1, window--state-put-2):
2598 Don't save and restore the mark.
fa8eafef 2599
0b21c100
CY
26002012-01-25 Chong Yidong <cyd@gnu.org>
2601
2602 * custom.el (custom-variable-p): Doc fix.
2603
5ae1a6c8
GM
26042012-01-25 Glenn Morris <rgm@gnu.org>
2605
40047858
GM
2606 * dired.el (dired-goto-file): Handle some of the more common
2607 characters that `ls -b' escapes. (Bug#10596)
2608
5ddce96c
GM
2609 * progmodes/compile.el (compilation-next-error-function):
2610 Respect compilation-first-column in the "*compilation*" buffer.
2611 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
2612
5ae1a6c8
GM
2613 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
2614
b559f1a9
GM
26152012-01-24 Glenn Morris <rgm@gnu.org>
2616
2617 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
2618
6725d21a
JD
26192012-01-24 Julien Danjou <julien@danjou.info>
2620
2621 * color.el (color-rgb-to-hsl): Fix value computing.
2622 (color-hue-to-rgb): New function.
2623 (color-hsl-to-rgb): New function.
2624 (color-clamp, color-saturate-hsl, color-saturate-name)
2625 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2626 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2627
70df4bbe
GM
26282012-01-24 Glenn Morris <rgm@gnu.org>
2629
2630 * vc/vc-rcs.el (vc-rcs-create-tag):
2631 * vc/vc-sccs.el (vc-sccs-create-tag):
2632 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
2633
802a2ae2
ML
26342012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
2635
2636 * eshell/esh-util.el (eshell-read-hosts-file):
2637 Skip comment lines. (Bug#10549)
2638
d7128bb1
ML
2639 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
2640
d1a5c3b4
JB
26412012-01-23 Juanma Barranquero <lekktu@gmail.com>
2642
2724d9c7
JB
2643 * subr.el (display-delayed-warnings): Doc fix.
2644 (collapse-delayed-warnings): New function to collapse identical
2645 adjacent warnings.
2646 (delayed-warnings-hook): Add it.
d1a5c3b4 2647
a5509865
MA
26482012-01-22 Michael Albinus <michael.albinus@gmx.de>
2649
2650 * net/tramp.el (tramp-action-login): Set connection property "login-as".
2651
2652 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
2653 properties, when "login-as" is set.
2654
2655 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
2656 (tramp-default-user-alist): Don't add "pscp".
2657 (tramp-do-copy-or-rename-file-out-of-band): Use connection
2658 property "login-as", if set. (Bug#10530)
2659
cc6d5805
MA
26602012-01-21 Michael Albinus <michael.albinus@gmx.de>
2661
2662 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
2663 "plink1" and "psftp". (Bug#10530)
2664
26652012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
2666
2667 * international/mule-cmds.el (prefer-coding-system): Show a
2668 warning message if the default value of file-name-coding-system
2669 was not changed.
2670
f0960428
JC
26712012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2672
cb882333
JB
2673 * windmove.el (windmove-reference-loc):
2674 Fix windmove-reference-loc miscalculation.
f0960428 2675
dd6f2a63
JB
26762012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2677
2678 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
2679 default unit.
2680
7b447e9b
GM
26812012-01-21 Glenn Morris <rgm@gnu.org>
2682
117a9ea1
GM
2683 * international/mule.el (auto-coding-alist): Add .tbz.
2684
7b447e9b
GM
2685 * files.el (local-enable-local-variables): Doc fix.
2686 (inhibit-local-variables-regexps): Rename from
2687 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
2688 Doc fix. Add some extensions from auto-coding-alist.
2689 (inhibit-local-variables-suffixes):
2690 Rename from inhibit-first-line-modes-suffixes. Doc fix.
2691 (inhibit-local-variables-p):
2692 New function, extracted from set-auto-mode-1.
2693 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
2694 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
2695 (hack-local-variables): Doc fix. Make the mode-only case
2696 respect enable-local-variables and friends.
2697 Respect inhibit-local-variables-regexps for file-locals, but
2698 not for directory-locals.
2699 (set-visited-file-name):
2700 Take account of inhibit-local-variables-regexps.
2701 Whether it applies may change as the file name is changed.
2702 * jka-cmpr-hook.el (jka-compr-install):
2703 * jka-compr.el (jka-compr-uninstall):
2704 Update for inhibit-first-line-modes-suffixes name change.
2705
dd6e3cdd
MR
27062012-01-20 Martin Rudalics <rudalics@gmx.at>
2707
2708 * help-macro.el (make-help-screen): Temporarily restore original
2709 binding for minor-mode-map-alist (Bug#10454).
2710
0d0deb38
JD
27112012-01-19 Julien Danjou <julien@danjou.info>
2712
2713 * color.el (color-name-to-rgb): Use the white color to find the max
2714 color component value and return correctly computed values.
2715 (color-name-to-rgb): Add missing float conversion for max value.
2716
34a02f46
MR
27172012-01-19 Martin Rudalics <rudalics@gmx.at>
2718
2719 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
2720 special state value for window-persistent-parameters.
2721 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
2722 (window--state-put-2): Reset all window parameters to nil before
2723 assigning values of persistent parameters.
2724
606c44c4
AM
27252012-01-18 Alan Mackenzie <acm@muc.de>
2726
2727 Eliminate sluggishness and hangs in fontification of "semicolon
2728 deserts".
2729
cb882333
JB
2730 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
2731 Change value 10000 -> 3000.
606c44c4
AM
2732 (c-state-safe-place): Reformulate so it doesn't stack up an
2733 infinite number of wrong entries in c-state-nonlit-pos-cache.
2734 (c-determine-limit-get-base, c-determine-limit): New functions to
2735 determine backward search limits disregarding literals.
2736 (c-find-decl-spots): Amend commenting.
2737 (c-cheap-inside-bracelist-p): New function which detects "={".
2738
2739 * progmodes/cc-fonts.el
2740 (c-make-font-lock-BO-decl-search-function): Give a limit to a
2741 backward search.
2742 (c-font-lock-declarations): Fix an occurrence of point being
2743 undefined. Check additionally for point being in a bracelist or
2744 near a macro invocation without a semicolon so as to avoid a
2745 fruitless time consuming search for a declarator. Give a more
2746 precise search limit for declarators using the new
2747 c-determine-limit.
2748
f3860cea
GM
27492012-01-18 Glenn Morris <rgm@gnu.org>
2750
2751 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
2752 (set-auto-mode): Doc fixes.
2753
1db03b16
GM
27542012-01-17 Glenn Morris <rgm@gnu.org>
2755
0e6038be
GM
2756 * isearch.el (search-nonincremental-instead): Fix doc typo.
2757
1db03b16
GM
2758 * dired.el (dired-insert-directory): Handle newlines in directory name.
2759 (dired-build-subdir-alist): Unescape newlines in directory name.
2760
4cb0aa75
MA
27612012-01-17 Michael Albinus <michael.albinus@gmx.de>
2762
2763 * net/tramp.el (tramp-local-end-of-line): New defcustom.
2764 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
2765 (tramp-action-terminal): Use it. (Bug#10530)
2766
1d00653d
SM
27672012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2768
2769 * minibuffer.el (completion--replace): Strip properties (bug#10062).
2770
6a6ee00d
MR
27712012-01-16 Martin Rudalics <rudalics@gmx.at>
2772
2773 * window.el (window-state-ignored-parameters): Remove variable.
2774 (window--state-get-1): Rename argument MARKERS to IGNORE.
2775 Handle persistent window parameters. Make copy of clone-of
2776 parameter only if requested. (Bug#10348)
2777 (window--state-put-2): Install a window parameter only if it has
2778 a non-nil value or an existing parameter shall be overwritten.
2779
97912def
MA
27802012-01-15 Michael Albinus <michael.albinus@gmx.de>
2781
2782 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
2783
688070a5
EZ
27842012-01-14 Eli Zaretskii <eliz@gnu.org>
2785
2786 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
2787 don't pass the (nil) value of `upnode' to string-match.
2788
301afadc
CY
27892012-01-14 Chong Yidong <cyd@gnu.org>
2790
2791 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 2792 Fix values recognized by the cursorBlink resource.
301afadc 2793
9e5788aa
PE
27942012-01-14 Paul Eggert <eggert@cs.ucla.edu>
2795
2796 * epg.el (epg--make-temp-file): Avoid permission race condition
2797 when running on old Emacs versions (bug#10403).
2798
3cdb7f5a
GM
27992012-01-14 Glenn Morris <rgm@gnu.org>
2800
2801 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
2802
8c82b1b4
AM
28032012-01-13 Alan Mackenzie <acm@muc.de>
2804
2805 Fix filling for when filladapt mode is enabled.
2806
2807 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
2808 c-mask-paragraph, pass in `fill-paragraph' rather than
2809 `fill-region-as-paragraph'. (This is a reversion of a previous
2810 change.)
eb864a71
LM
2811 * progmodes/cc-mode.el (c-basic-common-init):
2812 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 2813
e517eda4
GM
28142012-01-13 Glenn Morris <rgm@gnu.org>
2815
1498536e
GM
2816 * dired.el (dired-switches-escape-p): New function.
2817 (dired-insert-directory): Use dired-switches-escape-p.
2818 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
2819
e517eda4
GM
2820 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
2821
328f984d
GM
28222012-01-12 Glenn Morris <rgm@gnu.org>
2823
2824 * mail/sendmail.el (mail-mode): Update paragraph-separate for
2825 changes in adaptive-fill-regexp. (Bug#10276)
2826
2cc769a8
AM
28272012-01-11 Alan Mackenzie <acm@muc.de>
2828
2829 Fix Emacs bug #10463 - put `widen's around the critical spots.
2830
1d00653d 2831 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
2832 widen around each invocation of c-state-pp-to-literal. Remove an
2833 unused let variable.
2834
e52c37fa
GM
28352012-01-11 Glenn Morris <rgm@gnu.org>
2836
2837 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 2838 Doc fix.
e52c37fa 2839
96f8741e
CY
28402012-01-10 Chong Yidong <cyd@gnu.org>
2841
1d00653d
SM
2842 * net/network-stream.el (network-stream-open-starttls):
2843 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
2844 response to the capability command.
2845
b09a806e
GM
28462012-01-10 Glenn Morris <rgm@gnu.org>
2847
2848 * mail/unrmail.el (unrmail): Tweak previous change.
2849
7655cb66
CY
28502012-01-09 Chong Yidong <cyd@gnu.org>
2851
2852 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
2853
9d5a8f0b
AM
28542012-01-08 Alan Mackenzie <acm@muc.de>
2855
2856 Optimise font locking in long enum definitions.
2857
2858 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
2859 arm to a cond form to handle enums.
2860 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
2861 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
2862
9a0115ab 28632012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
2864
2865 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 2866 (Bug#10401)
6bb72cbd 2867
f186bb95
LMI
28682012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2869
29232a68
LMI
2870 * faces.el (set-face-attribute): Clarify the meaning of the nil
2871 frame (bug#10294).
2872
4e5d086d
LMI
2873 * subr.el (with-selected-frame): Mention that the selected frame
2874 is restored (bug#9980).
2875
8e66aebe
LMI
2876 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
2877 (bug#9759).
2878
cd394be1 2879 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
2880 (password-read): Don't autoload unused function.
2881
adf4e762
JB
28822012-01-07 Juanma Barranquero <lekktu@gmail.com>
2883
2884 * progmodes/which-func.el (which-func-mode): Turn into a
2885 non-interactive function and mark as obsolete (bug#10428).
2886
89bd9ccd
CY
28872012-01-06 Chong Yidong <cyd@gnu.org>
2888
2889 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
2890 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
2891 functions, along with 1 and -1.
2892
4afee9d5
EZ
28932012-01-06 Eli Zaretskii <eliz@gnu.org>
2894
2895 * time.el (display-time-load-average)
2896 (display-time-default-load-average): Doc fixes. See the thread
2897 starting at
2898 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
2899 for the details.
2900
536aea70
GM
29012012-01-06 Glenn Morris <rgm@gnu.org>
2902
665ae865
GM
2903 * mail/unrmail.el (unrmail): Give an explicit error if the input file
2904 has no messages. (Bug#10377)
2905
c869783d
GM
2906 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
2907 than Info-edit. (Bug#10385)
2908
2bb4227e
GM
2909 * time.el (display-time-load-average, display-time-next-load-average):
2910 Doc fixes.
2911
7d5944b9
GM
2912 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
2913 local setting of buffer-read-only to the input buffer. (Bug#10419)
2914
536aea70
GM
2915 * calendar/calendar.el (calendar-mode):
2916 Locally set scroll-margin to 0. (Bug#10379)
2917
7dccca16
UM
29182012-01-06 Ulrich Mueller <ulm@gentoo.org>
2919
2920 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
2921
afbb7930
GM
29222012-01-05 Glenn Morris <rgm@gnu.org>
2923
2924 * eshell/em-unix.el (diff-no-select): Autoload it.
2925 (eshell/diff): Use diff-no-select. (Bug#10420)
2926
04482335
CY
29272012-01-05 Chong Yidong <cyd@gnu.org>
2928
7baca3bc
CY
2929 * shell.el (shell-dynamic-complete-functions): Revert last change.
2930 (shell-command-completion-function): New function.
2931 (shell-completion-vars): Use it to implement
2932 shell-completion-execonly (Bug#10417).
2933
04482335
CY
2934 * custom.el (enable-theme): Don't set custom-safe-themes.
2935
1d00653d
SM
2936 * cus-theme.el (custom-theme-merge-theme):
2937 Ignore custom-enabled-themes and custom-safe-themes.
04482335 2938
bb5aa5d6
MM
29392012-01-05 Michael R. Mauger <mmaug@yahoo.com>
2940
2941 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
2942 first prompt in `sql-interacive-mode'.
2943 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 2944 keywords.
6df6ae42 2945 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
2946 (sql-product-interactive): Bug fix: Set `sql-buffer' in
2947 context of original buffer. Invoke `sql-login-hook'.
2948
a7183d7c
EZ
29492012-01-04 Eli Zaretskii <eliz@gnu.org>
2950
2951 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
2952 letters in cite-prefix.
2953
a1eacd1e
LMI
29542012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2955
2956 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
2957
787cdb34
CY
29582012-01-03 Chong Yidong <cyd@gnu.org>
2959
1d00653d
SM
2960 * shell.el (shell-dynamic-complete-functions):
2961 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
2962 comint-filename-completion first (Bug#10417).
2963
30710442
RS
29642012-01-02 Richard Stallman <rms@gnu.org>
2965
2966 * battery.el (battery-status-function):
2967 Detect when to use battery-yeeloong-sysfs.
2968 (battery-echo-area-format): Add string for Yeeloong.
2969 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
2970 (battery-yeeloong-sysfs): New function.
2971
f75bfc33
CY
29722012-01-02 Chong Yidong <cyd@gnu.org>
2973
2974 * dirtrack.el (dirtrack-list): Eliminate unused third element.
2975 (dirtrack): Merge code for handling relative filenames in prompt
2976 from shell-dir-cookie-watcher.
2977 (dirtrack-debug-message): New arg to avoid excess format calls.
2978
2979 * shell.el (shell-dir-cookie-re): Variable deleted.
2980 (shell-dir-cookie-watcher): Function deleted.
2981 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
2982 with dirtrack-mode.
2983
651e947e
EZ
29842012-01-01 Eli Zaretskii <eliz@gnu.org>
2985
1d00653d
SM
2986 * term/w32-win.el (dynamic-library-alist) <gnutls>:
2987 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
2988 libgnutls-26.dll.
2989
94d4c7dc
AS
29902011-12-31 Andreas Schwab <schwab@linux-m68k.org>
2991
2992 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
2993
8d43f3cd
EZ
29942011-12-31 Eli Zaretskii <eliz@gnu.org>
2995
2996 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
2997 headers of non-MIME messages, when rmail-enable-mime is non-nil.
2998
98c8795a
MA
29992011-12-29 Michael Albinus <michael.albinus@gmx.de>
3000
3001 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
3002 also for alternative shells.
3003 (tramp-open-connection-setup-interactive-shell): Check, whether
3004 the shell is a busybox.
3005 (tramp-send-command): Don't suppress multiple prompts for
3006 busyboxes, it hurts.
3007
51281b32
CY
30082011-12-28 Chong Yidong <cyd@gnu.org>
3009
3010 * progmodes/gdb-mi.el (gdb-get-source-file-list)
3011 (gdb-get-source-file): Move mode line update to
3012 gdb-get-source-file (Bug#10087).
3013
2170cb53
CY
30142011-12-25 Chong Yidong <cyd@gnu.org>
3015
3016 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
3017 gud-gdb-marker-filter without taking it as an argument.
3018 (gud-gdb-run-command-fetch-lines): Caller changed.
3019 (gud-gdb-completion-function): New variable.
3020 (gud-gdb-completion-at-point): Use it.
3021 (gud-gdb-completions-1): Split from gud-gdb-completions.
3022
3023 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
3024 function as separate arguments.
3025 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
3026 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
3027 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
3028 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
3029 (gdb-stopped, def-gdb-auto-update-trigger)
3030 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
3031 (gdb-get-changed-registers, gdb-get-main-selected-frame):
3032 Callers changed.
2170cb53
CY
3033 (gud-gdbmi-completions): New function.
3034 (gdb): Use it for generating the completion table.
3035
be8b11bb
AM
30362011-12-24 Alan Mackenzie <acm@muc.de>
3037
3038 Introduce a mechanism to widen the region used in context font
1d00653d 3039 locking. Use this to protect declarations from losing their contexts.
be8b11bb 3040
1d00653d
SM
3041 * progmodes/cc-langs.el (c-before-font-lock-functions):
3042 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 3043 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
3044 functions to be run just before context (etc.) font locking.
3045
3046 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 3047 New, functionality extracted from
be8b11bb 3048 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 3049 (c-in-after-change-fontification): New variable.
be8b11bb
AM
3050 (c-after-change): Set c-in-after-change-fontification.
3051 (c-set-fl-decl-start): Rejig its interface, so it can be called
3052 from both after-change and context fontifying.
b81d40f0
JB
3053 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
3054 New functions.
3055 (c-standard-font-lock-fontify-region-function): New variable.
3056 (c-font-lock-fontify-region): New function.
be8b11bb 3057
341cf6ac
JL
30582011-12-24 Juri Linkov <juri@jurta.org>
3059
3060 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
3061 (Bug#10348)
3062
bffcee0a
MA
30632011-12-23 Michael Albinus <michael.albinus@gmx.de>
3064
3065 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
3066 existence of source file. (Bug#10325)
3067
cb5e207c
AM
30682011-12-23 Alan Mackenzie <acm@muc.de>
3069
3070 Fix unstable fontification inside templates.
3071
b81d40f0
JB
3072 * progmodes/cc-langs.el (c-before-font-lock-functions):
3073 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
3074 additionally has c-set-fl-decl-start. The other languages (apart
3075 from AWK) have that as a single entry.
3076
b81d40f0
JB
3077 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3078 The functionality for "local" declarations has been extracted to
cb5e207c
AM
3079 c-set-fl-decl-start.
3080
b81d40f0
JB
3081 * progmodes/cc-mode.el (c-common-init, c-after-change):
3082 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
3083 (c-set-fl-decl-start): New function, extracted from
3084 c-font-lock-enclosing-decls and enhanced.
3085
60ff536c
JB
30862011-12-23 Juanma Barranquero <lekktu@gmail.com>
3087
3088 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
3089
1c4757d6
JL
30902011-12-22 Juri Linkov <juri@jurta.org>
3091
3092 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
3093
d031f2c7
CY
30942011-12-22 Chong Yidong <cyd@gnu.org>
3095
3096 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
3097
bace743a
DA
30982011-12-21 Drew Adams <drew.adams@oracle.com>
3099
3100 * files.el (file-remote-p): Fix docstring. (Bug#10319)
3101
728a1f2b
JC
31022011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3103
3104 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
3105
0d373f73
TZ
31062011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
3107
fec0aaa4
TZ
3108 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
3109 highlighting and support. Fix up comments for capitalization.
3110 (cfengine-mode-debug): New var.
3111 (cfengine3-mode): Change the modeline indicator to "CFE3".
3112 (cfengine3-font-lock-keywords): Improve defun highlighting.
3113 (cfengine2-actions): Rename from `cfengine-actions'.
3114 (cfengine2-font-lock-keywords): Rename from
3115 `cfengine-font-lock-keywords'.
3116 (cfengine2-imenu-expression): Rename from
3117 `cfengine-imenu-expression'.
3118 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
3119 (cfengine2-beginning-of-defun): Rename from
3120 `cfengine-beginning-of-defun'.
3121 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
3122 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
3123 (cfengine2-mode): Rename from `cfengine-mode'. Change the
3124 modeline indicator to "CFE2".
3125 (cfengine-mode): Defalias to `cfengine-auto-mode'.
3126 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 3127
bc86f573
CY
31282011-12-21 Chong Yidong <cyd@gnu.org>
3129
3130 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
3131 filename argument.
3132
d45ba96b
MR
31332011-12-20 Martin Rudalics <rudalics@gmx.at>
3134
3135 * window.el (window-normalize-buffer-to-display): Remove.
3136 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
3137
a6198c90
CY
31382011-12-19 Chong Yidong <cyd@gnu.org>
3139
3140 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
3141 Don't signal an error in a predicate function; return non-nil.
3142 (vc-dir-mark-file): Move the error here.
3143 (vc-dir-mark-unmark): If acting on the region, keep going if one
3144 of the entries cannot be marked/unmarked.
3145 (vc-dir-mark-all-files): If current entry is a directory, mark
3146 only child files, as documented.
3147
34c5fb55
VB
31482011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
3149
3150 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
3151 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
3152 addition.
3153
c803b2b7
JD
31542011-12-18 Jan Djärv <jan.h.d@swipnet.se>
3155
3156 * term/ns-win.el (ns-get-selection-internal)
3157 (ns-store-selection-internal): Declare.
1154d12e
JB
3158 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
3159 Declare as obsolete.
3160 (ns-get-pasteboard, ns-paste-secondary):
3161 Use ns-get-selection-internal.
3162 (ns-set-pasteboard, ns-copy-including-secondary):
3163 Use ns-store-selection-internal.
c803b2b7 3164
9cff91f8 31652011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
3166
3167 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 3168 (vc-deduce-fileset): Doc fix.
99a289d9 3169
f16c898a
AS
31702011-12-16 Andreas Schwab <schwab@linux-m68k.org>
3171
3172 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
3173
763237c4
SS
31742011-12-13 Sam Steingold <sds@gnu.org>
3175
3176 * man.el (Man-getpage-in-background): When running under a
3177 window-system, ignore $MANWIDTH and $COLUMNS.
3178
5fc1c122
KH
31792011-12-15 Kenichi Handa <handa@m17n.org>
3180
3181 * language/ethio-util.el: Change coding tag to utf-8-emacs.
3182 (setup-ethiopic-environment-internal): Comment out key-binding for
3183 ethio-toggle-punctuation.
3184
13d49cbb
AM
31852011-12-13 Alan Mackenzie <acm@muc.de>
3186
898169a2
AM
3187 Add the switch statement to AWK Mode.
3188
7a71b18d 3189 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
3190 "default" to the keywords regexp.
3191
7a71b18d 3192 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 3193 expression as the rest.
1d00653d
SM
3194 (c-nonlabel-token-key): Allow string literals for AWK.
3195 Refactor for the other modes.
898169a2 3196
13d49cbb 3197 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 3198 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
3199 routines. Limit backward searching in c-font-lock-enclosing.decl.
3200
3201 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
3202 pp-state and literal type in addition to the limits.
1d00653d 3203 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 3204 (c-state-literal-at): Use the above new defun.
1d00653d
SM
3205 (c-slow-in-literal, c-fast-in-literal): Remove.
3206 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
3207
3208 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
3209 being in a literal. Add a limit for backward searching.
3210
3211 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
3212 c-slow-in-literal.
3213
15e0efc7
SM
32142011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3215
3216 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
3217
454592a6
MR
32182011-12-13 Martin Rudalics <rudalics@gmx.at>
3219
3220 * window.el (delete-other-windows): Use correct frame in call to
3221 window-with-parameter.
3222
87393f26
DP
32232011-12-12 Daniel Pfeiffer <occitan@t-online.de>
3224
3225 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
3226 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
3227 (makefile-gmake-statements, makefile-makepp-statements):
3228 Use it and add new makepp keywords.
3229 (makefile-makepp-font-lock-keywords): Add new patterns.
3230 (makefile-match-function-end): Match new [...] and [[...]].
3231
11636b22
JB
32322011-12-11 Juanma Barranquero <lekktu@gmail.com>
3233
3234 * ses.el (ses-call-printer-return, ses-cell-property-get)
3235 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
3236 (ses-create-cell-variable, ses-reset-header-string)
3237 (ses-cell-set-formula, ses-repair-cell-reference-all)
3238 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
3239 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
3240 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
3241 (ses-aset-with-undo, ses-load, ses-truncate-cell)
3242 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
3243 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
3244 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
3245 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
3246 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
3247 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
3248 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
3249 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
3250
cf018193
VB
32512011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
3252
3253 * ses.el: The overall change is to add cell renaming, that is
3254 setting fancy names for cell symbols other than name matching
3255 "\\`[A-Z]+[0-9]+\\'" regexp .
3256 (ses-create-cell-variable): New defun.
3257 (ses-relocate-formula): Relocate formulas only for cells the
3258 symbols of which are not renamed, i.e. symbols whose names do not
3259 match regexp "\\`[A-Z]+[0-9]+\\'".
3260 (ses-relocate-all): Relocate values only for cells the symbols of
3261 which are not renamed.
3262 (ses-load): Create cells variables as the (ses-cell ...) are read,
3263 in order to check row col consistency with cell symbol name only
3264 for cells that are not renamed.
3265 (ses-replace-name-in-formula): New defun.
3266 (ses-rename-cell): New defun.
3267
ee957461
CY
32682011-12-11 Chong Yidong <cyd@gnu.org>
3269
3270 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
3271 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
3272
9a9e9ef0
MR
32732011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
3274
3275 * window.el (other-window): Fix docstring.
3276
92a8eba5
EZ
32772011-12-10 Eli Zaretskii <eliz@gnu.org>
3278
3279 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
3280 `from' or `to' address before taking its substring.
3281 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
3282 encoded name is chopped in the middle of the encoded string, and
3283 thus displayed encoded.
3284
e152e577
JB
32852011-12-10 Juanma Barranquero <lekktu@gmail.com>
3286
3287 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
3288
e5d84bfe
EZ
32892011-12-10 Eli Zaretskii <eliz@gnu.org>
3290
3291 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
3292 to use texinfo-update-node and commands that call it if the
3293 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 3294 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
3295 (texinfo-all-menus-update, texinfo-master-menu)
3296 (texinfo-update-node, texinfo-every-node-update)
3297 (texinfo-multiple-files-update): Doc fix. Warn against updating
3298 all the @node lines.
3299 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
3300 argument is numeric. Explain better in the doc string what the
3301 function really does.
3302 (texinfo-insert-master-menu-list): Improve the error message
3303 displayed if there's no menu in the Top node.
3304 (Bug#2975) See also this thread:
e5d84bfe
EZ
3305 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
3306
1d84e9bb
MG
33072011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
3308
3309 * speedbar.el (speedbar-supported-extension-expressions):
3310 Add .adb and .ads, commonly used for Ada source code (bug#10256).
3311
382c953b
JB
33122011-12-09 Juanma Barranquero <lekktu@gmail.com>
3313
3314 * printing.el (pr-mode-alist):
3315 * simple.el (filter-buffer-substring-functions)
3316 (completion-list-insert-choice-function):
3317 * window.el (window-with-parameter, window-atom-root)
3318 (window-sides-slots, window-size-fixed, window-min-delta)
3319 (window-max-delta, window--resize-mini-window)
3320 (window--resize-child-windows-normal, window-tree)
3321 (delete-other-windows, quit-window, split-window)
3322 (display-buffer-record-window, special-display-buffer-names)
3323 (special-display-regexps, special-display-popup-frame)
3324 (same-window-p, split-window-sensibly)
3325 (display-buffer-overriding-action, display-buffer-alist)
3326 (display-buffer-base-action, display-buffer, switch-to-buffer)
3327 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
3328 (fit-window-to-buffer, recenter-positions)
3329 (mouse-autoselect-window-state, mouse-autoselect-window-select):
3330 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
3331 and remove unneeded backslashes in docstrings.
3332
39c9faef
SM
33332011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3334
98449af8
SM
3335 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
3336
39c9faef
SM
3337 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
3338 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
3339 end in ".mk".
3340 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
3341 when reading the makefile (bug#10116).
3342
86ed9fdc
SM
33432011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3344
3345 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
3346 (bug#10116).
3347
5580f89d
GM
33482011-12-06 Glenn Morris <rgm@gnu.org>
3349
3350 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
3351
28d3917c
CY
33522011-12-06 Chong Yidong <cyd@gnu.org>
3353
3354 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
3355
a98edce9
JB
33562011-12-06 Juanma Barranquero <lekktu@gmail.com>
3357
3358 * textmodes/table.el (table-shorten-cell): Fix typo.
3359
e65adfac
CG
33602011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
3361
3362 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
3363
71cc0b74
EZ
33642011-12-05 Eli Zaretskii <eliz@gnu.org>
3365
3366 * descr-text.el (describe-char): Fix display of strong
3367 right-to-left characters and directional embeddings and overrides.
3368
3369 * simple.el (what-cursor-position): Fix display of codepoints of
3370 strong right-to-left characters.
3371
315bc30d
CY
33722011-12-05 Chong Yidong <cyd@gnu.org>
3373
3374 * faces.el (read-color): Doc fix.
3375
58a70b94
GM
33762011-12-05 Glenn Morris <rgm@gnu.org>
3377
3378 * align.el (align--set-marker): Add doc-string.
3379 Don't try to move something that is not a marker. (Bug#10216)
3380
5158face
GM
33812011-12-04 Glenn Morris <rgm@gnu.org>
3382
3383 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
3384 overly zealous deletion of trailing whitespace.
3385
520fca41
JB
33862011-12-04 Juanma Barranquero <lekktu@gmail.com>
3387
3388 * server.el (server-delete-client): On Windows, do not try to delete
3389 the only terminal.
3390 (server-process-filter): On Windows, treat requests for a tty frame as
3391 if they were for a GUI frame if the running server is in GUI mode.
3392
5e605a2e
GM
33932011-12-03 Glenn Morris <rgm@gnu.org>
3394
3395 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
3396
5c3fe83f
SM
33972011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3398
6f5e57e7
SM
3399 * electric.el: Streamline electric-indent's hook.
3400 (electric-indent-chars): Revert to simple list.
3401 (electric-indent-functions): New var.
3402 (electric-indent-post-self-insert-function): Use it.
3403
5c3fe83f
SM
3404 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
3405 there's no inferior buffer (bug#10196).
3406 (prolog-consult-compile): Don't use toggle-read-only.
3407
6bdac736
MA
34082011-12-02 Michael Albinus <michael.albinus@gmx.de>
3409
3410 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
3411 interrupt. (Bug#10187)
3412
6131ba7f
SM
34132011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3414
99c79fee
SM
3415 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
3416 (bug#9160).
3417
6131ba7f
SM
3418 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
3419 (bug#10191).
3420
cb0a02ea
JL
34212011-12-02 Juri Linkov <juri@jurta.org>
3422
3423 * info.el (Info-search): Display "end of manual" when Isearch
3424 reaches the end of single-file Info manual. (Bug#9918)
3425
66e0570c
EZ
34262011-12-02 Eli Zaretskii <eliz@gnu.org>
3427
3428 * isearch.el (isearch-message-prefix): Run the input method part
3429 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
3430
02b16839
JL
34312011-12-02 Juri Linkov <juri@jurta.org>
3432
3433 * isearch.el (isearch-occur): Use `word-search-regexp' for
3434 `isearch-word'.
3435 (isearch-search-and-update): Add condition for `isearch-word' and
3436 call `word-search-regexp'. (Bug#10145)
3437
0b950688
GM
34382011-12-01 Glenn Morris <rgm@gnu.org>
3439
3440 * eshell/em-hist.el (eshell-hist-initialize):
3441 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 3442 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 3443
9505c3c7
SM
34442011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3445
3446 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
3447
1bbe96b2 34482011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 3449
a1beca85
SM
3450 * progmodes/verilog-mode.el (verilog-pretty-expr):
3451 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
3452 verilog, such as += *= and the like.
3453 (verilog-assignment-operator-re): Regular expression to find the
3454 assigment operator in a verilog assignment.
3455 (verilog-assignment-operation-re): Regular expression to find an
3456 assignment statement for pretty-expr.
3457 (verilog-in-attribute-p): Query returns true if point is in an
3458 attribute context; used to skip these for expression line up from
3459 pretty-expr.
3460 (verilog-in-parameter-p): Query returns true if point is in an
3461 parameter definition context; used to skip these for expression
3462 line up from pretty-expr.
3463 (verilog-in-parenthesis-p): Query returns true if point is in a
3464 parenthetical expression, specifically ( ) but not [ ] or { };
3465 used by pretty-expr.
3466 (verilog-just-one-space): If there is no space, don't add one.
3467 (verilog-get-lineup-indent-2): Specifically skip just attribute
3468 contexts for expression lineup, rather than skipping all
3469 parenthetical expressions.
3470 (verilog-calculate-indent): Fix comment, and fix indent.
3471 (verilog-do-indent): Indent declarations in lists (suggested by
3472 Joachim Lechner).
3473 (verilog-mode-abbrev-table): Populate abbrev mode with the various
3474 skeleton items.
3475 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
3476 by Alain Mellan).
3477
1bbe96b2 34782011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
3479
3480 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
3481 parameters with embedded comments. Reported by Ray Stevens.
3482 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
3483 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
3484 Reported by Tim Holt.
3485 (verilog-auto): Fix AUTOing a upper module then AUTOing module
3486 instantiated by upper module causing wrong expansion until AUTOed a
3487 second time. Reported by K C Buckenmaier.
3488 (verilog-diff-auto): Fix showing .* as a difference when
3489 `verilog-auto-star-save' off. Reported by Dan Dever.
3490 (verilog-auto-reset, verilog-read-always-signals)
3491 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
3492 temporary signals in reset list if
3493 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
3494 style to each signal's assignment type, bug381.
3495 Reported by Thomas Esposito.
6288f0ca
WS
3496 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
3497 (verilog-uvm-statement-re): Support UVM indentation and
3498 highlighting, with old OVM keywords only.
a1beca85 3499 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
3500 Support AUTOTIEOFF creating non-wire data types.
3501 Suggested by Jonathan Greenlaw.
6288f0ca
WS
3502 (verilog-auto-insert-lisp, verilog-delete-to-paren)
3503 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
3504 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
3505 (verilog-read-sub-decls, verilog-read-sub-decls-line):
3506 Fix mismatching parenthesis inside commented out code when deleting
382c953b 3507 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
3508 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
3509 non-numeric vector width. Reported by Alex Reed.
3510 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 3511 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
3512 (verilog-auto-delete-trailing-whitespace):
3513 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
3514 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
3515 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
3516 Fix verilog-scan-cache corruption when running user AUTO expansion
3517 hooks that call indentation routines.
3518 (verilog-simplify-range-expression): Fix typo ignoring lower case
3519 identifiers.
3520 (verilog-delete-auto): Fix delete-autos to also remove user created
3521 automatics, as long as they start with AUTO.
3522 (verilog-batch-diff-auto, verilog-diff-auto)
3523 (verilog-diff-function): Add `verilog-diff-auto' and bind to
3524 "C-c?" to report differences in AUTO expansion, ignoring spaces.
3525 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
3526 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
3527 (verilog-re-search-forward-quick, verilog-syntax-ppss):
3528 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
3529 is disabled and its cache will get corrupt, causing AUTOS not to
3530 expand. Instead use only -quick functions.
3531 (verilog-scan-region): Fix scanning over escaped quotes.
3532 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
3533 (verilog-re-search-backward-quick)
3534 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
3535 related functions now ignore strings, to fix misparsing of strings
3536 with magic comments embedded in them.
a1beca85
SM
3537 (verilog-read-auto-template):
3538 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
3539 Reported by Brad Dobbie.
3540 (verilog-read-auto-template):
3541 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 3542 Reported by Brad Dobbie.
6288f0ca
WS
3543 (verilog-auto-inst, verilog-auto-inst-param)
3544 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
3545 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
3546 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
3547 debugging templates without merge conflicts, bug357.
3548 Reported by Brad Dobbie.
3549 (verilog-read-auto-template):
3550 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
3551 Reported by Brad Dobbie.
3552 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
3553 abbrevs so user won't be asked to save.
3554 (verilog-read-auto-lisp-present): Fix to start at beginning of
3555 buffer in case called outside of verilog-auto.
3556 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
3557 to "X-2". Reported by Matthew Myers.
3558 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
3559 all inputs from module templates. Reported by Leith Johnson.
3560 (verilog-module-inside-filename-p): Fix locating programs as with
3561 modules.
3562 (verilog-auto-inst-port): Fix vl-width expressions when using
3563 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
3564 (verilog-decls-get-regs, verilog-decls-get-signals,
3565 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
3566 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
3567 verilog-read-decls): Combine reg and wire structures into one var
3568 structure to represent SystemVerilog concepts.
3569 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
3570 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
3571 (verilog-auto-wire-type, verilog-insert-definition):
3572 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
3573 SystemVerilog "logic" keyword instead of "wire"/"reg".
3574 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
3575 to declares outputs that also have assignments (presumably in an
a1beca85
SM
3576 ifdef or generate if so there's not a driver conflict).
3577 Reported by Matthew Myers.
3578 (verilog-auto-declare-nettype, verilog-insert-definition):
3579 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
3580 `default_nettype none. Reported by Julian Gorfajn.
3581 (verilog-read-always-signals-recurse, verilog-read-decls)
3582 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
3583 malformed end statement, bug325. Reported by Joshua Wise and
3584 Andrew Drake.
3585 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
3586 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
3587 when expanding .* in interfaces, bug320.
3588 Reported by Pierre-David Pfister.
6288f0ca 3589 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
3590 name and open parenthesis, bug317.
3591 Reported by Pierre-David Pfister.
6288f0ca
WS
3592 (verilog-simplify-range-expression): Fix simplification of
3593 multiplications inside AUTOWIRE connections, bug303.
3594 (verilog-auto-inst-port): Support parameter expansion in
3595 multidimensional arrays.
3596 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
3597 after "assert property". Reported by Julian Gorfajn.
3598 (verilog-simplify-range-expression): Fix "couldn't merge" errors
3599 with multiplication, bug303.
3600 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
3601 Reported by Jan Frode Lonnum.
3602
1bbe96b2
GM
36032011-11-30 Juanma Barranquero <lekktu@gmail.com>
3604
3605 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
3606 (hfy-shell-file-name, hfy-shell):
3607 * international/fontset.el (x-decompose-font-name): Fix typos.
3608
36092011-11-29 Ken Brown <kbrown@cornell.edu>
3610
3611 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
3612 (gdb-version): Remove defvar.
3613 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
3614 (gdb-gud-context-command, gdb-non-stop-handler)
3615 (gdb-current-context-command, gdb-stopped): Use it.
3616 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
3617 (gdb-non-stop-handler): Don't enable pretty-printing here.
3618 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
3619 non-stop mode. Use the following.
3620 (gdb-check-target-async): New defun.
3621 (gud-watch, gdb-stopped): Fix whitespace.
3622 (gdb-get-source-file): Don't try to display the source file if
3623 `gdb-main-file' is nil.
3624
36252011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3626
3627 * align.el: Try to generate fewer markers (bug#10047).
3628 (align--set-marker): New macro.
3629 (align-region): Use it.
3630
c935221f
SM
36312011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
3634
e70b5064
CY
36352011-11-29 Chong Yidong <cyd@gnu.org>
3636
3637 * indent.el (indent-for-tab-command, indent-according-to-mode):
3638 Doc fix.
3639 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
3640
f3af92b7
MA
36412011-11-29 Michael Albinus <michael.albinus@gmx.de>
3642
3643 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
3644 aware of remote file names. (Bug#10124)
3645
ed472be9
CY
36462011-11-29 Chong Yidong <cyd@gnu.org>
3647
3648 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
3649
24510c22
SM
36502011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3651
3652 * files.el (find-file): Don't use force-same-window (bug#10144).
3653 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
3654 use pop-to-buffer if the selected window can't be used.
3655 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
3656
c60c3703
EZ
36572011-11-28 Eli Zaretskii <eliz@gnu.org>
3658
3659 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
3660 special-mode-map.
3661
e95def75
CY
36622011-11-28 Chong Yidong <cyd@gnu.org>
3663
3664 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
3665
c3f1c606
NR
36662011-11-27 Nick Roberts <nickrob@snap.net.nz>
3667
3668 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
3669 gdb-get-source-file-list on gdb-create-source-file-list.
3670
00db469c
EZ
36712011-11-26 Eli Zaretskii <eliz@gnu.org>
3672
3673 * whitespace.el (whitespace-newline): Use a different foreground
3674 color for 16-color light-background displays.
3675
4ad3bc2a
CY
36762011-11-24 Chong Yidong <cyd@gnu.org>
3677
3678 * window.el (display-buffer--special-action): Doc fix.
3679
e9fce1ac
JB
36802011-11-25 Juanma Barranquero <lekktu@gmail.com>
3681
3682 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
3683 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
3684 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
3685 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
3686 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
3687 (avl-tree-stack-first):
3688 * emacs-lisp/cconv.el (cconv--analyse-use):
3689 * net/gnutls.el (gnutls-negotiate): Fix typos.
3690
cb825e5d
GM
36912011-11-24 Glenn Morris <rgm@gnu.org>
3692
3adbe224
GM
3693 * lpr.el (lpr-windows-system, lpr-lp-system):
3694 * mail/binhex.el (binhex-begin-line):
3695 * progmodes/grep.el (grep-history, grep-find-history):
3696 * textmodes/flyspell.el:
3697 * vc/pcvs-defs.el (cvs-global-menu):
3698 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
3699 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
3700 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
3701
321decc8
GM
3702 * net/tls.el: Fix case of "GnuTLS".
3703
420b63ad
GM
3704 * paths.el (rmail-file-name): Format doc-string for make-docfile.
3705
cb825e5d
GM
3706 * version.el (emacs-build-system): Give it a doc-string.
3707
a0649f08
JL
37082011-11-24 Juri Linkov <juri@jurta.org>
3709
3710 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
3711
c0bc0fd4
GM
37122011-11-24 Glenn Morris <rgm@gnu.org>
3713
3714 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
3715 if called on a non-mime message just toggle the headers. (Bug#8006)
3716
20db1522
JB
37172011-11-24 Juanma Barranquero <lekktu@gmail.com>
3718
3719 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
3720 (allout-lead-with-comment-string, allout-structure-deleted-hook)
3721 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
3722 (allout-rebullet-heading, allout-open-sibtopic)
3723 (allout-toggle-current-subtree-encryption)
3724 (allout-toggle-subtree-encryption, allout-encrypt-string)
3725 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
3726 (allout-distinctive-bullets-string, allout-auto-activation):
3727 * window.el (window-normalize-buffer-to-display):
3728 * progmodes/verilog-mode.el (verilog-batch-indent):
3729 * textmodes/bibtex.el (bibtex-field-braces-opt)
3730 (bibtex-field-strings-opt):
3731 * vc/cvs-status.el (cvs-tree-merge):
3732 Fix typos.
3733
7262a87c
MA
37342011-11-23 Michael Albinus <michael.albinus@gmx.de>
3735
3736 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
3737 `non-essential' to t, in order to avoid remote connections.
3738
283430a1
EZ
37392011-11-23 Eli Zaretskii <eliz@gnu.org>
3740
a1beca85
SM
3741 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3742 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
3743 case-insensitively.
3744
d2992a38
ML
37452011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3746
3747 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
3748
50419064
GM
37492011-11-23 Glenn Morris <rgm@gnu.org>
3750
da94eca1
GM
3751 * paths.el (rmail-file-name): Reformat the doc-string so that it
3752 is picked up.
3753
9aac4de2
GM
3754 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
3755 (rmail-auto-file): Ignore case in the "special" field names,
3756 as mail-fetch-field does for all others.
3757
8038d2d2
GM
3758 * mail/rmail.el (rmail-forward):
3759 * mail/rmailkwd.el (rmail-set-label):
3760 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
3761 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
3762
f3fe222a
GM
3763 * mail/rmail.el (rmail-current-message): Doc fix.
3764
50419064
GM
3765 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
3766
28109f49
SM
37672011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3768
3769 * server.el (server-eval-and-print): Allow C-g (bug#6585).
3770
394c65f1
GM
37712011-11-22 Glenn Morris <rgm@gnu.org>
3772
3773 * mail/rmailmm.el (test-rmail-mime-handler)
3774 (test-rmail-mime-bulk-handler)
3775 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
3776
f2a0aa3a
JL
37772011-11-21 Juri Linkov <juri@jurta.org>
3778
1154d12e
JB
3779 * calc/calc.el (calc-read-key-sequence):
3780 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 3781
9c34a344
LMI
37822011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3783
3784 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
3785 Tell the caller that the next line needs recomputation, even
3786 though it doesn't start a sexp (bug#10094).
3787
f04a3be9
SM
37882011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3789
3790 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
3791
7978747f
SM
37922011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3793
f04a3be9
SM
3794 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3795 Use force-same-window.
7978747f 3796
fe7a3057
JB
37972011-11-20 Juanma Barranquero <lekktu@gmail.com>
3798
3799 * descr-text.el (describe-char-unicode-data):
3800 * json.el (json-string-escape):
3801 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
3802 (Footnote-unicode, Footnote-style-p):
3803 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
3804
24901d61
CY
38052011-11-20 Chong Yidong <cyd@gnu.org>
3806
3807 * window.el (replace-buffer-in-windows): Restore interactive spec.
3808
bac7ff22
SM
38092011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3810
24f3d7b9
SM
3811 * electric.el (electric-indent-mode): Fix last change (too optimistic).
3812
bac7ff22
SM
3813 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
3814 (byte-compile-global-not-obsolete-vars): New var.
3815 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
3816 Use it.
3817 (byte-compile-warn-obsolete): Align text with the one in *Help*.
3818
cd1181db
JB
38192011-11-20 Juanma Barranquero <lekktu@gmail.com>
3820
3821 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
3822 * progmodes/pascal.el (electric-pascal-equal):
3823 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
3824 * xml.el (xml-substitute-special): Fix typos.
3825
7fb18e9e
GM
38262011-11-20 Glenn Morris <rgm@gnu.org>
3827
3828 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
3829 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
3830 Doc fixes.
3831 (rmail-decode-mime-charset): Mark as obsolete.
3832
3833 * mail/rmailsum.el (rmail-message-regexp-p-1):
3834 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
3835 Before using mime functions, check they are set. (Bug#10077)
3836
d5a6b3ba
JL
38372011-11-19 Juri Linkov <juri@jurta.org>
3838
3839 * info.el (Info-finder-find-node): Use `package--builtins' instead
3840 of `package-alist'. Use node names formed by the pattern "Keyword "
3841 and the keyword name.
3842
e981b61f
AS
38432011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3844
1d00653d 3845 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 3846
3ffbc301
JL
38472011-11-19 Juri Linkov <juri@jurta.org>
3848
3849 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
3850 that calls `revert-buffer' on all Info buffers. (Bug#9915)
3851 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
3852 `old-history', `old-history-forward'. Add let-binding
3853 `window-selected'. Remove calls to `kill-buffer',
3854 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
3855 before calling `Info-find-node', so `Info-find-node-2' will reread
3856 the Info file. Restore window positions only when `window-selected'
3857 is non-nil.
3858
30c62133
JL
38592011-11-19 Juri Linkov <juri@jurta.org>
3860
3861 * isearch.el (isearch-lazy-highlight-new-loop):
3862 Remove condition `(not isearch-error)'. (Bug#9918)
3863
3864 * misearch.el (multi-isearch-search-fun): Add condition
3865 `(not bound)' to ignore lazy-highlighting search.
3866 Add the search-failed message "end of multi" when the end of
3867 multi-sequence is reached. Uncapitalize the search-failed
3868 message "Repeat for next buffer".
3869
3870 * info.el (Info-search): Add the search-failed message
3871 "end of the manual" when the end of the manual is reached
3872 in Isearch mode.
3873
645ca9cf
JL
38742011-11-19 Juri Linkov <juri@jurta.org>
3875
3876 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
3877 Use non-destructive `remove' instead of `delete' because
3878 `Info-history-list' stored to `Info-isearch-initial-history-list' in
3879 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
3880
df754f66
JL
38812011-11-19 Juri Linkov <juri@jurta.org>
3882
3883 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
3884 to nil instead of binding `search-ring' and `regexp-search-ring'.
3885 (Bug#9185)
3886
0e23d96a
EZ
38872011-11-19 Eli Zaretskii <eliz@gnu.org>
3888
3889 * simple.el (line-move): Force movement by logical lines for any
3890 hscrolled window, not only when auto-hscroll-mode is on.
3891 (line-move-visual): Update doc string to that effect. (Bug#10076)
3892
8a6ccb66
AS
38932011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3894
3895 * language/european.el (macintosh): Define as alias for mac-roman.
3896
49ae5b39
EZ
38972011-11-19 Eli Zaretskii <eliz@gnu.org>
3898
3899 * mail/rmailmm.el (rmail-mime-display-header)
3900 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
3901 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
3902 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
3903 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
3904 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
3905 of a raw aref.
3906 (rmail-mime-entity-segment): To get past the tagline, move forward
3907 2 more lines, to account for the 2 empty lines that precede and
3908 follow the line with the buttons.
3909 (rmail-mime-update-tagline): Move one more line, to get past the
3910 empty line that follows the buttons in the tagline. (Bug#9520)
3911
c56cad4a
MR
39122011-11-19 Martin Rudalics <rudalics@gmx.at>
3913
3914 * window.el (window-max-delta-1, window-min-delta-1)
3915 (window-min-size-1, window-state-get-1, window-state-put-1)
3916 (window-state-put-2): Use "window--" prefix.
3917
cbe71af3
SM
39182011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3919
2ad52c60
SM
3920 * emacs-lisp/smie.el: Improve warnings and conflict detection.
3921 (smie-warning-count): New var.
3922 (smie-set-prec2tab): Use it.
3923 (smie-bnf->prec2): Improve warnings. Add docstring.
3924 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
3925 (smie-bnf--set-class): New function.
3926 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
3927 corner case.
3928
6944dbc1
SM
3929 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
3930 (compilation-error-properties, compilation-move-to-column):
3931 Handle compilation-first-column while in the target buffer.
3932
c400c4d7
SM
3933 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
3934 Don't hardcode point-min==1.
3935
6dbe3e96
SM
3936 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
3937 (eshell-rewrite-for-command): Remove workaround.
3938 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
3939 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
3940 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
3941
cbe71af3
SM
3942 * files-x.el (modify-file-local-variable): Obey commenting conventions.
3943
a8e1496d
GM
39442011-11-17 Glenn Morris <rgm@gnu.org>
3945
3946 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3947 Ignore buffer-local generated-autoload-file if it is the same
3948 as the global value. (Bug#10049)
3949
df85d315
JB
39502011-11-17 Juanma Barranquero <lekktu@gmail.com>
3951
3952 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
3953 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
3954 (reftex-toc-previous-heading, reftex-toc-max-level)
3955 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
3956 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
3957 (reftex-toc-do-promote, reftex-toc-promote-prepare)
3958 (reftex-toc-promote-action, reftex-toc-extract-section-number)
3959 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
3960 (reftex-toc-rename-label, reftex-toc-visit-location)
3961 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
3962 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
3963 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
3964 leaving "*toc*" only for references to the buffer.
3965
a0c2d0ae
MR
39662011-11-17 Martin Rudalics <rudalics@gmx.at>
3967
3968 * window.el (window-resize, delete-window, split-window):
3969 Replace window-splits by window-combination-resize.
1d00653d 3970 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 3971
35c0bac8
GM
39722011-11-17 Glenn Morris <rgm@gnu.org>
3973
3974 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3975 Make bash entry derive from sh entry, not shell entry.
3976
d0c8fc8a
MA
39772011-11-16 Michael Albinus <michael.albinus@gmx.de>
3978
d0c8fc8a
MA
3979 * net/tramp-cache.el (tramp-flush-file-property): Flush also
3980 properties of linked files. (Bug#9879)
3981
7262a87c
MA
3982 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
3983 local file name.
3984
7877f373
JB
39852011-11-16 Juanma Barranquero <lekktu@gmail.com>
3986
3987 * menu-bar.el (menu-bar-file-menu):
3988 * printing.el (pr-ps-utility):
3989 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
3990 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
3991 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3992 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
3993 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
3994 (icalendar--convert-cyclic-to-ical)
3995 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
3996 (icalendar--convert-ical-to-diary)
3997 (icalendar--convert-recurring-to-diary)
3998 (icalendar--convert-non-recurring-all-day-to-diary)
3999 (icalendar-import-format-sample):
4000 * progmodes/idlw-shell.el (idlwave-shell-mode):
4001 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
4002 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
4003 (vhdl-ps-print-init): Fix typos.
4004
10649b82
KM
40052011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
4006
9d0cfcd6
GM
4007 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
4008 FSF and collapse date sequence, obscure author/maintainer email address
4009 better, remove extra version line, track relocation of author's webpage.
10649b82 4010
9d0cfcd6
GM
4011 * progmodes/python.el (python-pdbtrack-input-prompt)
4012 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
4013 regular python pdb prompts. Adjustments shamelessly taken exactly as
4014 suggested in EmacsWiki page (tiny change):
4015 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 4016
58179cce
JB
40172011-11-16 Juanma Barranquero <lekktu@gmail.com>
4018
4019 * expand.el (expand-pos, expand-index, expand-point):
4020 Remove redundant info from docstring.
4021 (expand-add-abbrevs): Doc fix.
4022 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
4023 (expand-sample-perl-mode-expand-list): Fix typos.
4024
4025 * net/dbus.el (dbus-event-member-name):
4026 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
4027 * term/pc-win.el (msdos-create-frame-with-faces):
4028 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
4029
b6f67890
MR
40302011-11-16 Martin Rudalics <rudalics@gmx.at>
4031
4032 * window.el (split-window, window-state-get-1)
4033 (window-state-put-1, window-state-put-2): Rename occurrences of
4034 window-nest to window-combination-limit.
1d00653d 4035 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 4036
ce7ddba0
CY
40372011-11-16 Chong Yidong <cyd@gnu.org>
4038
4039 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
4040 regexp (Bug#10033).
4041
3ae704f4
SM
40422011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4043
4044 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
4045 `completing-read' will remove *Completions* and will preserve
4046 current-buffer for us.
4047 (tmm-add-prompt): Users of *Completions* will always (re)set its
4048 major mode.
4049 (tmm-old-comp-map): Remove.
4050
6ad1cdde
GM
40512011-11-16 Glenn Morris <rgm@gnu.org>
4052
4053 * mail/rmailedit.el: Require rmailmm when compiling.
4054 (rmail-old-mime-state): New declaration.
4055 (rmail-edit-current-message): If editing a mime message,
4056 edit the "raw" message from the mbox buffer.
4057 (rmail-cease-edit): Handle mime messages. (Bug#9840)
4058
d20faa20
GM
40592011-11-15 Glenn Morris <rgm@gnu.org>
4060
4061 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
4062 which wasn't being used. Add optional arg to force given state.
4063 (rmail-mime): Add optional arg to force given state.
4064
c7015153
JB
40652011-11-15 Juanma Barranquero <lekktu@gmail.com>
4066
4067 * allout.el (allout-encryption-plaintext-sanitization-regexps):
4068 * frame.el (display-mm-dimensions-alist):
4069 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
4070 (outline-move-subtree-down):
4071 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
4072 (newsticker--treeview-do-get-node):
4073 * net/quickurl.el (quickurl-list-buffer-name):
4074 * progmodes/dcl-mode.el (dcl-mode):
4075 * progmodes/gdb-mi.el (gdb-mapcar*):
4076 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
4077
45261b50
GM
40782011-11-15 Glenn Morris <rgm@gnu.org>
4079
4080 * mail/rmail.el (rmail-file-coding-system): It's only ever used
4081 in a boolean sense, so just make it a boolean, and fix the doc.
4082 (rmail-show-mime-function, rmail-mime-feature)
4083 (rmail-require-mime-maybe): Doc fixes.
4084 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
4085
4086 * mail/rmailmm.el (rmail-show-mime): Doc fix.
4087
0d26e0b6
JB
40882011-11-15 Juanma Barranquero <lekktu@gmail.com>
4089
4090 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
4091 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
4092 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
4093 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
4094
447f30f6
GM
40952011-11-15 Glenn Morris <rgm@gnu.org>
4096
672b871d
GM
4097 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
4098 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
4099 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
4100 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
4101 (rmail-mime, rmail-show-mime): Doc fixes.
4102
f6aa5bb1
GM
4103 * term/ns-win.el (mode-line-frame-identification):
4104 Leave it alone. (Bug#10051)
4105
947cd66b
GM
4106 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
4107
447f30f6
GM
4108 * mail/rmailout.el (rmail-output-to-rmail-buffer):
4109 Handle empty buffers. (Bug#9978)
4110
0b381c7e
JB
41112011-11-14 Juanma Barranquero <lekktu@gmail.com>
4112
4113 * international/mule.el (define-charset):
4114 * mail/rmailmm.el (rmail-mime-find-header-encoding):
4115 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
4116 * progmodes/verilog-mode.el (verilog-backward-token):
4117 * textmodes/ispell.el (lookup-words):
4118 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
4119
71e027ac
GM
41202011-11-14 Glenn Morris <rgm@gnu.org>
4121
56632ce4
GM
4122 * progmodes/executable.el
4123 (executable-make-buffer-file-executable-if-script-p):
4124 Handle file-modes returning nil.
4125
40500957
GM
4126 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
4127 message - not necessary, and causes problems. (Bug#9831)
4128
071c2340
GM
4129 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
4130
d3cfca60
GM
4131 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
4132
71e027ac
GM
4133 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
4134 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
4135 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
4136
89d61221
MR
41372011-11-12 Martin Rudalics <rudalics@gmx.at>
4138
4139 * window.el (window-resize, delete-window): Use window-splits
4140 variable instead of function.
4141 (window-state-get-1, window-state-put-2, window-state-put):
4142 Don't deal with windows' splits status.
4143
98282f6f
GM
41442011-11-12 Glenn Morris <rgm@gnu.org>
4145
4146 * apropos.el (apropos-do-all, apropos-library, apropos-value)
4147 (apropos-documentation): Doc fixes.
4148
40a8bdf6
JB
41492011-11-11 Juanma Barranquero <lekktu@gmail.com>
4150
4151 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
4152 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
4153
65bd19ff
SM
41542011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * electric.el (electric-indent-post-self-insert-function): Make it
4157 possible for a char to only indent in some circumstances.
4158 (electric-indent-mode): Simplify.
4159
54f9154c
MR
41602011-11-11 Martin Rudalics <rudalics@gmx.at>
4161
4162 * window.el (windows-with-parameter): Remove unused function.
4163 (windows-at-side): Rename to window-at-side-list.
4164 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
4165 (window-side-check, window-size-ignore, window-size-fixed-1)
4166 (window-in-direction-2): Prefix with "window--".
4167 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 4168
68cbc58b
GM
41692011-11-11 Glenn Morris <rgm@gnu.org>
4170
4171 * subr.el (eval-after-load): If FILE is already loaded,
4172 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
4173
b2621720
GM
41742011-11-10 Glenn Morris <rgm@gnu.org>
4175
9a4de110
GM
4176 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
4177 Call svn via vc-svn-command rather than vc-do-command.
4178 (vc-svn-command): Add --non-interactive. (Bug#9993)
4179 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
4180
b2621720
GM
4181 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4182 Add toggle-read-only. (Bug#7292)
4183 * files.el (toggle-read-only): Mention that it should only
4184 be used interactively. (Bug#10006)
4185
1dce7193
SM
41862011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4187
d9ac1a1e
SM
4188 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4189 Adjust regexp for OCaml warnings.
4190
0c325082
SM
4191 * electric.el (electric-pair-post-self-insert-function): Let user
4192 turn it off buffer-locally (bug#9932).
4193
90132c14
SM
4194 * progmodes/python.el (python-beginning-of-statement):
4195 Rewrite (bug#2703).
4196
1dce7193
SM
4197 * progmodes/compile.el: Better handle TABs (bug#9749).
4198 (compilation-internal-error-properties)
4199 (compilation-next-error-function): Obey the target buffer's
4200 compilation-error-screen-columns.
4201
c4e7c63a
JB
42022011-11-09 Juanma Barranquero <lekktu@gmail.com>
4203
4204 * progmodes/meta-mode.el: Remove obsolete comments.
4205 (meta-right-comment-regexp, meta-ignore-comment-regexp):
4206 Fix typos in docstrings.
4207
2cffd681
MR
42082011-11-09 Martin Rudalics <rudalics@gmx.at>
4209
4210 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 4211 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
4212 (window--resizable): New function. Make all callers of
4213 window-resizable call window--resizable instead.
4214 (window-resizable): Rewrite in terms of window--resizable.
4215
0edcba87
GM
42162011-11-08 Glenn Morris <rgm@gnu.org>
4217
4218 * progmodes/delphi.el (delphi-mode-syntax-table):
4219 Let define-derived-mode define a proper syntax table. (Bug#9994)
4220
4b0d61e3
SM
42212011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4222
4223 * window.el: Stay away from defsubst.
4224 (window-list-no-nils): Remove.
4225 (window-state-get-1, window-state-get): Use backquote instead.
4226
cd394be1 42272011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 4228
4b0d61e3 4229 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 4230 Fix incorrect use of default argument in `completing-read'.
4231
e1c2c6f2
MR
42322011-11-08 Martin Rudalics <rudalics@gmx.at>
4233
4234 * window.el (display-buffer-function, special-display-function):
4235 Mention display-buffer-record-window but do not mention
4236 help-setup parameter in doc-strings.
b3f4a882 4237 (window-min-delta): Fix doc-string typo.
e1c2c6f2 4238
105216ed
CY
42392011-11-08 Chong Yidong <cyd@gnu.org>
4240
4241 * window.el (window-total-height, window-total-width): Doc fix.
4242 (window-body-size): Move from C.
4243 (window-body-height, window-body-width): Move to C.
4244
0a9f9ab5
SM
42452011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4246
4247 * window.el: Make special-display like display-buffer-alist (bug#9532).
4248 (display-buffer--special-action): New function, morphed
4249 from display-buffer--special.
4250 (display-buffer): Use it to handle special-display-buffers at higher
4251 priority (just after display-buffer-alist).
4252 (display-buffer-fallback-action, display-buffer--other-frame-action)
4253 (pop-to-buffer-same-window): Remove display-buffer--special.
4254
a769dd15
GM
42552011-11-07 Glenn Morris <rgm@gnu.org>
4256
4257 * calendar/cal-menu.el (cal-menu-set-date-title):
4258 Do nothing if not in a calendar. (Bug#9976)
4259
05a61ee3
SM
42602011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * files.el (find-file): Always use selected-window.
4263
be7f5545
MR
42642011-11-07 Martin Rudalics <rudalics@gmx.at>
4265
4266 * window.el (window-combinations): Make WINDOW argument
4267 mandatory. Rewrite doc-string.
4268 (walk-window-subtree, window-atom-check, window-min-delta)
4269 (window-max-delta, window--resize-this-window)
4270 (window--resize-root-window-vertically, window-tree)
4271 (balance-windows, window-state-put): Rewrite doc-strings as to
4272 not mention the term "subwindow".
4273 (window--resize-subwindows-skip-p): Rename to
4274 window--resize-child-windows-skip-p.
4275 (window--resize-subwindows-normal): Rename to
4276 window--resize-child-windows-normal.
4277 (window--resize-subwindows): Rename to
4278 window--resize-child-windows.
4279 (window-or-subwindow-p): Rename to window--in-subtree-p.
4280
3c6702ef
ML
42812011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4282
4283 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
4284 Ensure that mbox format messages end in two newlines (Bug#9974).
4285
49745b39
CY
42862011-11-06 Chong Yidong <cyd@gnu.org>
4287
4288 * window.el (window-combination-p): Function deleted; its
4289 side-effect is not used in any existing code.
4290 (window-combinations, window-combined-p): Call window-*-child
4291 directly.
4292
24300f5f
CY
42932011-11-05 Chong Yidong <cyd@gnu.org>
4294
4295 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
4296 (window-size-ignore, window-state-get): Callers changed.
4297 (window-normalize-window): Rename from window-normalize-any-window.
4298 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 4299 (window-normalize-live-window): Delete.
447f16b8
CY
4300 (window-combination-p, window-combined-p, window-combinations)
4301 (walk-window-subtree, window-atom-root, window-min-size)
4302 (window-sizable, window-sizable-p, window-size-fixed-p)
4303 (window-min-delta, window-max-delta, window-resizable)
4304 (window-resizable-p, window-full-height-p, window-full-width-p)
4305 (window-current-scroll-bars, window-point-1, set-window-point-1)
4306 (window-at-side-p, window-in-direction, window-resize)
4307 (adjust-window-trailing-edge, maximize-window, minimize-window)
4308 (window-deletable-p, delete-window, delete-other-windows)
4309 (record-window-buffer, unrecord-window-buffer)
4310 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
4311 (quit-window, split-window, window-state-put)
4312 (set-window-text-height, fit-window-to-buffer)
4313 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 4314
89bd5ee1
EZ
43152011-11-04 Eli Zaretskii <eliz@gnu.org>
4316
53479029
EZ
4317 * mail/rmail.el (rmail-simplified-subject): Decode subject with
4318 rfc2047-decode-string.
4319 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
4320 warnings.
4321
89bd5ee1
EZ
4322 * window.el (window-body-height, window-body-width): Mention in
4323 the doc string that the return values are in frame's canonical
4324 units. (Bug#9949)
4325
bd17fdee
AM
43262011-11-03 Alan Mackenzie <acm@muc.de>
4327
4328 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
4329 change in cc-engine.el.
4330
acc825c5
SM
43312011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4332
4333 * window.el (switch-to-buffer): Use `force-same-window' interactively.
4334
1885e5b8
MR
43352011-11-02 Martin Rudalics <rudalics@gmx.at>
4336
4337 * window.el (quit-window): Call unrecord-window-buffer after
4338 showing another buffer in the window. (Bug#9937)
acc825c5 4339 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 4340
ebe06da9
JB
43412011-11-02 Juanma Barranquero <lekktu@gmail.com>
4342
4343 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
4344 Accept status with more than 9 shelves. (Bug#9935)
4345 Reported by Colin D Bennett <colin@gibibit.com>.
4346
4ee88440
MR
43472011-11-01 Martin Rudalics <rudalics@gmx.at>
4348
4349 * help.el (with-help-window): Don't reference
4350 temp-buffer-show-specifiers in doc-string.
4351
08e1d82c
AS
43522011-10-31 Andreas Schwab <schwab@linux-m68k.org>
4353
4354 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
4355 menu-item.
4356
84bd6e9e
VJL
43572011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4358
4359 * whitespace.el: New version 13.2.2.
4360 (whitespace-newline-mode): Disable properly. Reported by Sarah
4361 <EmacsWiki>.
4362
dba0634a
UJ
43632011-10-30 Ulf Jasper <ulf.jasper@web.de>
4364
4365 * net/newst-treeview.el: Remove "Time-stamp".
4366 (newsticker--group-manage-orphan-feeds): Do not call
4367 newsticker--treeview-tree-update.
db22a3c2
JB
4368 (newsticker-treeview-update, newsticker-treeview):
4369 Call newsticker--treeview-tree-update if necessary.
dba0634a 4370
3d8daefe
MR
43712011-10-30 Martin Rudalics <rudalics@gmx.at>
4372
4373 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
4374 (window-iso-combinations): Remove "iso-" infix.
4375 Suggested by Chong Yidong.
3d8daefe
MR
4376 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
4377 (window-max-delta-1, window-resize, window--resize-siblings)
4378 (window--resize-this-window, adjust-window-trailing-edge)
4379 (split-window, balance-windows-1)
4380 (shrink-window-if-larger-than-buffer):
4381 * calendar/calendar.el (calendar-generate-window):
db22a3c2 4382 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 4383
1bc4c3ae
SM
43842011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4385
4386 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
4387 in place (bug#9907).
4388 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
4389 (eshell-rewrite-if-command, eshell-rewrite-for-command)
4390 (eshell-structure-basic-command, eshell-rewrite-while-command)
4391 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
4392 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
4393 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
4394 (eshell-do-pipelines-synchronously, eshell-eval-command):
4395 Use backquotes and prefer setq to set.
4396 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
4397 (eshell-macrop): Use functionp.
c1e2f5fa 4398 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 4399
30b65d9c
CY
44002011-10-30 Chong Yidong <cyd@gnu.org>
4401
4402 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
4403 instead of set-mark (Bug#9810).
4404
2d197ffb
CY
44052011-10-30 Chong Yidong <cyd@gnu.org>
4406
4407 * window.el (split-window-below, split-window-right): Rename from
4408 split-window-above-each-other and split-window-side-by-side
4409 respectively. All callers changed.
4410 (split-window-sensibly, split-window-sensibly): Use them.
4411 (split-window-keep-point): Doc fix.
4412
4413 * isearch.el: Add isearch-scroll property to split-window-below
4414 and split-window-right.
4415
4416 * follow.el (follow-mode):
4417 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4418 * progmodes/ada-xref.el (ada-gdb-application):
4419 * emulation/vip.el (vip-buffer-in-two-windows):
4420 * image-dired.el (image-dired-dired-with-window-configuration):
4421 * dired-x.el (dired-do-find-marked-files):
4422 * dired.el (dired-pop-to-buffer):
4423 * bs.el (bs--show-with-configuration):
4424 * vc/emerge.el (emerge-setup-windows):
4425 * textmodes/two-column.el (2C-two-columns):
4426 * textmodes/reftex-toc.el (reftex-toc):
4427 * progmodes/gdb-mi.el (gdb-setup-windows):
4428 * progmodes/fortran.el (fortran-window-create):
4429 * net/newst-treeview.el (newsticker--treeview-window-init):
4430 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
4431 * emulation/tpu-edt.el (tpu-gold-map):
4432 * emulation/crisp.el (crisp-mode-map):
4433 * calendar/calendar.el (calendar-basic-setup): Callers changed.
4434
38bb2ca8
CY
44352011-10-29 Chong Yidong <cyd@gnu.org>
4436
aa4de341
CY
4437 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
4438
e1eb5385
CY
4439 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
4440
5d2ece3c
CY
4441 * textmodes/flyspell.el (flyspell-word): Fix char offset for
4442 forged Ispell output (Bug#7904).
4443
38bb2ca8
CY
4444 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
4445
d0af9f77
SM
44462011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4447
4448 * doc-view.el: Avoid ugly errors about not finding nil.
4449 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
4450 (doc-view-dvipdf-program, doc-view-unoconv-program)
4451 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
4452 Avoid nil or absolute file name as default value.
4453 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
4454
52bedd34
AM
44552011-10-28 Alan Mackenzie <acm@muc.de>
4456
db22a3c2 4457 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 4458
7e43cfa5
AM
44592011-10-28 Alan Mackenzie <acm@muc.de>
4460
4461 Amend the handling of c-beginning/end-of-defun in nested declaration
4462 scopes.
4463
52bedd34
AM
4464 * progmodes/cc-vars.el (c-defun-tactic): Move here from
4465 cc-langs.el. Change it to a defcustom.
7e43cfa5 4466
52bedd34
AM
4467 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
4468 cc-vars.el.
7e43cfa5 4469
d0af9f77
SM
4470 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4471 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 4472
52bedd34 4473 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 4474 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
4475 (c-widen-to-enclosing-decl-scope): New function.
4476 (c-while-widening-to-decl-block): New macro.
4477 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
4478 outward for defun boundaries, and correspondingly change symbol
4479 `respect-enclosure' to `go-outward'.
4480 (c-declaration-limits): Change algorithm to report only the "innermost"
4481 defun's boundaries.
4482
1a2ce9ee
DD
44832011-10-28 Deniz Dogan <deniz@dogan.se>
4484
4485 * net/rcirc.el (rcirc-mode): Use hard newlines.
4486
bc97a826
AM
44872011-10-28 Alan Mackenzie <acm@muc.de>
4488
4489 Amend to indent and fontify macros "which include their own semicolon"
4490 correctly, using the "virtual semicolon" mechanism.
4491
52bedd34 4492 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 4493
d0af9f77 4494 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 4495 Recode to scan one line at a time rather than having \n and \r
58179cce 4496 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 4497 (c-forward-label): Amend for virtual semicolons.
58179cce 4498 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 4499
52bedd34
AM
4500 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
4501 of the new C macros.
bc97a826 4502
52bedd34 4503 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
4504 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
4505 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
4506 (c-opt-cpp-macro-define): Make into a full language variable.
4507 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
4508 AWK Mode (including \n, \r) removed, no longer needed.
4509
d0af9f77
SM
4510 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
4511 Invoke c-make-macro-with-semi-re.
bc97a826 4512
52bedd34
AM
4513 * progmodes/cc-vars.el (c-macro-with-semi-re):
4514 (c-macro-names-with-semicolon): New variables.
58179cce 4515 (c-make-macro-with-semi-re): New function.
bc97a826 4516
7a6c0941
SM
45172011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * vc/log-edit.el: Fill empty field rather than adding new one.
4520 (log-edit-add-field): New function.
4521 (log-edit-insert-changelog): Use it.
4522
b0c4cdcf
ML
45232011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4524
4525 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
4526
ee1f1da9
SM
45272011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4528
4529 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
4530 (gdb--check-interpreter): New function.
4531 (gdb): Use it.
4532
51bc5f8b
GM
45332011-10-27 Glenn Morris <rgm@gnu.org>
4534
416a2c45
GM
4535 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
4536 (least-positive-float, least-negative-float)
4537 (least-positive-normalized-float, least-negative-normalized-float)
4538 (float-epsilon, float-negative-epsilon):
4539 Remove unnecessary declarations.
4540
4541 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
4542 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
4543 (least-positive-float, least-negative-float)
4544 (least-positive-normalized-float, least-negative-normalized-float)
4545 (float-epsilon, float-negative-epsilon): Add doc-strings,
4546 based on those in cl.texi.
4547
51bc5f8b
GM
4548 * files.el (set-visited-file-name): If the major-mode changed,
4549 reload the local variables. (Bug#9796)
4550
15de15c6
CY
45512011-10-27 Chong Yidong <cyd@gnu.org>
4552
4553 * subr.el (change-major-mode-after-body-hook): New hook.
4554 (run-mode-hooks): Run it.
4555
ee1f1da9
SM
4556 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4557 Use change-major-mode-before-body-hook.
15de15c6
CY
4558
4559 * simple.el (fundamental-mode):
4560 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
4561 change introducing fundamental-mode-hook.
4562
5430d399
JB
45632011-10-26 Juanma Barranquero <lekktu@gmail.com>
4564
acc825c5 4565 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 4566
ad74a69e
MA
45672011-10-26 Michael Albinus <michael.albinus@gmx.de>
4568
4569 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 4570 tramp.el explicitly. (Bug#7583)
ad74a69e 4571
71d4c2a5
SM
45722011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4573
4574 * progmodes/octave-mod.el:
4575 * progmodes/octave-inf.el: Update maintainer.
4576
b1f6fa26
CY
45772011-10-26 Chong Yidong <cyd@gnu.org>
4578
4579 * subr.el (with-wrapper-hook): Rewrite doc.
4580
3f04efd6
MA
45812011-10-25 Michael Albinus <michael.albinus@gmx.de>
4582
4583 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 4584 filenames "/method:foo:". (Bug#9793)
3f04efd6 4585
410488d3
SM
45862011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4587
4588 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
4589 (bug#9865).
4590
c1ebb47e
GM
45912011-10-24 Glenn Morris <rgm@gnu.org>
4592
4593 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
4594
7f5c46c7
MA
45952011-10-24 Michael Albinus <michael.albinus@gmx.de>
4596
4597 * notifications.el: Add the requirement of a running D-Bus session
4598 bus to the Commentary.
4599
db2440b6
JL
46002011-10-24 Juri Linkov <juri@jurta.org>
4601
4602 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4603 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
4604 (Bug#9364)
4605
feecf435
JL
46062011-10-24 Juri Linkov <juri@jurta.org>
4607
4608 * info.el (Info-following-node-name-re): Add newline to the list
4609 of allowed characters for leading space. (Bug#9824)
4610
a3839de2
SM
46112011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4612
acc825c5
SM
4613 * progmodes/octave-inf.el (inferior-octave-mode-map):
4614 Fix C-c C-h binding.
a3839de2
SM
4615 * progmodes/octave-mod.el (octave-help): Remove.
4616
09388e76
MA
46172011-10-23 Michael Albinus <michael.albinus@gmx.de>
4618
4619 Sync with Tramp 2.2.3.
4620
4621 * net/tramp-cache.el (top): Pacify byte-compiler using
4622 `init-file-user' and `site-run-file'.
4623
4624 * net/trampver.el: Update release number.
4625
86c60681
CY
46262011-10-23 Chong Yidong <cyd@gnu.org>
4627
4628 * files.el (toggle-read-only): Remove obsolete comment about
4629 version control.
4630
4631 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
4632 for toggle-read-only. Note that this hasn't called vc-next-action
4633 since 2008-05-02, though it wasn't documented at the time.
4634
a3839de2
SM
4635 * vc/ediff-init.el (ediff-toggle-read-only-function):
4636 Use toggle-read-only.
86c60681 4637
cd5495ff
AM
46382011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
4639
4640 Fix bug #9560, sporadic wrong indentation; improve instrumentation
4641 of c-parse-state.
4642
00b77525 4643 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 4644 correct faulty logical expression.
cd5495ff
AM
4645 (c-parse-state-state, c-record-parse-state-state):
4646 (c-replay-parse-state-state): New defvar/defuns.
4647 (c-debug-parse-state): Use new functions.
4648
42ee24ed
MR
46492011-10-22 Martin Rudalics <rudalics@gmx.at>
4650
4651 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 4652 last fix. Use window-in-direction correctly.
42ee24ed 4653
a7dee7e7
CY
46542011-10-21 Chong Yidong <cyd@gnu.org>
4655
4656 * progmodes/idlwave.el (idlwave-mode):
4657 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
4658 require-final-newline; that's done in prog-mode.
4659 Suggested by Stefan Monnier.
a7dee7e7 4660
e07b9a6d
MR
46612011-10-21 Martin Rudalics <rudalics@gmx.at>
4662
4663 * mouse.el (mouse-drag-window-above)
4664 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
4665 (mouse-drag-mode-line-1, mouse-drag-header-line)
4666 (mouse-drag-vertical-line-rightward-window): Remove.
4667 (mouse-drag-line): New function.
4668 (mouse-drag-mode-line, mouse-drag-header-line)
4669 (mouse-drag-vertical-line): Call mouse-drag-line.
4670 * window.el (window-at-side-p, windows-at-side): New functions.
4671
7e1361d9
UM
46722011-10-21 Ulrich Mueller <ulm@gentoo.org>
4673
4674 * tar-mode.el (tar-grind-file-mode):
4675 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
4676
30fcaf3a
CY
46772011-10-21 Chong Yidong <cyd@gnu.org>
4678
4679 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
4680 * progmodes/vera-mode.el (vera-mode):
4681 Use mode-require-final-newline.
30fcaf3a 4682
516eddb0
GM
46832011-10-20 Glenn Morris <rgm@gnu.org>
4684
db22a3c2 4685 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 4686
10d5f513
CS
46872011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
4688
4689 * emulation/cua-base.el (cua-set-mark): Fix case of string.
4690
ac6c8639
CY
46912011-10-20 Chong Yidong <cyd@gnu.org>
4692
4693 * emulation/cua-base.el (cua-mode):
4694 * mail/footnote.el (footnote-mode):
4695 * mail/mailabbrev.el (mail-abbrevs-mode):
4696 * net/xesam.el (xesam-minor-mode):
4697 * progmodes/bug-reference.el (bug-reference-mode):
4698 * progmodes/cap-words.el (capitalized-words-mode):
4699 * progmodes/compile.el (compilation-minor-mode)
4700 (compilation-shell-minor-mode):
4701 * progmodes/gud.el (gud-tooltip-mode):
4702 * progmodes/hideif.el (hide-ifdef-mode):
4703 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4704 * progmodes/subword.el (subword-mode):
4705 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4706 * progmodes/which-func.el (which-function-mode):
4707 * term/tvi970.el (tvi970-set-keypad-mode):
4708 * term/vt100.el (vt100-wide-mode):
4709 * textmodes/flyspell.el (flyspell-mode):
4710 * textmodes/ispell.el (ispell-minor-mode):
4711 * textmodes/nroff-mode.el (nroff-electric-mode):
4712 * textmodes/paragraphs.el (use-hard-newlines):
4713 * textmodes/refill.el (refill-mode):
4714 * textmodes/reftex.el (reftex-mode):
4715 * textmodes/rst.el (rst-minor-mode):
4716 * textmodes/sgml-mode.el (html-autoview-mode)
4717 (sgml-electric-tag-pair-mode):
4718 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
4719 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
4720 * emulation/crisp.el (crisp-mode):
4721 * emacs-lisp/eldoc.el (eldoc-mode):
4722 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
4723 minor mode behavior.
4724
aa42ab43
JL
47252011-10-19 Juri Linkov <juri@jurta.org>
4726
4727 * descr-text.el (describe-char): Add #x2010 and #x2011 to
4728 the list of hard-coded chars with escape-glyph face.
4729
89400f1d
SM
47302011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4731
4732 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
4733
305c07f6
MA
47342011-10-19 Michael Albinus <michael.albinus@gmx.de>
4735
4736 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4737 running process.
4738
13754b54
GM
47392011-10-19 Glenn Morris <rgm@gnu.org>
4740
4741 * vc/vc-bzr.el (vc-bzr-after-dir-status):
4742 Ignore ignored files. (Bug#9726)
4743
06e21633
CY
47442011-10-19 Chong Yidong <cyd@gnu.org>
4745
4746 Doc fix for minor modes, stating that an omitted argument enables
4747 the mode unconditionally when called from Lisp.
4748
4749 * abbrev.el (abbrev-mode):
4750 * allout.el (allout-mode):
4751 * autoinsert.el (auto-insert-mode):
4752 * autoarg.el (autoarg-mode, autoarg-kp-mode):
4753 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4754 (global-auto-revert-mode):
4755 * battery.el (display-battery-mode):
4756 * composite.el (global-auto-composition-mode)
4757 (auto-composition-mode):
4758 * delsel.el (delete-selection-mode):
4759 * desktop.el (desktop-save-mode):
4760 * dired-x.el (dired-omit-mode):
4761 * dirtrack.el (dirtrack-mode):
4762 * doc-view.el (doc-view-minor-mode):
4763 * double.el (double-mode):
4764 * electric.el (electric-indent-mode, electric-pair-mode):
4765 * emacs-lock.el (emacs-lock-mode):
4766 * epa-hook.el (auto-encryption-mode):
4767 * follow.el (follow-mode):
4768 * font-core.el (font-lock-mode):
4769 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
4770 * help.el (temp-buffer-resize-mode):
4771 * hilit-chg.el (highlight-changes-mode)
4772 (highlight-changes-visible-mode):
4773 * hi-lock.el (hi-lock-mode):
4774 * hl-line.el (hl-line-mode, global-hl-line-mode):
4775 * icomplete.el (icomplete-mode):
4776 * ido.el (ido-everywhere):
4777 * image-file.el (auto-image-file-mode):
4778 * image-mode.el (image-minor-mode):
4779 * iswitchb.el (iswitchb-mode):
4780 * jka-cmpr-hook.el (auto-compression-mode):
4781 * linum.el (linum-mode):
4782 * longlines.el (longlines-mode):
4783 * master.el (master-mode):
4784 * mb-depth.el (minibuffer-depth-indicate-mode):
4785 * menu-bar.el (menu-bar-mode):
4786 * minibuf-eldef.el (minibuffer-electric-default-mode):
4787 * mouse-sel.el (mouse-sel-mode):
4788 * msb.el (msb-mode):
4789 * mwheel.el (mouse-wheel-mode):
4790 * outline.el (outline-minor-mode):
4791 * paren.el (show-paren-mode):
4792 * recentf.el (recentf-mode):
4793 * reveal.el (reveal-mode, global-reveal-mode):
4794 * rfn-eshadow.el (file-name-shadow-mode):
4795 * ruler-mode.el (ruler-mode):
4796 * savehist.el (savehist-mode):
4797 * scroll-all.el (scroll-all-mode):
4798 * scroll-bar.el (scroll-bar-mode):
4799 * server.el (server-mode):
4800 * shell.el (shell-dirtrack-mode):
4801 * simple.el (auto-fill-mode, transient-mark-mode)
4802 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
4803 (line-number-mode, column-number-mode, size-indication-mode)
4804 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
4805 * strokes.el (strokes-mode):
4806 * time.el (display-time-mode):
4807 * t-mouse.el (gpm-mouse-mode):
4808 * tool-bar.el (tool-bar-mode):
4809 * tooltip.el (tooltip-mode):
4810 * type-break.el (type-break-mode-line-message-mode)
4811 (type-break-query-mode):
4812 * view.el (view-mode):
4813 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4814 (global-whitespace-mode, global-whitespace-newline-mode):
4815 * xt-mouse.el (xterm-mouse-mode): Doc fix.
4816
a3839de2
SM
4817 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4818 Fix autogenerated docstring.
06e21633 4819
5214e501
JL
48202011-10-19 Juri Linkov <juri@jurta.org>
4821
4822 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
4823 by checking environment variables "DESKTOP_SESSION" and
4824 "XDG_CURRENT_DESKTOP". (Bug#9779)
4825
195f8db9
JL
48262011-10-19 Juri Linkov <juri@jurta.org>
4827
4828 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
4829 (browse-url-chromium-program, browse-url-chromium-arguments):
4830 New defcustoms.
4831 (browse-url-default-browser): Check for `browse-url-chromium' and
4832 call `browse-url-chromium-program'.
4833 (browse-url-chromium): New command. (Bug#9779)
4834
343a34ff
JB
48352011-10-18 Juanma Barranquero <lekktu@gmail.com>
4836
4837 * facemenu.el (list-colors-duplicates): On Windows, detect more
4838 duplicates by assuming that only colors matching "^System" are
4839 special "system colors". (Bug#9722)
4840
6978a151
SM
48412011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
4844 to distinguish the author from the committer.
4845
6a80b297
MA
48462011-10-18 Michael Albinus <michael.albinus@gmx.de>
4847
4848 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
4849
b31a5677
JK
48502011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
4851
4852 * international/mule.el (sgml-html-meta-auto-coding-function):
4853 Add support for detecting encoding in HTML5 specified only as
4854 <meta charset="UTF-8">. Implementation just makes http-equiv and
4855 content-type parts from HTML4 encoding string optional. (Bug#9716)
4856
80c6d77f
GM
48572011-10-18 Glenn Morris <rgm@gnu.org>
4858
4859 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
4860
08b0fee8
CY
48612011-10-18 Chong Yidong <cyd@gnu.org>
4862
4863 * faces.el (cursor): Doc fix.
4864
67e729a5
CY
48652011-10-17 Chong Yidong <cyd@gnu.org>
4866
4867 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
4868
343a34ff 48692011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
4870
4871 * dirtrack.el (dirtrack): Support shell buffers with path
4872 prefixes, e.g. tramp-based remote shells. (Bug#9647)
4873
0bc06380
TZ
48742011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
4875
4876 * json.el: Bump version to 1.3 and note change in History.
4877 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
4878
8b79f3e0
SM
48792011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4880
5a7c536b
SM
4881 * comint.el (comint-insert-input, comint-send-input)
4882 (comint-get-old-input-default, comint-backward-matching-input)
4883 (comint-next-prompt): Use nil instead of `input' for field property of
4884 past user input (bug#114).
4885
96a8a0df
SM
4886 * minibuffer.el (completion--replace): Inherit surrounding properties
4887 (bug#114).
4888 (minibuffer-complete-and-exit): Use it.
4889
8b79f3e0
SM
4890 * comint.el (comint--table-subvert): Quote the all-completions output
4891 (bug#9160).
4892
b8f7ff0d
MR
48932011-10-17 Martin Rudalics <rudalics@gmx.at>
4894
8b79f3e0 4895 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 4896
b8f7ff0d 4897 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 4898 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
4899 entries and separate them from frame entries.
4900
c235b555
GM
49012011-10-15 Glenn Morris <rgm@gnu.org>
4902
4903 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
4904 Doc fixes.
4905
6bbfa6e1
CY
49062011-10-15 Chong Yidong <cyd@stupidchicken.com>
4907
8b79f3e0
SM
4908 * net/network-stream.el (network-stream-open-starttls):
4909 Improve detection of failure due to lack of TLS support.
ec5c990d 4910
6bbfa6e1
CY
4911 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
4912 putting the input text in front and in bold.
4913
98488977
SM
49142011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4915
3d1337be
SM
4916 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
4917
ee0b45e4
SM
4918 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
4919 empty buffer.
4920
98488977
SM
4921 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
4922 unread-command-events rather than pushing yet-another event.
4923
186f4720
EZ
49242011-10-14 Eli Zaretskii <eliz@gnu.org>
4925
4926 * mail/sendmail.el (sendmail-query-once): Improve the wording of
4927 the explanation of the possible choices. Make the options passed
4928 to completing-read shorter.
4929
8b7a997c
AM
49302011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4931
4932 * textmodes/flyspell.el (flyspell-large-region): Make sure
4933 extended character mode is used if defined (Bug#1339).
4934
12587bbb
EZ
49352011-10-13 Eli Zaretskii <eliz@gnu.org>
4936
4937 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
4938 character info for LRE, LRO, RLE, and RLO characters by appending
4939 an invisible PDF.
12587bbb 4940
bad41229
SM
49412011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4942
4943 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
4944 even in case of error; add debug spec; simplify data flow.
4945 (with-timeout-handler): Remove.
4946
28dbc92f
MA
49472011-10-12 Michael Albinus <michael.albinus@gmx.de>
4948
4949 Fix Bug#6019, Bug#9315.
4950
4951 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
4952 complete `buffer-file-name', the local file name part could look
4953 remotely (for example on VMS).
4954
4955 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
4956 `tramp-run-real-handler'.
4957 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
4958 already quoted by '"'.
4959
4960 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
4961 Let `file-name-handler-alist' be nil, the local file name part
4962 could look remotely (for example on VMS).
4963
e1b0b23a
SM
49642011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
4967 from here...
4968 (flyspell-post-command-hook): ...to here.
4969
a120bde9
SM
49702011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
4973 if not needed.
4974 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
4975 using completion. Protect against "slow" callers.
4976 Remove the "message hack".
4977
7ce7717b
JL
49782011-10-11 Juri Linkov <juri@jurta.org>
4979
4980 * isearch.el (isearch-lazy-highlight-word): New variable.
4981 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4982 Use it. (Bug#9727)
4983
c02ee9d6
GM
49842011-10-11 Glenn Morris <rgm@gnu.org>
4985
4986 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
4987 like f90-previous-statement does.
4988
93e616fd 49892011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4990
1f190e73 4991 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
4992 only in interactive use, to avoid error.
4993
af7b6078
SM
49942011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4995
4996 * minibuffer.el (completion-file-name-table): Fix last change,
4997 i.e. ignore normal errors but not the other ones.
4998
0563dae9
MR
49992011-10-10 Martin Rudalics <rudalics@gmx.at>
5000
5001 * window.el (special-display-buffer-names)
5002 (special-display-regexps): Remove some remnants of earlier
5003 changes from doc-strings.
366ca7f3
MR
5004 (quit-windows-on): New function.
5005
5006 * vc/vc.el (vc-revert, vc-rollback):
5007 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
5008 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 5009 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 5010
49677495
MR
50112011-10-09 Martin Rudalics <rudalics@gmx.at>
5012
5013 * window.el (frame-auto-hide-function): Add version tag.
5014 (Bug#9699)
5015
56f2d1e1
MA
50162011-10-09 Michael Albinus <michael.albinus@gmx.de>
5017
5018 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
5019 condition.
5020
112a6592
LL
50212011-10-09 Leo Liu <sdl.web@gmail.com>
5022
5023 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
5024 (Bug#9701)
5025
0812589b
GM
50262011-10-08 Glenn Morris <rgm@gnu.org>
5027
5028 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
5029 before the first code statement zero indent. (Bug#9690)
5030
b2b0776e
CY
50312011-10-08 Chong Yidong <cyd@stupidchicken.com>
5032
5033 * simple.el (count-words-region): Always count in the region.
5034 Report the number of lines and characters too.
5035 (count-words): New command, which counts in the buffer if the
5036 region is inactive, as count-words-region used to.
5037 (count-words--message): New function. Handle plurals.
5038 (count-lines-region): Make it an alias for count-words-region.
5039
5040 * bindings.el (esc-map): Replace count-lines-region with
5041 count-words-region.
5042
c557cd6b
MR
50432011-10-08 Martin Rudalics <rudalics@gmx.at>
5044
5045 * window.el (window--delete): Delete dedicated frame
5046 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 5047 (switch-to-buffer): Fix doc-string typo.
c557cd6b 5048
61a57ef4 50492011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5050
3a7d293b 5051 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 5052
c3833279
CY
50532011-10-07 Chong Yidong <cyd@stupidchicken.com>
5054
5055 * bindings.el ([M-left],[M-right]): Bind to left-word and
5056 right-word respectively.
5057
21ce8245
GM
50582011-10-07 Glenn Morris <rgm@gnu.org>
5059
5060 * cus-start.el (debug-on-quit): Fix custom type.
5061
6d823bb2
LMI
50622011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5063
0181e193
LMI
5064 * subr.el (define-key-after): Clarify that the function is not
5065 useful for non-menu keymaps.
5066
6d823bb2
LMI
5067 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
5068
8e3459ce 50692011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5070
21ce8245 5071 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 5072 in current minibuffer (Fix bug with recursive minibuffers).
5073
a1c2d21e
CY
50742011-10-06 Chong Yidong <cyd@stupidchicken.com>
5075
5076 * progmodes/gdb-mi.el (gdb): Doc fix.
5077
5a4cf282
MR
50782011-10-05 Martin Rudalics <rudalics@gmx.at>
5079
5080 * window.el (frame-auto-hide-function): New option replacing
5081 frame-auto-delete. Suggested by Stefan Monnier.
5082 (window--delete): Call frame-auto-hide-function instead of
5083 investigating frame-auto-delete.
c96111ea
MR
5084 (window-point-1, set-window-point-1): New functions.
5085 (window-in-direction, record-window-buffer, window-state-get-1)
5086 (display-buffer-record-window): Use window-point-1 instead of
5087 window-point.
5088 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 5089
9854542e
SM
50902011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5091
5092 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
5093
8943cfb0
GM
50942011-10-05 Glenn Morris <rgm@gnu.org>
5095
5096 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
5097 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
5098
647ab967
LL
50992011-10-05 Leo Liu <sdl.web@gmail.com>
5100
5101 * subr.el (read-char-choice): Fix argument to buffer-live-p which
5102 works with buffer object.
5103
3ddfbced
SM
51042011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5105
5106 * mpc.el (mpc-tool-bar-map): Add labels.
5107
bdfa5dd2
GM
51082011-10-04 Glenn Morris <rgm@gnu.org>
5109
5110 * calendar/holidays.el (calendar-check-holidays): Doc fix.
5111
0e2070b5
MR
51122011-10-04 Martin Rudalics <rudalics@gmx.at>
5113
5114 * window.el (window--delete): New function.
5115 (frame-auto-delete): Resuscitate option.
5116 (bury-buffer, replace-buffer-in-windows)
5117 (quit-window): Rewrite using window--delete.
5118 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5119 Pass display-buffer-mark-dedicated to window--display-buffer-2
5120 (Bug#9639).
5121
3dc61a09
SM
51222011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5123
915a9b64
SM
5124 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
5125 returns a list (bug#9554). Add remote file name completion.
5126 * comint.el (comint--table-subvert): Curry and get quote&unquote
5127 functions as arguments.
5128 (comint--complete-file-name-data): Adjust call accordingly.
5129 * pcomplete.el (pcomplete--table-subvert): Remove.
5130 (pcomplete-completions-at-point): Use comint--table-subvert instead.
5131
3dc61a09
SM
5132 * minibuffer.el (completion-table-case-fold): Use currying.
5133 (completion--styles-type, completion--cycling-threshold-type):
5134 New constants.
5135 (completion-styles, completion-category-overrides)
5136 (completion-cycle-threshold): Use them.
5137 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
5138 completion-table-case-fold.
5139
8ea0a993
SB
51402011-10-03 Stephen Berman <stephen.berman@gmx.net>
5141
5142 * minibuffer.el (completion-category-overrides): Fix type of styles
5143 and add more user friendly tags (bug#9660).
5144
8c24b7f6
SM
51452011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5146
5147 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
5148 (mule-input-method-string): New widget.
5149 (default-input-method, language-info-custom-alist): Use it.
5150
428fe61a
SM
51512011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5152
32c1fffd
SM
5153 * pcomplete.el: Require comint.
5154 (pcomplete--common-suffix): Remove.
5155 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
5156 (pcomplete--table-subvert): Sync with comint--table-subvert.
5157 (pcomplete--entries): Use comint-completion-file-name-table.
5158 * comint.el (comint-unquote-filename): Simplify.
5159 (comint-completion-file-name-table): New function (bug#9616).
5160 (comint--complete-file-name-data): Use it.
5161
428fe61a
SM
5162 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
5163 (pcmpl-gnu-tar-buffer): Remove.
5164 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
5165 around. Make sure pcomplete-suffix-list is only changed temporarily.
5166 Don't look inside the tar's file if it's too large.
428fe61a 5167
04c52e2f
CY
51682011-10-01 Chong Yidong <cyd@stupidchicken.com>
5169
ce3cefcc
CY
5170 * cus-edit.el (custom-mode-map):
5171 * epa.el (epa-key-list-mode-map):
5172 * man.el (Man-mode-map):
5173 * startup.el (splash-screen-keymap):
5174 * simple.el (special-mode-map): Use scroll-up-command and
5175 scroll-down-command.
5176
5177 * progmodes/idlw-help.el (idlwave-help-mode-map):
5178 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
5179 * net/newst-plainview.el (newsticker-mode-map):
5180 * emulation/ws-mode.el (wordstar-mode-map):
5181 * emulation/vi.el (vi-com-map):
5182 * calc/calc-graph.el (calc-graph-show-dumb):
5183 * term/sun.el (terminal-init-sun):
5184 * term/ns-win.el (global-map):
5185 * progmodes/grep.el (grep-mode-map):
5186 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
5187 * mail/rmail.el (rmail-mode-map):
5188 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
5189
04c52e2f
CY
5190 * custom.el (custom-safe-themes, load-theme): Treat value of t for
5191 custom-safe-themes as special.
5192
79adf8c8
JD
51932011-10-01 Julien Danjou <julien@danjou.info>
5194
5195 * notifications.el (notifications-notify): Fix docstring.
5196
63bd50d3
PS
51972011-10-01 Per Starbäck <per@starback.se>
5198
5199 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
5200
199e4c7e
MR
52012011-09-30 Martin Rudalics <rudalics@gmx.at>
5202
5203 * startup.el (command-line-1): Fix last fix by inserting
5204 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 5205 (Bug#9605) and (Bug#9636)
199e4c7e 5206
fe5f08dd
EZ
52072011-09-29 Eli Zaretskii <eliz@gnu.org>
5208
5209 * simple.el (line-move): If auto-hscroll-mode is disabled and the
5210 window is hscrolled, move by logical lines. (Bug#9607)
5211 (line-move-visual): Update the doc string to the above effect.
5212
b5516bbd
MR
52132011-09-29 Martin Rudalics <rudalics@gmx.at>
5214
ccee00c0
MR
5215 * window.el (display-buffer-record-window): When WINDOW is the
5216 selected window use `point' instead of `window-point'. (Bug#9626)
5217
b5516bbd
MR
5218 * startup.el (command-line-1): Use insert-before-markers when
5219 inserting initial-scratch-message. (Bug#9605)
ccee00c0 5220
b5516bbd
MR
5221 * help.el (help-window): Remove variable.
5222
52aa0014
GM
52232011-09-29 Glenn Morris <rgm@gnu.org>
5224
5225 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
5226
df9a7357
JB
52272011-09-29 Juanma Barranquero <lekktu@gmail.com>
5228
5229 * descr-text.el (describe-char-categories): Accept category
5230 descriptions more than one line long.
5231
a8406c20
SM
52322011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5233
88d9610c
SM
5234 * simple.el (delete-trailing-whitespace): Fix last change.
5235
a5daf810
SM
5236 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5237 Don't confuse "y => 3" as the beginning of a `y' operation.
5238
a8406c20
SM
5239 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
5240 object has more than 4 slots (bug#9613).
5241
a239d4e9
JB
52422011-09-28 Juanma Barranquero <lekktu@gmail.com>
5243
5244 * subr.el (with-output-to-temp-buffer):
5245 * net/quickurl.el (quickurl, quickurl-browse-url):
5246 Fix typos in docstrings.
5247
693fbdb6
EZ
52482011-09-27 Eli Zaretskii <eliz@gnu.org>
5249
5250 * minibuffer.el (completion-styles)
5251 (completion-category-overrides): Cross reference each other in doc
5252 strings.
5253
8b457e28
GM
52542011-09-27 Glenn Morris <rgm@gnu.org>
5255
5256 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
5257 to split-string. (Bug#9606)
5258
85a16208
LMI
52592011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5260
5261 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
5262 (bug#9615).
5263
502f9ebd
CY
52642011-09-27 Chong Yidong <cyd@stupidchicken.com>
5265
5266 * emacs-lisp/package.el (list-packages): Fix echo area message.
5267
7690bdea
LL
52682011-09-27 Leo Liu <sdl.web@gmail.com>
5269
5270 * ido.el (ido-read-internal): Accept cons cell HIST arg.
5271
e2ee6f30
MA
52722011-09-25 Michael Albinus <michael.albinus@gmx.de>
5273
5274 * net/dbus.el (dbus-unregister-object): Don't release services for
5275 registered signals. (Bug#9581)
5276
f3f98342
TZ
52772011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5278
5279 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
5280 function that picks between cfengine 2 and 3 support
5281 automatically. Update docs accordingly.
5282
dd7aa8dd
KH
52832011-09-22 Kenichi Handa <handa@m17n.org>
5284
5285 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
5286 ZERO.
5287 (indian-itrans-v5-table-for-tamil): New variable.
5288 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
5289
3f2b07f8
KM
52902011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
5291
5292 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
5293 that's true if the current command involved collapsing of text.
5294 It's reset to false at the beginning of the next command.
5295 (allout-post-command-business): Move the cursor to the beginning
5296 of entry if the cursor is hidden and collapsing activity just
5297 happened.
5298
371d6a61
CY
52992011-09-24 Chong Yidong <cyd@stupidchicken.com>
5300
5301 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
5302 tracking (Bug#9541).
5303
2ac2721a
UJ
53042011-09-24 Ulf Jasper <ulf.jasper@web.de>
5305
5306 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
5307 (newsticker-show-news): Automatically load html rendering package
5308 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
5309 because w3m-fill-column is let-bound" and the error "Symbol's value
5310 as variable is void: w3m-fill-column".
2ac2721a 5311
fac7ae53
MA
53122011-09-24 Michael Albinus <michael.albinus@gmx.de>
5313
5314 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
5315 Release services only if they are defined. (Bug#9581)
5316
e08b633b
RS
53172011-09-23 Richard Stallman <rms@gnu.org>
5318
e488d29c
RS
5319 * textmodes/paragraphs.el (forward-sentence): For backwards case,
5320 distinguish start of paragraph from start of its text.
5321
19c38752
RS
5322 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
5323
e08b633b
RS
5324 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
5325 (rmail-generate-viewer-buffer): Put that hook on view buffer.
5326 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
5327
0a39f27e
AS
53282011-09-23 Andreas Schwab <schwab@linux-m68k.org>
5329
5330 * international/mule-diag.el (mule-diag): Insert a newline after
5331 each fontset description.
5332
db4e950d
SM
53332011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5334
5335 * simple.el (delete-trailing-whitespace):
5336 Document last change; simplify.
5337
eca3f3ea
PW
53382011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
5339
d68e189a
PW
5340 * simple.el (delete-trailing-whitespace): Also delete
5341 extra newlines at the end of the buffer.
5342
eca3f3ea
PW
5343 * textmodes/picture.el: Make motion commands obey shift-select-mode.
5344 (picture-newline): Use forward-line so as to ignore fields.
5345
01c157cc
SM
53462011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * subr.el (with-wrapper-hook): Fix edebug spec.
5349
022de23e
LMI
53502011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5351
5352 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
5353 (bug#4538).
5354
91683089
MA
53552011-09-23 Michael Albinus <michael.albinus@gmx.de>
5356
eca3f3ea
PW
5357 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
5358 Fix nasty bug using wrong cached values.
91683089 5359
5bdd6fa4
AM
53602011-09-23 Alan Mackenzie <acm@muc.de>
5361
5362 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
5363
97adfb97
CY
53642011-09-23 Chong Yidong <cyd@stupidchicken.com>
5365
5366 * window.el (pop-to-buffer): Ensure right window is selected if we
5367 chose another frame.
5368
d4ef2b50
EZ
53692011-09-22 Eli Zaretskii <eliz@gnu.org>
5370
5371 * simple.el (what-cursor-position): Use get-char-property-change
5372 and next-single-char-property-change, to be able to show display
5373 properties that come from overlays as well as text properties.
5374
72258fe5
CY
53752011-09-22 Chong Yidong <cyd@stupidchicken.com>
5376
5377 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
5378
5379 * cmuscheme.el (run-scheme, switch-to-scheme):
5380 * cus-edit.el (customize-group, custom-buffer-create)
5381 (customize-browse):
5382 * info.el (info):
5383 * shell.el (shell):
5384 * mail/sendmail.el (mail):
5385 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
5386
8f098516
RS
53872011-09-22 Richard Stallman <rms@gnu.org>
5388
5389 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
5390 move back only to line beg, don't move back over blank lines.
5391
e74f1bb6
MA
53922011-09-22 Michael Albinus <michael.albinus@gmx.de>
5393
5394 * files.el (copy-directory): Set directory attributes only in case
5395 they could be retrieved from the source directory. (Bug#9565)
5396
bfeef8b6
DK
53972011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
5398
5399 * progmodes/hideshow.el (hs-looking-at-block-start-p)
5400 (hs-find-block-beginning, hs-hide-level-recursive):
5401 Ignore strings as well as comments. (Bug#9502)
5402
7e423bb8
AS
54032011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
5404
5405 * progmodes/sql.el (sql-comint-postgres):
5406 Convert port number to a string. (Bug#9566)
5407
b4d72fcf
MR
54082011-09-22 Martin Rudalics <rudalics@gmx.at>
5409
5410 * window.el (quit-window): Undedicate window when switching to
5411 previous buffer. Reported by Thierry Volpiatto
5412 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
5413 (special-display-popup-frame): When popping up a new frame reset
5414 its previous buffers to nil. Simplify code.
b4d72fcf 5415
a7b88dc6
MA
54162011-09-21 Michael Albinus <michael.albinus@gmx.de>
5417
5418 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
5419 and process filter, as done also in `shell-command'.
5420
cf4eacfd
MR
54212011-09-21 Martin Rudalics <rudalics@gmx.at>
5422
eca3f3ea 5423 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
5424 Call set-window-start with NOFORCE argument t.
5425 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
5426 (quit-window): Reword doc-string. Handle new format of
5427 quit-restore parameter. Don't delete window if it has a
5428 previous buffer we can show instead of the present one.
5429 (display-buffer-record-window): Rewrite using a new format for
5430 the quit-restore window parameter
5431 (special-display-popup-frame, display-buffer-same-window)
5432 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5433 (display-buffer-pop-up-window, display-buffer-use-some-window):
5434 Adapt symbol passed to display-buffer-record-window.
5435 * help.el (help-window-setup): Handle new format of quit-restore
5436 parameter.
5437
8d28cb95
SM
54382011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5439
94ab793f
SM
5440 * faces.el (face-list): Fix docstring (bug#9564).
5441
8d28cb95
SM
5442 * window.el (display-buffer--action-function-custom-type):
5443 Don't include internal functions in the Custom interface.
5444
3820edeb
JL
54452011-09-20 Juri Linkov <juri@jurta.org>
5446
5447 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
5448 (Info-forward-node, Info-backward-node, Info-next-preorder)
5449 (Info-last-preorder): Use it. (Bug#9528)
5450
5147931d
JL
54512011-09-20 Juri Linkov <juri@jurta.org>
5452
5453 * info.el (Info-last-preorder): Visit last menu item only when
5454 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
5455
cf499a1a
JD
54562011-09-20 Julien Danjou <julien@danjou.info>
5457
5458 * password-cache.el (password-cache-remove): Remove entries even if the
5459 value is nil, so that password with a nil value (negative caching) is
5460 possible to invalidate.
5461
f84e2fe2
LM
54622011-09-20 Lawrence Mitchell <wence@gmx.li>
5463
5464 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
5465 all whitespace around breakpoint. (Bug#9553)
5466 (f90-find-breakpoint): Only break at whitespace inside a comment.
5467
78054a46
SM
54682011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5469
5470 * minibuffer.el (completion-file-name-table): Keep track of errors.
5471 (completion-table-with-predicate): Handle the case where pred1 is nil.
5472 * pcomplete.el (pcomplete-completions-at-point): Simplify.
5473
345083b2
SM
54742011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5475
e24e27be
SM
5476 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
5477 (debugger-return-value): Signal an error if the debugging context does
5478 not await any return value.
5479
345083b2
SM
5480 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
5481 * image-mode.el (image-toggle-display-text)
5482 (image-toggle-display-image): Stay away from evil `intangible'.
5483
08d355e3
LL
54842011-09-19 Leo Liu <sdl.web@gmail.com>
5485
5486 * replace.el (occur-revert-arguments): Make it permanent-local.
5487 (occur-mode): Don't call font-lock-defontify.
5488
f01da43f
CY
54892011-09-19 Chong Yidong <cyd@stupidchicken.com>
5490
5491 * net/ldap.el (ldap-search-internal): Don't push empty search
5492 result (Bug#9508).
5493
b6072fa6
SM
54942011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
5497
443d6696
MA
54982011-09-19 Michael Albinus <michael.albinus@gmx.de>
5499
5500 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
5501 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
5502
7cc6e154
JL
55032011-09-18 Juri Linkov <juri@jurta.org>
5504
5505 * buff-menu.el (Buffer-menu-mode-map):
5506 * dired.el (dired-mode-map):
5507 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
5508 (lisp-interaction-mode-map):
5509 * emacs-lisp/package.el (package-menu-mode-map):
5510 * epa.el (epa-key-list-mode-map):
5511 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
5512 (menu-bar-options-menu):
5513 * outline.el (outline-mode-menu-bar-map):
5514 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
5515 * vc/vc-dir.el (vc-dir-menu-map):
5516 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
5517 Capitalize non-function content words in menu item strings.
5518
5519 * dired.el (dired-mode-map): Add menu item for
5520 `image-dired-dired-toggle-marked-thumbs'.
5521
80302a81
JL
55222011-09-18 Juri Linkov <juri@jurta.org>
5523
5524 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
5525 to `isearch-case-fold-search' and restore its original value
5526 after the `isearch-mode' call.
5527
46c5cf66
JL
55282011-09-18 Juri Linkov <juri@jurta.org>
5529
5530 * progmodes/grep.el (grep-process-setup): Don't check code for 1
5531 because `zgrep' returns 1 for successful matches (bug#9226).
5532
d18b513b
JL
55332011-09-18 Juri Linkov <juri@jurta.org>
5534
5535 * info.el (Info-extract-menu-node-name): Check the second match
5536 for empty string (second test-case of bug#9528).
5537 (Info-last-preorder): Let-bind `Info-history' to nil to not add
5538 intermediate nodes to the history (first test-case of bug#9528).
5539
72753f87
JL
55402011-09-18 Juri Linkov <juri@jurta.org>
5541
5542 * info.el (Info-mode-syntax-table): New variable.
1154d12e 5543 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 5544
c9384295
JL
55452011-09-18 Juri Linkov <juri@jurta.org>
5546
1154d12e
JB
5547 * info.el (Info-file-supports-index-cookies):
5548 Increment line-beginning-position's arg from 3 to 4 because makeinfo
5549 outputs one more line for long file names (bug#4142).
c9384295 5550
d473dce8
CY
55512011-09-18 Chong Yidong <cyd@stupidchicken.com>
5552
5553 * newcomment.el (comment-normalize-vars): If prompting for
5554 comment-start, set comment-start-skip too (Bug#8424).
5555
2176854d
JB
55562011-09-18 Johan Bockgård <bojohan@gnu.org>
5557
5558 * icomplete.el: Fix previous fix of Bug#5849.
5559 (icomplete-mode): Don't set completion-show-inline-help.
5560 (icomplete-minibuffer-setup): Set completion-show-inline-help
5561 locally during icompletion.
5562
3aace4e4
CY
55632011-09-18 Chong Yidong <cyd@stupidchicken.com>
5564
c940224f
CY
5565 * woman.el (woman2-process-escapes): Don't delete unrecognized
5566 escapes (Bug#7843).
5567
3aace4e4
CY
5568 * files.el (inhibit-first-line-modes-regexps): Add image files.
5569 (hack-local-variables-prop-line): Return nil for malformed
5570 prop-lines (Bug#9044).
5571
710dec63
MA
55722011-09-18 Michael Albinus <michael.albinus@gmx.de>
5573
5574 * net/tramp.el (top): Don't require 'shell.
5575 (tramp-methods): Fix docstring.
5576 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
5577 Return complete remote file name. Handle "smb" case.
5578 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
5579 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
5580
5581 * net/tramp-compat.el (top): Require 'shell.
5582
5583 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5584 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
5585 `tramp-current-host'.
5586 (tramp-get-remote-tmpdir): Remove.
5587
5588 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
5589 `tramp-tmpdir' entries.
5590 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
5591 (tramp-smb-handle-file-attributes): Ignore errors.
5592 (tramp-smb-wait-for-output): Check also for process end.
5593
5d5ac8ec
LMI
55942011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5595
5596 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
5597 when sending QUIT (bug#9312).
5598
8c0f49f0
CY
55992011-09-17 Chong Yidong <cyd@stupidchicken.com>
5600
5601 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
5602 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
5603 occur-mode-display-occurrence.
5604 (occur-edit-mode): Add usage message.
5605 (occur-cease-edit): New command.
5606 (occur-after-change-function): Use text properties to find the
5607 position of the prefix text.
5608 (occur-engine): Set stickiness of prefix text properties.
5609
8f1383f7
GM
56102011-09-17 Glenn Morris <rgm@gnu.org>
5611
5612 * progmodes/etags.el (complete-tag):
5613 Fix call to completion-in-region. (Bug#9526)
5614
744ba0e3
JL
56152011-09-17 Juri Linkov <juri@jurta.org>
5616
5617 * textmodes/ispell.el (ispell-word): Add to the error message
5618 the word, ispell program name and current dictionary (bug#9121).
5619 (ispell-tex-arg-end): Capitalize "error" in the error message.
5620
d9bbf400
AS
56212011-09-17 Andreas Schwab <schwab@linux-m68k.org>
5622
5623 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
5624 check. (Bug#4251)
5625
8da11505
JL
56262011-09-17 Juri Linkov <juri@jurta.org>
5627
5628 * window.el (window-safe-min-height, window-safe-min-width):
5629 Fix typos (followup to bug#9522).
5630
a91adc7e
SJ
56312011-09-17 Sven Joachim <svenjoac@gmx.de>
5632
5633 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
5634
064f328a
EZ
56352011-09-16 Eli Zaretskii <eliz@gnu.org>
5636
5637 * simple.el (line-move): If goal-column is set, move by logical
5638 lines, not by display lines. (Bug#971)
5639 (next-line, previous-line, goal-column, line-move-visual): Doc fix
5640 to reflect the above change.
5641
e69df516
SM
56422011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5643
5644 * image.el (imagemagick-register-types): Use regexp-opt.
5645
cbb0f9ab
CY
56462011-09-15 Chong Yidong <cyd@stupidchicken.com>
5647
5648 * window.el (display-buffer-base-action): Rename from
5649 display-buffer-default-action. Make default value empty.
5650 (display-buffer-overriding-action): Convert to defvar.
5651 (display-buffer-fallback-action): New var.
5652
25322144
CY
56532011-09-15 Chong Yidong <cyd@stupidchicken.com>
5654
5655 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
5656 declaration.
5657 (package--add-to-archive-contents): If there is a duplicate entry
5658 with an older version, remove it.
5659 (package-menu-mark-delete, package-menu-mark-install)
5660 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
5661 (package-menu-mark-obsolete-for-deletion):
5662 Use package-menu-get-status instead of a regexp search.
25322144
CY
5663 (package-menu-get-status): Use tabulated-list-entry.
5664 (package-menu-mark-upgrades): New command.
d770725a 5665 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
5666 (package-menu-execute): Do installation before deletion.
5667 (package-menu-refresh, package-menu-execute): Use derived-mode-p
5668 instead of checking major-mode.
5669 (package-menu--find-upgrades): New function.
5670
7520339c
LMI
56712011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5672
5673 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
5674 passwords in the log buffer.
65a046c4
LMI
5675 (smtpmail-process-filter): Update the process marker so that the
5676 "broken by peer" status message is inserted in the right place.
7520339c 5677
d3c30954
SM
56782011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5679
3fe48822
SM
5680 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
5681 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
5682 bibtex-completion-at-point-function.
5683 (bibtex-completion-at-point-function): Use them.
5684
1b8b3954
SM
5685 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
5686
d3c30954
SM
5687 * mpc.el (mpc-constraints-tag-lookup): New function.
5688 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
5689 also to browser "album|playlist".
5690
72779976
JL
56912011-09-14 Juri Linkov <juri@jurta.org>
5692
5693 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
5694 (isearch-edit-string): Use length of `isearch-string' when
5695 `isearch-fail-pos' returns nil.
5696 (isearch-message): Remove duplicate code and call
5697 `isearch-fail-pos' with arg `t'.
5698
a0bf2bcd
CY
56992011-09-14 Chong Yidong <cyd@stupidchicken.com>
5700
17bb0a2d
CY
5701 * replace.el (occur-mode-goto-occurrence): Don't force using other
5702 window (Bug#9499).
5703
a0bf2bcd
CY
5704 * dired-aux.el (dired-do-chmod): Don't provide initial input.
5705
f678e0b6
MR
57062011-09-14 Martin Rudalics <rudalics@gmx.at>
5707
5708 * window.el (display-buffer-window): Remove.
5709 (display-buffer-record-window): Use help-setup window parameter
5710 instead of variable display-buffer-window.
5711 (display-buffer-function, special-display-buffer-names)
5712 (special-display-function): Mention help-setup parameter instead
5713 of display-buffer-window in doc-string.
d3c30954
SM
5714 * help.el (help-window-setup): New argument help-window.
5715 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
5716 Reword some messages.
5717 (with-help-window): Pass window used for displaying the buffer
5718 to help-window-setup. Don't set display-buffer-window.
5719
8e39b2e8
GM
57202011-09-13 Glenn Morris <rgm@gnu.org>
5721
5722 * emacs-lisp/debug.el (debugger-make-xrefs):
5723 Preserve point. (Bug#9462)
5724
85e9c04b
CY
57252011-09-13 Chong Yidong <cyd@stupidchicken.com>
5726
5727 * window.el (window-deletable-p): Use next-frame.
5728
1b36ed6a
MR
57292011-09-13 Martin Rudalics <rudalics@gmx.at>
5730
5731 * window.el (window-auto-delete): Remove.
5732 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 5733 dedication and previous buffers.
1b36ed6a
MR
5734 (switch-to-prev-buffer): Don't delete window.
5735 (delete-windows-on): Delete a window's frame if and only if the
5736 window is dedicated.
5737 (replace-buffer-in-windows): Delete buffer's window or frame if
5738 and only if window is dedicated.
5739 (quit-window): Handle quit-restore as before last change.
4d61f28d 5740 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 5741
ef8ef9fb
CY
57422011-09-13 Chong Yidong <cyd@stupidchicken.com>
5743
5744 * window.el (window-deletable-p): Never delete the last frame on a
5745 given terminal.
5746
b2cba41e
GM
57472011-09-13 Glenn Morris <rgm@gnu.org>
5748
5749 * help.el (describe-key-briefly): Copy previous standard-output change.
5750
51553db6 57512011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
5752
5753 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
5754
b7556719
GM
57552011-09-13 Glenn Morris <rgm@gnu.org>
5756
5757 * emacs-lisp/lisp-mode.el (lisp-indent-function):
5758 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
5759
64b51947
CY
57602011-09-12 Chong Yidong <cyd@stupidchicken.com>
5761
5762 * dired-aux.el (dired-mark-read-string): Don't return default
5763 value on empty input (Bug#9361).
5764 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
5765 Omit initial minibuffer contents.
5766 (dired-do-chmod): Signal an error on empty input.
5767 (dired-mark-read-string): Don't return default on empty input.
5768
5769 * files.el (file-modes-symbolic-to-number): Doc fix.
5770
393a301e
SM
57712011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5772
5773 * international/mule-cmds.el (ucs-completions): Remove.
5774 (read-char-by-name): Use complete-with-action instead; add metadata.
5775
fa5660f9
CY
57762011-09-11 Chong Yidong <cyd@stupidchicken.com>
5777
5778 * window.el (display-buffer--action-function-custom-type)
5779 (display-buffer--action-custom-type): New vars.
5780 (display-buffer-alist, display-buffer-default-action)
5781 (display-buffer-overriding-action): Add defcustom types.
5782
4a592f66
CY
5783 * frame.el (delete-other-frames): Doc fix (Bug#276).
5784
73d56dbd
LMI
57852011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5786
5787 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
5788
37ac18a3
CY
57892011-09-11 Chong Yidong <cyd@stupidchicken.com>
5790
5791 Change modes that used same-window-* vars to use switch-to-buffer.
5792
5793 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
5794 Use switch-to-buffer.
5795
5796 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
5797 (customize-browse, custom-buffer-create-other-window):
5798 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
5799
5800 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
5801 (Info-prev, Info-up, Info-speedbar-goto-node)
5802 (info-display-manual): Use switch-to-buffer.
5803 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
5804
5805 * mail/sendmail.el (mail): Use switch-to-buffer.
5806 (mail-recover): Use switch-to-buffer-other-window.
5807
5808 * cmuscheme.el (run-scheme, switch-to-scheme):
5809 * ielm.el (ielm):
5810 * shell.el (shell):
5811 * net/rlogin.el (rlogin):
5812 * net/telnet.el (telnet, rsh):
5813 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
5814
10195bd6
AS
58152011-09-11 Andreas Schwab <schwab@linux-m68k.org>
5816
5817 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
5818
b322f63a
LMI
58192011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5820
39d7fed6
LMI
5821 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
5822 so don't mention it (bug#9301).
ba5a81f1 5823 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 5824
ee0e9f11
LMI
5825 * faces.el (face-spec-set-match-display): Make `(type graphic)'
5826 match `x', `w32' and `ns', like the manual says (bug#9029).
5827
0b1c89c1 5828 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
5829 (process-kill-buffer-query-function): Mention the buffer name in
5830 the query.
0b1c89c1 5831
77549ea8
LMI
5832 * image-mode.el (image-next-line): The line parameter is mandatory
5833 (bug#9258).
5834
803ef892
LMI
5835 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
5836 which can be useful (bug#9301).
5837
12980837
LMI
5838 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
5839
91054f8f
LMI
5840 * subr.el (match-string): Mention that the current buffer should
5841 be the same as the search was done in (bug#9282).
5842
b322f63a
LMI
5843 * facemenu.el: Disable the remove-* commands if the mark isn't
5844 active (bug#9162).
5845
3199b96f
CY
58462011-09-10 Chong Yidong <cyd@stupidchicken.com>
5847
5848 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
5849 of display-buffer.
5850 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
5851
5852 * replace.el (occur-mode-goto-occurrence)
5853 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
5854 and display-buffer.
5855
5856 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
5857 display-buffer.
5858
5859 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
5860 special-display and same-window variables.
5861 (mail-other-window): Use switch-to-buffer-other-window.
5862 (mail-other-frame): USe switch-to-buffer-other-frame.
5863
393a301e
SM
5864 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
5865 Use display-buffer-other-frame.
3199b96f
CY
5866 (gdb-display-gdb-buffer): Use pop-to-buffer.
5867
5868 * progmodes/gud.el (gud-goto-info): Use info-other-window.
5869
5870 * progmodes/python.el: Don't set same-window-buffer-names.
5871
5872 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
5873
5874 * window.el (display-buffer-alist): Add *Python*.
5875
8319e0bf
CY
58762011-09-10 Chong Yidong <cyd@stupidchicken.com>
5877
5878 * window.el (display-buffer-alist): Add entry for buffers
5879 previously handled same-window-*.
5880 (display-buffer-alist, display-buffer-default-action)
5881 (display-buffer-overriding-action): Mark as risky.
5882 (display-buffer-alist): Document action function changes.
5883 (display-buffer--same-window-action)
5884 (display-buffer--other-frame-action): New variables.
5885 (switch-to-buffer, display-buffer-other-frame): Use them.
5886 (display-buffer): Rename reuse-frame entry to reusable-frames.
5887 (display-buffer-reuse-selected-window): Function deleted.
5888 (display-buffer-reuse-window): Handle reusable-frames alist entry.
5889 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
5890 (display-buffer-special): New function.
5891 (display-buffer--maybe-pop-up-frame-or-window): Rename from
5892 display-buffer-reuse-or-pop-window. Split off special-display
5893 part into display-buffer-special.
5894 (display-buffer-use-some-window): Don't perform any special
5895 pop-up-frames handling.
5896 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 5897 (display-buffer--maybe-same-window): Rename from
0d3ff375 5898 display-buffer-maybe-same-window.
8319e0bf 5899
919a69aa
CY
5900 * info.el: Don't set same-window-regexps.
5901 (info-setup): New function.
5902 (info-other-window, info): Call it.
5903
5904 * cus-edit.el: Don't set same-window-regexps.
5905 (customize-group): New argument.
5906 (customize-group-other-window): Use it.
5907 (customize-face, customize-face-other-window): Likewise.
5908 (custom-buffer-create-other-window): Use pop-to-buffer directly.
5909
8319e0bf
CY
5910 * net/rlogin.el:
5911 * net/telnet.el:
5912 * progmodes/gud.el: Don't set same-window-regexps.
5913
5914 * cmuscheme.el:
5915 * ielm.el:
5916 * shell.el:
5917 * mail/sendmail.el:
5918 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
5919
25173000
JL
59202011-09-10 Juri Linkov <juri@jurta.org>
5921
5922 * isearch.el (isearch-edit-string): Remove obsolete mention of
5923 `C-w' (`isearch-yank-word-or-char') from docstring.
5924 (isearch-query-replace): Fix typo in docstring (bug#9466).
5925
056e44ef
JL
59262011-09-10 Juri Linkov <juri@jurta.org>
5927
5928 * paren.el (show-paren-function): Don't show escaped parens.
5929 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
5930
c3760c17
EZ
59312011-09-10 Eli Zaretskii <eliz@gnu.org>
5932
5933 * mail/sendmail.el (mml-to-mime, mml-attach-file)
5934 (mm-default-file-encoding): Remove autoload forms, they are
5935 replaced with autoload cookies in mml.el and mm-encode.el.
5936 (mail-add-attachment): New command.
5937 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
5938 (mail-mode): Mention mail-insert-file and mail-add-attachment in
5939 the doc string.
5940 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
5941
fece895e
RT
59422011-09-10 Reuben Thomas <rrt@sc3d.org>
5943
e69df516
SM
5944 * simple.el (count-words-region): Use buffer if there's no region
5945 (bug#9429).
fece895e 5946
5e68ce4a
JL
59472011-09-09 Juri Linkov <juri@jurta.org>
5948
5949 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
5950 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
5951 (wdired-isearch-filter-read-only): New function. (Bug#6362)
5952
0a6b9622
AM
59532011-09-09 Alan Mackenzie <acm@muc.de>
5954
5955 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
5956 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
5957
14a29deb
EZ
59582011-09-09 Eli Zaretskii <eliz@gnu.org>
5959
5960 Fix for Savannah bug#9392.
5961 * simple.el (mail-encode-mml): New defvar.
5962
5963 * mail/rmail.el (mail-encode-mml): Add a defvar.
5964 (rmail-enable-mime-composing): Default to t.
5965 (rmail-forward): Use MIME method of forwarding only if both
5966 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
5967 Set mail-encode-mml non-nil if the MIME method was used.
5968
5969 * mail/sendmail.el (mml-to-mime): Add autoload form.
5970 (mail-encode-mml): Add a defvar.
5971 (mail-mode): Make mail-encode-mml buffer-local and initialize it
5972 to nil.
5973 (mail-send): If mail-encode-mml is non-nil, run the outgoing
5974 message through mml-to-mime, and reset mail-encode-mml to nil.
5975
28c45130
GM
59762011-09-09 Glenn Morris <rgm@gnu.org>
5977
5978 * woman.el (woman-if-body): When processing an .el block,
5979 do not delete the next .el block as well. (Bug#9447)
69f4b618 5980 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 5981
9b1c252e
MR
59822011-09-08 Martin Rudalics <rudalics@gmx.at>
5983
5984 * window.el (window-deletable-p): Make sure window is live before
5985 invoking window-prev-buffers.
5986
567457e3
LL
59872011-09-08 Leo Liu <sdl.web@gmail.com>
5988
5989 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
5990
97f05794
JL
59912011-09-08 Juri Linkov <juri@jurta.org>
5992
5993 * progmodes/compile.el (compilation-environment): Make it
5994 a defcustom (bug#8340).
5995
8b0874b5
MR
59962011-09-08 Martin Rudalics <rudalics@gmx.at>
5997
5998 * window.el (frame-auto-delete): Rename to window-auto-delete.
5999 Make it control auto-deletion of windows and/or frames.
6000 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 6001 for deleting window/frame. (Bug#9419)
8b0874b5
MR
6002 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
6003 Rewrite handling of case when window/frame can be deleted.
6004 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 6005 argument t. (Bug#9456)
8b0874b5 6006
4feb6e73
CY
60072011-09-07 Chong Yidong <cyd@stupidchicken.com>
6008
6009 * help-mode.el (help-mode): Restore autoload.
6010
91ab9c13
JL
60112011-09-07 Juri Linkov <juri@jurta.org>
6012
6013 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
6014 `compilation-environment'. Set buffer-local
6015 `compilation-environment' to `thisenv' later after (funcall mode).
6016 (Bug#8340)
6017
6018 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
6019 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
6020 instead of replacing its value. (Bug#8340)
6021
0527e251
JL
60222011-09-07 Juri Linkov <juri@jurta.org>
6023
6024 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
6025 based on text properties put by `grep-filter' instead of matching
6026 escape sequences.
6027 (grep-mode): Set buffer-local `compilation-error-screen-columns'
6028 to the value of `grep-error-screen-columns' (bug#9438).
6029
249f792c
JL
60302011-09-07 Juri Linkov <juri@jurta.org>
6031
6032 * simple.el (next-error-highlight, next-error-highlight-no-select):
6033 Doc fix (bug#9432).
6034
ff7271b9
OT
60352011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6036
6037 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6038 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
6039
183fc730
LL
60402011-09-07 Leo Liu <sdl.web@gmail.com>
6041
6042 * net/rcirc.el (rcirc-mode): Conditionally initialize
6043 rcirc-input-ring.
6044
77694924
SM
60452011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6046
6047 * emacs-lisp/find-func.el (find-function-C-source): Only set
6048 find-function-C-source-directory after checking that we found a source
6049 file there (bug#9440).
6050
d809b8eb
AM
60512011-09-06 Alan Mackenzie <acm@muc.de>
6052
6053 * isearch.el (isearch-other-meta-char): Wherever a key list is
6054 unread, "unread" the prefix arg, too. This fixes bug #8901.
6055
453de99f
OG
60562011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
6057
6058 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
6059
90439906
JL
60602011-09-05 Juri Linkov <juri@jurta.org>
6061
6062 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
6063
f62bd846
JL
60642011-09-05 Juri Linkov <juri@jurta.org>
6065
6066 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
6067 keeping point where processing of grep matches begins, and
6068 continue to delete remaining escape sequences from the same point.
6069 (grep-filter): Make leading zero optional in "0?1;31m" because
6070 git-grep emits "\033[1;31m" escape sequences unlike expected
6071 "\033[01;31m" as GNU Grep does (bug#9408).
6072 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
6073
045820ec
JL
60742011-09-05 Juri Linkov <juri@jurta.org>
6075
6076 * subr.el (y-or-n-p): Capitalize "yes".
6077
f5e29b9b
MA
60782011-09-04 Michael Albinus <michael.albinus@gmx.de>
6079
6080 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
6081 `tramp-cache-unload-hook' where appropriate.
6082 (tramp-methods): Rename `tramp-remote-sh' to
6083 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
6084 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
6085
6086 * net/tramp-sh.el (top): Don't require 'shell.
6087 (tramp-methods): Add `tramp-remote-shell' and
6088 `tramp-remote-shell-args' entries.
6089 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
6090 (tramp-sh-handle-shell-command): Remove.
6091 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6092 Use `tramp-remote-shell'.
6093
2784c434
CY
60942011-09-03 Chong Yidong <cyd@stupidchicken.com>
6095
393a301e 6096 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
6097 (sendmail-query-once): Save directly to send-mail-function.
6098 Update message-send-mail-function too.
6099
6100 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
6101
464cdf56
CS
61022011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6103
6104 * progmodes/python.el (python-mode-map): Use correct function to
6105 start python interpreter from menu-bar (as reported by Geert
6106 Kloosterman).
6107 (inferior-python-mode-map): Fix typo.
393a301e 6108 (python-shell-map): Remove.
464cdf56 6109
d37e5c87
DD
61102011-09-03 Deniz Dogan <deniz@dogan.se>
6111
6112 * net/rcirc.el (rcirc-print): Simplify code for
6113 rcirc-scroll-show-maximum-output. There is no need to walk
6114 through all windows to find the right one.
6115
f3ada0ee
CS
61162011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6117
6118 * help.el (help-return-method): Doc fix.
6119
1f3c99ca
MR
61202011-09-03 Martin Rudalics <rudalics@gmx.at>
6121
6122 * window.el (window-deletable-p): Don't return a non-nil value
6123 when there's a buffer that was shown in the window before.
6124 (Bug#9419)
393a301e
SM
6125 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6126 Set window's previous buffers to nil.
1f3c99ca 6127
a3cf097f
EZ
61282011-09-03 Eli Zaretskii <eliz@gnu.org>
6129
6130 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
6131 newline before and after the tag line, so it doesn't interfere
6132 with determining the paragraph direction of bidirectional text.
6133
3d03de90
LL
61342011-09-03 Leo Liu <sdl.web@gmail.com>
6135
6136 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
6137
c3313451
CY
61382011-09-02 Chong Yidong <cyd@stupidchicken.com>
6139
393a301e 6140 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
6141 (pop-to-buffer): Change interactive spec. Pass second argument
6142 directly to display-buffer.
6143 (display-buffer): Fix interactive spec. Use functionp to
6144 distinguish between a function and a list of functions.
6145
6146 * abbrev.el (edit-abbrevs):
6147 * arc-mode.el (archive-extract):
6148 * autoinsert.el (auto-insert):
6149 * bookmark.el (bookmark-bmenu-list):
6150 * files.el (find-file):
6151 * view.el (view-buffer):
6152 * progmodes/compile.el (compilation-goto-locus):
6153 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
6154
89894cd8
CY
61552011-09-02 Chong Yidong <cyd@stupidchicken.com>
6156
6157 * window.el (display-buffer-alist): Doc fix.
6158 (display-buffer): Add docstring. Don't treat
6159 display-buffer-default specially.
6160 (display-buffer-reuse-selected-window)
6161 (display-buffer-same-window, display-buffer-maybe-same-window)
6162 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6163 (display-buffer-pop-up-window)
6164 (display-buffer-reuse-or-pop-window)
6165 (display-buffer-use-some-window): New functions.
6166 (display-buffer-default-action): Use them.
393a301e 6167 (display-buffer-default): Delete.
89894cd8
CY
6168 (pop-to-buffer-1): Fix choice of actions.
6169
ae0bc9fb
SM
61702011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6171
6172 * minibuffer.el (completion--insert-strings): Don't get confused by
6173 completion entries that end with an LF char.
6174
e9d90883
EZ
61752011-09-01 Eli Zaretskii <eliz@gnu.org>
6176
6177 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
6178
437014c8
CY
61792011-09-01 Chong Yidong <cyd@stupidchicken.com>
6180
6181 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
6182 (display-buffer-same-window, display-buffer-other-window):
6183 New functions.
437014c8
CY
6184 (pop-to-buffer-1): New function. Use the above.
6185 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 6186 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
6187
6188 * view.el (view-buffer-other-window, view-buffer-other-frame):
6189 Just use pop-to-buffer.
6190
a5e063d5
TV
61912011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6192
6193 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
6194
793d32bb
WH
61952011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
6196
6197 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
6198
d65e4c15
RS
61992011-08-31 Richard Stallman <rms@gnu.org>
6200
6201 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
6202 of the separation of rmail-view-buffer from rmail-buffer.
6203 If you say no to "replace original", the decrypt is in the
6204 view buffer. If you say yes, the decrypt goes into the
6205 rmail buffer also.
6206
f818cd2a
MR
62072011-08-31 Martin Rudalics <rudalics@gmx.at>
6208
6209 * window.el (display-buffer-window): Rewrite doc-string.
6210 (display-buffer-record-window): New function.
6211 (display-buffer-macro-specifiers)
6212 (display-buffer-even-window-sizes, display-buffer-set-height)
6213 (display-buffer-set-width, display-buffer-in-window)
6214 (display-buffer-reuse-window, display-buffer-split-specifiers)
6215 (display-buffer-side-specifiers, display-buffer-split-window-1)
6216 (display-buffer-split-window, display-buffer-split-atom-window)
6217 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6218 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
6219 (display-buffer-other-window-means-other-frame)
6220 (display-buffer-normalize-special)
6221 (display-buffer-normalize-default)
6222 (display-buffer-normalize-argument)
6223 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
6224 (display-buffer-normalize-specifiers, display-buffer-frame)
6225 (display-buffer-same-window, display-buffer-same-frame)
6226 (display-buffer-other-window)
6227 (display-buffer-same-frame-other-window)
6228 (display-buffer-other-frame, pop-to-buffer-same-window)
6229 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
6230 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
6231 (switch-to-buffer-same-frame)
6232 (switch-to-buffer-other-window-same-frame)
6233 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
6234 (display-buffer-alist-set-1, display-buffer-alist-set-2)
6235 (display-buffer-alist-set): Remove.
6236 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
6237 (special-display-regexps, special-display-function):
6238 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
6239 parameter.
6240 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
6241 (special-display-frame-alist, special-display-popup-frame)
6242 (same-window-buffer-names, same-window-regexps, same-window-p)
6243 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6244 (split-window-preferred-function, split-height-threshold)
6245 (split-width-threshold, window-splittable-p)
6246 (split-window-sensibly, window--try-to-split-window)
6247 (window--frame-usable-p, even-window-heights)
6248 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
6249 (window--display-buffer-2, display-buffer-other-frame):
6250 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
6251 (display-buffer-default, display-buffer-assq-regexp): New functions.
6252 (display-buffer-alist): Rewrite doc-string.
6253 (display-buffer-default-action)
6254 (display-buffer-overriding-action): New variables.
6255 (display-buffer, switch-to-buffer): Rewrite.
6256 (pop-to-buffer): Restore Emacs 23 behavior but use
6257 window-normalize-buffer-to-display.
6258 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
6259 Restore Emacs 23 behavior but use
6260 window-normalize-buffer-to-switch-to.
6261 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
6262 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
6263 Rewrite using Emacs 23 options.
f818cd2a 6264
5bc3b51d
MA
62652011-08-31 Michael Albinus <michael.albinus@gmx.de>
6266
6267 * net/tramp.el (tramp-root-regexp): Remove.
6268 (tramp-completion-file-name-regexp-unified)
6269 (tramp-completion-file-name-regexp-separate)
6270 (tramp-completion-file-name-regexp-url): Don't use leading volume
6271 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
6272 (tramp-drop-volume-letter): Simplify definition.
6273 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 6274
b1a4f8e1
SM
62752011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6276
6277 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
6278 (bug#9356).
6279
5664fa7b
RT
62802011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
6281
b1a4f8e1 6282 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 6283
9a45d6c3
JL
62842011-08-29 Juri Linkov <juri@jurta.org>
6285
6286 * isearch.el (isearch-done): Don't display message "Mark saved"
6287 when arg `edit' is non-nil to prevent its flicker in the echo area.
6288
fb87e0fb
CY
62892011-08-28 Chong Yidong <cyd@stupidchicken.com>
6290
6291 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
6292 obsolete packages for deletion.
6293
09ac1c2a
CS
62942011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
6295
6296 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 6297 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
6298 view-mode from help-mode.
6299 (help-xref-override-view-map): Remove.
6300 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
6301 view-mode is not used anymore.
6302
7a1ff57f
CY
63032011-08-28 Chong Yidong <cyd@stupidchicken.com>
6304
6305 * server.el (server-port): Doc fix.
6306
b9696605
CY
6307 * cus-theme.el (custom-theme-choose-mode): Inherit from
6308 special-mode (Bug#9124).
6309 (custom-theme-choose-mode-map): Add special-mode to parent.
6310
ef8cdf8c
AM
63112011-08-28 Alan Mackenzie <acm@muc.de>
6312
6313 * progmodes/cc-fonts.el
6314 (c-make-font-lock-BO-decl-search-function): New function.
6315 (c-basic-matchers-after - "Fontify the clauses after various
6316 keywords"): Extract the three keyword lists for the 3 erroneous
6317 constructs from the list of four, and use the new function above
6318 in place of an old one.
6319
27de4e20
DD
63202011-08-28 Deniz Dogan <deniz@dogan.se>
6321
6322 * net/rcirc.el (rcirc-insert-prev-input)
6323 (rcirc-insert-next-input): Remove unused argument.
6324
356a3681
SM
63252011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
6328
3fc9b218
AM
63292011-08-27 Alan Mackenzie <acm@muc.de>
6330
6331 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
6332 handle function pointer parameters properly.
6333
538a061c
MR
63342011-08-27 Martin Rudalics <rudalics@gmx.at>
6335
6336 * window.el (display-buffer-reuse-window): Fix case where
6337 selected window was reused with non-nil OTHER-WINDOW argument.
6338 (Bug#9381)
6339
35b1c40c
DD
63402011-08-27 Deniz Dogan <deniz@dogan.se>
6341
6342 * net/rcirc.el (rcirc-check-auth-status): Adding support for
6343 oftc's NickServ messages.
6344
2f6a3e79
GM
63452011-08-27 Glenn Morris <rgm@gnu.org>
6346
6347 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
6348
7254299e
CY
63492011-08-26 Chong Yidong <cyd@stupidchicken.com>
6350
6351 * emacs-lisp/package.el (package-install): Call package-initialize
6352 if called interactively.
6353
f8ccf167
LL
63542011-08-26 Leo Liu <sdl.web@gmail.com>
6355
6356 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
6357
3e8cd5ce
JL
63582011-08-25 Juri Linkov <juri@jurta.org>
6359
6360 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6361 `search-whitespace-regexp' (bug#9364).
6362
93eb7113
JL
63632011-08-25 Juri Linkov <juri@jurta.org>
6364
6365 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
6366 `regexp-search-ring' to their global values to protect from
6367 updating by `read-from-minibuffer' (bug#9185).
6368
f65d1611
JL
63692011-08-25 Juri Linkov <juri@jurta.org>
6370
6371 * textmodes/ispell.el (ispell-command-loop): Add newline
6372 at the end of the "Use option `i'..." line.
6373
f1cf7a31
JL
63742011-08-25 Juri Linkov <juri@jurta.org>
6375
6376 * battery.el (display-battery-mode): If `battery-status-function'
6377 or `battery-mode-line-format' is nil, display the message and set
6378 `display-battery-mode' to nil (bug#9363).
6379
0c95fcf7
EZ
63802011-08-25 Eli Zaretskii <eliz@gnu.org>
6381
6382 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
6383 bidi-string-mark-left-to-right; they are unnecessary now.
6384
a2ebe600
DD
63852011-08-25 Deniz Dogan <deniz@dogan.se>
6386
6387 * net/quickurl.el: Documentation typo fixes.
6388
e4ed06f1
CY
63892011-08-25 Chong Yidong <cyd@stupidchicken.com>
6390
6391 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
6392
e5f1c99e
GM
63932011-08-25 Glenn Morris <rgm@gnu.org>
6394
b2948976
GM
6395 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
6396
e5f1c99e
GM
6397 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
6398 (smtpmail-via-smtp): Handle nil response from smtp.
6399
f22f4808
JL
64002011-08-24 Juri Linkov <juri@jurta.org>
6401
6402 * proced.el (proced-marked): Inherit from `error' instead of
6403 `font-lock-warning-face'.
6404
6405 * ibuffer.el (ibuffer-marked-face): Change default face from
6406 `font-lock-warning-face' to `warning'.
6407 (ibuffer-deletion-face): Change default face from
6408 `font-lock-type-face' to `error'.
6409
6410 * battery.el (battery-update): Use the face `error' instead of
6411 `font-lock-warning-face' (bug#6117).
6412
6a93965e
JL
64132011-08-24 Juri Linkov <juri@jurta.org>
6414
6415 * faces.el (success): Change face color from "Green3" to
6416 "ForestGreen" on light background (bug#9353).
6417
1ed43b09
CY
64182011-08-24 Chong Yidong <cyd@stupidchicken.com>
6419
5664fa7b
RT
6420 * window.el (quit-window): Rename from quit-restore-window.
6421 Use same arglist as old quit-window.
1ed43b09
CY
6422 (frame-auto-delete): Doc fix.
6423
6424 * view.el (view-mode-exit): Use quit-window.
6425
11dcdbb2
JL
64262011-08-24 Juri Linkov <juri@jurta.org>
6427
6428 * isearch.el (isearch-ring-adjust1): Start visiting previous
6429 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
6430 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
6431 for empty search string (when the last search string is reused
6432 automatically) to adjust the isearch ring to the last element and
6433 prepare the correct index for further M-p commands (bug#9185).
6434
de62b4df
KH
64352011-08-24 Kenichi Handa <handa@m17n.org>
6436
6437 * international/ucs-normalize.el: If decomposition property of
6438 CHAR is the default one (i.e. a list of CHAR itself), treat it as
6439 nil.
6440 (nfd, nfkd): Likewise.
6441
963b492b
SM
64422011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6443
6444 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
6445 from process filters aren't reliably transmitted to the surrounding
6446 accept-process-output.
6447 (mpc-proc-check): New function.
6448 (mpc-proc-sync): Use it (bug#8293)
6449
93b6b5e1
SM
64502011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6451
6452 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
6453 Add compatibility functions (bug#9313).
6454
bca633fb
EZ
64552011-08-23 Eli Zaretskii <eliz@gnu.org>
6456
b177498a
EZ
6457 * cus-start.el (all): Add entry for bidi-paragraph-direction.
6458
6df6ae42 6459 * international/uni-bidi.el: Regenerate.
bca633fb 6460
0902a04e
KH
64612011-08-23 Kenichi Handa <handa@m17n.org>
6462
6463 * international/charprop.el:
6464 * international/uni-bidi.el:
6465 * international/uni-category.el:
6466 * international/uni-combining.el:
6467 * international/uni-comment.el:
6468 * international/uni-decimal.el:
6469 * international/uni-decomposition.el:
6470 * international/uni-digit.el:
6471 * international/uni-lowercase.el:
6472 * international/uni-mirrored.el:
6473 * international/uni-name.el:
6474 * international/uni-numeric.el:
6475 * international/uni-old-name.el:
6476 * international/uni-titlecase.el:
6477 * international/uni-uppercase.el: Regenerate.
6478
3bbf23bc
MR
64792011-08-23 Martin Rudalics <rudalics@gmx.at>
6480
6481 * help.el (help-window-setup): Fix message displayed when other
6482 window is reused. (Bug#9341)
6483
b3fd59bd
SM
64842011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6485
1802e444
SM
6486 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
6487 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
6488
b3fd59bd
SM
6489 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
6490 Mark obsolete.
6491 * shell.el (shell-parse-pcomplete-arguments): New function.
6492 (shell-completion-vars): Use it instead (bug#9160).
6493
4eb61348
SM
64942011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6495
867cab74
SM
6496 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
6497 strings and comments (bug#9333).
6498
4eb61348
SM
6499 * emacs-lisp/debug.el (debug-arglist): New function.
6500 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
6501 (debug-on-entry-1): Handle interpreted closures (bug#9120).
6502
262a1439
JL
65032011-08-22 Juri Linkov <juri@jurta.org>
6504
56ee679c
JL
6505 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6506 Revert regexp that highlights output switches to its old
6507 pre-2010-10-28 value and remove one `?' from it (bug#9319).
6508
262a1439
JL
6509 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
6510 to check for empty output (bug#9226).
6511
f13f86fb
CY
65122011-08-22 Chong Yidong <cyd@stupidchicken.com>
6513
6514 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
6515 symbol-constituent as the default, as that stops font-lock from
6516 working properly (Bug#8843).
6517
c65c9622
LMI
65182011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6519
6520 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
6521 `coding-system-for-*' around the process open call to avoid
6522 auth-source side effects.
e7f2c178 6523 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
6524 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
6525 probe hangs.
c65c9622 6526
23a8a5ab
CY
65272011-08-21 Chong Yidong <cyd@stupidchicken.com>
6528
ff98b2dd
CY
6529 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
6530
23a8a5ab
CY
6531 * emacs-lisp/find-func.el (find-function-noselect): New arg
6532 lisp-only.
6533
6534 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
6535 signal an error for built-in functions (Bug#6664).
6536
f5e3c598
LMI
65372011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6538
6539 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
6540 (smtpmail-try-auth-methods): Use it.
6541
a3f2468a
CY
65422011-08-21 Chong Yidong <cyd@stupidchicken.com>
6543
2c34e8da
CY
6544 * font-lock.el (font-lock-fontify-region)
6545 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
6546 (font-lock-default-unfontify-buffer)
6547 (font-lock-default-fontify-region)
6548 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
6549
b3fd59bd
SM
6550 * progmodes/compile.el (compilation-error-properties):
6551 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
6552 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
6553 `ant' regexp.
ee31aabc 6554
a3f2468a
CY
6555 * net/browse-url.el (browse-url-firefox): Don't call
6556 browse-url-firefox-sentinel unless using -remote (Bug#9328).
6557
8e999f70
GM
65582011-08-20 Glenn Morris <rgm@gnu.org>
6559
c21a496a
GM
6560 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
6561
59ee0542
GM
6562 * tutorial.el (tutorial--default-keys): Update some default bindings.
6563
8e999f70
GM
6564 * files.el (hack-local-variables): Fully ignore case for "mode:".
6565
e3715033
AM
65662011-08-20 Alan Mackenzie <acm@muc.de>
6567
6568 Resolve invalid use of a regexp in regexp-opt.
6569
4d61f28d
JB
6570 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
6571 detection for a java annotation.
e3715033 6572
4d61f28d 6573 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
6574 detection for a java annotation.
6575
4d61f28d
JB
6576 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
6577 handling for java.
e3715033
AM
6578 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
6579
04ed2e9c
CY
65802011-08-20 Chong Yidong <cyd@stupidchicken.com>
6581
6582 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
6583 (Bug#9274).
6584
826cee64
AM
65852011-08-20 Alan Mackenzie <acm@muc.de>
6586
58179cce 6587 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
6588 such a construct. Mainly for when jit-lock etc. starts a chunk
6589 here.
6590
58179cce 6591 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 6592 variable.
58179cce 6593 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
6594 c-make-font-lock-search-function.
6595 (c-make-font-lock-search-function): Use the above function.
6596 (c-make-font-lock-context-search-function): New function.
6597 (c-cpp-matchers): Enhance the preprocessor expression case with
6598 the above function
6599 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
6600 which takes an expression.
6601
6602 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
6603
13009bd8
MR
66042011-08-20 Martin Rudalics <rudalics@gmx.at>
6605
6606 * window.el (display-buffer-reuse-window)
6607 (display-buffer-pop-up-window): Don't reuse or split a side
6608 window.
6609
9234ff7f
GM
66102011-08-19 Glenn Morris <rgm@gnu.org>
6611
6612 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 6613 Downcase "Mode:". (Bug#9331)
9234ff7f 6614
f635daa1
CY
66152011-08-18 Chong Yidong <cyd@stupidchicken.com>
6616
6617 * international/characters.el: Add L and R categories.
6618
6619 * subr.el (bidi-string-mark-left-to-right): Rename from
6620 string-mark-left-to-right. Use category search.
6621
6622 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
6623
bc987f8b
JL
66242011-08-18 Juri Linkov <juri@jurta.org>
6625
6626 * faces.el (error, warning, success): New faces with definitions
6627 copied from old default values of `font-lock-warning-face',
6628 `compilation-warning', `compilation-info' (bug#6117).
6629
6630 * font-lock.el (font-lock-warning-face): Inherit from `error'.
6631
6632 * progmodes/compile.el (compilation-error): Inherit from `error'.
6633 (compilation-warning): Inherit from `warning'.
6634 (compilation-info): Inherit from `success'.
6635
6636 * dired.el (dired-marked): Inherit from `warning'.
6637 (dired-flagged): Inherit from `error'.
6638
57173b96
LMI
66392011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6640
3e79eb87
LMI
6641 * mail/smtpmail.el (auth-source): Require to avoid problems with
6642 binding variables (bug#9298). Also clean up some unused
6643 autoloads.
6644
b3fd59bd
SM
6645 * net/network-stream.el (network-stream-open-starttls):
6646 Support using starttls.el without using gnutls-cli.
57173b96 6647
02b404de
JL
66482011-08-17 Juri Linkov <juri@jurta.org>
6649
6650 * progmodes/grep.el (rgrep): Handle the case when
6651 `grep-find-command' is a cons cell (bug#9278).
6652
8c9177f2
MR
66532011-08-17 Martin Rudalics <rudalics@gmx.at>
6654
6655 * window.el (display-buffer-pop-up-frame): Run frame creation
6656 function with BUFFER current (as special-display-popup-frame
6657 does). Reported by Drew Adams.
6658
3644a0ab
DU
66592011-08-17 Daiki Ueno <ueno@unixuser.org>
6660
6661 * epa-mail.el: Simplify GnuPG group expansion using
6662 epg-expand-group.
6663 (epa-mail-group-alist, epa-mail-group-modtime)
6664 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
6665 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
6666 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
6667 Remove.
6668
5e617bc2 66692011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
6670
6671 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
6672
9c4aeabf
AM
66732011-08-16 Alan Mackenzie <acm@muc.de>
6674
6675 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
6676 Correct, to avoid the inside of macros.
6677
3a99bf64
RS
66782011-08-16 Richard Stallman <rms@gnu.org>
6679
04963aa8
RS
6680 * epa-mail.el: Handle GnuPG group definitions.
6681 (epa-mail-group-alist, epa-mail-group-modtime)
6682 (epa-mail-gnupg-conf-file): New variables.
6683 (epa-mail-parse-groups, epa-mail-sync-groups)
6684 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
6685 (epa-mail-expand-recipients): New functions.
6686 (epa-mail-encrypt): Call epa-mail-expand-recipients.
6687
177549d0
RS
6688 * mail/rmail.el (rmail-epa-decrypt): New command.
6689
fe38beef
RS
6690 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
6691 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
6692 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
6693 (epa-decrypt-armor-in-region): Make error message clearer.
6694
934eacb9
SM
66952011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
6698 and "a2b" to "ab" for `prefix'.
6699
d024fb4e
CY
67002011-08-14 Chong Yidong <cyd@stupidchicken.com>
6701
6702 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
6703 filter groups.
de148fee
CY
6704 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
6705 Fourquet (Bug#8804).
d024fb4e 6706
62f1ca49
JB
67072011-08-12 Juanma Barranquero <lekktu@gmail.com>
6708
6709 * startup.el (argi): Declare as global variable (bug#9275).
6710
9ccaaa4b
CY
67112011-08-12 Chong Yidong <cyd@stupidchicken.com>
6712
6713 * subr.el (string-mark-left-to-right): Search the entire string
6714 for RTL script, not just the terminating character. Doc fix.
6715
a3dae87a
SM
67162011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6717
6cd18349
SM
6718 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
6719 New function.
6720 (js--regexp-literal, js-syntax-propertize-function): Remove.
6721 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
6722 (js-mode-map): Don't rebind electric keys.
6723 (js-insert-and-indent): Remove.
6724 (js-mode): Setup electric-layout and electric-indent instead.
6725
a3dae87a
SM
6726 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
6727
9d5cb631
DU
67282011-08-12 Daiki Ueno <ueno@unixuser.org>
6729
6730 * epa.el (epa-progress-callback-function): Fix the logic of
6731 displaying progress.
6732 * epa-file.el (epa-file-insert-file-contents): Make progress
6733 display more user-friendly.
6734 (epa-file-write-region): Ditto.
6735
3e26a4a2
CY
67362011-08-10 Chong Yidong <cyd@stupidchicken.com>
6737
6738 * subr.el (string-mark-left-to-right): New function.
6739
6740 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
6741 Use string-mark-left-to-right.
6742 (list-buffers-noselect): Caller changed.
6743
a3dae87a
SM
6744 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6745 Use string-mark-left-to-right.
3e26a4a2
CY
6746 (tabulated-list-print): Recenter after moving point.
6747
ac8cf6e6
JL
67482011-08-10 Juri Linkov <juri@jurta.org>
6749
6750 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
6751 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
6752 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
6753
8d96c9a4
CY
67542011-08-09 Chong Yidong <cyd@stupidchicken.com>
6755
6756 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
6757 (Bug#7554).
6758
7be1c708 67592011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
6760
6761 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
6762 character. (Bug#6594)
6763
37e11a63
CY
67642011-08-08 Chong Yidong <cyd@stupidchicken.com>
6765
839dde57
CY
6766 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
6767 (image-dired--with-db-file): New macro.
6768 (image-dired-write-tags, image-dired-remove-tag)
6769 (image-dired-create-gallery-lists, image-dired-write-comments)
6770 (image-dired-get-comment, image-dired-mark-tagged-files)
6771 (image-dired-list-tags, image-dired-gallery-generate): Use it.
6772 (image-dired-gallery-generate): Use insert-file-contents.
6773
37e11a63
CY
6774 * time.el (display-time-world-list, display-time-world-display):
6775 * time-stamp.el (time-stamp-string):
6776 * vc/add-log.el (add-change-log-entry): Use setenv instead of
6777 set-time-zone-rule (Bug#7337).
6778
0b4946c4
DU
67792011-08-08 Daiki Ueno <ueno@unixuser.org>
6780
6781 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
6782 (epg-error-to-string, epg-errors-to-string): New function.
6783 (epg-wait-for-completion): Reverse errors list.
6784 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
6785 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
6786 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
6787 (epg-sign-keys, epg-generate-key-from-file)
6788 (epg-generate-key-from-string): Format errors by using
6789 epg-errors-to-string (bug#9255).
6790 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
6791
75bfc667
JL
67922011-08-07 Juri Linkov <juri@jurta.org>
6793
6794 * faces.el (list-faces-display): Remove extra angle bracket
6795 from `help-mode-map'.
6796
6797 * info.el (Info-history-toc-nodes): Doc fix.
6798
6799 * longlines.el (longlines-mode): Doc fix.
6800
673e08bb
SM
68012011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6802
4640dd88
SM
6803 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
6804 of statements and in a few more cases (bug#9183).
6805
673e08bb
SM
6806 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
6807 New functions.
6808 (cl-transform-lambda): Use them (bug#9239).
6809
89b3f019
MR
68102011-08-05 Martin Rudalics <rudalics@gmx.at>
6811
6812 * window.el (display-buffer-same-window)
6813 (display-buffer-same-frame, display-buffer-other-window)
6814 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6815 (pop-to-buffer-other-window)
6816 (pop-to-buffer-same-frame-other-window)
6817 (pop-to-buffer-other-frame): Make them defuns.
6818 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
6819
640c8776
SM
68202011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6821
6822 * subr.el (make-composed-keymap): Move from C. Change calling
6823 convention, and improve docstring to bring attention to a subtle point.
6824 * minibuffer.el (completing-read-default): Adjust accordingly.
6825
63648a95
MA
68262011-08-03 Michael Albinus <michael.albinus@gmx.de>
6827
6828 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6829 (tramp-open-shell): Use `tramp-shell-quote-argument'.
6830
6831 * net/trampver.el: Update release number.
6832
b796c9b7
SM
68332011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6834
6835 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
6836 "in" (bug#9190).
6837
2239d7d5
LMI
68382011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6839
e07dd7c3
LMI
6840 * mail/sendmail.el (sendmail-query-once): Restore the current
6841 buffer after querying (bug#9074).
6842
0e6a2bd7
LMI
6843 * dired.el (dired-flagged): Use different faces for marked and
6844 flagged files (bug#6117).
6845
ce887515
LMI
6846 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
6847 (bug#4433).
6848
92f2affc
LMI
6849 * ido.el (ido-mode): Switch off the message if called
6850 non-interactively.
6851
57d5aff0
LMI
6852 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
6853 before 587, since it appears that that's more likely to work for
6854 more people.
6855
98cd6c18 6856 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 6857 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
6858 exist.
6859
b96dec83
LMI
6860 * info.el: Remove the `Info-beginning-of-buffer' function
6861 (bug#8325).
6862
b796c9b7
SM
6863 * net/network-stream.el (network-stream-open-starttls):
6864 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 6865
d90e2ea0
MR
68662011-08-01 Martin Rudalics <rudalics@gmx.at>
6867
6868 * window.el (display-buffer-in-window): Don't set dedicated status
6869 of window here (Bug#9215).
6870 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6871 (display-buffer-pop-up-side-window)
b796c9b7 6872 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 6873
cca09170
SM
68742011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6875
6876 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
6877 before binding generated-autoload-file.
6878
027b979c
DD
68792011-08-01 Deniz Dogan <deniz@dogan.se>
6880
6881 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
6882
3c7ee4f3
MA
68832011-07-30 Michael Albinus <michael.albinus@gmx.de>
6884
6885 Sync with Tramp 2.2.2.
6886
6887 * net/trampver.el: Update release number.
6888
2cc8e51a
JL
68892011-07-30 Juri Linkov <juri@jurta.org>
6890
6891 * dired-aux.el (dired-touch-initial): Remove function.
6892 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
6893 current time, and `default' to the last modification time of the
6894 current marked file (bug#6887).
6895
a514d856
JM
68962011-07-28 Jose E. Marchesi <jemarch@gnu.org>
6897
6898 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 6899 numeric argument to read-number (bug#9163).
a514d856 6900
8a7eddd7
MA
69012011-07-27 Michael Albinus <michael.albinus@gmx.de>
6902
6903 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
6904 connection process, it could be nil.
6905
1ddd96f5
LL
69062011-07-27 Leo Liu <sdl.web@gmail.com>
6907
6908 Simplify url handling in rcirc-mode.
6909
6910 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
6911 (rcirc-browse-url-at-mouse): Remove.
6912 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
6913
b248a85d
AM
69142011-07-26 Alan Mackenzie <acm@muc.de>
6915
6916 Fontify bitfield declarations properly.
6917
6918 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
6919 (c-symbol-chars): Now exported as a lang variable.
6920 (c-not-primitive-type-keywords): New lang variable.
6921
6922 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
6923 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 6924 parsed as a bitfield declaration.
b248a85d 6925
b796c9b7
SM
6926 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6927 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
6928 (c-punctuation-in): New function.
6929 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
6930 declarations properly.
6931
68575ab0
UJ
69322011-07-26 Ulf Jasper <ulf.jasper@web.de>
6933
6934 * calendar/icalendar.el (icalendar--all-events): Take care of
6935 multiple vcalendars in a single file.
b796c9b7 6936 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 6937
0f0a88b9
DD
69382011-07-25 Deniz Dogan <deniz@dogan.se>
6939
6940 * image.el (insert-image): Clarifying docstring.
6941
0b3f36df
MA
69422011-07-24 Michael Albinus <michael.albinus@gmx.de>
6943
6944 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
6945 `tramp-send-command-and-check' if there is no error.
6946 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
6947
a9901f61
AM
69482011-07-22 Alan Mackenzie <acm@muc.de>
6949
6950 Prevent cc-langs.elc being loaded at run time.
6951
6952 * progmodes/cc-mode.el: Remove two autoload forms which loaded
6953 cc-langs.
6954
4d61f28d 6955 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
6956 "(require 'cc-langs)". Quote a form so it will evaluate at
6957 (cc-mode's) compilation time.
6958
11d074b2
MA
69592011-07-22 Michael Albinus <michael.albinus@gmx.de>
6960
6961 * net/tramp.el (tramp-file-name-handler): Avoid recursive
6962 loading. (Bug#9114)
6963
938b94c8
MR
69642011-07-21 Martin Rudalics <rudalics@gmx.at>
6965
6966 * window.el (display-buffer-pop-up-window)
6967 (display-buffer-pop-up-side-window)
6968 (display-buffer-in-side-window): Call display-buffer-set-height
6969 and display-buffer-set-width after setting the new window's
b796c9b7 6970 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 6971
bfa4f190
SS
69722011-07-20 Sam Steingold <sds@gnu.org>
6973
6974 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
6975 (etags-tags-included-tables): Call `convert-standard-filename' on
6976 the file names contained in TAGS so that windows Emacs can handle
6977 TAGS files created by cygwin ctags.
6978
8ca42262
LMI
69792011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6980
6981 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
6982 which apparently didn't work.
6983
5db2afd2 69842011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 6985
5db2afd2
RW
6986 * proced.el (proced-send-signal): For *Marked Processes* buffer
6987 put point at beginning of buffer.
6988
92e15d10
SB
69892011-07-19 Stephen Berman <stephen.berman@gmx.net>
6990
6991 * proced.el (proced-format): Make header lines align with the text
6992 (bug#1779).
6993
1bfd59e5
LMI
69942011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6995
6996 * view.el (view-buffer): Allow running in `special' modes if we're
6997 visiting a file (bug#8615).
6998
f5aae37c
MR
69992011-07-19 Martin Rudalics <rudalics@gmx.at>
7000
7001 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
7002 (display-buffer-alist-set-1, display-buffer-alist-set-2):
7003 New functions.
f5aae37c
MR
7004 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
7005 more accurately.
7006
bf2c1571
AM
70072011-07-18 Alan Mackenzie <acm@muc.de>
7008
7009 Fontify declarators properly when, e.g., a jit-lock chunk begins
7010 inside a declaration.
7011
7012 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
7013
b796c9b7
SM
7014 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7015 New function.
bf2c1571
AM
7016 (c-complex-decl-matchers): Insert reference to
7017 c-font-lock-enclosing-decls.
7018
7019 * progmodes/cc-engine.el (c-backward-single-comment):
7020 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
7021 to nil around calls to (forward-comment -1).
7022
4e190b80
LMI
70232011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7024
12dc863d
LMI
7025 * image.el (put-image): Doc typo fix.
7026
a762e966
LMI
7027 * progmodes/etags.el (tags-search): Doc typo fix.
7028
4e190b80
LMI
7029 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
7030 password if we get errors 550 to 554.
7031
f019fb21
LMI
70322011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7033
b796c9b7 7034 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 7035
81746738
LMI
7036 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
7037 indentation character (bug#6380).
7038
3ee3a1b5
LMI
7039 * files.el (buffer-offer-save): Made permanently local (bug#6241).
7040
c82f64de
LMI
7041 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
7042 to clarify what the problem is (bug#4291).
7043
f019fb21
LMI
7044 * simple.el (current-kill): Clarify what
7045 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
7046 (auto-fill-mode): Document `auto-fill-function' in relation to
7047 `auto-fill-mode' (bug#2470).
f019fb21 7048
0794775d
LM
70492011-07-16 Lawrence Mitchell <wence@gmx.li>
7050
7051 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
7052 method if slot is read-only (bug#9035).
7053
be39b8cc
MR
70542011-07-16 Martin Rudalics <rudalics@gmx.at>
7055
b796c9b7 7056 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 7057 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
7058 selected before, see discussion of (Bug#8615), (Bug#6954).
7059 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 7060
6ccf7859
GM
70612011-07-15 Glenn Morris <rgm@gnu.org>
7062
7063 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 7064 Respect help-form.
6ccf7859 7065
87e86684
LM
70662011-07-09 Lawrence Mitchell <wence@gmx.li>
7067
7068 * net/gnutls.el (gnutls-min-prime-bits): New variable.
7069 (gnutls-negotiate): Use it.
7070
d6066239
LMI
70712011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7072
b796c9b7
SM
7073 * net/gnutls.el (gnutls-negotiate):
7074 Upcase `gnutls-algorithm-priority'.
d6066239 7075
bd23ebc0
GM
70762011-07-15 Glenn Morris <rgm@gnu.org>
7077
c65bca65
GM
7078 * jka-compr.el (jka-compr-verbose): Move from here...
7079 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
7080 Add missing :version tag.
7081 * info.el: No need to require jka-compr when compiling.
bd23ebc0 7082
478615cc
LMI
70832011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7084
7b41decb
LMI
7085 * net/gnutls.el (gnutls-algorithm-priority): New variable.
7086 (gnutls-negotiate): Use it.
7087
dbc44fcd
LMI
7088 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
7089
06789f97
LMI
7090 * info.el (Info-beginning-of-buffer): New command.
7091 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
7092 announcing `b' as the key (bug#8325).
ab896c37 7093 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 7094
c39da690
LMI
7095 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
7096
3aa5f34b
LMI
7097 * international/mule-cmds.el
7098 (describe-specified-language-support): Make the error message
7099 clearer (bug#8905).
7100
4bf0979f
LMI
7101 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
7102
478615cc
LMI
7103 * isearch.el (isearch-barrier): Add a doc string, since it's
7104 mentioned in a function doc string (bug#8678).
7105
75c68aa1
MR
71062011-07-15 Martin Rudalics <rudalics@gmx.at>
7107
7108 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
7109 buffer argument (Bug#9083) and self-identifying label argument.
7110
a7c33da2
GM
71112011-07-15 Glenn Morris <rgm@gnu.org>
7112
7113 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
7114
2f5c6024
LMI
71152011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7116
7117 * man.el (Man-fontify-manpage): Fix message when formatting the
7118 man page (bug#7929).
7119
0bb23927 71202011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
7121
7122 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
7123 argument LRM; if non-nil, append an invisible LRM character to the
7124 buffer name.
7125 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
7126 last argument non-nil, when formatting buffer names.
0bb23927
EZ
7127 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
7128 paragraph direction.
cce4b0a7 7129
621ef9ab
LMI
71302011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7131
d1583c48
LMI
7132 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
7133 the man page name (bug#7929).
7134
6a57fb5f
LMI
7135 * image.el (put-image): Mention the `put-image' overlay property
7136 (bug#7834).
7137
d7956b14
LMI
7138 * scroll-bar.el (set-scroll-bar-mode): Mention that
7139 `scroll-bar-mode' lists the values (bug#7772).
7140
5b2d4a66
LMI
7141 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
7142 command (bug#7729).
7143
7509a874
LMI
7144 * rect.el (apply-on-rectangle): Return the point after the last
7145 operation.
7146 (string-rectangle): Go to the point after the last operation
7147 (bug#7522).
7148
4fe74b19
LMI
7149 * printing.el (pr-toggle-region): Clarify the documentation
7150 slightly (bug#7493).
7151
b796c9b7
SM
7152 * time.el (display-time-update):
7153 Allow `display-time-mail-function' to return nil (bug#7158).
7154 Fix suggested by Detlev Zundel.
ab283561 7155
fc233c9d
LMI
7156 * vc/diff.el (diff): Clarify the order the file names are read
7157 (bug#7111).
7158
43f5740b
LMI
7159 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
7160 the doc string (bug#7015).
7161
f2182a76
LMI
7162 * font-lock.el (font-lock-maximum-decoration): Mention what
7163 numeric levels mean (bug#6935).
7164
621ef9ab
LMI
7165 * startup.el (initial-buffer-choice): Don't mention the `none'
7166 selection, which is against policy.
7167
adc47434
MR
71682011-07-14 Martin Rudalics <rudalics@gmx.at>
7169
b796c9b7
SM
7170 * window.el (display-buffer-normalize-special):
7171 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 7172
7e5bfb8f
EZ
71732011-07-14 Eli Zaretskii <eliz@gnu.org>
7174
7175 * subr.el (version<, version<=, version=): Mention "-CVS" and
7176 "-12345" alpha version numbers.
7177
27fa387a
CY
71782011-07-14 Chong Yidong <cyd@stupidchicken.com>
7179
7180 * bindings.el: Add advertised binding for set-mark-command
7181 (Bug#5772).
7182
8bdfa064
CY
71832011-07-14 Chong Yidong <cyd@stupidchicken.com>
7184
7185 * bindings.el (mode-line-other-buffer):
7186 * bookmark.el (bookmark-bmenu-2-window):
7187 * bs.el (bs-cycle-next, bs-cycle-previous):
7188 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
7189 switch-to-buffer.
7190
7191 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 7192 Delete.
8bdfa064 7193
5eba16a3
JB
71942011-07-14 Juanma Barranquero <lekktu@gmail.com>
7195
7196 * follow.el (follow-debug-message, follow-redisplay):
7197 * jka-cmpr-hook.el (with-auto-compression-mode):
7198 Fix typos in docstrings.
7199
15853710
LMI
72002011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7201
a28e4607
LMI
7202 * subr.el (with-silent-modifications): Clarify somewhat what the
7203 macro inhibits (bug#6525).
7204
15853710
LMI
7205 * simple.el (eval-expression): Note what it does if called
7206 interactively (bug#6495).
7207
bee0fcef
CY
72082011-07-13 Chong Yidong <cyd@stupidchicken.com>
7209
b796c9b7
SM
7210 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
7211 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
7212
7213 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7214 Remove switch-to-buffer.
7215
58274504
LMI
72162011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7217
bd2fcc8d
LMI
7218 * files.el (make-directory): Clarify that an error will be raised
7219 if there's an error (bug#6397).
7220
0f04b32c
LMI
7221 * startup.el (initial-buffer-choice): Add `none' as a choice
7222 (bug#6234).
7223
465c5fc8
LMI
7224 * subr.el (add-hook): Clarify section about buffer-local hooks
7225 (bug#6218).
7226
58274504
LMI
7227 * dired.el (dired-flagged): Clarify doc string (bug#6117).
7228
bead9a43
JB
72292011-07-13 Juanma Barranquero <lekktu@gmail.com>
7230
7231 * tabify.el (untabify): Preserve the current column so that point
7232 doesn't move (bug#6032).
7233
3af98a7b
LMI
72342011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7235
b796c9b7
SM
7236 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
7237 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 7238
6240145a
GM
72392011-07-13 Glenn Morris <rgm@gnu.org>
7240
7241 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
7242 (dired-insert-directory): Give a message the first time
7243 if ls is found not to support --dired.
7244
1d8c2ccc
LMI
72452011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7246
7247 * simple.el (toggle-truncate-lines): Clarify what is toggled
7248 (bug#5580). Text by Drew Adams.
7249
5fc4038e
CY
72502011-07-13 Chong Yidong <cyd@stupidchicken.com>
7251
7252 * simple.el (blink-matching-open): Make the error message from the
7253 last change less verbose.
7254
bf6012e5
DN
72552011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7256
7257 * font-lock.el (font-lock-comment-face): Use the high contrast
7258 "yellow" color for font-lock-comment-face on low color terminals
7259 using a dark background color (bug#4221).
7260
343c3b5a
LMI
72612011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7262
7e9505c5
LMI
7263 * dired.el (dired-insert-set-properties): Make the doc string
7264 reflect what it does now (bug#5325).
7265
c26fdcf5
LMI
7266 * simple.el (blink-matching-open): Say that we were unable to find
7267 the match within the limit, if we're limited (bug#5122).
7268
bb388cc5
LMI
7269 * international/mule-cmds.el (prefer-coding-system): Add an
7270 example (bug#4869).
7271
343c3b5a
LMI
7272 * progmodes/etags.el (tags-search): Document `file-list-form'
7273 (bug#4731).
7274
2a517d45
LM
72752011-07-13 Lawrence Mitchell <wence@gmx.li>
7276
7277 * net/browse-url.el (browse-url-default-browser)
7278 (browse-url-browser-function): Make the default browser choice a
7279 bit more logical (bug#4300). Also clean up the doc string.
7280
b6c78ef2
JB
72812011-07-13 Juanma Barranquero <lekktu@gmail.com>
7282
7283 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
7284 binary endings (bug#4440).
7285
1c4dd947
LMI
72862011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7287
a2014063
LMI
7288 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
7289 which can be pretty annoying (bug#8971).
7290
9c9c2d88
LMI
7291 * jka-compr.el (jka-compr-verbose): New variable, and use
7292 throughout (bug#8971).
7293
1c4dd947
LMI
7294 * info.el (Info-find-file): Fall back on the installation
7295 directory if we can't find the info node anywhere else.
7296
a1c9f41b
SO
72972011-07-13 Sergei Organov <osv@javad.com> (tiny change)
7298
7299 * vc/vc.el (vc-revert-file):
7300 Don't set file time-stamp in the past. (Bug#5181)
7301
536f3d36
LMI
73022011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7303
7152b011
LMI
7304 * files.el (after-find-file): Give a better error message when
7305 trying to find a symlink that points to a file that doesn't exist
7306 (bug#4398).
7307
536f3d36
LMI
7308 * progmodes/cc-vars.el: Remove (probably) misleading comment
7309 (bug#4396).
7310
460c0fba
JB
73112011-07-12 Johan Bockgård <bojohan@gnu.org>
7312
7313 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
7314
7a6bda45
CY
73152011-07-12 Chong Yidong <cyd@stupidchicken.com>
7316
7317 * mouse-sel.el: Hack restoring functionality, while keeping
7318 compatibility with 2010-07-03 changes to mouse selection.
7319 (mouse-sel-primary-overlay): New var.
7320 (mouse-sel-selection-alist): Use it.
7321 (mouse-sel-mode): Doc fix; remove points that are default features
7322 of mouse.el.
7323
c79598ef
JB
73242011-07-12 Johan Bockgård <bojohan@gnu.org>
7325
7326 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7327 Fix previous fix (bug#2490).
7328
ff8be6ef
RW
73292011-07-12 Roland Winkler <winkler@gnu.org>
7330
b796c9b7
SM
7331 * textmodes/bibtex.el (bibtex-initialize):
7332 Use pop-to-buffer-same-window.
ff8be6ef
RW
7333 (bibtex-search-entries): Fix interactive call.
7334
296ba3ee
LMI
73352011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7336
f5242a02 7337 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
7338 Fontise bytecomp Error lines more correctly (bug#2490).
7339 Fix suggested by Johan Bockgård.
f5242a02 7340
296ba3ee
LMI
7341 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
7342
7343 * dired-x.el (dired-guess-default): Use `delete-dups'.
7344
f69fd0d2
CY
73452011-07-12 Chong Yidong <cyd@stupidchicken.com>
7346
7347 * dired.el (dired-mark-prompt):
7348 * dired-aux.el (dired-read-shell-command): Doc fix.
7349
eab5dc07
LMI
73502011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7351
b796c9b7
SM
7352 * mail/sendmail.el (sendmail-query-once):
7353 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
7354 emacs -Q.
7355
7356 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7357
eab5dc07
LMI
7358 * cus-edit.el (custom-file): Take an optional no-error variable.
7359 (customize-save-variable): Set the variable, and give a warning if
7360 running under "emacs -q".
7361
a1e65d42
JB
73622011-07-11 Juanma Barranquero <lekktu@gmail.com>
7363
7364 * loadhist.el (unload-feature-special-hooks):
7365 Add `auto-coding-functions', `fill-nobreak-predicate' and
7366 `find-directory-functions' (bug#5327).
7367
1d52da10
LMI
73682011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7369
be958f1d
LMI
7370 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
7371
5bedb26c
LMI
7372 * cus-edit.el (custom-guess-name-alist): -alist variables should
7373 use the `alist' type (bug#3120). Suggested by Drew Adams.
7374
1d52da10
LMI
7375 * printing.el: Add documentation to all the `pr-toggle-' commands.
7376
cd394be1 73772011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
7378
7379 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
7380 backends where it makes sense (bug#2623).
7381
dcc88d8a
LMI
73822011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7383
c3de9feb
LMI
7384 * dired-x.el (dired-guess-default): Remove duplicate shell command
7385 entries (bug#2028).
8a93078b 7386 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 7387 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 7388
dcc88d8a
LMI
7389 * subr.el (remove-duplicates): New conveniency function.
7390
505e3645
LMI
73912011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7392
7393 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
7394 (bug#1526).
7395
73962011-07-10 Martin Rudalics <rudalics@gmx.at>
7397
7398 * window.el (display-buffer-normalize-default): Don't invert
7399 meaning of even-window-heights. Reported by Eli Zaretskii
7400 <eliz@gnu.org>.
7401
455e4fa1
BR
74022011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
7403
7404 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
7405
8e0bc3e9
CY
74062011-07-10 Chong Yidong <cyd@stupidchicken.com>
7407
7408 * window.el (display-buffer): Fix arguments to
7409 display-buffer-reuse-window in last change.
7410
fa7c3228
CY
7411 * faces.el (link): Use a less saturated blue on light backgrounds.
7412
7413 * startup.el (fancy-startup-text, fancy-about-text)
7414 (fancy-startup-tail): Use font-lock faces, for background safety.
7415
c0a7f300
BN
74162011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
7417
b796c9b7
SM
7418 * emulation/viper-cmd.el (viper-change-state-to-vi):
7419 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 7420
4dc2a129
MR
74212011-07-09 Martin Rudalics <rudalics@gmx.at>
7422
7423 * window.el (display-buffer-default-specifiers): Remove.
7424 (display-buffer-macro-specifiers): Remove default specifiers.
7425 (display-buffer-alist): Default to nil.
b796c9b7 7426 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
7427 (display-buffer-pop-up-window): Allow splitting internal
7428 windows. Check whether a live window was created.
7429 (display-buffer-other-window-means-other-frame)
7430 (display-buffer-normalize-arguments): Rename to
7431 display-buffer-normalize-argument and rewrite. Set the
7432 other-window specifier.
7433 (display-buffer-normalize-special): New function.
7434 (display-buffer-normalize-options): Rename to
7435 display-buffer-normalize-default and rewrite.
7436 (display-buffer-normalize-options-inhibit): Remove.
7437 (display-buffer-normalize-specifiers): Rewrite.
7438 (display-buffer): Process other-window specifier and call
7439 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
7440 more faithfully.
b796c9b7 7441 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 7442 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
7443 (display-buffer-in-window, display-buffer-alist-set):
7444 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
7445 <tassilo@member.fsf.org>.
7446
2d43b8c9
LL
74472011-07-09 Leo Liu <sdl.web@gmail.com>
7448
7449 * register.el (insert-register): Restore accidental change on
7450 2011-06-26. (Bug#9028)
7451
7f9b7c53
GM
74522011-07-09 Glenn Morris <rgm@gnu.org>
7453
7454 * subr.el (remq): Handle the empty list. (Bug#9024)
7455
f042cfd8
AS
74562011-07-08 Andreas Schwab <schwab@linux-m68k.org>
7457
7458 * mail/sendmail.el (send-mail-function): No longer delay custom
7459 initialization.
7460 * custom.el (custom-initialize-delay): Doc fix.
7461
856b2f11
SM
74622011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7463
7464 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
7465
afae1d68
MA
74662011-07-08 Michael Albinus <michael.albinus@gmx.de>
7467
7468 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
7469 human-friendly prompt.
7470
0757af94
SM
74712011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7472
7473 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
7474 provided by a particular plugin.
7475
d760b731
LMI
74762011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7477
7478 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
7479 save customizations (with "emacs -Q"), just set the variable
7480 instead of erroring out.
7481
7482 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7483
cd79ce90
JL
74842011-07-08 Juri Linkov <juri@jurta.org>
7485
7486 * arc-mode.el (archive-zip-expunge, archive-zip-update)
7487 (archive-zip-update-case): Use 7z if found by `executable-find'.
7488 The order of searching the available programs is the same as in
7489 `archive-zip-extract' (bug#8968).
7490
14cc04aa
CY
74912011-07-07 Chong Yidong <cyd@stupidchicken.com>
7492
7493 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
7494 (menu-bar-options-menu): Tweak descriptions.
7495
0a1848ec
LMI
74962011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7497
7498 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
7499 menu items into verb phrases (bug#1421). Also refill to fit under
7500 80 columns.
7501
f5bd0689
CY
75022011-07-07 Chong Yidong <cyd@stupidchicken.com>
7503
538e85c6
CY
7504 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
7505 (Info-read-node-name): Doc fix (Bug#1084).
7506
f5bd0689
CY
7507 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
7508 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
7509 (end-of-sexp, beginning-of-sexp)
7510 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
7511 (forward-symbol, forward-same-syntax, word-at-point)
7512 (sentence-at-point): Doc fix (Bug#1144).
7513
56ec5115
LMI
75142011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7515
f3f8e37f
LMI
7516 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
7517 should cover it (bug#1281).
7518
0757af94 7519 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 7520
e9fce1ac 7521 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
7522 negotiation fails, then possibly try again with a non-encrypted
7523 connection (bug#9017).
7524
56ec5115
LMI
7525 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
7526 be used.
7527
c2f9aec8
RS
75282011-07-07 Richard Stallman <rms@gnu.org>
7529
7530 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
7531 property, and handle its changed format.
7532 Look for the correct line number.
7533 Use file's line contents (but not past first =) to find
7534 correct line in message.
7535
ef7b981d 75362011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
7537
7538 * international/characters.el (build-unicode-category-table):
7539 Delete it.
0757af94 7540 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 7541
0757af94 7542 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
7543 to src/chartab.c.
7544 (get-char-code-property): Call unicode-property-table-internal to
7545 load a file. Call get-unicode-property-internal where necessary.
7546 (put-char-code-property): Call unicode-property-table-internal to
7547 load a file. Call put-unicode-property-internal where necessary.
7548 put-unicode-property-internal where necessary.
0757af94
SM
7549 (char-code-property-description):
7550 Call unicode-property-table-internal to load a file.
c805dec0
KH
7551
7552 * international/charprop.el:
7553 * international/uni-bidi.el:
7554 * international/uni-category.el:
7555 * international/uni-combining.el:
7556 * international/uni-comment.el:
7557 * international/uni-decimal.el:
7558 * international/uni-decomposition.el:
7559 * international/uni-digit.el:
7560 * international/uni-lowercase.el:
7561 * international/uni-mirrored.el:
7562 * international/uni-name.el:
7563 * international/uni-numeric.el:
7564 * international/uni-old-name.el:
7565 * international/uni-titlecase.el:
7566 * international/uni-uppercase.el: Regenerate.
7567
7568 * loadup.el: Load international/charprop.el before
7569 international/characters.
7570
e14b388a
CY
75712011-07-07 Chong Yidong <cyd@stupidchicken.com>
7572
7573 * window.el (next-buffer, previous-buffer): Signal an error if
7574 called from a minibuffer window.
7575
7576 * bindings.el: Revert 2011-07-04 change.
7577
354cf0ba
RS
75782011-07-06 Richard Stallman <rms@gnu.org>
7579
7580 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
7581 (rmail-mime-insert-bulk, rmail-mime-insert-text):
7582 Treat markers like ints.
7583 (rmail-mime-entity): Doc fix.
7584
a48868a7
LMI
75852011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7586
4906cd3d
LMI
7587 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
7588 defcustom again for backwards compatibility.
7589
e0457abe
LMI
7590 * simple.el (shell-command-on-region): Fill.
7591
d67f7e1f
LMI
7592 * dired-aux.el (dired-kill-line): Add a doc string.
7593
fe204702
LMI
7594 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
7595 to "\\sw\\|\\s_" (bug#358).
7596
a48868a7
LMI
7597 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
7598 (dired-unmark-backward): Ditto.
7599 (dired-flag-backup-files): Ditto.
7600
7601 * dired-x.el (dired-mark-sexp): Ditto.
7602
aa8a705c
RS
76032011-07-06 Richard Stallman <rms@gnu.org>
7604
7605 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
7606 (rmail-mime-entity): New arg TRUNCATED.
7607 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
7608 New functions.
7609 (rmail-mime-save): Warn if entity is truncated.
7610 (rmail-mime-toggle-hidden): Likewise, for showing.
7611 (rmail-mime-process-multipart): Record when an entity is truncated.
7612
a9a936b9
RS
7613 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
7614 if ENTITY is a string.
7615
1f2b92cb
LMI
76162011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7617
f4f73198 7618 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
7619 of faces when `M-C-x'-ing their definitions (bug#8378).
7620 Also clean up the code slightly.
f4f73198 7621
12b16734 7622 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 7623 because that makes the colors go away.
12b16734 7624
f0691d22
LMI
7625 * mail/sendmail.el (send-mail-function): Change the default to
7626 `sendmail-query-once'.
9e87df06 7627 (sendmail-query-once): Add an autoload cookie.
f0691d22 7628
1f2b92cb
LMI
7629 * net/network-stream.el (network-stream-open-starttls): Try using
7630 a plain connection even if the server offered STARTTLS, and we
7631 kinda wanted to use it, if Emacs doesn't have any STARTTLS
7632 capability. This should make smtpmail.el work in slightly more
7633 configurations.
7634
1cdd2a1b
MA
76352011-07-06 Michael Albinus <michael.albinus@gmx.de>
7636
7637 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
7638 New defun.
7639 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
7640
fbcc67e2
MM
76412011-07-06 Michael R. Mauger <mmaug@yahoo.com>
7642
7643 * progmodes/sql.el: Version 3.0
0757af94 7644 (sql-product-alist): Add product :completion-object,
fbcc67e2 7645 :completion-column, and :statement attributes.
0757af94 7646 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 7647 (sql-mode-syntax-table): Mark all punctuation.
0757af94 7648 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
7649 ansi keywords.
7650 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 7651 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
7652 (sql-oracle-show-reserved-words): New function for development.
7653 (sql-product-font-lock): Simplify for source code buffers.
7654 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
7655 New functions.
7656 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
7657 (sql-mode-map): Add statement movement functions.
7658 (sql-ansi-statement-starters, sql-oracle-statement-starters):
7659 New variable.
fbcc67e2
MM
7660 (sql-statement-regexp, sql-beginning-of-statement)
7661 (sql-end-of-statement, sql-signum): New functions.
0757af94 7662 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
7663 (sql-show-sqli-buffer): Bug fix.
7664 (sql-interactive-mode): Store connection data as buffer local.
0757af94 7665 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
7666 with sql-interactive-mode.
7667 (sql-save-connection): Save buffer local settings.
0757af94 7668 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
7669 (sql-product-interactive): Bug fix.
7670 (sql-preoutput-hold): New variable.
7671 (sql-interactive-remove-continuation-prompt): Bug fixes.
7672 (sql-debug-redirect): New variable.
7673 (sql-str-literal): New function.
7674 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 7675 Redesign.
fbcc67e2
MM
7676 (sql-oracle-save-settings, sql-oracle-restore-settings)
7677 (sql-oracle-list-all, sql-oracle-list-table): New functions.
7678 (sql-completion-object, sql-completion-column)
7679 (sql-completion-sqlbuf): New variables.
7680 (sql-build-completions-1, sql-build-completions)
7681 (sql-try-completion): New functions.
7682 (sql-read-table-name): Use them.
7683 (sql-contains-names): New buffer local variable.
7684 (sql-list-all, sql-list-table): Use it.
7685 (sql-oracle-completion-types): New variable.
7686 (sql-oracle-completion-object, sql-sqlite-completion-object)
7687 (sql-postgres-completion-object): New functions.
7688
d4eaeab1
GM
76892011-07-06 Glenn Morris <rgm@gnu.org>
7690
7691 * window.el (pop-to-buffer): Doc fix.
7692
322b7dab 76932011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
7694
7695 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
7696
322b7dab 76972011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 7698
322b7dab 7699 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 7700
322b7dab 7701 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 7702
605dd5bf
CY
77032011-07-05 Chong Yidong <cyd@stupidchicken.com>
7704
7705 * button.el (button): Inherit from link face. Suggested by Dan
7706 Nicolaescu.
7707
7dbfa719
SM
77082011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7709
3db614b0
SM
7710 * progmodes/gdb-mi.el: Fit in 80 columns.
7711 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
7712 switch-to-buffer.
7713
7dbfa719
SM
7714 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
7715 if imenu is simply not configured (bug#8941).
7716
919d884a
KM
77172011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
7718
7719 * allout.el (allout-post-undo-hook): New allout outline-change
7720 event hook to signal undo activity.
7721 (allout-post-command-business): Run allout-post-undo-hook if an
7722 undo just occurred.
7dbfa719
SM
7723 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
7724 * allout-widgets.el (allout-widgets-after-undo-function):
7725 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
7726 in the vicinity of an undo.
7727 (allout-widgets-mode): Include allout-widgets-after-undo-function
7728 on the new allout-post-undo-hook.
7729
450a0f09
SM
77302011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7731
7732 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
7733 Let define-derived-mode define it.
7734 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
7735 cycles of abbrev-table inheritance (bug#8998).
7736
2de69e00
RW
77372011-07-05 Roland Winkler <winkler@gnu.org>
7738
7739 * textmodes/bibtex.el: Add support for biblatex.
7740 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
7741 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
7742 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
7743 (bibtex-entry-alist, bibtex-field-alist): New variables.
7744 (bibtex-entry-field-alist): Obsolete alias for
7745 bibtex-BibTeX-entry-alist.
7746 (bibtex-entry-alist, bibtex-field-alist): New widgets.
7747 (bibtex-set-dialect): New command.
7748 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
7749 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
7750 Bind via bibtex-set-dialect.
2de69e00
RW
7751 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
7752 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
7753 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
7754 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
7755 Define via bibtex-set-dialect.
450a0f09
SM
7756 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
7757 Obey bibtex-no-opt-remove-re.
2de69e00
RW
7758 (bibtex-vec-push, bibtex-vec-incr): New functions.
7759 (bibtex-format-entry, bibtex-field-list)
7760 (bibtex-print-help-message, bibtex-validate)
7761 (bibtex-search-entries): Use new format of bibtex-entry-alist.
7762
2dcdbdd9
SM
77632011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7764
7765 * progmodes/compile.el (compilation-goto-locus):
7766 * net/tramp-cmds.el (tramp-append-tramp-buffers):
7767 * bs.el (bs-cycle-next, bs-cycle-previous):
7768 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
7769 * bindings.el (mode-line-other-buffer):
7770 * autoinsert.el (auto-insert):
7771 * arc-mode.el (archive-extract):
7772 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
7773
b27640fe
JB
77742011-07-05 Juanma Barranquero <lekktu@gmail.com>
7775
7776 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
7777 Fix check of `emacs-lock-unlockable-modes'.
7778 Coerce true values of `emacs-lock--try-unlocking' to t.
7779
53bbe3ad
JB
77802011-07-05 Juanma Barranquero <lekktu@gmail.com>
7781
7782 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
7783 * emacs-lock.el: New file.
7784
1d3cdbc7
JD
77852011-07-05 Julien Danjou <julien@danjou.info>
7786
7787 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
7788 than `boundp' to check if face is set.
7789
9173deec
JB
77902011-07-05 Juanma Barranquero <lekktu@gmail.com>
7791
7792 * register.el (registerv-make):
7793 * window.el (window-min-height): Fix typos in docstrings.
7794
869795d6
JD
77952011-07-05 Jan Djärv <jan.h.d@swipnet.se>
7796
9173deec 7797 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
7798 Update doc string.
7799
b768cdcd
JB
78002011-07-04 Juanma Barranquero <lekktu@gmail.com>
7801
7802 * server.el (server-execute): Catch quit and call
7803 `server-return-error' to pass the error back to emacsclient and
7804 close the connection (bug#8942).
7805
13aa217b
KM
78062011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
7807
7808 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
7809 insecure exception for current topic. Also note that auto-saves
7810 are handled differently.
7811
7812 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
7813 State variables for tracking auto-save inhibition situation.
7814
7815 (allout-write-contents-hook-handler): Rename from
7816 'allout-write-file-hook-handler', and describe how it depends on
7817 write-contents-functions sensitivity to non-nil value to prevent
7818 file write.
7819
7820 (allout-auto-save-hook-handler): Remove. auto-save does not check
7821 this in individual buffers, only in the starting buffer, so this
7822 is not the right way for us to inhibit auto-save in a buffer
7823 according to its condition.
7824
7825 (allout-mode): Use new allout-write-contents-hook-handler, and
7826 only with write-contents-functions. Remove auto-save provisions -
7827 they're implemented elsewhere.
7828
7829 (allout-before-change-handler): If undo is in progress, note that
7830 for attention of allout-post-command-business.
7831
7832 (allout-post-command-business): If the command we're following was
7833 an undo, check for change in the status of encrypted items and
7834 adjust auto-save inhibitions accordingly.
7835
7836 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
7837 according to whether there are or aren't any plain-text topics
7838 pending encryption.
7839
2dcdbdd9 7840 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
7841 Adjust buffer-saved-size and some allout state to inhibit auto-saves
7842 if there are plain-text topics pending encryption.
13aa217b
KM
7843
7844 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
7845 buffer-saved-size and some allout state to not inhibit auto-saves
7846 if there are no longer any plain-text topics pending encryption.
7847
0757af94
SM
7848 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
7849 No longer provide for exemption of the current topic.
13aa217b 7850
ac89b32c
JL
78512011-07-04 Juri Linkov <juri@jurta.org>
7852
7853 Add 7z operations to delete and save changed members (bug#8968).
7854 * arc-mode.el (archive-7z-expunge, archive-7z-update):
7855 New defcustoms.
7856 (archive-7z-write-file-member): New function.
7857 (archive-7z-summarize): Fix the number of dashes in the
7858 listing output.
7859
8fa39615
SM
78602011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7861
7862 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
7863 (bug#8958).
7864
2f11b3f1
CY
78652011-07-04 Chong Yidong <cyd@stupidchicken.com>
7866
d66fef2b
CY
7867 * bindings.el: Ignore next-buffer and previous-buffer in
7868 minibuffer-local-map.
7869
2f11b3f1
CY
7870 * font-lock.el (font-lock-builtin-face): Change light background
7871 color to dark slate blue (Bug#6693).
7872
f932a347
WD
78732011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7874
7875 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
7876
c8af70e1
SM
78772011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7878
7879 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
7880 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7881 Add switch-to-buffer.
7882
f158badc
LMI
78832011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7884
7885 * isearch.el (isearch-search-fun-function): Clarify further the
7886 meaning of the function returned.
7887
6d95bd46
MA
78882011-07-04 Michael Albinus <michael.albinus@gmx.de>
7889
7890 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
7891
7892 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
7893 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
7894 Use it.
7895 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
7896 `tramp-default-remote-path' does not exist.
7897 (tramp-send-command-and-read): New optional argument NOERROR.
7898 (tramp-open-connection-setup-interactive-shell)
7899 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
7900 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
7901 (tramp-process-sentinel): Flush also process' connection property.
7902 (tramp-sh-handle-start-file-process): Do not set process
7903 sentinel. It is done now ...
7904 (tramp-maybe-open-connection): ... here. (Bug#8929)
7905
909e6b67
MK
79062011-07-04 MON KEY <monkey@sandpframing.com>
7907
7908 * play/animate.el (animate-string): Doc fixes and allow changing
7909 the buffer name (bug#5417).
7910
79112011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7912
c8af70e1 7913 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 7914
f34755dc
PE
79152011-07-04 Paul Eggert <eggert@cs.ucla.edu>
7916
396cec72
PE
7917 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
7918 This is simpler and helps future-proof the code.
7919 (timer-until): Use time-subtract and float-time.
08235028 7920 (timer--time-less-p): Use time-less-p.
f34755dc 7921
56e6cc31
JB
79222011-07-04 Juanma Barranquero <lekktu@gmail.com>
7923
3abb79e5
JB
7924 * type-break.el (timep): Use the value of `float-time' to avoid a
7925 byte-compiler warning.
7926
56e6cc31
JB
7927 * server.el (server-eval-and-print): Return any result, even nil.
7928
7b9430b4
PE
79292011-07-03 Paul Eggert <eggert@cs.ucla.edu>
7930
7931 * type-break.el: Accept time formats that the builtins accept.
7932 (timep, type-break-time-difference): Accept any format that
7933 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
7934 This is simpler and helps future-proof the code.
7935 (type-break-time-difference): Round rather than ignoring
7936 subseconds components.
7937
3034e9e7
LMI
79382011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7939
7940 * info.el (Info-apropos-matches): Make non-interactive, since it
7941 doesn't seem to do anything useful as a command (bug#8829).
7942
1485f4c0
CY
79432011-07-03 Chong Yidong <cyd@stupidchicken.com>
7944
7945 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 7946 Move from faces.el.
1485f4c0
CY
7947 (frame-default-terminal-background): New function.
7948
7949 * custom.el (custom-push-theme): Don't record faces in `changed'
7950 theme; this doesn't work correctly for per-frame face settings.
7951 (disable-theme): Use face-set-after-frame-default to reset faces.
7952 (custom--frame-color-default): New function.
7953
9fa3dd45
LMI
79542011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7955
c8af70e1 7956 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
7957 (bug#8769).
7958
6cbbc20c
KR
79592011-03-29 Kevin Ryde <user42@zip.com.au>
7960
7961 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7962 `perl-Test2' extend to match possible "fail #N" rep count
7963 (bug#8377).
7964
c7f98048
LMI
79652011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7966
65676592
LMI
7967 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
7968 `smtpmail-via-smtp' now returns the error instead of nil.
7969
c7f98048
LMI
7970 * isearch.el (isearch-search-fun-function): Clarify the doc string
7971 (bug#8101).
7972
56e6cc31 79732011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
7974
7975 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
7976 unnecessary spaces (bug#8987).
7977
2b216704
LMI
79782011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7979
7980 * net/network-stream.el (open-network-stream): Use the
7981 :end-of-capability command thoughout.
7982
79832011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7984
7985 * net/network-stream.el (open-network-stream): Add the
7986 :end-of-capability command parameter, used by pop3.el.
7987
36adf6ce
LMI
79882011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7989
1ca0da0e
LMI
7990 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
7991
fc00f69c
LMI
7992 * fringe.el (fringe-query-style): Remove redundant text " (type ?
7993 for list)" (bug#6475).
7994
28fd8759 7995 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 7996 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
7997 an error (bug#6297).
7998
0dd8b6da
LMI
7999 * man.el (Man-reference-regexp): Allow matching possible
8000 word-wrapped references (bug#6289).
8001
ce1438d6
LMI
8002 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
8003 for consistency with the other vc buffers (bug#6197).
8004 (vc-checkin): Ditto.
8005
8006 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
8007
36adf6ce
LMI
8008 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
8009
e83cc1f7
LMI
80102011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8011
8a20ca4c
LMI
8012 * custom.el (defcustom): Clarify that :set is only used in the
8013 Customize user interface (bug#6089).
8014
83319045
LMI
8015 * progmodes/flymake.el (flymake-mode): If the buffer isn't
8016 associated with a file, refuse to run instead of erroring out
8017 (bug#6084).
8018
a8392169
LMI
8019 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
8020 the doc string, since it appears that using `fill-column' always
8021 controls the width (bug#7845).
8022
e83cc1f7
LMI
8023 * simple.el (shell-command-on-region): Say where the error output
8024 went if `shell-command-default-error-buffer' is set (bug#6857).
8025
e47ca23b
KM
80262011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
8027
8028 * allout.el (allout-yank-processing): Adjust cursor position for
8029 backwards-deleted space.
8030
8031 (allout-rebullet-heading): Register changes with
8032 allout-exposure-changed-hook, so the modified topic is properly
8033 decorated.
8034
5cf56143
LMI
80352011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8036
08549772
LMI
8037 * minibuffer.el (completion-in-region): Document PREDICATE
8038 (bug#7136).
8039
48e96771
LMI
8040 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
8041 of keyword/argument pairs (bug#6904).
8042
c8af70e1
SM
8043 * replace.el (multi-occur):
8044 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 8045
e17d05e2
LMI
80462011-07-02 Drew Adams <drew.adams@oracle.com>
8047
8048 * dired.el (dired-mark-if): Make the message about whether it's
8049 marking or unmarking clearer (bug#8523).
8050
063b0e45
LMI
80512011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8052
8053 * disp-table.el (display-table-print-array): New function.
8054 (describe-display-table): Use it to print the vectors more pretty
8055 (Bug#8859).
8056
28545e04
MR
80572011-07-02 Martin Rudalics <rudalics@gmx.at>
8058
8059 * window.el (window-state-get-1): Don't assign clone numbers.
8060 Add clone-of item to list of window parameters.
8061 (window-state-put-2): Don't process clone numbers.
8062 (display-buffer-alist): Fix doc-string.
8063
3349e122
SM
80642011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8065
8066 * subr.el (remq): Don't allocate if it's not needed.
8067 (keymap--menu-item-binding, keymap--menu-item-with-binding)
8068 (keymap--merge-bindings): New functions.
8069 (keymap-canonicalize): Use them to refine the canonicalization.
8070 * minibuffer.el (minibuffer-local-completion-map)
8071 (minibuffer-local-must-match-map): Move initialization from C.
8072 (minibuffer-local-filename-completion-map): Move initialization from C;
8073 don't inherit from anything here.
8074 (minibuffer-local-filename-must-match-map): Make obsolete.
8075 (completing-read-default): Use make-composed-keymap to combine
8076 minibuffer-local-filename-completion-map with either
8077 minibuffer-local-must-match-map or
8078 minibuffer-local-filename-completion-map.
8079
d224ac83
GM
80802011-07-01 Glenn Morris <rgm@gnu.org>
8081
3de63bf8
GM
8082 * type-break.el (type-break-time-sum): Use dolist.
8083
d224ac83
GM
8084 * textmodes/flyspell.el (flyspell-word-search-backward):
8085 Replace CL function.
8086
1a1e3f32
SM
80872011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8088
fe3f64d5
SM
8089 * mouse.el (mouse--strip-first-event): New function.
8090 (function-key-map): Use it to map fringe clicks to normal clicks
8091 by default.
8092
eb604e34
SM
8093 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
8094 (vc-bzr-revision-completion-table): Add support for annotate and date.
8095
1a1e3f32
SM
8096 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
8097 inherit from parent.
8098
5bd35902
LMI
80992011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8100
ace6c69c 8101 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 8102 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 8103
191e2bed
LMI
8104 * dired.el (dired-mode): Fix up the doc string as suggested by
8105 Drew Adams (bug#8817).
8106
5bd35902
LMI
8107 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
8108 cookie, since the manual says that it should be possible to add
8109 this function to `find-file-hook' (bug#8709).
8110
eee8207a
TZ
81112011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8112
8113 * progmodes/cfengine.el: Moved all cfengine3.el functionality
8114 here. Noted Ted Zlatanov as the maintainer.
8115 (cfengine-common-settings, cfengine-common-syntax): New functions
8116 to set up common things between `cfengine-mode' and
8117 `cfengine3-mode'.
8118 (cfengine3-mode): New mode.
8119 (cfengine3-defuns cfengine3-defuns-regex
8120 (cfengine3-class-selector-regex cfengine3-category-regex)
8121 (cfengine3-vartypes cfengine3-font-lock-keywords)
8122 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 8123 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 8124
36b148cf
MA
81252011-07-01 Michael Albinus <michael.albinus@gmx.de>
8126
8127 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
8128
8129 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
8130
0bf4ba9a
MR
81312011-07-01 Martin Rudalics <rudalics@gmx.at>
8132
8133 * window.el (same-window-buffer-names, same-window-regexps)
8134 (same-window-p, special-display-frame-alist)
8135 (special-display-popup-frame, special-display-function)
8136 (special-display-buffer-names, special-display-regexps)
8137 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
8138 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8139 (split-window-preferred-function, split-height-threshold)
8140 (split-width-threshold, even-window-heights)
8141 (display-buffer-mark-dedicated, window-splittable-p)
8142 (split-window-sensibly, window-safely-shrinkable-p):
8143 Un-obsolete.
8144 (display-buffer): Don't spread args with function specifier
8145 because special-display-popup-frame won't like it.
8146
35837f51
PE
81472011-07-01 Paul Eggert <eggert@cs.ucla.edu>
8148
d0672f86
PE
8149 Time-stamp simplifications and fixes.
8150 These improve accuracy slightly, and future-proof the code
8151 against some potential changes to current-time format.
8152
b9444d97
PE
8153 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
8154 by using time-since and float-time.
8155
0ef923dc
PE
8156 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
8157 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
8158 + NNN microseconds".
8159
2f81380d
PE
8160 * type-break.el (type-break-time-sum): Rewrite using time-add.
8161
845b5c3e
PE
8162 * play/hanoi.el (hanoi-current-time-float): Remove.
8163 All uses replaced by float-time.
8164
ee6f1be0
PE
8165 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
8166 This yields a more-accurate answer.
8167 (rng-time-to-float): Remove; no longer needed.
8168
fe955043
PE
8169 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
8170
5777162a
PE
8171 * calendar/timeclock.el (timeclock-seconds-to-time):
8172 Defalias to seconds-to-time, since they're the same thing.
8173
3103f8b6 8174 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 8175 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
8176 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
8177
0e61a35f
SM
81782011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * window.el (bury-buffer): Don't iconify the only frame.
8181 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
8182 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
8183
ddd63a1e
CY
81842011-07-01 Chong Yidong <cyd@stupidchicken.com>
8185
0e61a35f
SM
8186 * eshell/em-smart.el (eshell-smart-display-navigate-list):
8187 Add mouse-yank-primary.
ddd63a1e 8188
055f4923
TZ
81892011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8190
8191 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
8192
6a2fb145
SM
81932011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8194
8195 * emacs-lisp/find-func.el (find-library--load-name): New fun.
8196 (find-library-name): Use it to find relative load names when provided
8197 absolute file name (bug#8803).
8198
fd4983f2
LMI
81992011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8200
887d14ad
LMI
8201 * textmodes/flyspell.el (flyspell-word): Consider words that
8202 differ only in case as potential doublons (bug#5687).
8203
c53dc7fc
LMI
8204 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
8205 Remove two rather uninteresting debugging-like messages to make
8206 debbugs.el more silent.
8207
fd4983f2
LMI
8208 * comint.el (comint-password-prompt-regexp): Accept "Response" as
8209 a password-like phrase.
8210
7a71b18d 82112011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
8212
8213 * progmodes/cc-guess.el: New file.
8214
6a2fb145 8215 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
8216
8217 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
8218 derived from `c-basic-common-init'.
8219
8220 * progmodes/cc-mode.el (top-level): Require cc-guess.
8221 (c-basic-common-init): Use `cc-choose-style-for-mode'.
8222
1fa280a3
LM
82232011-06-30 Lawrence Mitchell <wence@gmx.li>
8224
8225 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
8226
e6597158
AM
82272011-06-30 Alan Mackenzie <acm@muc.de>
8228
1fa280a3
LM
8229 * progmodes/cc-engine.el (c-guess-continued-construct):
8230 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
8231 lock is disabled. Name this case as "CASE G".
8232
68ba37fb
KM
82332011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
8234
8235 * allout.el (allout-yank-processing): Fix injection of extra space
8236 between bullet and non-whitespace character in first topic when
8237 pasting, ensuring that the actual spacing in the pasted topic
8238 following the bullet char is preserved. This extra space was
8239 causing pasted encrypted topics to get a decrypted status even
8240 when the content was actually still encrypted. Now the decryption
8241 status from before the paste is preserved.
8242
8243 (allout-flag-region): Set all allout overlays so they evaporate
8244 when reduced to zero length (evanescent), to prevent overlay
8245 leakage.
8246
887a0b34
GM
82472011-06-30 Glenn Morris <rgm@gnu.org>
8248
94b9acce
GM
8249 * w32-fns.el (w32-charset-info-alist): Declare.
8250
1d9b46d4
GM
8251 * find-dired.el (find-grep-options): Simplify.
8252
cc232200
GM
8253 * term/ns-win.el (ns-set-resource): Declare.
8254
28e77c46
GM
8255 * ses.el (row, col): Declare dynamic variables honestly.
8256
887a0b34
GM
8257 * textmodes/reftex-parse.el (index-tags): Declare.
8258
658d8eb8
CY
82592011-06-30 Chong Yidong <cyd@stupidchicken.com>
8260
8261 * cus-edit.el (customize-push-and-save): New function.
8262
8263 * files.el (hack-local-variables-confirm): Use it.
8264
1fa280a3
LM
8265 * custom.el (load-theme): New arg NO-CONFIRM.
8266 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
8267 (custom-enabled-themes): Doc fix.
8268
8269 * cus-theme.el (customize-create-theme)
8270 (custom-theme-merge-theme): Callers to load-theme changed.
8271
bb617717
LMI
82722011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8273
d61bdd5d
LMI
8274 * thingatpt.el (thing-at-point-short-url-regexp): Require that
8275 short URLs have at least one dot in them (bug #7614).
8276
bb617717
LMI
8277 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
8278 nil, because using a pty is apparently too slow (bug #895).
8279
2f31f37a
LMI
82802011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8281
8282 * mail/sendmail.el (sendmail-query-once): New function.
8283 (sendmail-query-once-function): New variable.
8284
3076b24e
GM
82852011-06-29 Glenn Morris <rgm@gnu.org>
8286
faf2a174
GM
8287 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
8288
3076b24e
GM
8289 * ses.el (top-level): Require cl when compiling.
8290 (ses-set-localvars): Fix error statement.
8291 Call it at compile time to silence a storm of warnings.
8292
5386012d
MR
82932011-06-29 Martin Rudalics <rudalics@gmx.at>
8294
8295 * window.el (normalize-live-buffer): Rename to
8296 window-normalize-buffer.
8297 (normalize-live-frame): Rename to window-normalize-frame.
8298 (normalize-any-window): Rename to window-normalize-any-window.
8299 (normalize-live-window): Rename to window-normalize-live-window.
8300 (make-window-atom): Rename to window-make-atom.
8301 (window-resize-reset): Rename to window--resize-reset.
8302 (window-resize-reset-1): Rename to window--resize-reset-1.
8303 (resize-mini-window): Rename to window--resize-mini-window.
8304 (resize-subwindows-skip-p): Rename to
8305 window--resize-subwindows-skip-p.
8306 (resize-subwindows-normal): Rename to
8307 window--resize-subwindows-normal.
8308 (resize-subwindows): Rename to window--resize-subwindows.
8309 (resize-other-windows): Rename to window--resize-siblings.
8310 (resize-this-window): Rename to window--resize-this-window.
8311 (resize-root-window): Rename to window--resize-root-window.
8312 (resize-root-window-vertically): Rename to
8313 window--resize-root-window-vertically.
8314 (normalize-buffer-to-display): Rename to
8315 window-normalize-buffer-to-display.
8316 (normalize-buffer-to-switch-to): Rename to
8317 window-normalize-buffer-to-switch-to.
8318 Correspondingly update all callers of the functions listed
8319 above.
8320 (display-buffer-alist, display-buffer-normalize-arguments)
8321 (display-buffer-normalize-options, display-buffer)
8322 (display-buffer-alist-set): Use "function" instead of
8323 "fun-with-args".
8324
1176868d
CY
83252011-06-28 Chong Yidong <cyd@stupidchicken.com>
8326
8327 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
8328 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
8329 debbugs.gnu.org. Mention acknowledgment email.
8330
20a7a65f
LMI
83312011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8332
8333 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
8334 buffer multibyteness, since it shouldn't matter.
8335
5f45cca5
MR
83362011-06-28 Martin Rudalics <rudalics@gmx.at>
8337
8338 * window.el (display-buffer-in-side-window): Handle dedicated
8339 windows as in display-buffer-reuse-window.
8340 (display-buffer-normalize-alist): Use value of override
8341 specifier.
8342 (display-buffer-normalize-specifiers): Use value of
8343 other-window-means-other-frame specifier.
8344 (display-buffer-alist): Rewrite some texts in widgets.
8345 (display-buffer): Spread arguments when calling function
8346 specified by fun-with-args.
8347
ad85fe1f
DD
83482011-06-28 Deniz Dogan <deniz@dogan.se>
8349
1fa280a3
LM
8350 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8351 Unnest `let'.
da68c4c8 8352
ad85fe1f
DD
8353 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
8354 selectors (Bug#5732).
ec49bd31 8355 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 8356
a08cc025
JA
83572011-06-27 Jari Aalto <jari.aalto@cante.net>
8358
8359 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
8360 (eshell-ls-date-format): New defcustom.
8361 (eshell-ls-file): Use it.
8362
e2b551c5
SM
83632011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8364
8365 * help-fns.el (describe-variable): Fix message for terminal-local vars.
8366
8982b231
KY
83672011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
8368
8369 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
8370 (ange-ftp-make-tmp-name): New arg.
8371 (ange-ftp-file-local-copy): Use it.
8372
36c9fa27
J
83732011-06-27 Jambunathan K <kjambunathan@gmail.com>
8374
8375 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
8376 no-conversion (Bug#8870).
8377
d68443dc
MR
83782011-06-27 Martin Rudalics <rudalics@gmx.at>
8379
8380 * window.el (window-right, window-left, window-child)
8381 (window-child-count, window-last-child)
8382 (window-iso-combination-p, walk-window-tree-1)
8383 (window-atom-check-1, window-tree-1, delete-window)
8384 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
8385 new naming conventions - window-vchild, window-hchild,
8386 window-next and window-prev are now called window-top-child,
8387 window-left-child, window-next-sibling and window-prev-sibling
8388 respectively.
d615d6d2
MR
8389 (resize-window-reset): Rename to window-resize-reset.
8390 (resize-window-reset-1): Rename to window-resize-reset-1.
8391 (resize-window): Rename to window-resize.
8392 (window-min-height, window-min-width)
8393 (resize-mini-window, resize-this-window, resize-root-window)
8394 (resize-root-window-vertically, adjust-window-trailing-edge)
8395 (enlarge-window, shrink-window, maximize-window)
8396 (minimize-window, delete-window, quit-restore-window)
8397 (split-window, balance-windows, balance-windows-area-adjust)
8398 (balance-windows-area, window-state-put-2)
8399 (display-buffer-even-window-sizes, display-buffer-set-height)
8400 (display-buffer-set-width, set-window-text-height)
8401 (fit-window-to-buffer): Rename all "resize-window" prefixed
8402 calls to use the "window-resize" prefix convention.
8403 (display-buffer-alist): Fix symbol for label specifier.
8404 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
8405 corresponding specifier.
8406 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 8407
b6458526
VB
84082011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8409
8410 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
8411 convention.
8412 (ses-call-printer): Does not pass an empty string to formatter when the
8413 cell is empty to keep from barking printer Calc math-format-value.
8414
d31fd9ac
RS
84152011-06-27 Richard Stallman <rms@gnu.org>
8416
43d5bf84
RS
8417 * battery.el (battery-mode-line-limit): New variable.
8418 (battery-update): Handle it.
8419
d31fd9ac
RS
8420 * mail/rmailmm.el (rmail-mime-process-multipart):
8421 Handle truncated messages.
8422
819a6054
GM
84232011-06-27 Glenn Morris <rgm@gnu.org>
8424
8425 * progmodes/flymake.el (flymake-err-line-patterns):
8426 Allow for column numbers in the ant/javac pattern. (Bug#8866)
8427
cedc73f2
VB
84282011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8429
819a6054 8430 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
8431 (ses--clean-!, ses--clean-_): New functions.
8432 (ses-range): Add configurability of readout order, and conversion
8433 to Calc vector.
8434
5e5d49b6
VB
8435 * ses.el (ses-repair-cell-reference-all): New function.
8436 (ses-cell-symbol): Set macro as safe, so that it can be used in
8437 formulas.
8438
56e6cc31 8439 * ses.el: Update cycle detection algorithm.
90ca8b49 8440 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 8441 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
8442 (ses-set-localvars): New function.
8443 (ses-make-cell): Add property-list as a cell element.
8444 (ses-cell-property-get-fun, ses-cell-property-get)
8445 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
8446 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
8447 New functions.
90ca8b49
VB
8448 (ses-cell-property-set, ses-cell-property-pop)
8449 (ses-cell-property-get-handle): New macro.
8450 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
8451 New aliases, used for code readability.
8452 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
8453 cycle detection.
8454 (ses-self-reference-early-detection): New defcustom.
fac916bf 8455 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
8456 (ses-mode): Use ses-set-localvars.
8457 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
8458 before lauching the update processing.
8459 (ses-initialize-Dijkstra-attempt): New function.
8460 (ses-recalculate-cell): Update for cycle detection based on
8461 Dijkstra algorithm.
8462
2bb63e81
VB
8463 * ses.el: Fix commenting and indenting convention.
8464
c9d29fb8
SM
84652011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8466
8467 * bs.el (bs-cycle-next): Complete last change.
8468
d8e4b68b
JB
84692011-06-27 Drew Adams <drew.adams@oracle.com>
8470
8471 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
8472
40098786
LMI
84732011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8474
c9d29fb8
SM
8475 * net/network-stream.el (network-stream-open-starttls):
8476 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
8477 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
8478
40098786
LMI
8479 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
8480 to binary to possibly avoid line encoding issues on Windows (among
8481 other things).
8482
468d09d4
LMI
84832011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8484
8485 * net/network-stream.el (open-network-stream): Return an :error
8486 saying what the problem was, if possible.
8487
8488 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
8489 server.
8490
8491 * net/network-stream.el (network-stream-open-starttls): If we
8492 wanted to use STARTTLS, and the server offered it, but we weren't
8493 able to because we had no STARTTLS support, then close the connection.
8494 (open-network-stream): Return an :error element, if present.
8495
16f07dd7
CY
84962011-06-26 Chong Yidong <cyd@stupidchicken.com>
8497
88821ca0
CY
8498 * hl-line.el (hl-line-sticky-flag): Doc fix.
8499 (global-hl-line-sticky-flag): New option (Bug#8323).
8500 (global-hl-line-highlight): Obey it.
8501
16f07dd7
CY
8502 * vc/vc.el (vc-revert-show-diff): Default to t.
8503
6b5ccddf
KM
85042011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
8505
c9d29fb8
SM
8506 * allout-widgets.el (allout-widgets-post-command-business):
8507 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
8508 undecorated when an isearch is continued past, and isearch
8509 automatically collapses them. This leads to "widget leaks", where
8510 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
8511 hidden widgets can slow down cursor travel, substantially.
8512 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
8513 so we're doing without this nicety.
8514
8515 (allout-widgets-tally-string): Don't try to do a hash-table-count
8516 of allout-widgets-tally when it's nil. This eliminates spurious "Error
8517 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
8518 *Messages* when allout-widgets-maintain-tally is t.
8519
355f2e07
MR
85202011-06-26 Martin Rudalics <rudalics@gmx.at>
8521
8522 * window.el (display-buffer-normalize-argument): Rename to
8523 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
8524 LABEL argument. Respect special-display-function when popping up
8525 a new frame. Fix code searching for a window showing the buffer
8526 on another frame.
c9d29fb8
SM
8527 (display-buffer-normalize-specifiers):
8528 Call display-buffer-normalize-arguments.
355f2e07
MR
8529 (display-buffer-in-window): Don't undedicate the window if its
8530 buffer remains the same.
8531 Reported by Drew Adams <drew.adams@oracle.com>.
8532 (display-buffer-alist): Add choice for same-window macro
8533 specfier.
8534 (display-buffer): Mention special meaning of LABEL argument in
8535 doc-string. Fix quoting. Don't pop up a new frame even as
8536 fallback.
8537
7ca8fc42
JB
85382011-06-26 Juanma Barranquero <lekktu@gmail.com>
8539
8540 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
8541 avoid deleting the current window in some cases (bug#8911).
8542
bc312254
AS
85432011-06-26 Andreas Schwab <schwab@linux-m68k.org>
8544
8545 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
8546 (Bug#8934)
8547
2db18f3f
LMI
85482011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8549
c9d29fb8
SM
8550 * net/network-stream.el (network-stream-open-starttls):
8551 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
8552 (network-stream-open-tls): Ditto.
8553
6302e0d3
LL
85542011-06-26 Leo Liu <sdl.web@gmail.com>
8555
8556 * register.el (registerv): New struct.
8557 (registerv-make): New function.
c9d29fb8
SM
8558 (jump-to-register, describe-register-1, insert-register):
8559 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
8560 struct. (Bug#8415)
8561
5fdd4046
CY
85622011-06-26 Chong Yidong <cyd@stupidchicken.com>
8563
2afef60a
CY
8564 * vc/vc.el (vc-revert-show-diff): New defcustom.
8565 (vc-diff-internal): New arg specifying diff buffer.
8566 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
8567 reuse an existing *vc-diff* buffer (Bug#8927).
8568
5fdd4046
CY
8569 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
8570
e93db24a
GM
85712011-06-26 Glenn Morris <rgm@gnu.org>
8572
8573 * progmodes/f90.el (f90-critical-indent): New option.
8574 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
8575 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
8576 (f90-mode): Doc fix.
8577 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
8578 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
8579 (f90-beginning-of-block, f90-next-block, f90-indent-region)
8580 (f90-match-end): Handle block, critical.
8581
eefff499
GM
85822011-06-25 Glenn Morris <rgm@gnu.org>
8583
f6ba4cc9
GM
8584 * calendar/diary-lib.el (diary-included-files): Doc fix.
8585 (diary-include-files): New function, extracted from
8586 diary-include-other-diary-files and diary-mark-included-diary-files.
8587 (diary-include-other-diary-files, diary-mark-included-diary-files):
8588 Just call diary-include-files.
8589 (diary-mark-entries): Reset diary-included-files on first call.
8590
16712304
GM
8591 * calendar/diary-lib.el (diary-mark-entries)
8592 (diary-mark-included-diary-files):
8593 Visit included diary-files in temp buffers.
8594
5d8e0d43
GM
8595 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
8596 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
8597 (f90-start-block-re, f90-imenu-generic-expression)
8598 (f90-looking-at-program-block-start, f90-no-block-limit):
8599 Add support for submodules.
8600
ccf7a5d5
GM
8601 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8602 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 8603
11fdef7d 86042011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
8605
8606 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
8607 buffer-file-type before setting its value, to avoid disastrous
eefff499 8608 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 8609
74f53697
JB
86102011-06-25 Juanma Barranquero <lekktu@gmail.com>
8611
8612 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
8613
8614 * ses.el (ses-unload-function):
8615 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
8616
8617 * proced.el (proced-unload-function):
8618 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
8619
18a4ce5e
AR
86202011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
8621
8622 * server.el (server-create-window-system-frame): Add parameters arg.
8623 (server-process-filter): Doc fix. Handle frame-parameters.
8624
519d22cc
JB
86252011-06-25 Juanma Barranquero <lekktu@gmail.com>
8626
8627 Fix bug#8730, bug#8781.
8628
8629 * loadhist.el (unload--set-major-mode): New function.
8630 (unload-feature): Use it.
8631
8632 * progmodes/python.el (python-after-info-look): Add autoload cookie.
8633 (python-unload-function): New function.
8634
c206f5b0
SM
86352011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8636
8637 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
8638
f9ad64f3
GS
86392011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
8640
8641 * net/browse-url.el (browse-url-firefox-program): Add icecat to
8642 the candidates list.
8643
7d0da90e
JB
86442011-06-24 Juanma Barranquero <lekktu@gmail.com>
8645
8646 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
8647
14b4e83d
RS
86482011-06-23 Richard Stallman <rms@gnu.org>
8649
8650 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
8651 (rmail-variables): Set next-error-move-function.
8652 (rmail-what-message): Take argument POS.
8653 (rmail-next-error-move): New function.
8654
273d2baf
SM
86552011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8656
8657 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
8658 messages for adjacent non-terminals.
8659
56c2cc9a
RS
86602011-06-23 Richard Stallman <rms@gnu.org>
8661
8662 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 8663 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
8664 (rmail-start-mail): Don't specify use of rmail-mail-return;
8665 that's done by mail-bury now.
8666 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 8667
d59eb518
MA
86682011-06-23 Michael Albinus <michael.albinus@gmx.de>
8669
8670 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
8671 SIZE is a number.
8672
02cfc6d6
MR
86732011-06-23 Martin Rudalics <rudalics@gmx.at>
8674
8675 * window.el (get-lru-window, get-mru-window)
8676 (get-largest-window): Never return a minibuffer window.
8677 (display-buffer-pop-up-window): Fix a bug that could lead to
8678 reusing the minibuffer window.
8679 (display-buffer): Pass original specifier argument to
8680 display-buffer-function instead of the normalized one.
8681 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8682
4e323265
LL
86832011-06-22 Leo Liu <sdl.web@gmail.com>
8684
8685 * minibuffer.el (completing-read-function)
8686 (completing-read-default): Move from minibuf.c
8687
7a70468f
RS
86882011-06-22 Richard Stallman <rms@gnu.org>
8689
50718fc2
RS
8690 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
8691 to Rmail even if not started by a special Rmail command.
8692
7a70468f
RS
8693 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
8694 Copy the buffer currently showing just one message.
8695
297dde5a
RW
86962011-06-22 Roland Winkler <winkler@gnu.org>
8697
8698 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
8699 (bibtex-clean-entry): First delete the old key so that a
8700 customized algorithm for generating the new key does not get
8701 confused by the old key.
8702 (bibtex-url): Obey regexp of first step.
8703 (bibtex-search-entries): Do not use add-to-list with local
8704 list-var.
8705
97bb1093
LMI
87062011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8707
8708 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
8709 stored a user name, then query for the password first, instead of
8710 waiting for SMTP to give an error message and the trying again.
8711
1c0f1a19
JD
87122011-06-22 Lawrence Mitchell <wence@gmx.li>
8713
8714 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
8715 BUFFER in call-process.
8716
396f7c9d
LMI
87172011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8718
8719 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
8720 QUIT twice.
ddb7ffee
LMI
8721 (smtpmail-try-auth-methods): Require user name and password from
8722 auth-source.
396f7c9d 8723
8998d1b3
MR
87242011-06-22 Martin Rudalics <rudalics@gmx.at>
8725
8726 * window.el (display-buffer-default-specifiers)
8727 (display-buffer-alist): Remove entries for pop-up-frame-alist.
8728 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 8729 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
8730
8731 * frame.el (pop-up-frame-alist, pop-up-frame-function)
8732 (special-display-frame-alist, special-display-popup-frame):
8733 Remove duplicate declarations. These are now in window.el.
8734
4ea31e07
LMI
87352011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8736
c9d29fb8
SM
8737 * mail/smtpmail.el (smtpmail-via-smtp):
8738 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
8739 server supports it. SMTP servers that support STARTTLS commonly
8740 require it.
8741
8742 * net/network-stream.el (network-stream-open-starttls): Support
8743 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 8744 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 8745
95f41d9a
LMI
8746 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
8747 upgrades with `open-network-stream', and rely solely on
8748 auth-source for all credentials. Big changes throughout the file,
8749 but in particular:
c9d29fb8
SM
8750 (smtpmail-auth-credentials): Remove.
8751 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
8752 (smtpmail-via-smtp): Check for servers saying they want AUTH after
8753 MAIL FROM, too.
95f41d9a 8754
c9d29fb8
SM
8755 * net/network-stream.el (network-stream-open-starttls):
8756 Provide support for client certificates both for external and built-in
4ea31e07
LMI
8757 STARTTLS.
8758 (auth-source): Require.
8759 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
8760 (network-stream-certificate): Change cert-cert to cert and
8761 cert-key to key.
4ea31e07 8762
065ec2c7
MA
87632011-06-21 Michael Albinus <michael.albinus@gmx.de>
8764
8765 * net/tramp-cache.el (top): Don't load the persistency file when
8766 "emacs -Q" has been called.
8767
cd93b359
DR
87682011-06-21 Tim Harper <timcharper@gmail.com>
8769
d8e4b68b
JB
8770 * term/ns-win.el (ns-initialize-window-system):
8771 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
8772 resource to NO as it is not yet supported by the NS port.
8773
ae9c0411
JB
87742011-06-21 Juanma Barranquero <lekktu@gmail.com>
8775
8776 * misc.el (list-dynamic-libraries--refresh): Compute header here...
8777 (list-dynamic-libraries): ...not here.
8778
7f3f739f
LL
87792011-06-21 Leo Liu <sdl.web@gmail.com>
8780
8781 * subr.el (sha1): Implement sha1 using secure-hash.
8782
327c8fb1
MR
87832011-06-21 Martin Rudalics <rudalics@gmx.at>
8784
8785 * window.el (display-buffer-alist): In default value do not
8786 enforce searching a window on any but the selected frame.
8787 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8788 (display-buffer-select-window): Remove function.
8789 (display-buffer-in-window): When a window on another frame gets
8790 reused, do not select it any more but just raise its frame if
8791 necessary (Bug#8851) and (Bug#8856).
8792 (display-buffer-normalize-options): Handle pop-up-frames related
8793 options more faithfully.
8794 (pop-to-buffer): Don't rely on `display-buffer' selecting the
8795 window if it is on another frame.
c9d29fb8
SM
8796 (display-buffer-alist, display-buffer-default-specifiers):
8797 Don't make new frame unsplittable by default.
9e9de014
MR
8798 (display-buffer-normalize-argument): Fix doc-string typo and use
8799 'same-frame-other-window instead of 'other-window when associating
8800 with display-buffer-macro-specifiers.
327c8fb1 8801
7cf3f556
VB
88022011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
8803
8804 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
8805 New functions.
8806 (5x5-mode-map, 5x5-mode-menu): Bind them.
8807 (5x5-draw-grid): Tweak the solver's rendering.
8808
60a406cf
SM
88092011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8810
8811 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
8812 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
8813
d8e4b68b 88142011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
8815
8816 * menu-bar.el: Use function variable instead of switch-to-buffer.
8817 (menu-bar-select-buffer-function): New variable.
60a406cf 8818 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 8819
478d6f95
SM
88202011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8821
8822 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
8823 variable's status.
8824
ca530739
JD
88252011-06-20 Jan Djärv <jan.h.d@swipnet.se>
8826
8827 * x-dnd.el (x-dnd-version-from-flags)
8828 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
8829 and long as number (Bug#8899).
8830 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
8831
bcd70d97
SM
88322011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8833
60a406cf 8834 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
8835 (completion-try-completion, completion-all-completions): Compute the
8836 metadata argument if it's missing; make it optional (bug#8795).
8837
60a406cf 8838 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
8839 (widget-complete): Use new :completion-function property.
8840 (widget-completions-at-point): New function.
8841 (default): Use :completion-function instead of :complete.
60a406cf
SM
8842 (widget-default-completions): Rename from widget-default-complete;
8843 Rewrite.
bcd70d97
SM
8844 (widget-string-complete, widget-file-complete, widget-color-complete):
8845 Remove functions.
8846 (file, symbol, function, variable, coding-system, color):
8847 * international/mule-cmds.el (default-input-method, charset)
8848 (language-info-custom-alist):
8849 * cus-edit.el (face): Use new property :completions.
8850
8851 * progmodes/pascal.el (pascal-completions-at-point): New function.
8852 (pascal-mode): Use it.
8853 (pascal-mode-map): Use completion-at-point.
8854 (pascal-toggle-completions): Make obsolete.
8855 (pascal-complete-word, pascal-show-completions):
8856 * progmodes/octave-mod.el (octave-complete-symbol):
8857 Redefine as obsolete alias.
8858 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
8859 Signal absence of completion info for old Octave,
8860 (inferior-octave-complete): Redefine as obsolete alias.
8861 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
8862 (meta-completions-at-point): Rename from meta-complete-symbol and
8863 adapt it for use on completion-at-point-functions.
8864 (meta-common-mode): Use it.
8865 (meta-looking-at-backward, meta-match-buffer): Remove.
8866 (meta-complete-symbol): Redefine as obsolete alias.
8867 (meta-common-mode-map): Use completion-at-point.
8868 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
8869 (makefile-mode-map): Use completion-at-point.
8870 (makefile-completions-at-point): Rename from makefile-complete and
8871 adapt it for use on completion-at-point-functions.
8872 (makefile-mode): Use it.
8873 (makefile-complete): Redefine as obsolete alias.
8874
aebf69c8
DD
88752011-06-20 Deniz Dogan <deniz@dogan.se>
8876
8877 * net/rcirc.el: Delete trailing whitespaces once and for all.
8878
bfbbb27d
DC
88792011-06-20 Daniel Colascione <dan.colascione@gmail.com>
8880
8881 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
8882
d264a46b
CY
88832011-06-19 Chong Yidong <cyd@stupidchicken.com>
8884
4ca009e5
CY
8885 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
8886
d264a46b
CY
8887 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
8888
fbf5b3ce
MR
88892011-06-19 Martin Rudalics <rudalics@gmx.at>
8890
8891 * window.el (display-buffer-other-window-means-other-frame):
8892 Call display-buffer-normalize-alist.
8893 (display-buffer-normalize-specifiers-1): Rename to
8894 display-buffer-normalize-argument. New argument other-frame.
8895 Rewrite.
8896 (display-buffer-normalize-specifiers-2): Rename to
8897 display-buffer-normalize-options.
8898 (display-buffer-normalize-alist-1): New function.
8899 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
8900 display-buffer-normalize-alist.
8901 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
8902 (display-buffer-normalize-options-inhibit): New variable.
8903 (display-buffer-normalize-specifiers): Rewrite calling
8904 display-buffer-normalize-alist,
8905 display-buffer-normalize-argument, and
8906 display-buffer-normalize-options. Don't call the latter if
8907 display-buffer-normalize-options-inhibit is non-nil.
8908 (frame-auto-delete): New option.
8909 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
8910 (window-list-no-nils, window-state-ignored-parameters)
8911 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
8912 (window-state-put-1, window-state-put-2, window-state-put):
8913 New functions.
9a028c23
MR
8914 (display-buffer-normalize-options): Move special-display-p group
8915 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 8916
6d10d800
CY
89172011-06-18 Chong Yidong <cyd@stupidchicken.com>
8918
6420d28b
CY
8919 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
8920 groups (Bug#8776).
8921 (rx-submatch-n): New function.
8922 (rx): Document it.
8923
ddb8b596
CY
8924 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
8925 (Bug#8768).
8926
8927 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
8928
77080289
CY
8929 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
8930
61dfb316
CY
8931 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
8932 anytime existing face settings are present (Bug#8889).
8933
6d10d800
CY
8934 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
8935 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
8936 Remove unused argument.
8937
be3fb2b8
MR
89382011-06-18 Martin Rudalics <rudalics@gmx.at>
8939
bcd70d97
SM
8940 * window.el (display-buffer-default-specifiers):
8941 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
8942 pop-up-window-min-width, and another reuse-window specifier
8943 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
8944 (display-buffer-normalize-specifiers-2):
8945 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
8946 pop-up-windows is unset. Add a reuse-window specifier for the
8947 case popping up a new window fails.
8948 (special-display-popup-frame): Remove double quoting.
28dec25a 8949 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 8950
1c6d8c76
SM
89512011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8952
8953 * shell.el (shell-completion-vars): Set pcomplete-termination-string
8954 according to comint-completion-addsuffix.
8955
8956 * pcomplete.el: Convert to lexical binding and fix bug#8819.
8957 (pcomplete-suffix-list): Mark as obsolete.
8958 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
8959 pcomplete-seen in the closure.
8960 (pcomplete-comint-setup): Setup completion-at-point as well.
8961 (pcomplete--entries): New function.
8962 (pcomplete--env-regexp): New var.
8963 (pcomplete-entries): Rewrite to work with partial-completion and
8964 without relying on pcomplete-suffix-list.
8965 (pcomplete-pare-list): Remove, unused.
8966
25aef8b8
MR
89672011-06-17 Martin Rudalics <rudalics@gmx.at>
8968
8969 * window.el (display-buffer-alist): Set pop-up-window-min-height
8970 and pop-up-window-min-width in default value. Reported by
8971 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
8972 other-window-means-other-frame.
8973 (display-buffer-macro-specifiers): Comment out entry for
8974 other-window specifier.
8975 (display-buffer-other-window-means-other-frame): New function.
8976 (display-buffer-normalize-specifiers-1): New arguments
8977 buffer-name and label. Treat other-window case specially.
8978 (display-buffer-normalize-specifiers-2): Treat other-window case
8979 specially.
8980 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
8981 (display-buffer-normalize-specifiers):
8982 Call display-buffer-normalize-specifiers-3.
25aef8b8 8983
dbad4f69
MR
89842011-06-17 Martin Rudalics <rudalics@gmx.at>
8985
8986 * window.el (same-window-p): Fix two typos introduced when
8987 adding with-no-warnings.
d1067961
MR
8988 (display-buffer-normalize-specifiers-1): Don't check
8989 pop-up-frames for 'unset initialization.
8990 (display-buffer-normalize-specifiers-2): Major rewrite using
8991 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
8992 (pop-up-frames, display-buffer-reuse-frames)
8993 (display-buffer-mark-dedicated): Don't initialize to 'unset.
8994 Suggested by David Engster <deng@randomsample.de>.
8995 (even-window-heights): Initialize to 'unset.
8996 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
8997 (display-buffer-macro-specifiers): Don't pop up a new frame in the
8998 other window case.
dbad4f69 8999
9b9c9e3a
MR
90002011-06-16 Martin Rudalics <rudalics@gmx.at>
9001
bcd70d97
SM
9002 * window.el (display-buffer-normalize-specifiers-1):
9003 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 9004 second argument of display-buffer (Bug#8865).
981d5c09
MR
9005 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
9006 (switch-to-buffer-other-window-same-frame)
9007 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
9008 Adams (Bug#8875).
9c2755e9
MR
9009 (display-buffer): Don't check noninteractive when calling
9010 display-buffer-pop-up-frame.
9011 (display-buffer-pop-up-frame): Never pop up a frame in
9012 noninteractive mode (Bug#8857).
67222e1d
MR
9013 (enlarge-window, shrink-window): Don't report an error when the
9014 window can't be resized as requested (Bug#8862).
9b9c9e3a 9015
2b75be67
SM
90162011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9017
9ffdd3ba
SM
9018 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
9019
cb581a67
SM
9020 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
9021
2b75be67
SM
9022 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
9023
8c0e3589
AM
90242011-06-15 Alan Mackenzie <acm@muc.de>
9025
cb581a67
SM
9026 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
9027 for declarators, disable knr checking to speed up for normal files.
9028 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 9029
b96e6cde
LMI
90302011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9031
4bba86e6
LMI
9032 * net/network-stream.el (open-network-stream): Add the keyword
9033 :always-query-capabilities for the case where you want to force a
9034 `plain' network connection, but the protocol still requires the
9035 capabilitiy command (i.e., SMTP and EHLO).
9036
2b75be67 9037 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
9038 consistency with other `-live-p' functions.
9039
efdcdbf8
SM
90402011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9041
9042 * window.el (same-window-buffer-names, same-window-regexps)
9043 (special-display-frame-alist, special-display-popup-frame)
9044 (special-display-function, special-display-buffer-names)
9045 (special-display-regexps, pop-up-frame-alist)
9046 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
9047 (pop-up-windows, split-window-preferred-function)
9048 (split-height-threshold, split-width-threshold, even-window-heights)
9049 (display-buffer-mark-dedicated): Don't encourage the use of
9050 display-buffer-alist from Elisp code.
9051
c5cde042
DN
90522011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9053
9054 * progmodes/python.el (python-mode): Derive from prog-mode.
9055 * progmodes/ps-mode.el (ps-mode):
9056 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 9057 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
9058 * progmodes/ld-script.el (ld-script-mode): Likewise.
9059
baa1c9ab
MR
90602011-06-15 Martin Rudalics <rudalics@gmx.at>
9061
9062 * window.el (display-buffer-alist): Trim default value to avoid
9063 popping up a new frame (Bug#8857) or reusing an arbitrary window
9064 on another frame.
9065 (display-buffer): Do not fall back on popping up a new frame in
9066 batch mode (Bug#8857).
9067
c5dd5a51
CY
90682011-06-14 Chong Yidong <cyd@stupidchicken.com>
9069
9070 * cus-theme.el (describe-theme-1): Use custom-theme-p.
9071 (custom-theme-summary): New function.
9072 (customize-themes): Use it.
9073
d647b7c4
GM
90742011-06-13 Glenn Morris <rgm@gnu.org>
9075
9076 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
9077
9481c002
MR
90782011-06-13 Martin Rudalics <rudalics@gmx.at>
9079
357f93d2
MR
9080 * help.el (help-window): Remove variable.
9081 (help-window-point-marker, temp-buffer-max-height)
9082 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
9083 (help-print-return-message): Don't set help-window.
9084 (resize-temp-buffer-window): Rewrite cod eand doc-string.
9085 (help-window-setup-finish): Remove.
9086 (help-window-display-message, help-window-setup)
9087 (with-help-window): Major rewrite based on new
9088 display-buffer-window variable.
9089
9090 * help-mode.el (help-mode-finish): Remove help-window related
9091 code.
9092
9093 * view.el (view-exits-all-viewing-windows): Remove reference to
9094 view-return-to-alist in doc-string.
9095 (view-return-to-alist): Make obsolete.
9096 (view-buffer): Call pop-to-buffer-same-window and remove
9097 undo-window code.
9098 (view-buffer-other-window): Call pop-to-buffer-other-window and
9099 simplify code. Ignore second argument.
9100 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
9101 simplify code. Ignore second argument.
9102 (view-return-to-alist-update): Make obsolete.
9103 (view-mode-enter): Rename second argument to QUIT-RESTORE.
9104 Rewrite using quit-restore window parameters.
2b75be67
SM
9105 (view-mode-exit): Rename second argument to EXIT-ONLY.
9106 Rewrite using quit-restore-window.
357f93d2
MR
9107 (View-exit, View-exit-and-edit, View-leave, View-quit)
9108 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
9109 appropriate arguments.
9110 (view-end-message): Use quit-restore window parameter.
9111
9481c002
MR
9112 * window.el (display-buffer-function): Rewrite doc-string.
9113 (display-buffer-window, display-buffer-alist): New variables.
9114 (display-buffer-split-specifiers)
9115 (display-buffer-side-specifiers)
9116 (display-buffer-macro-specifiers): New constants.
9117 (display-buffer-even-window-sizes, display-buffer-set-height)
9118 (display-buffer-set-width, display-buffer-select-window)
9119 (display-buffer-in-window, display-buffer-reuse-window)
9120 (display-buffer-split-window-1, display-buffer-split-window)
9121 (display-buffer-split-atom-window, display-buffer-pop-up-window)
9122 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
9123 (display-buffer-in-side-window, normalize-buffer-to-display)
9124 (display-buffer-normalize-specifiers-1)
9125 (display-buffer-normalize-specifiers-2)
2b75be67
SM
9126 (display-buffer-normalize-specifiers, display-buffer-frame):
9127 New functions.
9481c002
MR
9128 (display-buffer): Major rewrite.
9129 (display-buffer-other-window, display-buffer-other-frame)
9130 (pop-to-buffer, switch-to-buffer-other-window)
9131 (switch-to-buffer-other-frame): Rewrite.
9132 (display-buffer-same-window, display-buffer-same-frame)
9133 (display-buffer-same-frame-other-window)
9134 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9135 (pop-to-buffer-other-window)
9136 (pop-to-buffer-same-frame-other-window)
9137 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
9138 (switch-to-buffer-other-window-same-frame): New functions.
9139 (same-window-p, special-display-p): Rewrite disabling warnings.
9140 Make obsolete.
9141 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9142 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
9143 Make obsolete
9144 (same-window-buffer-names, same-window-regexps)
9145 (special-display-frame-alist, special-display-popup-frame)
9146 (special-display-function, special-display-buffer-names)
9147 (special-display-regexps, pop-up-frame-alist)
9148 (pop-up-frame-function, split-window-preferred-function)
9149 (split-height-threshold, split-width-threshold)
9150 (even-window-heights): Make obsolete.
9151
9db51aca
GM
91522011-06-12 Glenn Morris <rgm@gnu.org>
9153
9154 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 9155 Misc simplifications.
9db51aca 9156
39cffb44
MR
91572011-06-12 Martin Rudalics <rudalics@gmx.at>
9158
9159 * window.el (window-safely-shrinkable-p): Restore function which
9160 was inadvertently removed in change from 2011-06-11. Declare as
9161 obsolete.
9162
2b75be67
SM
9163 * calendar/calendar.el (calendar-generate-window):
9164 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
9165 window-safely-shrinkable-p.
9166
a8955be7
GM
91672011-06-12 Glenn Morris <rgm@gnu.org>
9168
9169 * progmodes/fortran.el (fortran-mode-syntax-table):
9170 * progmodes/f90.el (f90-mode-syntax-table):
9171 Set % to punctuation. (Bug#8820)
9172 (f90-find-tag-default): Remove, no longer needed.
9173
f0d4059d
DC
91742011-06-12 Daniel Colascione <dan.colascione@gmail.com>
9175
9176 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
9177
1100a63c
CY
91782011-06-11 Chong Yidong <cyd@stupidchicken.com>
9179
9180 * image.el (image-animated-p): Return animation delay in seconds.
9181 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
9182 (image-animate-timeout): Remove DELAY argument. Don't assume
9183 every subimage has the same delay; get it from image-animated-p.
9184 (image-animate): Caller changed.
9185
def722bf
MA
91862011-06-11 Michael Albinus <michael.albinus@gmx.de>
9187
9188 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
9189 to ignored backtrace functions.
9190
0a2bb1a9
GM
91912011-06-11 Glenn Morris <rgm@gnu.org>
9192
9193 * calendar/appt.el (appt-disp-window-function): Doc fix.
9194 (appt-check): Handle overlapping appointments. (Bug#8337)
9195
6198ccd0
MR
91962011-06-11 Martin Rudalics <rudalics@gmx.at>
9197
9198 * window.el (window-tree-1, window-tree): New functions, moving
9199 the latter to window.el.
9200 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9201 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9202 (bw-refresh-edges): Remove.
9203 (balance-windows-1, balance-windows-2): New functions.
9204 (balance-windows): Rewrite in terms of window tree functions,
9205 balance-windows-1 and balance-windows-2.
9206 (bw-adjust-window): Remove.
9207 (balance-windows-area-adjust): New function with functionality of
9208 bw-adjust-window but using resize-window.
2b75be67
SM
9209 (set-window-text-height): Rewrite doc-string.
9210 Use normalize-live-window and resize-window.
9211 (enlarge-window-horizontally, shrink-window-horizontally):
9212 Rename argument to DELTA.
6198ccd0
MR
9213 (window-buffer-height): New function.
9214 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
9215 Rewrite using new window resize routines.
2b75be67
SM
9216 (kill-buffer-and-window, mouse-autoselect-window-select):
9217 Use ignore-errors instead of condition-case.
6198ccd0
MR
9218 (quit-window): Call delete-frame instead of delete-windows-on
9219 for the only buffer on frame.
9220
9397e56f
MR
92212011-06-10 Martin Rudalics <rudalics@gmx.at>
9222
9223 * loadup.el (top-level): Load window before files for the sake
9224 of replace-buffer-in-windows.
9225
9226 * files.el (read-buffer-to-switch)
9227 (switch-to-buffer-other-window)
2b75be67
SM
9228 (switch-to-buffer-other-frame, display-buffer-other-frame):
9229 Move to window.el.
9397e56f
MR
9230
9231 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
9232 (previous-buffer): Move to window.el.
9233
9234 * bindings.el (unbury-buffer): Move to window.el.
9235
9236 * window.el (delete-other-windows-vertically): Move after
9237 definition of delete-other-windows.
9238 (other-window, delete-windows-on, replace-buffer-in-windows):
9239 Move here from window.c.
9240 (record-window-buffer, unrecord-window-buffer)
9241 (set-window-buffer-start-and-point, switch-to-prev-buffer)
9242 (switch-to-next-buffer): New functions.
9243 (get-next-valid-buffer, last-buffer, next-buffer): Move here
9244 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
9245 (previous-buffer): Move here from simple.el.
9246 Call switch-to-prev-buffer.
9397e56f
MR
9247 (bury-buffer): Move here from buffer.c. Switch to previous
9248 buffer when window cannot be deleted.
9249 (unbury-buffer): Move here from bindings.el.
9250 (ctl-x-map): Move binding for other-window from window.c to
9251 here.
9252 (read-buffer-to-switch, switch-to-buffer-other-window)
9253 (switch-to-buffer-other-frame): Move here from files.el.
9254 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
9255 (switch-to-buffer): Move here from buffer.c.
9256 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 9257
562dd5e9
MR
92582011-06-10 Martin Rudalics <rudalics@gmx.at>
9259
9260 * window.el (window-min-height, window-min-width): Move here
9261 from window.c. Add defcustoms and rewrite doc-strings.
9262 (resize-mini-window, resize-window): New functions.
9263 (adjust-window-trailing-edge, enlarge-window, shrink-window):
9264 Move here from window.c.
9265 (maximize-window, minimize-window): New functions.
9266 (delete-window, delete-other-windows, split-window): Move here
9267 from window.c.
9268 (window-split-min-size): New function.
9269 (split-window-keep-point): Mention split-window-above-each-other
9270 instead of split-window-vertically.
2b75be67 9271 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
9272 Rename split-window-vertically to split-window-above-each-other
9273 and provide defalias for old definition.
9274 (split-window-side-by-side, split-window-horizontally):
9275 Rename split-window-horizontally to split-window-side-by-side
9276 and provide defalias for the old definition.
562dd5e9
MR
9277 (ctl-x-map): Move bindings for delete-window,
9278 delete-other-windows and enlarge-window here from window.c.
9279 Replace bindings for split-window-vertically and
9280 split-window-horizontally by bindings for
9281 split-window-above-each-other and split-window-side-by-side.
9282
9283 * cus-start.el (all): Remove entries for window-min-height and
9284 window-min-width. Add entries for window-splits and
9285 window-nest.
9286
f0da764a
GM
92872011-06-09 Glenn Morris <rgm@gnu.org>
9288
80675c21
GM
9289 * calendar/appt.el (appt-mode-line): New function.
9290 (appt-check, appt-disp-window): Use it.
9291
f0da764a
GM
9292 * files.el (hack-one-local-variable-eval-safep):
9293 Allow minor-modes with explicit +/-1 arguments.
9294
59f623b7
TZ
92952011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
9296
9297 * term/xterm.el (xterm): Add defgroup.
9298 (xterm-extra-capabilities): Add defcustom to supply known xterm
9299 capabilities, skip querying them, or query them (default).
9300 (terminal-init-xterm): Use it.
9301 (terminal-init-xterm-modify-other-keys): New function to set up
9302 modifyOtherKeys support to simplify `terminal-init-xterm'.
9303
9aab8e0d
MR
93042011-06-09 Martin Rudalics <rudalics@gmx.at>
9305
9306 * window.el (resize-window-reset, resize-window-reset-1)
9307 (resize-subwindows-skip-p, resize-subwindows-normal)
9308 (resize-subwindows, resize-other-windows, resize-this-window)
9309 (resize-root-window, resize-root-window-vertically)
9310 (window-deletable-p, window-or-subwindow-p)
9311 (frame-root-window-p): New functions.
9312
e8b08aee
GM
93132011-06-09 Glenn Morris <rgm@gnu.org>
9314
9315 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
9316 (ange-ftp-get-files): Use it.
9317
254c37a5
AK
93182011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9319
9320 * mail/sendmail.el (mail-recover-1, mail-recover):
9321 * files.el (recover-file, recover-session):
9322 Handle dired-listing-switches not being just a single short option.
9323
35d7dbd3
GM
93242011-06-09 Glenn Morris <rgm@gnu.org>
9325
9326 * calendar/appt.el (appt-display-message, appt-disp-window):
9327 Handle lists of appointments.
9328
387522b2
MR
93292011-06-08 Martin Rudalics <rudalics@gmx.at>
9330
2b75be67
SM
9331 * window.el (one-window-p): Move down in code.
9332 Rewrite doc-string.
9333 (window-current-scroll-bars): Rewrite doc-string.
9334 Normalize live window argument.
387522b2
MR
9335 (walk-windows, get-window-with-predicate, count-windows):
9336 Rewrite doc-string. Use window-list-1.
9337 (window-in-direction-2, window-in-direction, get-mru-window):
9338 New functions.
9339
d8e4b68b 93402011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
9341
9342 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
9343 Doc fix (Bug#8713).
9344
93452011-06-08 Chong Yidong <cyd@stupidchicken.com>
9346
9347 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
9348
93492011-06-08 Juanma Barranquero <lekktu@gmail.com>
9350
9351 * loadhist.el (unload-feature-special-hooks):
9352 Add `comint-output-filter-functions'.
9353
0de12c52
IK
93542011-06-08 Ivan Kanis <gnu@kanis.fr>
9355
9356 * calendar/appt.el (appt-check): Move some initializations into the let.
9357
f3d1777e
MR
93582011-06-08 Martin Rudalics <rudalics@gmx.at>
9359
9360 * window.el (window-height): Defalias to window-total-height.
9361 (window-width): Defalias to window-body-width.
9362
18af70d0
CY
93632011-06-07 Chong Yidong <cyd@stupidchicken.com>
9364
9365 * image-mode.el (image-toggle-animation): New command.
9366 (image-mode-map): Bind it to RET.
9367 (image-mode): Update message.
9368 (image-toggle-display-image): Avoid a spurious cache flush.
9369 (image-transform-rotation): Doc fix.
9370 (image-transform-properties): Return quickly in the normal case.
9371 (image-animate-loop): Rename from image-animate-max-time.
9372
2b75be67 9373 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
9374 (create-animated-image): Remove unnecessary function.
9375 (image-animate): Rename from image-animate-start. New arg.
2b75be67 9376 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
9377 (image-animate-timer): Use car-safe.
9378 (image-animate-timeout): Rename argument.
9379
190b47e6
MR
93802011-06-07 Martin Rudalics <rudalics@gmx.at>
9381
9382 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
9383 window.c. Rename first argument to ALL-FRAMES.
9384 Rephrase doc-strings.
9385 (get-buffer-window-list): Rewrite using window-list-1.
9386 Rephrase doc-string.
a1511caf
MR
9387 (window-safe-min-height, window-safe-min-width): New constants.
9388 (window-size-ignore, window-min-size, window-min-size-1)
9389 (window-sizable, window-sizable-p, window-size-fixed-1)
9390 (window-size-fixed-p, window-min-delta-1, window-min-delta)
9391 (window-max-delta-1, window-max-delta, window-resizable)
9392 (window-resizable-p, window-total-height, window-total-width)
9393 (window-body-width): New functions.
9394 (window-full-height-p, window-full-width-p): Rewrite using
9395 window-total-size.
9396 (window-body-height): Rewrite using window-body-size.
190b47e6 9397
85cc1f11
MR
93982011-06-06 Martin Rudalics <rudalics@gmx.at>
9399
9400 * window.el (window-right, window-left, window-child)
9401 (window-child-count, window-last-child, window-any-p)
9402 (normalize-live-buffer, normalize-live-frame)
9403 (normalize-any-window, normalize-live-window)
9404 (window-iso-combination-p, window-iso-combined-p)
9405 (window-iso-combinations)
9406 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
9407 (windows-with-parameter, window-with-parameter)
9408 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
9409 (window-atom-check, window-side-check, window-check):
9410 New functions.
85cc1f11
MR
9411 (ignore-window-parameters, window-sides, window-sides-vertical)
9412 (window-sides-slots): New variables.
9413 (window-size-fixed): Move down in code. Minor doc-string fix.
9414
e7156492
AS
94152011-06-05 Andreas Schwab <schwab@linux-m68k.org>
9416
9417 * comint.el (comint-dynamic-complete-as-filename)
9418 (comint-dynamic-complete-filename): Correctly call
9419 completion-in-region.
9420
7e821d0d
DD
94212011-06-05 Deniz Dogan <deniz@dogan.se>
9422
9423 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
9424 in last change.
9425
ac09b8a1
DD
94262011-06-05 Deniz Dogan <deniz@dogan.se>
9427
9428 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
9429 (rcirc): Use it to prompt for encryption.
9430
34699b85
RW
94312011-06-05 Roland Winkler <winkler@gnu.org>
9432
9433 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
9434 (bibtex-search-entries): New command bound to C-c C-a.
9435 (bibtex-display-entries): New function.
9436
004dedd3
RW
94372011-06-05 Roland Winkler <winkler@gnu.org>
9438
9439 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
9440 (bibtex-insert-kill): After yanking insert newline if necessary.
9441 (bibtex-initialize): Call bibtex-string-files-init only once.
9442 (bibtex-mode): Do not call easy-menu-add.
9443 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
9444 (bibtex-yank): Set arg properly if nil.
9445
022fe7ce
RW
94462011-06-05 Roland Winkler <winkler@gnu.org>
9447
2b75be67
SM
9448 * textmodes/bibtex.el (bibtex-search-entry-globally):
9449 New variable.
022fe7ce
RW
9450 (bibtex-search-entry): Use it.
9451
b7c3692a
RW
94522011-06-05 Roland Winkler <winkler@gnu.org>
9453
9454 * textmodes/bibtex.el (bibtex-entry-format): New option
9455 sort-fields.
9456 (bibtex-format-entry, bibtex-reformat): Honor this option.
9457 (bibtex-parse-entry): Return fields in proper order.
9458
8eda563d
JB
94592011-06-05 Juanma Barranquero <lekktu@gmail.com>
9460
9461 * doc-view.el (doc-view-remove-if): Move computation of result out
9462 of `dolist' to silence misleading lexical-binding warning.
9463
7dbe3dbc
CY
94642011-06-04 Chong Yidong <cyd@stupidchicken.com>
9465
9466 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
9467 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
9468
0c33dd17
MA
94692011-06-04 Michael Albinus <michael.albinus@gmx.de>
9470
9471 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
9472 "SunOS 5.10".
9473
f8f91c2b
MA
94742011-06-04 Michael Albinus <michael.albinus@gmx.de>
9475
9476 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
9477 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
9478 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
9479 (tramp-parse-putty):
9480 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
9481 (tramp-completion-function-alist-ssh)
9482 (tramp-completion-function-alist-telnet)
9483 (tramp-completion-function-alist-su)
9484 (tramp-completion-function-alist-putty): Set `tramp-autoload'
9485 cookie.
9486
9487 * net/tramp-ftp.el:
9488 * net/tramp-sh.el:
9489 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
9490 load "tramp.el" `tramp-set-completion-function'.
9491
e17d9003
SM
94922011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9493
9494 * shell.el: Require and use pcomplete.
9495 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
9496 (shell-completion-vars): Set pcomplete-default-completion-function.
9497
6c4cab03
DD
94982011-06-04 Deniz Dogan <deniz@dogan.se>
9499
9500 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
9501 `memq' (Bug#8799).
9502
ea9fafe0
SM
95032011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9504
9505 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
9506
b3e945d3
JB
95072011-06-02 Juanma Barranquero <lekktu@gmail.com>
9508
9509 * bs.el (bs--mark-unmark, bs--nth-wrapper):
9510 * mpc.el (mpc-select-extend, mpc-songpointer-context):
9511 * vc/log-view.el (log-view-beginning-of-defun):
9512 * vc/smerge-mode.el (smerge-apply-resolution-patch)
9513 (smerge-refine-forward, smerge-refine-chopup-region):
9514 Silence warning for unused `dotimes' counter variables.
9515
7d520089
SM
95162011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9517
9518 * net/tramp.el (tramp-with-progress-reporter): Rename from
9519 with-progress-reporter. Use `declare'.
9520 * net/tramp-smb.el:
9521 * net/tramp-sh.el:
9522 * net/tramp-gvfs.el: Update all uses.
9523
a1c2400f
JB
95242011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
9525
9526 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
9527 buffer isn't killed before making it current.
9528
2403c841
SM
95292011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9530
9531 Silence various byte-compiler warnings.
9532 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
9533 `access-type' and new obsolescence format.
9534 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
9535 new format.
9536 (byte-compile-check-variable): New `access-type' argument.
9537 Only warn if the access-type is obsolete.
9538 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9539 (byte-compile-variable-set): Adjust callers.
9540 * help-fns.el (describe-variable): Adjust to new obsolescence format.
9541 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
9542 setting it as obsolete.
9543 * simple.el (minibuffer-completing-symbol):
9544 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
9545 access as obsolete.
9546 * minibuffer.el (minibuffer-completing-file-name): Don't make it
9547 obsolete yet.
9548 * international/quail.el (quail-mouse-choose-completion): Remove unused
9549 code referring to obsolete var.
9550 (quail-choose-completion-string): Remove.
9551 * server.el (server-clients-with, server-kill-buffer-query-function)
9552 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
9553 * proced.el (proced-send-signal):
9554 * emacs-lisp/lisp.el (lisp-complete-symbol):
9555 Replace completion-annotate-function with completion-extra-properties.
9556
2462470b
SM
95572011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9558
fb5b2591
SM
9559 * simple.el (goto-line): Use read-number.
9560 (overriding-map-is-bound): Remove.
9561 (saved-overriding-map): Change default.
9562 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
9563 Take the map as argument.
9564 (universal-argument, negative-argument, digit-argument): Use it.
9565 (restore-overriding-map): Adjust.
9566 (do-auto-fill): Use fill-forward-paragraph.
9567 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
9568
fd6fa53f
SM
9569 * minibuffer.el (minibuffer-inactive-mode-map): New var.
9570 (minibuffer-inactive-mode): New major mode.
9571 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
9572 the *Messages* buffer" hack.
9573 (mouse-popup-menubar): Don't burp if the event is a normal key.
9574
2462470b
SM
9575 Miscellaneous tweaks.
9576 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
9577 lexical scoping as in subr.el's dolist and dotimes.
9578 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
9579 Silence compiler warning.
9580 * thingatpt.el (forward-whitespace): Trivial coding style fix.
9581 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
9582 * international/ccl.el (ccl-compile): Trivial simplification.
9583 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
9584 * emacs-lisp/testcover.el (testcover-end): Remove spurious
9585 `printflag' argument.
9586 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9587 Purecopy the whole obsolescence data.
9588
108bf785
LL
95892011-06-01 Leo Liu <sdl.web@gmail.com>
9590
9591 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
9592 improve doc-string as suggested by Marco Pessotto
9593 <melmothx@gmail.com>.
9594 (rcirc-print): Fix last change.
9595
30a23501
SM
95962011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9597
9598 * minibuffer.el (complete-with-action): Return nil for the metadata and
9599 boundaries of non-functional tables.
9600 (completion-table-dynamic): Return nil for the metadata.
9601 (completion-table-with-terminator): Add default case, using
9602 complete-with-action.
9603 (completion--metadata): New function.
9604 (completion-all-sorted-completions, minibuffer-completion-help): Use it
9605 to try and avoid pathological performance problems.
9606 (completion--embedded-envvar-table): Return `category' metadata.
9607
bcd54f83
LMI
96082011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9609
9610 * subr.el (process-alive-p): New tiny convenience function.
9611
e227544d
SM
96122011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9613
9614 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
9615 content but also its previous major mode.
9616
e8296fdc
HE
96172011-05-31 Helmut Eller <eller.helmut@gmail.com>
9618
4d61f28d 9619 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
9620 *Backtrace* buffer when we exit with C-M-c.
9621
620c53a6
SM
96222011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9623
9624 * minibuffer.el: Add metadata method to completion tables.
9625 (completion-category-overrides): New defcustom.
9626 (completion-metadata, completion--field-metadata)
9627 (completion-metadata-get, completion--styles)
9628 (completion--cycle-threshold): New functions.
9629 (completion-try-completion, completion-all-completions):
9630 Add `metadata' argument to choose completion-styles.
9631 (completion--do-completion): Use metadata to choose cycling.
9632 (completion-all-sorted-completions): Use metadata for sorting.
9633 Remove :completion-cycle-penalty which is not needed any more.
9634 (completion--try-word-completion): Add `metadata' argument.
9635 (minibuffer-completion-help): Check metadata for annotation function
9636 and sorting.
9637 (completion-file-name-table): Return `category' metadata.
9638 (minibuffer-completing-file-name): Make obsolete.
9639 * simple.el (minibuffer-completing-symbol): Make obsolete.
9640 * icomplete.el (icomplete-completions): Pass new `metadata' param to
9641 completion-try-completion.
9642
1257e755
SM
96432011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9644
9645 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
9646
3767e706
LL
96472011-05-30 Leo Liu <sdl.web@gmail.com>
9648
9649 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
9650 (rcirc-print): Decode all incoming messages (bug#8744).
9651 (rcirc-decode-coding-system): Allow value nil for automatic coding
9652 system detection.
3767e706 9653
d1a5d56a
GM
96542011-06-01 Glenn Morris <rgm@gnu.org>
9655
9656 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
9657
e8cbec34
CY
96582011-05-29 Chong Yidong <cyd@stupidchicken.com>
9659
9660 * image.el (image-animate-max-time): Allow nil and t values.
9661 Default to nil.
9662 (create-animated-image): Doc fix.
9663 (image-animate-start): Remove second arg; just use
9664 image-animate-max-time.
9665 (image-animate-timeout): Doc fix. Args changed.
9666
9667 * image-mode.el (image-toggle-display-image): Ensure that the
9668 image spec passed to the animate timer is the same object as in
58179cce 9669 the buffer's display property (Bug#6981).
e8cbec34
CY
9670 (image-transform-properties): Doc fix.
9671
9672 * image.el (image-animate-max-time): Default to nil.
9673
159daf87
MR
96742011-05-29 Martin Rudalics <rudalics@gmx.at>
9675
9676 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
9677 entire buffer list (Bug#8184).
9678
d66c4c7c
CY
96792011-05-29 Chong Yidong <cyd@stupidchicken.com>
9680
9681 * image.el (imagemagick-types-inhibit)
9682 (imagemagick-register-types): Doc fix.
9683
80aec780
DD
96842011-05-29 Deniz Dogan <deniz@dogan.se>
9685
9686 * net/rcirc.el (rcirc): Use the user's stored encryption method by
9687 default.
9688
1dd3c2d9
CY
96892011-05-29 Chong Yidong <cyd@stupidchicken.com>
9690
9691 * select.el: Don't perform clipboard-manager saving in hooks;
9692 leave the hooks empty.
9693
60e56523
LL
96942011-05-28 Leo Liu <sdl.web@gmail.com>
9695
9696 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
9697 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
9698 (occur-edit-mode): New major mode (Bug#8463).
9699 (occur-after-change-function): New function.
9700 (occur-engine): Give Occur tags a read-only property.
9701
2b1e1a22
KR
97022011-05-28 Kevin Ryde <user42@zip.com.au>
9703
9704 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
9705
5d344e88
CY
97062011-05-28 Chong Yidong <cyd@stupidchicken.com>
9707
8e6ca83d
CY
9708 * bindings.el (help-echo): Make the initial non-indicator dash
9709 empty on graphical terminals (Bug#7295).
9710
5d344e88
CY
9711 * files.el (auto-mode-alist): Move config rule after the
9712 in-stripping one (Bug#8547).
9713
bfbbace7
CY
9714 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
9715
fbeba6e2
CY
9716 * startup.el (normal-splash-screen): Remove gratuitous mode-line
9717 setting (Bug#8740).
9718
60ed8c72
AA
97192011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
9720
4ac619f0
AA
9721 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
9722 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
9723 (Bug#8539).
60ed8c72 9724
23db196e
CY
97252011-05-28 Chong Yidong <cyd@stupidchicken.com>
9726
9727 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
9728
5012f24c
DK
97292011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
9730
9731 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
9732 (hs-hide-block-at-point, hs-find-block-beginning)
9733 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
9734 (Bug#8279).
9735
6a639b16
GM
97362011-05-28 Glenn Morris <rgm@gnu.org>
9737
9738 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
9739
d43eaf2c
CY
97402011-05-28 Chong Yidong <cyd@stupidchicken.com>
9741
5199bde1
CY
9742 * help-fns.el (describe-function-1): If the function is a derived
9743 major mode, print the parent mode.
9744
d43eaf2c
CY
9745 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
9746 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
9747
423428a8
SM
97482011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9749
0ff8e1ba 9750 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 9751 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
9752 * progmodes/etags.el (tags-completion-at-point-function):
9753 * info-look.el (info-lookup-completions-at-point): Mark as
9754 non-exclusive.
9755 (info-complete): Adjust accordingly.
9756
423428a8
SM
9757 * info-look.el: Convert to lexical-binding and completion-at-point.
9758 (info-lookup-completions-at-point): New function.
9759 (info-complete): Use it and completion-in-region.
9760
b74aa22b
DA
97612011-05-28 Drew Adams <drew.adams@oracle.com>
9762
9763 * isearch.el: Let M-e start with point at the first mismatched char.
9764 (isearch-fail-pos): New function.
9765 (isearch-edit-string): Use it.
9766
66e2e71d
DK
97672011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9768
9769 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9770
b1890b0f 97712011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
9772
9773 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
9774 traversal functions for avl-trees.
9775 (avl-tree--stack): New struct.
9776 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
9777 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
9778 (avl-tree--do-enter): Add optional `updatefun' arg.
9779 Change return value.
eb95d01d 9780 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
9781 (avl-tree--do-delete): Add `test' and `nilflag' args.
9782 Change return value.
eb95d01d
TC
9783 (avl-tree-member): Add optional `nilflag'
9784 (avl-tree-member-p): New function.
9785 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
9786 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
9787 (avl-tree-stack-empty-p): New functions.
9788
3769ddcf
TC
9789 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
9790 avl-tree--del-balance1 and make it work both ways.
9791 (avl-tree--del-balance2): Remove.
9792 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
9793 make it work both ways.
9794 (avl-tree--enter-balance2): Remove.
9795 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
9796 New macros.
9797 (avl-tree--mapc, avl-tree-map): Add direction argument.
9798
eb95d01d 97992011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
9800
9801 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
9802
a9f737ee
CY
98032011-05-27 Chong Yidong <cyd@stupidchicken.com>
9804
9805 * select.el: Support clipboard managers with built-in function
9806 x-clipboard-manager-save, via delete-frame-functions and
9807 kill-emacs-hook.
9808 (xselect-convert-to-targets): Add MULTIPLE target to list.
9809 (xselect-convert-to-save-targets): New function.
9810
c92a1e54
KH
98112011-05-27 Kenichi Handa <handa@m17n.org>
9812
9813 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
9814 let-binding rfc2047-encode-encoded-words to nil.
9815
e145f188
GM
98162011-05-27 Glenn Morris <rgm@gnu.org>
9817
5ec8a862
GM
9818 * mail/emacsbug.el: Don't require url-util.
9819
4b29d9fb
GM
9820 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
9821
e145f188
GM
9822 * files.el (set-auto-mode):
9823 Also respect mode: entries at the end of the file. (Bug#8586)
9824
7d15102b
GM
98252011-05-26 Glenn Morris <rgm@gnu.org>
9826
98f593b8
GM
9827 * files.el (hack-local-variables-prop-line, hack-local-variables):
9828 Downcase mode names, as seems to be traditional.
27b48e63 9829 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 9830
7d15102b
GM
9831 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
9832 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
9833
51d5b4ec
JD
98342011-05-25 Julien Danjou <julien@danjou.info>
9835
9836 * textmodes/rst.el (rst-define-level-faces): Do not define face
9837 symbol if it is already defined.
9838
91513f63
VB
98392011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
9840
9841 * play/5x5.el (5x5-new-game, 5x5-randomize):
9842 Reset 5x5-solver-output to nil when a new grid is cast.
9843 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
9844 these debugging traces, as defmacro breaks the compiled code.
9845
4d90d6d0
DK
98462011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9847
9848 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9849
e1b90ef6
LL
98502011-05-24 Leo Liu <sdl.web@gmail.com>
9851
9852 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
9853 (vc-bzr-sha1): Adapt.
9854
d8e4b68b 9855 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
9856
9857 * bindings.el: Provide sha1 feature.
9858
db0406bb 98592011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
9860
9861 * mail/sendmail.el: Require `rfc2047'.
9862 (mail-insert-from-field): Do not perform RFC2047 encoding.
9863 (mail-encode-header): New function.
9864 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
9865 buffer to the return value of select-message-coding-system.
9866 Call mail-encode-header.
b8d747b9
KH
9867
9868 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
9869
db0406bb 98702011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 9871
4d90d6d0
DK
9872 * mail/supercite.el (sc-default-cite-frame):
9873 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 9874
eb8a5e9b
GM
98752011-05-24 Glenn Morris <rgm@gnu.org>
9876
f8630703
GM
9877 * progmodes/python.el (brm-menu): Declare.
9878
8831bbed
GM
9879 * emulation/viper.el (viper-set-hooks): Declare.
9880
eb8a5e9b
GM
9881 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
9882 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
9883 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
9884 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
9885 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
9886 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
9887
a2a25d24
SM
98882011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9889
9890 Add an :exit-function for completion-at-point.
9891
9892 * minibuffer.el (completion--done): New fun.
9893 (completion--do-completion): Use it. New arg `expect-exact'.
9894 (minibuffer-complete, minibuffer-complete-word): Don't output message,
9895 since completion--do-completion does it for us now.
9896 (minibuffer-force-complete): Use completion--done and
9897 completion--replace. Handle sole-completion case with more care.
9898 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
9899 (completion-extra-properties): New var.
9900 (completion-annotate-function): Make obsolete.
9901 (minibuffer-completion-help): Adjust accordingly.
9902 Use completion-list-insert-choice-function.
9903 (completion-at-point, completion-help-at-point):
9904 Bind completion-extra-properties.
9905 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
9906 * simple.el (completion-list-insert-choice-function): New var.
9907 (completion-setup-function): Preserve it.
9908 (choose-completion): Pay attention to it, shuffle the code a bit.
9909 (choose-completion-string): New arg `insert-function'.
9910
9911 * textmodes/bibtex.el: Convert to lexical binding.
9912 (bibtex-mode-map): Use completion-at-point.
9913 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
9914 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
9915 (bibtex-complete): Define as obsolete alias.
9916 (bibtex-complete-internal): Remove.
9917 (bibtex-format-entry): Remove unused sub-group in regexp.
9918 * shell.el (shell--command-completion-data)
9919 (shell-environment-variable-completion):
9920 * pcomplete.el (pcomplete-completions-at-point):
9921 * comint.el (comint--complete-file-name-data): Use :exit-function
9922 instead of completion-table-with-terminator so it also works for
9923 choose-completion.
9924
e44e373d
SM
99252011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9926
4f91a816
SM
9927 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
9928
782fc819
SM
9929 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
9930 (bug#8710).
9931
e44e373d
SM
9932 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
9933
381987c3
KM
99342011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
9935
9936 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
9937 customization variable and implement: If non-nil, auto-fill will
9938 be inhibited while on topic's header line.
9939
b776bc70
VB
99402011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
9941
9942 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 9943 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
9944 always have a solution in grid size = 5 cases.
9945 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
9946 (5x5-solver-output, 5x5-log-buffer): New vars.
9947 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9948 Make these variables buffer local to achieve 5x5 multi-session-ness.
9949 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
9950 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
9951 (5x5-solve-suggest): New funs.
9952 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
9953 randomize a grid so that we ensure that there is always a solution.
9954 (5x5-make-random-grid): Allow other movement than flipping.
9955
7de88b6e
KR
99562011-05-23 Kevin Ryde <user42@zip.com.au>
9957
9958 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 9959 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
9960 advice and passes PREDICATE.
9961
b1ef1257
SM
99622011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9963
bbca48fe
SM
9964 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
9965 byte-compile-lambda if it's actually a lambda.
9966
b1ef1257
SM
9967 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
9968 Fix function quoting. Use backquote better.
9969
92a9cc65
YS
99702011-05-22 Yuanle Song <sylecn@gmail.com>
9971
9972 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
9973 matching (Bug#8516).
9974
f0fb8059
JA
99752011-01-22 Jari Aalto <jari.aalto@cante.net>
9976
9977 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
9978 different face (Bug#8178).
9979
d5b44c93
CY
99802011-05-22 Chong Yidong <cyd@stupidchicken.com>
9981
9982 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
9983 defface (Bug#8144).
9984
79106a44
SM
99852011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9986
9c848d8a
SM
9987 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
9988 funcall as well (bug#8712). Warn when performing those conversions.
9989 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
9990
79106a44
SM
9991 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
9992
88dfa756
GM
99932011-05-22 Glenn Morris <rgm@gnu.org>
9994
9995 * files.el (hack-local-variables-prop-line): Small simplifications.
9996 (hack-local-variables, hack-local-variables-prop-line):
9997 If MODE-ONLY, return the mode, rather than just `t'.
9998
b7cf2c79
SM
99992011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10000
10001 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
10002
3f1a8558
GM
100032011-05-21 Glenn Morris <rgm@gnu.org>
10004
7e4ccca3
GM
10005 * files.el (hack-local-variables-prop-line, hack-local-variables):
10006 If only interested in the mode, don't bother doing the other stuff.
10007
637d46ca
GM
10008 * image-mode.el (image-after-revert-hook):
10009 Redraw all frames on which the image is visible. (Bug#8567)
10010
973d955b
GM
10011 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
10012
3f1a8558
GM
10013 * wid-edit.el (widget-checklist-match-inline):
10014 Fix 2011-04-19 change. (Bug#8649)
10015
96479927
SM
100162011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10017
1dcf791f
SM
10018 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10019 Also allow singlespace after single-letter capitals followed by a dot.
10020
96479927
SM
10021 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
10022 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
10023
35fd0881
N
100242011-05-20 Nix <nix@esperi.org.uk>
10025
10026 * files.el (basic-save-buffer-2):
10027 Fix handling of break-hardlink-on-save with non-existent files.
10028
82745640
DD
100292011-05-19 Deniz Dogan <deniz@dogan.se>
10030
10031 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 10032 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 10033
4a720484
GM
100342011-05-19 Glenn Morris <rgm@gnu.org>
10035
d1f21341
GM
10036 * progmodes/f90.el (f90-type-def-re):
10037 Handle "type, bind(c)". (Bug#8691)
10038
4a720484
GM
10039 * emacs-lisp/autoload.el (batch-update-autoloads):
10040 Set autoload-excludes by parsing loadup.el rather than Makefiles.
10041
2fb0a219
MA
100422011-05-18 Michael Albinus <michael.albinus@gmx.de>
10043
10044 * net/tramp.el (tramp-process-actions): Set "first-password-request"
10045 property for the correct connection in case of multihops.
10046
e565dd37
GM
100472011-05-18 Glenn Morris <rgm@gnu.org>
10048
c2571358 10049 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
10050 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
10051
e565dd37
GM
10052 Rationalize calendar handling of day and month abbrev-arrays.
10053 * calendar/calendar.el (calendar-customized-p): New function.
10054 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
10055 (calendar-day-name-array, calendar-month-name-array): Doc fix.
10056 Add :set function.
10057 (calendar-abbrev-length, calendar-day-abbrev-array)
10058 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
10059 (calendar-day-abbrev-array, calendar-month-abbrev-array):
10060 Elements may no longer be nil.
10061 (calendar-day-name, calendar-month-name):
10062 Update for changed nature of abbrev arrays.
10063 * calendar/diary-lib.el (diary-name-pattern):
10064 Update for changed nature of abbrev arrays.
10065 (diary-mark-entries-1): Update calendar-make-alist calls.
10066 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
10067 * calendar/cal-html.el (cal-html-day-abbrev-array):
10068 Simply inherit from calendar-day-abbrev-array.
10069
1d99a745
SM
100702011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10071
10072 * progmodes/grep.el (grep-mode): Disable default
10073 compilation-directory-matcher setting (bug#8684).
10074
7c1d9aa0
MA
100752011-05-17 Michael Albinus <michael.albinus@gmx.de>
10076
10077 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
10078 instead of "head" and "tail". There were problems with SunOS 5.9,
10079 and it performs better.
10080
3952e9d8
GM
100812011-05-17 Glenn Morris <rgm@gnu.org>
10082
2dd12e7f
GM
10083 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
10084
e4157b9c
GM
10085 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
10086 Replace obsolete function.
10087
8e249bbd
GM
10088 * shell.el (pcomplete-parse-arguments-function): Declare.
10089
3952e9d8
GM
10090 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
10091 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
10092 (appt-check): Doc fixes.
10093 (appt-disp-window-function, appt-delete-window-function):
10094 Remove needless special case in custom :type.
10095 (appt-display-count): Default to 0, not nil.
10096 (appt-check): Reset appt-display-count to 0, not nil.
10097
c71a0d48 100982011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 10099
c71a0d48
GM
10100 * progmodes/python.el (python-font-lock-keywords):
10101 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 10102
31d55be9
SM
101032011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10104
10105 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
10106
3bfacb2f
KR
101072011-05-16 Kevin Ryde <user42@zip.com.au>
10108
10109 * info-look.el (makefile-automake-mode): New setups, looking in
10110 automake manual, then makefile-mode.
10111 (makefile-mode): Remove automake manual, have it just in
10112 makefile-automake-mode since there's various things different or
10113 not relevant to plain make.
10114 (makefile-mode): Remove "other-modes" non-existent automake-mode,
10115 believe a hypothetical automake-mode would go to makefile-mode,
10116 not the other way around.
10117
c8e83751
CY
101182011-05-15 Chong Yidong <cyd@stupidchicken.com>
10119
5e9e35cd
CY
10120 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
10121 hunk-end tags (Bug#8672).
10122
c8e83751
CY
10123 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
10124 vc-annotate-show-diff-revision-at-line (Bug#8671).
10125
50b23e5a
GM
101262011-05-14 Glenn Morris <rgm@gnu.org>
10127
7210a739
GM
10128 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
10129 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
10130 (change-log-font-lock-keywords): Also handle multiple author lines
10131 with leading tabs. (Bug#8644)
7210a739 10132
4691905a
GM
10133 * calendar/appt.el (appt-check): Rename some local variables.
10134 Some simplification/reordering.
10135
50b23e5a
GM
10136 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
10137 (feedmail-sendmail-f-doesnt-sell-me-out)
10138 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10139 (feedmail-debug-sit-for, feedmail-queue-express-hook)
10140 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
10141 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
10142 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
10143 (feedmail-binmail-gnulinuxish-template):
10144 Rename from feedmail-binmail-linuxish-template.
10145 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
10146 Use insert-buffer-substring.
10147
215cda7c
BC
101482011-05-14 Bill Carpenter <bill@carpenter.org>
10149
10150 * mail/feedmail.el (feedmail-patch-level): Increase.
10151 (feedmail-debug): New custom group.
10152 (feedmail-confirm-outgoing-timeout)
10153 (feedmail-sendmail-f-doesnt-sell-me-out)
10154 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10155 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
10156 (feedmail-sender-line, feedmail-from-line)
10157 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 10158 (feedmail-spray-this-address)
215cda7c
BC
10159 (feedmail-spray-address-fiddle-plex-list)
10160 (feedmail-queue-use-send-time-for-date)
10161 (feedmail-queue-use-send-time-for-message-id)
10162 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
10163 (feedmail-buffer-eating-function):
10164 Doc fixes.
10165 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
10166 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
10167 (feedmail-message-action-scroll-down): New functions.
10168 (feedmail-queue-directory, feedmail-queue-draft-directory):
10169 Use expand-file-name.
10170 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
10171 Remove C-v help entry.
10172 (feedmail-queue-buffer-file-name): New variable.
10173 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
10174 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
10175 (feedmail-message-action-send-strong, feedmail-message-action-edit)
10176 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
10177 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
10178 (feedmail-message-action-toggle-spray)
10179 (feedmail-run-the-queue-no-prompts)
10180 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
10181 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
10182 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
10183 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
10184 (feedmail-envelope-deducer, feedmail-fiddle-from)
10185 (feedmail-fiddle-sender, feedmail-default-date-generator)
10186 (feedmail-fiddle-date, feedmail-fiddle-message-id)
10187 (feedmail-fiddle-spray-address)
10188 (feedmail-fiddle-list-of-spray-fiddle-plexes)
10189 (feedmail-fiddle-list-of-fiddle-plexes)
10190 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
10191 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
10192 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
10193 Change default. Doc fix.
10194 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
10195 (feedmail-binmail-linuxish-template): New constant.
10196 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
10197 Respect feedmail-sendmail-f-doesnt-sell-me-out.
10198 (feedmail-send-it): Add debug call.
10199 Use feedmail-queue-buffer-file-name, and
10200 feedmail-send-it-immediately-wrapper.
10201 (feedmail-message-action-send): Add debug call.
10202 Use feedmail-send-it-immediately-wrapper.
10203 (feedmail-queue-express-to-queue): Add debug call.
10204 Run feedmail-queue-express-hook.
10205 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
10206 (feedmail-message-action-help-blat):
10207 Rename from feedmail-queue-send-edit-prompt-help-first.
10208 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
10209 Check line-endings. Handle errors better.
10210 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
10211 Doc fix. Add debug call.
10212 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
10213 Use feedmail-queue-send-edit-prompt-inner.
10214 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
10215 (feedmail-queue-send-edit-prompt-inner): New function, extracted
10216 from feedmail-queue-send-edit-prompt.
10217 (feedmail-queue-send-edit-prompt-help)
10218 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
10219 (feedmail-tidy-up-slug): Add debug call.
10220 Respect feedmail-queue-slug-suspect-regexp.
10221 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
10222 (feedmail-dump-message-to-queue): Add debug call.
10223 Expand queue-directory.
10224 (feedmail-dump-message-to-queue): Change message slightly.
10225 Use feedmail-say-chatter.
10226 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
10227 (feedmail-send-it-immediately-wrapper): New function.
10228 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
10229 Insert empty string rather than newline. Handle full-frame case.
10230 Use catch/throw. Use feedmail-say-chatter.
10231 (feedmail-fiddle-from): Try mail-host-address.
10232 (feedmail-default-message-id-generator): Doc fix.
10233 Bind system-time-locale. Handle missing end.
10234 (feedmail-fiddle-x-mailer): Add debug call.
10235 Handle feedmail-x-mailer-line being nil.
10236 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
10237 Add debug call. Use buffer-substring-no-properties.
10238 (feedmail-say-debug, feedmail-say-chatter): New functions.
10239 (feedmail-find-eoh): Give an explicit error.
10240
42c7e61e
UJ
102412011-05-13 Ulf Jasper <ulf.jasper@web.de>
10242
c2571358 10243 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 10244 family from helvetica to sans.
c2571358 10245 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10246 etc/images/newsticker.
10247
c2571358 10248 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
10249 family from helvetica to sans.
10250
10251 * net/newst-plainview.el (newsticker-new-item-face)
10252 (newsticker-old-item-face, newsticker-immortal-item-face)
10253 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 10254 (newsticker-statistics-face): Change default family from
42c7e61e 10255 helvetica to sans.
c2571358 10256 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10257 etc/images/newsticker.
10258
10259 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
10260 (newsticker--process-auto-mark-filter-match): : Tell user about
10261 auto-marking.
10262
8497a297
DV
102632011-05-13 Didier Verna <didier@xemacs.org>
10264
10265 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
10266 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
10267 TODO entries.
8497a297
DV
10268 (lisp-lambda-list-keyword-parameter-indentation)
10269 (lisp-lambda-list-keyword-parameter-alignment)
10270 (lisp-lambda-list-keyword-alignment): New customizable user options.
10271 (lisp-indent-defun-method): Improve docstring.
10272 (extended-loop-p): Fix comment.
10273 (lisp-indent-lambda-list-keywords-regexp): New variable.
10274 (lisp-indent-lambda-list): New function.
10275 (lisp-indent-259): Use it.
10276 (lisp-indent-defmethod): Support for more than one
10277 method qualifier and properly indent methods lambda-lists.
10278 (defgeneric): Provide a missing common-lisp-indent-function property.
10279
f278f87f
SM
102802011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10281
10282 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
10283 bounds for the empty string (bug#8667).
10284
5233edd7
GM
102852011-05-13 Glenn Morris <rgm@gnu.org>
10286
5237a44f
GM
10287 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
10288
8340026c 10289 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 10290 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 10291
5233edd7 10292 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 10293 (appt-time-msg-list): Doc fix.
a5464014 10294 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 10295
92d10796
AS
102962011-05-12 Andreas Schwab <schwab@linux-m68k.org>
10297
10298 * progmodes/ld-script.el (ld-script-keywords)
10299 (ld-script-builtins): Update keywords list.
10300
914a0ae1
SM
103012011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10302
c89be45f
SM
10303 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
10304
914a0ae1
SM
10305 * shell.el (shell-completion-vars): New function.
10306 (shell-mode):
10307 * simple.el (read-shell-command): Use it.
10308 (blink-matching-open): No need for " [...]" in minibuffer-message.
10309
98dc3df3
GM
103102011-05-12 Glenn Morris <rgm@gnu.org>
10311
10312 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
10313 (appt-check): Simplify.
10314
d2fc7e3d 103152011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 10316
4d61f28d 10317 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
10318 literal "/dev/null".
10319
d2fc7e3d 103202011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
10321
10322 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
10323 Fix typo.
10324
d2fc7e3d 103252011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 10326
3f254caa
SM
10327 * progmodes/which-func.el (which-function):
10328 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
10329 which might not be defined (Bug#8260).
10330
d45885f7
GM
103312011-05-12 Glenn Morris <rgm@gnu.org>
10332
10333 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
10334 Let byte-compile-initial-macro-environment always take precedence.
10335
488086f4
SM
103362011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10337
10338 * net/rcirc.el: Add support for SSL/TLS connections.
10339 (rcirc-server-alist): New field `encryption'.
10340 (rcirc): Check `encryption' settings.
10341 (rcirc-connect): New arg `encryption'. Use open-network-stream.
10342 Merge make-local-variable into `set'.
10343 (rcirc--connection-open-p): New function.
10344 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
10345 the process is not a network process (e.g. running gnutls-cli).
10346 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10347 Make rcirc-(en|de)code-coding-system local here.
10348 (rcirc-mode): Merge make-local-variable into `set'.
10349 (rcirc-parent-buffer): Make permanent buffer-local.
10350 (rcirc-multiline-minor-mode): Don't do it here.
10351 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
10352 there's no server buffer.
10353
7d3b9d44
GM
103542011-05-11 Glenn Morris <rgm@gnu.org>
10355
f64049c6
GM
10356 * newcomment.el (comment-kill): Prefix "unused" local.
10357
93c9df73
GM
10358 * term/w32console.el (get-screen-color): Declare.
10359
7d3b9d44
GM
10360 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10361 Handle symbol elements of byte-compile-initial-macro-environment.
10362
9e2dd53f
LL
103632011-05-10 Leo Liu <sdl.web@gmail.com>
10364
488086f4
SM
10365 * bookmark.el (bookmark-bmenu-mode-map):
10366 Bind bookmark-bmenu-search to `/'.
8b340240 10367
9e2dd53f 10368 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
10369 (footnote-unicode-string, footnote-unicode-regexp): New variable.
10370 (Footnote-unicode): New function.
10371 (footnote-style-alist): Add unicode style to the list.
10372 (footnote-style): Doc fix.
9e2dd53f 10373
79b70037
GM
103742011-05-10 Jim Meyering <meyering@redhat.com>
10375
10376 Fix doubled-word typos.
10377 * international/quail.el (quail-insert-kbd-layout): and and -> and
10378 * kermit.el: and and -> and
10379 * net/ldap.el (ldap-search-internal): to to -> to
10380 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
10381 * progmodes/js.el (js-mode): and and -> and
10382 * textmodes/artist.el (artist-move-to-xy): at at -> at
10383 (artist-draw-region-trim-line-endings): if if -> if
10384 And Safetyc -> Safety.
10385 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
10386
b8f82dc1 103872011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 10388 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
10389
10390 * files.el (hack-one-local-variable-eval-safep):
10391 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
10392
4f99f44b
GM
103932011-05-10 Glenn Morris <rgm@gnu.org>
10394
10395 * calendar/diary-lib.el (diary-list-entries-hook)
10396 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
10397 (diary-nongregorian-marking-hook, diary-list-entries)
10398 (diary-include-other-diary-files, diary-mark-entries)
10399 (diary-mark-included-diary-files): Doc fixes.
10400
84f29e6b
JB
104012011-05-09 Juanma Barranquero <lekktu@gmail.com>
10402
10403 * misc.el: Require tabulated-list.el during compilation.
10404
9bedd73a
CY
104052011-05-09 Chong Yidong <cyd@stupidchicken.com>
10406
488086f4
SM
10407 * progmodes/compile.el (compilation-start):
10408 Run compilation-filter-hook for the async case too.
9bedd73a
CY
10409 (compilation-filter-hook): Doc fix.
10410
797c735c
DD
104112011-05-09 Deniz Dogan <deniz@dogan.se>
10412
10413 * wdired.el: Remove outdated installation comment. Fix usage
10414 comment.
10415
5f4b1dfe
JB
104162011-05-09 Juanma Barranquero <lekktu@gmail.com>
10417
10418 * misc.el: Implement new command `list-dynamic-libraries'.
10419 (list-dynamic-libraries--loaded-only-p): New variable.
10420 (list-dynamic-libraries--refresh): New function.
10421 (list-dynamic-libraries): New command.
10422
4c44026c
CY
104232011-05-09 Chong Yidong <cyd@stupidchicken.com>
10424
488086f4
SM
10425 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10426 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
10427 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
10428 higher priority to avoid clobbering by gnu.
10429
027f966d
CY
104302011-05-08 Chong Yidong <cyd@stupidchicken.com>
10431
10432 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
10433 if the face has existing theme settings (Bug#8454).
10434
085f5d7d
CY
104352011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
10436
488086f4
SM
10437 * progmodes/perl-mode.el (perl-imenu-generic-expression):
10438 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 10439
2a86a00c
RS
10440 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
10441 special file names `.' and `..' (Bug#8259).
10442
d9c54a06
CY
104432011-05-08 Chong Yidong <cyd@stupidchicken.com>
10444
488086f4
SM
10445 * progmodes/grep.el (grep-mode-font-lock-keywords):
10446 Remove buffer-changing entries.
d9c54a06
CY
10447 (grep-filter): New function.
10448 (grep-mode): Add it to compilation-filter-hook.
10449
10450 * progmodes/compile.el (compilation-filter-hook)
10451 (compilation-filter-start): New defvars.
10452 (compilation-filter): Call compilation-filter-hook prior to
10453 updating the process mark.
10454
c4662635
SM
104552011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10456
10457 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
10458
b0512a1d
EZ
104592011-05-07 Eli Zaretskii <eliz@gnu.org>
10460
605c9376
EZ
10461 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
10462 mailclient-send-it even if window-system is nil. (Bug#8595)
10463
c4662635
SM
10464 * term/w32console.el (terminal-init-w32console):
10465 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
10466 background-mode. (Bug#8597)
10467
d1dc2cc2
SM
104682011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10469
10470 Make bytecomp.el understand that defmethod defines funs (bug#8631).
10471 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
10472 New functions.
10473 (defgeneric, eieio--defmethod): Use them.
10474 (eieio-defgeneric): Remove.
10475 (defmethod): Call defgeneric in a way visible to the byte-compiler.
10476
915d1300
GM
104772011-05-07 Glenn Morris <rgm@gnu.org>
10478
a3961c3e
GM
10479 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
10480 Use let rather than let*.
10481 (timeclock-find-discrep): Remove unused local.
10482
314347b9
GM
10483 * calendar/diary-lib.el (diary-comment-start): Doc fix.
10484
915d1300
GM
10485 * calendar/appt.el (appt-time-msg-list): Doc fix.
10486
275b59b0
NF
104872011-05-06 Noah Friedman <friedman@splode.com>
10488
10489 * apropos.el (apropos-print-doc): Only use
10490 emacs-lisp-docstring-fill-column when it is bound to an integer,
10491 per that variable's documentation.
10492
6c19f744
SM
104932011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 10496 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 10497
60f884b2
GM
104982011-05-06 Glenn Morris <rgm@gnu.org>
10499
5006e634
GM
10500 * calendar/appt.el (appt-message-warning-time): Doc fix.
10501 (appt-warning-time-regexp): New option.
10502 (appt-make-list): Respect appt-message-warning-time.
10503
548d0a63
GM
10504 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
10505 New options.
10506 (diary-add-to-list): Strip comments from the displayed string.
10507 (diary-mode): Set comment-start and comment-end.
10508
60f884b2
GM
10509 * vc/diff-mode.el (smerge-refine-subst): Declare.
10510 (diff-refine-hunk): Don't require smerge-mode when compiling.
10511
989681bb
JB
105122011-05-06 Juanma Barranquero <lekktu@gmail.com>
10513
10514 * simple.el (list-processes): Return nil as the docstring says.
10515
a6bc05e1
MA
105162011-05-05 Michael Albinus <michael.albinus@gmx.de>
10517
10518 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
10519 to "".
10520 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10521 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
10522 determining of binary transfer. (Bug#7383)
10523
23c22e9a
MA
105242011-05-05 Michael Albinus <michael.albinus@gmx.de>
10525
c4662635
SM
10526 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10527 Fix port computation bug. (Bug#8618)
23c22e9a 10528
0bff894f
GM
105292011-05-05 Glenn Morris <rgm@gnu.org>
10530
b8296902
GM
10531 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
10532
1f522ce8
GM
10533 * simple.el (shell-dynamic-complete-functions)
10534 (comint-dynamic-complete-functions): Declare.
10535
cf5bee67
GM
10536 * net/network-stream.el (gnutls-negotiate):
10537 * simple.el (tabulated-list-print): Fix declarations.
10538
10539 * progmodes/gud.el (syntax-symbol, syntax-point):
10540 Remove unnecessary and incorrect declarations.
10541
0bff894f
GM
10542 * emacs-lisp/check-declare.el (check-declare-scan):
10543 Handle byte-compile-initial-macro-environment in bytecomp.el
10544
9869b3ae
SM
105452011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10546
10547 Fix earlier half-done eieio-defmethod change (bug#8338).
10548 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
10549 Streamline and change calling convention.
10550 (defmethod): Adjust accordingly and simplify.
10551 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
10552 new eieio--defmethod.
10553 (slot-boundp): Minor CSE simplification.
10554
9c1d5ac5
MZ
105552011-05-05 Milan Zamazal <pdm@zamazal.org>
10556
10557 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
10558 (glasses-make-readable): Use glasses-separate-capital-groups.
10559
455c834e
JB
105602011-05-05 Juanma Barranquero <lekktu@gmail.com>
10561
10562 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
10563 (warning-series): Doc fix.
10564 (display-warning): Don't try to create the buffer if we just found it.
10565
9ed7c8cb
CY
105662011-05-04 Chong Yidong <cyd@stupidchicken.com>
10567
10568 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
10569 (autoload-find-generated-file): New function.
10570 (generate-file-autoloads): Bind generated-autoload-file to
10571 buffer-file-name.
9869b3ae
SM
10572 (update-file-autoloads, update-directory-autoloads):
10573 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
10574 output file (Bug#7989).
10575 (batch-update-autoloads): Doc fix.
10576
0898ca10
JB
105772011-05-04 Juanma Barranquero <lekktu@gmail.com>
10578
10579 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
10580
31dfb76c
GM
105812011-05-04 Glenn Morris <rgm@gnu.org>
10582
f330b642
GM
10583 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
10584 function, so it follows changes in calendar-date-style.
10585 (diary-fancy-date-matcher): New function.
10586 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
10587 (diary-fancy-font-lock-fontify-region-function):
10588 Use diary-fancy-date-pattern as a function.
10589
31dfb76c
GM
10590 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
10591 non-numbers for `year' etc pseudo-variables. (Bug#8583)
10592
48e79d6a
TZ
105932011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
10594
10595 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
10596 instead of positional arguments. Allow :keylist and :crlfiles
10597 arguments.
10598 (open-gnutls-stream): Call it.
10599
10600 * net/network-stream.el (network-stream-open-starttls): Adjust to
10601 call `gnutls-negotiate' with :process and :hostname arguments.
10602
dd5a5ee0
SM
106032011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10604
ef80fc09
SM
10605 * minibuffer.el (completion--message): New function.
10606 (completion--do-completion, minibuffer-complete)
10607 (minibuffer-force-complete, minibuffer-complete-word): Use it.
10608 (completion--do-completion): Don't ignore completion-auto-help when in
10609 icomplete-mode.
10610
dd5a5ee0
SM
10611 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
10612 internal encoding (e.g. tibetan zero is not whitespace).
10613 (global-whitespace-mode): Prefer save-current-buffer.
10614 (whitespace-trailing-regexp): Remove useless save-match-data.
10615 (whitespace-empty-at-bob-regexp): Minor simplification.
10616
b7d22a83
CY
106172011-05-03 Chong Yidong <cyd@stupidchicken.com>
10618
10619 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
10620
5192af46
AM
106212011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10622
10623 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 10624 Use `concat' to create string for insertion.
5192af46 10625
5767d190
SM
106262011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10627
10628 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
10629 Avoid open-line which runs post-self-insert-hook.
10630 (bibtex-fill-entry): Remove unused `end' var.
10631
bf242939
AM
106322011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
10633
5767d190
SM
10634 * textmodes/ispell.el (ispell-add-per-file-word-list):
10635 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 10636
25666126
LL
106372011-05-03 Leo Liu <sdl.web@gmail.com>
10638
10639 * isearch.el (isearch-yank-pop): New command.
5767d190 10640 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
10641 (isearch-forward): Mention it.
10642
52d3c2d0
SM
106432011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10644
1bcace58
SM
10645 * simple.el (minibuffer-complete-shell-command): Remove.
10646 (minibuffer-local-shell-command-map): Use completion-at-point.
10647 (read-shell-command): Setup completion vars here instead.
10648 (read-expression-map): Bind TAB to symbol completion.
10649
52d3c2d0
SM
10650 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
10651 error directly rather via storing it into `results'.
10652
35813471
LL
106532011-05-02 Leo Liu <sdl.web@gmail.com>
10654
10655 * vc/diff.el: Fix description.
10656
e793a940
LMI
106572011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10658
10659 * server.el (server-eval-at): New function.
10660
8de66e05
LMI
106612011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10662
10663 * net/network-stream.el (open-network-stream): Take a :nowait
10664 parameter and pass it on to `make-network-process'.
10665 (network-stream-open-plain): Ditto.
10666
dcb79f20
AS
106672011-04-30 Andreas Schwab <schwab@linux-m68k.org>
10668
10669 * faces.el (face-spec-set-match-display): Don't match toolkit
10670 options on terminal frames.
10671
14a7fbd8
SM
106722011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10673
7eabc1be
SM
10674 * progmodes/pascal.el: Use lexical binding.
10675 (pascal-mode-map): Remove author preferences.
10676
14a7fbd8
SM
10677 * pcomplete.el (pcomplete-std-complete): Don't abuse
10678 completion-at-point.
10679
50f84510
JB
106802011-04-28 Juanma Barranquero <lekktu@gmail.com>
10681
6e087a44
JB
10682 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
10683 removing code that has been dead since 1991 or so.
10684
50f84510
JB
10685 * startup.el (command-line): When warning about "_emacs", use a
10686 delayed warning to allow the user to filter it out.
10687
0ba690bd
DD
106882011-04-28 Deniz Dogan <deniz@dogan.se>
10689
10690 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
10691 user has not joined.
10692
08abfaad
SM
106932011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10694
10695 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
10696 aren't any completions at point.
10697
638f053a
JB
106982011-04-28 Juanma Barranquero <lekktu@gmail.com>
10699
10700 * subr.el (display-delayed-warnings): New function.
10701 (delayed-warnings-hook): New variable.
10702
8fff8daa
SM
107032011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10704
08abfaad
SM
10705 * minibuffer.el (completion-at-point, completion-help-at-point):
10706 Don't presume that a given completion-at-point-function will always
10707 use the same calling convention.
10708
8fff8daa
SM
10709 * pcomplete.el (pcomplete-completions-at-point):
10710 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
10711 pcomplete-seen is non-nil.
10712 (pcomplete-comint-setup): Also recognize the new comint/shell
10713 completion functions.
10714 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
10715 pcomplete-seen is non-nil.
10716
841a1577 107172011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 10718
841a1577 10719 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 10720 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 10721 the first character in the entry. This allows for code to add its
211ec907
UJ
10722 own uid to the entry.
10723 (icalendar--convert-float-to-ical): Add export of
10724 `diary-float'-entries save for those with the optional DAY
10725 argument.
10726
2a782793
DC
107272011-04-27 Daniel Colascione <dan.colascione@gmail.com>
10728
10729 * subr.el (shell-quote-argument): Use alternate escaping strategy
10730 when we spot a variable reference in a string.
10731
0438ce91
DC
107322011-04-26 Daniel Colascione <dan.colascione@gmail.com>
10733
10734 * cus-start.el (all): Define customization for debug-on-event.
10735
841a1577 107362011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
10737
10738 * subr.el (shell-quote-argument): Escape correctly under Windows.
10739
d090ed6c
SM
107402011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10741
10742 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
10743
bfd31217
MA
107442011-04-25 Michael Albinus <michael.albinus@gmx.de>
10745
d090ed6c
SM
10746 * net/tramp.el (tramp-process-actions): Add POS argument.
10747 Delete region between POS and (pos).
bfd31217 10748
d090ed6c
SM
10749 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10750 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
10751 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
10752
10753 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
10754 position in `tramp-process-actions' call.
10755
10756 * net/trampver.el: Update release number.
10757
e92f3bd3
SM
107582011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10759
850256b5
SM
10760 * custom.el (defcustom): Obey lexical-binding.
10761
e92f3bd3
SM
10762 Fix octave-inf completion problems reported by Alexander Klimov.
10763 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
10764 Inherit from octave-mode-syntax-table.
10765 (inferior-octave-mode): Set info-lookup-mode.
10766 (inferior-octave-completion-at-point): New function.
10767 (inferior-octave-complete): Use it and completion-in-region.
10768 (inferior-octave-dynamic-complete-functions): Use it as well, and use
10769 comint-filename-completion.
10770 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
10771 symbol elements which shouldn't be word elements.
10772 (octave-font-lock-keywords, octave-beginning-of-defun)
10773 (octave-function-header-regexp): Adjust regexps accordingly.
10774 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
10775
cd22b309
JB
107762011-04-25 Juanma Barranquero <lekktu@gmail.com>
10777
10778 * net/gnutls.el (gnutls-errorp): Declare before first use.
10779
8b492194
TZ
107802011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
10781
10782 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
10783 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 10784 default trustfile exists before going to use it. Add missing
5a5fa834 10785 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
10786 Reported by Claudio Bley <claudio.bley@gmail.com>.
10787 (open-gnutls-stream): Add usage example.
10788
10789 * net/network-stream.el (network-stream-open-starttls): Give host
10790 parameter to `gnutls-negotiate'.
10791 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 10792 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 10793
841a1577 107942011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 10795
cd22b309
JB
10796 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10797 Use correct match group (bug#8438).
05842630 10798
3ba7869c
CY
107992011-04-24 Chong Yidong <cyd@stupidchicken.com>
10800
512e3ae1
CY
10801 * emacs-lisp/package.el (package-built-in-p): Fix typo.
10802 (package-menu--generate): New arg specifying packages to show.
10803 (package-menu-refresh, package-menu-execute, list-packages):
10804 Callers changed.
10805 (package-show-package-list): New function, replacing deleted
10806 package--list-packages (renamed because it is non-internal).
10807
10808 * finder.el (finder-list-matches): Use package-show-package-list
10809 instead of deleted package--list-packages.
10810
e92f3bd3
SM
10811 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
10812 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
10813 (vc-annotate-mode-map): Bind it to RET.
10814
7031be6d
UR
108152011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10816
10817 * progmodes/etags.el (next-file): Don't use set-buffer to change
10818 buffers (Bug#8478).
10819
4ef177aa
CY
108202011-04-24 Chong Yidong <cyd@stupidchicken.com>
10821
c8d173eb
CY
10822 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
10823
4ef177aa
CY
10824 * apropos.el (apropos-label-face): Avoid variable-pitch face.
10825 (apropos-accumulator): Doc fix.
10826 (apropos-function, apropos-macro, apropos-command)
10827 (apropos-variable, apropos-face, apropos-group, apropos-widget)
10828 (apropos-plist): Add face property.
10829 (apropos-symbols-internal): Fix indentation.
10830 (apropos-print): Simplify help, and recognize apropos-multi-type.
10831 (apropos-print-doc): Use button-type-get to extract the button's
10832 face property. Fill docstring (Bug#8352).
10833
4ffd0d6b 108342011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
10835
10836 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
10837
c6c32125 10838 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 10839 (mpuz-mode-map): Use mapc.
c6c32125
JB
10840 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
10841 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
10842 Fix typos in docstrings.
10843
58d468b4
JB
10844 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
10845 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
10846
6470c3c6
JB
10847 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
10848
4ffd0d6b 108492011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
10850
10851 * minibuffer.el (completion--do-completion): Avoid the "Next char
10852 not unique" prompt if icomplete-mode is enabled (Bug#5849).
10853
3ad8bad0
CY
10854 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
10855 mouse-2 into unread-command-events, it is interpreted correctly.
10856
71d73c9c 10857 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 10858 (image-toggle-display): Doc fix.
71d73c9c 10859
841a1577 108602011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 10861
4ffd0d6b
GM
10862 * textmodes/page.el (what-page): Use line-number-at-pos to
10863 calculate line number (Bug#6825).
6e1dbaa9 10864
c2fb1b60
JB
108652011-04-22 Juanma Barranquero <lekktu@gmail.com>
10866
10867 * eshell/esh-mode.el (find-tag-interactive): Declare function.
10868 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
10869 Pass argument NO-DEFAULT to `find-tag-interactive'.
10870
e02f48d7
JB
108712011-04-22 Juanma Barranquero <lekktu@gmail.com>
10872
10873 Lexical-binding cleanup.
10874
10875 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
10876 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
10877 * progmodes/ada-prj.el (ada-prj-initialize-values)
10878 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
10879 (ada-prj-show-value):
10880 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
10881 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
10882 (antlr-invalidate-context-cache, antlr-options-menu-filter)
10883 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
10884 * progmodes/bug-reference.el (bug-reference-push-button):
10885 * progmodes/fortran.el (fortran-line-length):
10886 * progmodes/glasses.el (glasses-change):
10887 * progmodes/octave-mod.el (octave-fill-paragraph):
10888 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
10889 (python-pdbtrack-grub-for-buffer, python-sentinel):
10890 * progmodes/sql.el (sql-save-connection):
10891 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
10892 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
10893 Mark unused parameters.
10894
10895 * progmodes/compile.el (compilation--flush-directory-cache)
10896 (compilation--flush-parse, compile-internal): Mark unused parameters.
10897 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
10898 (compilation-next-error-function): Remove unused variable `timestamp'.
10899
10900 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
10901 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
10902
10903 * progmodes/dcl-mode.el (dcl-end-of-command):
10904 Remove unused variable `start'.
10905 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
10906 (dcl-option-value-basic, dcl-option-value-offset)
10907 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
10908 Mark unused parameters.
10909 (dcl-save-local-variable): Remove unused variable `val'.
10910 (mode): Declare.
10911
10912 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
10913 Mark unused parameters.
10914 (delphi-ignore-changes): Move before first use.
10915 (delphi-charset-token-at): Remove unused variable `start'.
10916 (delphi-else-start): Remove unused variable `if-count'.
10917 (delphi-comment-block-start, delphi-comment-block-end):
10918 Remove unused variable `kind'.
10919 (delphi-indent-line): Remove unused variable `new-point'.
10920
10921 * progmodes/ebrowse.el (ebrowse-files-list)
10922 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
10923 Mark unused parameters. Don't quote `lambda'.
10924 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
10925 Don't quote `lambda'.
10926 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
10927 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
10928 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
10929 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
10930 Use `ignore-errors'.
10931 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
10932 (ebrowse-view/find-file-and-search-pattern)
10933 (ebrowse-view/find-member-declaration/definition):
10934 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
10935 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
10936 Rename parameter PREFIX-ARG to PREFIX.
10937 (ebrowse-tags-read-name): Remove unused variables `start' and
10938 `member-info'.
10939 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
10940 to `tags-file'.
10941
10942 * progmodes/etags.el (local-find-tag-hook): Declare.
10943 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
10944 Mark unused parameters.
10945
10946 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
10947 (executable-interpret): Mark unused parameter.
10948
10949 * progmodes/flymake.el (flymake-process-sentinel)
10950 (flymake-after-change-function)
10951 (flymake-create-temp-with-folder-structure)
10952 (flymake-get-include-dirs-dot): Mark unused parameters.
10953 (flymake-safe-delete-directory): Remove unused variable `err'.
10954
10955 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
10956 (speedbar-timer-fn, speedbar-line-text)
10957 (speedbar-change-expand-button-char, speedbar-delete-subblock)
10958 (speedbar-center-buffer-smartly): Declare functions.
10959 (gdb-find-watch-expression): Remove unused variable `array'.
10960 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
10961 (gdb-starting): Mark unused parameters.
10962 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
10963 (gdb-table-string): Remove unused variable `res'.
10964 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
10965 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
10966 (gdb-display-buffer): Remove unused variable `cur-size'.
10967
10968 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
10969 allow lexical-binding compilation.
10970 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
10971 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
10972 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
10973 Mark unused parameters.
10974 (gud-gdb-marker-filter): Remove unused variable `match'.
10975 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
10976 lambda expressions and funcall them, instead of using `fset'.
10977
10978 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
10979 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
10980
10981 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
10982 variable `header-beg'; use `let'.
10983
10984 * progmodes/icon.el (indent-icon-exp): Remove unused variables
10985 `restart', `last-sexp' and `at-do'.
10986
10987 * progmodes/js.el (js--debug): Mark unused parameter.
10988 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
10989 (js--splice-into-items): Remove unused variable `item'.
10990 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
10991
10992 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
10993 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
10994 (makefile-complete): Remove unused variable `try'.
10995 (makefile-fill-paragraph, makefile-match-function-end):
10996 Mark unused parameters.
10997
10998 * progmodes/octave-inf.el (inferior-octave-complete):
10999 Remove unused variable `proc'.
11000 (inferior-octave-output-digest): Mark unused parameter.
11001
11002 * progmodes/perl-mode.el (perl-calculate-indent):
11003 Remove unused variable `err'.
11004
11005 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
11006 (prolog-indent-line): Mark unused parameters.
11007 (prolog-indent-line): Remove unused variable `beg'.
11008
11009 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
11010 (reporter-dont-compact-list): Declare.
11011
11012 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
11013 Remove unused variable `char'.
11014 (sh-debug): Mark unused parameter.
11015 (sh-get-indent-info): Remove unused variable `start'.
11016 (sh-calculate-indent): Remove unused variable `var'.
11017
11018 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
11019 (simula-electric-keyword): Remove unused variable `null'.
11020 (simula-search-backward, simula-search-forward): Remove unused
11021 variables `begin' and `end'.
11022
11023 * progmodes/vera-mode.el (vera-guess-basic-syntax):
11024 Remove unused variable `pos'.
11025 (vera-electric-tab, vera-comment-uncomment-region):
11026 Mark unused parameters.
11027 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
11028
7ede3b65
CY
110292011-04-22 Chong Yidong <cyd@stupidchicken.com>
11030
11031 * emacs-lisp/package.el (package--builtins, package-alist)
11032 (package-load-descriptor, package-built-in-p, package-activate)
11033 (define-package, package-installed-p)
11034 (package-compute-transaction, package-buffer-info)
11035 (package--push): Doc fix. Distinguish more clearly between
11036 version strings and version lists.
11037
121656e9
JB
110382011-04-21 Juanma Barranquero <lekktu@gmail.com>
11039
11040 Lexical-binding cleanup.
11041
11042 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
11043 (5x5-make-mutate-best):
11044 * play/fortune.el (fortune-in-buffer):
11045 * play/gomoku.el (gomoku-init-display):
11046 * play/solitaire.el (solitaire, solitaire-do-check):
11047 * play/tetris.el (tetris-default-update-speed-function):
11048 Mark unused parameters.
11049
11050 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
11051 (bubbles--shift): Remove unused variable `char-org'.
11052 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
11053 (bubbles--show-images): Remove unused variable `char'.
11054
11055 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
11056 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
11057 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
11058 (decipher-analyze-buffer): Use ?\s.
11059 (decipher-make-checkpoint): Remove unused variable `mapping'.
11060
11061 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
11062
11063 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11064 Remove unused variable `result'; use `let'.
11065
11066 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
11067 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
11068 (gametree-children-shown-p, gametree-compute-reduced-score):
11069 Use `ignore-errors'.
11070
11071 * play/handwrite.el (ps-lpr-switches): Declare.
11072 (handwrite): Remove unused variables `pmin' and `lastp'.
11073
11074 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
11075
11076 * play/landmark.el (landmark-init-display)
11077 (landmark-update-naught-weights): Mark unused parameters.
11078 (landmark-y): Remove unused variable `noise'. Simplify.
11079 (landmark-human-plays): Remove unused variable `score'.
11080
11081 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
11082 (mpuz-try-proposal): Remove unused variable `game'.
11083
11084 * play/zone.el (life-patterns): Declare.
11085
80f499c7
JB
110862011-04-20 Juanma Barranquero <lekktu@gmail.com>
11087
11088 * vc/vc.el (ediff-vc-internal): Declare function.
11089
024ff170
SM
110902011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11091
c0a193ea
SM
11092 * shell.el: Use lexical-binding and std completion UI.
11093 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
11094 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
11095 comint-preoutput-filter-functions rather than on
11096 comint-output-filter-functions.
11097 (shell-command-completion, shell--command-completion-data)
11098 (shell-filename-completion, shell-environment-variable-completion)
11099 (shell-c-a-p-replace-by-expanded-directory): New functions.
11100 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
11101 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
11102 (shell-dynamic-complete-environment-variable): Use them.
11103 (shell-dynamic-complete-as-environment-variable)
11104 (shell-dynamic-complete-as-command): Remove.
11105 (shell-match-partial-variable): Match past point.
11106 * comint.el: Clean up use of completion-at-point-functions.
11107 (comint-completion-at-point): New function.
11108 (comint-mode): Use it completion-at-point-functions.
11109 (comint-dynamic-complete): Make it obsolete.
11110 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
11111 (comint-c-a-p-replace-by-expanded-history): New function.
11112 (comint-dynamic-complete-functions)
11113 (comint-replace-by-expanded-history): Use it.
11114 * minibuffer.el (completion-table-with-terminator): Allow dynamic
11115 termination strings. Try harder to avoid second try-completion.
11116 (completion-in-region-mode-map): Disable bindings that don't work yet.
11117
2dbaa080
SM
11118 * comint.el: Use lexical-binding. Require CL.
11119 (comint-dynamic-complete-functions): Use comint-filename-completion.
11120 (comint-completion-addsuffix): Tweak custom type.
11121 (comint-filename-completion, comint--common-suffix)
11122 (comint--common-quoted-suffix, comint--table-subvert)
11123 (comint--complete-file-name-data): New functions.
11124 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
11125 (comint-dynamic-list-filename-completions): Use them.
11126 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 11127
2dbaa080
SM
11128 * minibuffer.el (completion-in-region-mode):
11129 Keep completion-in-region-mode--predicate global.
11130 (completion-in-region--postch):
11131 Assume completion-in-region-mode--predicate is not null.
11132
c79a6f38
SM
11133 * progmodes/flymake.el (flymake-start-syntax-check-process):
11134 Obey `dir'. Simplify.
11135
024ff170
SM
11136 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
11137 we're in VC after all.
11138
1c6c854e
CS
111392011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
11140
11141 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 11142 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
11143 (vc-version-diff): Use vc-diff-build-argument-list-internal.
11144
bed7f140
SM
111452011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11146
332e62ab
SM
11147 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
11148 add sanity check.
11149
bed7f140
SM
11150 * obsolete/erc-hecomplete.el: Make obsolete.
11151 * obsolete/: Standardize obsolescence info in the header.
11152
f195c582
GM
111532011-04-20 Glenn Morris <rgm@gnu.org>
11154
11155 * calendar/solar.el (solar-horizontal-coordinates):
11156 Use the longitude argument rather than `calendar-longitude'.
11157 (solar-date-next-longitude): Remove unused locals.
11158
cb79b8c0
VJL
111592011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11160
11161 * whitespace.el: New version 13.2.1.
11162
111632011-04-20 felix <EmacsWiki> (tiny change)
11164
d8e4b68b 11165 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
11166 switching between major modes on a file.
11167
602ea69d
SM
111682011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11169
11170 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
11171 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
11172 multi-line comments as well.
11173
06b60517
JB
111742011-04-19 Juanma Barranquero <lekktu@gmail.com>
11175
11176 Lexical-binding cleanup.
11177
11178 * arc-mode.el (archive-mode-revert):
11179 * cmuscheme.el (scheme-interactively-start-process):
11180 * custom.el (custom-initialize-delay):
11181 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
11182 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
11183 * emacs-lock.el (emacs-lock-clear-sentinel):
11184 * ezimage.el (defezimage):
11185 * follow.el (follow-avoid-tail-recenter):
11186 * fringe.el (set-fringe-mode-1):
11187 * generic-x.el (bat-generic-mode-compile):
11188 * help-mode.el (help-info-variable, help-do-xref)
11189 (help-mode-revert-buffer):
11190 * help.el (view-emacs-todo):
11191 * iswitchb.el (iswitchb-completion-help):
11192 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
11193 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
11194 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
11195 * locate.el (locate-update):
11196 * longlines.el (longlines-encode-region)
11197 (longlines-after-change-function):
11198 * outline.el (outline-isearch-open-invisible):
11199 * ps-def.el (declare-function, charset-dimension, char-width)
11200 (encode-char):
11201 * ps-mule.el (ps-mule-plot-string):
11202 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
11203 (recentf-edit-list-select, recentf-edit-list-validate)
11204 (recentf-open-files-action):
11205 * rect.el (delete-whitespace-rectangle-line)
11206 (rectangle-number-line-callback):
11207 * register.el (window-configuration-to-register)
11208 (frame-configuration-to-register):
11209 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
11210 * select.el (xselect-convert-to-string, xselect-convert-to-length)
11211 (xselect-convert-to-targets, xselect-convert-to-delete)
11212 (xselect-convert-to-filename, xselect-convert-to-charpos)
11213 (xselect-convert-to-lineno, xselect-convert-to-colno)
11214 (xselect-convert-to-os, xselect-convert-to-host)
11215 (xselect-convert-to-user, xselect-convert-to-class)
11216 (xselect-convert-to-name, xselect-convert-to-integer)
11217 (xselect-convert-to-atom, xselect-convert-to-identity):
11218 * subr.el (declare, ignore, process-kill-without-query)
11219 (text-clone-maintain):
11220 * terminal.el (te-get-char, te-tic-sentinel):
11221 * tool-bar.el (tool-bar-make-keymap):
11222 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
11223 * type-break.el (type-break-mode, type-break-noninteractive-query):
11224 * view.el (View-back-to-mark):
11225 * wid-browse.el (widget-browse-action, widget-browse-widget)
11226 (widget-browse-widgets, widget-browse-sexp):
11227 * widget.el (define-widget-keywords):
11228 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
11229 Mark unused parameters.
11230
11231 * align.el (align-adjust-col-for-rule): Mark unused parameter.
11232 (align-areas): Remove unused variable `look'.
11233 (align-region): Remove unused variables `real-end' and `pos-list'.
11234
11235 * apropos.el (apropos-score-doc): Remove unused variable `i'.
11236
11237 * bindings.el (mode-line-modified, mode-line-remote):
11238 Mark unused parameters.
11239 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
11240
11241 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
11242 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
11243
11244 * comint.el (comint-history-isearch-pop-state)
11245 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
11246 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
11247 (comint-substitute-in-file-name): Doc fix.
11248
11249 * completion.el (cmpl-statistics-block): Mark unused parameter.
11250 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
11251 (save-completions-to-file, load-completions-from-file):
11252 Remove unused local variable `e'.
11253
11254 * composite.el (compose-chars): Remove unused variable `len'.
11255 (lgstring-insert-glyph): Remove unused variable `g'.
11256 (compose-glyph-string): Remove unused variables `ascent',
11257 `descent', `lbearing' and `rbearing'.
11258 (compose-glyph-string-relative): Remove unused variables
11259 `lbearing', `rbearing' and `wadjust'.
11260 (compose-gstring-for-graphic): Remove unused variables `header',
11261 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
11262 (compose-gstring-for-terminal): Remove unused variables `header'
11263 and `nchars'. Use `let', not `let*'.
11264
11265 * cus-edit.el (Custom-set, Custom-save, custom-reset)
11266 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
11267 (Custom-buffer-done, custom-buffer-create-internal)
11268 (custom-browse-visibility-action, custom-browse-group-tag-action)
11269 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
11270 (widget-magic-mouse-down-action, custom-toggle-parent)
11271 (custom-add-parent-links, custom-toggle-hide-variable)
11272 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
11273 (custom-toggle-hide-face, face, hook, custom-group-link-action)
11274 (custom-face-menu-create, custom-variable-menu-create, get)
11275 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
11276 (custom-reset-standard-save-and-update): Remove unused variable `value'.
11277 (customize-apropos): Remove unused variable `tests'.
11278 (custom-group-value-create): Remove unused variable `hidden-p'.
11279 (sort-fold-case): Declare.
11280
11281 * cus-theme.el (custom-reset-standard-faces-list)
11282 (custom-reset-standard-variables-list): Declare.
11283 (customize-create-theme, custom-theme-revert, custom-theme-write)
11284 (custom-theme-choose-mode, customize-themes, custom-theme-save):
11285 Mark unused parameters.
11286
11287 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
11288
11289 * delim-col.el (delimit-columns-max): Move defvar before first use.
11290
11291 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 11292 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
11293
11294 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
11295 (auto-insert): Declare.
11296 (desktop-restore-file-buffer): Rename desktop-* parameters;
11297 mark unused ones.
11298 (desktop-create-buffer): Rename desktop-* parameters and bind them.
11299 (desktop-buffer): Rename desktop-* parameters.
11300
11301 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
11302 (dframe-reposition-frame-xemacs, dframe-help-echo)
11303 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
11304 Mark unused parameters.
11305
11306 * dired-aux.el (backup-extract-version-start, overwrite-query)
11307 (overwrite-backup-query, rename-regexp-query)
11308 (rename-non-directory-query): Declare.
11309 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
11310 (dired-add-entry): Remove unused variable `orig-file-name'.
11311 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
11312 Use parameter PRESERVE-TIME instead of accessing dynamic variable
11313 `dired-copy-preserve-time' directly.
11314 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
11315 (dired-insert-subdir-newpos): Rename unused variable `pos'.
11316
11317 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
11318 (dired-virtual-revert, dired-make-relative-symlink):
11319 Mark unused parameters.
11320 (manual-program): Declare.
11321 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
11322 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
11323 wrapped in `with-no-warnings' to avoid replacing one warning by another.
11324
11325 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
11326
11327 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
11328
11329 * echistory.el (electric-history-in-progress, Helper-return-blurb):
11330 Declare.
11331
11332 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
11333
11334 * electric.el (Electric-command-loop): Rename parameter
11335 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
11336
11337 * expand.el (expand-in-literal): Remove unused variable `here'.
11338
11339 * facemenu.el (facemenu-add-new-color):
11340 Remove unused variable `docstring'.
11341
11342 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
11343 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
11344 (face-attr-construct): Mark unused parameter. Doc fix.
11345 (read-color): Remove unused variable `hex-string'.
11346
11347 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
11348 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
11349 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
11350 (display-buffer-other-frame): Remove unused variable `old-window'.
11351 (kill-buffer-hook): Declare.
11352 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
11353 Mark unused parameters.
11354 (after-find-file): Pass 1 to `auto-save-mode', not t.
11355
11356 * files-x.el (auto-insert): Declare.
11357 (modify-file-local-variable-prop-line): Remove unused variable `val'.
11358
11359 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 11360 variable `buf'. Mark unused parameter.
06b60517
JB
11361 (find-lisp-insert-directory): Mark unused parameter.
11362
11363 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
11364 (format-encode-region): Remove unused variables `cur-buf' and `result'.
11365 (format-common-tail): Remove, unused.
11366 (format-deannotate-region): Remove unused variable `loc'.
11367 (format-annotate-region): Remove unused variable `p'.
11368 (format-annotate-single-property-change): Remove unused variables
11369 `default' and `tail'.
11370
11371 * forms.el (read-file-filter): Declare.
11372 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
11373
11374 * frame.el (frame-creation-function-alist): Mark unused parameter.
11375 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
11376
11377 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
11378 Remove unused parameters.
11379 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
11380 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
11381
11382 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
11383 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
11384 (hfy-prepare-tag-map): Mark unused parameters.
11385 (htmlfontify-buffer): Use `called-interactively-p'.
11386
11387 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
11388 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
11389 (ibuffer-do-occur): Mark unused parameters.
11390 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
11391 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
11392
11393 * ibuffer.el: Don't quote `lambda'.
11394 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
11395 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
11396 Mark unused parameters.
11397
11398 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
11399 (ido-completing-read): Mark unused parameters.
11400 (ido-copy-current-word): Mark unused parameters;
11401 remove unused variable `name'.
11402 (ido-sort-merged-list): Remove unused parameter `dirs'.
11403
11404 * ielm.el (ielm-input-sender): Mark unused parameter.
11405 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
11406 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
11407 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
11408 `ielm-string' as a dynamic variable accessible from the IELM prompt.
11409 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
11410
11411 * image-dired.el (image-dired-display-thumbs): Remove unused
11412 variables `curr-file' and `count'.
11413 (image-dired-remove-tag): Remove unused variable `start'.
11414 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
11415 variable `curr-file'
11416 (image-dired-rotate-original): Remove unused variable `temp-file'.
11417 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
11418 Remove unused variable `file'.
11419 (image-dired-gallery-generate): Remove unused variable `curr'.
11420 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
11421
11422 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
11423
11424 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
11425
11426 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
11427
11428 * isearch.el (minibuffer-history-symbol): Declare.
11429 (isearch-edit-string): Remove unused variable `err'.
11430 (isearch-message-prefix, isearch-message-suffix):
11431 Mark unused parameters.
11432
11433 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
11434
11435 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
11436
11437 * makesum.el (double-column): Remove unused variable `cnt'.
11438
11439 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
11440 (ido-ignore-item-temp-list): Declare.
11441
11442 * mouse-drag.el (mouse-drag-throw): Remove unused variables
11443 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
11444 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
11445 (mouse-drag-drag): Remove unused variables `mouse-delta' and
11446 `mouse-col-delta'.
11447
11448 * mouse-sel.el (mouse-extend-internal):
11449 Remove unused variable `orig-window-frame'.
11450
11451 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
11452 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
11453 Move declarations before first use.
11454 (pcomplete-opt): Mark unused parameters; doc fix.
11455
11456 * proced.el (proced-revert): Mark unused parameter.
11457 (proced-send-signal): Remove unused variable `err'.
11458
11459 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
11460 Rename parameter PREFIX-ARG to ARG.
11461 (ps-basic-plot-string, ps-basic-plot-whitespace):
11462 Mark unused parameters.
11463
11464 * replace.el (replace-count): Define.
11465 (occur-revert-function): Mark unused parameters.
11466 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
11467 (isearch-case-fold-search, isearch-string): Declare.
11468 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
11469 bind `case-fold-search'. Remove unused variables `beg' and `end',
11470 and simplify.
11471 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
11472 COUNT and bind `replace-count'.
11473 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
11474 to COUNT.
11475
11476 * savehist.el (print-readably, print-string-length): Declare.
11477
11478 * shadowfile.el (shadow-expand-cluster-in-file-name):
11479 Remove unused variable `cluster'.
11480 (shadow-copy-file): Remove unused variable `i'.
11481 (shadow-noquery, shadow-clusters, shadow-site-cluster)
11482 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
11483 (shadow-define-literal-group, shadow-define-regexp-group)
11484 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
11485
11486 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
11487 (shell): Use `called-interactively-p'.
11488 (shell-directory-tracker): Remove unused variable `chdir-failure'.
11489
11490 * simple.el (compilation-context-lines, comint-file-name-quote-list)
11491 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
11492 (delete-backward-char): Remove unused variable `ocol'.
11493 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
11494 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
11495 (event-apply-hyper-modifier, event-apply-shift-modifier)
11496 (event-apply-control-modifier, event-apply-meta-modifier):
11497 Mark unused parameters.
11498 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
11499 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
11500
11501 * speedbar.el (speedbar-ignored-directory-expressions)
11502 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
11503 (speedbar-find-file, speedbar-dir-follow)
11504 (speedbar-directory-buttons-follow, speedbar-tag-find)
11505 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
11506 (speedbar-buffers-line-directory, speedbar-buffer-click):
11507 Mark unused parameters.
11508 (speedbar-tag-file): Remove unused variable `mode'.
11509 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
11510
11511 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
11512
11513 * talk.el (talk): Remove unused variable `display'.
11514
11515 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
11516 (tar-write-region-annotate): Mark unused parameter.
11517
11518 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
11519 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
11520 Declare them, wrapped in `with-no-warnings' to avoid replacing one
11521 warning by another.
11522
11523 * time-stamp.el (time-stamp-string-preprocess):
11524 Remove unused variable `require-padding'.
11525
11526 * tree-widget.el (widget-glyph-enable): Declare.
11527 (tree-widget-action): Mark unused parameter.
11528
11529 * w32-fns.el (x-get-selection): Mark unused parameter.
11530 (autoload-make-program, generated-autoload-file): Declare.
11531
11532 * wdired.el (wdired-revert): Mark unused parameters.
11533 (wdired-xcase-word): Remove unused variable `err'.
11534
11535 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
11536 (whitespace-help-scroll): Remove unused variable `data-help'.
11537
11538 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
11539 (widget-image-insert, widget-after-change, default)
11540 (widget-default-format-handler, widget-default-notify)
11541 (widget-default-prompt-value, widget-info-link-action)
11542 (widget-url-link-action, widget-function-link-action)
11543 (widget-variable-link-action, widget-file-link-action)
11544 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
11545 (widget-field-prompt-internal, widget-field-action, widget-field-match)
11546 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
11547 (widget-insert-button-action, widget-delete-button-action, visibility)
11548 (widget-documentation-link-action, widget-documentation-string-action)
11549 (widget-const-prompt-value, widget-regexp-match, symbol)
11550 (widget-coding-system-prompt-value)
11551 (widget-key-sequence-value-to-external, sexp)
11552 (widget-sexp-value-to-internal, character, vector, cons)
11553 (widget-choice-prompt-value, widget-boolean-prompt-value)
11554 (widget-color--choose-action): Mark unused parameters.
11555 (widget-item-match-inline, widget-choice-match-inline)
11556 (widget-checklist-match, widget-checklist-match-inline)
11557 (widget-group-match): Rename parameter VALUES to VALS.
11558 (widget-field-value-set): Remove unused variable `size'.
11559 (widget-color-action): Remove unused variables `value' and `start'.
11560
11561 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 11562 variable `dir'. Doc fix.
06b60517
JB
11563 (windmove-find-other-window): Don't pass it.
11564
11565 * window.el (count-windows): Mark unused parameter.
11566 (bw-adjust-window): Remove unused variable `err'.
11567
11568 * woman.el (woman-file-name): Remove unused variable `default'.
11569 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
11570 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
11571 (global-font-lock-mode): Declare.
11572 (woman-decode-region): Mark unused parameter.
11573 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
11574
11575 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
11576 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
11577 (x-dnd-handle-moz-url): Remove unused variable `title'.
11578 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
11579
11580 * xml.el (xml-parse-tag, xml-parse-attlist):
11581 Remove unused variable `pos'.
11582
bc4f7f3d
GM
115832011-04-19 Glenn Morris <rgm@gnu.org>
11584
11585 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
11586 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
11587 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11588 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
11589 * calendar/cal-html.el (cal-html-insert-minical):
11590 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
11591 (calendar-mark-date-pattern):
11592 Prefix "unused" locals.
11593
11594 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
11595 optional argument `style'.
11596
11597 * calendar/appt.el (appt-make-list):
11598 * calendar/cal-china.el (calendar-chinese-date-string):
11599 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
11600 (diary-hebrew-yahrzeit):
11601 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
11602 * calendar/calendar.el (calendar-generate-window):
11603 * calendar/time-date.el (time-to-days):
11604 Remove unused local variables.
11605
16a43933
CY
116062011-04-18 Chong Yidong <cyd@stupidchicken.com>
11607
11608 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
11609 glyphless-char-display table.
11610 (tabulated-list-glyphless-char-display): New var.
11611
7eed1860
SS
116122011-04-18 Sam Steingold <sds@gnu.org>
11613
11614 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
11615 to acknowledgments.
11616
4d2d1ccd
GM
116172011-04-17 Glenn Morris <rgm@gnu.org>
11618
11619 * calendar/diary-lib.el (diary-sexp-entry):
11620 * calendar/holidays.el (holiday-sexp):
11621 Set debug-on-error rather than the removed stack-trace-on-error.
11622
239da61d
GM
116232011-04-16 Glenn Morris <rgm@gnu.org>
11624
11625 * progmodes/f90.el: Use lexical-binding.
11626 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
11627
8b05752a
SM
116282011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11629
daca8ba5
SM
11630 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
11631 (mail-mode): Setup mailalias completion here instead.
11632 * mail/mailalias.el: Use lexical-binding.
11633 (pattern, mailalias-done): Declare dynamic.
11634 (mail-completion-at-point-function): New function, from mail-complete.
11635 (mail-complete): Use it.
11636 (mail-completion-expand): New function.
11637 (mail-get-names): Use it.
11638 (mail-directory, mail-directory-process, mail-directory-stream):
11639 Don't use `pattern' for lexically bound arg.
11640
6f542485
SM
11641 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
11642
037e7c3f
SM
11643 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
11644 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
11645 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
11646
8b05752a
SM
11647 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
11648 (byte-save-window-excursion, byte-temp-output-buffer-setup)
11649 (byte-interactive-p): Define them again, for use when inlining
11650 old code.
11651
49093f60
JB
116522011-04-15 Juanma Barranquero <lekktu@gmail.com>
11653
11654 * loadup.el: Use `string-to-number', not `string-to-int'.
11655
b5b8e7de
SM
116562011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11657
11658 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
11659 gud-gdb-complete-command.
11660 (gud-gdb-completions): New function, from gud-gdb-complete-command.
11661 (gud-gdb-completion-at-point): New function.
11662 (gud-gdb-completions): Remove.
11663
f42efeb5
MA
116642011-04-14 Michael Albinus <michael.albinus@gmx.de>
11665
49093f60
JB
11666 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
11667 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
11668 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
11669 whether `executable-find' is bound.
f42efeb5
MA
11670
11671 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
11672
e240cc21
SM
116732011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11674
11675 * minibuffer.el (completion-in-region-mode-predicate)
11676 (completion-in-region-mode--predicate): New vars.
11677 (completion-in-region, completion-in-region--postch)
11678 (completion-in-region-mode): Use them.
11679 (completion--capf-wrapper): Also return the hook function.
11680 (completion-at-point, completion-help-at-point):
11681 Adjust and provide a predicate.
c2bd2ab0
SM
11682
11683 Preserve arg names for advice of subr and lexical functions (bug#8457).
11684 * help-fns.el (help-function-arglist): Consolidate the subr and
11685 new-byte-code cases. Add argument `preserve-names' to extract names
11686 from the docstring when needed.
11687 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
11688 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
11689 (ad-arglist): Use help-function-arglist's new arg.
11690 (ad-definition-type): Use cond.
11691
c183f693
JB
116922011-04-13 Juanma Barranquero <lekktu@gmail.com>
11693
06641a47
JB
11694 * autorevert.el (auto-revert-handler):
11695 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
11696 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
11697 Don't quote lambda.
11698
c183f693
JB
11699 * image-mode.el (image-transform-set-scale):
11700 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
11701
1e3b6001
G
117022011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11703
11704 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 11705 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
11706 Upgrades via gnutls-cli are too slow to be done opportunistically.
11707
2d6af8dd
JB
117082011-04-12 Juanma Barranquero <lekktu@gmail.com>
11709
11710 * dframe.el (dframe-current-frame): Remove spurious quote.
11711
c0749a51
GM
117122011-04-12 Glenn Morris <rgm@gnu.org>
11713
088d0d61
GM
11714 * calendar/cal-tex.el (cal-tex-end-document):
11715 Try to automatically use latin1 input if needed.
11716
c0749a51
GM
11717 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
11718 Don't try to cons a mark onto an empty element.
11719
5c90fde0
LL
117202011-04-11 Leo Liu <sdl.web@gmail.com>
11721
11722 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
11723 buffers.
11724 (ido-kill-buffer-at-head): Support killing virtual buffers.
11725
369e974d
CY
117262011-04-10 Chong Yidong <cyd@stupidchicken.com>
11727
11728 * minibuffer.el (completion-show-inline-help): New var.
11729 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
11730 (minibuffer-force-complete, minibuffer-complete-word):
11731 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
11732
11733 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
11734 to avoid interference from inline help (Bug#5849).
11735
37f1c930
LL
117362011-04-10 Leo Liu <sdl.web@gmail.com>
11737
099c39a4
JB
11738 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11739 Fix typo.
37f1c930 11740
a32d4040
CY
117412011-04-09 Chong Yidong <cyd@stupidchicken.com>
11742
11743 * image-mode.el (image-toggle-display-image): Signal an error if
11744 not in Image mode.
11745 (image-transform-mode, image-transform-resize)
11746 (image-transform-set-rotation): Doc fix.
daca8ba5 11747 (image-transform-set-resize): Delete.
a32d4040
CY
11748 (image-transform-set-scale, image-transform-fit-to-height)
11749 (image-transform-fit-to-width): Handle image-toggle-display-image
11750 and image-transform-resize directly.
11751
099c39a4 117522011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
11753
11754 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
11755 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
11756 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
11757 (doc-view-mode-map): Add bindings for the new functions.
11758
099c39a4 117592011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 11760
4d61f28d 11761 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
11762 Fix typo in docstring.
11763
3726838a
EZ
117642011-04-08 Eli Zaretskii <eliz@gnu.org>
11765
04f33f1e
EZ
11766 * files.el (file-size-human-readable): Produce one digit after
11767 decimal, like "ls -lh" does.
11768
11769 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
11770 the file size representation.
11771
3726838a
EZ
11772 * simple.el (list-processes): If async subprocesses are not
11773 available, error out with a clear error message.
11774
cbb59342
CY
117752011-04-08 Chong Yidong <cyd@stupidchicken.com>
11776
11777 * help.el (help-form-show): New function, to be called from C.
11778 Put help-form output in a buffer named differently than *Help*.
11779
e3971c44
EZ
117802011-04-08 Eli Zaretskii <eliz@gnu.org>
11781
11782 * files.el (file-size-human-readable): New function.
11783
11784 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
11785 computing the representation inline. Don't require `cl'.
11786
12544bbe
GM
117872011-04-08 Glenn Morris <rgm@gnu.org>
11788
a1de6c6a
GM
11789 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
11790
3c4671f4
GM
11791 * net/browse-url.el (browse-url-firefox):
11792 Test system-type, not system-configuration.
11793
b605679c
GM
11794 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
11795 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
11796 Use log-edit-empty-buffer-p. (Bug#7598)
11797
56442f0c
GM
11798 * net/rlogin.el (rlogin-process-connection-type): Simplify.
11799 (rlogin-mode-map): Initialize in the defvar.
11800 (rlogin): Use ignore-errors.
11801
12544bbe
GM
11802 * replace.el (occur-mode-map): Some fixes for menu items.
11803
eb237b0f
AH
118042011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11805
11806 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
11807
7d668f2c
CY
118082011-04-06 Chong Yidong <cyd@stupidchicken.com>
11809
e67a13ab
CY
11810 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
11811 issuing unused warnings.
11812
11813 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
11814 macro directly.
11815
7d668f2c
CY
11816 * simple.el: Lisp reimplement of list-processes. Based on an
11817 earlier reimplementation by Leo Liu, but using tabulated-list.el.
11818 (process-menu-mode): New major mode.
11819 (list-processes--refresh, list-processes):
11820 (process-menu-visit-buffer): New functions.
11821
11822 * files.el (save-buffers-kill-emacs): Don't assume any return
11823 value of list-processes, which is undocumented anyway.
11824
a83ec3c9
CY
118252011-04-06 Chong Yidong <cyd@stupidchicken.com>
11826
11827 * emacs-lisp/tabulated-list.el: New file.
11828
e91a96fe
CY
11829 * emacs-lisp/package.el: Use Tabulated List mode.
11830 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
11831 (package-menu-mode): Derive from tabulated-list-mode. Set up the
11832 table format using Tabulated List mode variables.
11833 (package--push): New macro, replacing package-list-maybe-add.
11834 (package-menu--generate): Use package--push. Renamed from
11835 package--generate-package-list.
11836 (package-menu-refresh, list-packages): Use it.
daca8ba5 11837 (package-menu--print-info): Rename from package-print-package.
e91a96fe 11838 Return insertion data instead of inserting it directly.
099c39a4
JB
11839 (package-menu-describe-package, package-menu-execute):
11840 Use tabulated-list-get-id.
e91a96fe
CY
11841 (package-menu-mark-delete, package-menu-mark-install)
11842 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
11843 (package-menu-mark-obsolete-for-deletion):
11844 Use tabulated-list-put-tag.
e91a96fe
CY
11845 (package--list-packages, package-menu-revert)
11846 (package-menu-get-package, package-menu-get-version)
11847 (package-menu-sort-by-column): Functions deleted.
11848 (package-menu-package-list, package-menu-sort-key): Vars deleted.
11849 (package-menu--status-predicate, package-menu--version-predicate)
11850 (package-menu--name-predicate)
11851 (package-menu--description-predicate): Handle arguments in the
11852 Tabulated List format.
11853 (package-list-packages-no-fetch): Call list-packages.
11854
3e214b50
JB
118552011-04-06 Juanma Barranquero <lekktu@gmail.com>
11856
11857 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 11858 (after-find-file): Don't bind it.
3e214b50
JB
11859 (revert-buffer-in-progress-p): New variable.
11860 (revert-buffer): Bind it.
11861 Pass nil for `after-find-file-from-revert-buffer'.
11862
11863 * saveplace.el (save-place-find-file-hook): Use new variable
11864 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
11865
3f0f1700
GM
118662011-04-06 Glenn Morris <rgm@gnu.org>
11867
c0274801
GM
11868 * Makefile.in (AUTOGEN_VCS): New variable.
11869 (autoloads): Use $AUTOGEN_VCS.
11870
3f0f1700
GM
11871 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
11872 * calendar/calendar.el (calendar-mode-map):
11873 Check for toolkit scroll bars. (Bug#8305)
11874
41ea9e48
CY
118752011-04-05 Chong Yidong <cyd@stupidchicken.com>
11876
11877 * minibuffer.el (completion-in-region--postch)
11878 (completion-in-region-mode): Remove unnecessary messages.
11879
6194c800
JB
118802011-04-05 Juanma Barranquero <lekktu@gmail.com>
11881
33256f14
JB
11882 * font-lock.el (font-lock-refresh-defaults):
11883 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
11884 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
11885
6194c800
JB
11886 * info.el (Info-directory-list, Info-read-node-name-2)
11887 (Info-split-parameter-string): Doc fixes.
11888 (Info-virtual-nodes): Reflow docstring.
11889 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
11890 (Info-apropos-toc-nodes, info-finder, Info-get-token)
11891 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
11892 Fix typos in docstrings.
11893 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
11894 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
11895 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
11896 (Info-restore-desktop-buffer): Mark unused parameters.
11897 (Info-directory-find-file, Info-directory-find-node)
11898 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
11899 (Info-virtual-index-find-node, Info-apropos-find-file)
11900 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 11901 Mark unused parameters; fix typos in docstrings.
6194c800
JB
11902 (Info-virtual-index): Remove unused local variable `nodename'.
11903
b87a8200 119042011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 11905
b87a8200
DD
11906 * net/rcirc.el: Update my e-mail address.
11907 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 11908
3b2ff876
CY
119092011-04-05 Chong Yidong <cyd@stupidchicken.com>
11910
11911 * startup.el (command-line): Save the cursor's theme-face
11912 directly, instead of using face-override-spec.
11913
11914 * custom.el (load-theme): Minor optimization in assigning faces.
11915
8d17e7ca
JB
119162011-04-04 Juanma Barranquero <lekktu@gmail.com>
11917
11918 * help-fns.el (describe-variable): Complete all variables having
11919 documentation, including keywords.
11920 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
11921
2fbc1934
JB
119222011-04-04 Juanma Barranquero <lekktu@gmail.com>
11923
11924 Convert to lexical-binding.
11925
11926 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
11927 (bs--get-marked-string, bs--get-modified-string)
11928 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11929 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
11930 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
11931
11932 * ehelp.el (electric-help-execute-extended)
11933 (electric-help-ctrl-x-prefix):
11934 * hexl.el (hexl-revert-buffer-function):
11935 * linum.el (linum-after-change, linum-after-scroll):
11936 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
11937
11938 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
11939
74f50695
DU
119402011-04-04 Daiki Ueno <ueno@unixuser.org>
11941
11942 * epa-dired.el:
11943 * epa-mail.el:
11944 * epa-hook.el:
11945 * epa-file.el:
11946 * epa.el:
11947 * epg.el: Use lexical binding.
11948
c11325f7
CY
119492011-04-03 Chong Yidong <cyd@stupidchicken.com>
11950
0d9e9a12
CY
11951 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
11952
c11325f7 11953 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
11954 dictionary case for flyspell-mark-duplications-exceptions.
11955 Use regexp matching for languages.
c11325f7
CY
11956 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
11957 default dictionary (Bug#7926).
11958
da91b5f2
CY
119592011-04-02 Chong Yidong <cyd@stupidchicken.com>
11960
099c39a4
JB
11961 * emacs-lisp/package.el (package--with-work-buffer):
11962 Recognize https URLs.
da91b5f2 11963
099c39a4
JB
11964 * net/network-stream.el: Move from gnus/proto-stream.el.
11965 Change prefix to network-stream throughout.
da91b5f2
CY
11966 (open-protocol-stream): Merge into open-network-stream, leaving
11967 open-protocol-stream as an alias. Handle nil BUFFER args.
11968
11969 * subr.el (open-network-stream): Move to net/network-stream.el.
11970
afa8e9f6
GM
119712011-04-02 Glenn Morris <rgm@gnu.org>
11972
1d2e369d
GM
11973 * find-dired.el (find-exec-terminator): New option.
11974 (find-ls-option): Test for -ls support.
11975 (find-ls-subdir-switches): Test for -b in find-ls-option.
11976 (find-dired, find-grep-dired): Doc fixes.
11977 (find-dired): Use find-exec-terminator.
11978
8abb7da8 11979 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
11980 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
11981 (find-name-arg): Remove purecopy.
8abb7da8 11982
f3ca7378
GM
11983 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
11984 (grep-compute-defaults): Check for `-exec COMMAND +' support.
11985 Set grep-find-use-xargs, grep-find-command, and grep-find-template
11986 accordingly. Don't add the null-device if not needed.
11987
afa8e9f6
GM
11988 * files.el (save-some-buffers): Doc fix.
11989
35eae264
EZ
119902011-04-02 Eli Zaretskii <eliz@gnu.org>
11991
11992 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
11993
26b51db5
JB
119942011-04-01 Juanma Barranquero <lekktu@gmail.com>
11995
11996 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
11997 Use `dolist' rather than `mapcar'.
11998
7200d79c
SM
119992011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12000
03408648 12001 Add lexical binding.
7200d79c 12002
03408648
SM
12003 * subr.el (apply-partially): Use new closures rather than CL.
12004 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
12005 (dolist, dotimes): Use slightly different expansion for lexical code.
12006 (functionp): Move to C.
12007 (letrec): New macro.
12008 (with-wrapper-hook): Use it and apply-partially instead of CL.
12009 (eval-after-load): Preserve lexical-binding.
12010 (save-window-excursion, with-output-to-temp-buffer): Turn them
12011 into macros.
7200d79c 12012
03408648
SM
12013 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
12014
12015 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
12016 than the arglist.
12017 (help-add-fundoc-usage): Don't add `Not documented'.
12018 (help-function-arglist): Handle closures, subroutines, and new
12019 byte-code-functions.
12020 (help-make-usage): Remove leading underscores.
12021 (describe-function-1): Handle closures.
12022 (describe-variable): Use special-variable-p for completion.
12023
12024 * files.el (lexical-binding): Declare safe.
f488fb65 12025
03408648
SM
12026 * emacs-lisp/pcase.el: Don't use destructuring-bind.
12027 (pcase--memoize): Rename from pcase-memoize. Change weakness.
12028 (pcase): Add `let' pattern.
12029 Change memoization so it actually works.
12030 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
12031 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
12032 <let>: New case.
f488fb65 12033
03408648
SM
12034 * emacs-lisp/macroexp.el: Use lexical binding.
12035 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
12036 Don't convert ' to #' without checking that it's indeed quoting
12037 a lambda.
12038
12039 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 12040 Use eval-sexp-add-defvars.
03408648
SM
12041 (eval-sexp-add-defvars): New fun.
12042
12043 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
12044
12045 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
12046 Don't autoload.
12047 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
12048 than the internal `byte-compile-lambda'.
12049 (defmethod): Don't hide code under quotes.
12050 (eieio-defmethod): New `code' argument.
12051
12052 * emacs-lisp/eieio-comp.el: Remove.
12053
12054 * emacs-lisp/edebug.el (edebug-eval-defun)
12055 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
12056 (edebug-toggle): Avoid `eval'.
12057
12058 * emacs-lisp/disass.el (disassemble-internal): Handle new
12059 `closure' objects.
12060 (disassemble-1): Handle new byte codes.
12061
12062 * emacs-lisp/cl.el (pushnew): Silence warning.
12063
12064 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
12065 (cl-byte-compile-throw): Remove.
12066 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
12067
12068 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
12069 closures.
12070
12071 * emacs-lisp/cconv.el: New file.
12072
12073 * emacs-lisp/bytecomp.el: Use lexical binding instead of
12074 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
12075 (byte-compile-initial-macro-environment):
12076 Handle declare-function here.
12077 (byte-compile--lexical-environment): New var.
12078 (byte-stack-ref, byte-stack-set, byte-discardN)
12079 (byte-discardN-preserve-tos): New lap codes.
12080 (byte-interactive-p): Don't use any more.
12081 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
12082 New macros.
12083 (byte-compile-lapcode): Use them and handle new lap codes.
12084 (byte-compile-obsolete): Remove.
12085 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
12086 (byte-compile-arglist-warn): Check late def of inlinable funs.
12087 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
12088 since they should have been expanded by now.
12089 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
12090 (byte-compile-from-buffer): Remove unused second arg.
12091 (byte-compile-preprocess): New function.
12092 (byte-compile-toplevel-file-form): New function to distinguish
12093 file-form calls from outside from file-form calls from hunk-handlers.
12094 (byte-compile-file-form): Simplify.
12095 (byte-compile-file-form-defsubst): Remove.
12096 (byte-compile-file-form-defmumble): Simplify now that
12097 byte-compile-lambda always returns a byte-code-function.
12098 (byte-compile): Preprocess.
12099 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
12100 Remove, not used any more.
12101 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
12102 (byte-compile-make-args-desc): New funs.
12103 (byte-compile-lambda): Handle lexical functions. Always return
12104 a byte-code-function.
12105 (byte-compile-reserved-constants): New var, to make up room for
12106 closed-over variables.
12107 (byte-compile-constants-vector): Obey it.
12108 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
12109 (byte-compile-macroexpand-declare-function): New function.
12110 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
12111 byte-code-functions.
12112 (byte-compile-form): Check obsolescence here.
12113 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
12114 (byte-compile-variable-ref): Remove.
12115 (byte-compile-dynamic-variable-op): New fun.
12116 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12117 (byte-compile-variable-set): New funs.
12118 (byte-compile-discard): Add 2 args.
12119 (byte-compile-stack-ref, byte-compile-stack-set)
12120 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
12121 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
12122 macroexpand-all instead.
12123 (byte-compile-quote-form): Remove.
12124 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
12125 (byte-compile-bind, byte-compile-unbind): New funs.
12126 (byte-compile-let): Handle let* and lexical binding.
12127 (byte-compile-let*): Remove.
12128 (byte-compile-catch, byte-compile-unwind-protect)
12129 (byte-compile-track-mouse, byte-compile-condition-case):
12130 Handle a new :fun-body form, used for lexical scoping.
12131 (byte-compile-save-window-excursion)
12132 (byte-compile-with-output-to-temp-buffer): Remove.
12133 (byte-compile-defun): Simplify.
12134 (byte-compile-stack-adjustment): New fun.
12135 (byte-compile-out): Use it.
12136 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
12137
12138 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
12139 handler any more.
12140
12141 * emacs-lisp/byte-opt.el: Use lexical binding.
12142 (byte-inline-lapcode): Remove (to bytecomp).
12143 (byte-compile-inline-expand): Pay attention to inlining to/from
12144 lexically bound code.
12145 (byte-compile-unfold-lambda): Don't handle byte-code-functions
12146 any more.
12147 (byte-optimize-form-code-walker): Don't handle save-window-excursion
12148 any more and don't call compiler-macros.
12149 (byte-compile-splice-in-already-compiled-code): Remove.
12150 (byte-code): Don't inline any more.
12151 (disassemble-offset): Receive `bytes' as argument rather than via
12152 dynamic scoping.
12153 (byte-compile-tag-number): Declare before first use.
12154 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
12155 `return' even if make-spliceable.
12156 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
12157 obsolete interactive-p.
12158 (byte-optimize-lapcode): Optimize new lap-codes.
12159 Don't trip up on new form of `byte-constant' lap code.
12160
12161 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
12162
12163 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
12164
12165 * custom.el (custom-initialize-default, custom-declare-variable):
12166 Use `defvar'.
12167
12168 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
12169 New variables.
12170 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
12171 (COMPILE_FIRST): Add macroexp and cconv.
12172 * makefile.w32-in: Mirror changes in Makefile.in.
12173
12174 * vc/cvs-status.el:
12175 * vc/diff-mode.el:
12176 * vc/log-edit.el:
12177 * vc/log-view.el:
12178 * vc/smerge-mode.el:
12179 * textmodes/bibtex-style.el:
12180 * textmodes/css.el:
12181 * startup.el:
12182 * uniquify.el:
da91b5f2
CY
12183 * minibuffer.el:
12184 * newcomment.el:
12185 * reveal.el:
12186 * server.el:
12187 * mpc.el:
12188 * emacs-lisp/smie.el:
12189 * doc-view.el:
12190 * dired.el:
03408648
SM
12191 * abbrev.el: Use lexical binding.
12192
0f0c1f27
EZ
121932011-04-01 Eli Zaretskii <eliz@gnu.org>
12194
12195 * info.el (info-display-manual): New function.
12196
c82b2579
SM
121972011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12198
12199 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
12200
221ddf68
TH
122012011-03-31 Tassilo Horn <tassilo@member.fsf.org>
12202
12203 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 12204 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 12205
cba6e77e
GM
122062011-03-31 Glenn Morris <rgm@gnu.org>
12207
e040639f
GM
12208 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
12209
cba6e77e
GM
12210 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
12211
6d0f1c9e
CS
122122011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
12213
12214 * progmodes/python.el (python-default-interpreter)
12215 (python-python-command-args, python-jython-command-args)
12216 (python-which-shell, python-which-args, python-which-bufname)
12217 (python-file-queue, python-comint-output-filter-function)
12218 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
12219 variables and functions.
12220
3e2d70fd
SM
122212011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12222
12223 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
12224 (completion-in-region-mode): New minor mode.
12225 (completion-in-region): Use it.
12226 (completion-in-region--data, completion-in-region-mode-map): New vars.
12227 (completion-in-region--postch): New function.
12228 (completion--capf-misbehave-funs, completion--capf-safe-funs):
12229 New vars.
12230 (completion--capf-wrapper): New function.
12231 (completion-at-point): Use it to track well-behavedness of
12232 hook functions.
12233 (completion-help-at-point): New command.
12234
f3e4086c
JM
122352011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
12236
12237 * vc/add-log.el (add-change-log-entry): Don't use whitespace
12238 syntax class to search for whitespace on a single line
12239 (Message-ID: <4D938140.4030905@redhat.com>).
12240
eb7ffc14
LL
122412011-03-30 Leo Liu <sdl.web@gmail.com>
12242
12243 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
12244 New commands.
12245 (edit-abbrevs-map): Bind them here.
12246 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
12247
d806ab68
KM
122482011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
12249
12250 * allout.el (allout-hide-by-annotation, allout-flag-region):
12251 Reduce possibility of overlay leakage by making them volatile.
12252
12253 * allout-widgets.el (allout-widgets-tally): Define as nil so the
12254 hash is not shared between buffers. Mode initialization is
12255 responsible for giving it a useful starting value.
12256 (allout-item-span): Reduce possibility of overlay leakage by
12257 making them volatile.
12258 (allout-widgets-count-buttons-in-region): Add diagnostic function
12259 for tracking down button overlay leaks.
12260
ea622834
LL
122612011-03-29 Leo Liu <sdl.web@gmail.com>
12262
12263 * ido.el (ido-read-internal): Use the default history var
12264 minibuffer-history if no HISTORY is specified.
12265
b62f8267
G
122662011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
12267
03408648
SM
12268 * net/imap.el (imap-shell-open, imap-process-connection-type):
12269 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
12270 Kerberos, SSL, other subprocesses.
12271
947b6566
LL
122722011-03-28 Leo Liu <sdl.web@gmail.com>
12273
12274 * abbrev.el (abbrev-table-empty-p): New function.
12275 (prepare-abbrev-list-buffer): Place empty abbrev tables after
12276 nonempty ones. (Bug#5937)
12277
5ffb62aa
JD
122782011-03-27 Jan Djärv <jan.h.d@swipnet.se>
12279
12280 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
12281
7a097943
LL
122822011-03-27 Leo Liu <sdl.web@gmail.com>
12283
12284 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
12285 for foreground and background colors.
12286 (ansi-color-make-color-map): Adapt.
12287
c5b40130
LL
122882011-03-25 Leo Liu <sdl.web@gmail.com>
12289
1f48f7d2
LL
12290 * midnight.el (midnight-time-float): Remove. Note it calculates
12291 the microsecond component incorrectly and seconds-to-time does the
12292 same job.
625897ec 12293 Remove redundant (require 'timer).
1f48f7d2 12294
c5b40130
LL
12295 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
12296 (ido-completions): Remove unused arguments. (Bug#8329)
12297
d86d2721
SM
122982011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12299
12300 * minibuffer.el (completion--flush-all-sorted-completions):
12301 Remove itself from hook.
12302 (completion-at-point): Let the functions perform the completion
12303 immediately and return nil or t.
12304 * comint.el (comint-dynamic-complete-functions): Now identical to
12305 completion-at-point-functions.
12306 (comint-dynamic-list-input-ring): Remove unused var `index'.
12307 (comint--match-partial-filename, comint--unquote&expand-filename):
12308 New funs, split from comint-match-partial-filename.
12309 (comint-dynamic-complete): Use completion-at-point.
12310 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
12311
e8974c48
DA
123122011-03-24 Drew Adams <drew.adams@oracle.com>
12313
12314 * thingatpt.el: Support `defun'.
12315
def71b5e
LL
123162011-03-23 Leo Liu <sdl.web@gmail.com>
12317
cb5af48e
LL
12318 * abbrevlist.el: Move to obsolete/abbrevlist.el.
12319
def71b5e
LL
12320 * help-mode.el (help-mode-finish): Tweak regexp.
12321
927c53e7
GM
123222011-03-23 Glenn Morris <rgm@gnu.org>
12323
18d05bed
GM
12324 * eshell/esh-opt.el (eshell-eval-using-options):
12325 Do not bind unused local variable `eshell-option-stub'.
12326
927c53e7
GM
12327 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
12328
9d0da923
JB
123292011-03-22 Juanma Barranquero <lekktu@gmail.com>
12330
12331 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
12332 keymap variable in `with-no-warnings' to avoid a warning when the
12333 keymap has been already `defconst'ed.
12334
4b978a67
LL
123352011-03-22 Leo Liu <sdl.web@gmail.com>
12336
12337 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
12338 encode all chars in abbrevs; otherwise use emacs-mule or
12339 utf-8-emacs. (Bug#8308)
12340
5fd62452
JB
123412011-03-22 Juanma Barranquero <lekktu@gmail.com>
12342
0b1596c6
JB
12343 * simple.el (backward-delete-char-untabify):
12344 Avoid warning about using `delete-backward-char'.
12345
5fd62452
JB
12346 * image.el (image-type-file-name-regexps): Make it variable.
12347 `imagemagick-register-types' modifies it, and the user may want
12348 to add new extensions for known image types.
12349 (imagemagick-register-types): Throw error if not using ImageMagick.
12350
0b4e93f1
LL
123512011-03-22 Leo Liu <sdl.web@gmail.com>
12352
12353 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
12354 located before rcirc-prompt-end-marker.
12355 (rcirc-complete): Error if point is not after rcirc prompt.
12356 Handle the case when table is nil.
9882e214 12357 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 12358
fccee4ab
CY
123592011-03-22 Chong Yidong <cyd@stupidchicken.com>
12360
12361 * custom.el (custom--inhibit-theme-enable): Make it affect only
12362 custom-theme-set-variables and custom-theme-set-faces.
12363 (provide-theme): Ignore custom--inhibit-theme-enable.
12364 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
12365 (custom-enabling-themes): Delete variable.
d86d2721
SM
12366 (enable-theme): Accept only loaded themes as arguments.
12367 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
12368 (custom-enabled-themes): Forbid themes from setting this.
12369 Eliminate use of custom-enabling-themes.
12370 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 12371
af896da6
LL
123722011-03-21 Leo Liu <sdl.web@gmail.com>
12373
12374 * ido.el (ido-read-internal): Add ido-selected to history instead
12375 of user input.
12376
78f64af0
SM
123772011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12378
12379 * subr.el (deferred-action-list, deferred-action-function):
12380 Mark obsolete.
12381
b16ac1ec
LL
123822011-03-21 Leo Liu <sdl.web@gmail.com>
12383
810f7698
LL
12384 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
12385 change on 2011-02-13 (bug#8309).
12386
b16ac1ec
LL
12387 * minibuffer.el (read-file-name-function): Change default value.
12388 (read-file-name--defaults): Rename from read-file-name-defaults.
12389 (read-file-name-default): Rename from read-file-name.
12390 (read-file-name): Call read-file-name-function.
12391
4e05e67e
GM
123922011-03-21 Glenn Morris <rgm@gnu.org>
12393
12394 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
12395 Doc fixes.
12396
4359915b
CY
123972011-03-21 Chong Yidong <cyd@stupidchicken.com>
12398
12399 * cus-theme.el: Add missing provide statement.
12400 (customize-create-theme): Extract theme value correctly.
12401 (custom-theme-visit-theme): Autoload.
12402 (customize-create-theme): Prompt before inserting default faces.
12403
1fe275ee
JB
124042011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12405
12406 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
12407 units and musical notes.
12408
cd394be1 124092011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
12410
12411 * ido.el (ido-read-internal): Use completing-read-default.
12412 (ido-completing-read): Fix compatibility with completing-read.
12413
7d476bde
CO
124142011-03-20 Christian Ohler <ohler@gnu.org>
12415
12416 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
12417 (ert-delete-all-tests): Use `called-interactively-p' rather than
12418 `interactive-p'.
12419 (ert--make-xrefs-region): Respect END.
12420
fe0fb33e
CY
124212011-03-19 Chong Yidong <cyd@stupidchicken.com>
12422
ff854b0b
CY
12423 * dired-aux.el (dired-create-directory): Signal an error if the
12424 directory already exists (Bug#8246).
12425
fe0fb33e
CY
12426 * facemenu.el (list-colors-display): Call list-faces-display
12427 inside with-help-window.
12428 (list-colors-print): Use display property to align the final
12429 column, instead of checking window-width.
12430
576bce32
EZ
124312011-03-19 Eli Zaretskii <eliz@gnu.org>
12432
4d61f28d 12433 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
12434 windows-nt systems.
12435 (emerge-protect-metachars): Quote correctly for ms-dos and
12436 windows-nt systems.
12437
89c41d68 124382011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
12439
12440 * info.el (info-initialize): Replace all uses of `:' with
12441 path-separator for compatibility with non-Unix systems.
12442 Cache quoting of path-separator. (Bug#8258)
12443
b14e3e21 124442011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
12445
12446 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
12447 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
12448 (mouse-avoidance-mode): Fix typos in docstrings.
12449
4525ce3e
CY
124502011-03-19 Chong Yidong <cyd@stupidchicken.com>
12451
12452 * startup.el (package-subdirectory-regexp): Move from package.el.
12453 Omit \\` and \\', and let callers add them.
12454
12455 * emacs-lisp/package.el (package-strip-version)
12456 (package-load-all-descriptors): Add \\` and \\' to
12457 package-subdirectory-regexp before using it.
12458 (package-untar-buffer): New arg DIR; ensure that file untars only
12459 into this expected directory. Remove superfluous delete-region.
12460 (package-unpack): Caller changed.
12461 (package-tar-file-info): Use package-subdirectory-regexp.
12462
a904a09a 124632011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 12464
a904a09a
SM
12465 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
12466 diff-mode-shared-map (bug#8284).
12467 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
12468
124692011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12470
12471 * calendar/time-date.el (format-seconds): Use assoc instead of
12472 assoc-string, since assoc-string doesn't exist in XEmacs.
12473
171fc304
JB
124742011-03-17 Juanma Barranquero <lekktu@gmail.com>
12475
12476 * custom.el (custom-known-themes): Reflow docstring.
12477 (custom-theme-load-path): Fix typo in docstring.
12478 (load-theme): Fix typo in error message.
12479 (custom-available-themes, custom-variable-theme-value):
12480 Use `let', not `let*'.
12481
d71990a1
JB
124822011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
12483
12484 * calc/README: Mention inclusion of musical notes.
12485
12486 * calc/calc-units.el (calc-lu-quant): Rename from
12487 `calc-logunits-quantity'.
12488 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
12489 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
12490 (calc-db): Rename from `calc-dblevel'.
12491 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
12492 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
12493 (calc-np): Rename from `calc-nplevel'.
12494 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
12495 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
12496 (calc-lu-plus): Rename from `calc-logunits-add'.
12497 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
12498 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
12499 (calc-lu-minus): Rename from `calc-logunits-sub'.
12500 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
12501 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
12502 (calc-lu-times): Rename from `calc-logunits-mul'.
12503 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
12504 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
12505 (calc-lu-divide): Rename from `calc-logunits-div'.
12506 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
12507 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
12508
12509 * calc/calc-ext.el (calc-init-extensions): Update the names of the
12510 functions being autoloaded.
12511
12512 * calc/calc.el (calc-lu-power-reference): Rename from
12513 `calc-logunits-power-reference'.
12514 (calc-lu-field-reference): Rename from
12515 `calc-logunits-field-reference'.
12516
7a71b18d
GM
12517 * calc/calc-help.el (calc-l-prefix-help):
12518 Mention musical note functions.
d71990a1 12519
40c2934b
SM
125202011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12521
12522 * minibuffer.el (completion-all-sorted-completions):
12523 Use :completion-cycle-penalty text property if present.
12524
b0911414
KM
125252011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
12526
12527 * allout.el (allout-yank-processing): Adjust for new rebulleting
12528 regime so bullet being yanked is used without prompting the user
12529 for a choice.
12530
8a05b668
JB
125312011-03-16 Juanma Barranquero <lekktu@gmail.com>
12532
12533 * startup.el (command-line): Warn the user that _emacs is deprecated.
12534
5ba5fb81
JB
125352011-03-16 Juanma Barranquero <lekktu@gmail.com>
12536
12537 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
12538 (delphi-verbose, delphi-comment-face, delphi-string-face)
12539 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
12540 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
12541 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
12542 (delphi-new-comment-line, delphi-font-lock-defaults)
12543 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
12544 Fix typos in docstrings.
12545
2dab465b
KM
125462011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
12547
5ba5fb81 12548 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
12549 Invert the roles of character and string values for INSTEAD, so a
12550 string is used for the more common case of a defaulting prompt.
12551
0adf5618
SM
125522011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12553
12554 * progmodes/ruby-mode.el (ruby-backward-sexp):
12555 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
12556 * play/gamegrid.el (gamegrid-make-face):
12557 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
12558 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
12559 * notifications.el (notifications-notify):
12560 * net/xesam.el (xesam-search-engines):
12561 * net/quickurl.el (quickurl-list-insert):
12562 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
12563
d72700e5
CY
125642011-03-15 Chong Yidong <cyd@stupidchicken.com>
12565
12566 * startup.el (command-line): Update package subdirectory regexp.
12567
49c5410a
SM
125682011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12569
c6eee9aa
SM
12570 * allout.el (allout-abbreviate-flattened-numbering)
12571 (allout-mode-deactivate-hook): Fix up obsolescence "date".
12572
49c5410a
SM
12573 * subr.el (read-char-choice): Only show the cursor after the prompt,
12574 not after the answer.
12575
047b2bb9
KR
125762011-03-15 Kevin Ryde <user42@zip.com.au>
12577
12578 * help-fns.el (variable-at-point): Skip leading quotes, if any
12579 (bug#8253).
12580
0a57d256
SM
125812011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12582
12583 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
12584 warning message.
12585
77c992bc
MA
125862011-03-14 Michael Albinus <michael.albinus@gmx.de>
12587
12588 * shell.el (shell): When called interactively, offer to change the
12589 shell file name on remote hosts.
12590
eebc475d
TZ
125912011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12592
12593 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
12594 integration for LDAP parameters. The host, base, user or binddn,
12595 and secret tokens can be specified in a netrc file, for instance.
12596 This is optional because an `auth-source' parameter must be
12597 specified in the search attributes.
12598
9d05d1ba
JB
125992011-03-13 Juanma Barranquero <lekktu@gmail.com>
12600
12601 * help.el (describe-mode): Link to the mode's definition (bug#8185).
12602
09d9db2c
GM
126032011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12604
12605 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
12606 into declaration. Remove redundant and harmful binding.
12607
126082011-03-12 Eli Zaretskii <eliz@gnu.org>
12609
12610 * files.el (file-ownership-preserved-p): Pass `integer' as an
12611 explicit 2nd argument to `file-attributes'. If the file's owner
12612 is the Administrators group on Windows, and the current user is
12613 Administrator, consider that a match.
12614
12615 * server.el (server-ensure-safe-dir): Consider server directory
12616 safe on MS-Windows if its owner is the Administrators group while
12617 the current Emacs user is Administrator. Use `=' to compare
12618 numerical UIDs, since they could be integers or floats.
12619
219bd536
JB
126202011-03-12 Juanma Barranquero <lekktu@gmail.com>
12621
12622 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
12623
f3afd36b
MA
126242011-03-12 Michael Albinus <michael.albinus@gmx.de>
12625
12626 Sync with Tramp 2.2.1.
12627
12628 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
12629
12630 * net/trampver.el: Update release number.
12631
3aaaa6f1
SM
126322011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12633
94642599
SM
12634 * progmodes/compile.el (compilation--previous-directory): Fix up
12635 various nil/dead-marker mismatches (bug#8014).
12636 (compilation-directory-properties, compilation-error-properties):
12637 Don't call it at a position past the one we're about to change.
12638
3aaaa6f1
SM
12639 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
12640 Disable obsolescence warnings in the file that declares it.
12641
14239447
KM
126422011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
12643
099c39a4
JB
12644 * allout-widgets.el (allout-widgets-tally):
12645 Initialize allout-widgets-tally as a hash table rather than nil to
12646 prevent mode-line redisplay warnings. Also, clarify the module
12647 description and fix a comment typo.
14239447 12648
135e287c
JB
126492011-03-11 Juanma Barranquero <lekktu@gmail.com>
12650
12651 * help-fns.el (describe-variable): Don't complete keywords.
12652 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
12653
ffbf300e
CY
126542011-03-10 Chong Yidong <cyd@stupidchicken.com>
12655
ba08b241
CY
12656 * emacs-lisp/package.el (package-version-join): Impose a standard
12657 string representation for pre/alpha/beta version lists.
12658 (package-unpack-single): Standardize the directory name by passing
12659 it through package-version-join.
12660 (package-strip-rcs-id): Accept any version string that does not
12661 signal an error in version-to-list.
ffbf300e 12662
f346fd6b
MA
126632011-03-10 Michael Albinus <michael.albinus@gmx.de>
12664
12665 * simple.el (delete-trailing-whitespace): Return nil for the
12666 benefit of `write-file-functions'.
12667
ccb55d27
GM
126682011-03-10 Glenn Morris <rgm@gnu.org>
12669
5ceaac0c
GM
12670 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
12671
02da65ff
GM
12672 * vc/vc-git.el (vc-git-program): New option.
12673 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
12674 (vc-git--call): Use it.
12675
b2f603cc
GM
12676 * eshell/esh-util.el (eshell-condition-case): Doc fix.
12677
5772caab
GM
12678 * cus-edit.el (Custom-newline): If no button at point, look
12679 for a subgroup button at start-of-line. (Bug#2298)
12680
ccb55d27
GM
12681 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
12682
ec6ecaed
JD
126832011-03-10 Julien Danjou <julien@danjou.info>
12684
12685 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
12686 `cursor-type' is nil.
12687
9d5aa01d
JB
126882011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
12689
12690 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
12691
b6a5875b
KM
126922011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
12693
7a71b18d 12694 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
12695 preserves the existing header prefix, rebulleting it if necessary,
12696 rather than replacing it. This is necessary for proper operation
12697 of cooperative addons like allout-widgets.
1154d12e
JB
12698 (allout-make-topic-prefix, allout-rebullet-heading):
12699 Change SOLICIT arg to INSTEAD, and interpret additionally a string
12700 value as alternate bullet to be used, instead of prompting the user
12701 for a bullet character.
b6a5875b 12702
ee545c35
MA
127032011-03-09 Michael Albinus <michael.albinus@gmx.de>
12704
d86d2721
SM
12705 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12706 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
12707 `tramp-default-port'.
12708
c47971d7
DD
127092011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12710
12711 * net/rcirc.el (rcirc-handler-001): Remove useless
12712 with-rcirc-process-buffer.
12713 (rcirc-check-auth-status): Swap arguments to string-match.
12714
13522cb4
GM
127152011-03-09 Glenn Morris <rgm@gnu.org>
12716
0be6f4f1
GM
12717 * shell.el (shell-mode):
12718 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
12719
13522cb4
GM
12720 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
12721 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
12722
515de2e3
CY
127232011-03-08 Chong Yidong <cyd@stupidchicken.com>
12724
12725 * emacs-lisp/package.el (package-refresh-contents)
12726 (package-menu-execute): Use condition-case-no-debug.
12727
b511b994
MA
127282011-03-08 Michael Albinus <michael.albinus@gmx.de>
12729
12730 * simple.el (shell-command-to-string): Use `process-file'.
12731
12732 * emacs-lisp/package.el (package-tar-file-info): Handle also
12733 remote files.
12734
d86d2721
SM
12735 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12736 Use `equal' for upload base check.
b511b994 12737
25bbfb31
AM
127382011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
12739
12740 * textmodes/texinfo.el (texinfo-environments):
12741 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
12742
be996521
GM
127432011-03-08 Glenn Morris <rgm@gnu.org>
12744
e9c8529f
GM
12745 * cus-start.el (cursor-in-non-selected-windows):
12746 Fix :set quoting oddness. (Bug#8192)
12747
be996521
GM
12748 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
12749 in some setf expressions. (Bug#2159)
12750
2bb5649e
CY
127512011-03-08 Chong Yidong <cyd@stupidchicken.com>
12752
12753 * custom.el (custom-available-themes): Return themes in
12754 alphabetical order.
12755
33383987 12756See ChangeLog.15 for earlier changes.
e3d51b27
MR
12757
12758;; Local Variables:
12759;; coding: utf-8
e3d51b27
MR
12760;; End:
12761
acaf905b 12762 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
12763
12764 This file is part of GNU Emacs.
12765
12766 GNU Emacs is free software: you can redistribute it and/or modify
12767 it under the terms of the GNU General Public License as published by
12768 the Free Software Foundation, either version 3 of the License, or
12769 (at your option) any later version.
12770
12771 GNU Emacs is distributed in the hope that it will be useful,
12772 but WITHOUT ANY WARRANTY; without even the implied warranty of
12773 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12774 GNU General Public License for more details.
12775
12776 You should have received a copy of the GNU General Public License
12777 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.