Use proper faces in apropos.el.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
775c916b
CY
12012-04-23 Chong Yidong <cyd@gnu.org>
2
3 * cus-edit.el (customize-apropos, customize-apropos-options):
4 Disable matching of non-option variables (Bug#11176).
5 (customize-option, customize-option-other-window)
6 (customize-changed-options): Doc fix.
7 (customize-apropos-options, customize-apropos-faces)
8 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
9
10 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 11 Fix word list splitting (Bug#11132).
46c71e23
CY
12 (apropos-symbol, apropos-keybinding, apropos-label)
13 (apropos-property, apropos-function-button)
14 (apropos-variable-button, apropos-misc-button): New faces.
15 (apropos-symbol-face, apropos-keybinding-face)
16 (apropos-label-face, apropos-property-face, apropos-match-face):
17 Variables removed (Bug#8396).
18 (apropos-library-button, apropos-format-plist, apropos-print)
19 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 20
2df41f9c
MA
212012-04-23 Michael Albinus <michael.albinus@gmx.de>
22
23 * net/xesam.el (xesam-mode-map): Use let-bound map in
24 initialization. (Bug#11292)
25
da00640a
AM
262012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
27
28 Preserve ispell session localwords when switching back to
29 original buffer.
30
31 * ispell.el (ispell-buffer-session-localwords): New buffer-local
32 variable to hold buffer session localwords.
33 (ispell-kill-ispell): add option 'clear to delete session
34 localwords.
35 (ispell-command-loop, ispell-change-dictionary)
36 (ispell-buffer-local-words): Preserve session localwords when
37 needed.
38
39 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
40 Preserve session localwords when needed.
41
f621ccf5
AM
422012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
43
44 * ispell.el (ispell-insert-word) Remove unneeded function using
45 obsolete `translation-table-for-input'.
46 (ispell-word, ispell-process-line, ispell-complete-word): Use
47 plain `insert' instead of removed `ispell-insert-word'.
48
c2d1019e
CY
492012-04-22 Chong Yidong <cyd@gnu.org>
50
51 * cus-edit.el (custom-variable-menu)
52 (custom-variable-reset-saved, custom-face-menu)
53 (custom-face-reset-saved): If there is no saved value, make the
54 "reset-saved" operation bring back the default (Bug#9509).
55 (custom-face-state): Properly detect themed faces.
56
eeddc531
CY
57 * faces.el (face-spec-set): Stop supporting deprecated form of
58 third arg.
59
dcbf5805
MA
602012-04-22 Michael Albinus <michael.albinus@gmx.de>
61
62 Move functions from C to Lisp. Make non-blocking method calls
63 the default. Implement further D-Bus standard interfaces.
64
65 * net/dbus.el (dbus-message-internal): Declare function. Remove
66 unneeded function declarations.
67 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
68 (dbus-message-type-method-return, dbus-message-type-error)
69 (dbus-message-type-signal): Declare variables. Remove local
70 definitions.
71 (dbus-interface-dbus, dbus-interface-peer)
72 (dbus-interface-introspectable, dbus-interface-properties)
73 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
74 Adapt docstring.
75 (dbus-interface-objectmanager): New defconst.
76 (dbus-call-method, dbus-call-method-asynchronously)
77 (dbus-send-signal, dbus-method-return-internal)
78 (dbus-method-error-internal, dbus-register-service)
79 (dbus-register-signal, dbus-register-method): New defuns, moved
80 from dbusbind.c
81 (dbus-call-method-handler, dbus-setenv)
82 (dbus-get-all-managed-objects, dbus-managed-objects-handler): New
83 defuns.
84 (dbus-call-method-non-blocking): Make it an obsolete function.
85 (dbus-unregister-object, dbus-unregister-service)
86 (dbus-handle-event, dbus-register-property)
87 (dbus-property-handler): Obey the new structure of
88 `bus-registered-objects'.
89 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
90 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
91 Use `dbus-call-method'.
92
cf20dee0
CY
932012-04-22 Chong Yidong <cyd@gnu.org>
94
95 * cus-edit.el (custom-commands, custom-reset-menu)
96 (Custom-reset-standard): Tweak labels.
97 (custom-reset-button-menu): Change default to t.
98 (custom-buffer-create-internal): For the custom-reset-button-menu
99 case, put the revert button first.
100 (custom-group-subtitle): New face.
101 (custom-group-value-create): Align docstring to a specific column.
102
103 * wid-edit.el (widget-documentation-link-add): Don't handle
104 indentation in this function.
105 (widget-documentation-string-indent-to): New function.
106 (widget-documentation-string-value-create): Use it.
107
108 * autorevert.el (auto-revert):
109 * epg-config.el (epg):
110 * ibuffer.el (ibuffer):
111 * mpc.el (mpc):
112 * ses.el (ses):
113 * eshell/eshell.el (eshell):
114 * net/ange-ftp.el (ange-ftp):
115 * progmodes/ebnf2ps.el (postscript):
116 * progmodes/flymake.el (flymake):
117 * progmodes/prolog.el (prolog):
118 * progmodes/verilog-mode.el (verilog-mode):
119 * progmodes/which-func.el (which-func):
120 * term/xterm.el (xterm):
121 * textmodes/picture.el (picture):
122 * textmodes/tildify.el (tildify):
123 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
124 customization buffers.
125
583e23bd
AM
1262012-04-22 Alan Mackenzie <acm@muc.de>
127
128 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
129 Adding a ) can hide the resulting (..) from searches. Fix it.
130 Bound the backward search to the position of the existing (.
131
7dd51bf1
JB
1322012-04-21 Juanma Barranquero <lekktu@gmail.com>
133
134 * progmodes/verilog-mode.el (verilog-mode): Check whether
135 which-func-modes is t before adding verilog-mode.
136 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
137
d64a438f
LL
1382012-04-21 Leo Liu <sdl.web@gmail.com>
139
7dd51bf1 140 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 141
081e8d65
MV
1422012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
143
144 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
145 filling of the last column of a table (Bug#5635).
146 (woman-find-next-control-line): New arg, specifying an additional
147 regexp component for the control line.
148 (woman2-roff-buffer): Use it.
149 (woman-break-table): New function.
150 (woman2-TS): Use it.
151
1522012-04-21 Chong Yidong <cyd@gnu.org>
153
154 * woman.el (woman-set-buffer-display-table, woman-decode-region)
155 (woman-horizontal-escapes, woman-negative-vertical-space)
156 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
157 (WoMan-warn-ignored): Use ?\s instead of ?\ .
158
ed571ccb
SM
1592012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * minibuffer.el (completion-file-name-table): Complete user names.
162
39773899
LL
1632012-04-20 Leo Liu <sdl.web@gmail.com>
164
165 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
166 and pcase-let*.
167
de6ff46d
CY
1682012-04-20 Chong Yidong <cyd@gnu.org>
169
170 * server.el (server-execute): Respect initial-buffer-choice if it
171 is a string and there are no files to open (Bug#2825).
172 (server-create-window-system-frame, server-create-tty-frame):
173 Don't switch buffers here.
2d0e8e61
CY
174 (server-process-filter): Only try to open a window system frame if
175 compiled with graphical support (Bug#8314).
de6ff46d 176
54071013
DN
1772012-04-20 Dan Nicolaescu <dann@gnu.org>
178
179 * battery.el (battery-echo-area-format): Display remaining time
180 for sysfs backend too (Bug#11269).
181 (battery-linux-sysfs): Fix conditional for the charge.
182
f30d612a
CY
1832012-04-20 Chong Yidong <cyd@gnu.org>
184
c07a4c0b 185 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
186 (gdb-inferior-io--init-proc): New function.
187 (gdb-init-1): Use it.
188 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
189 responsible for allocating a new pty and hooking it to gdb when
190 the old pty gets an EIO due to process exit.
191 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
192 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
193 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
194
2116e93c
EZ
1952012-04-20 Eli Zaretskii <eliz@gnu.org>
196
197 * window.el (window-min-size, window-sizable, window-min-delta)
198 (window-max-delta, window--resizable, window-resizable)
199 (window-total-size, window-full-height-p, window-full-width-p)
200 (window-in-direction, window--resize-mini-window, window-resize)
201 (window--resize-child-windows-normal)
202 (window--resize-child-windows, window--resize-siblings)
203 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 204 (enlarge-window, shrink-window): Doc fixes.
2116e93c 205
c07a4c0b 2062012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e
CY
207
208 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty): New
209 function to call delete-process on the gdb-inferior buffer's pty.
210 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
211 pty process (Bug#11273).
212 (gdb-update): New arg to suppress talking to the gdb process.
213 (gdb-done-or-error): Use it.
214 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
215 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
216 sentinel not being called.
217
218 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
219
d02766ab
CY
220 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
221
c07a4c0b 2222012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
223
224 * net/network-stream.el (open-network-stream): Doc fix.
225
c07a4c0b 2262012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
227
228 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
229
c07a4c0b 2302012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
231
232 Ensure searching for keywords is case sensitive.
233
234 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
235 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
236 (c-defun-name, c-mark-function, c-cpp-define-name)
237 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 238 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 239
c07a4c0b 240 * progmodes/cc-mode.el (c-font-lock-fontify-region): Bind
f0f6bc35
AM
241 case-fold-search to nil.
242
c07a4c0b 2432012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
244
245 * mail/sendmail.el (mail-bury): Call return action with the right
246 Rmail buffer (Bug#11242).
247
9a864fa2
CY
248 * server.el (server-process-filter): Handle corner case where both
249 tty and nowait options are present (Bug#11102).
250
539aa513
EZ
2512012-04-20 Eli Zaretskii <eliz@gnu.org>
252
253 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
254 (top level): Put into the executable the ident-style '$Id:' tag on
255 windows-nt as well.
539aa513 256
cfc7d5da
SM
2572012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
258
259 * electric.el (electric-indent-post-self-insert-function): Check that
260 electric-indent-mode is enabled in current buffer.
261
5b01685c
JB
2622012-04-19 Juanma Barranquero <lekktu@gmail.com>
263
264 * imenu.el (imenu-progress-message): Restore; it is "used" in
265 erc/erc-imenu.el and net/snmp-mode.el.
266
4d6769e1
JB
2672012-04-19 Juanma Barranquero <lekktu@gmail.com>
268
269 * avoid.el (mouse-avoidance-mode): Mark unused arg.
270 (mouse-avoidance-nudge-mouse): Remove unused binding.
271
272 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
273
274 * descr-text.el (describe-char):
275 * progmodes/python.el (python-describe-symbol):
276 Don't call `toggle-read-only', set `buffer-read-only'.
277
278 * imenu.el (imenu-default-goto-function): Mark unused args.
279 (imenu-progress-message): Remove obsolete macro; all callers changed.
280
281 * subr.el (keymap-canonicalize): Remove unused binding.
282 (read-passwd): Mark unused arg.
283
284 * tutorial.el (tutorial--display-changes): Remove unused binding.
285 (tutorial--save-tutorial-to): Remove unused variable.
286
287 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
288 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
289 (package-generate-autoloads, package-menu--generate)
290 (package-menu--find-upgrades): Remove unused bindings.
291
292 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
293 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
294 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
295 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
296 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
297 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
298 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
299 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
300 (cua-delete-char-rectangle): Mark unused args.
301 (cua-align-rectangle): Remove unused binding.
302
303 * mail/rmail.el (compilation--message->loc)
304 (epa--find-coding-system-for-mime-charset): Declare.
305
306 * net/dbus.el (dbus-register-service): Declare.
307 (dbus-name-owner-changed-handler): Remove unused binding.
308
309 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
310 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
311 (nxml-scan-backward-within): Mark unused arg.
312 (nxml-dynamic-markup-word): Remove unused binding.
313
314 * mouse.el (mouse-menu-major-mode-map):
315 * emacs-lisp/authors.el (authors-scan-change-log)
316 (authors-add-to-author-list):
317 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
318 * emacs-lisp/smie.el (smie-auto-fill):
319 * mail/sendmail.el (mail-bury):
320 * mail/unrmail.el (unrmail):
321 * net/tls.el (open-tls-stream):
322 * textmodes/picture.el (picture-mouse-set-point):
323 Remove unused bindings.
324
8c8fc5df
MA
3252012-04-19 Michael Albinus <michael.albinus@gmx.de>
326
327 * net/tramp.el (tramp-action-password): Let-bind
328 `enable-recursive-minibuffers' to t.
329
a77b0ac9
SS
3302012-04-18 Sam Steingold <sds@gnu.org>
331
332 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
333 instead of 'string to accommodate values like [f11].
334 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
335 * progmodes/gdb-mi.el: Likewise.
336
12a106a9
LL
3372012-04-18 Leo Liu <sdl.web@gmail.com>
338
339 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
340 current buffer.
341 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
342 LOCAL is nil.
343
bc6494ef
CY
3442012-04-18 Chong Yidong <cyd@gnu.org>
345
346 * simple.el (line-move): Use forward-line if in batch mode
347 (Bug#11053).
348
c09c46b2
CS
3492012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
350
351 * files.el (after-find-file): Do not try to add a final newline if
352 the buffer is read-only (Bug#11156).
353
5f6530ea
RS
3542012-04-17 Richard Stallman <rms@gnu.org>
355
356 * mail/rmail.el (rmail-start-mail):
357 Pass (rmail-mail-return...) for the return-action.
358 Pass (rmail-yank-current-message...) for the yank-action.
359 (rmail-yank-current-message): New function.
360 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
361 (rmail-reply): Likewise.
362 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
363
364 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 365 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
366 buffer, not newbuf.
367
197b6f3c
JB
3682012-04-17 Juanma Barranquero <lekktu@gmail.com>
369
370 * server.el (server-ensure-safe-dir): Simplify.
371
2311d8e5 3722012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 373
2311d8e5
GM
374 * emacs-lisp/smie.el: Provide smarter auto-filling.
375 (smie-auto-fill): New function.
376 (smie-setup): Use it.
98fb480e 377
2311d8e5
GM
378 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
379
3802012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
381
382 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
383 (comment-indent): Use it.
384
2311d8e5 3852012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
386
387 * ses.el: The overall change is to add cell renaming, that is
388 setting fancy names for cell symbols other than name matching
389 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 390 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 391 (ses-create-cell-variable): New defun.
2311d8e5 392 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
393 (ses-relocate-formula): Relocate formulas only for cells the
394 symbols of which are not renamed, i.e. symbols whose names do not
395 match regexp "\\`[A-Z]+[0-9]+\\'".
396 (ses-relocate-all): Relocate values only for cells the symbols of
397 which are not renamed.
398 (ses-load): Create cells variables as the (ses-cell ...) are read,
399 in order to check row col consistency with cell symbol name only
400 for cells that are not renamed.
401 (ses-replace-name-in-formula): New defun.
402 (ses-rename-cell): New defun.
4bdf2ad2 403
fc72b15c
PO
4042012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
405
406 * progmodes/perl-mode.el (perl-indent-parens-as-block):
407 New option (bug#11118).
408 (perl-calculate-indent): Respect it.
409
12e10e61
GM
4102012-04-17 Glenn Morris <rgm@gnu.org>
411
412 * dired-aux.el (dired-mark-read-string): Doc fix.
413
30009afd
DA
4142012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
415
416 * dired-aux.el (dired-mark-read-string): Offer optional completion.
417 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
418
41f03f4d
GM
4192012-04-17 Glenn Morris <rgm@gnu.org>
420
421 * mouse.el (mouse-drag-track):
422 * speedbar.el (speedbar-frame-mode):
423 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
424
f45f90f3
LL
4252012-04-16 Leo Liu <sdl.web@gmail.com>
426
427 * progmodes/python.el: Trivial cleanup.
428
94ee8db5
GM
4292012-04-16 Glenn Morris <rgm@gnu.org>
430
121b8917
GM
431 * vc/vc.el (vc-string-prefix-p):
432 * vc/pcvs-util.el (cvs-string-prefix-p):
433 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
434 * mpc.el (mpc-string-prefix-p):
435 Make all of these into obsolete aliases for string-prefix-p.
436 Update callers.
437 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
438
1197ecfa
GM
439 * textmodes/two-column.el: Move custom options to the start.
440 (frame-width): Remove compat definition.
441 (2C-associate-buffer, 2C-dissociate):
442 Use with-current-buffer rather than save-excursion.
443 (2C-dissociate): Force a mode-line update.
444 (2C-autoscroll): Use ignore-errors.
445
099e7202
GM
446 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
447 Autoload trivia.
448
bf350d6a
GM
449 * emacs-lisp/cl-extra.el (*random-state*):
450 Remove unnecessary declaration.
451
0e829eab
GM
452 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
453
e3ad7552
GM
454 * play/cookie1.el (cookie-snarf):
455 Give an explicit error if input file cannot be read.
456
68892d27
GM
457 * play/yow.el (yow-file): Use expand-file-name rather than concat.
458
20f0c46d
GM
459 * progmodes/perl-mode.el (c-macro-expand):
460 Remove unnecessary autoload (it is in loaddefs.el).
461
5a0978ce
GM
462 * textmodes/picture.el (picture-desired-column)
463 (picture-update-desired-column): Convert comments to doc-strings.
464 (picture-substitute): Remove function.
465 (picture-mode-map): Initialize in the defvar.
466
6b955486
GM
467 * woman.el: Remove eval-after-load for tar-mode.
468 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
469 (woman-tar-extract-file): Autoload it.
470
94ee8db5
GM
471 * frame.el (automatic-hscrolling): Make this alias obsolete.
472
177eca34
AM
4732012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
474
475 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 476 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
477 (ispell-dictionary-base-alist): Revert to original XEmacs
478 friendly version for default. [:alpha:] will be added in
479 `ispell-set-spellchecker-params' if needed
177eca34 480
c505aaeb
CY
4812012-04-16 Chong Yidong <cyd@gnu.org>
482
483 * image.el (imagemagick--extension-regexp): New variable.
484 (imagemagick-register-types): Use it.
485 (imagemagick-types-inhibit): Add :set function. Allow new value
486 of t to inhibit all types.
487
488 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
489 so we can preload it.
490
491 * loadup.el (fboundp): Preload regexp-opt, needed by
492 imagemagick-register-types.
493
60efac0f
CY
4942012-04-15 Chong Yidong <cyd@gnu.org>
495
496 * frame.el (scrolling): Remove nearly unused customization group.
497
498 * scroll-all.el (scroll-all-mode): Move to windows group.
499
5dd1713e
CY
5002012-04-15 Chong Yidong <cyd@gnu.org>
501
502 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
503
e6fd457e
CY
5042012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 507 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 508
e153c136
GM
5092012-04-15 Glenn Morris <rgm@gnu.org>
510
511 * simple.el (process-file-side-effects): Doc fix.
512
e6fd457e 5132012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
514
515 * international/mule-cmds.el (set-language-environment): Doc fix.
516
3603c3b1
JB
5172012-04-14 Juanma Barranquero <lekktu@gmail.com>
518
519 * server.el (server-auth-key, server-generate-key): Doc fixes.
520 (server-get-auth-key): Doc fix. Use `string-match-p'.
521 (server-start): Reflow docstring.
522
e6de100c
LI
5232012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
524
525 * server.el (server-generate-key): `called-interactively-p'
526 requires a parameter.
527
29734c21
MN
5282012-04-14 Michal Nazarewicz <mina86@mina86.com>
529
530 * server.el (server-auth-key): New variable.
75f1671a 531 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
532 (server-start): Use the new variable and functions to allow
533 setting a permanent server key (bug#9423).
534
d65c9521
LL
5352012-04-14 Leo Liu <sdl.web@gmail.com>
536
537 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
538
5ae255c7
PE
5392012-04-14 Paul Eggert <eggert@cs.ucla.edu>
540
541 Spelling fixes.
542 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
543 Emacs uses American spelling.
544
d5e6342e
JB
5452012-04-14 Juanma Barranquero <lekktu@gmail.com>
546
547 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
548 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
549 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
550 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
551
ab036cd7
SM
5522012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * progmodes/which-func.el (which-func-modes): Change default.
555
35dc09a1 5562012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
557
558 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
559 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
560
35dc09a1 5612012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
562
563 * custom.el (custom-theme-set-variables): Doc fix.
564
35dc09a1 5652012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
566
567 * international/mule.el (set-auto-coding-for-load): Doc fix.
568
35dc09a1 5692012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 570
35dc09a1
GM
571 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
572 imenu work again for Objective C Mode. Correct the *-index values,
573 these having been disturbed by a previous change in 2011-08.
57f845ee 574
0de3da9f
AM
575 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
576 Correct two search limits.
577
35dc09a1 5782012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
579
580 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
581
35dc09a1 5822012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
583
584 * international/characters.el: Fix sorting.
585
35dc09a1 5862012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
587
588 * international/characters.el: Add more missing Latin case pairs.
589
35dc09a1 5902012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
591
592 * files.el (dir-locals-set-class-variables): Doc fix.
593
35dc09a1 5942012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 595
3f1b5bf8
EZ
596 * international/characters.el: Add set-case-syntax-pair call for
597 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
598 counterpart. (Bug#11209)
599
9f847f41
EZ
600 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
601
35dc09a1 6022012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
603
604 * calendar/holidays.el (calendar-check-holidays): Doc fix.
605
35dc09a1 6062012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 607
35dc09a1
GM
608 * textmodes/ispell.el (ispell-dictionary-base-alist):
609 Add data for Hebrew.
e2627d21 610
35dc09a1 6112012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 612
35dc09a1
GM
613 * net/rcirc.el (rcirc-cmd-quit):
614 Revert 2012-03-18 change (Bug#11192).
5c14e333 615
35dc09a1 6162012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
617
618 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
619
35dc09a1 6202012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 621
4517fe3a
SM
622 * minibuffer.el (completion-in-region-mode-map):
623 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 624
b472a594
VD
6252012-04-13 Vivek Dasmohapatra <vivek@etla.org>
626
627 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
628
09b95ce3
MY
6292012-04-13 Masatake YAMATO <yamato@redhat.com>
630
631 * minibuffer.el (minibuffer-local-filename-syntax): New variable
632 to allow `C-M-f' and `C-M-b' to move to the nearest path
633 separator (bug#9511).
634
4b63a9ca
LI
6352012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
636
637 * avoid.el: Require cl when compiling. And also move the
638 `provide' to the end.
639
7b55b8bf
TV
6402012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
641
642 * avoid.el (mouse-avoidance-banish-position): New variable.
643 (mouse-avoidance-banish-destination): Use it (bug#10165).
644
adedaa1f
LL
6452012-04-13 Leo Liu <sdl.web@gmail.com>
646
647 * progmodes/which-func.el (which-func-modes): Add objc-mode.
648
70e74021
KB
6492012-04-13 Ken Brown <kbrown@cornell.edu>
650
651 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 652 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
653 (browse-url-filename-alist): For the same reason, don't modify
654 file:// URLs on Cygwin.
655
e75e89ba
SM
6562012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
657
658 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
659 the region on shift if the binding is already shifted (bug#11221).
660
82f289a4
GM
6612012-04-12 Glenn Morris <rgm@gnu.org>
662
663 * mail/mailpost.el: Move to obsolete/.
664
d333dc4c
DA
6652012-04-12 Drew Adams <drew.adams@oracle.com>
666
667 * imenu.el (imenu--generic-function): Ignore invisible definitions
668 (bug#10123).
669
0d15b5ba
VD
6702012-04-12 Vivek Dasmohapatra <vivek@etla.org>
671
672 * hexl.el (hexl-bits): New variable.
673 (hexl-options): Mention the variable in the doc string.
75f1671a 674 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 675 (hexl-mode): Mention the new variable.
75f1671a
JB
676 (hexl-mode, hexl-current-address, hexl-current-address):
677 Use the displen.
0d15b5ba
VD
678 (hexl-ascii-start-column): New function.
679 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
680 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
681
64a440db
AM
6822012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
683
684 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
685 '("-i" ENCODING), in 2 separate command-line arguments, to specify
686 the encoding, as expected by hunspell.
687
6decb6c2
SM
6882012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * battery.el (battery--linux-sysfs-regexp): New const.
691 (battery-status-function): Use it. Remove yeeloong special case.
692 (battery-yeeloong-sysfs): Remove.
693 (battery-echo-area-format): Remove yeeloong special case.
694
088be6fb
SM
6952012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
696
6622e416
SM
697 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
698 Reported by Noah Friedman.
699
088be6fb
SM
700 * subr.el (read-passwd): Use read-string.
701
b49f886e
LMI
7022012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
703
704 * vcursor.el (vcursor-move): Increase the priority of the overlay
705 (bug#9663).
706
a63067fc
DD
7072012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
708
709 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
710 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
711
ac3cf14a
WS
7122012-04-11 William Stevenson <yhvh2000@gmail.com>
713
714 * textmodes/artist.el (artist-mode): Convert artist-mode to use
715 define-minor-mode (bug#10760).
716
c4fc691b 7172012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 718
4d6769e1 719 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
720 that directories matching `grep-find-ignored-files' won't be
721 pruned (bug#10351).
722
af23e2e5
CY
7232012-04-11 Chong Yidong <cyd@gnu.org>
724
725 * startup.el (command-line): Remove support for long-obsolete
726 variable font-lock-face-attributes.
727
ab7ce8c1
GM
7282012-04-11 Glenn Morris <rgm@gnu.org>
729
730 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
731
de8c03dc
SM
7322012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
733
734 * window.el (window--state-get-1): Obey window-point-insertion-type.
735
050cc68b
LB
7362012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
737
738 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
739 to previous function when point is on the first character of a
75f1671a 740 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 741
a38c310c
GM
7422012-04-11 Glenn Morris <rgm@gnu.org>
743
effed0c2
GM
744 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
745 not just file-errors.
746
a38c310c
GM
747 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
748 (vc-bzr-sha1): Use internal sha1.
749
0221e323
SM
7502012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
751
752 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
753
43956923
SG
7542012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
755
756 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
757 that start in the middle of the line (bug#10496).
758
6a8c9eaf
DN
7592012-04-10 Dan Nicolaescu <dann@gnu.org>
760
761 * battery.el (battery-linux-proc-acpi): Only one battery is
762 discharged at a time, but that seems to confuse battery.el when
763 computing `rate-type' for the battery not being discharged
764 (bug#10332).
765
1930bf5d
SM
7662012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
767
2a718f6f
SM
768 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
769
599430d0
SM
770 * international/quail.el: Use dolist and simplify.
771 (quail-define-package, quail-update-keyboard-layout)
772 (quail-define-rules): Use dolist.
773 (quail-insert-kbd-layout, quail-get-translation): CSE.
774
a2754b6c
SM
775 * tmm.el: Use dolist, remove left over hook.
776 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
777 Use dolist.
778 (calendar-load-hook): Don't mess with it.
779
1930bf5d
SM
780 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
781 Use derived-mode-p. Run the diff asynchronously.
782
9f67961c
LMI
7832012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
784
785 * obsolete/mouse-sel.el: Add an Obsolete-since header.
786
2a8ce227
JB
7872012-04-10 Juanma Barranquero <lekktu@gmail.com>
788
789 * misc.el: Display absolute path of loaded DLLs (bug#10424).
790 (list-dynamic-libraries--loaded): New function.
791 (list-dynamic-libraries--refresh): Use it.
792
8f33b5f8
NW
7932012-04-10 Nathan Weizenbaum <nweiz@google.com>
794
1930bf5d
SM
795 * progmodes/python.el (python-fill-paragraph):
796 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
797 disabled (bug#7018).
798
b12f0439
L
7992012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
800
1930bf5d 801 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
802 DOS/MS Windows for the Baltic languages. There are still plenty
803 of texts written in this encoding/codepage (bug#6519).
b12f0439 804
57c3bd01
GM
8052012-04-10 Glenn Morris <rgm@gnu.org>
806
807 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
808 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
809
6c3eab30
FA
8102012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
811
1930bf5d 812 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
813 next-line "n" and previous-line "p" in order to make recentf more
814 consistent with ibuffer, dired or org-mode (bug#9387).
815
24d78a88
LMI
8162012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
817
bc72b5d9
LMI
818 * image.el (put-image): Return the overlay created instead of the
819 optional input string (bug#7834). Note that this may break code
820 that is (for some reason or other) depending on `put-image'
821 returning the string.
822
bd2dba5a
LMI
823 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
824
74beb59f
LMI
825 * simple.el (zap-to-char): Allow zapping using input methods
826 (bug#1580).
827
24d78a88
LMI
828 * textmodes/fill.el (fill-region): Leave point and mark where they
829 were before filling (bug#5399).
830
263f20cd
GM
8312012-04-09 Glenn Morris <rgm@gnu.org>
832
833 * version.el (emacs-bzr-get-version):
834 Handle lightweight checkouts of local branches.
835
58d1f797
AS
8362012-04-09 Andreas Schwab <schwab@linux-m68k.org>
837
263f20cd 838 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 839
b4d3bc10
CY
8402012-04-09 Chong Yidong <cyd@gnu.org>
841
842 * custom.el (custom-variable-p): Return nil for non-symbol
843 arguments instead of signaling an error.
844 (user-variable-p): Obsolete alias for custom-variable-p.
845
846 * apropos.el (apropos-variable):
847 * files-x.el (read-file-local-variable):
848 * simple.el (set-variable):
849 * woman.el (woman-mini-help):
850 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
851
fd06db5d
GM
8522012-04-09 Glenn Morris <rgm@gnu.org>
853
e5fcdb5e
GM
854 * startup.el (normal-top-level): Don't look for leim-list.el
855 in places where it will not be found. (Bug#910)
856
fd06db5d
GM
857 * international/mule-cmds.el (set-default-coding-systems):
858 * files.el (normal-mode):
859 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
860 This function was removed with ucs-tables.el in 2008.
861
b39bb7e1
EZ
8622012-04-08 Eli Zaretskii <eliz@gnu.org>
863
864 * textmodes/ispell.el (ispell-check-version): For hunspell, set
865 ispell-encoding8-command to "-i", without a trailing space.
866 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
867 separate command-line arguments, to specify the encoding, since
868 that's how hunspell expects it.
869
5c5b8e23
GM
8702012-04-08 Glenn Morris <rgm@gnu.org>
871
872 * loadup.el: Load bindings before cus-start.
873 This reduces somewhat the number of "rogue" settings in emacs -Q.
874
a1ed8b05
GM
8752012-04-07 Glenn Morris <rgm@gnu.org>
876
877 * version.el (emacs-bzr-get-version): New function.
dfae128a 878 (emacs-bzr-version): New variable.
a1ed8b05
GM
879 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
880 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
881
b142f158
EZ
8822012-04-07 Eli Zaretskii <eliz@gnu.org>
883
dfae128a
GM
884 * international/uni-bidi.el, international/uni-category.el:
885 * international/uni-combining.el, international/uni-decimal.el:
886 * international/uni-decomposition.el, international/uni-digit.el:
887 * international/uni-lowercase.el, international/uni-mirrored.el:
888 * international/uni-name.el, international/uni-numeric.el:
889 * international/uni-titlecase.el, international/uni-uppercase.el:
890 Update for Unicode 6.1.
b142f158 891
9078ead6
EZ
8922012-04-07 Eli Zaretskii <eliz@gnu.org>
893
894 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
895
f23d2c7d
LMI
8962012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
897
898 * window.el (shrink-window): Mention the `window-min-height'
899 variable in the doc string.
900
0a0a3573
BG
9012012-04-05 Bastien Guerry <bzg@altern.org>
902
903 * color.el (color-lighten-name): Fix typo.
904
e5248ac9
SM
9052012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
906
907 * server.el (server--on-display-p): New function.
908 (server--on-display-p): Use it.
909
b4243e22
GV
9102012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
911
912 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
913 (bug#11145).
914
305d9f44
SM
9152012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
916
917 * comint.el (comint--common-quoted-suffix): Check string boundary
918 before comparing (bug#11158).
919 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
920
3d439cd1
CY
9212012-04-04 Chong Yidong <cyd@gnu.org>
922
321cc491
CY
923 * minibuffer.el (completion-extra-properties): Doc fix.
924
3d439cd1
CY
925 * subr.el (delayed-warnings-hook): Doc fix.
926
2d562c0f
DU
9272012-04-04 Daiki Ueno <ueno@unixuser.org>
928
929 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
930 selection (Bug#11159).
931 (epa-insert-keys): Inform that the default public key will be
932 exported if no key is selected.
933
4443f204
RS
9342012-04-04 Richard Stallman <rms@gnu.org>
935
936 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
937
529c06b6
CY
9382012-04-03 Chong Yidong <cyd@gnu.org>
939
940 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
941 mail-insert-file, not its obsolete alias mail-attach-file.
942
66b907dc
MA
9432012-04-03 Michael Albinus <michael.albinus@gmx.de>
944
945 * notifications.el (notifications-notify): Fix docstring.
946
c0ea195d
GM
9472012-04-02 Glenn Morris <rgm@gnu.org>
948
949 * emacs-lisp/authors.el (authors-aliases): Another addition.
950
5ca64e00
MA
9512012-04-02 Michael Albinus <michael.albinus@gmx.de>
952
953 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
954 `tramp-compat-call-process' instead of `tramp-local-call-process'.
955 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
956
42ee526b
CY
9572012-04-01 Chong Yidong <cyd@gnu.org>
958
959 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
960 Handle root directory properly.
961 (copy-directory): Caller changed.
962
963 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
964 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
965
0b021094
GM
9662012-03-31 Glenn Morris <rgm@gnu.org>
967
40f86458
GM
968 * term/xterm.el (xterm-extra-capabilities): Doc fix.
969
7019c177
GM
970 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
971
a1daddd6
GM
972 * calendar/calendar.el (calendar-window-list)
973 (calendar-hide-window): Restore. (Bug#11140)
974 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
975
0b021094
GM
976 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
977
40311efc
TV
9782012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
979
980 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
981 Check if file is a symlink (Bug#10489).
982
983 * files.el (copy-directory): Likewise.
984
5319014e
CY
9852012-03-30 Chong Yidong <cyd@gnu.org>
986
987 * image.el (imagemagick-types-inhibit)
988 (imagemagick-register-types): Doc fix.
989
935d1290
AM
9902012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
991
992 * ispell.el (ispell-get-extended-character-mode): Disable
75f1671a
JB
993 extended-char-mode for hunspell. hunspell does not support it
994 and treats ~word as ordinary words in pipe mode.
935d1290 995
61c6e8fd
GM
9962012-03-30 Glenn Morris <rgm@gnu.org>
997
998 * tutorial.el (help-with-tutorial): Ensure local variables don't
999 happen to make the buffer read-only. (Bug#11127)
1000
81fdff00
SM
10012012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
1004 (perl-calculate-indent): Return `noindent' in strings.
1005
6e7a6ec0
SS
10062012-03-28 Sam Steingold <sds@gnu.org>
1007
1008 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
1009 instead of the broken adhockery which does not prevent calendar
1010 buffers from being displayed at random after exit.
1011 (calendar-window-list, calendar-hide-window): Remove the broken
1012 adhockery.
1013
fee88ca0
GM
10142012-03-28 Glenn Morris <rgm@gnu.org>
1015
1016 * replace.el (query-replace-map): Doc fix.
1017
38de3354
AS
10182012-03-28 Andreas Schwab <schwab@linux-m68k.org>
1019
1020 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
1021 contents. (Bug#11109)
1022
b973155e
SM
10232012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
1026 (bug#11077).
1027 (avl-tree--check, avl-tree--check-node): New funs.
1028
dcb6e7b3
MR
10292012-03-27 Martin Rudalics <rudalics@gmx.at>
1030
1031 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
1032 (switch-to-prev-buffer, switch-to-next-buffer):
1033 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
1034 showing a buffer already is done on the same frame.
1035
b4fa35fa
GM
10362012-03-27 Glenn Morris <rgm@gnu.org>
1037
1038 * startup.el (mail-host-address): Doc fix.
1039
f9210e18
SM
10402012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1041
1042 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
1043 than 197 variables.
1044
c0bf7753
AF
10452012-03-26 Ami Fischman <ami@fischman.org>
1046
1047 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
1048
33da7b16
GM
10492012-03-26 Glenn Morris <rgm@gnu.org>
1050
02243d9d
GM
1051 * files.el (save-buffers-kill-emacs): Doc fix.
1052
33da7b16
GM
1053 * startup.el (normal-top-level, command-line, command-line-1):
1054 Give them doc strings.
1055
e5a69fd0
EZ
10562012-03-25 Eli Zaretskii <eliz@gnu.org>
1057
1058 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 1059 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 1060
9a69676a
CY
10612012-03-25 Chong Yidong <cyd@gnu.org>
1062
4125cb8b
CY
1063 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
1064 theme if it was previously enabled before (Bug#11031).
1065
dd470960
CY
1066 * cus-theme.el (custom-theme-write-faces): Retrieve current face
1067 spec with custom-face-get-current-spec if its :shown-value is not
1068 determined yet (Bug#9337).
4125cb8b 1069 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 1070
9a69676a
CY
1071 * button.el (button-at): Minor addition to docstring.
1072
6e7e90fa
SL
10732012-03-24 Simon Leinen <simon.leinen@gmail.com>
1074
1075 * vc/vc.el (vc-merge): Fix a prompt.
1076
f06e2758
CY
10772012-03-24 Chong Yidong <cyd@gnu.org>
1078
1079 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
1080 point (Bug#9623).
1081
6e7e90fa
SL
1082 * button.el (button-at): Minor addition to docstring.
1083
b9d0879b
SM
10842012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1085
1086 * newcomment.el (comment-choose-indent): No space after BOL.
1087
e71cebb3
SS
10882012-03-22 Sam Steingold <sds@gnu.org>
1089
1090 * window.el (switch-to-prev-buffer): Revert last patch because the
1091 bug turned out to be an advertised feature (Elisp manual 28.14).
1092
335aff35
GM
10932012-03-22 Glenn Morris <rgm@gnu.org>
1094
1095 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
1096 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
1097
c676576a
LMI
10982012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1099
1100 * net/network-stream.el (network-stream-open-starttls): Make error
1101 message under Windows be less misleading.
1102
126f3d39
LW
11032012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
1104
1105 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
1106 understands (bug#9942).
1107
64fee311
CY
11082012-03-22 Chong Yidong <cyd@gnu.org>
1109
1110 * simple.el (end-of-visible-line): Handle return value of
1111 next-single-property-change properly (Bug#9371).
1112
a640d29a
KH
11132012-03-22 Kenichi Handa <handa@m17n.org>
1114
1115 * international/quail.el (quail-insert-kbd-layout): Fix previous
1116 change. To avoid unwanted bidi reordering, use
1117 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
1118
39675016
DG
11192012-03-21 Dmitry Gutov <dgutov@yandex.ru>
1120
1121 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
1122 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
1123 (ruby-beginning-of-indent): Be more careful with the difference
1124 between word-boundary and symbol boundary.
1125 (ruby-mode-syntax-table): Make : a symbol constituent.
1126
0a6934fc 11272012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 1128
3d008e4f
SM
1129 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
1130
0a6934fc
SM
11312012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1132
af67c9d7
SM
1133 * progmodes/etags.el (tags-completion-at-point-function):
1134 Improve last fix.
1135
1acad97c
SM
1136 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
1137
e298b5da
SS
11382012-03-21 Sam Steingold <sds@gnu.org>
1139
1140 * progmodes/etags.el (tags-completion-at-point-function):
1141 Avoid the error when point is inside the pattern.
1142
91d82a70
JY
11432012-03-21 John Yates <john@yates-sheets.org> (tiny change)
1144
1145 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
1146 line (Bug#10855).
1147
69188b79
CY
11482012-03-21 Drew Adams <drew.adams@oracle.com>
1149
1150 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
1151
99fc91fe
AK
11522012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
1153
1154 * ido.el (ido-set-current-directory, ido-read-internal)
1155 (ido-choose-completion-string, ido-completion-help): Handle nil
1156 value of ido-completion-buffer (Bug#11008).
1157
087bbb4c
SS
11582012-03-21 Sam Steingold <sds@gnu.org>
1159
1160 * window.el (switch-to-prev-buffer): Do not switch to a visible
1161 window previous buffer, just like with the frame previous buffers.
1162
fb5b8aca
CY
11632012-03-21 Chong Yidong <cyd@gnu.org>
1164
1165 * faces.el (make-face, make-empty-face, copy-face):
1166 * face-remap.el (face-remap-add-relative, face-remap-set-base):
1167 Doc fixes.
1168
dc9924b8
SM
11692012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1170
1171 * wid-edit.el (widget-complete-field): Remove (bug#11051).
1172 (widget-complete): Remove broken use of it.
1173
f0bcceb9
CY
11742012-03-20 Chong Yidong <cyd@gnu.org>
1175
dc9924b8
SM
1176 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1177 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
1178 characters.
1179
ee52ebf3
TH
11802012-03-20 Tassilo Horn <tassilo@member.fsf.org>
1181
1182 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
1183 to draw rectangles, not squares. (Regression introduced by revno
1184 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
1185
4c5779ab
CY
11862012-03-18 Chong Yidong <cyd@gnu.org>
1187
1188 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
1189 it is not yet defined (for temacs).
1190
15360934
LL
11912012-03-18 Leo Liu <sdl.web@gmail.com>
1192
dc9924b8 1193 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 1194
d9a8eb66
EZ
11952012-03-17 Eli Zaretskii <eliz@gnu.org>
1196
1197 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
1198 (ispell-choices-win-default-height, ispell-silently-savep)
1199 (ispell-dictionary-alist, ispell-encoding8-command)
1200 (ispell-check-version, ispell-aspell-find-dictionary)
1201 (ispell-valid-dictionary-list, ispell-words-keyword)
1202 (ispell-get-word, ispell-internal-change-dictionary)
1203 (ispell-region, ispell-skip-region-list)
1204 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
1205 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
1206 (ispell-message-text-end, ispell-message)
1207 (ispell-buffer-local-parsing): Doc fix.
1208
f02ff80d
J
12092012-03-13 Jambunathan K <kjambunathan@gmail.com>
1210
1211 * htmlfontify.el: Add support for code block fontification for ODT
1212 export (Bug #9914).
1213 (hfy-optimisations): Define new option
1214 `body-text-only'
1215 (hfy-fontify-buffer): Honor above setting.
1216 (hfy-begin-span, hfy-end-span): New routines factored out form
1217 `hfy-fontify-buffer'.
1218 (hfy-begin-span-handler, hfy-end-span-handler): New variables
1219 that permit insertion of custom tags.
1220 (hfy-fontify-buffer): Use above handlers.
1221 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
1222 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 1223 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 1224 over multiple runs. This is made possible by having the caller let
f02ff80d
J
1225 bind a special variable `hfy-user-sheet-assoc'.
1226 (htmlfontify-string): New defun.
1227 (hfy-compile-face-map): Make sure that the last char in the
1228 buffer is correctly fontified.
1229 (hfy-face-resolve-face): Whitespace only change.
1230
9ac7a13f
EZ
12312012-03-17 Eli Zaretskii <eliz@gnu.org>
1232
1233 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
1234 message more clear.
1235
e2b5bdd7
LL
12362012-03-16 Leo Liu <sdl.web@gmail.com>
1237
1238 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
1239
2e492df3
AM
12402012-03-16 Alan Mackenzie <acm@muc.de>
1241
1242 Further optimise the handling of large macros.
1243
1244 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
1245 limit to a call of `c-literal-limits'.
1246 (c-determine-+ve-limit): New function.
dc9924b8
SM
1247 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
1248 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
1249 In CASE 5B, restrict a search limit to 500.
1250 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
1251
1252 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
1253 Restrict macro bounds to +-500 from after-change's BEG END.
1254
50e94f0c
LL
12552012-03-16 Leo Liu <sdl.web@gmail.com>
1256
1257 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
1258
6f09f6ed
AH
12592012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
1260
1261 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 1262 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 1263
c7e73d51
GM
12642012-03-16 Glenn Morris <rgm@gnu.org>
1265
da986230
GM
1266 * view.el (view-buffer, view-buffer-other-window)
1267 (view-buffer-other-frame): Doc fixes re special mode-class.
1268
0835f01e
GM
1269 * subr.el (eval-after-load): If named feature is provided not from
1270 a file, run after-load forms. (Bug#10946)
1271
c7e73d51
GM
1272 * calendar/calendar.el (calendar-insert-at-column):
1273 Handle non-unit-width characters a bit better. (Bug#10978)
1274
3f2eafd1
CY
12752012-03-15 Chong Yidong <cyd@gnu.org>
1276
1277 * emacs-lisp/ring.el (ring-extend): New function.
1278 (ring-insert+extend): Extend the ring correctly (Bug#11019).
1279
1280 * comint.el (comint-read-input-ring)
1281 (comint-add-to-input-history): Grow comint-input-ring lazily.
1282
103af3fe
SM
12832012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1284
663b1677
SM
1285 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1286 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
1287
103af3fe
SM
1288 * imenu.el: Fix multiple inheritance breakage (bug#9199).
1289 (imenu-add-to-menubar): Don't add a redundant index.
1290 (imenu-update-menubar): Handle a dynamically composed keymap.
1291
899cb7cb
KY
12922012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
1293
1294 * mail/sendmail.el (mail-encode-header):
1295 Bind rfc2047-encode-encoded-words to nil.
1296
3809f91d
GM
12972012-03-13 Glenn Morris <rgm@gnu.org>
1298
1299 * calendar/calendar.el (calendar-string-spread):
1300 Handle non-unit-width characters a bit better. (Bug#10978)
1301
9e345a01
LL
13022012-03-13 Leo Liu <sdl.web@gmail.com>
1303
1304 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
1305 directory and file as argument (Bug#10822).
1306
4a07df36
KS
13072012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1308
1309 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
1310 For dynamically generated code, follow $PC.
1311 (gdb-disassembly-handler-custom): Handle no function name case.
1312
4aaa9356
TL
13132012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
1314
1315 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
1316 * emulation/ws-mode.el (ws-query-replace):
1317 * sort.el (sort-regexp-fields):
1318 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
1319
225979da
SM
13202012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * dabbrev.el: Fix cycle completion order (bug#10963).
1323 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
1324 (dabbrev-completion): Don't use an obarray; provide
1325 a cycle-sort-function.
1326
e2f1fdab
LL
13272012-03-12 Leo Liu <sdl.web@gmail.com>
1328
dc9924b8 1329 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
1330 (kill-do-not-save-duplicates): Doc fix.
1331
b19490ed
SM
13322012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1333
1334 * dabbrev.el: Fix cycle completion (bug#10963).
1335 Use lexical binding and wrap to 80 columns.
1336 (dabbrev-completion): Delay computing the list of completions.
1337
4b05d722
KH
13382012-03-12 Kenichi Handa <handa@m17n.org>
1339
1340 * international/quail.el (quail-insert-kbd-layout): Surround each
1341 row by LRO and PDF instead of inserting many LRMs. Pad the left
1342 and right of each non-spacing marks. Insert invisible space
1343 between lower and upper characters to prevent composition.
1344
dbbc2e69
SM
13452012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1346
1347 * minibuffer.el (minibuffer-complete): Don't get confused when the
1348 function is run twice via different commands (bug#10958).
1349 (complete-with-action): Fix docstring.
1350
292112ed
CY
13512012-03-12 Chong Yidong <cyd@gnu.org>
1352
5d1ac394
CY
1353 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
1354 (nxml-completion-at-point-function): New function.
1355 (nxml-mode): Use it.
1356 (nxml-bind-meta-tab-to-complete-flag): Default to t.
1357
292112ed
CY
1358 * emacs-lisp/package.el (package-unpack, package-unpack-single):
1359 Load generated autoloads file before byte compiling (Bug#10970).
1360 (package--make-autoloads-and-compile): New helper fun.
1361
4098f8f7
CS
13622012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
1363
1364 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
1365
8f754691
MA
13662012-03-11 Michael Albinus <michael.albinus@gmx.de>
1367
1368 * autorevert.el (auto-revert-handler): Ensure, that
1369 file-readable-p is applied only for local files or in
1370 auto-revert-tail-mode.
1371
e29ab36b
AS
13722012-03-11 Andreas Schwab <schwab@linux-m68k.org>
1373
dbbc2e69
SM
1374 * server.el (server-eval-at): Handle non-tcp connections.
1375 Decode result string.
ad0bf5b6 1376
e29ab36b
AS
1377 * server.el (server-msg-size): New constant.
1378 (server-reply-print): New function.
1379 (server-eval-and-print): Use it.
1380 (server-eval-at): Use server-quote-arg and server-unquote-arg.
1381 Handle -print-nonl.
1382
de5939ba
CS
13832012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
1384
1385 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
1386 (Bug#10987).
1387
0c93eabf
CY
13882012-03-11 Chong Yidong <cyd@gnu.org>
1389
397a688f
CY
1390 * simple.el (goto-line): Doc fix (Bug#9938).
1391
2cc775f9
CY
1392 * subr.el (save-window-excursion): Doc fix (Bug#9979).
1393
0c93eabf
CY
1394 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
1395 when finished (Bug#10963).
1396
c491fa41
MR
13972012-03-11 Martin Rudalics <rudalics@gmx.at>
1398
1399 * window.el (split-window-below): Fix bug in case where
1400 split-window-keep-point is nil (Bug#10971).
1401
300e8fa5
JL
14022012-03-11 Juri Linkov <juri@jurta.org>
1403
1404 * replace.el (replace-highlight): Set isearch-word to nil
1405 unconditionally. (Bug#10887)
1406
dbf6c5a1
EZ
14072012-03-10 Eli Zaretskii <eliz@gnu.org>
1408
1409 * net/mairix.el (mairix-replace-invalid-chars): Rename from
1410 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 1411 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
1412 (mairix-widget-create-query): Add usage information about mairix
1413 search forms: negating words, searching for substrings, etc.
1414
b9e501de
JP
14152012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
1416
1417 * international/fontset.el (font-encoding-alist): Add an entry for
1418 ksx1001 (Bug#5667).
1419
92795c91
RS
14202012-03-10 Richard Stallman <rms@gnu.org>
1421
1694e6c1
RS
1422 * mail/sendmail.el (mail-encode-header):
1423 Set rfc2047-encode-encoded-words.
1424
607e8555
RS
1425 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
1426
de3bc99a
RS
1427 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
1428 view buffer means not swapped.
1429 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
1430 (rmail-write-region-annotate): Error if real text has disappeared.
1431
92795c91
RS
1432 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
1433
699bd04e
CY
14342012-03-10 Chong Yidong <cyd@gnu.org>
1435
1436 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
1437 * emulation/cua-base.el (cua--init-keymaps):
1438 Add delete-forward-char to remappings (Bug#9666).
699bd04e 1439
570a1714
MR
14402012-03-10 Martin Rudalics <rudalics@gmx.at>
1441
dbbc2e69
SM
1442 * speedbar.el (speedbar-unhighlight-one-tag-line):
1443 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 1444
82dcf4e4
CY
14452012-03-10 Chong Yidong <cyd@gnu.org>
1446
7a2c7ca7
CY
1447 * minibuffer.el (completion-in-region, completion-help-at-point):
1448 Give the completion field overlay a high priority (Bug#6830).
1449
82dcf4e4
CY
1450 * dired.el (dired-goto-file): Recognize absolute file name
1451 listings (Bug#7126).
1452 (dired-goto-file-1): New helper function.
1453 (dired-toggle-read-only): Inhibit warnings.
1454
052e28ac
MA
14552012-03-09 Michael Albinus <michael.albinus@gmx.de>
1456
75f1671a 1457 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
1458 there are no properties.
1459
95d5e396
LL
14602012-03-09 Leo Liu <sdl.web@gmail.com>
1461
1462 * savehist.el (savehist-printable): Stricter check for string
1463 value (Bug#10937).
1464
3f018d6d
EZ
14652012-03-09 Eli Zaretskii <eliz@gnu.org>
1466
dbbc2e69
SM
1467 * mail/smtpmail.el (smtpmail-send-it):
1468 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
1469 valid mbox format.
1470
f7fd3d79
GM
14712012-03-09 Glenn Morris <rgm@gnu.org>
1472
1473 * files.el (dir-locals-find-file):
1474 Don't check result is regular, readable.
1475 (dir-locals-read-from-file): Demote errors.
1476
6ff6e72f
EZ
14772012-03-08 Eli Zaretskii <eliz@gnu.org>
1478
dbbc2e69
SM
1479 * international/quail.el (quail-insert-kbd-layout):
1480 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
1481 layout cell, to prevent their reordering by bidi display engine.
1482 For details, see the discussion in
1483 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
1484
9cec7834
AM
14852012-03-08 Alan Mackenzie <acm@muc.de>
1486
1487 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
1488 the starting position; make it extend the marked region when
1489 invoked repeatedly - all under appropriate circumstances.
1490 Fixes bugs #5525, #10906.
1491
9a40b8d4
GM
14922012-03-08 Glenn Morris <rgm@gnu.org>
1493
1494 * files.el (locate-dominating-file, dir-locals-find-file):
1495 Undo 2012-03-06 change.
1496
7a08ed35
EZ
14972012-03-07 Eli Zaretskii <eliz@gnu.org>
1498
dbbc2e69
SM
1499 * international/quail.el (quail-help):
1500 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
1501 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
1502 for the reason.
1503
5aca4f71 15042012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
1505
1506 Avoid superfluous registering of signals. (Bug#10807)
1507
1508 * notifications.el (notifications-on-action-object)
1509 (notifications-on-close-object): New defvars.
1510 (notifications-on-action-signal, notifications-on-closed-signal):
1511 Unregister the signal if not needed any longer.
1512 (notifications-notify): Register `notifications-action-signal' or
1513 `notifications-closed-signal', if :on-action or :on-close has been
1514 passed as argument.
1515
78e8b10a
CY
15162012-03-07 Chong Yidong <cyd@gnu.org>
1517
1518 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
1519 non-X platforms.
1520
69481eb8
GM
15212012-03-06 Glenn Morris <rgm@gnu.org>
1522
1523 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1524 (x-disown-selection-internal, x-get-selection-internal):
1525 Doc fix (add arglist signatures). (Bug#10783)
1526
133b8e11
KS
15272012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1528
1529 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1530 Handle breakpoints with no "type".
1531
99a83064
GM
15322012-03-06 Glenn Morris <rgm@gnu.org>
1533
1534 * files.el (locate-dominating-file): Add optional predicate argument.
1535 (dir-locals-find-file): Make use of above change.
1536
17798e78
TTN
15372012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
1538
1539 * info.el (Info-insert-dir): Also try "dir.gz".
1540
eb182446
GM
15412012-03-06 Glenn Morris <rgm@gnu.org>
1542
8f2114ee
GM
1543 * files.el (dir-locals-find-file):
1544 Ignore non-readable or non-regular files. (Bug#10928)
1545
eb182446
GM
1546 * files.el (locate-dominating-file): Doc fix.
1547
24679323
AS
15482012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
1549
1550 * calendar/calendar.el (calendar-set-mode-line):
1551 `getenv' returns a string. (Bug#10951)
1552
01d972a9
LL
15532012-03-05 Leo Liu <sdl.web@gmail.com>
1554
109aa8a9
LL
1555 * simple.el (backward-delete-char-untabify): Constrain point to
1556 field (Bug#10939).
1557
01d972a9
LL
1558 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
1559
10607bea
CY
15602012-03-05 Chong Yidong <cyd@gnu.org>
1561
1562 * simple.el (count-words): If called from Lisp, return the word
1563 count, for symmetry with `count-lines'. Arglist changed.
1564 (count-words--message): Args changed. Consolidate counting code
1565 from count-words and count-words-region.
1566 (count-words-region): Caller changed.
1567 (count-lines-region): Make it an obsolete alias.
1568
5dd11cfe
TH
15692012-03-04 Tassilo Horn <tassilo@member.fsf.org>
1570
1571 * saveplace.el (save-place-to-alist)
1572 (save-place-ignore-files-regexp): Allow value nil to disable this
1573 feature.
1574
c349f4e6
CY
15752012-03-04 Chong Yidong <cyd@gnu.org>
1576
1577 * faces.el (face-spec-reset-face): For the default face, reset the
1578 attributes to default values (Bug#10748).
1579
e627be4c
LMI
15802012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1581
1582 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
1583 previous patch: Check `message-send-mail-function', and not the
1584 default function (bug#10897).
1585
ebeabff4
MA
15862012-03-04 Michael Albinus <michael.albinus@gmx.de>
1587
a41a6cf4
MA
1588 * notifications.el (notifications-on-action-signal)
1589 (notifications-on-closed-signal): Check for unique service name of
1590 incoming event. Fix error in removing entry.
ebeabff4 1591 (top): Register for signals with wildcard service name.
a41a6cf4 1592 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 1593
c1ca42b4
CY
15942012-03-04 Chong Yidong <cyd@gnu.org>
1595
dc9924b8 1596 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 1597
ea16568d
GM
15982012-03-04 Glenn Morris <rgm@gnu.org>
1599
1600 * abbrev.el (copy-abbrev-table, abbrev-table-p)
1601 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
1602 (expand-abbrev, define-abbrev-table): Doc fixes.
1603
fbae4637
LMI
16042012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1605
1606 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
1607 `message-default-send-mail-function' and not `send-mail-function'
1608 when doing the prompting for `sendmail-query-once' before sending
1609 in Message buffers (bug#10897).
1610
a1e7225c
LMI
1611 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1612 This is inconsistent with all the other stream functions, which leave
1613 the setting up to the higher levels (if so wanted) (bug#10931).
1614
56d093a9
AM
16152012-03-02 Alan Mackenzie <acm@muc.de>
1616
1617 Depessimize the handling of very large macros.
1618
1619 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
1620 (c-macro-cache-syntactic): New variables to implement a one
1621 element macro cache.
1622 (c-invalidate-macro-cache): New function.
1623 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
1624 Adapt to use the new cache.
1625 (c-state-safe-place): Use better the cache of safe positions.
1626 (c-state-semi-nonlit-pos-cache)
1627 (c-state-semi-nonlit-pos-cache-limit):
1628 New variables for...
1629 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
1630 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
1631 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
1632 Use c-state-semi-safe-place.
56d093a9 1633
dbbc2e69
SM
1634 * progmodes/cc-langs.el (c-get-state-before-change-functions):
1635 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 1636
817e5c3d
MA
16372012-03-02 Michael Albinus <michael.albinus@gmx.de>
1638
dbbc2e69
SM
1639 * jka-compr.el (jka-compr-call-process):
1640 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
1641 not remote.
1642
a032a702
MA
16432012-03-01 Michael Albinus <michael.albinus@gmx.de>
1644
1645 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
1646 access of FILE2, if FILE1 does not exist.
1647
99a54f21
MA
1648 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
1649 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
1650
1651 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
1652 Add "PAGER=" to `process-environment'.
1653
f6561e1f
MM
16542012-03-01 Michael R. Mauger <mmaug@yahoo.com>
1655
1656 * progmodes/sql.el: Bug fix
1657 (sql-get-login-ext): Save login values in globals.
1658 (sql-get-login): Use new version of `sql-get-login-ext'.
1659 (sql-interactive-mode): Set global `sql-connection' to nil.
1660 (sql-connect): Set global values for connection.
1661 (sql-product-interactive): Save global values as buffer local.
1662
2d44d9cc
LL
16632012-02-29 Leo Liu <sdl.web@gmail.com>
1664
1665 * abbrev.el (define-abbrevs): Reset sys to nil.
1666
96b49301 16672012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1668
bf7f9bc5
JB
1669 * files.el (file-equal-p): Rename from `files-equal-p'.
1670 Return nil when one or both files don't exist.
96b49301 1671 (file-subdir-of-p): Now only top directory must exists,
1672 return nil if it doesn't.
bf7f9bc5
JB
1673 (copy-directory): No need to test with `file-subdir-of-p' after
1674 creating dir.
1675 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
1676 to `file-equal-p'.
96b49301 1677
44e97401
GM
16782012-02-28 Glenn Morris <rgm@gnu.org>
1679
1680 * shell.el (shell-mode):
1681 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
1682 * play/landmark.el (landmark-font-lock-face-O):
1683 * play/handwrite.el (handwrite):
1684 * play/gomoku.el (gomoku-O):
1685 * net/browse-url.el (browse-url-browser-display):
1686 * international/mule.el (define-charset):
1687 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
1688 * filesets.el (filesets-find-file-delay):
1689 * eshell/em-xtra.el (eshell-xtra):
1690 * eshell/em-unix.el (eshell-grep):
1691 * emulation/viper.el (viper-mode):
1692 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1693 * emacs-lisp/easymenu.el (easy-menu-define):
1694 * calendar/timeclock.el (timeclock-use-display-time):
1695 * bs.el (bs-mode):
1696 * bookmark.el (bookmark-save-flag):
1697 Doc fix (standardize possessive apostrophe usage).
1698
c98c6276
CY
16992012-02-27 Chong Yidong <cyd@gnu.org>
1700
bf7f9bc5
JB
1701 * emulation/viper-cmd.el (viper-intercept-ESC-key):
1702 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 1703
c98c6276
CY
1704 * font-lock.el (font-lock-specified-p): Rename from
1705 font-lock-spec-present. Callers changed.
1706
9c62cd04 17072012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 1708
bf7f9bc5
JB
1709 * emacs-lisp/package.el (package-compute-transaction):
1710 Handle holding a package version to t in package-load-list.
8ac9e529 1711
530739c9
MA
17122012-02-26 Michael Albinus <michael.albinus@gmx.de>
1713
1714 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
1715 (tramp-get-inode, tramp-get-device): Use cached values.
1716
487915d7
AM
17172012-02-26 Alan Mackenzie <acm@muc.de>
1718
1719 Check there is a font-lock specification before doing initial
1720 fontification.
1721
1722 * font-core.el (font-lock-mode): Move the conditional from
1723 :after-hook to font-lock-initial-fontify.
1724 (font-lock-default-function): Move the check for a specification
1725 to font-lock-spec-present.
1726
dc9924b8 1727 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
1728 (font-lock-spec-present): New function.
1729
4fd96557
JB
17302012-02-26 Jim Blandy <jimb@red-bean.com>
1731
1732 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
1733 (gdb-send): Apply it to the operand of the '-interpreter-exec
1734 console' command, so that we can pass arguments with (say) quotes
1735 in them. Store exact string sent in gdb-debug-log (Bug#10765).
1736
9a4888c0
CY
17372012-02-26 Chong Yidong <cyd@gnu.org>
1738
07498861
CY
1739 * help-fns.el (describe-function-1): Clarify description of
1740 remapping (Bug#10844).
1741
9a4888c0
CY
1742 * files.el (files-equal-p): Doc fix.
1743 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
1744 and quit the loop once a mismatch is found.
1745
ea8fb88d
JB
17462012-02-25 Juanma Barranquero <lekktu@gmail.com>
1747
1748 * bs.el (bs--show-with-configuration): Don't throw an error
1749 if the window cannot be split; otherwise, subsequent calls to
1750 bs-show fail, restoring a stale window config. (Bug#10882)
1751
525795c1
JD
17522012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1753
1754 * term/ns-win.el (global-map): Bind ns-drag-file to
1755 ns-find-file (Bug#5855, Bug#10050).
1756
f008086f
AS
17572012-02-25 Andreas Schwab <schwab@linux-m68k.org>
1758
1759 * calendar/parse-time.el (parse-time-string): Allow extractor to
1760 return nil.
1761
a3fcfa99
MA
17622012-02-25 Michael Albinus <michael.albinus@gmx.de>
1763
91027d08
JB
1764 * net/tramp.el (tramp-file-name-for-operation):
1765 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
1766
1767 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
1768 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1769 Add COPY-CONTENTS argument.
a3fcfa99 1770
67b0de11
CY
17712012-02-25 Chong Yidong <cyd@gnu.org>
1772
1773 Add custom groups for VC backends, for consistency with vc-bzr.
1774
1775 * vc/vc-arch.el (vc-arch):
1776 * vc/vc-cvs.el (vc-cvs):
1777 * vc/vc-git.el (vc-git):
1778 * vc/vc-hg.el (vc-hg):
1779 * vc/vc-mtn.el (vc-mtn):
1780 * vc/vc-rcs.el (vc-rcs):
1781 * vc/vc-sccs.el (vc-sccs):
1782 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
1783 All relevant defcustoms reassigned.
1784
3c9dfce6
CY
17852012-02-25 Chong Yidong <cyd@gnu.org>
1786
1339bf43
CY
1787 * newcomment.el (comment-styles): Add autoload (Bug#10868).
1788
3c9dfce6
CY
1789 * term/x-win.el (x-initialize-window-system): Reduce default for
1790 x-selection-timeout to 5 seconds (Bug#8869).
1791
25b2e303 17922012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1793
ec70a47d
GM
1794 * files.el (files-equal-p, file-subdir-of-p): New functions.
1795 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 1796 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
1797 * dired-aux.el (dired-copy-file-recursive): Same.
1798 (dired-create-files): Modify destination when source is equal to
1799 dest when copying files.
53a46cd0 1800 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 1801
914260cd
MA
18022012-02-24 Michael Albinus <michael.albinus@gmx.de>
1803
1804 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
1805 (Bug#10874)
1806
2cb228f7
AM
18072012-02-23 Alan Mackenzie <acm@muc.de>
1808
1809 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
1810 parameter "after-hook:" to allow the expansion to run code after
1811 the execution of the mode hooks.
1812
1813 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 1814 from font-lock-mode-internal.
2cb228f7 1815
91027d08 1816 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
1817 :after-hook.
1818
8f0fde21
SM
18192012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1820
3e88618b
SM
1821 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
1822 (completion--cache-all-sorted-completions): New function.
1823 (completion-all-sorted-completions): Use it.
1824 (completion--do-completion, minibuffer-force-complete):
1825 Use it to re-instate the flush hook.
1826
8f0fde21
SM
1827 * icomplete.el (icomplete-completions): Replace last fix with a better
1828 one (bug#10850).
1829
8e911f6f
DG
18302012-02-23 Dmitry Gutov <dgutov@yandex.ru>
1831
1832 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
1833 when it might call us back infinitely (bug#10797).
1834
49fe4321
GM
18352012-02-23 Glenn Morris <rgm@gnu.org>
1836
1837 * minibuffer.el (completion-category-overrides): Doc fix.
1838
b291b572
SM
18392012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1840
1841 * minibuffer.el (completion-table-with-context): Fix inf-loop.
1842 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
1843
31a9ef2e
GM
18442012-02-23 Glenn Morris <rgm@gnu.org>
1845
5e6e6794 1846 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
1847 (authors-obsolete-files-regexps, authors-ignored-files)
1848 (authors-ambiguous-files, authors-renamed-files-alist):
1849 Add more entries.
1850
0bd1e074
JL
18512012-02-23 Juri Linkov <juri@jurta.org>
1852
1853 * isearch.el (isearch-occur): Sync interactive spec with occur's
1854 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
1855
b617673c
JL
1856 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
1857
19e9789e
JL
18582012-02-22 Juri Linkov <juri@jurta.org>
1859
1860 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
1861 (ucs-insert): Doc fix. Check for hex digits in the string.
1862 Don't display `nil' in the error message. (Bug#10857)
1863
f41ce09d
AM
18642012-02-22 Alan Mackenzie <acm@muc.de>
1865
7a71b18d 1866 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 1867
ac2eceee
GM
18682012-02-22 Glenn Morris <rgm@gnu.org>
1869
1870 * ffap.el (ffap-c-path):
1871 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
1872
abd1f678
CY
18732012-02-22 Chong Yidong <cyd@gnu.org>
1874
1875 * custom.el (load-theme): Doc fix.
1876
f25aef2e
GM
18772012-02-22 Glenn Morris <rgm@gnu.org>
1878
1879 * dired-x.el (dired-guess-shell-alist-default):
1880 Remove escape sequences from nroff output. (Bug#172)
1881
5f8dc2ca
GM
18822012-02-21 Glenn Morris <rgm@gnu.org>
1883
6ff86ec4
GM
1884 * vc/emerge.el (emerge-defvar-local):
1885 Set `permanent-local' property rather than unused `preserved'.
1886
be3223a3 1887 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
1888 (picture-mode-map): Use it. (Bug#10860)
1889 (picture-mode): Doc fix.
1890
3fe58f4f
JB
18912012-02-21 Juanma Barranquero <lekktu@gmail.com>
1892
1893 * newcomment.el (uncomment-region-default): Remove unused binding.
1894
f9a998c3
GM
18952012-02-21 Glenn Morris <rgm@gnu.org>
1896
1897 * textmodes/picture.el (picture-motion, picture-motion-reverse)
1898 (picture-self-insert, picture-tab-chars): Doc fix.
1899 (picture-mode-map): Fix C-a, C-e.
1900
c6029348
GM
19012012-02-20 Glenn Morris <rgm@gnu.org>
1902
1903 * emacs-lisp/authors.el (authors-aliases): Add another entry.
1904
ab1ce9d7
LL
19052012-02-20 Leo Liu <sdl.web@gmail.com>
1906
1907 * icomplete.el (icomplete-completions): Check FROM arg before
1908 passing to substring (Bug#10850).
1909
0fd40f89
CY
19102012-02-19 Chong Yidong <cyd@gnu.org>
1911
1912 * comint.el: Require ansi-color.
1913 (comint-output-filter-functions): Add ansi-color-process-output.
1914
1915 * ansi-color.el: Don't set comint-output-filter-functions; it is
1916 now in the initial value defined in comint.el.
1917 (ansi-color-apply-face-function): New variable.
1918 (ansi-color-apply-on-region): Use it.
1919 (ansi-color-apply-overlay-face): New function.
1920
1921 * shell.el (shell): No need to require ansi-color.
1922 (shell-mode): Use ansi-color-apply-face-function to highlight
1923 color escapes using font-lock-face property (Bug#10835).
1924
20af2394
CY
19252012-02-19 Chong Yidong <cyd@gnu.org>
1926
1927 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
1928 mode-line formats (Bug#10839).
1929
e23a3fbe
GM
19302012-02-18 Glenn Morris <rgm@gnu.org>
1931
b474519e
GM
1932 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
1933
1934 * mail/undigest.el (unforward-rmail-message): Doc fix.
1935
e23a3fbe
GM
1936 * saveplace.el (save-place-ignore-files-regexp): Add :version.
1937
57939ff4
EZ
19382012-02-18 Eli Zaretskii <eliz@gnu.org>
1939
1940 * international/characters.el (script-list): Sync with the latest
1941 Unicode Character Database.
1942
0c23686e
AS
19432012-02-18 Andreas Schwab <schwab@linux-m68k.org>
1944
1945 * international/titdic-cnv.el: Remove duplicate coding tag.
1946 * language/cham.el: Likewise.
1947 * language/tai-viet.el: Likewise.
1948
6818b449
GM
19492012-02-18 Glenn Morris <rgm@gnu.org>
1950
1951 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
1952 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
1953 (calendar-bahai-all-holidays-flag, calendar-other-dates):
1954 * calendar/diary-lib.el (diary-abbreviated-year-flag):
1955 * calendar/holidays.el (holiday-bahai-holidays)
1956 (calendar-holidays, list-holidays):
1957 Use utf-8 Bahá'í in doc-strings, menus, etc.
1958
0311a3fc
TH
19592012-02-17 Tassilo Horn <tassilo@member.fsf.org>
1960
1961 * saveplace.el (save-place-ignore-files-regexp): New variable
1962 allowing for excluding files from saving their location of point.
1963 The default value matches the temporary commit message editing
1964 files from Git, SVN, Bazaar, and Mercurial.
1965 (save-place-to-alist): Use it.
1966
eb864a71
LM
19672012-02-17 Lawrence Mitchell <wence@gmx.li>
1968 Stefan Monnier <monnier@iro.umontreal.ca>
1969
1970 * newcomment.el (uncomment-region-default): Don't leave extra space
1971 when an arg is provided (bug#8150).
1972
ee0ce425
TZ
19732012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1974
eb864a71 1975 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 1976
95ddf442
GM
19772012-02-17 Glenn Morris <rgm@gnu.org>
1978
1979 * net/socks.el: Require network-stream. (Bug#10599)
1980
48dd1e39 19812012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
1982
1983 * international/charprop.el:
1984 * international/uni-name.el:
1985 * international/uni-old-name.el:
1986 * international/uni-comment.el: Regenerate.
1987
d68cd087
GM
19882012-02-16 Glenn Morris <rgm@gnu.org>
1989
1990 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
1991 Interactively in calendar buffer, give an error if not on a date.
1992
13932042
GM
19932012-02-15 Glenn Morris <rgm@gnu.org>
1994
1995 * shell.el (shell-delimiter-argument-list):
1996 Revert 2011-02-17 change. (Bug#8027)
1997
c3a70e2b
CY
19982012-02-15 Chong Yidong <cyd@gnu.org>
1999
60236b0d
CY
2000 * minibuffer.el (completion-at-point-functions): Doc fix.
2001
c3a70e2b
CY
2002 * custom.el (defcustom): Doc fix; note use of defvar.
2003
9f26dc24
GM
20042012-02-15 Glenn Morris <rgm@gnu.org>
2005
2006 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
2007 Doc fixes.
2008
6546b134
GM
20092012-02-14 Glenn Morris <rgm@gnu.org>
2010
2011 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
2012
d29b2b4c
LI
20132012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2014
2015 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
2016 way the ports list is computed.
835bdcba
LI
2017 (smtpmail-query-smtp-server): Prompt the user for a port number if
2018 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 2019
08dcdbc9
TZ
20202012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2021
2022 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
2023
2605051a
GM
20242012-02-13 Glenn Morris <rgm@gnu.org>
2025
2026 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
2027
7ee99f32
TZ
20282012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2029
2030 * net/gnutls.el (gnutls-trustfiles): New variable.
2031 (gnutls-negotiate): Use it.
2032
5f0af64f
LI
20332012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2034
2035 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
2036 does its stuff if Gnus is running.
2037
c14fcc95
AM
20382012-02-13 Alan Mackenzie <acm@muc.de>
2039
2040 Fix a loop in c-set-fl-decl-start.
2041
7a71b18d 2042 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
2043 c-backward-syntactic-ws actually moves backwards.
2044
142b4d90
LL
20452012-02-13 Leo Liu <sdl.web@gmail.com>
2046
2047 * net/rcirc.el (rcirc-markup-attributes): Move point to the
2048 beginning so that all \C-o chars are removed.
2049
fa9958a6
TZ
20502012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
2051
dc9924b8 2052 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 2053
0bc5886a
AM
20542012-02-12 Alan Mackenzie <acm@muc.de>
2055
2056 Fix infinite loop with long macros.
4d6769e1 2057 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 2058
d4bd55e7
CY
20592012-02-12 Chong Yidong <cyd@gnu.org>
2060
2061 * window.el (display-buffer): Doc fix (Bug#10785).
2062
66f3fe22
GM
20632012-02-12 Glenn Morris <rgm@gnu.org>
2064
bd7da63e
GM
2065 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2066 (x-disown-selection-internal, x-get-selection-internal):
2067 Sync docs with the xselect.c versions.
2068
66f3fe22
GM
2069 * allout-widgets.el: Add missing license notice.
2070
3e0d2fa7
GM
20712012-02-11 Glenn Morris <rgm@gnu.org>
2072
cfecdf09
GM
2073 * select.el (x-get-selection-internal, x-own-selection-internal)
2074 (x-disown-selection-internal):
2075 * x-dnd.el (x-get-selection-internal): Update declarations.
2076
6d216d7f
GM
2077 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
2078
2bed3f04
GM
2079 * window.el (window-sides-slots):
2080 * tool-bar.el (tool-bar-position):
2081 * term/xterm.el (xterm-extra-capabilities):
2082 * ses.el (ses-self-reference-early-detection):
2083 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
2084 (verilog-auto-wire-type)
2085 (verilog-auto-delete-trailing-whitespace)
2086 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
2087 (verilog-auto-tieoff-declaration):
2088 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
2089 (sql-oracle-statement-starters, sql-oracle-scan-on):
2090 * progmodes/prolog.el (prolog-align-comments-flag)
2091 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
2092 (prolog-left-indent-regexp, prolog-paren-indent-p)
2093 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
2094 (prolog-types, prolog-mode-specificators)
2095 (prolog-determinism-specificators, prolog-directives)
2096 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
2097 (prolog-electric-dot-flag)
2098 (prolog-electric-dot-full-predicate-template)
2099 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
2100 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
2101 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
2102 (prolog-program-switches, prolog-prompt-regexp)
2103 (prolog-debug-on-string, prolog-debug-off-string)
2104 (prolog-trace-on-string, prolog-trace-off-string)
2105 (prolog-zip-on-string, prolog-zip-off-string)
2106 (prolog-use-standard-consult-compile-method-flag)
2107 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
2108 (prolog-imenu-max-lines, prolog-info-predicate-index)
2109 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
2110 (prolog-char-quote-workaround):
2111 * progmodes/cc-vars.el (c-defun-tactic):
2112 * net/tramp.el (tramp-encoding-command-interactive)
2113 (tramp-local-end-of-line):
2114 * net/soap-client.el (soap-client):
2115 * net/netrc.el (netrc-file):
2116 * net/gnutls.el (gnutls):
2117 * minibuffer.el (completion-category-overrides)
2118 (completion-cycle-threshold)
2119 (completion-pcm-complete-word-inserts-delimiters):
2120 * man.el (Man-name-local-regexp):
2121 * mail/feedmail.el (feedmail-display-full-frame):
2122 * international/characters.el (glyphless-char-display-control):
2123 * eshell/em-ls.el (eshell-ls-date-format):
2124 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
2125 (lisp-lambda-list-keyword-parameter-indentation)
2126 (lisp-lambda-list-keyword-parameter-alignment):
2127 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
2128 * dired-x.el (dired-omit-verbose):
2129 * cus-theme.el (custom-theme-allow-multiple-selections):
2130 * calc/calc.el (calc-highlight-selections-with-faces)
2131 (calc-lu-field-reference, calc-lu-power-reference)
2132 (calc-note-threshold):
2133 * battery.el (battery-mode-line-limit):
2134 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2135 (archive-7z-update):
2136 * allout.el (allout-prefixed-keybindings)
2137 (allout-unprefixed-keybindings)
2138 (allout-inhibit-auto-fill-on-headline)
2139 (allout-flattened-numbering-abbreviation):
2140 * allout-widgets.el (allout-widgets-auto-activation)
2141 (allout-widgets-icons-dark-subdir)
2142 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
2143 (allout-widgets-theme-dark-background)
2144 (allout-widgets-theme-light-background)
2145 (allout-widgets-item-image-properties-emacs)
2146 (allout-widgets-item-image-properties-xemacs)
2147 (allout-widgets-run-unit-tests-on-load)
2148 (allout-widgets-time-decoration-activity)
2149 (allout-widgets-hook-error-post-time)
2150 (allout-widgets-track-decoration):
2151 Add missing :version tags to new defcustoms and defgroups.
2152
5fec1b8e
GM
2153 * progmodes/sql.el (sql-ansi-statement-starters)
2154 (sql-oracle-statement-starters): Add custom type.
2155
3e0d2fa7
GM
2156 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
2157 (prolog-system-version): Give it a type.
2158
90b671e2
EZ
21592012-02-11 Eli Zaretskii <eliz@gnu.org>
2160
2161 * term/pc-win.el (x-select-text, x-selection-owner-p)
2162 (x-own-selection-internal, x-disown-selection-internal)
2163 (x-get-selection-internal): Sync doc strings and argument lists
2164 with xselect.c, common-win.el and x-win.el. (Bug#10783)
2165
5eac0c02
LL
21662012-02-11 Leo Liu <sdl.web@gmail.com>
2167
2168 * progmodes/python.el (python-end-of-statement): Fix infinite
2169 loop. (Bug#10788)
2170
f82cb659
GM
21712012-02-10 Glenn Morris <rgm@gnu.org>
2172
2173 * international/mule-cmds.el (unify-8859-on-encoding-mode)
2174 (unify-8859-on-decoding-mode): Properly mark as obsolete.
2175
cc26d239
LI
21762012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2177
2178 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
2179 about SMTP before checking the From header.
2180
91027d08 2181 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
2182 into own function for reuse by emacsbug.el.
2183
1be3ca5a
LL
21842012-02-10 Leo Liu <sdl.web@gmail.com>
2185
2186 * subr.el (condition-case-unless-debug): Rename from
2187 condition-case-no-debug. All callers changed.
2188 (with-demoted-errors): Fix caller.
2189
2190 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
2191 * nxml/rng-valid.el (rng-do-some-validation):
2192 * emacs-lisp/package.el (package-refresh-contents)
2193 (package-menu-execute):
2194 * desktop.el (desktop-create-buffer):
91027d08 2195 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 2196
b011fbfe
GM
21972012-02-10 Glenn Morris <rgm@gnu.org>
2198
b2096d72
GM
2199 * textmodes/bibtex.el:
2200 Add missing :version tags for new/changed defcustoms.
2201
b011fbfe
GM
2202 * files.el (remote-file-name-inhibit-cache): Doc fixes.
2203
4c7e65bf
LI
22042012-02-09 Lars Ingebrigtsen <larsi@rusty>
2205
2206 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
2207 (smtpmail-via-smtp): Use it, or fall back on the From address.
2208 (smtpmail-send-it): Ditto.
2209
f3934f6f
SM
22102012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
2213 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
2214 (byte-compile-tmp-var): New const.
2215 (byte-compile-defvar): Use it to minimize .elc size.
2216 Just use `defvar' rather than simulate it (bug#10761).
2217
a075a2c5
GM
22182012-02-09 Glenn Morris <rgm@gnu.org>
2219
cf3aa21b
GM
2220 * files.el (rename-uniquely): Doc fix. (Bug#3806)
2221
354998cd
GM
2222 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
2223 Add :version tags.
2224
dc9924b8
SM
2225 * progmodes/compile.el (compilation-error-screen-columns)
2226 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 2227
dab3703d
GM
2228 * vc/log-view.el (log-view-toggle-entry-display):
2229 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
2230
3f88cd72
GM
2231 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
2232 (report-emacs-bug-can-use-xdg-email):
2233 (report-emacs-bug-insert-to-mailer): Doc fixes.
2234 (report-emacs-bug): Message fix.
2235
d95b247d
GM
2236 * net/browse-url.el (browse-url-can-use-xdg-open)
2237 (browse-url-xdg-open): Doc fixes.
2238
a075a2c5
GM
2239 * electric.el (electric-indent-mode, electric-pair-mode)
2240 (electric-layout-rules, electric-layout-mode): Doc fixes.
2241 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
2242
ffb6157e
MR
22432012-02-08 Martin Rudalics <rudalics@gmx.at>
2244
2245 * server.el (server-unselect-display): Don't inadvertently kill
2246 the current buffer. (Bug#10729)
2247
e1ac4066
GM
22482012-02-08 Glenn Morris <rgm@gnu.org>
2249
34e8a2da
GM
2250 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
2251 (sql-list-table): Doc fixes.
2252
b4ac6e8c
GM
2253 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
2254 Comment out (does nothing).
2255
e1ac4066
GM
2256 * completion.el (dynamic-completion-mode):
2257 * dirtrack.el (dirtrack-debug-mode):
2258 * electric.el (electric-layout-mode):
2259 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
2260 * face-remap.el (text-scale-mode, buffer-face-mode):
2261 * iimage.el (iimage-mode):
2262 * image-mode.el (image-transform-mode):
2263 * minibuffer.el (completion-in-region-mode):
2264 * scroll-lock.el (scroll-lock-mode):
2265 * simple.el (next-error-follow-minor-mode):
2266 * tar-mode.el (tar-subfile-mode):
2267 * tooltip.el (tooltip-mode):
2268 * vcursor.el (vcursor-use-vcursor-map):
2269 * wid-browse.el (widget-minor-mode):
2270 * emulation/tpu-edt.el (tpu-edt-mode):
2271 * emulation/tpu-extras.el (tpu-cursor-free-mode):
2272 * international/iso-ascii.el (iso-ascii-mode):
2273 * language/thai-util.el (thai-word-mode):
2274 * mail/supercite.el (sc-minor-mode):
2275 * net/goto-addr.el (goto-address-mode):
2276 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
2277 * progmodes/cwarn.el (cwarn-mode):
2278 * progmodes/flymake.el (flymake-mode):
2279 * progmodes/glasses.el (glasses-mode):
2280 * progmodes/hideshow.el (hs-minor-mode):
2281 * progmodes/pascal.el (pascal-outline-mode):
2282 * textmodes/enriched.el (enriched-mode):
2283 * vc/smerge-mode.el (smerge-mode):
2284 Doc fixes (minor mode argument).
2285
5e0d957f
EZ
22862012-02-07 Eli Zaretskii <eliz@gnu.org>
2287
2288 * ls-lisp.el (ls-lisp-sanitize): New function.
2289 (ls-lisp-insert-directory): Use it to fix or remove any elements
2290 in file-alist with missing attributes. (Bug#4673)
2291
98d7371e
AM
22922012-02-07 Alan Mackenzie <acm@muc.de>
2293
2294 Fix spurious recognition of c-in-knr-argdecl.
2295
2296 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
2297 putative K&R region.
2298
667ced3a
AM
22992012-02-07 Alan Mackenzie <acm@muc.de>
2300
eb864a71
LM
2301 * progmodes/cc-engine.el (c-forward-objc-directive):
2302 Prevent looping in "#pragma mark @implementation".
667ced3a 2303
5b77774d
MA
23042012-02-07 Michael Albinus <michael.albinus@gmx.de>
2305
2306 * notifications.el (notifications-on-closed-signal): Make `reason'
2307 optional. (Bug#10744)
2308
af008560
GM
23092012-02-07 Glenn Morris <rgm@gnu.org>
2310
60d47423
GM
2311 * emacs-lisp/easy-mmode.el (define-minor-mode):
2312 Doc fixes for the macro and the mode it defines.
2313
dd605cc4
GM
2314 * image.el (imagemagick-types-inhibit): Doc fix.
2315
af008560
GM
2316 * cus-start.el (imagemagick-render-type): Add it.
2317
5cc59a37
LI
23182012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2319
4d6769e1
JB
2320 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
2321 Set the default at load time, too, so that `font-lock-fontify-buffer'
2322 can be called without setting up the entire mode first. This fixes
2323 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 2324
9a6dd747
CY
23252012-02-06 Chong Yidong <cyd@gnu.org>
2326
2d16b285
CY
2327 * simple.el (list-processes--refresh): Delete exited processes
2328 (Bug#8094).
2329
171e9b6e
CY
2330 * comint.el (comint-next-prompt): next-single-char-property-change
2331 and prev-single-char-property-change never return nil (Bug#8657).
2332
9a6dd747
CY
2333 * custom.el (defcustom): Doc fix (Bug#9711).
2334
aa4589a7
CY
23352012-02-05 Chong Yidong <cyd@gnu.org>
2336
5c2a252f
CY
2337 * cus-edit.el (custom-variable-reset-backup): Quote the value
2338 before storing it in the customized-value property (Bug#6712).
4aab9006 2339 (custom-display): Add a customization type tag.
983b9602 2340 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 2341
aa4589a7
CY
2342 * wid-edit.el (widget-field-value-get): New optional arg to
2343 suppress trailing whitespace truncation.
2344 (character): Use it (Bug#2689).
2345
1ff980ae
AS
23462012-02-05 Andreas Schwab <schwab@linux-m68k.org>
2347
2348 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
2349 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
2350
03988c98
CY
23512012-02-05 Chong Yidong <cyd@gnu.org>
2352
eeb6cc88
CY
2353 * cus-edit.el (custom-variable-value-create): For mismatched
2354 types, show the current value (Bug#7600).
2355
03988c98
CY
2356 * custom.el (defcustom): Doc fix.
2357
f8cdeef0
GM
23582012-02-05 Glenn Morris <rgm@gnu.org>
2359
2360 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
2361
0696d255
JB
23622012-02-05 Juanma Barranquero <lekktu@gmail.com>
2363
2364 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
2365 (pp-buffer): Use `ignore-errors', `looking-at-p'.
2366 (pp-last-sexp): Use `looking-at-p'.
2367
34c99998
GM
23682012-02-04 Glenn Morris <rgm@gnu.org>
2369
8f05da42
GM
2370 * files.el (revert-buffer):
2371 Doc fix (mention revert-buffer-in-progress-p).
2372
f160676e
GM
2373 * emacs-lisp/ert-x.el (ert-simulate-command):
2374 Check deferred-action-list (which is obsolete) is bound.
2375
c7291ad9
GM
2376 * subr.el (with-wrapper-hook): Doc fixes.
2377
34c99998
GM
2378 * simple.el (filter-buffer-substring-functions)
2379 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
2380
6283a7d3
LL
23812012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
2382
2383 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
2384 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
2385
e96e3013
LL
23862012-02-04 Leo Liu <sdl.web@gmail.com>
2387
2388 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
2389
8ded50f2
GM
23902012-02-04 Glenn Morris <rgm@gnu.org>
2391
82ff1d13
GM
2392 * image.el (image-extension-data): Add obsolete alias.
2393
987a0a16
GM
2394 * isearch.el (isearch-update): Doc fix.
2395
ea32ef46
GM
2396 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
2397
8ded50f2
GM
2398 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
2399
eea14f31
GM
24002012-02-03 Glenn Morris <rgm@gnu.org>
2401
2402 * image.el (image-animated-p): Doc fix. Use image-animated-types.
2403 (image-animate-timeout): Doc fix.
2404
2405 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
2406
12f381b7
GM
24072012-02-02 Glenn Morris <rgm@gnu.org>
2408
953cebf5
GM
2409 * server.el (server-auth-dir): Doc fix.
2410 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
2411
12f381b7
GM
2412 * subr.el (run-mode-hooks): Doc fix.
2413
953a8c3b
JL
24142012-02-02 Juri Linkov <juri@jurta.org>
2415
2416 * image-mode.el (image-toggle-display-image): Remove tautological
2417 `major-mode' from the `derived-mode-p' test.
2418
c5d3843c
KH
24192012-02-02 Kenichi Handa <handa@m17n.org>
2420
9f6e692e 2421 * composite.el (compose-region): Cancel previous change.
c5d3843c 2422
159462d4 24232012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
2424
2425 * composite.el (compose-region, compose-string): Signal error for
2426 a null string component (Bug#6988).
2427
9f562668
CY
24282012-02-01 Chong Yidong <cyd@gnu.org>
2429
e2cef717
CY
2430 * view.el (view-buffer-other-window, view-buffer-other-frame):
2431 Handle special modes like view-buffer (Bug#10650).
2432 (view-buffer): Simplify.
2433
9f562668
CY
2434 * frame.el (set-frame-font): Tweak meaning of third argument.
2435
9f6e692e
JB
2436 * dynamic-setting.el (font-setting-change-default-font):
2437 Use set-frame-font (Bug#9982).
9f562668 2438
781acb9f
GM
24392012-02-01 Glenn Morris <rgm@gnu.org>
2440
6035be52
GM
2441 * progmodes/compile.el (compilation-internal-error-properties):
2442 Respect compilation-first-column in the "*compilation*" buffer.
2443
781acb9f
GM
2444 * emacs-lisp/easy-mmode.el (define-minor-mode):
2445 Relax :variable's test for a named function.
2446
abbceb00
AM
24472012-01-31 Alan Mackenzie <acm@muc.de>
2448
2449 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
2450 off by one error.
2451
fce3fdeb
CY
24522012-01-31 Chong Yidong <cyd@gnu.org>
2453
2454 * frame.el (set-frame-font): New arg ALL-FRAMES.
2455
2456 * menu-bar.el (menu-set-font): Use set-frame-font.
2457
2458 * faces.el (face-spec-reset-face): Don't apply unspecified
2459 attribute values to the default face.
2460
47893581
JB
24612012-01-31 Juanma Barranquero <lekktu@gmail.com>
2462
2463 * progmodes/cwarn.el (cwarn): Remove dead link.
2464 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
2465 Remove * from defcustom docstrings.
2466 (turn-on-cwarn-mode): Make obsolete.
2467 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
2468 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
2469
e58e988a
GM
24702012-01-31 Glenn Morris <rgm@gnu.org>
2471
60dc2671 2472 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 2473 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 2474 Allow named functions to be used as the cdr of :variable.
e58e988a 2475
7a3f511d
GM
24762012-01-30 Glenn Morris <rgm@gnu.org>
2477
2478 * emacs-lisp/authors.el (authors-fixed-entries):
2479 Remove reference to deleted file rnewspost.el.
2480
cb882333
JB
24812012-01-29 Juanma Barranquero <lekktu@gmail.com>
2482
2483 * window.el (window-with-parameter): Remove unused variable `windows'.
2484 (window--side-check): Remove unused variable `code'.
2485 (window--resize-siblings): Remove unused variable `first'.
2486 (adjust-window-trailing-edge): Remove unused variable `failed'.
2487 (window-deletable-p, window--delete): Remove unused variable `buffer'.
2488 Use `let', not `let*'.
2489 (balance-windows-2): Remove unused variable `found'.
2490 (window--state-put-2): Remove unused variable `splits'.
2491 (window-state-put): Remove unused variable `selected'.
2492 (same-window-p): Use `string-match-p'.
2493 (display-buffer-assq-regexp): Remove unused variable `value'.
2494 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2495 Mark argument ALIST as ignored.
2496 (pop-to-buffer): Remove unused variable `old-window'.
2497
907201af
EZ
24982012-01-29 Eli Zaretskii <eliz@gnu.org>
2499
2500 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
2501 and .lzma compressed files.
2502
ea162670
CY
25032012-01-29 Chong Yidong <cyd@gnu.org>
2504
5b95ee8a
CY
2505 * frame.el (window-system-default-frame-alist): Doc fix.
2506
ea162670
CY
2507 * dynamic-setting.el (font-setting-change-default-font): Don't
2508 change the default face if SET-FONT argument is non-nil (Bug#9982).
2509
d6e6f4b1
SB
25102012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
2511
2512 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
2513
0f29fa41 25142012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
2515
2516 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
2517 breakpoints in files outside current directory (Bug#6098).
2518
db174434
CY
25192012-01-29 Chong Yidong <cyd@gnu.org>
2520
6b25e4e2
SE
2521 * progmodes/python.el: Require ansi-color at top-level.
2522
6df6ae42
JB
2523 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
2524 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
2525 (lisp-mode-abbrev-table): Add doc.
2526 (lisp-mode-variables): Don't set local-abbrev-table.
2527 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
2528
e70ee681
RW
25292012-01-28 Roland Winkler <winkler@gnu.org>
2530
2531 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
2532
ace88aa2
RW
25332012-01-28 Roland Winkler <winkler@gnu.org>
2534
2535 * textmodes/bibtex.el (bibtex-entry-alist): New function.
2536 (bibtex-set-dialect): Use it. Either set global values of
2537 dialect-dependent variables or bind these variables buffer-locally
2538 (Bug#10254).
2539 (bibtex-mode): Call bibtex-set-dialect via
2540 hack-local-variables-hook.
eb864a71
LM
2541 (bibtex-dialect): Update docstring.
2542 Add safe-local-variable predicate.
ace88aa2
RW
2543 (bibtex-entry-alist, bibtex-field-alist): Initialize via
2544 bibtex-set-dialect.
2545 (bibtex-mode-map): Define menu for each dialect.
2546 (bibtex-entry): Fix docstring.
2547
93376c5b
CY
25482012-01-28 Chong Yidong <cyd@gnu.org>
2549
2550 * eshell/esh-arg.el (eshell-quote-argument): New function.
2551
2552 * eshell/esh-ext.el (eshell-invoke-batch-file):
2553 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
2554 first arg to eshell-parse-command (Bug#10523).
2555
4372494f
DA
25562012-01-28 Drew Adams <drew.adams@oracle.com>
2557
2558 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
2559 `default-directory' is non-nil.
2560
4d4ec1f8
EZ
25612012-01-28 Eli Zaretskii <eliz@gnu.org>
2562
2563 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
2564 line that displays system-configuration-options. (Bug#9924)
2565
7c188927
DA
25662012-01-28 Drew Adams <drew.adams@oracle.com>
2567
2568 * descr-text.el (describe-char): Show information about POS, in
2569 addition to information about the character at POS. Improve and
2570 update the doc string. Change "code point" to "code point in
2571 charset", to avoid confusion with the character's Unicode code
2572 point shown above that. (Bug#10129)
2573
e0da685a
EZ
25742012-01-28 Eli Zaretskii <eliz@gnu.org>
2575
2576 * descr-text.el (describe-char): Show the raw character, not only
2577 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
2578 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
2579 for the reasons.
2580
70550acf
PH
25812012-01-28 Phil Hagelberg <phil@hagelb.org>
2582
eb864a71
LM
2583 * emacs-lisp/package.el (package-install):
2584 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 2585
0ce8e868
CY
25862012-01-28 Chong Yidong <cyd@gnu.org>
2587
cb882333
JB
2588 * emacs-lisp/package.el (package-maybe-load-descriptor):
2589 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
2590 (package-maybe-load-descriptor): Use it.
2591 (package-download-transaction): Fully load required packages
2592 inside the loop, so that `require' calls work (Bug#10593).
2593 (package-install): No need to call package-initialize now.
2594
2e7f3bea
CY
25952012-01-28 Chong Yidong <cyd@gnu.org>
2596
6e9bad14
CY
2597 * simple.el (deactivate-mark): Doc fix (Bug#8614).
2598
f823b8ca
CY
2599 * tooltip.el (tooltip-mode): Doc fix.
2600 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
2601
2680c309
CY
2602 * frame.el (set-cursor-color): Doc fix (Bug#352).
2603
d7a9e63b
CY
2604 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
2605 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
2606
2e7f3bea
CY
2607 * cus-edit.el (custom-buffer-create-internal): Fix search button
2608 action (Bug#10542).
2ae01800 2609 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 2610
fc4f7a23
EW
26112012-01-27 Eduard Wiebe <usenet@pusto.de>
2612
2613 * dired.el (dired-mark-files-regexp):
2614 Include any subdirectory components. (Bug#10445)
2615
7dd37071
ML
26162012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
2617
2618 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
2619 Handle [host]:port syntax. (Bug#10533)
2620
a268160b
AH
26212012-01-27 Alex Harsanyi <harsanyi@mac.com>
2622
2623 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
2624
e43273ef
GM
26252012-01-26 Glenn Morris <rgm@gnu.org>
2626
2627 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
2628 * term.el (term-raw-escape-map): Use Control-X-prefix.
2629 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
2630
1edf595d
MR
26312012-01-25 Martin Rudalics <rudalics@gmx.at>
2632
2633 * window.el (window-state-get, window--state-get-1): Don't deal
2634 with fixed-sizeness of windows. Simplify code.
2635
fa8eafef
JC
26362012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
2637
6df6ae42
JB
2638 * window.el (window--state-get-1, window--state-put-2):
2639 Don't save and restore the mark.
fa8eafef 2640
0b21c100
CY
26412012-01-25 Chong Yidong <cyd@gnu.org>
2642
2643 * custom.el (custom-variable-p): Doc fix.
2644
5ae1a6c8
GM
26452012-01-25 Glenn Morris <rgm@gnu.org>
2646
40047858
GM
2647 * dired.el (dired-goto-file): Handle some of the more common
2648 characters that `ls -b' escapes. (Bug#10596)
2649
5ddce96c
GM
2650 * progmodes/compile.el (compilation-next-error-function):
2651 Respect compilation-first-column in the "*compilation*" buffer.
2652 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
2653
5ae1a6c8
GM
2654 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
2655
b559f1a9
GM
26562012-01-24 Glenn Morris <rgm@gnu.org>
2657
2658 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
2659
6725d21a
JD
26602012-01-24 Julien Danjou <julien@danjou.info>
2661
2662 * color.el (color-rgb-to-hsl): Fix value computing.
2663 (color-hue-to-rgb): New function.
2664 (color-hsl-to-rgb): New function.
2665 (color-clamp, color-saturate-hsl, color-saturate-name)
2666 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2667 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2668
70df4bbe
GM
26692012-01-24 Glenn Morris <rgm@gnu.org>
2670
2671 * vc/vc-rcs.el (vc-rcs-create-tag):
2672 * vc/vc-sccs.el (vc-sccs-create-tag):
2673 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
2674
802a2ae2
ML
26752012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
2676
2677 * eshell/esh-util.el (eshell-read-hosts-file):
2678 Skip comment lines. (Bug#10549)
2679
d7128bb1
ML
2680 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
2681
d1a5c3b4
JB
26822012-01-23 Juanma Barranquero <lekktu@gmail.com>
2683
2724d9c7
JB
2684 * subr.el (display-delayed-warnings): Doc fix.
2685 (collapse-delayed-warnings): New function to collapse identical
2686 adjacent warnings.
2687 (delayed-warnings-hook): Add it.
d1a5c3b4 2688
a5509865
MA
26892012-01-22 Michael Albinus <michael.albinus@gmx.de>
2690
2691 * net/tramp.el (tramp-action-login): Set connection property "login-as".
2692
2693 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
2694 properties, when "login-as" is set.
2695
2696 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
2697 (tramp-default-user-alist): Don't add "pscp".
2698 (tramp-do-copy-or-rename-file-out-of-band): Use connection
2699 property "login-as", if set. (Bug#10530)
2700
cc6d5805
MA
27012012-01-21 Michael Albinus <michael.albinus@gmx.de>
2702
2703 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
2704 "plink1" and "psftp". (Bug#10530)
2705
27062012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
2707
2708 * international/mule-cmds.el (prefer-coding-system): Show a
2709 warning message if the default value of file-name-coding-system
2710 was not changed.
2711
f0960428
JC
27122012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2713
cb882333
JB
2714 * windmove.el (windmove-reference-loc):
2715 Fix windmove-reference-loc miscalculation.
f0960428 2716
dd6f2a63
JB
27172012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2718
2719 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
2720 default unit.
2721
7b447e9b
GM
27222012-01-21 Glenn Morris <rgm@gnu.org>
2723
117a9ea1
GM
2724 * international/mule.el (auto-coding-alist): Add .tbz.
2725
7b447e9b
GM
2726 * files.el (local-enable-local-variables): Doc fix.
2727 (inhibit-local-variables-regexps): Rename from
2728 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
2729 Doc fix. Add some extensions from auto-coding-alist.
2730 (inhibit-local-variables-suffixes):
2731 Rename from inhibit-first-line-modes-suffixes. Doc fix.
2732 (inhibit-local-variables-p):
2733 New function, extracted from set-auto-mode-1.
2734 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
2735 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
2736 (hack-local-variables): Doc fix. Make the mode-only case
2737 respect enable-local-variables and friends.
2738 Respect inhibit-local-variables-regexps for file-locals, but
2739 not for directory-locals.
2740 (set-visited-file-name):
2741 Take account of inhibit-local-variables-regexps.
2742 Whether it applies may change as the file name is changed.
2743 * jka-cmpr-hook.el (jka-compr-install):
2744 * jka-compr.el (jka-compr-uninstall):
2745 Update for inhibit-first-line-modes-suffixes name change.
2746
dd6e3cdd
MR
27472012-01-20 Martin Rudalics <rudalics@gmx.at>
2748
2749 * help-macro.el (make-help-screen): Temporarily restore original
2750 binding for minor-mode-map-alist (Bug#10454).
2751
0d0deb38
JD
27522012-01-19 Julien Danjou <julien@danjou.info>
2753
2754 * color.el (color-name-to-rgb): Use the white color to find the max
2755 color component value and return correctly computed values.
2756 (color-name-to-rgb): Add missing float conversion for max value.
2757
34a02f46
MR
27582012-01-19 Martin Rudalics <rudalics@gmx.at>
2759
2760 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
2761 special state value for window-persistent-parameters.
2762 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
2763 (window--state-put-2): Reset all window parameters to nil before
2764 assigning values of persistent parameters.
2765
606c44c4
AM
27662012-01-18 Alan Mackenzie <acm@muc.de>
2767
2768 Eliminate sluggishness and hangs in fontification of "semicolon
2769 deserts".
2770
cb882333
JB
2771 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
2772 Change value 10000 -> 3000.
606c44c4
AM
2773 (c-state-safe-place): Reformulate so it doesn't stack up an
2774 infinite number of wrong entries in c-state-nonlit-pos-cache.
2775 (c-determine-limit-get-base, c-determine-limit): New functions to
2776 determine backward search limits disregarding literals.
2777 (c-find-decl-spots): Amend commenting.
2778 (c-cheap-inside-bracelist-p): New function which detects "={".
2779
2780 * progmodes/cc-fonts.el
2781 (c-make-font-lock-BO-decl-search-function): Give a limit to a
2782 backward search.
2783 (c-font-lock-declarations): Fix an occurrence of point being
2784 undefined. Check additionally for point being in a bracelist or
2785 near a macro invocation without a semicolon so as to avoid a
2786 fruitless time consuming search for a declarator. Give a more
2787 precise search limit for declarators using the new
2788 c-determine-limit.
2789
f3860cea
GM
27902012-01-18 Glenn Morris <rgm@gnu.org>
2791
2792 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
2793 (set-auto-mode): Doc fixes.
2794
1db03b16
GM
27952012-01-17 Glenn Morris <rgm@gnu.org>
2796
0e6038be
GM
2797 * isearch.el (search-nonincremental-instead): Fix doc typo.
2798
1db03b16
GM
2799 * dired.el (dired-insert-directory): Handle newlines in directory name.
2800 (dired-build-subdir-alist): Unescape newlines in directory name.
2801
4cb0aa75
MA
28022012-01-17 Michael Albinus <michael.albinus@gmx.de>
2803
2804 * net/tramp.el (tramp-local-end-of-line): New defcustom.
2805 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
2806 (tramp-action-terminal): Use it. (Bug#10530)
2807
1d00653d
SM
28082012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2809
2810 * minibuffer.el (completion--replace): Strip properties (bug#10062).
2811
6a6ee00d
MR
28122012-01-16 Martin Rudalics <rudalics@gmx.at>
2813
2814 * window.el (window-state-ignored-parameters): Remove variable.
2815 (window--state-get-1): Rename argument MARKERS to IGNORE.
2816 Handle persistent window parameters. Make copy of clone-of
2817 parameter only if requested. (Bug#10348)
2818 (window--state-put-2): Install a window parameter only if it has
2819 a non-nil value or an existing parameter shall be overwritten.
2820
97912def
MA
28212012-01-15 Michael Albinus <michael.albinus@gmx.de>
2822
2823 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
2824
688070a5
EZ
28252012-01-14 Eli Zaretskii <eliz@gnu.org>
2826
2827 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
2828 don't pass the (nil) value of `upnode' to string-match.
2829
301afadc
CY
28302012-01-14 Chong Yidong <cyd@gnu.org>
2831
2832 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 2833 Fix values recognized by the cursorBlink resource.
301afadc 2834
9e5788aa
PE
28352012-01-14 Paul Eggert <eggert@cs.ucla.edu>
2836
2837 * epg.el (epg--make-temp-file): Avoid permission race condition
2838 when running on old Emacs versions (bug#10403).
2839
3cdb7f5a
GM
28402012-01-14 Glenn Morris <rgm@gnu.org>
2841
2842 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
2843
8c82b1b4
AM
28442012-01-13 Alan Mackenzie <acm@muc.de>
2845
2846 Fix filling for when filladapt mode is enabled.
2847
2848 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
2849 c-mask-paragraph, pass in `fill-paragraph' rather than
2850 `fill-region-as-paragraph'. (This is a reversion of a previous
2851 change.)
eb864a71
LM
2852 * progmodes/cc-mode.el (c-basic-common-init):
2853 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 2854
e517eda4
GM
28552012-01-13 Glenn Morris <rgm@gnu.org>
2856
1498536e
GM
2857 * dired.el (dired-switches-escape-p): New function.
2858 (dired-insert-directory): Use dired-switches-escape-p.
2859 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
2860
e517eda4
GM
2861 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
2862
328f984d
GM
28632012-01-12 Glenn Morris <rgm@gnu.org>
2864
2865 * mail/sendmail.el (mail-mode): Update paragraph-separate for
2866 changes in adaptive-fill-regexp. (Bug#10276)
2867
2cc769a8
AM
28682012-01-11 Alan Mackenzie <acm@muc.de>
2869
2870 Fix Emacs bug #10463 - put `widen's around the critical spots.
2871
1d00653d 2872 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
2873 widen around each invocation of c-state-pp-to-literal. Remove an
2874 unused let variable.
2875
e52c37fa
GM
28762012-01-11 Glenn Morris <rgm@gnu.org>
2877
2878 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 2879 Doc fix.
e52c37fa 2880
96f8741e
CY
28812012-01-10 Chong Yidong <cyd@gnu.org>
2882
1d00653d
SM
2883 * net/network-stream.el (network-stream-open-starttls):
2884 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
2885 response to the capability command.
2886
b09a806e
GM
28872012-01-10 Glenn Morris <rgm@gnu.org>
2888
2889 * mail/unrmail.el (unrmail): Tweak previous change.
2890
7655cb66
CY
28912012-01-09 Chong Yidong <cyd@gnu.org>
2892
2893 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
2894
9d5a8f0b
AM
28952012-01-08 Alan Mackenzie <acm@muc.de>
2896
2897 Optimise font locking in long enum definitions.
2898
2899 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
2900 arm to a cond form to handle enums.
2901 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
2902 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
2903
9a0115ab 29042012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
2905
2906 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 2907 (Bug#10401)
6bb72cbd 2908
f186bb95
LMI
29092012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2910
29232a68
LMI
2911 * faces.el (set-face-attribute): Clarify the meaning of the nil
2912 frame (bug#10294).
2913
4e5d086d
LMI
2914 * subr.el (with-selected-frame): Mention that the selected frame
2915 is restored (bug#9980).
2916
8e66aebe
LMI
2917 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
2918 (bug#9759).
2919
cd394be1 2920 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
2921 (password-read): Don't autoload unused function.
2922
adf4e762
JB
29232012-01-07 Juanma Barranquero <lekktu@gmail.com>
2924
2925 * progmodes/which-func.el (which-func-mode): Turn into a
2926 non-interactive function and mark as obsolete (bug#10428).
2927
89bd9ccd
CY
29282012-01-06 Chong Yidong <cyd@gnu.org>
2929
2930 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
2931 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
2932 functions, along with 1 and -1.
2933
4afee9d5
EZ
29342012-01-06 Eli Zaretskii <eliz@gnu.org>
2935
2936 * time.el (display-time-load-average)
2937 (display-time-default-load-average): Doc fixes. See the thread
2938 starting at
2939 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
2940 for the details.
2941
536aea70
GM
29422012-01-06 Glenn Morris <rgm@gnu.org>
2943
665ae865
GM
2944 * mail/unrmail.el (unrmail): Give an explicit error if the input file
2945 has no messages. (Bug#10377)
2946
c869783d
GM
2947 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
2948 than Info-edit. (Bug#10385)
2949
2bb4227e
GM
2950 * time.el (display-time-load-average, display-time-next-load-average):
2951 Doc fixes.
2952
7d5944b9
GM
2953 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
2954 local setting of buffer-read-only to the input buffer. (Bug#10419)
2955
536aea70
GM
2956 * calendar/calendar.el (calendar-mode):
2957 Locally set scroll-margin to 0. (Bug#10379)
2958
7dccca16
UM
29592012-01-06 Ulrich Mueller <ulm@gentoo.org>
2960
2961 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
2962
afbb7930
GM
29632012-01-05 Glenn Morris <rgm@gnu.org>
2964
2965 * eshell/em-unix.el (diff-no-select): Autoload it.
2966 (eshell/diff): Use diff-no-select. (Bug#10420)
2967
04482335
CY
29682012-01-05 Chong Yidong <cyd@gnu.org>
2969
7baca3bc
CY
2970 * shell.el (shell-dynamic-complete-functions): Revert last change.
2971 (shell-command-completion-function): New function.
2972 (shell-completion-vars): Use it to implement
2973 shell-completion-execonly (Bug#10417).
2974
04482335
CY
2975 * custom.el (enable-theme): Don't set custom-safe-themes.
2976
1d00653d
SM
2977 * cus-theme.el (custom-theme-merge-theme):
2978 Ignore custom-enabled-themes and custom-safe-themes.
04482335 2979
bb5aa5d6
MM
29802012-01-05 Michael R. Mauger <mmaug@yahoo.com>
2981
2982 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
2983 first prompt in `sql-interacive-mode'.
2984 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 2985 keywords.
6df6ae42 2986 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
2987 (sql-product-interactive): Bug fix: Set `sql-buffer' in
2988 context of original buffer. Invoke `sql-login-hook'.
2989
a7183d7c
EZ
29902012-01-04 Eli Zaretskii <eliz@gnu.org>
2991
2992 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
2993 letters in cite-prefix.
2994
a1eacd1e
LMI
29952012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2996
2997 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
2998
787cdb34
CY
29992012-01-03 Chong Yidong <cyd@gnu.org>
3000
1d00653d
SM
3001 * shell.el (shell-dynamic-complete-functions):
3002 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
3003 comint-filename-completion first (Bug#10417).
3004
30710442
RS
30052012-01-02 Richard Stallman <rms@gnu.org>
3006
3007 * battery.el (battery-status-function):
3008 Detect when to use battery-yeeloong-sysfs.
3009 (battery-echo-area-format): Add string for Yeeloong.
3010 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
3011 (battery-yeeloong-sysfs): New function.
3012
f75bfc33
CY
30132012-01-02 Chong Yidong <cyd@gnu.org>
3014
3015 * dirtrack.el (dirtrack-list): Eliminate unused third element.
3016 (dirtrack): Merge code for handling relative filenames in prompt
3017 from shell-dir-cookie-watcher.
3018 (dirtrack-debug-message): New arg to avoid excess format calls.
3019
3020 * shell.el (shell-dir-cookie-re): Variable deleted.
3021 (shell-dir-cookie-watcher): Function deleted.
3022 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
3023 with dirtrack-mode.
3024
651e947e
EZ
30252012-01-01 Eli Zaretskii <eliz@gnu.org>
3026
1d00653d
SM
3027 * term/w32-win.el (dynamic-library-alist) <gnutls>:
3028 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
3029 libgnutls-26.dll.
3030
94d4c7dc
AS
30312011-12-31 Andreas Schwab <schwab@linux-m68k.org>
3032
3033 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
3034
8d43f3cd
EZ
30352011-12-31 Eli Zaretskii <eliz@gnu.org>
3036
3037 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
3038 headers of non-MIME messages, when rmail-enable-mime is non-nil.
3039
98c8795a
MA
30402011-12-29 Michael Albinus <michael.albinus@gmx.de>
3041
3042 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
3043 also for alternative shells.
3044 (tramp-open-connection-setup-interactive-shell): Check, whether
3045 the shell is a busybox.
3046 (tramp-send-command): Don't suppress multiple prompts for
3047 busyboxes, it hurts.
3048
51281b32
CY
30492011-12-28 Chong Yidong <cyd@gnu.org>
3050
3051 * progmodes/gdb-mi.el (gdb-get-source-file-list)
3052 (gdb-get-source-file): Move mode line update to
3053 gdb-get-source-file (Bug#10087).
3054
2170cb53
CY
30552011-12-25 Chong Yidong <cyd@gnu.org>
3056
3057 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
3058 gud-gdb-marker-filter without taking it as an argument.
3059 (gud-gdb-run-command-fetch-lines): Caller changed.
3060 (gud-gdb-completion-function): New variable.
3061 (gud-gdb-completion-at-point): Use it.
3062 (gud-gdb-completions-1): Split from gud-gdb-completions.
3063
3064 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
3065 function as separate arguments.
3066 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
3067 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
3068 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
3069 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
3070 (gdb-stopped, def-gdb-auto-update-trigger)
3071 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
3072 (gdb-get-changed-registers, gdb-get-main-selected-frame):
3073 Callers changed.
2170cb53
CY
3074 (gud-gdbmi-completions): New function.
3075 (gdb): Use it for generating the completion table.
3076
be8b11bb
AM
30772011-12-24 Alan Mackenzie <acm@muc.de>
3078
3079 Introduce a mechanism to widen the region used in context font
1d00653d 3080 locking. Use this to protect declarations from losing their contexts.
be8b11bb 3081
1d00653d
SM
3082 * progmodes/cc-langs.el (c-before-font-lock-functions):
3083 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 3084 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
3085 functions to be run just before context (etc.) font locking.
3086
3087 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 3088 New, functionality extracted from
be8b11bb 3089 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 3090 (c-in-after-change-fontification): New variable.
be8b11bb
AM
3091 (c-after-change): Set c-in-after-change-fontification.
3092 (c-set-fl-decl-start): Rejig its interface, so it can be called
3093 from both after-change and context fontifying.
b81d40f0
JB
3094 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
3095 New functions.
3096 (c-standard-font-lock-fontify-region-function): New variable.
3097 (c-font-lock-fontify-region): New function.
be8b11bb 3098
341cf6ac
JL
30992011-12-24 Juri Linkov <juri@jurta.org>
3100
3101 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
3102 (Bug#10348)
3103
bffcee0a
MA
31042011-12-23 Michael Albinus <michael.albinus@gmx.de>
3105
3106 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
3107 existence of source file. (Bug#10325)
3108
cb5e207c
AM
31092011-12-23 Alan Mackenzie <acm@muc.de>
3110
3111 Fix unstable fontification inside templates.
3112
b81d40f0
JB
3113 * progmodes/cc-langs.el (c-before-font-lock-functions):
3114 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
3115 additionally has c-set-fl-decl-start. The other languages (apart
3116 from AWK) have that as a single entry.
3117
b81d40f0
JB
3118 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3119 The functionality for "local" declarations has been extracted to
cb5e207c
AM
3120 c-set-fl-decl-start.
3121
b81d40f0
JB
3122 * progmodes/cc-mode.el (c-common-init, c-after-change):
3123 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
3124 (c-set-fl-decl-start): New function, extracted from
3125 c-font-lock-enclosing-decls and enhanced.
3126
60ff536c
JB
31272011-12-23 Juanma Barranquero <lekktu@gmail.com>
3128
3129 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
3130
1c4757d6
JL
31312011-12-22 Juri Linkov <juri@jurta.org>
3132
3133 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
3134
d031f2c7
CY
31352011-12-22 Chong Yidong <cyd@gnu.org>
3136
3137 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
3138
bace743a
DA
31392011-12-21 Drew Adams <drew.adams@oracle.com>
3140
3141 * files.el (file-remote-p): Fix docstring. (Bug#10319)
3142
728a1f2b
JC
31432011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3144
3145 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
3146
0d373f73
TZ
31472011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
3148
fec0aaa4
TZ
3149 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
3150 highlighting and support. Fix up comments for capitalization.
3151 (cfengine-mode-debug): New var.
3152 (cfengine3-mode): Change the modeline indicator to "CFE3".
3153 (cfengine3-font-lock-keywords): Improve defun highlighting.
3154 (cfengine2-actions): Rename from `cfengine-actions'.
3155 (cfengine2-font-lock-keywords): Rename from
3156 `cfengine-font-lock-keywords'.
3157 (cfengine2-imenu-expression): Rename from
3158 `cfengine-imenu-expression'.
3159 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
3160 (cfengine2-beginning-of-defun): Rename from
3161 `cfengine-beginning-of-defun'.
3162 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
3163 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
3164 (cfengine2-mode): Rename from `cfengine-mode'. Change the
3165 modeline indicator to "CFE2".
3166 (cfengine-mode): Defalias to `cfengine-auto-mode'.
3167 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 3168
bc86f573
CY
31692011-12-21 Chong Yidong <cyd@gnu.org>
3170
3171 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
3172 filename argument.
3173
d45ba96b
MR
31742011-12-20 Martin Rudalics <rudalics@gmx.at>
3175
3176 * window.el (window-normalize-buffer-to-display): Remove.
3177 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
3178
a6198c90
CY
31792011-12-19 Chong Yidong <cyd@gnu.org>
3180
3181 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
3182 Don't signal an error in a predicate function; return non-nil.
3183 (vc-dir-mark-file): Move the error here.
3184 (vc-dir-mark-unmark): If acting on the region, keep going if one
3185 of the entries cannot be marked/unmarked.
3186 (vc-dir-mark-all-files): If current entry is a directory, mark
3187 only child files, as documented.
3188
34c5fb55
VB
31892011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
3190
3191 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
3192 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
3193 addition.
3194
c803b2b7
JD
31952011-12-18 Jan Djärv <jan.h.d@swipnet.se>
3196
3197 * term/ns-win.el (ns-get-selection-internal)
3198 (ns-store-selection-internal): Declare.
1154d12e
JB
3199 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
3200 Declare as obsolete.
3201 (ns-get-pasteboard, ns-paste-secondary):
3202 Use ns-get-selection-internal.
3203 (ns-set-pasteboard, ns-copy-including-secondary):
3204 Use ns-store-selection-internal.
c803b2b7 3205
9cff91f8 32062011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
3207
3208 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 3209 (vc-deduce-fileset): Doc fix.
99a289d9 3210
f16c898a
AS
32112011-12-16 Andreas Schwab <schwab@linux-m68k.org>
3212
3213 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
3214
763237c4
SS
32152011-12-13 Sam Steingold <sds@gnu.org>
3216
3217 * man.el (Man-getpage-in-background): When running under a
3218 window-system, ignore $MANWIDTH and $COLUMNS.
3219
5fc1c122
KH
32202011-12-15 Kenichi Handa <handa@m17n.org>
3221
3222 * language/ethio-util.el: Change coding tag to utf-8-emacs.
3223 (setup-ethiopic-environment-internal): Comment out key-binding for
3224 ethio-toggle-punctuation.
3225
13d49cbb
AM
32262011-12-13 Alan Mackenzie <acm@muc.de>
3227
898169a2
AM
3228 Add the switch statement to AWK Mode.
3229
7a71b18d 3230 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
3231 "default" to the keywords regexp.
3232
7a71b18d 3233 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 3234 expression as the rest.
1d00653d
SM
3235 (c-nonlabel-token-key): Allow string literals for AWK.
3236 Refactor for the other modes.
898169a2 3237
13d49cbb 3238 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 3239 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
3240 routines. Limit backward searching in c-font-lock-enclosing.decl.
3241
3242 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
3243 pp-state and literal type in addition to the limits.
1d00653d 3244 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 3245 (c-state-literal-at): Use the above new defun.
1d00653d
SM
3246 (c-slow-in-literal, c-fast-in-literal): Remove.
3247 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
3248
3249 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
3250 being in a literal. Add a limit for backward searching.
3251
3252 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
3253 c-slow-in-literal.
3254
15e0efc7
SM
32552011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3256
3257 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
3258
454592a6
MR
32592011-12-13 Martin Rudalics <rudalics@gmx.at>
3260
3261 * window.el (delete-other-windows): Use correct frame in call to
3262 window-with-parameter.
3263
87393f26
DP
32642011-12-12 Daniel Pfeiffer <occitan@t-online.de>
3265
3266 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
3267 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
3268 (makefile-gmake-statements, makefile-makepp-statements):
3269 Use it and add new makepp keywords.
3270 (makefile-makepp-font-lock-keywords): Add new patterns.
3271 (makefile-match-function-end): Match new [...] and [[...]].
3272
11636b22
JB
32732011-12-11 Juanma Barranquero <lekktu@gmail.com>
3274
3275 * ses.el (ses-call-printer-return, ses-cell-property-get)
3276 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
3277 (ses-create-cell-variable, ses-reset-header-string)
3278 (ses-cell-set-formula, ses-repair-cell-reference-all)
3279 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
3280 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
3281 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
3282 (ses-aset-with-undo, ses-load, ses-truncate-cell)
3283 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
3284 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
3285 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
3286 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
3287 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
3288 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
3289 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
3290 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
3291
cf018193
VB
32922011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
3293
3294 * ses.el: The overall change is to add cell renaming, that is
3295 setting fancy names for cell symbols other than name matching
3296 "\\`[A-Z]+[0-9]+\\'" regexp .
3297 (ses-create-cell-variable): New defun.
3298 (ses-relocate-formula): Relocate formulas only for cells the
3299 symbols of which are not renamed, i.e. symbols whose names do not
3300 match regexp "\\`[A-Z]+[0-9]+\\'".
3301 (ses-relocate-all): Relocate values only for cells the symbols of
3302 which are not renamed.
3303 (ses-load): Create cells variables as the (ses-cell ...) are read,
3304 in order to check row col consistency with cell symbol name only
3305 for cells that are not renamed.
3306 (ses-replace-name-in-formula): New defun.
3307 (ses-rename-cell): New defun.
3308
ee957461
CY
33092011-12-11 Chong Yidong <cyd@gnu.org>
3310
3311 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
3312 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
3313
9a9e9ef0
MR
33142011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
3315
3316 * window.el (other-window): Fix docstring.
3317
92a8eba5
EZ
33182011-12-10 Eli Zaretskii <eliz@gnu.org>
3319
3320 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
3321 `from' or `to' address before taking its substring.
3322 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
3323 encoded name is chopped in the middle of the encoded string, and
3324 thus displayed encoded.
3325
e152e577
JB
33262011-12-10 Juanma Barranquero <lekktu@gmail.com>
3327
3328 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
3329
e5d84bfe
EZ
33302011-12-10 Eli Zaretskii <eliz@gnu.org>
3331
3332 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
3333 to use texinfo-update-node and commands that call it if the
3334 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 3335 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
3336 (texinfo-all-menus-update, texinfo-master-menu)
3337 (texinfo-update-node, texinfo-every-node-update)
3338 (texinfo-multiple-files-update): Doc fix. Warn against updating
3339 all the @node lines.
3340 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
3341 argument is numeric. Explain better in the doc string what the
3342 function really does.
3343 (texinfo-insert-master-menu-list): Improve the error message
3344 displayed if there's no menu in the Top node.
3345 (Bug#2975) See also this thread:
e5d84bfe
EZ
3346 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
3347
1d84e9bb
MG
33482011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
3349
3350 * speedbar.el (speedbar-supported-extension-expressions):
3351 Add .adb and .ads, commonly used for Ada source code (bug#10256).
3352
382c953b
JB
33532011-12-09 Juanma Barranquero <lekktu@gmail.com>
3354
3355 * printing.el (pr-mode-alist):
3356 * simple.el (filter-buffer-substring-functions)
3357 (completion-list-insert-choice-function):
3358 * window.el (window-with-parameter, window-atom-root)
3359 (window-sides-slots, window-size-fixed, window-min-delta)
3360 (window-max-delta, window--resize-mini-window)
3361 (window--resize-child-windows-normal, window-tree)
3362 (delete-other-windows, quit-window, split-window)
3363 (display-buffer-record-window, special-display-buffer-names)
3364 (special-display-regexps, special-display-popup-frame)
3365 (same-window-p, split-window-sensibly)
3366 (display-buffer-overriding-action, display-buffer-alist)
3367 (display-buffer-base-action, display-buffer, switch-to-buffer)
3368 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
3369 (fit-window-to-buffer, recenter-positions)
3370 (mouse-autoselect-window-state, mouse-autoselect-window-select):
3371 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
3372 and remove unneeded backslashes in docstrings.
3373
39c9faef
SM
33742011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3375
98449af8
SM
3376 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
3377
39c9faef
SM
3378 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
3379 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
3380 end in ".mk".
3381 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
3382 when reading the makefile (bug#10116).
3383
86ed9fdc
SM
33842011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3385
3386 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
3387 (bug#10116).
3388
5580f89d
GM
33892011-12-06 Glenn Morris <rgm@gnu.org>
3390
3391 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
3392
28d3917c
CY
33932011-12-06 Chong Yidong <cyd@gnu.org>
3394
3395 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
3396
a98edce9
JB
33972011-12-06 Juanma Barranquero <lekktu@gmail.com>
3398
3399 * textmodes/table.el (table-shorten-cell): Fix typo.
3400
e65adfac
CG
34012011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
3402
3403 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
3404
71cc0b74
EZ
34052011-12-05 Eli Zaretskii <eliz@gnu.org>
3406
3407 * descr-text.el (describe-char): Fix display of strong
3408 right-to-left characters and directional embeddings and overrides.
3409
3410 * simple.el (what-cursor-position): Fix display of codepoints of
3411 strong right-to-left characters.
3412
315bc30d
CY
34132011-12-05 Chong Yidong <cyd@gnu.org>
3414
3415 * faces.el (read-color): Doc fix.
3416
58a70b94
GM
34172011-12-05 Glenn Morris <rgm@gnu.org>
3418
3419 * align.el (align--set-marker): Add doc-string.
3420 Don't try to move something that is not a marker. (Bug#10216)
3421
5158face
GM
34222011-12-04 Glenn Morris <rgm@gnu.org>
3423
3424 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
3425 overly zealous deletion of trailing whitespace.
3426
520fca41
JB
34272011-12-04 Juanma Barranquero <lekktu@gmail.com>
3428
3429 * server.el (server-delete-client): On Windows, do not try to delete
3430 the only terminal.
3431 (server-process-filter): On Windows, treat requests for a tty frame as
3432 if they were for a GUI frame if the running server is in GUI mode.
3433
5e605a2e
GM
34342011-12-03 Glenn Morris <rgm@gnu.org>
3435
3436 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
3437
5c3fe83f
SM
34382011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3439
6f5e57e7
SM
3440 * electric.el: Streamline electric-indent's hook.
3441 (electric-indent-chars): Revert to simple list.
3442 (electric-indent-functions): New var.
3443 (electric-indent-post-self-insert-function): Use it.
3444
5c3fe83f
SM
3445 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
3446 there's no inferior buffer (bug#10196).
3447 (prolog-consult-compile): Don't use toggle-read-only.
3448
6bdac736
MA
34492011-12-02 Michael Albinus <michael.albinus@gmx.de>
3450
3451 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
3452 interrupt. (Bug#10187)
3453
6131ba7f
SM
34542011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3455
99c79fee
SM
3456 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
3457 (bug#9160).
3458
6131ba7f
SM
3459 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
3460 (bug#10191).
3461
cb0a02ea
JL
34622011-12-02 Juri Linkov <juri@jurta.org>
3463
3464 * info.el (Info-search): Display "end of manual" when Isearch
3465 reaches the end of single-file Info manual. (Bug#9918)
3466
66e0570c
EZ
34672011-12-02 Eli Zaretskii <eliz@gnu.org>
3468
3469 * isearch.el (isearch-message-prefix): Run the input method part
3470 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
3471
02b16839
JL
34722011-12-02 Juri Linkov <juri@jurta.org>
3473
3474 * isearch.el (isearch-occur): Use `word-search-regexp' for
3475 `isearch-word'.
3476 (isearch-search-and-update): Add condition for `isearch-word' and
3477 call `word-search-regexp'. (Bug#10145)
3478
0b950688
GM
34792011-12-01 Glenn Morris <rgm@gnu.org>
3480
3481 * eshell/em-hist.el (eshell-hist-initialize):
3482 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 3483 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 3484
9505c3c7
SM
34852011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3486
3487 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
3488
1bbe96b2 34892011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 3490
a1beca85
SM
3491 * progmodes/verilog-mode.el (verilog-pretty-expr):
3492 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
3493 verilog, such as += *= and the like.
3494 (verilog-assignment-operator-re): Regular expression to find the
3495 assigment operator in a verilog assignment.
3496 (verilog-assignment-operation-re): Regular expression to find an
3497 assignment statement for pretty-expr.
3498 (verilog-in-attribute-p): Query returns true if point is in an
3499 attribute context; used to skip these for expression line up from
3500 pretty-expr.
3501 (verilog-in-parameter-p): Query returns true if point is in an
3502 parameter definition context; used to skip these for expression
3503 line up from pretty-expr.
3504 (verilog-in-parenthesis-p): Query returns true if point is in a
3505 parenthetical expression, specifically ( ) but not [ ] or { };
3506 used by pretty-expr.
3507 (verilog-just-one-space): If there is no space, don't add one.
3508 (verilog-get-lineup-indent-2): Specifically skip just attribute
3509 contexts for expression lineup, rather than skipping all
3510 parenthetical expressions.
3511 (verilog-calculate-indent): Fix comment, and fix indent.
3512 (verilog-do-indent): Indent declarations in lists (suggested by
3513 Joachim Lechner).
3514 (verilog-mode-abbrev-table): Populate abbrev mode with the various
3515 skeleton items.
3516 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
3517 by Alain Mellan).
3518
1bbe96b2 35192011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
3520
3521 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
3522 parameters with embedded comments. Reported by Ray Stevens.
3523 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
3524 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
3525 Reported by Tim Holt.
3526 (verilog-auto): Fix AUTOing a upper module then AUTOing module
3527 instantiated by upper module causing wrong expansion until AUTOed a
3528 second time. Reported by K C Buckenmaier.
3529 (verilog-diff-auto): Fix showing .* as a difference when
3530 `verilog-auto-star-save' off. Reported by Dan Dever.
3531 (verilog-auto-reset, verilog-read-always-signals)
3532 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
3533 temporary signals in reset list if
3534 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
3535 style to each signal's assignment type, bug381.
3536 Reported by Thomas Esposito.
6288f0ca
WS
3537 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
3538 (verilog-uvm-statement-re): Support UVM indentation and
3539 highlighting, with old OVM keywords only.
a1beca85 3540 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
3541 Support AUTOTIEOFF creating non-wire data types.
3542 Suggested by Jonathan Greenlaw.
6288f0ca
WS
3543 (verilog-auto-insert-lisp, verilog-delete-to-paren)
3544 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
3545 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
3546 (verilog-read-sub-decls, verilog-read-sub-decls-line):
3547 Fix mismatching parenthesis inside commented out code when deleting
382c953b 3548 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
3549 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
3550 non-numeric vector width. Reported by Alex Reed.
3551 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 3552 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
3553 (verilog-auto-delete-trailing-whitespace):
3554 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
3555 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
3556 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
3557 Fix verilog-scan-cache corruption when running user AUTO expansion
3558 hooks that call indentation routines.
3559 (verilog-simplify-range-expression): Fix typo ignoring lower case
3560 identifiers.
3561 (verilog-delete-auto): Fix delete-autos to also remove user created
3562 automatics, as long as they start with AUTO.
3563 (verilog-batch-diff-auto, verilog-diff-auto)
3564 (verilog-diff-function): Add `verilog-diff-auto' and bind to
3565 "C-c?" to report differences in AUTO expansion, ignoring spaces.
3566 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
3567 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
3568 (verilog-re-search-forward-quick, verilog-syntax-ppss):
3569 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
3570 is disabled and its cache will get corrupt, causing AUTOS not to
3571 expand. Instead use only -quick functions.
3572 (verilog-scan-region): Fix scanning over escaped quotes.
3573 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
3574 (verilog-re-search-backward-quick)
3575 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
3576 related functions now ignore strings, to fix misparsing of strings
3577 with magic comments embedded in them.
a1beca85
SM
3578 (verilog-read-auto-template):
3579 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
3580 Reported by Brad Dobbie.
3581 (verilog-read-auto-template):
3582 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 3583 Reported by Brad Dobbie.
6288f0ca
WS
3584 (verilog-auto-inst, verilog-auto-inst-param)
3585 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
3586 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
3587 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
3588 debugging templates without merge conflicts, bug357.
3589 Reported by Brad Dobbie.
3590 (verilog-read-auto-template):
3591 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
3592 Reported by Brad Dobbie.
3593 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
3594 abbrevs so user won't be asked to save.
3595 (verilog-read-auto-lisp-present): Fix to start at beginning of
3596 buffer in case called outside of verilog-auto.
3597 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
3598 to "X-2". Reported by Matthew Myers.
3599 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
3600 all inputs from module templates. Reported by Leith Johnson.
3601 (verilog-module-inside-filename-p): Fix locating programs as with
3602 modules.
3603 (verilog-auto-inst-port): Fix vl-width expressions when using
3604 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
3605 (verilog-decls-get-regs, verilog-decls-get-signals,
3606 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
3607 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
3608 verilog-read-decls): Combine reg and wire structures into one var
3609 structure to represent SystemVerilog concepts.
3610 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
3611 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
3612 (verilog-auto-wire-type, verilog-insert-definition):
3613 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
3614 SystemVerilog "logic" keyword instead of "wire"/"reg".
3615 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
3616 to declares outputs that also have assignments (presumably in an
a1beca85
SM
3617 ifdef or generate if so there's not a driver conflict).
3618 Reported by Matthew Myers.
3619 (verilog-auto-declare-nettype, verilog-insert-definition):
3620 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
3621 `default_nettype none. Reported by Julian Gorfajn.
3622 (verilog-read-always-signals-recurse, verilog-read-decls)
3623 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
3624 malformed end statement, bug325. Reported by Joshua Wise and
3625 Andrew Drake.
3626 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
3627 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
3628 when expanding .* in interfaces, bug320.
3629 Reported by Pierre-David Pfister.
6288f0ca 3630 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
3631 name and open parenthesis, bug317.
3632 Reported by Pierre-David Pfister.
6288f0ca
WS
3633 (verilog-simplify-range-expression): Fix simplification of
3634 multiplications inside AUTOWIRE connections, bug303.
3635 (verilog-auto-inst-port): Support parameter expansion in
3636 multidimensional arrays.
3637 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
3638 after "assert property". Reported by Julian Gorfajn.
3639 (verilog-simplify-range-expression): Fix "couldn't merge" errors
3640 with multiplication, bug303.
3641 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
3642 Reported by Jan Frode Lonnum.
3643
1bbe96b2
GM
36442011-11-30 Juanma Barranquero <lekktu@gmail.com>
3645
3646 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
3647 (hfy-shell-file-name, hfy-shell):
3648 * international/fontset.el (x-decompose-font-name): Fix typos.
3649
36502011-11-29 Ken Brown <kbrown@cornell.edu>
3651
3652 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
3653 (gdb-version): Remove defvar.
3654 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
3655 (gdb-gud-context-command, gdb-non-stop-handler)
3656 (gdb-current-context-command, gdb-stopped): Use it.
3657 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
3658 (gdb-non-stop-handler): Don't enable pretty-printing here.
3659 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
3660 non-stop mode. Use the following.
3661 (gdb-check-target-async): New defun.
3662 (gud-watch, gdb-stopped): Fix whitespace.
3663 (gdb-get-source-file): Don't try to display the source file if
3664 `gdb-main-file' is nil.
3665
36662011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3667
3668 * align.el: Try to generate fewer markers (bug#10047).
3669 (align--set-marker): New macro.
3670 (align-region): Use it.
3671
c935221f
SM
36722011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3673
3674 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
3675
e70b5064
CY
36762011-11-29 Chong Yidong <cyd@gnu.org>
3677
3678 * indent.el (indent-for-tab-command, indent-according-to-mode):
3679 Doc fix.
3680 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
3681
f3af92b7
MA
36822011-11-29 Michael Albinus <michael.albinus@gmx.de>
3683
3684 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
3685 aware of remote file names. (Bug#10124)
3686
ed472be9
CY
36872011-11-29 Chong Yidong <cyd@gnu.org>
3688
3689 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
3690
24510c22
SM
36912011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3692
3693 * files.el (find-file): Don't use force-same-window (bug#10144).
3694 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
3695 use pop-to-buffer if the selected window can't be used.
3696 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
3697
c60c3703
EZ
36982011-11-28 Eli Zaretskii <eliz@gnu.org>
3699
3700 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
3701 special-mode-map.
3702
e95def75
CY
37032011-11-28 Chong Yidong <cyd@gnu.org>
3704
3705 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
3706
c3f1c606
NR
37072011-11-27 Nick Roberts <nickrob@snap.net.nz>
3708
3709 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
3710 gdb-get-source-file-list on gdb-create-source-file-list.
3711
00db469c
EZ
37122011-11-26 Eli Zaretskii <eliz@gnu.org>
3713
3714 * whitespace.el (whitespace-newline): Use a different foreground
3715 color for 16-color light-background displays.
3716
4ad3bc2a
CY
37172011-11-24 Chong Yidong <cyd@gnu.org>
3718
3719 * window.el (display-buffer--special-action): Doc fix.
3720
e9fce1ac
JB
37212011-11-25 Juanma Barranquero <lekktu@gmail.com>
3722
3723 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
3724 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
3725 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
3726 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
3727 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
3728 (avl-tree-stack-first):
3729 * emacs-lisp/cconv.el (cconv--analyse-use):
3730 * net/gnutls.el (gnutls-negotiate): Fix typos.
3731
cb825e5d
GM
37322011-11-24 Glenn Morris <rgm@gnu.org>
3733
3adbe224
GM
3734 * lpr.el (lpr-windows-system, lpr-lp-system):
3735 * mail/binhex.el (binhex-begin-line):
3736 * progmodes/grep.el (grep-history, grep-find-history):
3737 * textmodes/flyspell.el:
3738 * vc/pcvs-defs.el (cvs-global-menu):
3739 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
3740 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
3741 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
3742
321decc8
GM
3743 * net/tls.el: Fix case of "GnuTLS".
3744
420b63ad
GM
3745 * paths.el (rmail-file-name): Format doc-string for make-docfile.
3746
cb825e5d
GM
3747 * version.el (emacs-build-system): Give it a doc-string.
3748
a0649f08
JL
37492011-11-24 Juri Linkov <juri@jurta.org>
3750
3751 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
3752
c0bc0fd4
GM
37532011-11-24 Glenn Morris <rgm@gnu.org>
3754
3755 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
3756 if called on a non-mime message just toggle the headers. (Bug#8006)
3757
20db1522
JB
37582011-11-24 Juanma Barranquero <lekktu@gmail.com>
3759
3760 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
3761 (allout-lead-with-comment-string, allout-structure-deleted-hook)
3762 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
3763 (allout-rebullet-heading, allout-open-sibtopic)
3764 (allout-toggle-current-subtree-encryption)
3765 (allout-toggle-subtree-encryption, allout-encrypt-string)
3766 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
3767 (allout-distinctive-bullets-string, allout-auto-activation):
3768 * window.el (window-normalize-buffer-to-display):
3769 * progmodes/verilog-mode.el (verilog-batch-indent):
3770 * textmodes/bibtex.el (bibtex-field-braces-opt)
3771 (bibtex-field-strings-opt):
3772 * vc/cvs-status.el (cvs-tree-merge):
3773 Fix typos.
3774
7262a87c
MA
37752011-11-23 Michael Albinus <michael.albinus@gmx.de>
3776
3777 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
3778 `non-essential' to t, in order to avoid remote connections.
3779
283430a1
EZ
37802011-11-23 Eli Zaretskii <eliz@gnu.org>
3781
a1beca85
SM
3782 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3783 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
3784 case-insensitively.
3785
d2992a38
ML
37862011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3787
3788 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
3789
50419064
GM
37902011-11-23 Glenn Morris <rgm@gnu.org>
3791
da94eca1
GM
3792 * paths.el (rmail-file-name): Reformat the doc-string so that it
3793 is picked up.
3794
9aac4de2
GM
3795 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
3796 (rmail-auto-file): Ignore case in the "special" field names,
3797 as mail-fetch-field does for all others.
3798
8038d2d2
GM
3799 * mail/rmail.el (rmail-forward):
3800 * mail/rmailkwd.el (rmail-set-label):
3801 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
3802 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
3803
f3fe222a
GM
3804 * mail/rmail.el (rmail-current-message): Doc fix.
3805
50419064
GM
3806 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
3807
28109f49
SM
38082011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3809
3810 * server.el (server-eval-and-print): Allow C-g (bug#6585).
3811
394c65f1
GM
38122011-11-22 Glenn Morris <rgm@gnu.org>
3813
3814 * mail/rmailmm.el (test-rmail-mime-handler)
3815 (test-rmail-mime-bulk-handler)
3816 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
3817
f2a0aa3a
JL
38182011-11-21 Juri Linkov <juri@jurta.org>
3819
1154d12e
JB
3820 * calc/calc.el (calc-read-key-sequence):
3821 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 3822
9c34a344
LMI
38232011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3824
3825 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
3826 Tell the caller that the next line needs recomputation, even
3827 though it doesn't start a sexp (bug#10094).
3828
f04a3be9
SM
38292011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3830
3831 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
3832
7978747f
SM
38332011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3834
f04a3be9
SM
3835 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3836 Use force-same-window.
7978747f 3837
fe7a3057
JB
38382011-11-20 Juanma Barranquero <lekktu@gmail.com>
3839
3840 * descr-text.el (describe-char-unicode-data):
3841 * json.el (json-string-escape):
3842 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
3843 (Footnote-unicode, Footnote-style-p):
3844 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
3845
24901d61
CY
38462011-11-20 Chong Yidong <cyd@gnu.org>
3847
3848 * window.el (replace-buffer-in-windows): Restore interactive spec.
3849
bac7ff22
SM
38502011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3851
24f3d7b9
SM
3852 * electric.el (electric-indent-mode): Fix last change (too optimistic).
3853
bac7ff22
SM
3854 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
3855 (byte-compile-global-not-obsolete-vars): New var.
3856 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
3857 Use it.
3858 (byte-compile-warn-obsolete): Align text with the one in *Help*.
3859
cd1181db
JB
38602011-11-20 Juanma Barranquero <lekktu@gmail.com>
3861
3862 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
3863 * progmodes/pascal.el (electric-pascal-equal):
3864 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
3865 * xml.el (xml-substitute-special): Fix typos.
3866
7fb18e9e
GM
38672011-11-20 Glenn Morris <rgm@gnu.org>
3868
3869 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
3870 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
3871 Doc fixes.
3872 (rmail-decode-mime-charset): Mark as obsolete.
3873
3874 * mail/rmailsum.el (rmail-message-regexp-p-1):
3875 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
3876 Before using mime functions, check they are set. (Bug#10077)
3877
d5a6b3ba
JL
38782011-11-19 Juri Linkov <juri@jurta.org>
3879
3880 * info.el (Info-finder-find-node): Use `package--builtins' instead
3881 of `package-alist'. Use node names formed by the pattern "Keyword "
3882 and the keyword name.
3883
e981b61f
AS
38842011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3885
1d00653d 3886 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 3887
3ffbc301
JL
38882011-11-19 Juri Linkov <juri@jurta.org>
3889
3890 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
3891 that calls `revert-buffer' on all Info buffers. (Bug#9915)
3892 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
3893 `old-history', `old-history-forward'. Add let-binding
3894 `window-selected'. Remove calls to `kill-buffer',
3895 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
3896 before calling `Info-find-node', so `Info-find-node-2' will reread
3897 the Info file. Restore window positions only when `window-selected'
3898 is non-nil.
3899
30c62133
JL
39002011-11-19 Juri Linkov <juri@jurta.org>
3901
3902 * isearch.el (isearch-lazy-highlight-new-loop):
3903 Remove condition `(not isearch-error)'. (Bug#9918)
3904
3905 * misearch.el (multi-isearch-search-fun): Add condition
3906 `(not bound)' to ignore lazy-highlighting search.
3907 Add the search-failed message "end of multi" when the end of
3908 multi-sequence is reached. Uncapitalize the search-failed
3909 message "Repeat for next buffer".
3910
3911 * info.el (Info-search): Add the search-failed message
3912 "end of the manual" when the end of the manual is reached
3913 in Isearch mode.
3914
645ca9cf
JL
39152011-11-19 Juri Linkov <juri@jurta.org>
3916
3917 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
3918 Use non-destructive `remove' instead of `delete' because
3919 `Info-history-list' stored to `Info-isearch-initial-history-list' in
3920 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
3921
df754f66
JL
39222011-11-19 Juri Linkov <juri@jurta.org>
3923
3924 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
3925 to nil instead of binding `search-ring' and `regexp-search-ring'.
3926 (Bug#9185)
3927
0e23d96a
EZ
39282011-11-19 Eli Zaretskii <eliz@gnu.org>
3929
3930 * simple.el (line-move): Force movement by logical lines for any
3931 hscrolled window, not only when auto-hscroll-mode is on.
3932 (line-move-visual): Update doc string to that effect. (Bug#10076)
3933
8a6ccb66
AS
39342011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3935
3936 * language/european.el (macintosh): Define as alias for mac-roman.
3937
49ae5b39
EZ
39382011-11-19 Eli Zaretskii <eliz@gnu.org>
3939
3940 * mail/rmailmm.el (rmail-mime-display-header)
3941 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
3942 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
3943 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
3944 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
3945 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
3946 of a raw aref.
3947 (rmail-mime-entity-segment): To get past the tagline, move forward
3948 2 more lines, to account for the 2 empty lines that precede and
3949 follow the line with the buttons.
3950 (rmail-mime-update-tagline): Move one more line, to get past the
3951 empty line that follows the buttons in the tagline. (Bug#9520)
3952
c56cad4a
MR
39532011-11-19 Martin Rudalics <rudalics@gmx.at>
3954
3955 * window.el (window-max-delta-1, window-min-delta-1)
3956 (window-min-size-1, window-state-get-1, window-state-put-1)
3957 (window-state-put-2): Use "window--" prefix.
3958
cbe71af3
SM
39592011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3960
2ad52c60
SM
3961 * emacs-lisp/smie.el: Improve warnings and conflict detection.
3962 (smie-warning-count): New var.
3963 (smie-set-prec2tab): Use it.
3964 (smie-bnf->prec2): Improve warnings. Add docstring.
3965 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
3966 (smie-bnf--set-class): New function.
3967 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
3968 corner case.
3969
6944dbc1
SM
3970 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
3971 (compilation-error-properties, compilation-move-to-column):
3972 Handle compilation-first-column while in the target buffer.
3973
c400c4d7
SM
3974 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
3975 Don't hardcode point-min==1.
3976
6dbe3e96
SM
3977 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
3978 (eshell-rewrite-for-command): Remove workaround.
3979 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
3980 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
3981 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
3982
cbe71af3
SM
3983 * files-x.el (modify-file-local-variable): Obey commenting conventions.
3984
a8e1496d
GM
39852011-11-17 Glenn Morris <rgm@gnu.org>
3986
3987 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3988 Ignore buffer-local generated-autoload-file if it is the same
3989 as the global value. (Bug#10049)
3990
df85d315
JB
39912011-11-17 Juanma Barranquero <lekktu@gmail.com>
3992
3993 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
3994 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
3995 (reftex-toc-previous-heading, reftex-toc-max-level)
3996 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
3997 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
3998 (reftex-toc-do-promote, reftex-toc-promote-prepare)
3999 (reftex-toc-promote-action, reftex-toc-extract-section-number)
4000 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
4001 (reftex-toc-rename-label, reftex-toc-visit-location)
4002 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
4003 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
4004 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
4005 leaving "*toc*" only for references to the buffer.
4006
a0c2d0ae
MR
40072011-11-17 Martin Rudalics <rudalics@gmx.at>
4008
4009 * window.el (window-resize, delete-window, split-window):
4010 Replace window-splits by window-combination-resize.
1d00653d 4011 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 4012
35c0bac8
GM
40132011-11-17 Glenn Morris <rgm@gnu.org>
4014
4015 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4016 Make bash entry derive from sh entry, not shell entry.
4017
d0c8fc8a
MA
40182011-11-16 Michael Albinus <michael.albinus@gmx.de>
4019
d0c8fc8a
MA
4020 * net/tramp-cache.el (tramp-flush-file-property): Flush also
4021 properties of linked files. (Bug#9879)
4022
7262a87c
MA
4023 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
4024 local file name.
4025
7877f373
JB
40262011-11-16 Juanma Barranquero <lekktu@gmail.com>
4027
4028 * menu-bar.el (menu-bar-file-menu):
4029 * printing.el (pr-ps-utility):
4030 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
4031 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
4032 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
4033 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
4034 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
4035 (icalendar--convert-cyclic-to-ical)
4036 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
4037 (icalendar--convert-ical-to-diary)
4038 (icalendar--convert-recurring-to-diary)
4039 (icalendar--convert-non-recurring-all-day-to-diary)
4040 (icalendar-import-format-sample):
4041 * progmodes/idlw-shell.el (idlwave-shell-mode):
4042 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
4043 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
4044 (vhdl-ps-print-init): Fix typos.
4045
10649b82
KM
40462011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
4047
9d0cfcd6
GM
4048 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
4049 FSF and collapse date sequence, obscure author/maintainer email address
4050 better, remove extra version line, track relocation of author's webpage.
10649b82 4051
9d0cfcd6
GM
4052 * progmodes/python.el (python-pdbtrack-input-prompt)
4053 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
4054 regular python pdb prompts. Adjustments shamelessly taken exactly as
4055 suggested in EmacsWiki page (tiny change):
4056 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 4057
58179cce
JB
40582011-11-16 Juanma Barranquero <lekktu@gmail.com>
4059
4060 * expand.el (expand-pos, expand-index, expand-point):
4061 Remove redundant info from docstring.
4062 (expand-add-abbrevs): Doc fix.
4063 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
4064 (expand-sample-perl-mode-expand-list): Fix typos.
4065
4066 * net/dbus.el (dbus-event-member-name):
4067 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
4068 * term/pc-win.el (msdos-create-frame-with-faces):
4069 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
4070
b6f67890
MR
40712011-11-16 Martin Rudalics <rudalics@gmx.at>
4072
4073 * window.el (split-window, window-state-get-1)
4074 (window-state-put-1, window-state-put-2): Rename occurrences of
4075 window-nest to window-combination-limit.
1d00653d 4076 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 4077
ce7ddba0
CY
40782011-11-16 Chong Yidong <cyd@gnu.org>
4079
4080 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
4081 regexp (Bug#10033).
4082
3ae704f4
SM
40832011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4084
4085 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
4086 `completing-read' will remove *Completions* and will preserve
4087 current-buffer for us.
4088 (tmm-add-prompt): Users of *Completions* will always (re)set its
4089 major mode.
4090 (tmm-old-comp-map): Remove.
4091
6ad1cdde
GM
40922011-11-16 Glenn Morris <rgm@gnu.org>
4093
4094 * mail/rmailedit.el: Require rmailmm when compiling.
4095 (rmail-old-mime-state): New declaration.
4096 (rmail-edit-current-message): If editing a mime message,
4097 edit the "raw" message from the mbox buffer.
4098 (rmail-cease-edit): Handle mime messages. (Bug#9840)
4099
d20faa20
GM
41002011-11-15 Glenn Morris <rgm@gnu.org>
4101
4102 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
4103 which wasn't being used. Add optional arg to force given state.
4104 (rmail-mime): Add optional arg to force given state.
4105
c7015153
JB
41062011-11-15 Juanma Barranquero <lekktu@gmail.com>
4107
4108 * allout.el (allout-encryption-plaintext-sanitization-regexps):
4109 * frame.el (display-mm-dimensions-alist):
4110 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
4111 (outline-move-subtree-down):
4112 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
4113 (newsticker--treeview-do-get-node):
4114 * net/quickurl.el (quickurl-list-buffer-name):
4115 * progmodes/dcl-mode.el (dcl-mode):
4116 * progmodes/gdb-mi.el (gdb-mapcar*):
4117 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
4118
45261b50
GM
41192011-11-15 Glenn Morris <rgm@gnu.org>
4120
4121 * mail/rmail.el (rmail-file-coding-system): It's only ever used
4122 in a boolean sense, so just make it a boolean, and fix the doc.
4123 (rmail-show-mime-function, rmail-mime-feature)
4124 (rmail-require-mime-maybe): Doc fixes.
4125 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
4126
4127 * mail/rmailmm.el (rmail-show-mime): Doc fix.
4128
0d26e0b6
JB
41292011-11-15 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
4132 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
4133 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
4134 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
4135
447f30f6
GM
41362011-11-15 Glenn Morris <rgm@gnu.org>
4137
672b871d
GM
4138 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
4139 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
4140 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
4141 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
4142 (rmail-mime, rmail-show-mime): Doc fixes.
4143
f6aa5bb1
GM
4144 * term/ns-win.el (mode-line-frame-identification):
4145 Leave it alone. (Bug#10051)
4146
947cd66b
GM
4147 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
4148
447f30f6
GM
4149 * mail/rmailout.el (rmail-output-to-rmail-buffer):
4150 Handle empty buffers. (Bug#9978)
4151
0b381c7e
JB
41522011-11-14 Juanma Barranquero <lekktu@gmail.com>
4153
4154 * international/mule.el (define-charset):
4155 * mail/rmailmm.el (rmail-mime-find-header-encoding):
4156 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
4157 * progmodes/verilog-mode.el (verilog-backward-token):
4158 * textmodes/ispell.el (lookup-words):
4159 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
4160
71e027ac
GM
41612011-11-14 Glenn Morris <rgm@gnu.org>
4162
56632ce4
GM
4163 * progmodes/executable.el
4164 (executable-make-buffer-file-executable-if-script-p):
4165 Handle file-modes returning nil.
4166
40500957
GM
4167 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
4168 message - not necessary, and causes problems. (Bug#9831)
4169
071c2340
GM
4170 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
4171
d3cfca60
GM
4172 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
4173
71e027ac
GM
4174 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
4175 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
4176 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
4177
89d61221
MR
41782011-11-12 Martin Rudalics <rudalics@gmx.at>
4179
4180 * window.el (window-resize, delete-window): Use window-splits
4181 variable instead of function.
4182 (window-state-get-1, window-state-put-2, window-state-put):
4183 Don't deal with windows' splits status.
4184
98282f6f
GM
41852011-11-12 Glenn Morris <rgm@gnu.org>
4186
4187 * apropos.el (apropos-do-all, apropos-library, apropos-value)
4188 (apropos-documentation): Doc fixes.
4189
40a8bdf6
JB
41902011-11-11 Juanma Barranquero <lekktu@gmail.com>
4191
4192 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
4193 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
4194
65bd19ff
SM
41952011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4196
4197 * electric.el (electric-indent-post-self-insert-function): Make it
4198 possible for a char to only indent in some circumstances.
4199 (electric-indent-mode): Simplify.
4200
54f9154c
MR
42012011-11-11 Martin Rudalics <rudalics@gmx.at>
4202
4203 * window.el (windows-with-parameter): Remove unused function.
4204 (windows-at-side): Rename to window-at-side-list.
4205 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
4206 (window-side-check, window-size-ignore, window-size-fixed-1)
4207 (window-in-direction-2): Prefix with "window--".
4208 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 4209
68cbc58b
GM
42102011-11-11 Glenn Morris <rgm@gnu.org>
4211
4212 * subr.el (eval-after-load): If FILE is already loaded,
4213 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
4214
b2621720
GM
42152011-11-10 Glenn Morris <rgm@gnu.org>
4216
9a4de110
GM
4217 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
4218 Call svn via vc-svn-command rather than vc-do-command.
4219 (vc-svn-command): Add --non-interactive. (Bug#9993)
4220 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
4221
b2621720
GM
4222 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4223 Add toggle-read-only. (Bug#7292)
4224 * files.el (toggle-read-only): Mention that it should only
4225 be used interactively. (Bug#10006)
4226
1dce7193
SM
42272011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4228
d9ac1a1e
SM
4229 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4230 Adjust regexp for OCaml warnings.
4231
0c325082
SM
4232 * electric.el (electric-pair-post-self-insert-function): Let user
4233 turn it off buffer-locally (bug#9932).
4234
90132c14
SM
4235 * progmodes/python.el (python-beginning-of-statement):
4236 Rewrite (bug#2703).
4237
1dce7193
SM
4238 * progmodes/compile.el: Better handle TABs (bug#9749).
4239 (compilation-internal-error-properties)
4240 (compilation-next-error-function): Obey the target buffer's
4241 compilation-error-screen-columns.
4242
c4e7c63a
JB
42432011-11-09 Juanma Barranquero <lekktu@gmail.com>
4244
4245 * progmodes/meta-mode.el: Remove obsolete comments.
4246 (meta-right-comment-regexp, meta-ignore-comment-regexp):
4247 Fix typos in docstrings.
4248
2cffd681
MR
42492011-11-09 Martin Rudalics <rudalics@gmx.at>
4250
4251 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 4252 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
4253 (window--resizable): New function. Make all callers of
4254 window-resizable call window--resizable instead.
4255 (window-resizable): Rewrite in terms of window--resizable.
4256
0edcba87
GM
42572011-11-08 Glenn Morris <rgm@gnu.org>
4258
4259 * progmodes/delphi.el (delphi-mode-syntax-table):
4260 Let define-derived-mode define a proper syntax table. (Bug#9994)
4261
4b0d61e3
SM
42622011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4263
4264 * window.el: Stay away from defsubst.
4265 (window-list-no-nils): Remove.
4266 (window-state-get-1, window-state-get): Use backquote instead.
4267
cd394be1 42682011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 4269
4b0d61e3 4270 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 4271 Fix incorrect use of default argument in `completing-read'.
4272
e1c2c6f2
MR
42732011-11-08 Martin Rudalics <rudalics@gmx.at>
4274
4275 * window.el (display-buffer-function, special-display-function):
4276 Mention display-buffer-record-window but do not mention
4277 help-setup parameter in doc-strings.
b3f4a882 4278 (window-min-delta): Fix doc-string typo.
e1c2c6f2 4279
105216ed
CY
42802011-11-08 Chong Yidong <cyd@gnu.org>
4281
4282 * window.el (window-total-height, window-total-width): Doc fix.
4283 (window-body-size): Move from C.
4284 (window-body-height, window-body-width): Move to C.
4285
0a9f9ab5
SM
42862011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4287
4288 * window.el: Make special-display like display-buffer-alist (bug#9532).
4289 (display-buffer--special-action): New function, morphed
4290 from display-buffer--special.
4291 (display-buffer): Use it to handle special-display-buffers at higher
4292 priority (just after display-buffer-alist).
4293 (display-buffer-fallback-action, display-buffer--other-frame-action)
4294 (pop-to-buffer-same-window): Remove display-buffer--special.
4295
a769dd15
GM
42962011-11-07 Glenn Morris <rgm@gnu.org>
4297
4298 * calendar/cal-menu.el (cal-menu-set-date-title):
4299 Do nothing if not in a calendar. (Bug#9976)
4300
05a61ee3
SM
43012011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4302
4303 * files.el (find-file): Always use selected-window.
4304
be7f5545
MR
43052011-11-07 Martin Rudalics <rudalics@gmx.at>
4306
4307 * window.el (window-combinations): Make WINDOW argument
4308 mandatory. Rewrite doc-string.
4309 (walk-window-subtree, window-atom-check, window-min-delta)
4310 (window-max-delta, window--resize-this-window)
4311 (window--resize-root-window-vertically, window-tree)
4312 (balance-windows, window-state-put): Rewrite doc-strings as to
4313 not mention the term "subwindow".
4314 (window--resize-subwindows-skip-p): Rename to
4315 window--resize-child-windows-skip-p.
4316 (window--resize-subwindows-normal): Rename to
4317 window--resize-child-windows-normal.
4318 (window--resize-subwindows): Rename to
4319 window--resize-child-windows.
4320 (window-or-subwindow-p): Rename to window--in-subtree-p.
4321
3c6702ef
ML
43222011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4323
4324 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
4325 Ensure that mbox format messages end in two newlines (Bug#9974).
4326
49745b39
CY
43272011-11-06 Chong Yidong <cyd@gnu.org>
4328
4329 * window.el (window-combination-p): Function deleted; its
4330 side-effect is not used in any existing code.
4331 (window-combinations, window-combined-p): Call window-*-child
4332 directly.
4333
24300f5f
CY
43342011-11-05 Chong Yidong <cyd@gnu.org>
4335
4336 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
4337 (window-size-ignore, window-state-get): Callers changed.
4338 (window-normalize-window): Rename from window-normalize-any-window.
4339 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 4340 (window-normalize-live-window): Delete.
447f16b8
CY
4341 (window-combination-p, window-combined-p, window-combinations)
4342 (walk-window-subtree, window-atom-root, window-min-size)
4343 (window-sizable, window-sizable-p, window-size-fixed-p)
4344 (window-min-delta, window-max-delta, window-resizable)
4345 (window-resizable-p, window-full-height-p, window-full-width-p)
4346 (window-current-scroll-bars, window-point-1, set-window-point-1)
4347 (window-at-side-p, window-in-direction, window-resize)
4348 (adjust-window-trailing-edge, maximize-window, minimize-window)
4349 (window-deletable-p, delete-window, delete-other-windows)
4350 (record-window-buffer, unrecord-window-buffer)
4351 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
4352 (quit-window, split-window, window-state-put)
4353 (set-window-text-height, fit-window-to-buffer)
4354 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 4355
89bd5ee1
EZ
43562011-11-04 Eli Zaretskii <eliz@gnu.org>
4357
53479029
EZ
4358 * mail/rmail.el (rmail-simplified-subject): Decode subject with
4359 rfc2047-decode-string.
4360 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
4361 warnings.
4362
89bd5ee1
EZ
4363 * window.el (window-body-height, window-body-width): Mention in
4364 the doc string that the return values are in frame's canonical
4365 units. (Bug#9949)
4366
bd17fdee
AM
43672011-11-03 Alan Mackenzie <acm@muc.de>
4368
4369 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
4370 change in cc-engine.el.
4371
acc825c5
SM
43722011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * window.el (switch-to-buffer): Use `force-same-window' interactively.
4375
1885e5b8
MR
43762011-11-02 Martin Rudalics <rudalics@gmx.at>
4377
4378 * window.el (quit-window): Call unrecord-window-buffer after
4379 showing another buffer in the window. (Bug#9937)
acc825c5 4380 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 4381
ebe06da9
JB
43822011-11-02 Juanma Barranquero <lekktu@gmail.com>
4383
4384 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
4385 Accept status with more than 9 shelves. (Bug#9935)
4386 Reported by Colin D Bennett <colin@gibibit.com>.
4387
4ee88440
MR
43882011-11-01 Martin Rudalics <rudalics@gmx.at>
4389
4390 * help.el (with-help-window): Don't reference
4391 temp-buffer-show-specifiers in doc-string.
4392
08e1d82c
AS
43932011-10-31 Andreas Schwab <schwab@linux-m68k.org>
4394
4395 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
4396 menu-item.
4397
84bd6e9e
VJL
43982011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4399
4400 * whitespace.el: New version 13.2.2.
4401 (whitespace-newline-mode): Disable properly. Reported by Sarah
4402 <EmacsWiki>.
4403
dba0634a
UJ
44042011-10-30 Ulf Jasper <ulf.jasper@web.de>
4405
4406 * net/newst-treeview.el: Remove "Time-stamp".
4407 (newsticker--group-manage-orphan-feeds): Do not call
4408 newsticker--treeview-tree-update.
db22a3c2
JB
4409 (newsticker-treeview-update, newsticker-treeview):
4410 Call newsticker--treeview-tree-update if necessary.
dba0634a 4411
3d8daefe
MR
44122011-10-30 Martin Rudalics <rudalics@gmx.at>
4413
4414 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
4415 (window-iso-combinations): Remove "iso-" infix.
4416 Suggested by Chong Yidong.
3d8daefe
MR
4417 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
4418 (window-max-delta-1, window-resize, window--resize-siblings)
4419 (window--resize-this-window, adjust-window-trailing-edge)
4420 (split-window, balance-windows-1)
4421 (shrink-window-if-larger-than-buffer):
4422 * calendar/calendar.el (calendar-generate-window):
db22a3c2 4423 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 4424
1bc4c3ae
SM
44252011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4426
4427 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
4428 in place (bug#9907).
4429 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
4430 (eshell-rewrite-if-command, eshell-rewrite-for-command)
4431 (eshell-structure-basic-command, eshell-rewrite-while-command)
4432 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
4433 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
4434 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
4435 (eshell-do-pipelines-synchronously, eshell-eval-command):
4436 Use backquotes and prefer setq to set.
4437 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
4438 (eshell-macrop): Use functionp.
c1e2f5fa 4439 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 4440
30b65d9c
CY
44412011-10-30 Chong Yidong <cyd@gnu.org>
4442
4443 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
4444 instead of set-mark (Bug#9810).
4445
2d197ffb
CY
44462011-10-30 Chong Yidong <cyd@gnu.org>
4447
4448 * window.el (split-window-below, split-window-right): Rename from
4449 split-window-above-each-other and split-window-side-by-side
4450 respectively. All callers changed.
4451 (split-window-sensibly, split-window-sensibly): Use them.
4452 (split-window-keep-point): Doc fix.
4453
4454 * isearch.el: Add isearch-scroll property to split-window-below
4455 and split-window-right.
4456
4457 * follow.el (follow-mode):
4458 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4459 * progmodes/ada-xref.el (ada-gdb-application):
4460 * emulation/vip.el (vip-buffer-in-two-windows):
4461 * image-dired.el (image-dired-dired-with-window-configuration):
4462 * dired-x.el (dired-do-find-marked-files):
4463 * dired.el (dired-pop-to-buffer):
4464 * bs.el (bs--show-with-configuration):
4465 * vc/emerge.el (emerge-setup-windows):
4466 * textmodes/two-column.el (2C-two-columns):
4467 * textmodes/reftex-toc.el (reftex-toc):
4468 * progmodes/gdb-mi.el (gdb-setup-windows):
4469 * progmodes/fortran.el (fortran-window-create):
4470 * net/newst-treeview.el (newsticker--treeview-window-init):
4471 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
4472 * emulation/tpu-edt.el (tpu-gold-map):
4473 * emulation/crisp.el (crisp-mode-map):
4474 * calendar/calendar.el (calendar-basic-setup): Callers changed.
4475
38bb2ca8
CY
44762011-10-29 Chong Yidong <cyd@gnu.org>
4477
aa4de341
CY
4478 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
4479
e1eb5385
CY
4480 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
4481
5d2ece3c
CY
4482 * textmodes/flyspell.el (flyspell-word): Fix char offset for
4483 forged Ispell output (Bug#7904).
4484
38bb2ca8
CY
4485 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
4486
d0af9f77
SM
44872011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4488
4489 * doc-view.el: Avoid ugly errors about not finding nil.
4490 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
4491 (doc-view-dvipdf-program, doc-view-unoconv-program)
4492 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
4493 Avoid nil or absolute file name as default value.
4494 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
4495
52bedd34
AM
44962011-10-28 Alan Mackenzie <acm@muc.de>
4497
db22a3c2 4498 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 4499
7e43cfa5
AM
45002011-10-28 Alan Mackenzie <acm@muc.de>
4501
4502 Amend the handling of c-beginning/end-of-defun in nested declaration
4503 scopes.
4504
52bedd34
AM
4505 * progmodes/cc-vars.el (c-defun-tactic): Move here from
4506 cc-langs.el. Change it to a defcustom.
7e43cfa5 4507
52bedd34
AM
4508 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
4509 cc-vars.el.
7e43cfa5 4510
d0af9f77
SM
4511 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4512 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 4513
52bedd34 4514 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 4515 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
4516 (c-widen-to-enclosing-decl-scope): New function.
4517 (c-while-widening-to-decl-block): New macro.
4518 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
4519 outward for defun boundaries, and correspondingly change symbol
4520 `respect-enclosure' to `go-outward'.
4521 (c-declaration-limits): Change algorithm to report only the "innermost"
4522 defun's boundaries.
4523
1a2ce9ee
DD
45242011-10-28 Deniz Dogan <deniz@dogan.se>
4525
4526 * net/rcirc.el (rcirc-mode): Use hard newlines.
4527
bc97a826
AM
45282011-10-28 Alan Mackenzie <acm@muc.de>
4529
4530 Amend to indent and fontify macros "which include their own semicolon"
4531 correctly, using the "virtual semicolon" mechanism.
4532
52bedd34 4533 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 4534
d0af9f77 4535 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 4536 Recode to scan one line at a time rather than having \n and \r
58179cce 4537 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 4538 (c-forward-label): Amend for virtual semicolons.
58179cce 4539 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 4540
52bedd34
AM
4541 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
4542 of the new C macros.
bc97a826 4543
52bedd34 4544 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
4545 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
4546 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
4547 (c-opt-cpp-macro-define): Make into a full language variable.
4548 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
4549 AWK Mode (including \n, \r) removed, no longer needed.
4550
d0af9f77
SM
4551 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
4552 Invoke c-make-macro-with-semi-re.
bc97a826 4553
52bedd34
AM
4554 * progmodes/cc-vars.el (c-macro-with-semi-re):
4555 (c-macro-names-with-semicolon): New variables.
58179cce 4556 (c-make-macro-with-semi-re): New function.
bc97a826 4557
7a6c0941
SM
45582011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4559
4560 * vc/log-edit.el: Fill empty field rather than adding new one.
4561 (log-edit-add-field): New function.
4562 (log-edit-insert-changelog): Use it.
4563
b0c4cdcf
ML
45642011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4565
4566 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
4567
ee1f1da9
SM
45682011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4569
4570 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
4571 (gdb--check-interpreter): New function.
4572 (gdb): Use it.
4573
51bc5f8b
GM
45742011-10-27 Glenn Morris <rgm@gnu.org>
4575
416a2c45
GM
4576 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
4577 (least-positive-float, least-negative-float)
4578 (least-positive-normalized-float, least-negative-normalized-float)
4579 (float-epsilon, float-negative-epsilon):
4580 Remove unnecessary declarations.
4581
4582 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
4583 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
4584 (least-positive-float, least-negative-float)
4585 (least-positive-normalized-float, least-negative-normalized-float)
4586 (float-epsilon, float-negative-epsilon): Add doc-strings,
4587 based on those in cl.texi.
4588
51bc5f8b
GM
4589 * files.el (set-visited-file-name): If the major-mode changed,
4590 reload the local variables. (Bug#9796)
4591
15de15c6
CY
45922011-10-27 Chong Yidong <cyd@gnu.org>
4593
4594 * subr.el (change-major-mode-after-body-hook): New hook.
4595 (run-mode-hooks): Run it.
4596
ee1f1da9
SM
4597 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4598 Use change-major-mode-before-body-hook.
15de15c6
CY
4599
4600 * simple.el (fundamental-mode):
4601 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
4602 change introducing fundamental-mode-hook.
4603
5430d399
JB
46042011-10-26 Juanma Barranquero <lekktu@gmail.com>
4605
acc825c5 4606 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 4607
ad74a69e
MA
46082011-10-26 Michael Albinus <michael.albinus@gmx.de>
4609
4610 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 4611 tramp.el explicitly. (Bug#7583)
ad74a69e 4612
71d4c2a5
SM
46132011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 * progmodes/octave-mod.el:
4616 * progmodes/octave-inf.el: Update maintainer.
4617
b1f6fa26
CY
46182011-10-26 Chong Yidong <cyd@gnu.org>
4619
4620 * subr.el (with-wrapper-hook): Rewrite doc.
4621
3f04efd6
MA
46222011-10-25 Michael Albinus <michael.albinus@gmx.de>
4623
4624 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 4625 filenames "/method:foo:". (Bug#9793)
3f04efd6 4626
410488d3
SM
46272011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4628
4629 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
4630 (bug#9865).
4631
c1ebb47e
GM
46322011-10-24 Glenn Morris <rgm@gnu.org>
4633
4634 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
4635
7f5c46c7
MA
46362011-10-24 Michael Albinus <michael.albinus@gmx.de>
4637
4638 * notifications.el: Add the requirement of a running D-Bus session
4639 bus to the Commentary.
4640
db2440b6
JL
46412011-10-24 Juri Linkov <juri@jurta.org>
4642
4643 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4644 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
4645 (Bug#9364)
4646
feecf435
JL
46472011-10-24 Juri Linkov <juri@jurta.org>
4648
4649 * info.el (Info-following-node-name-re): Add newline to the list
4650 of allowed characters for leading space. (Bug#9824)
4651
a3839de2
SM
46522011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4653
acc825c5
SM
4654 * progmodes/octave-inf.el (inferior-octave-mode-map):
4655 Fix C-c C-h binding.
a3839de2
SM
4656 * progmodes/octave-mod.el (octave-help): Remove.
4657
09388e76
MA
46582011-10-23 Michael Albinus <michael.albinus@gmx.de>
4659
4660 Sync with Tramp 2.2.3.
4661
4662 * net/tramp-cache.el (top): Pacify byte-compiler using
4663 `init-file-user' and `site-run-file'.
4664
4665 * net/trampver.el: Update release number.
4666
86c60681
CY
46672011-10-23 Chong Yidong <cyd@gnu.org>
4668
4669 * files.el (toggle-read-only): Remove obsolete comment about
4670 version control.
4671
4672 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
4673 for toggle-read-only. Note that this hasn't called vc-next-action
4674 since 2008-05-02, though it wasn't documented at the time.
4675
a3839de2
SM
4676 * vc/ediff-init.el (ediff-toggle-read-only-function):
4677 Use toggle-read-only.
86c60681 4678
cd5495ff
AM
46792011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
4680
4681 Fix bug #9560, sporadic wrong indentation; improve instrumentation
4682 of c-parse-state.
4683
00b77525 4684 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 4685 correct faulty logical expression.
cd5495ff
AM
4686 (c-parse-state-state, c-record-parse-state-state):
4687 (c-replay-parse-state-state): New defvar/defuns.
4688 (c-debug-parse-state): Use new functions.
4689
42ee24ed
MR
46902011-10-22 Martin Rudalics <rudalics@gmx.at>
4691
4692 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 4693 last fix. Use window-in-direction correctly.
42ee24ed 4694
a7dee7e7
CY
46952011-10-21 Chong Yidong <cyd@gnu.org>
4696
4697 * progmodes/idlwave.el (idlwave-mode):
4698 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
4699 require-final-newline; that's done in prog-mode.
4700 Suggested by Stefan Monnier.
a7dee7e7 4701
e07b9a6d
MR
47022011-10-21 Martin Rudalics <rudalics@gmx.at>
4703
4704 * mouse.el (mouse-drag-window-above)
4705 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
4706 (mouse-drag-mode-line-1, mouse-drag-header-line)
4707 (mouse-drag-vertical-line-rightward-window): Remove.
4708 (mouse-drag-line): New function.
4709 (mouse-drag-mode-line, mouse-drag-header-line)
4710 (mouse-drag-vertical-line): Call mouse-drag-line.
4711 * window.el (window-at-side-p, windows-at-side): New functions.
4712
7e1361d9
UM
47132011-10-21 Ulrich Mueller <ulm@gentoo.org>
4714
4715 * tar-mode.el (tar-grind-file-mode):
4716 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
4717
30fcaf3a
CY
47182011-10-21 Chong Yidong <cyd@gnu.org>
4719
4720 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
4721 * progmodes/vera-mode.el (vera-mode):
4722 Use mode-require-final-newline.
30fcaf3a 4723
516eddb0
GM
47242011-10-20 Glenn Morris <rgm@gnu.org>
4725
db22a3c2 4726 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 4727
10d5f513
CS
47282011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
4729
4730 * emulation/cua-base.el (cua-set-mark): Fix case of string.
4731
ac6c8639
CY
47322011-10-20 Chong Yidong <cyd@gnu.org>
4733
4734 * emulation/cua-base.el (cua-mode):
4735 * mail/footnote.el (footnote-mode):
4736 * mail/mailabbrev.el (mail-abbrevs-mode):
4737 * net/xesam.el (xesam-minor-mode):
4738 * progmodes/bug-reference.el (bug-reference-mode):
4739 * progmodes/cap-words.el (capitalized-words-mode):
4740 * progmodes/compile.el (compilation-minor-mode)
4741 (compilation-shell-minor-mode):
4742 * progmodes/gud.el (gud-tooltip-mode):
4743 * progmodes/hideif.el (hide-ifdef-mode):
4744 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4745 * progmodes/subword.el (subword-mode):
4746 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4747 * progmodes/which-func.el (which-function-mode):
4748 * term/tvi970.el (tvi970-set-keypad-mode):
4749 * term/vt100.el (vt100-wide-mode):
4750 * textmodes/flyspell.el (flyspell-mode):
4751 * textmodes/ispell.el (ispell-minor-mode):
4752 * textmodes/nroff-mode.el (nroff-electric-mode):
4753 * textmodes/paragraphs.el (use-hard-newlines):
4754 * textmodes/refill.el (refill-mode):
4755 * textmodes/reftex.el (reftex-mode):
4756 * textmodes/rst.el (rst-minor-mode):
4757 * textmodes/sgml-mode.el (html-autoview-mode)
4758 (sgml-electric-tag-pair-mode):
4759 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
4760 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
4761 * emulation/crisp.el (crisp-mode):
4762 * emacs-lisp/eldoc.el (eldoc-mode):
4763 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
4764 minor mode behavior.
4765
aa42ab43
JL
47662011-10-19 Juri Linkov <juri@jurta.org>
4767
4768 * descr-text.el (describe-char): Add #x2010 and #x2011 to
4769 the list of hard-coded chars with escape-glyph face.
4770
89400f1d
SM
47712011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4772
4773 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
4774
305c07f6
MA
47752011-10-19 Michael Albinus <michael.albinus@gmx.de>
4776
4777 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4778 running process.
4779
13754b54
GM
47802011-10-19 Glenn Morris <rgm@gnu.org>
4781
4782 * vc/vc-bzr.el (vc-bzr-after-dir-status):
4783 Ignore ignored files. (Bug#9726)
4784
06e21633
CY
47852011-10-19 Chong Yidong <cyd@gnu.org>
4786
4787 Doc fix for minor modes, stating that an omitted argument enables
4788 the mode unconditionally when called from Lisp.
4789
4790 * abbrev.el (abbrev-mode):
4791 * allout.el (allout-mode):
4792 * autoinsert.el (auto-insert-mode):
4793 * autoarg.el (autoarg-mode, autoarg-kp-mode):
4794 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4795 (global-auto-revert-mode):
4796 * battery.el (display-battery-mode):
4797 * composite.el (global-auto-composition-mode)
4798 (auto-composition-mode):
4799 * delsel.el (delete-selection-mode):
4800 * desktop.el (desktop-save-mode):
4801 * dired-x.el (dired-omit-mode):
4802 * dirtrack.el (dirtrack-mode):
4803 * doc-view.el (doc-view-minor-mode):
4804 * double.el (double-mode):
4805 * electric.el (electric-indent-mode, electric-pair-mode):
4806 * emacs-lock.el (emacs-lock-mode):
4807 * epa-hook.el (auto-encryption-mode):
4808 * follow.el (follow-mode):
4809 * font-core.el (font-lock-mode):
4810 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
4811 * help.el (temp-buffer-resize-mode):
4812 * hilit-chg.el (highlight-changes-mode)
4813 (highlight-changes-visible-mode):
4814 * hi-lock.el (hi-lock-mode):
4815 * hl-line.el (hl-line-mode, global-hl-line-mode):
4816 * icomplete.el (icomplete-mode):
4817 * ido.el (ido-everywhere):
4818 * image-file.el (auto-image-file-mode):
4819 * image-mode.el (image-minor-mode):
4820 * iswitchb.el (iswitchb-mode):
4821 * jka-cmpr-hook.el (auto-compression-mode):
4822 * linum.el (linum-mode):
4823 * longlines.el (longlines-mode):
4824 * master.el (master-mode):
4825 * mb-depth.el (minibuffer-depth-indicate-mode):
4826 * menu-bar.el (menu-bar-mode):
4827 * minibuf-eldef.el (minibuffer-electric-default-mode):
4828 * mouse-sel.el (mouse-sel-mode):
4829 * msb.el (msb-mode):
4830 * mwheel.el (mouse-wheel-mode):
4831 * outline.el (outline-minor-mode):
4832 * paren.el (show-paren-mode):
4833 * recentf.el (recentf-mode):
4834 * reveal.el (reveal-mode, global-reveal-mode):
4835 * rfn-eshadow.el (file-name-shadow-mode):
4836 * ruler-mode.el (ruler-mode):
4837 * savehist.el (savehist-mode):
4838 * scroll-all.el (scroll-all-mode):
4839 * scroll-bar.el (scroll-bar-mode):
4840 * server.el (server-mode):
4841 * shell.el (shell-dirtrack-mode):
4842 * simple.el (auto-fill-mode, transient-mark-mode)
4843 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
4844 (line-number-mode, column-number-mode, size-indication-mode)
4845 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
4846 * strokes.el (strokes-mode):
4847 * time.el (display-time-mode):
4848 * t-mouse.el (gpm-mouse-mode):
4849 * tool-bar.el (tool-bar-mode):
4850 * tooltip.el (tooltip-mode):
4851 * type-break.el (type-break-mode-line-message-mode)
4852 (type-break-query-mode):
4853 * view.el (view-mode):
4854 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4855 (global-whitespace-mode, global-whitespace-newline-mode):
4856 * xt-mouse.el (xterm-mouse-mode): Doc fix.
4857
a3839de2
SM
4858 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4859 Fix autogenerated docstring.
06e21633 4860
5214e501
JL
48612011-10-19 Juri Linkov <juri@jurta.org>
4862
4863 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
4864 by checking environment variables "DESKTOP_SESSION" and
4865 "XDG_CURRENT_DESKTOP". (Bug#9779)
4866
195f8db9
JL
48672011-10-19 Juri Linkov <juri@jurta.org>
4868
4869 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
4870 (browse-url-chromium-program, browse-url-chromium-arguments):
4871 New defcustoms.
4872 (browse-url-default-browser): Check for `browse-url-chromium' and
4873 call `browse-url-chromium-program'.
4874 (browse-url-chromium): New command. (Bug#9779)
4875
343a34ff
JB
48762011-10-18 Juanma Barranquero <lekktu@gmail.com>
4877
4878 * facemenu.el (list-colors-duplicates): On Windows, detect more
4879 duplicates by assuming that only colors matching "^System" are
4880 special "system colors". (Bug#9722)
4881
6978a151
SM
48822011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
4885 to distinguish the author from the committer.
4886
6a80b297
MA
48872011-10-18 Michael Albinus <michael.albinus@gmx.de>
4888
4889 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
4890
b31a5677
JK
48912011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
4892
4893 * international/mule.el (sgml-html-meta-auto-coding-function):
4894 Add support for detecting encoding in HTML5 specified only as
4895 <meta charset="UTF-8">. Implementation just makes http-equiv and
4896 content-type parts from HTML4 encoding string optional. (Bug#9716)
4897
80c6d77f
GM
48982011-10-18 Glenn Morris <rgm@gnu.org>
4899
4900 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
4901
08b0fee8
CY
49022011-10-18 Chong Yidong <cyd@gnu.org>
4903
4904 * faces.el (cursor): Doc fix.
4905
67e729a5
CY
49062011-10-17 Chong Yidong <cyd@gnu.org>
4907
4908 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
4909
343a34ff 49102011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
4911
4912 * dirtrack.el (dirtrack): Support shell buffers with path
4913 prefixes, e.g. tramp-based remote shells. (Bug#9647)
4914
0bc06380
TZ
49152011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
4916
4917 * json.el: Bump version to 1.3 and note change in History.
4918 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
4919
8b79f3e0
SM
49202011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4921
5a7c536b
SM
4922 * comint.el (comint-insert-input, comint-send-input)
4923 (comint-get-old-input-default, comint-backward-matching-input)
4924 (comint-next-prompt): Use nil instead of `input' for field property of
4925 past user input (bug#114).
4926
96a8a0df
SM
4927 * minibuffer.el (completion--replace): Inherit surrounding properties
4928 (bug#114).
4929 (minibuffer-complete-and-exit): Use it.
4930
8b79f3e0
SM
4931 * comint.el (comint--table-subvert): Quote the all-completions output
4932 (bug#9160).
4933
b8f7ff0d
MR
49342011-10-17 Martin Rudalics <rudalics@gmx.at>
4935
8b79f3e0 4936 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 4937
b8f7ff0d 4938 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 4939 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
4940 entries and separate them from frame entries.
4941
c235b555
GM
49422011-10-15 Glenn Morris <rgm@gnu.org>
4943
4944 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
4945 Doc fixes.
4946
6bbfa6e1
CY
49472011-10-15 Chong Yidong <cyd@stupidchicken.com>
4948
8b79f3e0
SM
4949 * net/network-stream.el (network-stream-open-starttls):
4950 Improve detection of failure due to lack of TLS support.
ec5c990d 4951
6bbfa6e1
CY
4952 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
4953 putting the input text in front and in bold.
4954
98488977
SM
49552011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4956
3d1337be
SM
4957 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
4958
ee0b45e4
SM
4959 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
4960 empty buffer.
4961
98488977
SM
4962 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
4963 unread-command-events rather than pushing yet-another event.
4964
186f4720
EZ
49652011-10-14 Eli Zaretskii <eliz@gnu.org>
4966
4967 * mail/sendmail.el (sendmail-query-once): Improve the wording of
4968 the explanation of the possible choices. Make the options passed
4969 to completing-read shorter.
4970
8b7a997c
AM
49712011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4972
4973 * textmodes/flyspell.el (flyspell-large-region): Make sure
4974 extended character mode is used if defined (Bug#1339).
4975
12587bbb
EZ
49762011-10-13 Eli Zaretskii <eliz@gnu.org>
4977
4978 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
4979 character info for LRE, LRO, RLE, and RLO characters by appending
4980 an invisible PDF.
12587bbb 4981
bad41229
SM
49822011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4983
4984 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
4985 even in case of error; add debug spec; simplify data flow.
4986 (with-timeout-handler): Remove.
4987
28dbc92f
MA
49882011-10-12 Michael Albinus <michael.albinus@gmx.de>
4989
4990 Fix Bug#6019, Bug#9315.
4991
4992 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
4993 complete `buffer-file-name', the local file name part could look
4994 remotely (for example on VMS).
4995
4996 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
4997 `tramp-run-real-handler'.
4998 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
4999 already quoted by '"'.
5000
5001 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
5002 Let `file-name-handler-alist' be nil, the local file name part
5003 could look remotely (for example on VMS).
5004
e1b0b23a
SM
50052011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5006
5007 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
5008 from here...
5009 (flyspell-post-command-hook): ...to here.
5010
a120bde9
SM
50112011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5012
5013 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
5014 if not needed.
5015 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
5016 using completion. Protect against "slow" callers.
5017 Remove the "message hack".
5018
7ce7717b
JL
50192011-10-11 Juri Linkov <juri@jurta.org>
5020
5021 * isearch.el (isearch-lazy-highlight-word): New variable.
5022 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5023 Use it. (Bug#9727)
5024
c02ee9d6
GM
50252011-10-11 Glenn Morris <rgm@gnu.org>
5026
5027 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
5028 like f90-previous-statement does.
5029
93e616fd 50302011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5031
1f190e73 5032 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
5033 only in interactive use, to avoid error.
5034
af7b6078
SM
50352011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5036
5037 * minibuffer.el (completion-file-name-table): Fix last change,
5038 i.e. ignore normal errors but not the other ones.
5039
0563dae9
MR
50402011-10-10 Martin Rudalics <rudalics@gmx.at>
5041
5042 * window.el (special-display-buffer-names)
5043 (special-display-regexps): Remove some remnants of earlier
5044 changes from doc-strings.
366ca7f3
MR
5045 (quit-windows-on): New function.
5046
5047 * vc/vc.el (vc-revert, vc-rollback):
5048 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
5049 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 5050 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 5051
49677495
MR
50522011-10-09 Martin Rudalics <rudalics@gmx.at>
5053
5054 * window.el (frame-auto-hide-function): Add version tag.
5055 (Bug#9699)
5056
56f2d1e1
MA
50572011-10-09 Michael Albinus <michael.albinus@gmx.de>
5058
5059 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
5060 condition.
5061
112a6592
LL
50622011-10-09 Leo Liu <sdl.web@gmail.com>
5063
5064 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
5065 (Bug#9701)
5066
0812589b
GM
50672011-10-08 Glenn Morris <rgm@gnu.org>
5068
5069 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
5070 before the first code statement zero indent. (Bug#9690)
5071
b2b0776e
CY
50722011-10-08 Chong Yidong <cyd@stupidchicken.com>
5073
5074 * simple.el (count-words-region): Always count in the region.
5075 Report the number of lines and characters too.
5076 (count-words): New command, which counts in the buffer if the
5077 region is inactive, as count-words-region used to.
5078 (count-words--message): New function. Handle plurals.
5079 (count-lines-region): Make it an alias for count-words-region.
5080
5081 * bindings.el (esc-map): Replace count-lines-region with
5082 count-words-region.
5083
c557cd6b
MR
50842011-10-08 Martin Rudalics <rudalics@gmx.at>
5085
5086 * window.el (window--delete): Delete dedicated frame
5087 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 5088 (switch-to-buffer): Fix doc-string typo.
c557cd6b 5089
61a57ef4 50902011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5091
3a7d293b 5092 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 5093
c3833279
CY
50942011-10-07 Chong Yidong <cyd@stupidchicken.com>
5095
5096 * bindings.el ([M-left],[M-right]): Bind to left-word and
5097 right-word respectively.
5098
21ce8245
GM
50992011-10-07 Glenn Morris <rgm@gnu.org>
5100
5101 * cus-start.el (debug-on-quit): Fix custom type.
5102
6d823bb2
LMI
51032011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5104
0181e193
LMI
5105 * subr.el (define-key-after): Clarify that the function is not
5106 useful for non-menu keymaps.
5107
6d823bb2
LMI
5108 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
5109
8e3459ce 51102011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5111
21ce8245 5112 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 5113 in current minibuffer (Fix bug with recursive minibuffers).
5114
a1c2d21e
CY
51152011-10-06 Chong Yidong <cyd@stupidchicken.com>
5116
5117 * progmodes/gdb-mi.el (gdb): Doc fix.
5118
5a4cf282
MR
51192011-10-05 Martin Rudalics <rudalics@gmx.at>
5120
5121 * window.el (frame-auto-hide-function): New option replacing
5122 frame-auto-delete. Suggested by Stefan Monnier.
5123 (window--delete): Call frame-auto-hide-function instead of
5124 investigating frame-auto-delete.
c96111ea
MR
5125 (window-point-1, set-window-point-1): New functions.
5126 (window-in-direction, record-window-buffer, window-state-get-1)
5127 (display-buffer-record-window): Use window-point-1 instead of
5128 window-point.
5129 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 5130
9854542e
SM
51312011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5132
5133 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
5134
8943cfb0
GM
51352011-10-05 Glenn Morris <rgm@gnu.org>
5136
5137 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
5138 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
5139
647ab967
LL
51402011-10-05 Leo Liu <sdl.web@gmail.com>
5141
5142 * subr.el (read-char-choice): Fix argument to buffer-live-p which
5143 works with buffer object.
5144
3ddfbced
SM
51452011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5146
5147 * mpc.el (mpc-tool-bar-map): Add labels.
5148
bdfa5dd2
GM
51492011-10-04 Glenn Morris <rgm@gnu.org>
5150
5151 * calendar/holidays.el (calendar-check-holidays): Doc fix.
5152
0e2070b5
MR
51532011-10-04 Martin Rudalics <rudalics@gmx.at>
5154
5155 * window.el (window--delete): New function.
5156 (frame-auto-delete): Resuscitate option.
5157 (bury-buffer, replace-buffer-in-windows)
5158 (quit-window): Rewrite using window--delete.
5159 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5160 Pass display-buffer-mark-dedicated to window--display-buffer-2
5161 (Bug#9639).
5162
3dc61a09
SM
51632011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5164
915a9b64
SM
5165 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
5166 returns a list (bug#9554). Add remote file name completion.
5167 * comint.el (comint--table-subvert): Curry and get quote&unquote
5168 functions as arguments.
5169 (comint--complete-file-name-data): Adjust call accordingly.
5170 * pcomplete.el (pcomplete--table-subvert): Remove.
5171 (pcomplete-completions-at-point): Use comint--table-subvert instead.
5172
3dc61a09
SM
5173 * minibuffer.el (completion-table-case-fold): Use currying.
5174 (completion--styles-type, completion--cycling-threshold-type):
5175 New constants.
5176 (completion-styles, completion-category-overrides)
5177 (completion-cycle-threshold): Use them.
5178 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
5179 completion-table-case-fold.
5180
8ea0a993
SB
51812011-10-03 Stephen Berman <stephen.berman@gmx.net>
5182
5183 * minibuffer.el (completion-category-overrides): Fix type of styles
5184 and add more user friendly tags (bug#9660).
5185
8c24b7f6
SM
51862011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5187
5188 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
5189 (mule-input-method-string): New widget.
5190 (default-input-method, language-info-custom-alist): Use it.
5191
428fe61a
SM
51922011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5193
32c1fffd
SM
5194 * pcomplete.el: Require comint.
5195 (pcomplete--common-suffix): Remove.
5196 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
5197 (pcomplete--table-subvert): Sync with comint--table-subvert.
5198 (pcomplete--entries): Use comint-completion-file-name-table.
5199 * comint.el (comint-unquote-filename): Simplify.
5200 (comint-completion-file-name-table): New function (bug#9616).
5201 (comint--complete-file-name-data): Use it.
5202
428fe61a
SM
5203 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
5204 (pcmpl-gnu-tar-buffer): Remove.
5205 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
5206 around. Make sure pcomplete-suffix-list is only changed temporarily.
5207 Don't look inside the tar's file if it's too large.
428fe61a 5208
04c52e2f
CY
52092011-10-01 Chong Yidong <cyd@stupidchicken.com>
5210
ce3cefcc
CY
5211 * cus-edit.el (custom-mode-map):
5212 * epa.el (epa-key-list-mode-map):
5213 * man.el (Man-mode-map):
5214 * startup.el (splash-screen-keymap):
5215 * simple.el (special-mode-map): Use scroll-up-command and
5216 scroll-down-command.
5217
5218 * progmodes/idlw-help.el (idlwave-help-mode-map):
5219 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
5220 * net/newst-plainview.el (newsticker-mode-map):
5221 * emulation/ws-mode.el (wordstar-mode-map):
5222 * emulation/vi.el (vi-com-map):
5223 * calc/calc-graph.el (calc-graph-show-dumb):
5224 * term/sun.el (terminal-init-sun):
5225 * term/ns-win.el (global-map):
5226 * progmodes/grep.el (grep-mode-map):
5227 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
5228 * mail/rmail.el (rmail-mode-map):
5229 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
5230
04c52e2f
CY
5231 * custom.el (custom-safe-themes, load-theme): Treat value of t for
5232 custom-safe-themes as special.
5233
79adf8c8
JD
52342011-10-01 Julien Danjou <julien@danjou.info>
5235
5236 * notifications.el (notifications-notify): Fix docstring.
5237
63bd50d3
PS
52382011-10-01 Per Starbäck <per@starback.se>
5239
5240 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
5241
199e4c7e
MR
52422011-09-30 Martin Rudalics <rudalics@gmx.at>
5243
5244 * startup.el (command-line-1): Fix last fix by inserting
5245 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 5246 (Bug#9605) and (Bug#9636)
199e4c7e 5247
fe5f08dd
EZ
52482011-09-29 Eli Zaretskii <eliz@gnu.org>
5249
5250 * simple.el (line-move): If auto-hscroll-mode is disabled and the
5251 window is hscrolled, move by logical lines. (Bug#9607)
5252 (line-move-visual): Update the doc string to the above effect.
5253
b5516bbd
MR
52542011-09-29 Martin Rudalics <rudalics@gmx.at>
5255
ccee00c0
MR
5256 * window.el (display-buffer-record-window): When WINDOW is the
5257 selected window use `point' instead of `window-point'. (Bug#9626)
5258
b5516bbd
MR
5259 * startup.el (command-line-1): Use insert-before-markers when
5260 inserting initial-scratch-message. (Bug#9605)
ccee00c0 5261
b5516bbd
MR
5262 * help.el (help-window): Remove variable.
5263
52aa0014
GM
52642011-09-29 Glenn Morris <rgm@gnu.org>
5265
5266 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
5267
df9a7357
JB
52682011-09-29 Juanma Barranquero <lekktu@gmail.com>
5269
5270 * descr-text.el (describe-char-categories): Accept category
5271 descriptions more than one line long.
5272
a8406c20
SM
52732011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5274
88d9610c
SM
5275 * simple.el (delete-trailing-whitespace): Fix last change.
5276
a5daf810
SM
5277 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5278 Don't confuse "y => 3" as the beginning of a `y' operation.
5279
a8406c20
SM
5280 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
5281 object has more than 4 slots (bug#9613).
5282
a239d4e9
JB
52832011-09-28 Juanma Barranquero <lekktu@gmail.com>
5284
5285 * subr.el (with-output-to-temp-buffer):
5286 * net/quickurl.el (quickurl, quickurl-browse-url):
5287 Fix typos in docstrings.
5288
693fbdb6
EZ
52892011-09-27 Eli Zaretskii <eliz@gnu.org>
5290
5291 * minibuffer.el (completion-styles)
5292 (completion-category-overrides): Cross reference each other in doc
5293 strings.
5294
8b457e28
GM
52952011-09-27 Glenn Morris <rgm@gnu.org>
5296
5297 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
5298 to split-string. (Bug#9606)
5299
85a16208
LMI
53002011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5301
5302 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
5303 (bug#9615).
5304
502f9ebd
CY
53052011-09-27 Chong Yidong <cyd@stupidchicken.com>
5306
5307 * emacs-lisp/package.el (list-packages): Fix echo area message.
5308
7690bdea
LL
53092011-09-27 Leo Liu <sdl.web@gmail.com>
5310
5311 * ido.el (ido-read-internal): Accept cons cell HIST arg.
5312
e2ee6f30
MA
53132011-09-25 Michael Albinus <michael.albinus@gmx.de>
5314
5315 * net/dbus.el (dbus-unregister-object): Don't release services for
5316 registered signals. (Bug#9581)
5317
f3f98342
TZ
53182011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5319
5320 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
5321 function that picks between cfengine 2 and 3 support
5322 automatically. Update docs accordingly.
5323
dd7aa8dd
KH
53242011-09-22 Kenichi Handa <handa@m17n.org>
5325
5326 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
5327 ZERO.
5328 (indian-itrans-v5-table-for-tamil): New variable.
5329 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
5330
3f2b07f8
KM
53312011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
5332
5333 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
5334 that's true if the current command involved collapsing of text.
5335 It's reset to false at the beginning of the next command.
5336 (allout-post-command-business): Move the cursor to the beginning
5337 of entry if the cursor is hidden and collapsing activity just
5338 happened.
5339
371d6a61
CY
53402011-09-24 Chong Yidong <cyd@stupidchicken.com>
5341
5342 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
5343 tracking (Bug#9541).
5344
2ac2721a
UJ
53452011-09-24 Ulf Jasper <ulf.jasper@web.de>
5346
5347 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
5348 (newsticker-show-news): Automatically load html rendering package
5349 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
5350 because w3m-fill-column is let-bound" and the error "Symbol's value
5351 as variable is void: w3m-fill-column".
2ac2721a 5352
fac7ae53
MA
53532011-09-24 Michael Albinus <michael.albinus@gmx.de>
5354
5355 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
5356 Release services only if they are defined. (Bug#9581)
5357
e08b633b
RS
53582011-09-23 Richard Stallman <rms@gnu.org>
5359
e488d29c
RS
5360 * textmodes/paragraphs.el (forward-sentence): For backwards case,
5361 distinguish start of paragraph from start of its text.
5362
19c38752
RS
5363 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
5364
e08b633b
RS
5365 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
5366 (rmail-generate-viewer-buffer): Put that hook on view buffer.
5367 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
5368
0a39f27e
AS
53692011-09-23 Andreas Schwab <schwab@linux-m68k.org>
5370
5371 * international/mule-diag.el (mule-diag): Insert a newline after
5372 each fontset description.
5373
db4e950d
SM
53742011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5375
5376 * simple.el (delete-trailing-whitespace):
5377 Document last change; simplify.
5378
eca3f3ea
PW
53792011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
5380
d68e189a
PW
5381 * simple.el (delete-trailing-whitespace): Also delete
5382 extra newlines at the end of the buffer.
5383
eca3f3ea
PW
5384 * textmodes/picture.el: Make motion commands obey shift-select-mode.
5385 (picture-newline): Use forward-line so as to ignore fields.
5386
01c157cc
SM
53872011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5388
5389 * subr.el (with-wrapper-hook): Fix edebug spec.
5390
022de23e
LMI
53912011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5392
5393 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
5394 (bug#4538).
5395
91683089
MA
53962011-09-23 Michael Albinus <michael.albinus@gmx.de>
5397
eca3f3ea
PW
5398 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
5399 Fix nasty bug using wrong cached values.
91683089 5400
5bdd6fa4
AM
54012011-09-23 Alan Mackenzie <acm@muc.de>
5402
5403 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
5404
97adfb97
CY
54052011-09-23 Chong Yidong <cyd@stupidchicken.com>
5406
5407 * window.el (pop-to-buffer): Ensure right window is selected if we
5408 chose another frame.
5409
d4ef2b50
EZ
54102011-09-22 Eli Zaretskii <eliz@gnu.org>
5411
5412 * simple.el (what-cursor-position): Use get-char-property-change
5413 and next-single-char-property-change, to be able to show display
5414 properties that come from overlays as well as text properties.
5415
72258fe5
CY
54162011-09-22 Chong Yidong <cyd@stupidchicken.com>
5417
5418 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
5419
5420 * cmuscheme.el (run-scheme, switch-to-scheme):
5421 * cus-edit.el (customize-group, custom-buffer-create)
5422 (customize-browse):
5423 * info.el (info):
5424 * shell.el (shell):
5425 * mail/sendmail.el (mail):
5426 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
5427
8f098516
RS
54282011-09-22 Richard Stallman <rms@gnu.org>
5429
5430 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
5431 move back only to line beg, don't move back over blank lines.
5432
e74f1bb6
MA
54332011-09-22 Michael Albinus <michael.albinus@gmx.de>
5434
5435 * files.el (copy-directory): Set directory attributes only in case
5436 they could be retrieved from the source directory. (Bug#9565)
5437
bfeef8b6
DK
54382011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
5439
5440 * progmodes/hideshow.el (hs-looking-at-block-start-p)
5441 (hs-find-block-beginning, hs-hide-level-recursive):
5442 Ignore strings as well as comments. (Bug#9502)
5443
7e423bb8
AS
54442011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
5445
5446 * progmodes/sql.el (sql-comint-postgres):
5447 Convert port number to a string. (Bug#9566)
5448
b4d72fcf
MR
54492011-09-22 Martin Rudalics <rudalics@gmx.at>
5450
5451 * window.el (quit-window): Undedicate window when switching to
5452 previous buffer. Reported by Thierry Volpiatto
5453 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
5454 (special-display-popup-frame): When popping up a new frame reset
5455 its previous buffers to nil. Simplify code.
b4d72fcf 5456
a7b88dc6
MA
54572011-09-21 Michael Albinus <michael.albinus@gmx.de>
5458
5459 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
5460 and process filter, as done also in `shell-command'.
5461
cf4eacfd
MR
54622011-09-21 Martin Rudalics <rudalics@gmx.at>
5463
eca3f3ea 5464 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
5465 Call set-window-start with NOFORCE argument t.
5466 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
5467 (quit-window): Reword doc-string. Handle new format of
5468 quit-restore parameter. Don't delete window if it has a
5469 previous buffer we can show instead of the present one.
5470 (display-buffer-record-window): Rewrite using a new format for
5471 the quit-restore window parameter
5472 (special-display-popup-frame, display-buffer-same-window)
5473 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5474 (display-buffer-pop-up-window, display-buffer-use-some-window):
5475 Adapt symbol passed to display-buffer-record-window.
5476 * help.el (help-window-setup): Handle new format of quit-restore
5477 parameter.
5478
8d28cb95
SM
54792011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5480
94ab793f
SM
5481 * faces.el (face-list): Fix docstring (bug#9564).
5482
8d28cb95
SM
5483 * window.el (display-buffer--action-function-custom-type):
5484 Don't include internal functions in the Custom interface.
5485
3820edeb
JL
54862011-09-20 Juri Linkov <juri@jurta.org>
5487
5488 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
5489 (Info-forward-node, Info-backward-node, Info-next-preorder)
5490 (Info-last-preorder): Use it. (Bug#9528)
5491
5147931d
JL
54922011-09-20 Juri Linkov <juri@jurta.org>
5493
5494 * info.el (Info-last-preorder): Visit last menu item only when
5495 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
5496
cf499a1a
JD
54972011-09-20 Julien Danjou <julien@danjou.info>
5498
5499 * password-cache.el (password-cache-remove): Remove entries even if the
5500 value is nil, so that password with a nil value (negative caching) is
5501 possible to invalidate.
5502
f84e2fe2
LM
55032011-09-20 Lawrence Mitchell <wence@gmx.li>
5504
5505 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
5506 all whitespace around breakpoint. (Bug#9553)
5507 (f90-find-breakpoint): Only break at whitespace inside a comment.
5508
78054a46
SM
55092011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5510
5511 * minibuffer.el (completion-file-name-table): Keep track of errors.
5512 (completion-table-with-predicate): Handle the case where pred1 is nil.
5513 * pcomplete.el (pcomplete-completions-at-point): Simplify.
5514
345083b2
SM
55152011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5516
e24e27be
SM
5517 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
5518 (debugger-return-value): Signal an error if the debugging context does
5519 not await any return value.
5520
345083b2
SM
5521 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
5522 * image-mode.el (image-toggle-display-text)
5523 (image-toggle-display-image): Stay away from evil `intangible'.
5524
08d355e3
LL
55252011-09-19 Leo Liu <sdl.web@gmail.com>
5526
5527 * replace.el (occur-revert-arguments): Make it permanent-local.
5528 (occur-mode): Don't call font-lock-defontify.
5529
f01da43f
CY
55302011-09-19 Chong Yidong <cyd@stupidchicken.com>
5531
5532 * net/ldap.el (ldap-search-internal): Don't push empty search
5533 result (Bug#9508).
5534
b6072fa6
SM
55352011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5536
5537 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
5538
443d6696
MA
55392011-09-19 Michael Albinus <michael.albinus@gmx.de>
5540
5541 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
5542 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
5543
7cc6e154
JL
55442011-09-18 Juri Linkov <juri@jurta.org>
5545
5546 * buff-menu.el (Buffer-menu-mode-map):
5547 * dired.el (dired-mode-map):
5548 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
5549 (lisp-interaction-mode-map):
5550 * emacs-lisp/package.el (package-menu-mode-map):
5551 * epa.el (epa-key-list-mode-map):
5552 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
5553 (menu-bar-options-menu):
5554 * outline.el (outline-mode-menu-bar-map):
5555 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
5556 * vc/vc-dir.el (vc-dir-menu-map):
5557 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
5558 Capitalize non-function content words in menu item strings.
5559
5560 * dired.el (dired-mode-map): Add menu item for
5561 `image-dired-dired-toggle-marked-thumbs'.
5562
80302a81
JL
55632011-09-18 Juri Linkov <juri@jurta.org>
5564
5565 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
5566 to `isearch-case-fold-search' and restore its original value
5567 after the `isearch-mode' call.
5568
46c5cf66
JL
55692011-09-18 Juri Linkov <juri@jurta.org>
5570
5571 * progmodes/grep.el (grep-process-setup): Don't check code for 1
5572 because `zgrep' returns 1 for successful matches (bug#9226).
5573
d18b513b
JL
55742011-09-18 Juri Linkov <juri@jurta.org>
5575
5576 * info.el (Info-extract-menu-node-name): Check the second match
5577 for empty string (second test-case of bug#9528).
5578 (Info-last-preorder): Let-bind `Info-history' to nil to not add
5579 intermediate nodes to the history (first test-case of bug#9528).
5580
72753f87
JL
55812011-09-18 Juri Linkov <juri@jurta.org>
5582
5583 * info.el (Info-mode-syntax-table): New variable.
1154d12e 5584 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 5585
c9384295
JL
55862011-09-18 Juri Linkov <juri@jurta.org>
5587
1154d12e
JB
5588 * info.el (Info-file-supports-index-cookies):
5589 Increment line-beginning-position's arg from 3 to 4 because makeinfo
5590 outputs one more line for long file names (bug#4142).
c9384295 5591
d473dce8
CY
55922011-09-18 Chong Yidong <cyd@stupidchicken.com>
5593
5594 * newcomment.el (comment-normalize-vars): If prompting for
5595 comment-start, set comment-start-skip too (Bug#8424).
5596
2176854d
JB
55972011-09-18 Johan Bockgård <bojohan@gnu.org>
5598
5599 * icomplete.el: Fix previous fix of Bug#5849.
5600 (icomplete-mode): Don't set completion-show-inline-help.
5601 (icomplete-minibuffer-setup): Set completion-show-inline-help
5602 locally during icompletion.
5603
3aace4e4
CY
56042011-09-18 Chong Yidong <cyd@stupidchicken.com>
5605
c940224f
CY
5606 * woman.el (woman2-process-escapes): Don't delete unrecognized
5607 escapes (Bug#7843).
5608
3aace4e4
CY
5609 * files.el (inhibit-first-line-modes-regexps): Add image files.
5610 (hack-local-variables-prop-line): Return nil for malformed
5611 prop-lines (Bug#9044).
5612
710dec63
MA
56132011-09-18 Michael Albinus <michael.albinus@gmx.de>
5614
5615 * net/tramp.el (top): Don't require 'shell.
5616 (tramp-methods): Fix docstring.
5617 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
5618 Return complete remote file name. Handle "smb" case.
5619 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
5620 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
5621
5622 * net/tramp-compat.el (top): Require 'shell.
5623
5624 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5625 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
5626 `tramp-current-host'.
5627 (tramp-get-remote-tmpdir): Remove.
5628
5629 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
5630 `tramp-tmpdir' entries.
5631 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
5632 (tramp-smb-handle-file-attributes): Ignore errors.
5633 (tramp-smb-wait-for-output): Check also for process end.
5634
5d5ac8ec
LMI
56352011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5636
5637 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
5638 when sending QUIT (bug#9312).
5639
8c0f49f0
CY
56402011-09-17 Chong Yidong <cyd@stupidchicken.com>
5641
5642 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
5643 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
5644 occur-mode-display-occurrence.
5645 (occur-edit-mode): Add usage message.
5646 (occur-cease-edit): New command.
5647 (occur-after-change-function): Use text properties to find the
5648 position of the prefix text.
5649 (occur-engine): Set stickiness of prefix text properties.
5650
8f1383f7
GM
56512011-09-17 Glenn Morris <rgm@gnu.org>
5652
5653 * progmodes/etags.el (complete-tag):
5654 Fix call to completion-in-region. (Bug#9526)
5655
744ba0e3
JL
56562011-09-17 Juri Linkov <juri@jurta.org>
5657
5658 * textmodes/ispell.el (ispell-word): Add to the error message
5659 the word, ispell program name and current dictionary (bug#9121).
5660 (ispell-tex-arg-end): Capitalize "error" in the error message.
5661
d9bbf400
AS
56622011-09-17 Andreas Schwab <schwab@linux-m68k.org>
5663
5664 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
5665 check. (Bug#4251)
5666
8da11505
JL
56672011-09-17 Juri Linkov <juri@jurta.org>
5668
5669 * window.el (window-safe-min-height, window-safe-min-width):
5670 Fix typos (followup to bug#9522).
5671
a91adc7e
SJ
56722011-09-17 Sven Joachim <svenjoac@gmx.de>
5673
5674 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
5675
064f328a
EZ
56762011-09-16 Eli Zaretskii <eliz@gnu.org>
5677
5678 * simple.el (line-move): If goal-column is set, move by logical
5679 lines, not by display lines. (Bug#971)
5680 (next-line, previous-line, goal-column, line-move-visual): Doc fix
5681 to reflect the above change.
5682
e69df516
SM
56832011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5684
5685 * image.el (imagemagick-register-types): Use regexp-opt.
5686
cbb0f9ab
CY
56872011-09-15 Chong Yidong <cyd@stupidchicken.com>
5688
5689 * window.el (display-buffer-base-action): Rename from
5690 display-buffer-default-action. Make default value empty.
5691 (display-buffer-overriding-action): Convert to defvar.
5692 (display-buffer-fallback-action): New var.
5693
25322144
CY
56942011-09-15 Chong Yidong <cyd@stupidchicken.com>
5695
5696 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
5697 declaration.
5698 (package--add-to-archive-contents): If there is a duplicate entry
5699 with an older version, remove it.
5700 (package-menu-mark-delete, package-menu-mark-install)
5701 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
5702 (package-menu-mark-obsolete-for-deletion):
5703 Use package-menu-get-status instead of a regexp search.
25322144
CY
5704 (package-menu-get-status): Use tabulated-list-entry.
5705 (package-menu-mark-upgrades): New command.
d770725a 5706 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
5707 (package-menu-execute): Do installation before deletion.
5708 (package-menu-refresh, package-menu-execute): Use derived-mode-p
5709 instead of checking major-mode.
5710 (package-menu--find-upgrades): New function.
5711
7520339c
LMI
57122011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5713
5714 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
5715 passwords in the log buffer.
65a046c4
LMI
5716 (smtpmail-process-filter): Update the process marker so that the
5717 "broken by peer" status message is inserted in the right place.
7520339c 5718
d3c30954
SM
57192011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5720
3fe48822
SM
5721 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
5722 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
5723 bibtex-completion-at-point-function.
5724 (bibtex-completion-at-point-function): Use them.
5725
1b8b3954
SM
5726 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
5727
d3c30954
SM
5728 * mpc.el (mpc-constraints-tag-lookup): New function.
5729 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
5730 also to browser "album|playlist".
5731
72779976
JL
57322011-09-14 Juri Linkov <juri@jurta.org>
5733
5734 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
5735 (isearch-edit-string): Use length of `isearch-string' when
5736 `isearch-fail-pos' returns nil.
5737 (isearch-message): Remove duplicate code and call
5738 `isearch-fail-pos' with arg `t'.
5739
a0bf2bcd
CY
57402011-09-14 Chong Yidong <cyd@stupidchicken.com>
5741
17bb0a2d
CY
5742 * replace.el (occur-mode-goto-occurrence): Don't force using other
5743 window (Bug#9499).
5744
a0bf2bcd
CY
5745 * dired-aux.el (dired-do-chmod): Don't provide initial input.
5746
f678e0b6
MR
57472011-09-14 Martin Rudalics <rudalics@gmx.at>
5748
5749 * window.el (display-buffer-window): Remove.
5750 (display-buffer-record-window): Use help-setup window parameter
5751 instead of variable display-buffer-window.
5752 (display-buffer-function, special-display-buffer-names)
5753 (special-display-function): Mention help-setup parameter instead
5754 of display-buffer-window in doc-string.
d3c30954
SM
5755 * help.el (help-window-setup): New argument help-window.
5756 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
5757 Reword some messages.
5758 (with-help-window): Pass window used for displaying the buffer
5759 to help-window-setup. Don't set display-buffer-window.
5760
8e39b2e8
GM
57612011-09-13 Glenn Morris <rgm@gnu.org>
5762
5763 * emacs-lisp/debug.el (debugger-make-xrefs):
5764 Preserve point. (Bug#9462)
5765
85e9c04b
CY
57662011-09-13 Chong Yidong <cyd@stupidchicken.com>
5767
5768 * window.el (window-deletable-p): Use next-frame.
5769
1b36ed6a
MR
57702011-09-13 Martin Rudalics <rudalics@gmx.at>
5771
5772 * window.el (window-auto-delete): Remove.
5773 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 5774 dedication and previous buffers.
1b36ed6a
MR
5775 (switch-to-prev-buffer): Don't delete window.
5776 (delete-windows-on): Delete a window's frame if and only if the
5777 window is dedicated.
5778 (replace-buffer-in-windows): Delete buffer's window or frame if
5779 and only if window is dedicated.
5780 (quit-window): Handle quit-restore as before last change.
4d61f28d 5781 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 5782
ef8ef9fb
CY
57832011-09-13 Chong Yidong <cyd@stupidchicken.com>
5784
5785 * window.el (window-deletable-p): Never delete the last frame on a
5786 given terminal.
5787
b2cba41e
GM
57882011-09-13 Glenn Morris <rgm@gnu.org>
5789
5790 * help.el (describe-key-briefly): Copy previous standard-output change.
5791
51553db6 57922011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
5793
5794 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
5795
b7556719
GM
57962011-09-13 Glenn Morris <rgm@gnu.org>
5797
5798 * emacs-lisp/lisp-mode.el (lisp-indent-function):
5799 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
5800
64b51947
CY
58012011-09-12 Chong Yidong <cyd@stupidchicken.com>
5802
5803 * dired-aux.el (dired-mark-read-string): Don't return default
5804 value on empty input (Bug#9361).
5805 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
5806 Omit initial minibuffer contents.
5807 (dired-do-chmod): Signal an error on empty input.
5808 (dired-mark-read-string): Don't return default on empty input.
5809
5810 * files.el (file-modes-symbolic-to-number): Doc fix.
5811
393a301e
SM
58122011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5813
5814 * international/mule-cmds.el (ucs-completions): Remove.
5815 (read-char-by-name): Use complete-with-action instead; add metadata.
5816
fa5660f9
CY
58172011-09-11 Chong Yidong <cyd@stupidchicken.com>
5818
5819 * window.el (display-buffer--action-function-custom-type)
5820 (display-buffer--action-custom-type): New vars.
5821 (display-buffer-alist, display-buffer-default-action)
5822 (display-buffer-overriding-action): Add defcustom types.
5823
4a592f66
CY
5824 * frame.el (delete-other-frames): Doc fix (Bug#276).
5825
73d56dbd
LMI
58262011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5827
5828 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
5829
37ac18a3
CY
58302011-09-11 Chong Yidong <cyd@stupidchicken.com>
5831
5832 Change modes that used same-window-* vars to use switch-to-buffer.
5833
5834 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
5835 Use switch-to-buffer.
5836
5837 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
5838 (customize-browse, custom-buffer-create-other-window):
5839 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
5840
5841 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
5842 (Info-prev, Info-up, Info-speedbar-goto-node)
5843 (info-display-manual): Use switch-to-buffer.
5844 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
5845
5846 * mail/sendmail.el (mail): Use switch-to-buffer.
5847 (mail-recover): Use switch-to-buffer-other-window.
5848
5849 * cmuscheme.el (run-scheme, switch-to-scheme):
5850 * ielm.el (ielm):
5851 * shell.el (shell):
5852 * net/rlogin.el (rlogin):
5853 * net/telnet.el (telnet, rsh):
5854 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
5855
10195bd6
AS
58562011-09-11 Andreas Schwab <schwab@linux-m68k.org>
5857
5858 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
5859
b322f63a
LMI
58602011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5861
39d7fed6
LMI
5862 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
5863 so don't mention it (bug#9301).
ba5a81f1 5864 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 5865
ee0e9f11
LMI
5866 * faces.el (face-spec-set-match-display): Make `(type graphic)'
5867 match `x', `w32' and `ns', like the manual says (bug#9029).
5868
0b1c89c1 5869 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
5870 (process-kill-buffer-query-function): Mention the buffer name in
5871 the query.
0b1c89c1 5872
77549ea8
LMI
5873 * image-mode.el (image-next-line): The line parameter is mandatory
5874 (bug#9258).
5875
803ef892
LMI
5876 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
5877 which can be useful (bug#9301).
5878
12980837
LMI
5879 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
5880
91054f8f
LMI
5881 * subr.el (match-string): Mention that the current buffer should
5882 be the same as the search was done in (bug#9282).
5883
b322f63a
LMI
5884 * facemenu.el: Disable the remove-* commands if the mark isn't
5885 active (bug#9162).
5886
3199b96f
CY
58872011-09-10 Chong Yidong <cyd@stupidchicken.com>
5888
5889 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
5890 of display-buffer.
5891 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
5892
5893 * replace.el (occur-mode-goto-occurrence)
5894 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
5895 and display-buffer.
5896
5897 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
5898 display-buffer.
5899
5900 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
5901 special-display and same-window variables.
5902 (mail-other-window): Use switch-to-buffer-other-window.
5903 (mail-other-frame): USe switch-to-buffer-other-frame.
5904
393a301e
SM
5905 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
5906 Use display-buffer-other-frame.
3199b96f
CY
5907 (gdb-display-gdb-buffer): Use pop-to-buffer.
5908
5909 * progmodes/gud.el (gud-goto-info): Use info-other-window.
5910
5911 * progmodes/python.el: Don't set same-window-buffer-names.
5912
5913 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
5914
5915 * window.el (display-buffer-alist): Add *Python*.
5916
8319e0bf
CY
59172011-09-10 Chong Yidong <cyd@stupidchicken.com>
5918
5919 * window.el (display-buffer-alist): Add entry for buffers
5920 previously handled same-window-*.
5921 (display-buffer-alist, display-buffer-default-action)
5922 (display-buffer-overriding-action): Mark as risky.
5923 (display-buffer-alist): Document action function changes.
5924 (display-buffer--same-window-action)
5925 (display-buffer--other-frame-action): New variables.
5926 (switch-to-buffer, display-buffer-other-frame): Use them.
5927 (display-buffer): Rename reuse-frame entry to reusable-frames.
5928 (display-buffer-reuse-selected-window): Function deleted.
5929 (display-buffer-reuse-window): Handle reusable-frames alist entry.
5930 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
5931 (display-buffer-special): New function.
5932 (display-buffer--maybe-pop-up-frame-or-window): Rename from
5933 display-buffer-reuse-or-pop-window. Split off special-display
5934 part into display-buffer-special.
5935 (display-buffer-use-some-window): Don't perform any special
5936 pop-up-frames handling.
5937 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 5938 (display-buffer--maybe-same-window): Rename from
0d3ff375 5939 display-buffer-maybe-same-window.
8319e0bf 5940
919a69aa
CY
5941 * info.el: Don't set same-window-regexps.
5942 (info-setup): New function.
5943 (info-other-window, info): Call it.
5944
5945 * cus-edit.el: Don't set same-window-regexps.
5946 (customize-group): New argument.
5947 (customize-group-other-window): Use it.
5948 (customize-face, customize-face-other-window): Likewise.
5949 (custom-buffer-create-other-window): Use pop-to-buffer directly.
5950
8319e0bf
CY
5951 * net/rlogin.el:
5952 * net/telnet.el:
5953 * progmodes/gud.el: Don't set same-window-regexps.
5954
5955 * cmuscheme.el:
5956 * ielm.el:
5957 * shell.el:
5958 * mail/sendmail.el:
5959 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
5960
25173000
JL
59612011-09-10 Juri Linkov <juri@jurta.org>
5962
5963 * isearch.el (isearch-edit-string): Remove obsolete mention of
5964 `C-w' (`isearch-yank-word-or-char') from docstring.
5965 (isearch-query-replace): Fix typo in docstring (bug#9466).
5966
056e44ef
JL
59672011-09-10 Juri Linkov <juri@jurta.org>
5968
5969 * paren.el (show-paren-function): Don't show escaped parens.
5970 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
5971
c3760c17
EZ
59722011-09-10 Eli Zaretskii <eliz@gnu.org>
5973
5974 * mail/sendmail.el (mml-to-mime, mml-attach-file)
5975 (mm-default-file-encoding): Remove autoload forms, they are
5976 replaced with autoload cookies in mml.el and mm-encode.el.
5977 (mail-add-attachment): New command.
5978 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
5979 (mail-mode): Mention mail-insert-file and mail-add-attachment in
5980 the doc string.
5981 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
5982
fece895e
RT
59832011-09-10 Reuben Thomas <rrt@sc3d.org>
5984
e69df516
SM
5985 * simple.el (count-words-region): Use buffer if there's no region
5986 (bug#9429).
fece895e 5987
5e68ce4a
JL
59882011-09-09 Juri Linkov <juri@jurta.org>
5989
5990 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
5991 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
5992 (wdired-isearch-filter-read-only): New function. (Bug#6362)
5993
0a6b9622
AM
59942011-09-09 Alan Mackenzie <acm@muc.de>
5995
5996 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
5997 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
5998
14a29deb
EZ
59992011-09-09 Eli Zaretskii <eliz@gnu.org>
6000
6001 Fix for Savannah bug#9392.
6002 * simple.el (mail-encode-mml): New defvar.
6003
6004 * mail/rmail.el (mail-encode-mml): Add a defvar.
6005 (rmail-enable-mime-composing): Default to t.
6006 (rmail-forward): Use MIME method of forwarding only if both
6007 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
6008 Set mail-encode-mml non-nil if the MIME method was used.
6009
6010 * mail/sendmail.el (mml-to-mime): Add autoload form.
6011 (mail-encode-mml): Add a defvar.
6012 (mail-mode): Make mail-encode-mml buffer-local and initialize it
6013 to nil.
6014 (mail-send): If mail-encode-mml is non-nil, run the outgoing
6015 message through mml-to-mime, and reset mail-encode-mml to nil.
6016
28c45130
GM
60172011-09-09 Glenn Morris <rgm@gnu.org>
6018
6019 * woman.el (woman-if-body): When processing an .el block,
6020 do not delete the next .el block as well. (Bug#9447)
69f4b618 6021 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 6022
9b1c252e
MR
60232011-09-08 Martin Rudalics <rudalics@gmx.at>
6024
6025 * window.el (window-deletable-p): Make sure window is live before
6026 invoking window-prev-buffers.
6027
567457e3
LL
60282011-09-08 Leo Liu <sdl.web@gmail.com>
6029
6030 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
6031
97f05794
JL
60322011-09-08 Juri Linkov <juri@jurta.org>
6033
6034 * progmodes/compile.el (compilation-environment): Make it
6035 a defcustom (bug#8340).
6036
8b0874b5
MR
60372011-09-08 Martin Rudalics <rudalics@gmx.at>
6038
6039 * window.el (frame-auto-delete): Rename to window-auto-delete.
6040 Make it control auto-deletion of windows and/or frames.
6041 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 6042 for deleting window/frame. (Bug#9419)
8b0874b5
MR
6043 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
6044 Rewrite handling of case when window/frame can be deleted.
6045 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 6046 argument t. (Bug#9456)
8b0874b5 6047
4feb6e73
CY
60482011-09-07 Chong Yidong <cyd@stupidchicken.com>
6049
6050 * help-mode.el (help-mode): Restore autoload.
6051
91ab9c13
JL
60522011-09-07 Juri Linkov <juri@jurta.org>
6053
6054 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
6055 `compilation-environment'. Set buffer-local
6056 `compilation-environment' to `thisenv' later after (funcall mode).
6057 (Bug#8340)
6058
6059 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
6060 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
6061 instead of replacing its value. (Bug#8340)
6062
0527e251
JL
60632011-09-07 Juri Linkov <juri@jurta.org>
6064
6065 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
6066 based on text properties put by `grep-filter' instead of matching
6067 escape sequences.
6068 (grep-mode): Set buffer-local `compilation-error-screen-columns'
6069 to the value of `grep-error-screen-columns' (bug#9438).
6070
249f792c
JL
60712011-09-07 Juri Linkov <juri@jurta.org>
6072
6073 * simple.el (next-error-highlight, next-error-highlight-no-select):
6074 Doc fix (bug#9432).
6075
ff7271b9
OT
60762011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6077
6078 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6079 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
6080
183fc730
LL
60812011-09-07 Leo Liu <sdl.web@gmail.com>
6082
6083 * net/rcirc.el (rcirc-mode): Conditionally initialize
6084 rcirc-input-ring.
6085
77694924
SM
60862011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6087
6088 * emacs-lisp/find-func.el (find-function-C-source): Only set
6089 find-function-C-source-directory after checking that we found a source
6090 file there (bug#9440).
6091
d809b8eb
AM
60922011-09-06 Alan Mackenzie <acm@muc.de>
6093
6094 * isearch.el (isearch-other-meta-char): Wherever a key list is
6095 unread, "unread" the prefix arg, too. This fixes bug #8901.
6096
453de99f
OG
60972011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
6098
6099 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
6100
90439906
JL
61012011-09-05 Juri Linkov <juri@jurta.org>
6102
6103 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
6104
f62bd846
JL
61052011-09-05 Juri Linkov <juri@jurta.org>
6106
6107 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
6108 keeping point where processing of grep matches begins, and
6109 continue to delete remaining escape sequences from the same point.
6110 (grep-filter): Make leading zero optional in "0?1;31m" because
6111 git-grep emits "\033[1;31m" escape sequences unlike expected
6112 "\033[01;31m" as GNU Grep does (bug#9408).
6113 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
6114
045820ec
JL
61152011-09-05 Juri Linkov <juri@jurta.org>
6116
6117 * subr.el (y-or-n-p): Capitalize "yes".
6118
f5e29b9b
MA
61192011-09-04 Michael Albinus <michael.albinus@gmx.de>
6120
6121 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
6122 `tramp-cache-unload-hook' where appropriate.
6123 (tramp-methods): Rename `tramp-remote-sh' to
6124 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
6125 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
6126
6127 * net/tramp-sh.el (top): Don't require 'shell.
6128 (tramp-methods): Add `tramp-remote-shell' and
6129 `tramp-remote-shell-args' entries.
6130 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
6131 (tramp-sh-handle-shell-command): Remove.
6132 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6133 Use `tramp-remote-shell'.
6134
2784c434
CY
61352011-09-03 Chong Yidong <cyd@stupidchicken.com>
6136
393a301e 6137 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
6138 (sendmail-query-once): Save directly to send-mail-function.
6139 Update message-send-mail-function too.
6140
6141 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
6142
464cdf56
CS
61432011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6144
6145 * progmodes/python.el (python-mode-map): Use correct function to
6146 start python interpreter from menu-bar (as reported by Geert
6147 Kloosterman).
6148 (inferior-python-mode-map): Fix typo.
393a301e 6149 (python-shell-map): Remove.
464cdf56 6150
d37e5c87
DD
61512011-09-03 Deniz Dogan <deniz@dogan.se>
6152
6153 * net/rcirc.el (rcirc-print): Simplify code for
6154 rcirc-scroll-show-maximum-output. There is no need to walk
6155 through all windows to find the right one.
6156
f3ada0ee
CS
61572011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6158
6159 * help.el (help-return-method): Doc fix.
6160
1f3c99ca
MR
61612011-09-03 Martin Rudalics <rudalics@gmx.at>
6162
6163 * window.el (window-deletable-p): Don't return a non-nil value
6164 when there's a buffer that was shown in the window before.
6165 (Bug#9419)
393a301e
SM
6166 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6167 Set window's previous buffers to nil.
1f3c99ca 6168
a3cf097f
EZ
61692011-09-03 Eli Zaretskii <eliz@gnu.org>
6170
6171 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
6172 newline before and after the tag line, so it doesn't interfere
6173 with determining the paragraph direction of bidirectional text.
6174
3d03de90
LL
61752011-09-03 Leo Liu <sdl.web@gmail.com>
6176
6177 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
6178
c3313451
CY
61792011-09-02 Chong Yidong <cyd@stupidchicken.com>
6180
393a301e 6181 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
6182 (pop-to-buffer): Change interactive spec. Pass second argument
6183 directly to display-buffer.
6184 (display-buffer): Fix interactive spec. Use functionp to
6185 distinguish between a function and a list of functions.
6186
6187 * abbrev.el (edit-abbrevs):
6188 * arc-mode.el (archive-extract):
6189 * autoinsert.el (auto-insert):
6190 * bookmark.el (bookmark-bmenu-list):
6191 * files.el (find-file):
6192 * view.el (view-buffer):
6193 * progmodes/compile.el (compilation-goto-locus):
6194 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
6195
89894cd8
CY
61962011-09-02 Chong Yidong <cyd@stupidchicken.com>
6197
6198 * window.el (display-buffer-alist): Doc fix.
6199 (display-buffer): Add docstring. Don't treat
6200 display-buffer-default specially.
6201 (display-buffer-reuse-selected-window)
6202 (display-buffer-same-window, display-buffer-maybe-same-window)
6203 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6204 (display-buffer-pop-up-window)
6205 (display-buffer-reuse-or-pop-window)
6206 (display-buffer-use-some-window): New functions.
6207 (display-buffer-default-action): Use them.
393a301e 6208 (display-buffer-default): Delete.
89894cd8
CY
6209 (pop-to-buffer-1): Fix choice of actions.
6210
ae0bc9fb
SM
62112011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6212
6213 * minibuffer.el (completion--insert-strings): Don't get confused by
6214 completion entries that end with an LF char.
6215
e9d90883
EZ
62162011-09-01 Eli Zaretskii <eliz@gnu.org>
6217
6218 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
6219
437014c8
CY
62202011-09-01 Chong Yidong <cyd@stupidchicken.com>
6221
6222 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
6223 (display-buffer-same-window, display-buffer-other-window):
6224 New functions.
437014c8
CY
6225 (pop-to-buffer-1): New function. Use the above.
6226 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 6227 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
6228
6229 * view.el (view-buffer-other-window, view-buffer-other-frame):
6230 Just use pop-to-buffer.
6231
a5e063d5
TV
62322011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6233
6234 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
6235
793d32bb
WH
62362011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
6237
6238 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
6239
d65e4c15
RS
62402011-08-31 Richard Stallman <rms@gnu.org>
6241
6242 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
6243 of the separation of rmail-view-buffer from rmail-buffer.
6244 If you say no to "replace original", the decrypt is in the
6245 view buffer. If you say yes, the decrypt goes into the
6246 rmail buffer also.
6247
f818cd2a
MR
62482011-08-31 Martin Rudalics <rudalics@gmx.at>
6249
6250 * window.el (display-buffer-window): Rewrite doc-string.
6251 (display-buffer-record-window): New function.
6252 (display-buffer-macro-specifiers)
6253 (display-buffer-even-window-sizes, display-buffer-set-height)
6254 (display-buffer-set-width, display-buffer-in-window)
6255 (display-buffer-reuse-window, display-buffer-split-specifiers)
6256 (display-buffer-side-specifiers, display-buffer-split-window-1)
6257 (display-buffer-split-window, display-buffer-split-atom-window)
6258 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6259 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
6260 (display-buffer-other-window-means-other-frame)
6261 (display-buffer-normalize-special)
6262 (display-buffer-normalize-default)
6263 (display-buffer-normalize-argument)
6264 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
6265 (display-buffer-normalize-specifiers, display-buffer-frame)
6266 (display-buffer-same-window, display-buffer-same-frame)
6267 (display-buffer-other-window)
6268 (display-buffer-same-frame-other-window)
6269 (display-buffer-other-frame, pop-to-buffer-same-window)
6270 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
6271 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
6272 (switch-to-buffer-same-frame)
6273 (switch-to-buffer-other-window-same-frame)
6274 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
6275 (display-buffer-alist-set-1, display-buffer-alist-set-2)
6276 (display-buffer-alist-set): Remove.
6277 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
6278 (special-display-regexps, special-display-function):
6279 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
6280 parameter.
6281 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
6282 (special-display-frame-alist, special-display-popup-frame)
6283 (same-window-buffer-names, same-window-regexps, same-window-p)
6284 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6285 (split-window-preferred-function, split-height-threshold)
6286 (split-width-threshold, window-splittable-p)
6287 (split-window-sensibly, window--try-to-split-window)
6288 (window--frame-usable-p, even-window-heights)
6289 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
6290 (window--display-buffer-2, display-buffer-other-frame):
6291 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
6292 (display-buffer-default, display-buffer-assq-regexp): New functions.
6293 (display-buffer-alist): Rewrite doc-string.
6294 (display-buffer-default-action)
6295 (display-buffer-overriding-action): New variables.
6296 (display-buffer, switch-to-buffer): Rewrite.
6297 (pop-to-buffer): Restore Emacs 23 behavior but use
6298 window-normalize-buffer-to-display.
6299 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
6300 Restore Emacs 23 behavior but use
6301 window-normalize-buffer-to-switch-to.
6302 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
6303 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
6304 Rewrite using Emacs 23 options.
f818cd2a 6305
5bc3b51d
MA
63062011-08-31 Michael Albinus <michael.albinus@gmx.de>
6307
6308 * net/tramp.el (tramp-root-regexp): Remove.
6309 (tramp-completion-file-name-regexp-unified)
6310 (tramp-completion-file-name-regexp-separate)
6311 (tramp-completion-file-name-regexp-url): Don't use leading volume
6312 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
6313 (tramp-drop-volume-letter): Simplify definition.
6314 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 6315
b1a4f8e1
SM
63162011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6317
6318 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
6319 (bug#9356).
6320
5664fa7b
RT
63212011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
6322
b1a4f8e1 6323 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 6324
9a45d6c3
JL
63252011-08-29 Juri Linkov <juri@jurta.org>
6326
6327 * isearch.el (isearch-done): Don't display message "Mark saved"
6328 when arg `edit' is non-nil to prevent its flicker in the echo area.
6329
fb87e0fb
CY
63302011-08-28 Chong Yidong <cyd@stupidchicken.com>
6331
6332 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
6333 obsolete packages for deletion.
6334
09ac1c2a
CS
63352011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
6336
6337 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 6338 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
6339 view-mode from help-mode.
6340 (help-xref-override-view-map): Remove.
6341 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
6342 view-mode is not used anymore.
6343
7a1ff57f
CY
63442011-08-28 Chong Yidong <cyd@stupidchicken.com>
6345
6346 * server.el (server-port): Doc fix.
6347
b9696605
CY
6348 * cus-theme.el (custom-theme-choose-mode): Inherit from
6349 special-mode (Bug#9124).
6350 (custom-theme-choose-mode-map): Add special-mode to parent.
6351
ef8cdf8c
AM
63522011-08-28 Alan Mackenzie <acm@muc.de>
6353
6354 * progmodes/cc-fonts.el
6355 (c-make-font-lock-BO-decl-search-function): New function.
6356 (c-basic-matchers-after - "Fontify the clauses after various
6357 keywords"): Extract the three keyword lists for the 3 erroneous
6358 constructs from the list of four, and use the new function above
6359 in place of an old one.
6360
27de4e20
DD
63612011-08-28 Deniz Dogan <deniz@dogan.se>
6362
6363 * net/rcirc.el (rcirc-insert-prev-input)
6364 (rcirc-insert-next-input): Remove unused argument.
6365
356a3681
SM
63662011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6367
6368 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
6369
3fc9b218
AM
63702011-08-27 Alan Mackenzie <acm@muc.de>
6371
6372 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
6373 handle function pointer parameters properly.
6374
538a061c
MR
63752011-08-27 Martin Rudalics <rudalics@gmx.at>
6376
6377 * window.el (display-buffer-reuse-window): Fix case where
6378 selected window was reused with non-nil OTHER-WINDOW argument.
6379 (Bug#9381)
6380
35b1c40c
DD
63812011-08-27 Deniz Dogan <deniz@dogan.se>
6382
6383 * net/rcirc.el (rcirc-check-auth-status): Adding support for
6384 oftc's NickServ messages.
6385
2f6a3e79
GM
63862011-08-27 Glenn Morris <rgm@gnu.org>
6387
6388 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
6389
7254299e
CY
63902011-08-26 Chong Yidong <cyd@stupidchicken.com>
6391
6392 * emacs-lisp/package.el (package-install): Call package-initialize
6393 if called interactively.
6394
f8ccf167
LL
63952011-08-26 Leo Liu <sdl.web@gmail.com>
6396
6397 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
6398
3e8cd5ce
JL
63992011-08-25 Juri Linkov <juri@jurta.org>
6400
6401 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6402 `search-whitespace-regexp' (bug#9364).
6403
93eb7113
JL
64042011-08-25 Juri Linkov <juri@jurta.org>
6405
6406 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
6407 `regexp-search-ring' to their global values to protect from
6408 updating by `read-from-minibuffer' (bug#9185).
6409
f65d1611
JL
64102011-08-25 Juri Linkov <juri@jurta.org>
6411
6412 * textmodes/ispell.el (ispell-command-loop): Add newline
6413 at the end of the "Use option `i'..." line.
6414
f1cf7a31
JL
64152011-08-25 Juri Linkov <juri@jurta.org>
6416
6417 * battery.el (display-battery-mode): If `battery-status-function'
6418 or `battery-mode-line-format' is nil, display the message and set
6419 `display-battery-mode' to nil (bug#9363).
6420
0c95fcf7
EZ
64212011-08-25 Eli Zaretskii <eliz@gnu.org>
6422
6423 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
6424 bidi-string-mark-left-to-right; they are unnecessary now.
6425
a2ebe600
DD
64262011-08-25 Deniz Dogan <deniz@dogan.se>
6427
6428 * net/quickurl.el: Documentation typo fixes.
6429
e4ed06f1
CY
64302011-08-25 Chong Yidong <cyd@stupidchicken.com>
6431
6432 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
6433
e5f1c99e
GM
64342011-08-25 Glenn Morris <rgm@gnu.org>
6435
b2948976
GM
6436 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
6437
e5f1c99e
GM
6438 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
6439 (smtpmail-via-smtp): Handle nil response from smtp.
6440
f22f4808
JL
64412011-08-24 Juri Linkov <juri@jurta.org>
6442
6443 * proced.el (proced-marked): Inherit from `error' instead of
6444 `font-lock-warning-face'.
6445
6446 * ibuffer.el (ibuffer-marked-face): Change default face from
6447 `font-lock-warning-face' to `warning'.
6448 (ibuffer-deletion-face): Change default face from
6449 `font-lock-type-face' to `error'.
6450
6451 * battery.el (battery-update): Use the face `error' instead of
6452 `font-lock-warning-face' (bug#6117).
6453
6a93965e
JL
64542011-08-24 Juri Linkov <juri@jurta.org>
6455
6456 * faces.el (success): Change face color from "Green3" to
6457 "ForestGreen" on light background (bug#9353).
6458
1ed43b09
CY
64592011-08-24 Chong Yidong <cyd@stupidchicken.com>
6460
5664fa7b
RT
6461 * window.el (quit-window): Rename from quit-restore-window.
6462 Use same arglist as old quit-window.
1ed43b09
CY
6463 (frame-auto-delete): Doc fix.
6464
6465 * view.el (view-mode-exit): Use quit-window.
6466
11dcdbb2
JL
64672011-08-24 Juri Linkov <juri@jurta.org>
6468
6469 * isearch.el (isearch-ring-adjust1): Start visiting previous
6470 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
6471 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
6472 for empty search string (when the last search string is reused
6473 automatically) to adjust the isearch ring to the last element and
6474 prepare the correct index for further M-p commands (bug#9185).
6475
de62b4df
KH
64762011-08-24 Kenichi Handa <handa@m17n.org>
6477
6478 * international/ucs-normalize.el: If decomposition property of
6479 CHAR is the default one (i.e. a list of CHAR itself), treat it as
6480 nil.
6481 (nfd, nfkd): Likewise.
6482
963b492b
SM
64832011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6484
6485 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
6486 from process filters aren't reliably transmitted to the surrounding
6487 accept-process-output.
6488 (mpc-proc-check): New function.
6489 (mpc-proc-sync): Use it (bug#8293)
6490
93b6b5e1
SM
64912011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6492
6493 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
6494 Add compatibility functions (bug#9313).
6495
bca633fb
EZ
64962011-08-23 Eli Zaretskii <eliz@gnu.org>
6497
b177498a
EZ
6498 * cus-start.el (all): Add entry for bidi-paragraph-direction.
6499
6df6ae42 6500 * international/uni-bidi.el: Regenerate.
bca633fb 6501
0902a04e
KH
65022011-08-23 Kenichi Handa <handa@m17n.org>
6503
6504 * international/charprop.el:
6505 * international/uni-bidi.el:
6506 * international/uni-category.el:
6507 * international/uni-combining.el:
6508 * international/uni-comment.el:
6509 * international/uni-decimal.el:
6510 * international/uni-decomposition.el:
6511 * international/uni-digit.el:
6512 * international/uni-lowercase.el:
6513 * international/uni-mirrored.el:
6514 * international/uni-name.el:
6515 * international/uni-numeric.el:
6516 * international/uni-old-name.el:
6517 * international/uni-titlecase.el:
6518 * international/uni-uppercase.el: Regenerate.
6519
3bbf23bc
MR
65202011-08-23 Martin Rudalics <rudalics@gmx.at>
6521
6522 * help.el (help-window-setup): Fix message displayed when other
6523 window is reused. (Bug#9341)
6524
b3fd59bd
SM
65252011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6526
1802e444
SM
6527 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
6528 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
6529
b3fd59bd
SM
6530 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
6531 Mark obsolete.
6532 * shell.el (shell-parse-pcomplete-arguments): New function.
6533 (shell-completion-vars): Use it instead (bug#9160).
6534
4eb61348
SM
65352011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6536
867cab74
SM
6537 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
6538 strings and comments (bug#9333).
6539
4eb61348
SM
6540 * emacs-lisp/debug.el (debug-arglist): New function.
6541 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
6542 (debug-on-entry-1): Handle interpreted closures (bug#9120).
6543
262a1439
JL
65442011-08-22 Juri Linkov <juri@jurta.org>
6545
56ee679c
JL
6546 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6547 Revert regexp that highlights output switches to its old
6548 pre-2010-10-28 value and remove one `?' from it (bug#9319).
6549
262a1439
JL
6550 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
6551 to check for empty output (bug#9226).
6552
f13f86fb
CY
65532011-08-22 Chong Yidong <cyd@stupidchicken.com>
6554
6555 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
6556 symbol-constituent as the default, as that stops font-lock from
6557 working properly (Bug#8843).
6558
c65c9622
LMI
65592011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6560
6561 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
6562 `coding-system-for-*' around the process open call to avoid
6563 auth-source side effects.
e7f2c178 6564 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
6565 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
6566 probe hangs.
c65c9622 6567
23a8a5ab
CY
65682011-08-21 Chong Yidong <cyd@stupidchicken.com>
6569
ff98b2dd
CY
6570 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
6571
23a8a5ab
CY
6572 * emacs-lisp/find-func.el (find-function-noselect): New arg
6573 lisp-only.
6574
6575 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
6576 signal an error for built-in functions (Bug#6664).
6577
f5e3c598
LMI
65782011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6579
6580 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
6581 (smtpmail-try-auth-methods): Use it.
6582
a3f2468a
CY
65832011-08-21 Chong Yidong <cyd@stupidchicken.com>
6584
2c34e8da
CY
6585 * font-lock.el (font-lock-fontify-region)
6586 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
6587 (font-lock-default-unfontify-buffer)
6588 (font-lock-default-fontify-region)
6589 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
6590
b3fd59bd
SM
6591 * progmodes/compile.el (compilation-error-properties):
6592 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
6593 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
6594 `ant' regexp.
ee31aabc 6595
a3f2468a
CY
6596 * net/browse-url.el (browse-url-firefox): Don't call
6597 browse-url-firefox-sentinel unless using -remote (Bug#9328).
6598
8e999f70
GM
65992011-08-20 Glenn Morris <rgm@gnu.org>
6600
c21a496a
GM
6601 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
6602
59ee0542
GM
6603 * tutorial.el (tutorial--default-keys): Update some default bindings.
6604
8e999f70
GM
6605 * files.el (hack-local-variables): Fully ignore case for "mode:".
6606
e3715033
AM
66072011-08-20 Alan Mackenzie <acm@muc.de>
6608
6609 Resolve invalid use of a regexp in regexp-opt.
6610
4d61f28d
JB
6611 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
6612 detection for a java annotation.
e3715033 6613
4d61f28d 6614 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
6615 detection for a java annotation.
6616
4d61f28d
JB
6617 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
6618 handling for java.
e3715033
AM
6619 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
6620
04ed2e9c
CY
66212011-08-20 Chong Yidong <cyd@stupidchicken.com>
6622
6623 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
6624 (Bug#9274).
6625
826cee64
AM
66262011-08-20 Alan Mackenzie <acm@muc.de>
6627
58179cce 6628 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
6629 such a construct. Mainly for when jit-lock etc. starts a chunk
6630 here.
6631
58179cce 6632 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 6633 variable.
58179cce 6634 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
6635 c-make-font-lock-search-function.
6636 (c-make-font-lock-search-function): Use the above function.
6637 (c-make-font-lock-context-search-function): New function.
6638 (c-cpp-matchers): Enhance the preprocessor expression case with
6639 the above function
6640 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
6641 which takes an expression.
6642
6643 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
6644
13009bd8
MR
66452011-08-20 Martin Rudalics <rudalics@gmx.at>
6646
6647 * window.el (display-buffer-reuse-window)
6648 (display-buffer-pop-up-window): Don't reuse or split a side
6649 window.
6650
9234ff7f
GM
66512011-08-19 Glenn Morris <rgm@gnu.org>
6652
6653 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 6654 Downcase "Mode:". (Bug#9331)
9234ff7f 6655
f635daa1
CY
66562011-08-18 Chong Yidong <cyd@stupidchicken.com>
6657
6658 * international/characters.el: Add L and R categories.
6659
6660 * subr.el (bidi-string-mark-left-to-right): Rename from
6661 string-mark-left-to-right. Use category search.
6662
6663 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
6664
bc987f8b
JL
66652011-08-18 Juri Linkov <juri@jurta.org>
6666
6667 * faces.el (error, warning, success): New faces with definitions
6668 copied from old default values of `font-lock-warning-face',
6669 `compilation-warning', `compilation-info' (bug#6117).
6670
6671 * font-lock.el (font-lock-warning-face): Inherit from `error'.
6672
6673 * progmodes/compile.el (compilation-error): Inherit from `error'.
6674 (compilation-warning): Inherit from `warning'.
6675 (compilation-info): Inherit from `success'.
6676
6677 * dired.el (dired-marked): Inherit from `warning'.
6678 (dired-flagged): Inherit from `error'.
6679
57173b96
LMI
66802011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6681
3e79eb87
LMI
6682 * mail/smtpmail.el (auth-source): Require to avoid problems with
6683 binding variables (bug#9298). Also clean up some unused
6684 autoloads.
6685
b3fd59bd
SM
6686 * net/network-stream.el (network-stream-open-starttls):
6687 Support using starttls.el without using gnutls-cli.
57173b96 6688
02b404de
JL
66892011-08-17 Juri Linkov <juri@jurta.org>
6690
6691 * progmodes/grep.el (rgrep): Handle the case when
6692 `grep-find-command' is a cons cell (bug#9278).
6693
8c9177f2
MR
66942011-08-17 Martin Rudalics <rudalics@gmx.at>
6695
6696 * window.el (display-buffer-pop-up-frame): Run frame creation
6697 function with BUFFER current (as special-display-popup-frame
6698 does). Reported by Drew Adams.
6699
3644a0ab
DU
67002011-08-17 Daiki Ueno <ueno@unixuser.org>
6701
6702 * epa-mail.el: Simplify GnuPG group expansion using
6703 epg-expand-group.
6704 (epa-mail-group-alist, epa-mail-group-modtime)
6705 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
6706 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
6707 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
6708 Remove.
6709
5e617bc2 67102011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
6711
6712 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
6713
9c4aeabf
AM
67142011-08-16 Alan Mackenzie <acm@muc.de>
6715
6716 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
6717 Correct, to avoid the inside of macros.
6718
3a99bf64
RS
67192011-08-16 Richard Stallman <rms@gnu.org>
6720
04963aa8
RS
6721 * epa-mail.el: Handle GnuPG group definitions.
6722 (epa-mail-group-alist, epa-mail-group-modtime)
6723 (epa-mail-gnupg-conf-file): New variables.
6724 (epa-mail-parse-groups, epa-mail-sync-groups)
6725 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
6726 (epa-mail-expand-recipients): New functions.
6727 (epa-mail-encrypt): Call epa-mail-expand-recipients.
6728
177549d0
RS
6729 * mail/rmail.el (rmail-epa-decrypt): New command.
6730
fe38beef
RS
6731 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
6732 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
6733 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
6734 (epa-decrypt-armor-in-region): Make error message clearer.
6735
934eacb9
SM
67362011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6737
6738 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
6739 and "a2b" to "ab" for `prefix'.
6740
d024fb4e
CY
67412011-08-14 Chong Yidong <cyd@stupidchicken.com>
6742
6743 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
6744 filter groups.
de148fee
CY
6745 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
6746 Fourquet (Bug#8804).
d024fb4e 6747
62f1ca49
JB
67482011-08-12 Juanma Barranquero <lekktu@gmail.com>
6749
6750 * startup.el (argi): Declare as global variable (bug#9275).
6751
9ccaaa4b
CY
67522011-08-12 Chong Yidong <cyd@stupidchicken.com>
6753
6754 * subr.el (string-mark-left-to-right): Search the entire string
6755 for RTL script, not just the terminating character. Doc fix.
6756
a3dae87a
SM
67572011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6758
6cd18349
SM
6759 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
6760 New function.
6761 (js--regexp-literal, js-syntax-propertize-function): Remove.
6762 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
6763 (js-mode-map): Don't rebind electric keys.
6764 (js-insert-and-indent): Remove.
6765 (js-mode): Setup electric-layout and electric-indent instead.
6766
a3dae87a
SM
6767 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
6768
9d5cb631
DU
67692011-08-12 Daiki Ueno <ueno@unixuser.org>
6770
6771 * epa.el (epa-progress-callback-function): Fix the logic of
6772 displaying progress.
6773 * epa-file.el (epa-file-insert-file-contents): Make progress
6774 display more user-friendly.
6775 (epa-file-write-region): Ditto.
6776
3e26a4a2
CY
67772011-08-10 Chong Yidong <cyd@stupidchicken.com>
6778
6779 * subr.el (string-mark-left-to-right): New function.
6780
6781 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
6782 Use string-mark-left-to-right.
6783 (list-buffers-noselect): Caller changed.
6784
a3dae87a
SM
6785 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6786 Use string-mark-left-to-right.
3e26a4a2
CY
6787 (tabulated-list-print): Recenter after moving point.
6788
ac8cf6e6
JL
67892011-08-10 Juri Linkov <juri@jurta.org>
6790
6791 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
6792 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
6793 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
6794
8d96c9a4
CY
67952011-08-09 Chong Yidong <cyd@stupidchicken.com>
6796
6797 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
6798 (Bug#7554).
6799
7be1c708 68002011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
6801
6802 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
6803 character. (Bug#6594)
6804
37e11a63
CY
68052011-08-08 Chong Yidong <cyd@stupidchicken.com>
6806
839dde57
CY
6807 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
6808 (image-dired--with-db-file): New macro.
6809 (image-dired-write-tags, image-dired-remove-tag)
6810 (image-dired-create-gallery-lists, image-dired-write-comments)
6811 (image-dired-get-comment, image-dired-mark-tagged-files)
6812 (image-dired-list-tags, image-dired-gallery-generate): Use it.
6813 (image-dired-gallery-generate): Use insert-file-contents.
6814
37e11a63
CY
6815 * time.el (display-time-world-list, display-time-world-display):
6816 * time-stamp.el (time-stamp-string):
6817 * vc/add-log.el (add-change-log-entry): Use setenv instead of
6818 set-time-zone-rule (Bug#7337).
6819
0b4946c4
DU
68202011-08-08 Daiki Ueno <ueno@unixuser.org>
6821
6822 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
6823 (epg-error-to-string, epg-errors-to-string): New function.
6824 (epg-wait-for-completion): Reverse errors list.
6825 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
6826 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
6827 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
6828 (epg-sign-keys, epg-generate-key-from-file)
6829 (epg-generate-key-from-string): Format errors by using
6830 epg-errors-to-string (bug#9255).
6831 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
6832
75bfc667
JL
68332011-08-07 Juri Linkov <juri@jurta.org>
6834
6835 * faces.el (list-faces-display): Remove extra angle bracket
6836 from `help-mode-map'.
6837
6838 * info.el (Info-history-toc-nodes): Doc fix.
6839
6840 * longlines.el (longlines-mode): Doc fix.
6841
673e08bb
SM
68422011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6843
4640dd88
SM
6844 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
6845 of statements and in a few more cases (bug#9183).
6846
673e08bb
SM
6847 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
6848 New functions.
6849 (cl-transform-lambda): Use them (bug#9239).
6850
89b3f019
MR
68512011-08-05 Martin Rudalics <rudalics@gmx.at>
6852
6853 * window.el (display-buffer-same-window)
6854 (display-buffer-same-frame, display-buffer-other-window)
6855 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6856 (pop-to-buffer-other-window)
6857 (pop-to-buffer-same-frame-other-window)
6858 (pop-to-buffer-other-frame): Make them defuns.
6859 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
6860
640c8776
SM
68612011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6862
6863 * subr.el (make-composed-keymap): Move from C. Change calling
6864 convention, and improve docstring to bring attention to a subtle point.
6865 * minibuffer.el (completing-read-default): Adjust accordingly.
6866
63648a95
MA
68672011-08-03 Michael Albinus <michael.albinus@gmx.de>
6868
6869 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6870 (tramp-open-shell): Use `tramp-shell-quote-argument'.
6871
6872 * net/trampver.el: Update release number.
6873
b796c9b7
SM
68742011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6875
6876 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
6877 "in" (bug#9190).
6878
2239d7d5
LMI
68792011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6880
e07dd7c3
LMI
6881 * mail/sendmail.el (sendmail-query-once): Restore the current
6882 buffer after querying (bug#9074).
6883
0e6a2bd7
LMI
6884 * dired.el (dired-flagged): Use different faces for marked and
6885 flagged files (bug#6117).
6886
ce887515
LMI
6887 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
6888 (bug#4433).
6889
92f2affc
LMI
6890 * ido.el (ido-mode): Switch off the message if called
6891 non-interactively.
6892
57d5aff0
LMI
6893 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
6894 before 587, since it appears that that's more likely to work for
6895 more people.
6896
98cd6c18 6897 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 6898 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
6899 exist.
6900
b96dec83
LMI
6901 * info.el: Remove the `Info-beginning-of-buffer' function
6902 (bug#8325).
6903
b796c9b7
SM
6904 * net/network-stream.el (network-stream-open-starttls):
6905 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 6906
d90e2ea0
MR
69072011-08-01 Martin Rudalics <rudalics@gmx.at>
6908
6909 * window.el (display-buffer-in-window): Don't set dedicated status
6910 of window here (Bug#9215).
6911 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6912 (display-buffer-pop-up-side-window)
b796c9b7 6913 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 6914
cca09170
SM
69152011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6916
6917 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
6918 before binding generated-autoload-file.
6919
027b979c
DD
69202011-08-01 Deniz Dogan <deniz@dogan.se>
6921
6922 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
6923
3c7ee4f3
MA
69242011-07-30 Michael Albinus <michael.albinus@gmx.de>
6925
6926 Sync with Tramp 2.2.2.
6927
6928 * net/trampver.el: Update release number.
6929
2cc8e51a
JL
69302011-07-30 Juri Linkov <juri@jurta.org>
6931
6932 * dired-aux.el (dired-touch-initial): Remove function.
6933 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
6934 current time, and `default' to the last modification time of the
6935 current marked file (bug#6887).
6936
a514d856
JM
69372011-07-28 Jose E. Marchesi <jemarch@gnu.org>
6938
6939 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 6940 numeric argument to read-number (bug#9163).
a514d856 6941
8a7eddd7
MA
69422011-07-27 Michael Albinus <michael.albinus@gmx.de>
6943
6944 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
6945 connection process, it could be nil.
6946
1ddd96f5
LL
69472011-07-27 Leo Liu <sdl.web@gmail.com>
6948
6949 Simplify url handling in rcirc-mode.
6950
6951 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
6952 (rcirc-browse-url-at-mouse): Remove.
6953 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
6954
b248a85d
AM
69552011-07-26 Alan Mackenzie <acm@muc.de>
6956
6957 Fontify bitfield declarations properly.
6958
6959 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
6960 (c-symbol-chars): Now exported as a lang variable.
6961 (c-not-primitive-type-keywords): New lang variable.
6962
6963 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
6964 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 6965 parsed as a bitfield declaration.
b248a85d 6966
b796c9b7
SM
6967 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6968 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
6969 (c-punctuation-in): New function.
6970 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
6971 declarations properly.
6972
68575ab0
UJ
69732011-07-26 Ulf Jasper <ulf.jasper@web.de>
6974
6975 * calendar/icalendar.el (icalendar--all-events): Take care of
6976 multiple vcalendars in a single file.
b796c9b7 6977 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 6978
0f0a88b9
DD
69792011-07-25 Deniz Dogan <deniz@dogan.se>
6980
6981 * image.el (insert-image): Clarifying docstring.
6982
0b3f36df
MA
69832011-07-24 Michael Albinus <michael.albinus@gmx.de>
6984
6985 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
6986 `tramp-send-command-and-check' if there is no error.
6987 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
6988
a9901f61
AM
69892011-07-22 Alan Mackenzie <acm@muc.de>
6990
6991 Prevent cc-langs.elc being loaded at run time.
6992
6993 * progmodes/cc-mode.el: Remove two autoload forms which loaded
6994 cc-langs.
6995
4d61f28d 6996 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
6997 "(require 'cc-langs)". Quote a form so it will evaluate at
6998 (cc-mode's) compilation time.
6999
11d074b2
MA
70002011-07-22 Michael Albinus <michael.albinus@gmx.de>
7001
7002 * net/tramp.el (tramp-file-name-handler): Avoid recursive
7003 loading. (Bug#9114)
7004
938b94c8
MR
70052011-07-21 Martin Rudalics <rudalics@gmx.at>
7006
7007 * window.el (display-buffer-pop-up-window)
7008 (display-buffer-pop-up-side-window)
7009 (display-buffer-in-side-window): Call display-buffer-set-height
7010 and display-buffer-set-width after setting the new window's
b796c9b7 7011 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 7012
bfa4f190
SS
70132011-07-20 Sam Steingold <sds@gnu.org>
7014
7015 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
7016 (etags-tags-included-tables): Call `convert-standard-filename' on
7017 the file names contained in TAGS so that windows Emacs can handle
7018 TAGS files created by cygwin ctags.
7019
8ca42262
LMI
70202011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7021
7022 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
7023 which apparently didn't work.
7024
5db2afd2 70252011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 7026
5db2afd2
RW
7027 * proced.el (proced-send-signal): For *Marked Processes* buffer
7028 put point at beginning of buffer.
7029
92e15d10
SB
70302011-07-19 Stephen Berman <stephen.berman@gmx.net>
7031
7032 * proced.el (proced-format): Make header lines align with the text
7033 (bug#1779).
7034
1bfd59e5
LMI
70352011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7036
7037 * view.el (view-buffer): Allow running in `special' modes if we're
7038 visiting a file (bug#8615).
7039
f5aae37c
MR
70402011-07-19 Martin Rudalics <rudalics@gmx.at>
7041
7042 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
7043 (display-buffer-alist-set-1, display-buffer-alist-set-2):
7044 New functions.
f5aae37c
MR
7045 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
7046 more accurately.
7047
bf2c1571
AM
70482011-07-18 Alan Mackenzie <acm@muc.de>
7049
7050 Fontify declarators properly when, e.g., a jit-lock chunk begins
7051 inside a declaration.
7052
7053 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
7054
b796c9b7
SM
7055 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7056 New function.
bf2c1571
AM
7057 (c-complex-decl-matchers): Insert reference to
7058 c-font-lock-enclosing-decls.
7059
7060 * progmodes/cc-engine.el (c-backward-single-comment):
7061 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
7062 to nil around calls to (forward-comment -1).
7063
4e190b80
LMI
70642011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7065
12dc863d
LMI
7066 * image.el (put-image): Doc typo fix.
7067
a762e966
LMI
7068 * progmodes/etags.el (tags-search): Doc typo fix.
7069
4e190b80
LMI
7070 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
7071 password if we get errors 550 to 554.
7072
f019fb21
LMI
70732011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7074
b796c9b7 7075 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 7076
81746738
LMI
7077 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
7078 indentation character (bug#6380).
7079
3ee3a1b5
LMI
7080 * files.el (buffer-offer-save): Made permanently local (bug#6241).
7081
c82f64de
LMI
7082 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
7083 to clarify what the problem is (bug#4291).
7084
f019fb21
LMI
7085 * simple.el (current-kill): Clarify what
7086 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
7087 (auto-fill-mode): Document `auto-fill-function' in relation to
7088 `auto-fill-mode' (bug#2470).
f019fb21 7089
0794775d
LM
70902011-07-16 Lawrence Mitchell <wence@gmx.li>
7091
7092 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
7093 method if slot is read-only (bug#9035).
7094
be39b8cc
MR
70952011-07-16 Martin Rudalics <rudalics@gmx.at>
7096
b796c9b7 7097 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 7098 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
7099 selected before, see discussion of (Bug#8615), (Bug#6954).
7100 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 7101
6ccf7859
GM
71022011-07-15 Glenn Morris <rgm@gnu.org>
7103
7104 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 7105 Respect help-form.
6ccf7859 7106
87e86684
LM
71072011-07-09 Lawrence Mitchell <wence@gmx.li>
7108
7109 * net/gnutls.el (gnutls-min-prime-bits): New variable.
7110 (gnutls-negotiate): Use it.
7111
d6066239
LMI
71122011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7113
b796c9b7
SM
7114 * net/gnutls.el (gnutls-negotiate):
7115 Upcase `gnutls-algorithm-priority'.
d6066239 7116
bd23ebc0
GM
71172011-07-15 Glenn Morris <rgm@gnu.org>
7118
c65bca65
GM
7119 * jka-compr.el (jka-compr-verbose): Move from here...
7120 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
7121 Add missing :version tag.
7122 * info.el: No need to require jka-compr when compiling.
bd23ebc0 7123
478615cc
LMI
71242011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7125
7b41decb
LMI
7126 * net/gnutls.el (gnutls-algorithm-priority): New variable.
7127 (gnutls-negotiate): Use it.
7128
dbc44fcd
LMI
7129 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
7130
06789f97
LMI
7131 * info.el (Info-beginning-of-buffer): New command.
7132 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
7133 announcing `b' as the key (bug#8325).
ab896c37 7134 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 7135
c39da690
LMI
7136 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
7137
3aa5f34b
LMI
7138 * international/mule-cmds.el
7139 (describe-specified-language-support): Make the error message
7140 clearer (bug#8905).
7141
4bf0979f
LMI
7142 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
7143
478615cc
LMI
7144 * isearch.el (isearch-barrier): Add a doc string, since it's
7145 mentioned in a function doc string (bug#8678).
7146
75c68aa1
MR
71472011-07-15 Martin Rudalics <rudalics@gmx.at>
7148
7149 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
7150 buffer argument (Bug#9083) and self-identifying label argument.
7151
a7c33da2
GM
71522011-07-15 Glenn Morris <rgm@gnu.org>
7153
7154 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
7155
2f5c6024
LMI
71562011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7157
7158 * man.el (Man-fontify-manpage): Fix message when formatting the
7159 man page (bug#7929).
7160
0bb23927 71612011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
7162
7163 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
7164 argument LRM; if non-nil, append an invisible LRM character to the
7165 buffer name.
7166 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
7167 last argument non-nil, when formatting buffer names.
0bb23927
EZ
7168 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
7169 paragraph direction.
cce4b0a7 7170
621ef9ab
LMI
71712011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7172
d1583c48
LMI
7173 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
7174 the man page name (bug#7929).
7175
6a57fb5f
LMI
7176 * image.el (put-image): Mention the `put-image' overlay property
7177 (bug#7834).
7178
d7956b14
LMI
7179 * scroll-bar.el (set-scroll-bar-mode): Mention that
7180 `scroll-bar-mode' lists the values (bug#7772).
7181
5b2d4a66
LMI
7182 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
7183 command (bug#7729).
7184
7509a874
LMI
7185 * rect.el (apply-on-rectangle): Return the point after the last
7186 operation.
7187 (string-rectangle): Go to the point after the last operation
7188 (bug#7522).
7189
4fe74b19
LMI
7190 * printing.el (pr-toggle-region): Clarify the documentation
7191 slightly (bug#7493).
7192
b796c9b7
SM
7193 * time.el (display-time-update):
7194 Allow `display-time-mail-function' to return nil (bug#7158).
7195 Fix suggested by Detlev Zundel.
ab283561 7196
fc233c9d
LMI
7197 * vc/diff.el (diff): Clarify the order the file names are read
7198 (bug#7111).
7199
43f5740b
LMI
7200 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
7201 the doc string (bug#7015).
7202
f2182a76
LMI
7203 * font-lock.el (font-lock-maximum-decoration): Mention what
7204 numeric levels mean (bug#6935).
7205
621ef9ab
LMI
7206 * startup.el (initial-buffer-choice): Don't mention the `none'
7207 selection, which is against policy.
7208
adc47434
MR
72092011-07-14 Martin Rudalics <rudalics@gmx.at>
7210
b796c9b7
SM
7211 * window.el (display-buffer-normalize-special):
7212 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 7213
7e5bfb8f
EZ
72142011-07-14 Eli Zaretskii <eliz@gnu.org>
7215
7216 * subr.el (version<, version<=, version=): Mention "-CVS" and
7217 "-12345" alpha version numbers.
7218
27fa387a
CY
72192011-07-14 Chong Yidong <cyd@stupidchicken.com>
7220
7221 * bindings.el: Add advertised binding for set-mark-command
7222 (Bug#5772).
7223
8bdfa064
CY
72242011-07-14 Chong Yidong <cyd@stupidchicken.com>
7225
7226 * bindings.el (mode-line-other-buffer):
7227 * bookmark.el (bookmark-bmenu-2-window):
7228 * bs.el (bs-cycle-next, bs-cycle-previous):
7229 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
7230 switch-to-buffer.
7231
7232 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 7233 Delete.
8bdfa064 7234
5eba16a3
JB
72352011-07-14 Juanma Barranquero <lekktu@gmail.com>
7236
7237 * follow.el (follow-debug-message, follow-redisplay):
7238 * jka-cmpr-hook.el (with-auto-compression-mode):
7239 Fix typos in docstrings.
7240
15853710
LMI
72412011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7242
a28e4607
LMI
7243 * subr.el (with-silent-modifications): Clarify somewhat what the
7244 macro inhibits (bug#6525).
7245
15853710
LMI
7246 * simple.el (eval-expression): Note what it does if called
7247 interactively (bug#6495).
7248
bee0fcef
CY
72492011-07-13 Chong Yidong <cyd@stupidchicken.com>
7250
b796c9b7
SM
7251 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
7252 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
7253
7254 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7255 Remove switch-to-buffer.
7256
58274504
LMI
72572011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7258
bd2fcc8d
LMI
7259 * files.el (make-directory): Clarify that an error will be raised
7260 if there's an error (bug#6397).
7261
0f04b32c
LMI
7262 * startup.el (initial-buffer-choice): Add `none' as a choice
7263 (bug#6234).
7264
465c5fc8
LMI
7265 * subr.el (add-hook): Clarify section about buffer-local hooks
7266 (bug#6218).
7267
58274504
LMI
7268 * dired.el (dired-flagged): Clarify doc string (bug#6117).
7269
bead9a43
JB
72702011-07-13 Juanma Barranquero <lekktu@gmail.com>
7271
7272 * tabify.el (untabify): Preserve the current column so that point
7273 doesn't move (bug#6032).
7274
3af98a7b
LMI
72752011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7276
b796c9b7
SM
7277 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
7278 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 7279
6240145a
GM
72802011-07-13 Glenn Morris <rgm@gnu.org>
7281
7282 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
7283 (dired-insert-directory): Give a message the first time
7284 if ls is found not to support --dired.
7285
1d8c2ccc
LMI
72862011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7287
7288 * simple.el (toggle-truncate-lines): Clarify what is toggled
7289 (bug#5580). Text by Drew Adams.
7290
5fc4038e
CY
72912011-07-13 Chong Yidong <cyd@stupidchicken.com>
7292
7293 * simple.el (blink-matching-open): Make the error message from the
7294 last change less verbose.
7295
bf6012e5
DN
72962011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7297
7298 * font-lock.el (font-lock-comment-face): Use the high contrast
7299 "yellow" color for font-lock-comment-face on low color terminals
7300 using a dark background color (bug#4221).
7301
343c3b5a
LMI
73022011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7303
7e9505c5
LMI
7304 * dired.el (dired-insert-set-properties): Make the doc string
7305 reflect what it does now (bug#5325).
7306
c26fdcf5
LMI
7307 * simple.el (blink-matching-open): Say that we were unable to find
7308 the match within the limit, if we're limited (bug#5122).
7309
bb388cc5
LMI
7310 * international/mule-cmds.el (prefer-coding-system): Add an
7311 example (bug#4869).
7312
343c3b5a
LMI
7313 * progmodes/etags.el (tags-search): Document `file-list-form'
7314 (bug#4731).
7315
2a517d45
LM
73162011-07-13 Lawrence Mitchell <wence@gmx.li>
7317
7318 * net/browse-url.el (browse-url-default-browser)
7319 (browse-url-browser-function): Make the default browser choice a
7320 bit more logical (bug#4300). Also clean up the doc string.
7321
b6c78ef2
JB
73222011-07-13 Juanma Barranquero <lekktu@gmail.com>
7323
7324 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
7325 binary endings (bug#4440).
7326
1c4dd947
LMI
73272011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7328
a2014063
LMI
7329 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
7330 which can be pretty annoying (bug#8971).
7331
9c9c2d88
LMI
7332 * jka-compr.el (jka-compr-verbose): New variable, and use
7333 throughout (bug#8971).
7334
1c4dd947
LMI
7335 * info.el (Info-find-file): Fall back on the installation
7336 directory if we can't find the info node anywhere else.
7337
a1c9f41b
SO
73382011-07-13 Sergei Organov <osv@javad.com> (tiny change)
7339
7340 * vc/vc.el (vc-revert-file):
7341 Don't set file time-stamp in the past. (Bug#5181)
7342
536f3d36
LMI
73432011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7344
7152b011
LMI
7345 * files.el (after-find-file): Give a better error message when
7346 trying to find a symlink that points to a file that doesn't exist
7347 (bug#4398).
7348
536f3d36
LMI
7349 * progmodes/cc-vars.el: Remove (probably) misleading comment
7350 (bug#4396).
7351
460c0fba
JB
73522011-07-12 Johan Bockgård <bojohan@gnu.org>
7353
7354 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
7355
7a6bda45
CY
73562011-07-12 Chong Yidong <cyd@stupidchicken.com>
7357
7358 * mouse-sel.el: Hack restoring functionality, while keeping
7359 compatibility with 2010-07-03 changes to mouse selection.
7360 (mouse-sel-primary-overlay): New var.
7361 (mouse-sel-selection-alist): Use it.
7362 (mouse-sel-mode): Doc fix; remove points that are default features
7363 of mouse.el.
7364
c79598ef
JB
73652011-07-12 Johan Bockgård <bojohan@gnu.org>
7366
7367 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7368 Fix previous fix (bug#2490).
7369
ff8be6ef
RW
73702011-07-12 Roland Winkler <winkler@gnu.org>
7371
b796c9b7
SM
7372 * textmodes/bibtex.el (bibtex-initialize):
7373 Use pop-to-buffer-same-window.
ff8be6ef
RW
7374 (bibtex-search-entries): Fix interactive call.
7375
296ba3ee
LMI
73762011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7377
f5242a02 7378 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
7379 Fontise bytecomp Error lines more correctly (bug#2490).
7380 Fix suggested by Johan Bockgård.
f5242a02 7381
296ba3ee
LMI
7382 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
7383
7384 * dired-x.el (dired-guess-default): Use `delete-dups'.
7385
f69fd0d2
CY
73862011-07-12 Chong Yidong <cyd@stupidchicken.com>
7387
7388 * dired.el (dired-mark-prompt):
7389 * dired-aux.el (dired-read-shell-command): Doc fix.
7390
eab5dc07
LMI
73912011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7392
b796c9b7
SM
7393 * mail/sendmail.el (sendmail-query-once):
7394 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
7395 emacs -Q.
7396
7397 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7398
eab5dc07
LMI
7399 * cus-edit.el (custom-file): Take an optional no-error variable.
7400 (customize-save-variable): Set the variable, and give a warning if
7401 running under "emacs -q".
7402
a1e65d42
JB
74032011-07-11 Juanma Barranquero <lekktu@gmail.com>
7404
7405 * loadhist.el (unload-feature-special-hooks):
7406 Add `auto-coding-functions', `fill-nobreak-predicate' and
7407 `find-directory-functions' (bug#5327).
7408
1d52da10
LMI
74092011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7410
be958f1d
LMI
7411 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
7412
5bedb26c
LMI
7413 * cus-edit.el (custom-guess-name-alist): -alist variables should
7414 use the `alist' type (bug#3120). Suggested by Drew Adams.
7415
1d52da10
LMI
7416 * printing.el: Add documentation to all the `pr-toggle-' commands.
7417
cd394be1 74182011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
7419
7420 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
7421 backends where it makes sense (bug#2623).
7422
dcc88d8a
LMI
74232011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7424
c3de9feb
LMI
7425 * dired-x.el (dired-guess-default): Remove duplicate shell command
7426 entries (bug#2028).
8a93078b 7427 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 7428 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 7429
dcc88d8a
LMI
7430 * subr.el (remove-duplicates): New conveniency function.
7431
505e3645
LMI
74322011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7433
7434 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
7435 (bug#1526).
7436
74372011-07-10 Martin Rudalics <rudalics@gmx.at>
7438
7439 * window.el (display-buffer-normalize-default): Don't invert
7440 meaning of even-window-heights. Reported by Eli Zaretskii
7441 <eliz@gnu.org>.
7442
455e4fa1
BR
74432011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
7444
7445 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
7446
8e0bc3e9
CY
74472011-07-10 Chong Yidong <cyd@stupidchicken.com>
7448
7449 * window.el (display-buffer): Fix arguments to
7450 display-buffer-reuse-window in last change.
7451
fa7c3228
CY
7452 * faces.el (link): Use a less saturated blue on light backgrounds.
7453
7454 * startup.el (fancy-startup-text, fancy-about-text)
7455 (fancy-startup-tail): Use font-lock faces, for background safety.
7456
c0a7f300
BN
74572011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
7458
b796c9b7
SM
7459 * emulation/viper-cmd.el (viper-change-state-to-vi):
7460 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 7461
4dc2a129
MR
74622011-07-09 Martin Rudalics <rudalics@gmx.at>
7463
7464 * window.el (display-buffer-default-specifiers): Remove.
7465 (display-buffer-macro-specifiers): Remove default specifiers.
7466 (display-buffer-alist): Default to nil.
b796c9b7 7467 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
7468 (display-buffer-pop-up-window): Allow splitting internal
7469 windows. Check whether a live window was created.
7470 (display-buffer-other-window-means-other-frame)
7471 (display-buffer-normalize-arguments): Rename to
7472 display-buffer-normalize-argument and rewrite. Set the
7473 other-window specifier.
7474 (display-buffer-normalize-special): New function.
7475 (display-buffer-normalize-options): Rename to
7476 display-buffer-normalize-default and rewrite.
7477 (display-buffer-normalize-options-inhibit): Remove.
7478 (display-buffer-normalize-specifiers): Rewrite.
7479 (display-buffer): Process other-window specifier and call
7480 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
7481 more faithfully.
b796c9b7 7482 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 7483 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
7484 (display-buffer-in-window, display-buffer-alist-set):
7485 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
7486 <tassilo@member.fsf.org>.
7487
2d43b8c9
LL
74882011-07-09 Leo Liu <sdl.web@gmail.com>
7489
7490 * register.el (insert-register): Restore accidental change on
7491 2011-06-26. (Bug#9028)
7492
7f9b7c53
GM
74932011-07-09 Glenn Morris <rgm@gnu.org>
7494
7495 * subr.el (remq): Handle the empty list. (Bug#9024)
7496
f042cfd8
AS
74972011-07-08 Andreas Schwab <schwab@linux-m68k.org>
7498
7499 * mail/sendmail.el (send-mail-function): No longer delay custom
7500 initialization.
7501 * custom.el (custom-initialize-delay): Doc fix.
7502
856b2f11
SM
75032011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
7506
afae1d68
MA
75072011-07-08 Michael Albinus <michael.albinus@gmx.de>
7508
7509 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
7510 human-friendly prompt.
7511
0757af94
SM
75122011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7513
7514 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
7515 provided by a particular plugin.
7516
d760b731
LMI
75172011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7518
7519 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
7520 save customizations (with "emacs -Q"), just set the variable
7521 instead of erroring out.
7522
7523 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7524
cd79ce90
JL
75252011-07-08 Juri Linkov <juri@jurta.org>
7526
7527 * arc-mode.el (archive-zip-expunge, archive-zip-update)
7528 (archive-zip-update-case): Use 7z if found by `executable-find'.
7529 The order of searching the available programs is the same as in
7530 `archive-zip-extract' (bug#8968).
7531
14cc04aa
CY
75322011-07-07 Chong Yidong <cyd@stupidchicken.com>
7533
7534 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
7535 (menu-bar-options-menu): Tweak descriptions.
7536
0a1848ec
LMI
75372011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7538
7539 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
7540 menu items into verb phrases (bug#1421). Also refill to fit under
7541 80 columns.
7542
f5bd0689
CY
75432011-07-07 Chong Yidong <cyd@stupidchicken.com>
7544
538e85c6
CY
7545 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
7546 (Info-read-node-name): Doc fix (Bug#1084).
7547
f5bd0689
CY
7548 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
7549 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
7550 (end-of-sexp, beginning-of-sexp)
7551 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
7552 (forward-symbol, forward-same-syntax, word-at-point)
7553 (sentence-at-point): Doc fix (Bug#1144).
7554
56ec5115
LMI
75552011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7556
f3f8e37f
LMI
7557 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
7558 should cover it (bug#1281).
7559
0757af94 7560 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 7561
e9fce1ac 7562 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
7563 negotiation fails, then possibly try again with a non-encrypted
7564 connection (bug#9017).
7565
56ec5115
LMI
7566 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
7567 be used.
7568
c2f9aec8
RS
75692011-07-07 Richard Stallman <rms@gnu.org>
7570
7571 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
7572 property, and handle its changed format.
7573 Look for the correct line number.
7574 Use file's line contents (but not past first =) to find
7575 correct line in message.
7576
ef7b981d 75772011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
7578
7579 * international/characters.el (build-unicode-category-table):
7580 Delete it.
0757af94 7581 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 7582
0757af94 7583 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
7584 to src/chartab.c.
7585 (get-char-code-property): Call unicode-property-table-internal to
7586 load a file. Call get-unicode-property-internal where necessary.
7587 (put-char-code-property): Call unicode-property-table-internal to
7588 load a file. Call put-unicode-property-internal where necessary.
7589 put-unicode-property-internal where necessary.
0757af94
SM
7590 (char-code-property-description):
7591 Call unicode-property-table-internal to load a file.
c805dec0
KH
7592
7593 * international/charprop.el:
7594 * international/uni-bidi.el:
7595 * international/uni-category.el:
7596 * international/uni-combining.el:
7597 * international/uni-comment.el:
7598 * international/uni-decimal.el:
7599 * international/uni-decomposition.el:
7600 * international/uni-digit.el:
7601 * international/uni-lowercase.el:
7602 * international/uni-mirrored.el:
7603 * international/uni-name.el:
7604 * international/uni-numeric.el:
7605 * international/uni-old-name.el:
7606 * international/uni-titlecase.el:
7607 * international/uni-uppercase.el: Regenerate.
7608
7609 * loadup.el: Load international/charprop.el before
7610 international/characters.
7611
e14b388a
CY
76122011-07-07 Chong Yidong <cyd@stupidchicken.com>
7613
7614 * window.el (next-buffer, previous-buffer): Signal an error if
7615 called from a minibuffer window.
7616
7617 * bindings.el: Revert 2011-07-04 change.
7618
354cf0ba
RS
76192011-07-06 Richard Stallman <rms@gnu.org>
7620
7621 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
7622 (rmail-mime-insert-bulk, rmail-mime-insert-text):
7623 Treat markers like ints.
7624 (rmail-mime-entity): Doc fix.
7625
a48868a7
LMI
76262011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7627
4906cd3d
LMI
7628 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
7629 defcustom again for backwards compatibility.
7630
e0457abe
LMI
7631 * simple.el (shell-command-on-region): Fill.
7632
d67f7e1f
LMI
7633 * dired-aux.el (dired-kill-line): Add a doc string.
7634
fe204702
LMI
7635 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
7636 to "\\sw\\|\\s_" (bug#358).
7637
a48868a7
LMI
7638 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
7639 (dired-unmark-backward): Ditto.
7640 (dired-flag-backup-files): Ditto.
7641
7642 * dired-x.el (dired-mark-sexp): Ditto.
7643
aa8a705c
RS
76442011-07-06 Richard Stallman <rms@gnu.org>
7645
7646 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
7647 (rmail-mime-entity): New arg TRUNCATED.
7648 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
7649 New functions.
7650 (rmail-mime-save): Warn if entity is truncated.
7651 (rmail-mime-toggle-hidden): Likewise, for showing.
7652 (rmail-mime-process-multipart): Record when an entity is truncated.
7653
a9a936b9
RS
7654 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
7655 if ENTITY is a string.
7656
1f2b92cb
LMI
76572011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7658
f4f73198 7659 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
7660 of faces when `M-C-x'-ing their definitions (bug#8378).
7661 Also clean up the code slightly.
f4f73198 7662
12b16734 7663 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 7664 because that makes the colors go away.
12b16734 7665
f0691d22
LMI
7666 * mail/sendmail.el (send-mail-function): Change the default to
7667 `sendmail-query-once'.
9e87df06 7668 (sendmail-query-once): Add an autoload cookie.
f0691d22 7669
1f2b92cb
LMI
7670 * net/network-stream.el (network-stream-open-starttls): Try using
7671 a plain connection even if the server offered STARTTLS, and we
7672 kinda wanted to use it, if Emacs doesn't have any STARTTLS
7673 capability. This should make smtpmail.el work in slightly more
7674 configurations.
7675
1cdd2a1b
MA
76762011-07-06 Michael Albinus <michael.albinus@gmx.de>
7677
7678 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
7679 New defun.
7680 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
7681
fbcc67e2
MM
76822011-07-06 Michael R. Mauger <mmaug@yahoo.com>
7683
7684 * progmodes/sql.el: Version 3.0
0757af94 7685 (sql-product-alist): Add product :completion-object,
fbcc67e2 7686 :completion-column, and :statement attributes.
0757af94 7687 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 7688 (sql-mode-syntax-table): Mark all punctuation.
0757af94 7689 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
7690 ansi keywords.
7691 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 7692 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
7693 (sql-oracle-show-reserved-words): New function for development.
7694 (sql-product-font-lock): Simplify for source code buffers.
7695 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
7696 New functions.
7697 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
7698 (sql-mode-map): Add statement movement functions.
7699 (sql-ansi-statement-starters, sql-oracle-statement-starters):
7700 New variable.
fbcc67e2
MM
7701 (sql-statement-regexp, sql-beginning-of-statement)
7702 (sql-end-of-statement, sql-signum): New functions.
0757af94 7703 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
7704 (sql-show-sqli-buffer): Bug fix.
7705 (sql-interactive-mode): Store connection data as buffer local.
0757af94 7706 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
7707 with sql-interactive-mode.
7708 (sql-save-connection): Save buffer local settings.
0757af94 7709 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
7710 (sql-product-interactive): Bug fix.
7711 (sql-preoutput-hold): New variable.
7712 (sql-interactive-remove-continuation-prompt): Bug fixes.
7713 (sql-debug-redirect): New variable.
7714 (sql-str-literal): New function.
7715 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 7716 Redesign.
fbcc67e2
MM
7717 (sql-oracle-save-settings, sql-oracle-restore-settings)
7718 (sql-oracle-list-all, sql-oracle-list-table): New functions.
7719 (sql-completion-object, sql-completion-column)
7720 (sql-completion-sqlbuf): New variables.
7721 (sql-build-completions-1, sql-build-completions)
7722 (sql-try-completion): New functions.
7723 (sql-read-table-name): Use them.
7724 (sql-contains-names): New buffer local variable.
7725 (sql-list-all, sql-list-table): Use it.
7726 (sql-oracle-completion-types): New variable.
7727 (sql-oracle-completion-object, sql-sqlite-completion-object)
7728 (sql-postgres-completion-object): New functions.
7729
d4eaeab1
GM
77302011-07-06 Glenn Morris <rgm@gnu.org>
7731
7732 * window.el (pop-to-buffer): Doc fix.
7733
322b7dab 77342011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
7735
7736 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
7737
322b7dab 77382011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 7739
322b7dab 7740 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 7741
322b7dab 7742 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 7743
605dd5bf
CY
77442011-07-05 Chong Yidong <cyd@stupidchicken.com>
7745
7746 * button.el (button): Inherit from link face. Suggested by Dan
7747 Nicolaescu.
7748
7dbfa719
SM
77492011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7750
3db614b0
SM
7751 * progmodes/gdb-mi.el: Fit in 80 columns.
7752 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
7753 switch-to-buffer.
7754
7dbfa719
SM
7755 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
7756 if imenu is simply not configured (bug#8941).
7757
919d884a
KM
77582011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
7759
7760 * allout.el (allout-post-undo-hook): New allout outline-change
7761 event hook to signal undo activity.
7762 (allout-post-command-business): Run allout-post-undo-hook if an
7763 undo just occurred.
7dbfa719
SM
7764 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
7765 * allout-widgets.el (allout-widgets-after-undo-function):
7766 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
7767 in the vicinity of an undo.
7768 (allout-widgets-mode): Include allout-widgets-after-undo-function
7769 on the new allout-post-undo-hook.
7770
450a0f09
SM
77712011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7772
7773 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
7774 Let define-derived-mode define it.
7775 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
7776 cycles of abbrev-table inheritance (bug#8998).
7777
2de69e00
RW
77782011-07-05 Roland Winkler <winkler@gnu.org>
7779
7780 * textmodes/bibtex.el: Add support for biblatex.
7781 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
7782 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
7783 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
7784 (bibtex-entry-alist, bibtex-field-alist): New variables.
7785 (bibtex-entry-field-alist): Obsolete alias for
7786 bibtex-BibTeX-entry-alist.
7787 (bibtex-entry-alist, bibtex-field-alist): New widgets.
7788 (bibtex-set-dialect): New command.
7789 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
7790 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
7791 Bind via bibtex-set-dialect.
2de69e00
RW
7792 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
7793 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
7794 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
7795 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
7796 Define via bibtex-set-dialect.
450a0f09
SM
7797 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
7798 Obey bibtex-no-opt-remove-re.
2de69e00
RW
7799 (bibtex-vec-push, bibtex-vec-incr): New functions.
7800 (bibtex-format-entry, bibtex-field-list)
7801 (bibtex-print-help-message, bibtex-validate)
7802 (bibtex-search-entries): Use new format of bibtex-entry-alist.
7803
2dcdbdd9
SM
78042011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * progmodes/compile.el (compilation-goto-locus):
7807 * net/tramp-cmds.el (tramp-append-tramp-buffers):
7808 * bs.el (bs-cycle-next, bs-cycle-previous):
7809 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
7810 * bindings.el (mode-line-other-buffer):
7811 * autoinsert.el (auto-insert):
7812 * arc-mode.el (archive-extract):
7813 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
7814
b27640fe
JB
78152011-07-05 Juanma Barranquero <lekktu@gmail.com>
7816
7817 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
7818 Fix check of `emacs-lock-unlockable-modes'.
7819 Coerce true values of `emacs-lock--try-unlocking' to t.
7820
53bbe3ad
JB
78212011-07-05 Juanma Barranquero <lekktu@gmail.com>
7822
7823 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
7824 * emacs-lock.el: New file.
7825
1d3cdbc7
JD
78262011-07-05 Julien Danjou <julien@danjou.info>
7827
7828 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
7829 than `boundp' to check if face is set.
7830
9173deec
JB
78312011-07-05 Juanma Barranquero <lekktu@gmail.com>
7832
7833 * register.el (registerv-make):
7834 * window.el (window-min-height): Fix typos in docstrings.
7835
869795d6
JD
78362011-07-05 Jan Djärv <jan.h.d@swipnet.se>
7837
9173deec 7838 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
7839 Update doc string.
7840
b768cdcd
JB
78412011-07-04 Juanma Barranquero <lekktu@gmail.com>
7842
7843 * server.el (server-execute): Catch quit and call
7844 `server-return-error' to pass the error back to emacsclient and
7845 close the connection (bug#8942).
7846
13aa217b
KM
78472011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
7848
7849 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
7850 insecure exception for current topic. Also note that auto-saves
7851 are handled differently.
7852
7853 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
7854 State variables for tracking auto-save inhibition situation.
7855
7856 (allout-write-contents-hook-handler): Rename from
7857 'allout-write-file-hook-handler', and describe how it depends on
7858 write-contents-functions sensitivity to non-nil value to prevent
7859 file write.
7860
7861 (allout-auto-save-hook-handler): Remove. auto-save does not check
7862 this in individual buffers, only in the starting buffer, so this
7863 is not the right way for us to inhibit auto-save in a buffer
7864 according to its condition.
7865
7866 (allout-mode): Use new allout-write-contents-hook-handler, and
7867 only with write-contents-functions. Remove auto-save provisions -
7868 they're implemented elsewhere.
7869
7870 (allout-before-change-handler): If undo is in progress, note that
7871 for attention of allout-post-command-business.
7872
7873 (allout-post-command-business): If the command we're following was
7874 an undo, check for change in the status of encrypted items and
7875 adjust auto-save inhibitions accordingly.
7876
7877 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
7878 according to whether there are or aren't any plain-text topics
7879 pending encryption.
7880
2dcdbdd9 7881 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
7882 Adjust buffer-saved-size and some allout state to inhibit auto-saves
7883 if there are plain-text topics pending encryption.
13aa217b
KM
7884
7885 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
7886 buffer-saved-size and some allout state to not inhibit auto-saves
7887 if there are no longer any plain-text topics pending encryption.
7888
0757af94
SM
7889 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
7890 No longer provide for exemption of the current topic.
13aa217b 7891
ac89b32c
JL
78922011-07-04 Juri Linkov <juri@jurta.org>
7893
7894 Add 7z operations to delete and save changed members (bug#8968).
7895 * arc-mode.el (archive-7z-expunge, archive-7z-update):
7896 New defcustoms.
7897 (archive-7z-write-file-member): New function.
7898 (archive-7z-summarize): Fix the number of dashes in the
7899 listing output.
7900
8fa39615
SM
79012011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7902
7903 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
7904 (bug#8958).
7905
2f11b3f1
CY
79062011-07-04 Chong Yidong <cyd@stupidchicken.com>
7907
d66fef2b
CY
7908 * bindings.el: Ignore next-buffer and previous-buffer in
7909 minibuffer-local-map.
7910
2f11b3f1
CY
7911 * font-lock.el (font-lock-builtin-face): Change light background
7912 color to dark slate blue (Bug#6693).
7913
f932a347
WD
79142011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7915
7916 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
7917
c8af70e1
SM
79182011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7919
7920 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
7921 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7922 Add switch-to-buffer.
7923
f158badc
LMI
79242011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7925
7926 * isearch.el (isearch-search-fun-function): Clarify further the
7927 meaning of the function returned.
7928
6d95bd46
MA
79292011-07-04 Michael Albinus <michael.albinus@gmx.de>
7930
7931 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
7932
7933 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
7934 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
7935 Use it.
7936 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
7937 `tramp-default-remote-path' does not exist.
7938 (tramp-send-command-and-read): New optional argument NOERROR.
7939 (tramp-open-connection-setup-interactive-shell)
7940 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
7941 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
7942 (tramp-process-sentinel): Flush also process' connection property.
7943 (tramp-sh-handle-start-file-process): Do not set process
7944 sentinel. It is done now ...
7945 (tramp-maybe-open-connection): ... here. (Bug#8929)
7946
909e6b67
MK
79472011-07-04 MON KEY <monkey@sandpframing.com>
7948
7949 * play/animate.el (animate-string): Doc fixes and allow changing
7950 the buffer name (bug#5417).
7951
79522011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7953
c8af70e1 7954 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 7955
f34755dc
PE
79562011-07-04 Paul Eggert <eggert@cs.ucla.edu>
7957
396cec72
PE
7958 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
7959 This is simpler and helps future-proof the code.
7960 (timer-until): Use time-subtract and float-time.
08235028 7961 (timer--time-less-p): Use time-less-p.
f34755dc 7962
56e6cc31
JB
79632011-07-04 Juanma Barranquero <lekktu@gmail.com>
7964
3abb79e5
JB
7965 * type-break.el (timep): Use the value of `float-time' to avoid a
7966 byte-compiler warning.
7967
56e6cc31
JB
7968 * server.el (server-eval-and-print): Return any result, even nil.
7969
7b9430b4
PE
79702011-07-03 Paul Eggert <eggert@cs.ucla.edu>
7971
7972 * type-break.el: Accept time formats that the builtins accept.
7973 (timep, type-break-time-difference): Accept any format that
7974 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
7975 This is simpler and helps future-proof the code.
7976 (type-break-time-difference): Round rather than ignoring
7977 subseconds components.
7978
3034e9e7
LMI
79792011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7980
7981 * info.el (Info-apropos-matches): Make non-interactive, since it
7982 doesn't seem to do anything useful as a command (bug#8829).
7983
1485f4c0
CY
79842011-07-03 Chong Yidong <cyd@stupidchicken.com>
7985
7986 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 7987 Move from faces.el.
1485f4c0
CY
7988 (frame-default-terminal-background): New function.
7989
7990 * custom.el (custom-push-theme): Don't record faces in `changed'
7991 theme; this doesn't work correctly for per-frame face settings.
7992 (disable-theme): Use face-set-after-frame-default to reset faces.
7993 (custom--frame-color-default): New function.
7994
9fa3dd45
LMI
79952011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7996
c8af70e1 7997 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
7998 (bug#8769).
7999
6cbbc20c
KR
80002011-03-29 Kevin Ryde <user42@zip.com.au>
8001
8002 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8003 `perl-Test2' extend to match possible "fail #N" rep count
8004 (bug#8377).
8005
c7f98048
LMI
80062011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8007
65676592
LMI
8008 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
8009 `smtpmail-via-smtp' now returns the error instead of nil.
8010
c7f98048
LMI
8011 * isearch.el (isearch-search-fun-function): Clarify the doc string
8012 (bug#8101).
8013
56e6cc31 80142011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
8015
8016 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
8017 unnecessary spaces (bug#8987).
8018
2b216704
LMI
80192011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8020
8021 * net/network-stream.el (open-network-stream): Use the
8022 :end-of-capability command thoughout.
8023
80242011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8025
8026 * net/network-stream.el (open-network-stream): Add the
8027 :end-of-capability command parameter, used by pop3.el.
8028
36adf6ce
LMI
80292011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8030
1ca0da0e
LMI
8031 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
8032
fc00f69c
LMI
8033 * fringe.el (fringe-query-style): Remove redundant text " (type ?
8034 for list)" (bug#6475).
8035
28fd8759 8036 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 8037 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
8038 an error (bug#6297).
8039
0dd8b6da
LMI
8040 * man.el (Man-reference-regexp): Allow matching possible
8041 word-wrapped references (bug#6289).
8042
ce1438d6
LMI
8043 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
8044 for consistency with the other vc buffers (bug#6197).
8045 (vc-checkin): Ditto.
8046
8047 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
8048
36adf6ce
LMI
8049 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
8050
e83cc1f7
LMI
80512011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8052
8a20ca4c
LMI
8053 * custom.el (defcustom): Clarify that :set is only used in the
8054 Customize user interface (bug#6089).
8055
83319045
LMI
8056 * progmodes/flymake.el (flymake-mode): If the buffer isn't
8057 associated with a file, refuse to run instead of erroring out
8058 (bug#6084).
8059
a8392169
LMI
8060 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
8061 the doc string, since it appears that using `fill-column' always
8062 controls the width (bug#7845).
8063
e83cc1f7
LMI
8064 * simple.el (shell-command-on-region): Say where the error output
8065 went if `shell-command-default-error-buffer' is set (bug#6857).
8066
e47ca23b
KM
80672011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
8068
8069 * allout.el (allout-yank-processing): Adjust cursor position for
8070 backwards-deleted space.
8071
8072 (allout-rebullet-heading): Register changes with
8073 allout-exposure-changed-hook, so the modified topic is properly
8074 decorated.
8075
5cf56143
LMI
80762011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8077
08549772
LMI
8078 * minibuffer.el (completion-in-region): Document PREDICATE
8079 (bug#7136).
8080
48e96771
LMI
8081 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
8082 of keyword/argument pairs (bug#6904).
8083
c8af70e1
SM
8084 * replace.el (multi-occur):
8085 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 8086
e17d05e2
LMI
80872011-07-02 Drew Adams <drew.adams@oracle.com>
8088
8089 * dired.el (dired-mark-if): Make the message about whether it's
8090 marking or unmarking clearer (bug#8523).
8091
063b0e45
LMI
80922011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8093
8094 * disp-table.el (display-table-print-array): New function.
8095 (describe-display-table): Use it to print the vectors more pretty
8096 (Bug#8859).
8097
28545e04
MR
80982011-07-02 Martin Rudalics <rudalics@gmx.at>
8099
8100 * window.el (window-state-get-1): Don't assign clone numbers.
8101 Add clone-of item to list of window parameters.
8102 (window-state-put-2): Don't process clone numbers.
8103 (display-buffer-alist): Fix doc-string.
8104
3349e122
SM
81052011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8106
8107 * subr.el (remq): Don't allocate if it's not needed.
8108 (keymap--menu-item-binding, keymap--menu-item-with-binding)
8109 (keymap--merge-bindings): New functions.
8110 (keymap-canonicalize): Use them to refine the canonicalization.
8111 * minibuffer.el (minibuffer-local-completion-map)
8112 (minibuffer-local-must-match-map): Move initialization from C.
8113 (minibuffer-local-filename-completion-map): Move initialization from C;
8114 don't inherit from anything here.
8115 (minibuffer-local-filename-must-match-map): Make obsolete.
8116 (completing-read-default): Use make-composed-keymap to combine
8117 minibuffer-local-filename-completion-map with either
8118 minibuffer-local-must-match-map or
8119 minibuffer-local-filename-completion-map.
8120
d224ac83
GM
81212011-07-01 Glenn Morris <rgm@gnu.org>
8122
3de63bf8
GM
8123 * type-break.el (type-break-time-sum): Use dolist.
8124
d224ac83
GM
8125 * textmodes/flyspell.el (flyspell-word-search-backward):
8126 Replace CL function.
8127
1a1e3f32
SM
81282011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8129
fe3f64d5
SM
8130 * mouse.el (mouse--strip-first-event): New function.
8131 (function-key-map): Use it to map fringe clicks to normal clicks
8132 by default.
8133
eb604e34
SM
8134 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
8135 (vc-bzr-revision-completion-table): Add support for annotate and date.
8136
1a1e3f32
SM
8137 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
8138 inherit from parent.
8139
5bd35902
LMI
81402011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8141
ace6c69c 8142 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 8143 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 8144
191e2bed
LMI
8145 * dired.el (dired-mode): Fix up the doc string as suggested by
8146 Drew Adams (bug#8817).
8147
5bd35902
LMI
8148 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
8149 cookie, since the manual says that it should be possible to add
8150 this function to `find-file-hook' (bug#8709).
8151
eee8207a
TZ
81522011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8153
8154 * progmodes/cfengine.el: Moved all cfengine3.el functionality
8155 here. Noted Ted Zlatanov as the maintainer.
8156 (cfengine-common-settings, cfengine-common-syntax): New functions
8157 to set up common things between `cfengine-mode' and
8158 `cfengine3-mode'.
8159 (cfengine3-mode): New mode.
8160 (cfengine3-defuns cfengine3-defuns-regex
8161 (cfengine3-class-selector-regex cfengine3-category-regex)
8162 (cfengine3-vartypes cfengine3-font-lock-keywords)
8163 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 8164 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 8165
36b148cf
MA
81662011-07-01 Michael Albinus <michael.albinus@gmx.de>
8167
8168 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
8169
8170 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
8171
0bf4ba9a
MR
81722011-07-01 Martin Rudalics <rudalics@gmx.at>
8173
8174 * window.el (same-window-buffer-names, same-window-regexps)
8175 (same-window-p, special-display-frame-alist)
8176 (special-display-popup-frame, special-display-function)
8177 (special-display-buffer-names, special-display-regexps)
8178 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
8179 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8180 (split-window-preferred-function, split-height-threshold)
8181 (split-width-threshold, even-window-heights)
8182 (display-buffer-mark-dedicated, window-splittable-p)
8183 (split-window-sensibly, window-safely-shrinkable-p):
8184 Un-obsolete.
8185 (display-buffer): Don't spread args with function specifier
8186 because special-display-popup-frame won't like it.
8187
35837f51
PE
81882011-07-01 Paul Eggert <eggert@cs.ucla.edu>
8189
d0672f86
PE
8190 Time-stamp simplifications and fixes.
8191 These improve accuracy slightly, and future-proof the code
8192 against some potential changes to current-time format.
8193
b9444d97
PE
8194 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
8195 by using time-since and float-time.
8196
0ef923dc
PE
8197 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
8198 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
8199 + NNN microseconds".
8200
2f81380d
PE
8201 * type-break.el (type-break-time-sum): Rewrite using time-add.
8202
845b5c3e
PE
8203 * play/hanoi.el (hanoi-current-time-float): Remove.
8204 All uses replaced by float-time.
8205
ee6f1be0
PE
8206 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
8207 This yields a more-accurate answer.
8208 (rng-time-to-float): Remove; no longer needed.
8209
fe955043
PE
8210 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
8211
5777162a
PE
8212 * calendar/timeclock.el (timeclock-seconds-to-time):
8213 Defalias to seconds-to-time, since they're the same thing.
8214
3103f8b6 8215 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 8216 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
8217 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
8218
0e61a35f
SM
82192011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8220
8221 * window.el (bury-buffer): Don't iconify the only frame.
8222 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
8223 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
8224
ddd63a1e
CY
82252011-07-01 Chong Yidong <cyd@stupidchicken.com>
8226
0e61a35f
SM
8227 * eshell/em-smart.el (eshell-smart-display-navigate-list):
8228 Add mouse-yank-primary.
ddd63a1e 8229
055f4923
TZ
82302011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8231
8232 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
8233
6a2fb145
SM
82342011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8235
8236 * emacs-lisp/find-func.el (find-library--load-name): New fun.
8237 (find-library-name): Use it to find relative load names when provided
8238 absolute file name (bug#8803).
8239
fd4983f2
LMI
82402011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8241
887d14ad
LMI
8242 * textmodes/flyspell.el (flyspell-word): Consider words that
8243 differ only in case as potential doublons (bug#5687).
8244
c53dc7fc
LMI
8245 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
8246 Remove two rather uninteresting debugging-like messages to make
8247 debbugs.el more silent.
8248
fd4983f2
LMI
8249 * comint.el (comint-password-prompt-regexp): Accept "Response" as
8250 a password-like phrase.
8251
7a71b18d 82522011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
8253
8254 * progmodes/cc-guess.el: New file.
8255
6a2fb145 8256 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
8257
8258 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
8259 derived from `c-basic-common-init'.
8260
8261 * progmodes/cc-mode.el (top-level): Require cc-guess.
8262 (c-basic-common-init): Use `cc-choose-style-for-mode'.
8263
1fa280a3
LM
82642011-06-30 Lawrence Mitchell <wence@gmx.li>
8265
8266 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
8267
e6597158
AM
82682011-06-30 Alan Mackenzie <acm@muc.de>
8269
1fa280a3
LM
8270 * progmodes/cc-engine.el (c-guess-continued-construct):
8271 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
8272 lock is disabled. Name this case as "CASE G".
8273
68ba37fb
KM
82742011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
8275
8276 * allout.el (allout-yank-processing): Fix injection of extra space
8277 between bullet and non-whitespace character in first topic when
8278 pasting, ensuring that the actual spacing in the pasted topic
8279 following the bullet char is preserved. This extra space was
8280 causing pasted encrypted topics to get a decrypted status even
8281 when the content was actually still encrypted. Now the decryption
8282 status from before the paste is preserved.
8283
8284 (allout-flag-region): Set all allout overlays so they evaporate
8285 when reduced to zero length (evanescent), to prevent overlay
8286 leakage.
8287
887a0b34
GM
82882011-06-30 Glenn Morris <rgm@gnu.org>
8289
94b9acce
GM
8290 * w32-fns.el (w32-charset-info-alist): Declare.
8291
1d9b46d4
GM
8292 * find-dired.el (find-grep-options): Simplify.
8293
cc232200
GM
8294 * term/ns-win.el (ns-set-resource): Declare.
8295
28e77c46
GM
8296 * ses.el (row, col): Declare dynamic variables honestly.
8297
887a0b34
GM
8298 * textmodes/reftex-parse.el (index-tags): Declare.
8299
658d8eb8
CY
83002011-06-30 Chong Yidong <cyd@stupidchicken.com>
8301
8302 * cus-edit.el (customize-push-and-save): New function.
8303
8304 * files.el (hack-local-variables-confirm): Use it.
8305
1fa280a3
LM
8306 * custom.el (load-theme): New arg NO-CONFIRM.
8307 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
8308 (custom-enabled-themes): Doc fix.
8309
8310 * cus-theme.el (customize-create-theme)
8311 (custom-theme-merge-theme): Callers to load-theme changed.
8312
bb617717
LMI
83132011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8314
d61bdd5d
LMI
8315 * thingatpt.el (thing-at-point-short-url-regexp): Require that
8316 short URLs have at least one dot in them (bug #7614).
8317
bb617717
LMI
8318 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
8319 nil, because using a pty is apparently too slow (bug #895).
8320
2f31f37a
LMI
83212011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8322
8323 * mail/sendmail.el (sendmail-query-once): New function.
8324 (sendmail-query-once-function): New variable.
8325
3076b24e
GM
83262011-06-29 Glenn Morris <rgm@gnu.org>
8327
faf2a174
GM
8328 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
8329
3076b24e
GM
8330 * ses.el (top-level): Require cl when compiling.
8331 (ses-set-localvars): Fix error statement.
8332 Call it at compile time to silence a storm of warnings.
8333
5386012d
MR
83342011-06-29 Martin Rudalics <rudalics@gmx.at>
8335
8336 * window.el (normalize-live-buffer): Rename to
8337 window-normalize-buffer.
8338 (normalize-live-frame): Rename to window-normalize-frame.
8339 (normalize-any-window): Rename to window-normalize-any-window.
8340 (normalize-live-window): Rename to window-normalize-live-window.
8341 (make-window-atom): Rename to window-make-atom.
8342 (window-resize-reset): Rename to window--resize-reset.
8343 (window-resize-reset-1): Rename to window--resize-reset-1.
8344 (resize-mini-window): Rename to window--resize-mini-window.
8345 (resize-subwindows-skip-p): Rename to
8346 window--resize-subwindows-skip-p.
8347 (resize-subwindows-normal): Rename to
8348 window--resize-subwindows-normal.
8349 (resize-subwindows): Rename to window--resize-subwindows.
8350 (resize-other-windows): Rename to window--resize-siblings.
8351 (resize-this-window): Rename to window--resize-this-window.
8352 (resize-root-window): Rename to window--resize-root-window.
8353 (resize-root-window-vertically): Rename to
8354 window--resize-root-window-vertically.
8355 (normalize-buffer-to-display): Rename to
8356 window-normalize-buffer-to-display.
8357 (normalize-buffer-to-switch-to): Rename to
8358 window-normalize-buffer-to-switch-to.
8359 Correspondingly update all callers of the functions listed
8360 above.
8361 (display-buffer-alist, display-buffer-normalize-arguments)
8362 (display-buffer-normalize-options, display-buffer)
8363 (display-buffer-alist-set): Use "function" instead of
8364 "fun-with-args".
8365
1176868d
CY
83662011-06-28 Chong Yidong <cyd@stupidchicken.com>
8367
8368 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
8369 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
8370 debbugs.gnu.org. Mention acknowledgment email.
8371
20a7a65f
LMI
83722011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8373
8374 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
8375 buffer multibyteness, since it shouldn't matter.
8376
5f45cca5
MR
83772011-06-28 Martin Rudalics <rudalics@gmx.at>
8378
8379 * window.el (display-buffer-in-side-window): Handle dedicated
8380 windows as in display-buffer-reuse-window.
8381 (display-buffer-normalize-alist): Use value of override
8382 specifier.
8383 (display-buffer-normalize-specifiers): Use value of
8384 other-window-means-other-frame specifier.
8385 (display-buffer-alist): Rewrite some texts in widgets.
8386 (display-buffer): Spread arguments when calling function
8387 specified by fun-with-args.
8388
ad85fe1f
DD
83892011-06-28 Deniz Dogan <deniz@dogan.se>
8390
1fa280a3
LM
8391 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8392 Unnest `let'.
da68c4c8 8393
ad85fe1f
DD
8394 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
8395 selectors (Bug#5732).
ec49bd31 8396 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 8397
a08cc025
JA
83982011-06-27 Jari Aalto <jari.aalto@cante.net>
8399
8400 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
8401 (eshell-ls-date-format): New defcustom.
8402 (eshell-ls-file): Use it.
8403
e2b551c5
SM
84042011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8405
8406 * help-fns.el (describe-variable): Fix message for terminal-local vars.
8407
8982b231
KY
84082011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
8409
8410 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
8411 (ange-ftp-make-tmp-name): New arg.
8412 (ange-ftp-file-local-copy): Use it.
8413
36c9fa27
J
84142011-06-27 Jambunathan K <kjambunathan@gmail.com>
8415
8416 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
8417 no-conversion (Bug#8870).
8418
d68443dc
MR
84192011-06-27 Martin Rudalics <rudalics@gmx.at>
8420
8421 * window.el (window-right, window-left, window-child)
8422 (window-child-count, window-last-child)
8423 (window-iso-combination-p, walk-window-tree-1)
8424 (window-atom-check-1, window-tree-1, delete-window)
8425 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
8426 new naming conventions - window-vchild, window-hchild,
8427 window-next and window-prev are now called window-top-child,
8428 window-left-child, window-next-sibling and window-prev-sibling
8429 respectively.
d615d6d2
MR
8430 (resize-window-reset): Rename to window-resize-reset.
8431 (resize-window-reset-1): Rename to window-resize-reset-1.
8432 (resize-window): Rename to window-resize.
8433 (window-min-height, window-min-width)
8434 (resize-mini-window, resize-this-window, resize-root-window)
8435 (resize-root-window-vertically, adjust-window-trailing-edge)
8436 (enlarge-window, shrink-window, maximize-window)
8437 (minimize-window, delete-window, quit-restore-window)
8438 (split-window, balance-windows, balance-windows-area-adjust)
8439 (balance-windows-area, window-state-put-2)
8440 (display-buffer-even-window-sizes, display-buffer-set-height)
8441 (display-buffer-set-width, set-window-text-height)
8442 (fit-window-to-buffer): Rename all "resize-window" prefixed
8443 calls to use the "window-resize" prefix convention.
8444 (display-buffer-alist): Fix symbol for label specifier.
8445 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
8446 corresponding specifier.
8447 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 8448
b6458526
VB
84492011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8450
8451 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
8452 convention.
8453 (ses-call-printer): Does not pass an empty string to formatter when the
8454 cell is empty to keep from barking printer Calc math-format-value.
8455
d31fd9ac
RS
84562011-06-27 Richard Stallman <rms@gnu.org>
8457
43d5bf84
RS
8458 * battery.el (battery-mode-line-limit): New variable.
8459 (battery-update): Handle it.
8460
d31fd9ac
RS
8461 * mail/rmailmm.el (rmail-mime-process-multipart):
8462 Handle truncated messages.
8463
819a6054
GM
84642011-06-27 Glenn Morris <rgm@gnu.org>
8465
8466 * progmodes/flymake.el (flymake-err-line-patterns):
8467 Allow for column numbers in the ant/javac pattern. (Bug#8866)
8468
cedc73f2
VB
84692011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8470
819a6054 8471 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
8472 (ses--clean-!, ses--clean-_): New functions.
8473 (ses-range): Add configurability of readout order, and conversion
8474 to Calc vector.
8475
5e5d49b6
VB
8476 * ses.el (ses-repair-cell-reference-all): New function.
8477 (ses-cell-symbol): Set macro as safe, so that it can be used in
8478 formulas.
8479
56e6cc31 8480 * ses.el: Update cycle detection algorithm.
90ca8b49 8481 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 8482 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
8483 (ses-set-localvars): New function.
8484 (ses-make-cell): Add property-list as a cell element.
8485 (ses-cell-property-get-fun, ses-cell-property-get)
8486 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
8487 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
8488 New functions.
90ca8b49
VB
8489 (ses-cell-property-set, ses-cell-property-pop)
8490 (ses-cell-property-get-handle): New macro.
8491 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
8492 New aliases, used for code readability.
8493 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
8494 cycle detection.
8495 (ses-self-reference-early-detection): New defcustom.
fac916bf 8496 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
8497 (ses-mode): Use ses-set-localvars.
8498 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
8499 before lauching the update processing.
8500 (ses-initialize-Dijkstra-attempt): New function.
8501 (ses-recalculate-cell): Update for cycle detection based on
8502 Dijkstra algorithm.
8503
2bb63e81
VB
8504 * ses.el: Fix commenting and indenting convention.
8505
c9d29fb8
SM
85062011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8507
8508 * bs.el (bs-cycle-next): Complete last change.
8509
d8e4b68b
JB
85102011-06-27 Drew Adams <drew.adams@oracle.com>
8511
8512 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
8513
40098786
LMI
85142011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8515
c9d29fb8
SM
8516 * net/network-stream.el (network-stream-open-starttls):
8517 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
8518 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
8519
40098786
LMI
8520 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
8521 to binary to possibly avoid line encoding issues on Windows (among
8522 other things).
8523
468d09d4
LMI
85242011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8525
8526 * net/network-stream.el (open-network-stream): Return an :error
8527 saying what the problem was, if possible.
8528
8529 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
8530 server.
8531
8532 * net/network-stream.el (network-stream-open-starttls): If we
8533 wanted to use STARTTLS, and the server offered it, but we weren't
8534 able to because we had no STARTTLS support, then close the connection.
8535 (open-network-stream): Return an :error element, if present.
8536
16f07dd7
CY
85372011-06-26 Chong Yidong <cyd@stupidchicken.com>
8538
88821ca0
CY
8539 * hl-line.el (hl-line-sticky-flag): Doc fix.
8540 (global-hl-line-sticky-flag): New option (Bug#8323).
8541 (global-hl-line-highlight): Obey it.
8542
16f07dd7
CY
8543 * vc/vc.el (vc-revert-show-diff): Default to t.
8544
6b5ccddf
KM
85452011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
8546
c9d29fb8
SM
8547 * allout-widgets.el (allout-widgets-post-command-business):
8548 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
8549 undecorated when an isearch is continued past, and isearch
8550 automatically collapses them. This leads to "widget leaks", where
8551 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
8552 hidden widgets can slow down cursor travel, substantially.
8553 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
8554 so we're doing without this nicety.
8555
8556 (allout-widgets-tally-string): Don't try to do a hash-table-count
8557 of allout-widgets-tally when it's nil. This eliminates spurious "Error
8558 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
8559 *Messages* when allout-widgets-maintain-tally is t.
8560
355f2e07
MR
85612011-06-26 Martin Rudalics <rudalics@gmx.at>
8562
8563 * window.el (display-buffer-normalize-argument): Rename to
8564 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
8565 LABEL argument. Respect special-display-function when popping up
8566 a new frame. Fix code searching for a window showing the buffer
8567 on another frame.
c9d29fb8
SM
8568 (display-buffer-normalize-specifiers):
8569 Call display-buffer-normalize-arguments.
355f2e07
MR
8570 (display-buffer-in-window): Don't undedicate the window if its
8571 buffer remains the same.
8572 Reported by Drew Adams <drew.adams@oracle.com>.
8573 (display-buffer-alist): Add choice for same-window macro
8574 specfier.
8575 (display-buffer): Mention special meaning of LABEL argument in
8576 doc-string. Fix quoting. Don't pop up a new frame even as
8577 fallback.
8578
7ca8fc42
JB
85792011-06-26 Juanma Barranquero <lekktu@gmail.com>
8580
8581 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
8582 avoid deleting the current window in some cases (bug#8911).
8583
bc312254
AS
85842011-06-26 Andreas Schwab <schwab@linux-m68k.org>
8585
8586 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
8587 (Bug#8934)
8588
2db18f3f
LMI
85892011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8590
c9d29fb8
SM
8591 * net/network-stream.el (network-stream-open-starttls):
8592 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
8593 (network-stream-open-tls): Ditto.
8594
6302e0d3
LL
85952011-06-26 Leo Liu <sdl.web@gmail.com>
8596
8597 * register.el (registerv): New struct.
8598 (registerv-make): New function.
c9d29fb8
SM
8599 (jump-to-register, describe-register-1, insert-register):
8600 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
8601 struct. (Bug#8415)
8602
5fdd4046
CY
86032011-06-26 Chong Yidong <cyd@stupidchicken.com>
8604
2afef60a
CY
8605 * vc/vc.el (vc-revert-show-diff): New defcustom.
8606 (vc-diff-internal): New arg specifying diff buffer.
8607 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
8608 reuse an existing *vc-diff* buffer (Bug#8927).
8609
5fdd4046
CY
8610 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
8611
e93db24a
GM
86122011-06-26 Glenn Morris <rgm@gnu.org>
8613
8614 * progmodes/f90.el (f90-critical-indent): New option.
8615 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
8616 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
8617 (f90-mode): Doc fix.
8618 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
8619 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
8620 (f90-beginning-of-block, f90-next-block, f90-indent-region)
8621 (f90-match-end): Handle block, critical.
8622
eefff499
GM
86232011-06-25 Glenn Morris <rgm@gnu.org>
8624
f6ba4cc9
GM
8625 * calendar/diary-lib.el (diary-included-files): Doc fix.
8626 (diary-include-files): New function, extracted from
8627 diary-include-other-diary-files and diary-mark-included-diary-files.
8628 (diary-include-other-diary-files, diary-mark-included-diary-files):
8629 Just call diary-include-files.
8630 (diary-mark-entries): Reset diary-included-files on first call.
8631
16712304
GM
8632 * calendar/diary-lib.el (diary-mark-entries)
8633 (diary-mark-included-diary-files):
8634 Visit included diary-files in temp buffers.
8635
5d8e0d43
GM
8636 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
8637 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
8638 (f90-start-block-re, f90-imenu-generic-expression)
8639 (f90-looking-at-program-block-start, f90-no-block-limit):
8640 Add support for submodules.
8641
ccf7a5d5
GM
8642 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8643 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 8644
11fdef7d 86452011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
8646
8647 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
8648 buffer-file-type before setting its value, to avoid disastrous
eefff499 8649 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 8650
74f53697
JB
86512011-06-25 Juanma Barranquero <lekktu@gmail.com>
8652
8653 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
8654
8655 * ses.el (ses-unload-function):
8656 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
8657
8658 * proced.el (proced-unload-function):
8659 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
8660
18a4ce5e
AR
86612011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
8662
8663 * server.el (server-create-window-system-frame): Add parameters arg.
8664 (server-process-filter): Doc fix. Handle frame-parameters.
8665
519d22cc
JB
86662011-06-25 Juanma Barranquero <lekktu@gmail.com>
8667
8668 Fix bug#8730, bug#8781.
8669
8670 * loadhist.el (unload--set-major-mode): New function.
8671 (unload-feature): Use it.
8672
8673 * progmodes/python.el (python-after-info-look): Add autoload cookie.
8674 (python-unload-function): New function.
8675
c206f5b0
SM
86762011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8677
8678 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
8679
f9ad64f3
GS
86802011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
8681
8682 * net/browse-url.el (browse-url-firefox-program): Add icecat to
8683 the candidates list.
8684
7d0da90e
JB
86852011-06-24 Juanma Barranquero <lekktu@gmail.com>
8686
8687 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
8688
14b4e83d
RS
86892011-06-23 Richard Stallman <rms@gnu.org>
8690
8691 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
8692 (rmail-variables): Set next-error-move-function.
8693 (rmail-what-message): Take argument POS.
8694 (rmail-next-error-move): New function.
8695
273d2baf
SM
86962011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
8699 messages for adjacent non-terminals.
8700
56c2cc9a
RS
87012011-06-23 Richard Stallman <rms@gnu.org>
8702
8703 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 8704 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
8705 (rmail-start-mail): Don't specify use of rmail-mail-return;
8706 that's done by mail-bury now.
8707 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 8708
d59eb518
MA
87092011-06-23 Michael Albinus <michael.albinus@gmx.de>
8710
8711 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
8712 SIZE is a number.
8713
02cfc6d6
MR
87142011-06-23 Martin Rudalics <rudalics@gmx.at>
8715
8716 * window.el (get-lru-window, get-mru-window)
8717 (get-largest-window): Never return a minibuffer window.
8718 (display-buffer-pop-up-window): Fix a bug that could lead to
8719 reusing the minibuffer window.
8720 (display-buffer): Pass original specifier argument to
8721 display-buffer-function instead of the normalized one.
8722 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8723
4e323265
LL
87242011-06-22 Leo Liu <sdl.web@gmail.com>
8725
8726 * minibuffer.el (completing-read-function)
8727 (completing-read-default): Move from minibuf.c
8728
7a70468f
RS
87292011-06-22 Richard Stallman <rms@gnu.org>
8730
50718fc2
RS
8731 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
8732 to Rmail even if not started by a special Rmail command.
8733
7a70468f
RS
8734 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
8735 Copy the buffer currently showing just one message.
8736
297dde5a
RW
87372011-06-22 Roland Winkler <winkler@gnu.org>
8738
8739 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
8740 (bibtex-clean-entry): First delete the old key so that a
8741 customized algorithm for generating the new key does not get
8742 confused by the old key.
8743 (bibtex-url): Obey regexp of first step.
8744 (bibtex-search-entries): Do not use add-to-list with local
8745 list-var.
8746
97bb1093
LMI
87472011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8748
8749 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
8750 stored a user name, then query for the password first, instead of
8751 waiting for SMTP to give an error message and the trying again.
8752
1c0f1a19
JD
87532011-06-22 Lawrence Mitchell <wence@gmx.li>
8754
8755 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
8756 BUFFER in call-process.
8757
396f7c9d
LMI
87582011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8759
8760 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
8761 QUIT twice.
ddb7ffee
LMI
8762 (smtpmail-try-auth-methods): Require user name and password from
8763 auth-source.
396f7c9d 8764
8998d1b3
MR
87652011-06-22 Martin Rudalics <rudalics@gmx.at>
8766
8767 * window.el (display-buffer-default-specifiers)
8768 (display-buffer-alist): Remove entries for pop-up-frame-alist.
8769 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 8770 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
8771
8772 * frame.el (pop-up-frame-alist, pop-up-frame-function)
8773 (special-display-frame-alist, special-display-popup-frame):
8774 Remove duplicate declarations. These are now in window.el.
8775
4ea31e07
LMI
87762011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8777
c9d29fb8
SM
8778 * mail/smtpmail.el (smtpmail-via-smtp):
8779 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
8780 server supports it. SMTP servers that support STARTTLS commonly
8781 require it.
8782
8783 * net/network-stream.el (network-stream-open-starttls): Support
8784 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 8785 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 8786
95f41d9a
LMI
8787 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
8788 upgrades with `open-network-stream', and rely solely on
8789 auth-source for all credentials. Big changes throughout the file,
8790 but in particular:
c9d29fb8
SM
8791 (smtpmail-auth-credentials): Remove.
8792 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
8793 (smtpmail-via-smtp): Check for servers saying they want AUTH after
8794 MAIL FROM, too.
95f41d9a 8795
c9d29fb8
SM
8796 * net/network-stream.el (network-stream-open-starttls):
8797 Provide support for client certificates both for external and built-in
4ea31e07
LMI
8798 STARTTLS.
8799 (auth-source): Require.
8800 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
8801 (network-stream-certificate): Change cert-cert to cert and
8802 cert-key to key.
4ea31e07 8803
065ec2c7
MA
88042011-06-21 Michael Albinus <michael.albinus@gmx.de>
8805
8806 * net/tramp-cache.el (top): Don't load the persistency file when
8807 "emacs -Q" has been called.
8808
cd93b359
DR
88092011-06-21 Tim Harper <timcharper@gmail.com>
8810
d8e4b68b
JB
8811 * term/ns-win.el (ns-initialize-window-system):
8812 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
8813 resource to NO as it is not yet supported by the NS port.
8814
ae9c0411
JB
88152011-06-21 Juanma Barranquero <lekktu@gmail.com>
8816
8817 * misc.el (list-dynamic-libraries--refresh): Compute header here...
8818 (list-dynamic-libraries): ...not here.
8819
7f3f739f
LL
88202011-06-21 Leo Liu <sdl.web@gmail.com>
8821
8822 * subr.el (sha1): Implement sha1 using secure-hash.
8823
327c8fb1
MR
88242011-06-21 Martin Rudalics <rudalics@gmx.at>
8825
8826 * window.el (display-buffer-alist): In default value do not
8827 enforce searching a window on any but the selected frame.
8828 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8829 (display-buffer-select-window): Remove function.
8830 (display-buffer-in-window): When a window on another frame gets
8831 reused, do not select it any more but just raise its frame if
8832 necessary (Bug#8851) and (Bug#8856).
8833 (display-buffer-normalize-options): Handle pop-up-frames related
8834 options more faithfully.
8835 (pop-to-buffer): Don't rely on `display-buffer' selecting the
8836 window if it is on another frame.
c9d29fb8
SM
8837 (display-buffer-alist, display-buffer-default-specifiers):
8838 Don't make new frame unsplittable by default.
9e9de014
MR
8839 (display-buffer-normalize-argument): Fix doc-string typo and use
8840 'same-frame-other-window instead of 'other-window when associating
8841 with display-buffer-macro-specifiers.
327c8fb1 8842
7cf3f556
VB
88432011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
8844
8845 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
8846 New functions.
8847 (5x5-mode-map, 5x5-mode-menu): Bind them.
8848 (5x5-draw-grid): Tweak the solver's rendering.
8849
60a406cf
SM
88502011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8851
8852 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
8853 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
8854
d8e4b68b 88552011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
8856
8857 * menu-bar.el: Use function variable instead of switch-to-buffer.
8858 (menu-bar-select-buffer-function): New variable.
60a406cf 8859 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 8860
478d6f95
SM
88612011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8862
8863 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
8864 variable's status.
8865
ca530739
JD
88662011-06-20 Jan Djärv <jan.h.d@swipnet.se>
8867
8868 * x-dnd.el (x-dnd-version-from-flags)
8869 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
8870 and long as number (Bug#8899).
8871 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
8872
bcd70d97
SM
88732011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8874
60a406cf 8875 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
8876 (completion-try-completion, completion-all-completions): Compute the
8877 metadata argument if it's missing; make it optional (bug#8795).
8878
60a406cf 8879 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
8880 (widget-complete): Use new :completion-function property.
8881 (widget-completions-at-point): New function.
8882 (default): Use :completion-function instead of :complete.
60a406cf
SM
8883 (widget-default-completions): Rename from widget-default-complete;
8884 Rewrite.
bcd70d97
SM
8885 (widget-string-complete, widget-file-complete, widget-color-complete):
8886 Remove functions.
8887 (file, symbol, function, variable, coding-system, color):
8888 * international/mule-cmds.el (default-input-method, charset)
8889 (language-info-custom-alist):
8890 * cus-edit.el (face): Use new property :completions.
8891
8892 * progmodes/pascal.el (pascal-completions-at-point): New function.
8893 (pascal-mode): Use it.
8894 (pascal-mode-map): Use completion-at-point.
8895 (pascal-toggle-completions): Make obsolete.
8896 (pascal-complete-word, pascal-show-completions):
8897 * progmodes/octave-mod.el (octave-complete-symbol):
8898 Redefine as obsolete alias.
8899 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
8900 Signal absence of completion info for old Octave,
8901 (inferior-octave-complete): Redefine as obsolete alias.
8902 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
8903 (meta-completions-at-point): Rename from meta-complete-symbol and
8904 adapt it for use on completion-at-point-functions.
8905 (meta-common-mode): Use it.
8906 (meta-looking-at-backward, meta-match-buffer): Remove.
8907 (meta-complete-symbol): Redefine as obsolete alias.
8908 (meta-common-mode-map): Use completion-at-point.
8909 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
8910 (makefile-mode-map): Use completion-at-point.
8911 (makefile-completions-at-point): Rename from makefile-complete and
8912 adapt it for use on completion-at-point-functions.
8913 (makefile-mode): Use it.
8914 (makefile-complete): Redefine as obsolete alias.
8915
aebf69c8
DD
89162011-06-20 Deniz Dogan <deniz@dogan.se>
8917
8918 * net/rcirc.el: Delete trailing whitespaces once and for all.
8919
bfbbb27d
DC
89202011-06-20 Daniel Colascione <dan.colascione@gmail.com>
8921
8922 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
8923
d264a46b
CY
89242011-06-19 Chong Yidong <cyd@stupidchicken.com>
8925
4ca009e5
CY
8926 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
8927
d264a46b
CY
8928 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
8929
fbf5b3ce
MR
89302011-06-19 Martin Rudalics <rudalics@gmx.at>
8931
8932 * window.el (display-buffer-other-window-means-other-frame):
8933 Call display-buffer-normalize-alist.
8934 (display-buffer-normalize-specifiers-1): Rename to
8935 display-buffer-normalize-argument. New argument other-frame.
8936 Rewrite.
8937 (display-buffer-normalize-specifiers-2): Rename to
8938 display-buffer-normalize-options.
8939 (display-buffer-normalize-alist-1): New function.
8940 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
8941 display-buffer-normalize-alist.
8942 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
8943 (display-buffer-normalize-options-inhibit): New variable.
8944 (display-buffer-normalize-specifiers): Rewrite calling
8945 display-buffer-normalize-alist,
8946 display-buffer-normalize-argument, and
8947 display-buffer-normalize-options. Don't call the latter if
8948 display-buffer-normalize-options-inhibit is non-nil.
8949 (frame-auto-delete): New option.
8950 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
8951 (window-list-no-nils, window-state-ignored-parameters)
8952 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
8953 (window-state-put-1, window-state-put-2, window-state-put):
8954 New functions.
9a028c23
MR
8955 (display-buffer-normalize-options): Move special-display-p group
8956 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 8957
6d10d800
CY
89582011-06-18 Chong Yidong <cyd@stupidchicken.com>
8959
6420d28b
CY
8960 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
8961 groups (Bug#8776).
8962 (rx-submatch-n): New function.
8963 (rx): Document it.
8964
ddb8b596
CY
8965 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
8966 (Bug#8768).
8967
8968 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
8969
77080289
CY
8970 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
8971
61dfb316
CY
8972 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
8973 anytime existing face settings are present (Bug#8889).
8974
6d10d800
CY
8975 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
8976 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
8977 Remove unused argument.
8978
be3fb2b8
MR
89792011-06-18 Martin Rudalics <rudalics@gmx.at>
8980
bcd70d97
SM
8981 * window.el (display-buffer-default-specifiers):
8982 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
8983 pop-up-window-min-width, and another reuse-window specifier
8984 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
8985 (display-buffer-normalize-specifiers-2):
8986 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
8987 pop-up-windows is unset. Add a reuse-window specifier for the
8988 case popping up a new window fails.
8989 (special-display-popup-frame): Remove double quoting.
28dec25a 8990 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 8991
1c6d8c76
SM
89922011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8993
8994 * shell.el (shell-completion-vars): Set pcomplete-termination-string
8995 according to comint-completion-addsuffix.
8996
8997 * pcomplete.el: Convert to lexical binding and fix bug#8819.
8998 (pcomplete-suffix-list): Mark as obsolete.
8999 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
9000 pcomplete-seen in the closure.
9001 (pcomplete-comint-setup): Setup completion-at-point as well.
9002 (pcomplete--entries): New function.
9003 (pcomplete--env-regexp): New var.
9004 (pcomplete-entries): Rewrite to work with partial-completion and
9005 without relying on pcomplete-suffix-list.
9006 (pcomplete-pare-list): Remove, unused.
9007
25aef8b8
MR
90082011-06-17 Martin Rudalics <rudalics@gmx.at>
9009
9010 * window.el (display-buffer-alist): Set pop-up-window-min-height
9011 and pop-up-window-min-width in default value. Reported by
9012 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
9013 other-window-means-other-frame.
9014 (display-buffer-macro-specifiers): Comment out entry for
9015 other-window specifier.
9016 (display-buffer-other-window-means-other-frame): New function.
9017 (display-buffer-normalize-specifiers-1): New arguments
9018 buffer-name and label. Treat other-window case specially.
9019 (display-buffer-normalize-specifiers-2): Treat other-window case
9020 specially.
9021 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
9022 (display-buffer-normalize-specifiers):
9023 Call display-buffer-normalize-specifiers-3.
25aef8b8 9024
dbad4f69
MR
90252011-06-17 Martin Rudalics <rudalics@gmx.at>
9026
9027 * window.el (same-window-p): Fix two typos introduced when
9028 adding with-no-warnings.
d1067961
MR
9029 (display-buffer-normalize-specifiers-1): Don't check
9030 pop-up-frames for 'unset initialization.
9031 (display-buffer-normalize-specifiers-2): Major rewrite using
9032 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
9033 (pop-up-frames, display-buffer-reuse-frames)
9034 (display-buffer-mark-dedicated): Don't initialize to 'unset.
9035 Suggested by David Engster <deng@randomsample.de>.
9036 (even-window-heights): Initialize to 'unset.
9037 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
9038 (display-buffer-macro-specifiers): Don't pop up a new frame in the
9039 other window case.
dbad4f69 9040
9b9c9e3a
MR
90412011-06-16 Martin Rudalics <rudalics@gmx.at>
9042
bcd70d97
SM
9043 * window.el (display-buffer-normalize-specifiers-1):
9044 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 9045 second argument of display-buffer (Bug#8865).
981d5c09
MR
9046 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
9047 (switch-to-buffer-other-window-same-frame)
9048 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
9049 Adams (Bug#8875).
9c2755e9
MR
9050 (display-buffer): Don't check noninteractive when calling
9051 display-buffer-pop-up-frame.
9052 (display-buffer-pop-up-frame): Never pop up a frame in
9053 noninteractive mode (Bug#8857).
67222e1d
MR
9054 (enlarge-window, shrink-window): Don't report an error when the
9055 window can't be resized as requested (Bug#8862).
9b9c9e3a 9056
2b75be67
SM
90572011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9058
9ffdd3ba
SM
9059 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
9060
cb581a67
SM
9061 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
9062
2b75be67
SM
9063 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
9064
8c0e3589
AM
90652011-06-15 Alan Mackenzie <acm@muc.de>
9066
cb581a67
SM
9067 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
9068 for declarators, disable knr checking to speed up for normal files.
9069 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 9070
b96e6cde
LMI
90712011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9072
4bba86e6
LMI
9073 * net/network-stream.el (open-network-stream): Add the keyword
9074 :always-query-capabilities for the case where you want to force a
9075 `plain' network connection, but the protocol still requires the
9076 capabilitiy command (i.e., SMTP and EHLO).
9077
2b75be67 9078 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
9079 consistency with other `-live-p' functions.
9080
efdcdbf8
SM
90812011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9082
9083 * window.el (same-window-buffer-names, same-window-regexps)
9084 (special-display-frame-alist, special-display-popup-frame)
9085 (special-display-function, special-display-buffer-names)
9086 (special-display-regexps, pop-up-frame-alist)
9087 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
9088 (pop-up-windows, split-window-preferred-function)
9089 (split-height-threshold, split-width-threshold, even-window-heights)
9090 (display-buffer-mark-dedicated): Don't encourage the use of
9091 display-buffer-alist from Elisp code.
9092
c5cde042
DN
90932011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9094
9095 * progmodes/python.el (python-mode): Derive from prog-mode.
9096 * progmodes/ps-mode.el (ps-mode):
9097 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 9098 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
9099 * progmodes/ld-script.el (ld-script-mode): Likewise.
9100
baa1c9ab
MR
91012011-06-15 Martin Rudalics <rudalics@gmx.at>
9102
9103 * window.el (display-buffer-alist): Trim default value to avoid
9104 popping up a new frame (Bug#8857) or reusing an arbitrary window
9105 on another frame.
9106 (display-buffer): Do not fall back on popping up a new frame in
9107 batch mode (Bug#8857).
9108
c5dd5a51
CY
91092011-06-14 Chong Yidong <cyd@stupidchicken.com>
9110
9111 * cus-theme.el (describe-theme-1): Use custom-theme-p.
9112 (custom-theme-summary): New function.
9113 (customize-themes): Use it.
9114
d647b7c4
GM
91152011-06-13 Glenn Morris <rgm@gnu.org>
9116
9117 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
9118
9481c002
MR
91192011-06-13 Martin Rudalics <rudalics@gmx.at>
9120
357f93d2
MR
9121 * help.el (help-window): Remove variable.
9122 (help-window-point-marker, temp-buffer-max-height)
9123 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
9124 (help-print-return-message): Don't set help-window.
9125 (resize-temp-buffer-window): Rewrite cod eand doc-string.
9126 (help-window-setup-finish): Remove.
9127 (help-window-display-message, help-window-setup)
9128 (with-help-window): Major rewrite based on new
9129 display-buffer-window variable.
9130
9131 * help-mode.el (help-mode-finish): Remove help-window related
9132 code.
9133
9134 * view.el (view-exits-all-viewing-windows): Remove reference to
9135 view-return-to-alist in doc-string.
9136 (view-return-to-alist): Make obsolete.
9137 (view-buffer): Call pop-to-buffer-same-window and remove
9138 undo-window code.
9139 (view-buffer-other-window): Call pop-to-buffer-other-window and
9140 simplify code. Ignore second argument.
9141 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
9142 simplify code. Ignore second argument.
9143 (view-return-to-alist-update): Make obsolete.
9144 (view-mode-enter): Rename second argument to QUIT-RESTORE.
9145 Rewrite using quit-restore window parameters.
2b75be67
SM
9146 (view-mode-exit): Rename second argument to EXIT-ONLY.
9147 Rewrite using quit-restore-window.
357f93d2
MR
9148 (View-exit, View-exit-and-edit, View-leave, View-quit)
9149 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
9150 appropriate arguments.
9151 (view-end-message): Use quit-restore window parameter.
9152
9481c002
MR
9153 * window.el (display-buffer-function): Rewrite doc-string.
9154 (display-buffer-window, display-buffer-alist): New variables.
9155 (display-buffer-split-specifiers)
9156 (display-buffer-side-specifiers)
9157 (display-buffer-macro-specifiers): New constants.
9158 (display-buffer-even-window-sizes, display-buffer-set-height)
9159 (display-buffer-set-width, display-buffer-select-window)
9160 (display-buffer-in-window, display-buffer-reuse-window)
9161 (display-buffer-split-window-1, display-buffer-split-window)
9162 (display-buffer-split-atom-window, display-buffer-pop-up-window)
9163 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
9164 (display-buffer-in-side-window, normalize-buffer-to-display)
9165 (display-buffer-normalize-specifiers-1)
9166 (display-buffer-normalize-specifiers-2)
2b75be67
SM
9167 (display-buffer-normalize-specifiers, display-buffer-frame):
9168 New functions.
9481c002
MR
9169 (display-buffer): Major rewrite.
9170 (display-buffer-other-window, display-buffer-other-frame)
9171 (pop-to-buffer, switch-to-buffer-other-window)
9172 (switch-to-buffer-other-frame): Rewrite.
9173 (display-buffer-same-window, display-buffer-same-frame)
9174 (display-buffer-same-frame-other-window)
9175 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9176 (pop-to-buffer-other-window)
9177 (pop-to-buffer-same-frame-other-window)
9178 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
9179 (switch-to-buffer-other-window-same-frame): New functions.
9180 (same-window-p, special-display-p): Rewrite disabling warnings.
9181 Make obsolete.
9182 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9183 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
9184 Make obsolete
9185 (same-window-buffer-names, same-window-regexps)
9186 (special-display-frame-alist, special-display-popup-frame)
9187 (special-display-function, special-display-buffer-names)
9188 (special-display-regexps, pop-up-frame-alist)
9189 (pop-up-frame-function, split-window-preferred-function)
9190 (split-height-threshold, split-width-threshold)
9191 (even-window-heights): Make obsolete.
9192
9db51aca
GM
91932011-06-12 Glenn Morris <rgm@gnu.org>
9194
9195 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 9196 Misc simplifications.
9db51aca 9197
39cffb44
MR
91982011-06-12 Martin Rudalics <rudalics@gmx.at>
9199
9200 * window.el (window-safely-shrinkable-p): Restore function which
9201 was inadvertently removed in change from 2011-06-11. Declare as
9202 obsolete.
9203
2b75be67
SM
9204 * calendar/calendar.el (calendar-generate-window):
9205 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
9206 window-safely-shrinkable-p.
9207
a8955be7
GM
92082011-06-12 Glenn Morris <rgm@gnu.org>
9209
9210 * progmodes/fortran.el (fortran-mode-syntax-table):
9211 * progmodes/f90.el (f90-mode-syntax-table):
9212 Set % to punctuation. (Bug#8820)
9213 (f90-find-tag-default): Remove, no longer needed.
9214
f0d4059d
DC
92152011-06-12 Daniel Colascione <dan.colascione@gmail.com>
9216
9217 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
9218
1100a63c
CY
92192011-06-11 Chong Yidong <cyd@stupidchicken.com>
9220
9221 * image.el (image-animated-p): Return animation delay in seconds.
9222 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
9223 (image-animate-timeout): Remove DELAY argument. Don't assume
9224 every subimage has the same delay; get it from image-animated-p.
9225 (image-animate): Caller changed.
9226
def722bf
MA
92272011-06-11 Michael Albinus <michael.albinus@gmx.de>
9228
9229 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
9230 to ignored backtrace functions.
9231
0a2bb1a9
GM
92322011-06-11 Glenn Morris <rgm@gnu.org>
9233
9234 * calendar/appt.el (appt-disp-window-function): Doc fix.
9235 (appt-check): Handle overlapping appointments. (Bug#8337)
9236
6198ccd0
MR
92372011-06-11 Martin Rudalics <rudalics@gmx.at>
9238
9239 * window.el (window-tree-1, window-tree): New functions, moving
9240 the latter to window.el.
9241 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9242 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9243 (bw-refresh-edges): Remove.
9244 (balance-windows-1, balance-windows-2): New functions.
9245 (balance-windows): Rewrite in terms of window tree functions,
9246 balance-windows-1 and balance-windows-2.
9247 (bw-adjust-window): Remove.
9248 (balance-windows-area-adjust): New function with functionality of
9249 bw-adjust-window but using resize-window.
2b75be67
SM
9250 (set-window-text-height): Rewrite doc-string.
9251 Use normalize-live-window and resize-window.
9252 (enlarge-window-horizontally, shrink-window-horizontally):
9253 Rename argument to DELTA.
6198ccd0
MR
9254 (window-buffer-height): New function.
9255 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
9256 Rewrite using new window resize routines.
2b75be67
SM
9257 (kill-buffer-and-window, mouse-autoselect-window-select):
9258 Use ignore-errors instead of condition-case.
6198ccd0
MR
9259 (quit-window): Call delete-frame instead of delete-windows-on
9260 for the only buffer on frame.
9261
9397e56f
MR
92622011-06-10 Martin Rudalics <rudalics@gmx.at>
9263
9264 * loadup.el (top-level): Load window before files for the sake
9265 of replace-buffer-in-windows.
9266
9267 * files.el (read-buffer-to-switch)
9268 (switch-to-buffer-other-window)
2b75be67
SM
9269 (switch-to-buffer-other-frame, display-buffer-other-frame):
9270 Move to window.el.
9397e56f
MR
9271
9272 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
9273 (previous-buffer): Move to window.el.
9274
9275 * bindings.el (unbury-buffer): Move to window.el.
9276
9277 * window.el (delete-other-windows-vertically): Move after
9278 definition of delete-other-windows.
9279 (other-window, delete-windows-on, replace-buffer-in-windows):
9280 Move here from window.c.
9281 (record-window-buffer, unrecord-window-buffer)
9282 (set-window-buffer-start-and-point, switch-to-prev-buffer)
9283 (switch-to-next-buffer): New functions.
9284 (get-next-valid-buffer, last-buffer, next-buffer): Move here
9285 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
9286 (previous-buffer): Move here from simple.el.
9287 Call switch-to-prev-buffer.
9397e56f
MR
9288 (bury-buffer): Move here from buffer.c. Switch to previous
9289 buffer when window cannot be deleted.
9290 (unbury-buffer): Move here from bindings.el.
9291 (ctl-x-map): Move binding for other-window from window.c to
9292 here.
9293 (read-buffer-to-switch, switch-to-buffer-other-window)
9294 (switch-to-buffer-other-frame): Move here from files.el.
9295 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
9296 (switch-to-buffer): Move here from buffer.c.
9297 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 9298
562dd5e9
MR
92992011-06-10 Martin Rudalics <rudalics@gmx.at>
9300
9301 * window.el (window-min-height, window-min-width): Move here
9302 from window.c. Add defcustoms and rewrite doc-strings.
9303 (resize-mini-window, resize-window): New functions.
9304 (adjust-window-trailing-edge, enlarge-window, shrink-window):
9305 Move here from window.c.
9306 (maximize-window, minimize-window): New functions.
9307 (delete-window, delete-other-windows, split-window): Move here
9308 from window.c.
9309 (window-split-min-size): New function.
9310 (split-window-keep-point): Mention split-window-above-each-other
9311 instead of split-window-vertically.
2b75be67 9312 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
9313 Rename split-window-vertically to split-window-above-each-other
9314 and provide defalias for old definition.
9315 (split-window-side-by-side, split-window-horizontally):
9316 Rename split-window-horizontally to split-window-side-by-side
9317 and provide defalias for the old definition.
562dd5e9
MR
9318 (ctl-x-map): Move bindings for delete-window,
9319 delete-other-windows and enlarge-window here from window.c.
9320 Replace bindings for split-window-vertically and
9321 split-window-horizontally by bindings for
9322 split-window-above-each-other and split-window-side-by-side.
9323
9324 * cus-start.el (all): Remove entries for window-min-height and
9325 window-min-width. Add entries for window-splits and
9326 window-nest.
9327
f0da764a
GM
93282011-06-09 Glenn Morris <rgm@gnu.org>
9329
80675c21
GM
9330 * calendar/appt.el (appt-mode-line): New function.
9331 (appt-check, appt-disp-window): Use it.
9332
f0da764a
GM
9333 * files.el (hack-one-local-variable-eval-safep):
9334 Allow minor-modes with explicit +/-1 arguments.
9335
59f623b7
TZ
93362011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
9337
9338 * term/xterm.el (xterm): Add defgroup.
9339 (xterm-extra-capabilities): Add defcustom to supply known xterm
9340 capabilities, skip querying them, or query them (default).
9341 (terminal-init-xterm): Use it.
9342 (terminal-init-xterm-modify-other-keys): New function to set up
9343 modifyOtherKeys support to simplify `terminal-init-xterm'.
9344
9aab8e0d
MR
93452011-06-09 Martin Rudalics <rudalics@gmx.at>
9346
9347 * window.el (resize-window-reset, resize-window-reset-1)
9348 (resize-subwindows-skip-p, resize-subwindows-normal)
9349 (resize-subwindows, resize-other-windows, resize-this-window)
9350 (resize-root-window, resize-root-window-vertically)
9351 (window-deletable-p, window-or-subwindow-p)
9352 (frame-root-window-p): New functions.
9353
e8b08aee
GM
93542011-06-09 Glenn Morris <rgm@gnu.org>
9355
9356 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
9357 (ange-ftp-get-files): Use it.
9358
254c37a5
AK
93592011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9360
9361 * mail/sendmail.el (mail-recover-1, mail-recover):
9362 * files.el (recover-file, recover-session):
9363 Handle dired-listing-switches not being just a single short option.
9364
35d7dbd3
GM
93652011-06-09 Glenn Morris <rgm@gnu.org>
9366
9367 * calendar/appt.el (appt-display-message, appt-disp-window):
9368 Handle lists of appointments.
9369
387522b2
MR
93702011-06-08 Martin Rudalics <rudalics@gmx.at>
9371
2b75be67
SM
9372 * window.el (one-window-p): Move down in code.
9373 Rewrite doc-string.
9374 (window-current-scroll-bars): Rewrite doc-string.
9375 Normalize live window argument.
387522b2
MR
9376 (walk-windows, get-window-with-predicate, count-windows):
9377 Rewrite doc-string. Use window-list-1.
9378 (window-in-direction-2, window-in-direction, get-mru-window):
9379 New functions.
9380
d8e4b68b 93812011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
9382
9383 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
9384 Doc fix (Bug#8713).
9385
93862011-06-08 Chong Yidong <cyd@stupidchicken.com>
9387
9388 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
9389
93902011-06-08 Juanma Barranquero <lekktu@gmail.com>
9391
9392 * loadhist.el (unload-feature-special-hooks):
9393 Add `comint-output-filter-functions'.
9394
0de12c52
IK
93952011-06-08 Ivan Kanis <gnu@kanis.fr>
9396
9397 * calendar/appt.el (appt-check): Move some initializations into the let.
9398
f3d1777e
MR
93992011-06-08 Martin Rudalics <rudalics@gmx.at>
9400
9401 * window.el (window-height): Defalias to window-total-height.
9402 (window-width): Defalias to window-body-width.
9403
18af70d0
CY
94042011-06-07 Chong Yidong <cyd@stupidchicken.com>
9405
9406 * image-mode.el (image-toggle-animation): New command.
9407 (image-mode-map): Bind it to RET.
9408 (image-mode): Update message.
9409 (image-toggle-display-image): Avoid a spurious cache flush.
9410 (image-transform-rotation): Doc fix.
9411 (image-transform-properties): Return quickly in the normal case.
9412 (image-animate-loop): Rename from image-animate-max-time.
9413
2b75be67 9414 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
9415 (create-animated-image): Remove unnecessary function.
9416 (image-animate): Rename from image-animate-start. New arg.
2b75be67 9417 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
9418 (image-animate-timer): Use car-safe.
9419 (image-animate-timeout): Rename argument.
9420
190b47e6
MR
94212011-06-07 Martin Rudalics <rudalics@gmx.at>
9422
9423 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
9424 window.c. Rename first argument to ALL-FRAMES.
9425 Rephrase doc-strings.
9426 (get-buffer-window-list): Rewrite using window-list-1.
9427 Rephrase doc-string.
a1511caf
MR
9428 (window-safe-min-height, window-safe-min-width): New constants.
9429 (window-size-ignore, window-min-size, window-min-size-1)
9430 (window-sizable, window-sizable-p, window-size-fixed-1)
9431 (window-size-fixed-p, window-min-delta-1, window-min-delta)
9432 (window-max-delta-1, window-max-delta, window-resizable)
9433 (window-resizable-p, window-total-height, window-total-width)
9434 (window-body-width): New functions.
9435 (window-full-height-p, window-full-width-p): Rewrite using
9436 window-total-size.
9437 (window-body-height): Rewrite using window-body-size.
190b47e6 9438
85cc1f11
MR
94392011-06-06 Martin Rudalics <rudalics@gmx.at>
9440
9441 * window.el (window-right, window-left, window-child)
9442 (window-child-count, window-last-child, window-any-p)
9443 (normalize-live-buffer, normalize-live-frame)
9444 (normalize-any-window, normalize-live-window)
9445 (window-iso-combination-p, window-iso-combined-p)
9446 (window-iso-combinations)
9447 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
9448 (windows-with-parameter, window-with-parameter)
9449 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
9450 (window-atom-check, window-side-check, window-check):
9451 New functions.
85cc1f11
MR
9452 (ignore-window-parameters, window-sides, window-sides-vertical)
9453 (window-sides-slots): New variables.
9454 (window-size-fixed): Move down in code. Minor doc-string fix.
9455
e7156492
AS
94562011-06-05 Andreas Schwab <schwab@linux-m68k.org>
9457
9458 * comint.el (comint-dynamic-complete-as-filename)
9459 (comint-dynamic-complete-filename): Correctly call
9460 completion-in-region.
9461
7e821d0d
DD
94622011-06-05 Deniz Dogan <deniz@dogan.se>
9463
9464 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
9465 in last change.
9466
ac09b8a1
DD
94672011-06-05 Deniz Dogan <deniz@dogan.se>
9468
9469 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
9470 (rcirc): Use it to prompt for encryption.
9471
34699b85
RW
94722011-06-05 Roland Winkler <winkler@gnu.org>
9473
9474 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
9475 (bibtex-search-entries): New command bound to C-c C-a.
9476 (bibtex-display-entries): New function.
9477
004dedd3
RW
94782011-06-05 Roland Winkler <winkler@gnu.org>
9479
9480 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
9481 (bibtex-insert-kill): After yanking insert newline if necessary.
9482 (bibtex-initialize): Call bibtex-string-files-init only once.
9483 (bibtex-mode): Do not call easy-menu-add.
9484 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
9485 (bibtex-yank): Set arg properly if nil.
9486
022fe7ce
RW
94872011-06-05 Roland Winkler <winkler@gnu.org>
9488
2b75be67
SM
9489 * textmodes/bibtex.el (bibtex-search-entry-globally):
9490 New variable.
022fe7ce
RW
9491 (bibtex-search-entry): Use it.
9492
b7c3692a
RW
94932011-06-05 Roland Winkler <winkler@gnu.org>
9494
9495 * textmodes/bibtex.el (bibtex-entry-format): New option
9496 sort-fields.
9497 (bibtex-format-entry, bibtex-reformat): Honor this option.
9498 (bibtex-parse-entry): Return fields in proper order.
9499
8eda563d
JB
95002011-06-05 Juanma Barranquero <lekktu@gmail.com>
9501
9502 * doc-view.el (doc-view-remove-if): Move computation of result out
9503 of `dolist' to silence misleading lexical-binding warning.
9504
7dbe3dbc
CY
95052011-06-04 Chong Yidong <cyd@stupidchicken.com>
9506
9507 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
9508 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
9509
0c33dd17
MA
95102011-06-04 Michael Albinus <michael.albinus@gmx.de>
9511
9512 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
9513 "SunOS 5.10".
9514
f8f91c2b
MA
95152011-06-04 Michael Albinus <michael.albinus@gmx.de>
9516
9517 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
9518 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
9519 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
9520 (tramp-parse-putty):
9521 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
9522 (tramp-completion-function-alist-ssh)
9523 (tramp-completion-function-alist-telnet)
9524 (tramp-completion-function-alist-su)
9525 (tramp-completion-function-alist-putty): Set `tramp-autoload'
9526 cookie.
9527
9528 * net/tramp-ftp.el:
9529 * net/tramp-sh.el:
9530 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
9531 load "tramp.el" `tramp-set-completion-function'.
9532
e17d9003
SM
95332011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9534
9535 * shell.el: Require and use pcomplete.
9536 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
9537 (shell-completion-vars): Set pcomplete-default-completion-function.
9538
6c4cab03
DD
95392011-06-04 Deniz Dogan <deniz@dogan.se>
9540
9541 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
9542 `memq' (Bug#8799).
9543
ea9fafe0
SM
95442011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
9547
b3e945d3
JB
95482011-06-02 Juanma Barranquero <lekktu@gmail.com>
9549
9550 * bs.el (bs--mark-unmark, bs--nth-wrapper):
9551 * mpc.el (mpc-select-extend, mpc-songpointer-context):
9552 * vc/log-view.el (log-view-beginning-of-defun):
9553 * vc/smerge-mode.el (smerge-apply-resolution-patch)
9554 (smerge-refine-forward, smerge-refine-chopup-region):
9555 Silence warning for unused `dotimes' counter variables.
9556
7d520089
SM
95572011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9558
9559 * net/tramp.el (tramp-with-progress-reporter): Rename from
9560 with-progress-reporter. Use `declare'.
9561 * net/tramp-smb.el:
9562 * net/tramp-sh.el:
9563 * net/tramp-gvfs.el: Update all uses.
9564
a1c2400f
JB
95652011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
9566
9567 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
9568 buffer isn't killed before making it current.
9569
2403c841
SM
95702011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9571
9572 Silence various byte-compiler warnings.
9573 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
9574 `access-type' and new obsolescence format.
9575 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
9576 new format.
9577 (byte-compile-check-variable): New `access-type' argument.
9578 Only warn if the access-type is obsolete.
9579 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9580 (byte-compile-variable-set): Adjust callers.
9581 * help-fns.el (describe-variable): Adjust to new obsolescence format.
9582 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
9583 setting it as obsolete.
9584 * simple.el (minibuffer-completing-symbol):
9585 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
9586 access as obsolete.
9587 * minibuffer.el (minibuffer-completing-file-name): Don't make it
9588 obsolete yet.
9589 * international/quail.el (quail-mouse-choose-completion): Remove unused
9590 code referring to obsolete var.
9591 (quail-choose-completion-string): Remove.
9592 * server.el (server-clients-with, server-kill-buffer-query-function)
9593 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
9594 * proced.el (proced-send-signal):
9595 * emacs-lisp/lisp.el (lisp-complete-symbol):
9596 Replace completion-annotate-function with completion-extra-properties.
9597
2462470b
SM
95982011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9599
fb5b2591
SM
9600 * simple.el (goto-line): Use read-number.
9601 (overriding-map-is-bound): Remove.
9602 (saved-overriding-map): Change default.
9603 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
9604 Take the map as argument.
9605 (universal-argument, negative-argument, digit-argument): Use it.
9606 (restore-overriding-map): Adjust.
9607 (do-auto-fill): Use fill-forward-paragraph.
9608 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
9609
fd6fa53f
SM
9610 * minibuffer.el (minibuffer-inactive-mode-map): New var.
9611 (minibuffer-inactive-mode): New major mode.
9612 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
9613 the *Messages* buffer" hack.
9614 (mouse-popup-menubar): Don't burp if the event is a normal key.
9615
2462470b
SM
9616 Miscellaneous tweaks.
9617 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
9618 lexical scoping as in subr.el's dolist and dotimes.
9619 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
9620 Silence compiler warning.
9621 * thingatpt.el (forward-whitespace): Trivial coding style fix.
9622 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
9623 * international/ccl.el (ccl-compile): Trivial simplification.
9624 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
9625 * emacs-lisp/testcover.el (testcover-end): Remove spurious
9626 `printflag' argument.
9627 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9628 Purecopy the whole obsolescence data.
9629
108bf785
LL
96302011-06-01 Leo Liu <sdl.web@gmail.com>
9631
9632 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
9633 improve doc-string as suggested by Marco Pessotto
9634 <melmothx@gmail.com>.
9635 (rcirc-print): Fix last change.
9636
30a23501
SM
96372011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 * minibuffer.el (complete-with-action): Return nil for the metadata and
9640 boundaries of non-functional tables.
9641 (completion-table-dynamic): Return nil for the metadata.
9642 (completion-table-with-terminator): Add default case, using
9643 complete-with-action.
9644 (completion--metadata): New function.
9645 (completion-all-sorted-completions, minibuffer-completion-help): Use it
9646 to try and avoid pathological performance problems.
9647 (completion--embedded-envvar-table): Return `category' metadata.
9648
bcd54f83
LMI
96492011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9650
9651 * subr.el (process-alive-p): New tiny convenience function.
9652
e227544d
SM
96532011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9654
9655 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
9656 content but also its previous major mode.
9657
e8296fdc
HE
96582011-05-31 Helmut Eller <eller.helmut@gmail.com>
9659
4d61f28d 9660 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
9661 *Backtrace* buffer when we exit with C-M-c.
9662
620c53a6
SM
96632011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9664
9665 * minibuffer.el: Add metadata method to completion tables.
9666 (completion-category-overrides): New defcustom.
9667 (completion-metadata, completion--field-metadata)
9668 (completion-metadata-get, completion--styles)
9669 (completion--cycle-threshold): New functions.
9670 (completion-try-completion, completion-all-completions):
9671 Add `metadata' argument to choose completion-styles.
9672 (completion--do-completion): Use metadata to choose cycling.
9673 (completion-all-sorted-completions): Use metadata for sorting.
9674 Remove :completion-cycle-penalty which is not needed any more.
9675 (completion--try-word-completion): Add `metadata' argument.
9676 (minibuffer-completion-help): Check metadata for annotation function
9677 and sorting.
9678 (completion-file-name-table): Return `category' metadata.
9679 (minibuffer-completing-file-name): Make obsolete.
9680 * simple.el (minibuffer-completing-symbol): Make obsolete.
9681 * icomplete.el (icomplete-completions): Pass new `metadata' param to
9682 completion-try-completion.
9683
1257e755
SM
96842011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9685
9686 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
9687
3767e706
LL
96882011-05-30 Leo Liu <sdl.web@gmail.com>
9689
9690 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
9691 (rcirc-print): Decode all incoming messages (bug#8744).
9692 (rcirc-decode-coding-system): Allow value nil for automatic coding
9693 system detection.
3767e706 9694
d1a5d56a
GM
96952011-06-01 Glenn Morris <rgm@gnu.org>
9696
9697 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
9698
e8cbec34
CY
96992011-05-29 Chong Yidong <cyd@stupidchicken.com>
9700
9701 * image.el (image-animate-max-time): Allow nil and t values.
9702 Default to nil.
9703 (create-animated-image): Doc fix.
9704 (image-animate-start): Remove second arg; just use
9705 image-animate-max-time.
9706 (image-animate-timeout): Doc fix. Args changed.
9707
9708 * image-mode.el (image-toggle-display-image): Ensure that the
9709 image spec passed to the animate timer is the same object as in
58179cce 9710 the buffer's display property (Bug#6981).
e8cbec34
CY
9711 (image-transform-properties): Doc fix.
9712
9713 * image.el (image-animate-max-time): Default to nil.
9714
159daf87
MR
97152011-05-29 Martin Rudalics <rudalics@gmx.at>
9716
9717 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
9718 entire buffer list (Bug#8184).
9719
d66c4c7c
CY
97202011-05-29 Chong Yidong <cyd@stupidchicken.com>
9721
9722 * image.el (imagemagick-types-inhibit)
9723 (imagemagick-register-types): Doc fix.
9724
80aec780
DD
97252011-05-29 Deniz Dogan <deniz@dogan.se>
9726
9727 * net/rcirc.el (rcirc): Use the user's stored encryption method by
9728 default.
9729
1dd3c2d9
CY
97302011-05-29 Chong Yidong <cyd@stupidchicken.com>
9731
9732 * select.el: Don't perform clipboard-manager saving in hooks;
9733 leave the hooks empty.
9734
60e56523
LL
97352011-05-28 Leo Liu <sdl.web@gmail.com>
9736
9737 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
9738 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
9739 (occur-edit-mode): New major mode (Bug#8463).
9740 (occur-after-change-function): New function.
9741 (occur-engine): Give Occur tags a read-only property.
9742
2b1e1a22
KR
97432011-05-28 Kevin Ryde <user42@zip.com.au>
9744
9745 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
9746
5d344e88
CY
97472011-05-28 Chong Yidong <cyd@stupidchicken.com>
9748
8e6ca83d
CY
9749 * bindings.el (help-echo): Make the initial non-indicator dash
9750 empty on graphical terminals (Bug#7295).
9751
5d344e88
CY
9752 * files.el (auto-mode-alist): Move config rule after the
9753 in-stripping one (Bug#8547).
9754
bfbbace7
CY
9755 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
9756
fbeba6e2
CY
9757 * startup.el (normal-splash-screen): Remove gratuitous mode-line
9758 setting (Bug#8740).
9759
60ed8c72
AA
97602011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
9761
4ac619f0
AA
9762 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
9763 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
9764 (Bug#8539).
60ed8c72 9765
23db196e
CY
97662011-05-28 Chong Yidong <cyd@stupidchicken.com>
9767
9768 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
9769
5012f24c
DK
97702011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
9771
9772 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
9773 (hs-hide-block-at-point, hs-find-block-beginning)
9774 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
9775 (Bug#8279).
9776
6a639b16
GM
97772011-05-28 Glenn Morris <rgm@gnu.org>
9778
9779 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
9780
d43eaf2c
CY
97812011-05-28 Chong Yidong <cyd@stupidchicken.com>
9782
5199bde1
CY
9783 * help-fns.el (describe-function-1): If the function is a derived
9784 major mode, print the parent mode.
9785
d43eaf2c
CY
9786 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
9787 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
9788
423428a8
SM
97892011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9790
0ff8e1ba 9791 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 9792 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
9793 * progmodes/etags.el (tags-completion-at-point-function):
9794 * info-look.el (info-lookup-completions-at-point): Mark as
9795 non-exclusive.
9796 (info-complete): Adjust accordingly.
9797
423428a8
SM
9798 * info-look.el: Convert to lexical-binding and completion-at-point.
9799 (info-lookup-completions-at-point): New function.
9800 (info-complete): Use it and completion-in-region.
9801
b74aa22b
DA
98022011-05-28 Drew Adams <drew.adams@oracle.com>
9803
9804 * isearch.el: Let M-e start with point at the first mismatched char.
9805 (isearch-fail-pos): New function.
9806 (isearch-edit-string): Use it.
9807
66e2e71d
DK
98082011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9809
9810 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9811
b1890b0f 98122011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
9813
9814 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
9815 traversal functions for avl-trees.
9816 (avl-tree--stack): New struct.
9817 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
9818 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
9819 (avl-tree--do-enter): Add optional `updatefun' arg.
9820 Change return value.
eb95d01d 9821 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
9822 (avl-tree--do-delete): Add `test' and `nilflag' args.
9823 Change return value.
eb95d01d
TC
9824 (avl-tree-member): Add optional `nilflag'
9825 (avl-tree-member-p): New function.
9826 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
9827 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
9828 (avl-tree-stack-empty-p): New functions.
9829
3769ddcf
TC
9830 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
9831 avl-tree--del-balance1 and make it work both ways.
9832 (avl-tree--del-balance2): Remove.
9833 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
9834 make it work both ways.
9835 (avl-tree--enter-balance2): Remove.
9836 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
9837 New macros.
9838 (avl-tree--mapc, avl-tree-map): Add direction argument.
9839
eb95d01d 98402011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
9841
9842 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
9843
a9f737ee
CY
98442011-05-27 Chong Yidong <cyd@stupidchicken.com>
9845
9846 * select.el: Support clipboard managers with built-in function
9847 x-clipboard-manager-save, via delete-frame-functions and
9848 kill-emacs-hook.
9849 (xselect-convert-to-targets): Add MULTIPLE target to list.
9850 (xselect-convert-to-save-targets): New function.
9851
c92a1e54
KH
98522011-05-27 Kenichi Handa <handa@m17n.org>
9853
9854 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
9855 let-binding rfc2047-encode-encoded-words to nil.
9856
e145f188
GM
98572011-05-27 Glenn Morris <rgm@gnu.org>
9858
5ec8a862
GM
9859 * mail/emacsbug.el: Don't require url-util.
9860
4b29d9fb
GM
9861 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
9862
e145f188
GM
9863 * files.el (set-auto-mode):
9864 Also respect mode: entries at the end of the file. (Bug#8586)
9865
7d15102b
GM
98662011-05-26 Glenn Morris <rgm@gnu.org>
9867
98f593b8
GM
9868 * files.el (hack-local-variables-prop-line, hack-local-variables):
9869 Downcase mode names, as seems to be traditional.
27b48e63 9870 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 9871
7d15102b
GM
9872 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
9873 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
9874
51d5b4ec
JD
98752011-05-25 Julien Danjou <julien@danjou.info>
9876
9877 * textmodes/rst.el (rst-define-level-faces): Do not define face
9878 symbol if it is already defined.
9879
91513f63
VB
98802011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
9881
9882 * play/5x5.el (5x5-new-game, 5x5-randomize):
9883 Reset 5x5-solver-output to nil when a new grid is cast.
9884 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
9885 these debugging traces, as defmacro breaks the compiled code.
9886
4d90d6d0
DK
98872011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9888
9889 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9890
e1b90ef6
LL
98912011-05-24 Leo Liu <sdl.web@gmail.com>
9892
9893 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
9894 (vc-bzr-sha1): Adapt.
9895
d8e4b68b 9896 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
9897
9898 * bindings.el: Provide sha1 feature.
9899
db0406bb 99002011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
9901
9902 * mail/sendmail.el: Require `rfc2047'.
9903 (mail-insert-from-field): Do not perform RFC2047 encoding.
9904 (mail-encode-header): New function.
9905 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
9906 buffer to the return value of select-message-coding-system.
9907 Call mail-encode-header.
b8d747b9
KH
9908
9909 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
9910
db0406bb 99112011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 9912
4d90d6d0
DK
9913 * mail/supercite.el (sc-default-cite-frame):
9914 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 9915
eb8a5e9b
GM
99162011-05-24 Glenn Morris <rgm@gnu.org>
9917
f8630703
GM
9918 * progmodes/python.el (brm-menu): Declare.
9919
8831bbed
GM
9920 * emulation/viper.el (viper-set-hooks): Declare.
9921
eb8a5e9b
GM
9922 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
9923 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
9924 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
9925 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
9926 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
9927 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
9928
a2a25d24
SM
99292011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 Add an :exit-function for completion-at-point.
9932
9933 * minibuffer.el (completion--done): New fun.
9934 (completion--do-completion): Use it. New arg `expect-exact'.
9935 (minibuffer-complete, minibuffer-complete-word): Don't output message,
9936 since completion--do-completion does it for us now.
9937 (minibuffer-force-complete): Use completion--done and
9938 completion--replace. Handle sole-completion case with more care.
9939 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
9940 (completion-extra-properties): New var.
9941 (completion-annotate-function): Make obsolete.
9942 (minibuffer-completion-help): Adjust accordingly.
9943 Use completion-list-insert-choice-function.
9944 (completion-at-point, completion-help-at-point):
9945 Bind completion-extra-properties.
9946 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
9947 * simple.el (completion-list-insert-choice-function): New var.
9948 (completion-setup-function): Preserve it.
9949 (choose-completion): Pay attention to it, shuffle the code a bit.
9950 (choose-completion-string): New arg `insert-function'.
9951
9952 * textmodes/bibtex.el: Convert to lexical binding.
9953 (bibtex-mode-map): Use completion-at-point.
9954 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
9955 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
9956 (bibtex-complete): Define as obsolete alias.
9957 (bibtex-complete-internal): Remove.
9958 (bibtex-format-entry): Remove unused sub-group in regexp.
9959 * shell.el (shell--command-completion-data)
9960 (shell-environment-variable-completion):
9961 * pcomplete.el (pcomplete-completions-at-point):
9962 * comint.el (comint--complete-file-name-data): Use :exit-function
9963 instead of completion-table-with-terminator so it also works for
9964 choose-completion.
9965
e44e373d
SM
99662011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9967
4f91a816
SM
9968 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
9969
782fc819
SM
9970 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
9971 (bug#8710).
9972
e44e373d
SM
9973 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
9974
381987c3
KM
99752011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
9976
9977 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
9978 customization variable and implement: If non-nil, auto-fill will
9979 be inhibited while on topic's header line.
9980
b776bc70
VB
99812011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
9982
9983 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 9984 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
9985 always have a solution in grid size = 5 cases.
9986 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
9987 (5x5-solver-output, 5x5-log-buffer): New vars.
9988 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9989 Make these variables buffer local to achieve 5x5 multi-session-ness.
9990 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
9991 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
9992 (5x5-solve-suggest): New funs.
9993 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
9994 randomize a grid so that we ensure that there is always a solution.
9995 (5x5-make-random-grid): Allow other movement than flipping.
9996
7de88b6e
KR
99972011-05-23 Kevin Ryde <user42@zip.com.au>
9998
9999 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 10000 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
10001 advice and passes PREDICATE.
10002
b1ef1257
SM
100032011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10004
bbca48fe
SM
10005 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
10006 byte-compile-lambda if it's actually a lambda.
10007
b1ef1257
SM
10008 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
10009 Fix function quoting. Use backquote better.
10010
92a9cc65
YS
100112011-05-22 Yuanle Song <sylecn@gmail.com>
10012
10013 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
10014 matching (Bug#8516).
10015
f0fb8059
JA
100162011-01-22 Jari Aalto <jari.aalto@cante.net>
10017
10018 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
10019 different face (Bug#8178).
10020
d5b44c93
CY
100212011-05-22 Chong Yidong <cyd@stupidchicken.com>
10022
10023 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
10024 defface (Bug#8144).
10025
79106a44
SM
100262011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10027
9c848d8a
SM
10028 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
10029 funcall as well (bug#8712). Warn when performing those conversions.
10030 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
10031
79106a44
SM
10032 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
10033
88dfa756
GM
100342011-05-22 Glenn Morris <rgm@gnu.org>
10035
10036 * files.el (hack-local-variables-prop-line): Small simplifications.
10037 (hack-local-variables, hack-local-variables-prop-line):
10038 If MODE-ONLY, return the mode, rather than just `t'.
10039
b7cf2c79
SM
100402011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10041
10042 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
10043
3f1a8558
GM
100442011-05-21 Glenn Morris <rgm@gnu.org>
10045
7e4ccca3
GM
10046 * files.el (hack-local-variables-prop-line, hack-local-variables):
10047 If only interested in the mode, don't bother doing the other stuff.
10048
637d46ca
GM
10049 * image-mode.el (image-after-revert-hook):
10050 Redraw all frames on which the image is visible. (Bug#8567)
10051
973d955b
GM
10052 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
10053
3f1a8558
GM
10054 * wid-edit.el (widget-checklist-match-inline):
10055 Fix 2011-04-19 change. (Bug#8649)
10056
96479927
SM
100572011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10058
1dcf791f
SM
10059 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10060 Also allow singlespace after single-letter capitals followed by a dot.
10061
96479927
SM
10062 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
10063 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
10064
35fd0881
N
100652011-05-20 Nix <nix@esperi.org.uk>
10066
10067 * files.el (basic-save-buffer-2):
10068 Fix handling of break-hardlink-on-save with non-existent files.
10069
82745640
DD
100702011-05-19 Deniz Dogan <deniz@dogan.se>
10071
10072 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 10073 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 10074
4a720484
GM
100752011-05-19 Glenn Morris <rgm@gnu.org>
10076
d1f21341
GM
10077 * progmodes/f90.el (f90-type-def-re):
10078 Handle "type, bind(c)". (Bug#8691)
10079
4a720484
GM
10080 * emacs-lisp/autoload.el (batch-update-autoloads):
10081 Set autoload-excludes by parsing loadup.el rather than Makefiles.
10082
2fb0a219
MA
100832011-05-18 Michael Albinus <michael.albinus@gmx.de>
10084
10085 * net/tramp.el (tramp-process-actions): Set "first-password-request"
10086 property for the correct connection in case of multihops.
10087
e565dd37
GM
100882011-05-18 Glenn Morris <rgm@gnu.org>
10089
c2571358 10090 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
10091 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
10092
e565dd37
GM
10093 Rationalize calendar handling of day and month abbrev-arrays.
10094 * calendar/calendar.el (calendar-customized-p): New function.
10095 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
10096 (calendar-day-name-array, calendar-month-name-array): Doc fix.
10097 Add :set function.
10098 (calendar-abbrev-length, calendar-day-abbrev-array)
10099 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
10100 (calendar-day-abbrev-array, calendar-month-abbrev-array):
10101 Elements may no longer be nil.
10102 (calendar-day-name, calendar-month-name):
10103 Update for changed nature of abbrev arrays.
10104 * calendar/diary-lib.el (diary-name-pattern):
10105 Update for changed nature of abbrev arrays.
10106 (diary-mark-entries-1): Update calendar-make-alist calls.
10107 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
10108 * calendar/cal-html.el (cal-html-day-abbrev-array):
10109 Simply inherit from calendar-day-abbrev-array.
10110
1d99a745
SM
101112011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10112
10113 * progmodes/grep.el (grep-mode): Disable default
10114 compilation-directory-matcher setting (bug#8684).
10115
7c1d9aa0
MA
101162011-05-17 Michael Albinus <michael.albinus@gmx.de>
10117
10118 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
10119 instead of "head" and "tail". There were problems with SunOS 5.9,
10120 and it performs better.
10121
3952e9d8
GM
101222011-05-17 Glenn Morris <rgm@gnu.org>
10123
2dd12e7f
GM
10124 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
10125
e4157b9c
GM
10126 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
10127 Replace obsolete function.
10128
8e249bbd
GM
10129 * shell.el (pcomplete-parse-arguments-function): Declare.
10130
3952e9d8
GM
10131 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
10132 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
10133 (appt-check): Doc fixes.
10134 (appt-disp-window-function, appt-delete-window-function):
10135 Remove needless special case in custom :type.
10136 (appt-display-count): Default to 0, not nil.
10137 (appt-check): Reset appt-display-count to 0, not nil.
10138
c71a0d48 101392011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 10140
c71a0d48
GM
10141 * progmodes/python.el (python-font-lock-keywords):
10142 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 10143
31d55be9
SM
101442011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10145
10146 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
10147
3bfacb2f
KR
101482011-05-16 Kevin Ryde <user42@zip.com.au>
10149
10150 * info-look.el (makefile-automake-mode): New setups, looking in
10151 automake manual, then makefile-mode.
10152 (makefile-mode): Remove automake manual, have it just in
10153 makefile-automake-mode since there's various things different or
10154 not relevant to plain make.
10155 (makefile-mode): Remove "other-modes" non-existent automake-mode,
10156 believe a hypothetical automake-mode would go to makefile-mode,
10157 not the other way around.
10158
c8e83751
CY
101592011-05-15 Chong Yidong <cyd@stupidchicken.com>
10160
5e9e35cd
CY
10161 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
10162 hunk-end tags (Bug#8672).
10163
c8e83751
CY
10164 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
10165 vc-annotate-show-diff-revision-at-line (Bug#8671).
10166
50b23e5a
GM
101672011-05-14 Glenn Morris <rgm@gnu.org>
10168
7210a739
GM
10169 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
10170 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
10171 (change-log-font-lock-keywords): Also handle multiple author lines
10172 with leading tabs. (Bug#8644)
7210a739 10173
4691905a
GM
10174 * calendar/appt.el (appt-check): Rename some local variables.
10175 Some simplification/reordering.
10176
50b23e5a
GM
10177 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
10178 (feedmail-sendmail-f-doesnt-sell-me-out)
10179 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10180 (feedmail-debug-sit-for, feedmail-queue-express-hook)
10181 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
10182 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
10183 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
10184 (feedmail-binmail-gnulinuxish-template):
10185 Rename from feedmail-binmail-linuxish-template.
10186 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
10187 Use insert-buffer-substring.
10188
215cda7c
BC
101892011-05-14 Bill Carpenter <bill@carpenter.org>
10190
10191 * mail/feedmail.el (feedmail-patch-level): Increase.
10192 (feedmail-debug): New custom group.
10193 (feedmail-confirm-outgoing-timeout)
10194 (feedmail-sendmail-f-doesnt-sell-me-out)
10195 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10196 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
10197 (feedmail-sender-line, feedmail-from-line)
10198 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 10199 (feedmail-spray-this-address)
215cda7c
BC
10200 (feedmail-spray-address-fiddle-plex-list)
10201 (feedmail-queue-use-send-time-for-date)
10202 (feedmail-queue-use-send-time-for-message-id)
10203 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
10204 (feedmail-buffer-eating-function):
10205 Doc fixes.
10206 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
10207 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
10208 (feedmail-message-action-scroll-down): New functions.
10209 (feedmail-queue-directory, feedmail-queue-draft-directory):
10210 Use expand-file-name.
10211 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
10212 Remove C-v help entry.
10213 (feedmail-queue-buffer-file-name): New variable.
10214 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
10215 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
10216 (feedmail-message-action-send-strong, feedmail-message-action-edit)
10217 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
10218 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
10219 (feedmail-message-action-toggle-spray)
10220 (feedmail-run-the-queue-no-prompts)
10221 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
10222 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
10223 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
10224 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
10225 (feedmail-envelope-deducer, feedmail-fiddle-from)
10226 (feedmail-fiddle-sender, feedmail-default-date-generator)
10227 (feedmail-fiddle-date, feedmail-fiddle-message-id)
10228 (feedmail-fiddle-spray-address)
10229 (feedmail-fiddle-list-of-spray-fiddle-plexes)
10230 (feedmail-fiddle-list-of-fiddle-plexes)
10231 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
10232 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
10233 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
10234 Change default. Doc fix.
10235 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
10236 (feedmail-binmail-linuxish-template): New constant.
10237 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
10238 Respect feedmail-sendmail-f-doesnt-sell-me-out.
10239 (feedmail-send-it): Add debug call.
10240 Use feedmail-queue-buffer-file-name, and
10241 feedmail-send-it-immediately-wrapper.
10242 (feedmail-message-action-send): Add debug call.
10243 Use feedmail-send-it-immediately-wrapper.
10244 (feedmail-queue-express-to-queue): Add debug call.
10245 Run feedmail-queue-express-hook.
10246 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
10247 (feedmail-message-action-help-blat):
10248 Rename from feedmail-queue-send-edit-prompt-help-first.
10249 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
10250 Check line-endings. Handle errors better.
10251 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
10252 Doc fix. Add debug call.
10253 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
10254 Use feedmail-queue-send-edit-prompt-inner.
10255 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
10256 (feedmail-queue-send-edit-prompt-inner): New function, extracted
10257 from feedmail-queue-send-edit-prompt.
10258 (feedmail-queue-send-edit-prompt-help)
10259 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
10260 (feedmail-tidy-up-slug): Add debug call.
10261 Respect feedmail-queue-slug-suspect-regexp.
10262 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
10263 (feedmail-dump-message-to-queue): Add debug call.
10264 Expand queue-directory.
10265 (feedmail-dump-message-to-queue): Change message slightly.
10266 Use feedmail-say-chatter.
10267 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
10268 (feedmail-send-it-immediately-wrapper): New function.
10269 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
10270 Insert empty string rather than newline. Handle full-frame case.
10271 Use catch/throw. Use feedmail-say-chatter.
10272 (feedmail-fiddle-from): Try mail-host-address.
10273 (feedmail-default-message-id-generator): Doc fix.
10274 Bind system-time-locale. Handle missing end.
10275 (feedmail-fiddle-x-mailer): Add debug call.
10276 Handle feedmail-x-mailer-line being nil.
10277 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
10278 Add debug call. Use buffer-substring-no-properties.
10279 (feedmail-say-debug, feedmail-say-chatter): New functions.
10280 (feedmail-find-eoh): Give an explicit error.
10281
42c7e61e
UJ
102822011-05-13 Ulf Jasper <ulf.jasper@web.de>
10283
c2571358 10284 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 10285 family from helvetica to sans.
c2571358 10286 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10287 etc/images/newsticker.
10288
c2571358 10289 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
10290 family from helvetica to sans.
10291
10292 * net/newst-plainview.el (newsticker-new-item-face)
10293 (newsticker-old-item-face, newsticker-immortal-item-face)
10294 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 10295 (newsticker-statistics-face): Change default family from
42c7e61e 10296 helvetica to sans.
c2571358 10297 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10298 etc/images/newsticker.
10299
10300 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
10301 (newsticker--process-auto-mark-filter-match): : Tell user about
10302 auto-marking.
10303
8497a297
DV
103042011-05-13 Didier Verna <didier@xemacs.org>
10305
10306 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
10307 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
10308 TODO entries.
8497a297
DV
10309 (lisp-lambda-list-keyword-parameter-indentation)
10310 (lisp-lambda-list-keyword-parameter-alignment)
10311 (lisp-lambda-list-keyword-alignment): New customizable user options.
10312 (lisp-indent-defun-method): Improve docstring.
10313 (extended-loop-p): Fix comment.
10314 (lisp-indent-lambda-list-keywords-regexp): New variable.
10315 (lisp-indent-lambda-list): New function.
10316 (lisp-indent-259): Use it.
10317 (lisp-indent-defmethod): Support for more than one
10318 method qualifier and properly indent methods lambda-lists.
10319 (defgeneric): Provide a missing common-lisp-indent-function property.
10320
f278f87f
SM
103212011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10322
10323 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
10324 bounds for the empty string (bug#8667).
10325
5233edd7
GM
103262011-05-13 Glenn Morris <rgm@gnu.org>
10327
5237a44f
GM
10328 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
10329
8340026c 10330 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 10331 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 10332
5233edd7 10333 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 10334 (appt-time-msg-list): Doc fix.
a5464014 10335 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 10336
92d10796
AS
103372011-05-12 Andreas Schwab <schwab@linux-m68k.org>
10338
10339 * progmodes/ld-script.el (ld-script-keywords)
10340 (ld-script-builtins): Update keywords list.
10341
914a0ae1
SM
103422011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10343
c89be45f
SM
10344 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
10345
914a0ae1
SM
10346 * shell.el (shell-completion-vars): New function.
10347 (shell-mode):
10348 * simple.el (read-shell-command): Use it.
10349 (blink-matching-open): No need for " [...]" in minibuffer-message.
10350
98dc3df3
GM
103512011-05-12 Glenn Morris <rgm@gnu.org>
10352
10353 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
10354 (appt-check): Simplify.
10355
d2fc7e3d 103562011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 10357
4d61f28d 10358 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
10359 literal "/dev/null".
10360
d2fc7e3d 103612011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
10362
10363 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
10364 Fix typo.
10365
d2fc7e3d 103662011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 10367
3f254caa
SM
10368 * progmodes/which-func.el (which-function):
10369 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
10370 which might not be defined (Bug#8260).
10371
d45885f7
GM
103722011-05-12 Glenn Morris <rgm@gnu.org>
10373
10374 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
10375 Let byte-compile-initial-macro-environment always take precedence.
10376
488086f4
SM
103772011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10378
10379 * net/rcirc.el: Add support for SSL/TLS connections.
10380 (rcirc-server-alist): New field `encryption'.
10381 (rcirc): Check `encryption' settings.
10382 (rcirc-connect): New arg `encryption'. Use open-network-stream.
10383 Merge make-local-variable into `set'.
10384 (rcirc--connection-open-p): New function.
10385 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
10386 the process is not a network process (e.g. running gnutls-cli).
10387 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10388 Make rcirc-(en|de)code-coding-system local here.
10389 (rcirc-mode): Merge make-local-variable into `set'.
10390 (rcirc-parent-buffer): Make permanent buffer-local.
10391 (rcirc-multiline-minor-mode): Don't do it here.
10392 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
10393 there's no server buffer.
10394
7d3b9d44
GM
103952011-05-11 Glenn Morris <rgm@gnu.org>
10396
f64049c6
GM
10397 * newcomment.el (comment-kill): Prefix "unused" local.
10398
93c9df73
GM
10399 * term/w32console.el (get-screen-color): Declare.
10400
7d3b9d44
GM
10401 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10402 Handle symbol elements of byte-compile-initial-macro-environment.
10403
9e2dd53f
LL
104042011-05-10 Leo Liu <sdl.web@gmail.com>
10405
488086f4
SM
10406 * bookmark.el (bookmark-bmenu-mode-map):
10407 Bind bookmark-bmenu-search to `/'.
8b340240 10408
9e2dd53f 10409 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
10410 (footnote-unicode-string, footnote-unicode-regexp): New variable.
10411 (Footnote-unicode): New function.
10412 (footnote-style-alist): Add unicode style to the list.
10413 (footnote-style): Doc fix.
9e2dd53f 10414
79b70037
GM
104152011-05-10 Jim Meyering <meyering@redhat.com>
10416
10417 Fix doubled-word typos.
10418 * international/quail.el (quail-insert-kbd-layout): and and -> and
10419 * kermit.el: and and -> and
10420 * net/ldap.el (ldap-search-internal): to to -> to
10421 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
10422 * progmodes/js.el (js-mode): and and -> and
10423 * textmodes/artist.el (artist-move-to-xy): at at -> at
10424 (artist-draw-region-trim-line-endings): if if -> if
10425 And Safetyc -> Safety.
10426 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
10427
b8f82dc1 104282011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 10429 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
10430
10431 * files.el (hack-one-local-variable-eval-safep):
10432 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
10433
4f99f44b
GM
104342011-05-10 Glenn Morris <rgm@gnu.org>
10435
10436 * calendar/diary-lib.el (diary-list-entries-hook)
10437 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
10438 (diary-nongregorian-marking-hook, diary-list-entries)
10439 (diary-include-other-diary-files, diary-mark-entries)
10440 (diary-mark-included-diary-files): Doc fixes.
10441
84f29e6b
JB
104422011-05-09 Juanma Barranquero <lekktu@gmail.com>
10443
10444 * misc.el: Require tabulated-list.el during compilation.
10445
9bedd73a
CY
104462011-05-09 Chong Yidong <cyd@stupidchicken.com>
10447
488086f4
SM
10448 * progmodes/compile.el (compilation-start):
10449 Run compilation-filter-hook for the async case too.
9bedd73a
CY
10450 (compilation-filter-hook): Doc fix.
10451
797c735c
DD
104522011-05-09 Deniz Dogan <deniz@dogan.se>
10453
10454 * wdired.el: Remove outdated installation comment. Fix usage
10455 comment.
10456
5f4b1dfe
JB
104572011-05-09 Juanma Barranquero <lekktu@gmail.com>
10458
10459 * misc.el: Implement new command `list-dynamic-libraries'.
10460 (list-dynamic-libraries--loaded-only-p): New variable.
10461 (list-dynamic-libraries--refresh): New function.
10462 (list-dynamic-libraries): New command.
10463
4c44026c
CY
104642011-05-09 Chong Yidong <cyd@stupidchicken.com>
10465
488086f4
SM
10466 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10467 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
10468 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
10469 higher priority to avoid clobbering by gnu.
10470
027f966d
CY
104712011-05-08 Chong Yidong <cyd@stupidchicken.com>
10472
10473 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
10474 if the face has existing theme settings (Bug#8454).
10475
085f5d7d
CY
104762011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
10477
488086f4
SM
10478 * progmodes/perl-mode.el (perl-imenu-generic-expression):
10479 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 10480
2a86a00c
RS
10481 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
10482 special file names `.' and `..' (Bug#8259).
10483
d9c54a06
CY
104842011-05-08 Chong Yidong <cyd@stupidchicken.com>
10485
488086f4
SM
10486 * progmodes/grep.el (grep-mode-font-lock-keywords):
10487 Remove buffer-changing entries.
d9c54a06
CY
10488 (grep-filter): New function.
10489 (grep-mode): Add it to compilation-filter-hook.
10490
10491 * progmodes/compile.el (compilation-filter-hook)
10492 (compilation-filter-start): New defvars.
10493 (compilation-filter): Call compilation-filter-hook prior to
10494 updating the process mark.
10495
c4662635
SM
104962011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10497
10498 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
10499
b0512a1d
EZ
105002011-05-07 Eli Zaretskii <eliz@gnu.org>
10501
605c9376
EZ
10502 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
10503 mailclient-send-it even if window-system is nil. (Bug#8595)
10504
c4662635
SM
10505 * term/w32console.el (terminal-init-w32console):
10506 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
10507 background-mode. (Bug#8597)
10508
d1dc2cc2
SM
105092011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10510
10511 Make bytecomp.el understand that defmethod defines funs (bug#8631).
10512 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
10513 New functions.
10514 (defgeneric, eieio--defmethod): Use them.
10515 (eieio-defgeneric): Remove.
10516 (defmethod): Call defgeneric in a way visible to the byte-compiler.
10517
915d1300
GM
105182011-05-07 Glenn Morris <rgm@gnu.org>
10519
a3961c3e
GM
10520 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
10521 Use let rather than let*.
10522 (timeclock-find-discrep): Remove unused local.
10523
314347b9
GM
10524 * calendar/diary-lib.el (diary-comment-start): Doc fix.
10525
915d1300
GM
10526 * calendar/appt.el (appt-time-msg-list): Doc fix.
10527
275b59b0
NF
105282011-05-06 Noah Friedman <friedman@splode.com>
10529
10530 * apropos.el (apropos-print-doc): Only use
10531 emacs-lisp-docstring-fill-column when it is bound to an integer,
10532 per that variable's documentation.
10533
6c19f744
SM
105342011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10535
10536 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 10537 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 10538
60f884b2
GM
105392011-05-06 Glenn Morris <rgm@gnu.org>
10540
5006e634
GM
10541 * calendar/appt.el (appt-message-warning-time): Doc fix.
10542 (appt-warning-time-regexp): New option.
10543 (appt-make-list): Respect appt-message-warning-time.
10544
548d0a63
GM
10545 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
10546 New options.
10547 (diary-add-to-list): Strip comments from the displayed string.
10548 (diary-mode): Set comment-start and comment-end.
10549
60f884b2
GM
10550 * vc/diff-mode.el (smerge-refine-subst): Declare.
10551 (diff-refine-hunk): Don't require smerge-mode when compiling.
10552
989681bb
JB
105532011-05-06 Juanma Barranquero <lekktu@gmail.com>
10554
10555 * simple.el (list-processes): Return nil as the docstring says.
10556
a6bc05e1
MA
105572011-05-05 Michael Albinus <michael.albinus@gmx.de>
10558
10559 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
10560 to "".
10561 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10562 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
10563 determining of binary transfer. (Bug#7383)
10564
23c22e9a
MA
105652011-05-05 Michael Albinus <michael.albinus@gmx.de>
10566
c4662635
SM
10567 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10568 Fix port computation bug. (Bug#8618)
23c22e9a 10569
0bff894f
GM
105702011-05-05 Glenn Morris <rgm@gnu.org>
10571
b8296902
GM
10572 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
10573
1f522ce8
GM
10574 * simple.el (shell-dynamic-complete-functions)
10575 (comint-dynamic-complete-functions): Declare.
10576
cf5bee67
GM
10577 * net/network-stream.el (gnutls-negotiate):
10578 * simple.el (tabulated-list-print): Fix declarations.
10579
10580 * progmodes/gud.el (syntax-symbol, syntax-point):
10581 Remove unnecessary and incorrect declarations.
10582
0bff894f
GM
10583 * emacs-lisp/check-declare.el (check-declare-scan):
10584 Handle byte-compile-initial-macro-environment in bytecomp.el
10585
9869b3ae
SM
105862011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 Fix earlier half-done eieio-defmethod change (bug#8338).
10589 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
10590 Streamline and change calling convention.
10591 (defmethod): Adjust accordingly and simplify.
10592 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
10593 new eieio--defmethod.
10594 (slot-boundp): Minor CSE simplification.
10595
9c1d5ac5
MZ
105962011-05-05 Milan Zamazal <pdm@zamazal.org>
10597
10598 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
10599 (glasses-make-readable): Use glasses-separate-capital-groups.
10600
455c834e
JB
106012011-05-05 Juanma Barranquero <lekktu@gmail.com>
10602
10603 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
10604 (warning-series): Doc fix.
10605 (display-warning): Don't try to create the buffer if we just found it.
10606
9ed7c8cb
CY
106072011-05-04 Chong Yidong <cyd@stupidchicken.com>
10608
10609 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
10610 (autoload-find-generated-file): New function.
10611 (generate-file-autoloads): Bind generated-autoload-file to
10612 buffer-file-name.
9869b3ae
SM
10613 (update-file-autoloads, update-directory-autoloads):
10614 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
10615 output file (Bug#7989).
10616 (batch-update-autoloads): Doc fix.
10617
0898ca10
JB
106182011-05-04 Juanma Barranquero <lekktu@gmail.com>
10619
10620 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
10621
31dfb76c
GM
106222011-05-04 Glenn Morris <rgm@gnu.org>
10623
f330b642
GM
10624 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
10625 function, so it follows changes in calendar-date-style.
10626 (diary-fancy-date-matcher): New function.
10627 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
10628 (diary-fancy-font-lock-fontify-region-function):
10629 Use diary-fancy-date-pattern as a function.
10630
31dfb76c
GM
10631 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
10632 non-numbers for `year' etc pseudo-variables. (Bug#8583)
10633
48e79d6a
TZ
106342011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
10635
10636 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
10637 instead of positional arguments. Allow :keylist and :crlfiles
10638 arguments.
10639 (open-gnutls-stream): Call it.
10640
10641 * net/network-stream.el (network-stream-open-starttls): Adjust to
10642 call `gnutls-negotiate' with :process and :hostname arguments.
10643
dd5a5ee0
SM
106442011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10645
ef80fc09
SM
10646 * minibuffer.el (completion--message): New function.
10647 (completion--do-completion, minibuffer-complete)
10648 (minibuffer-force-complete, minibuffer-complete-word): Use it.
10649 (completion--do-completion): Don't ignore completion-auto-help when in
10650 icomplete-mode.
10651
dd5a5ee0
SM
10652 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
10653 internal encoding (e.g. tibetan zero is not whitespace).
10654 (global-whitespace-mode): Prefer save-current-buffer.
10655 (whitespace-trailing-regexp): Remove useless save-match-data.
10656 (whitespace-empty-at-bob-regexp): Minor simplification.
10657
b7d22a83
CY
106582011-05-03 Chong Yidong <cyd@stupidchicken.com>
10659
10660 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
10661
5192af46
AM
106622011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10663
10664 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 10665 Use `concat' to create string for insertion.
5192af46 10666
5767d190
SM
106672011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10668
10669 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
10670 Avoid open-line which runs post-self-insert-hook.
10671 (bibtex-fill-entry): Remove unused `end' var.
10672
bf242939
AM
106732011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
10674
5767d190
SM
10675 * textmodes/ispell.el (ispell-add-per-file-word-list):
10676 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 10677
25666126
LL
106782011-05-03 Leo Liu <sdl.web@gmail.com>
10679
10680 * isearch.el (isearch-yank-pop): New command.
5767d190 10681 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
10682 (isearch-forward): Mention it.
10683
52d3c2d0
SM
106842011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10685
1bcace58
SM
10686 * simple.el (minibuffer-complete-shell-command): Remove.
10687 (minibuffer-local-shell-command-map): Use completion-at-point.
10688 (read-shell-command): Setup completion vars here instead.
10689 (read-expression-map): Bind TAB to symbol completion.
10690
52d3c2d0
SM
10691 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
10692 error directly rather via storing it into `results'.
10693
35813471
LL
106942011-05-02 Leo Liu <sdl.web@gmail.com>
10695
10696 * vc/diff.el: Fix description.
10697
e793a940
LMI
106982011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10699
10700 * server.el (server-eval-at): New function.
10701
8de66e05
LMI
107022011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10703
10704 * net/network-stream.el (open-network-stream): Take a :nowait
10705 parameter and pass it on to `make-network-process'.
10706 (network-stream-open-plain): Ditto.
10707
dcb79f20
AS
107082011-04-30 Andreas Schwab <schwab@linux-m68k.org>
10709
10710 * faces.el (face-spec-set-match-display): Don't match toolkit
10711 options on terminal frames.
10712
14a7fbd8
SM
107132011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10714
7eabc1be
SM
10715 * progmodes/pascal.el: Use lexical binding.
10716 (pascal-mode-map): Remove author preferences.
10717
14a7fbd8
SM
10718 * pcomplete.el (pcomplete-std-complete): Don't abuse
10719 completion-at-point.
10720
50f84510
JB
107212011-04-28 Juanma Barranquero <lekktu@gmail.com>
10722
6e087a44
JB
10723 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
10724 removing code that has been dead since 1991 or so.
10725
50f84510
JB
10726 * startup.el (command-line): When warning about "_emacs", use a
10727 delayed warning to allow the user to filter it out.
10728
0ba690bd
DD
107292011-04-28 Deniz Dogan <deniz@dogan.se>
10730
10731 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
10732 user has not joined.
10733
08abfaad
SM
107342011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10735
10736 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
10737 aren't any completions at point.
10738
638f053a
JB
107392011-04-28 Juanma Barranquero <lekktu@gmail.com>
10740
10741 * subr.el (display-delayed-warnings): New function.
10742 (delayed-warnings-hook): New variable.
10743
8fff8daa
SM
107442011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10745
08abfaad
SM
10746 * minibuffer.el (completion-at-point, completion-help-at-point):
10747 Don't presume that a given completion-at-point-function will always
10748 use the same calling convention.
10749
8fff8daa
SM
10750 * pcomplete.el (pcomplete-completions-at-point):
10751 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
10752 pcomplete-seen is non-nil.
10753 (pcomplete-comint-setup): Also recognize the new comint/shell
10754 completion functions.
10755 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
10756 pcomplete-seen is non-nil.
10757
841a1577 107582011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 10759
841a1577 10760 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 10761 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 10762 the first character in the entry. This allows for code to add its
211ec907
UJ
10763 own uid to the entry.
10764 (icalendar--convert-float-to-ical): Add export of
10765 `diary-float'-entries save for those with the optional DAY
10766 argument.
10767
2a782793
DC
107682011-04-27 Daniel Colascione <dan.colascione@gmail.com>
10769
10770 * subr.el (shell-quote-argument): Use alternate escaping strategy
10771 when we spot a variable reference in a string.
10772
0438ce91
DC
107732011-04-26 Daniel Colascione <dan.colascione@gmail.com>
10774
10775 * cus-start.el (all): Define customization for debug-on-event.
10776
841a1577 107772011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
10778
10779 * subr.el (shell-quote-argument): Escape correctly under Windows.
10780
d090ed6c
SM
107812011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10782
10783 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
10784
bfd31217
MA
107852011-04-25 Michael Albinus <michael.albinus@gmx.de>
10786
d090ed6c
SM
10787 * net/tramp.el (tramp-process-actions): Add POS argument.
10788 Delete region between POS and (pos).
bfd31217 10789
d090ed6c
SM
10790 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10791 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
10792 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
10793
10794 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
10795 position in `tramp-process-actions' call.
10796
10797 * net/trampver.el: Update release number.
10798
e92f3bd3
SM
107992011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10800
850256b5
SM
10801 * custom.el (defcustom): Obey lexical-binding.
10802
e92f3bd3
SM
10803 Fix octave-inf completion problems reported by Alexander Klimov.
10804 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
10805 Inherit from octave-mode-syntax-table.
10806 (inferior-octave-mode): Set info-lookup-mode.
10807 (inferior-octave-completion-at-point): New function.
10808 (inferior-octave-complete): Use it and completion-in-region.
10809 (inferior-octave-dynamic-complete-functions): Use it as well, and use
10810 comint-filename-completion.
10811 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
10812 symbol elements which shouldn't be word elements.
10813 (octave-font-lock-keywords, octave-beginning-of-defun)
10814 (octave-function-header-regexp): Adjust regexps accordingly.
10815 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
10816
cd22b309
JB
108172011-04-25 Juanma Barranquero <lekktu@gmail.com>
10818
10819 * net/gnutls.el (gnutls-errorp): Declare before first use.
10820
8b492194
TZ
108212011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
10822
10823 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
10824 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 10825 default trustfile exists before going to use it. Add missing
5a5fa834 10826 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
10827 Reported by Claudio Bley <claudio.bley@gmail.com>.
10828 (open-gnutls-stream): Add usage example.
10829
10830 * net/network-stream.el (network-stream-open-starttls): Give host
10831 parameter to `gnutls-negotiate'.
10832 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 10833 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 10834
841a1577 108352011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 10836
cd22b309
JB
10837 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10838 Use correct match group (bug#8438).
05842630 10839
3ba7869c
CY
108402011-04-24 Chong Yidong <cyd@stupidchicken.com>
10841
512e3ae1
CY
10842 * emacs-lisp/package.el (package-built-in-p): Fix typo.
10843 (package-menu--generate): New arg specifying packages to show.
10844 (package-menu-refresh, package-menu-execute, list-packages):
10845 Callers changed.
10846 (package-show-package-list): New function, replacing deleted
10847 package--list-packages (renamed because it is non-internal).
10848
10849 * finder.el (finder-list-matches): Use package-show-package-list
10850 instead of deleted package--list-packages.
10851
e92f3bd3
SM
10852 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
10853 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
10854 (vc-annotate-mode-map): Bind it to RET.
10855
7031be6d
UR
108562011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10857
10858 * progmodes/etags.el (next-file): Don't use set-buffer to change
10859 buffers (Bug#8478).
10860
4ef177aa
CY
108612011-04-24 Chong Yidong <cyd@stupidchicken.com>
10862
c8d173eb
CY
10863 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
10864
4ef177aa
CY
10865 * apropos.el (apropos-label-face): Avoid variable-pitch face.
10866 (apropos-accumulator): Doc fix.
10867 (apropos-function, apropos-macro, apropos-command)
10868 (apropos-variable, apropos-face, apropos-group, apropos-widget)
10869 (apropos-plist): Add face property.
10870 (apropos-symbols-internal): Fix indentation.
10871 (apropos-print): Simplify help, and recognize apropos-multi-type.
10872 (apropos-print-doc): Use button-type-get to extract the button's
10873 face property. Fill docstring (Bug#8352).
10874
4ffd0d6b 108752011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
10876
10877 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
10878
c6c32125 10879 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 10880 (mpuz-mode-map): Use mapc.
c6c32125
JB
10881 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
10882 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
10883 Fix typos in docstrings.
10884
58d468b4
JB
10885 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
10886 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
10887
6470c3c6
JB
10888 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
10889
4ffd0d6b 108902011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
10891
10892 * minibuffer.el (completion--do-completion): Avoid the "Next char
10893 not unique" prompt if icomplete-mode is enabled (Bug#5849).
10894
3ad8bad0
CY
10895 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
10896 mouse-2 into unread-command-events, it is interpreted correctly.
10897
71d73c9c 10898 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 10899 (image-toggle-display): Doc fix.
71d73c9c 10900
841a1577 109012011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 10902
4ffd0d6b
GM
10903 * textmodes/page.el (what-page): Use line-number-at-pos to
10904 calculate line number (Bug#6825).
6e1dbaa9 10905
c2fb1b60
JB
109062011-04-22 Juanma Barranquero <lekktu@gmail.com>
10907
10908 * eshell/esh-mode.el (find-tag-interactive): Declare function.
10909 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
10910 Pass argument NO-DEFAULT to `find-tag-interactive'.
10911
e02f48d7
JB
109122011-04-22 Juanma Barranquero <lekktu@gmail.com>
10913
10914 Lexical-binding cleanup.
10915
10916 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
10917 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
10918 * progmodes/ada-prj.el (ada-prj-initialize-values)
10919 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
10920 (ada-prj-show-value):
10921 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
10922 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
10923 (antlr-invalidate-context-cache, antlr-options-menu-filter)
10924 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
10925 * progmodes/bug-reference.el (bug-reference-push-button):
10926 * progmodes/fortran.el (fortran-line-length):
10927 * progmodes/glasses.el (glasses-change):
10928 * progmodes/octave-mod.el (octave-fill-paragraph):
10929 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
10930 (python-pdbtrack-grub-for-buffer, python-sentinel):
10931 * progmodes/sql.el (sql-save-connection):
10932 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
10933 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
10934 Mark unused parameters.
10935
10936 * progmodes/compile.el (compilation--flush-directory-cache)
10937 (compilation--flush-parse, compile-internal): Mark unused parameters.
10938 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
10939 (compilation-next-error-function): Remove unused variable `timestamp'.
10940
10941 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
10942 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
10943
10944 * progmodes/dcl-mode.el (dcl-end-of-command):
10945 Remove unused variable `start'.
10946 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
10947 (dcl-option-value-basic, dcl-option-value-offset)
10948 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
10949 Mark unused parameters.
10950 (dcl-save-local-variable): Remove unused variable `val'.
10951 (mode): Declare.
10952
10953 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
10954 Mark unused parameters.
10955 (delphi-ignore-changes): Move before first use.
10956 (delphi-charset-token-at): Remove unused variable `start'.
10957 (delphi-else-start): Remove unused variable `if-count'.
10958 (delphi-comment-block-start, delphi-comment-block-end):
10959 Remove unused variable `kind'.
10960 (delphi-indent-line): Remove unused variable `new-point'.
10961
10962 * progmodes/ebrowse.el (ebrowse-files-list)
10963 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
10964 Mark unused parameters. Don't quote `lambda'.
10965 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
10966 Don't quote `lambda'.
10967 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
10968 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
10969 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
10970 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
10971 Use `ignore-errors'.
10972 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
10973 (ebrowse-view/find-file-and-search-pattern)
10974 (ebrowse-view/find-member-declaration/definition):
10975 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
10976 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
10977 Rename parameter PREFIX-ARG to PREFIX.
10978 (ebrowse-tags-read-name): Remove unused variables `start' and
10979 `member-info'.
10980 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
10981 to `tags-file'.
10982
10983 * progmodes/etags.el (local-find-tag-hook): Declare.
10984 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
10985 Mark unused parameters.
10986
10987 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
10988 (executable-interpret): Mark unused parameter.
10989
10990 * progmodes/flymake.el (flymake-process-sentinel)
10991 (flymake-after-change-function)
10992 (flymake-create-temp-with-folder-structure)
10993 (flymake-get-include-dirs-dot): Mark unused parameters.
10994 (flymake-safe-delete-directory): Remove unused variable `err'.
10995
10996 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
10997 (speedbar-timer-fn, speedbar-line-text)
10998 (speedbar-change-expand-button-char, speedbar-delete-subblock)
10999 (speedbar-center-buffer-smartly): Declare functions.
11000 (gdb-find-watch-expression): Remove unused variable `array'.
11001 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
11002 (gdb-starting): Mark unused parameters.
11003 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
11004 (gdb-table-string): Remove unused variable `res'.
11005 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
11006 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
11007 (gdb-display-buffer): Remove unused variable `cur-size'.
11008
11009 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
11010 allow lexical-binding compilation.
11011 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
11012 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
11013 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
11014 Mark unused parameters.
11015 (gud-gdb-marker-filter): Remove unused variable `match'.
11016 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
11017 lambda expressions and funcall them, instead of using `fset'.
11018
11019 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
11020 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
11021
11022 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
11023 variable `header-beg'; use `let'.
11024
11025 * progmodes/icon.el (indent-icon-exp): Remove unused variables
11026 `restart', `last-sexp' and `at-do'.
11027
11028 * progmodes/js.el (js--debug): Mark unused parameter.
11029 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
11030 (js--splice-into-items): Remove unused variable `item'.
11031 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
11032
11033 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
11034 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
11035 (makefile-complete): Remove unused variable `try'.
11036 (makefile-fill-paragraph, makefile-match-function-end):
11037 Mark unused parameters.
11038
11039 * progmodes/octave-inf.el (inferior-octave-complete):
11040 Remove unused variable `proc'.
11041 (inferior-octave-output-digest): Mark unused parameter.
11042
11043 * progmodes/perl-mode.el (perl-calculate-indent):
11044 Remove unused variable `err'.
11045
11046 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
11047 (prolog-indent-line): Mark unused parameters.
11048 (prolog-indent-line): Remove unused variable `beg'.
11049
11050 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
11051 (reporter-dont-compact-list): Declare.
11052
11053 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
11054 Remove unused variable `char'.
11055 (sh-debug): Mark unused parameter.
11056 (sh-get-indent-info): Remove unused variable `start'.
11057 (sh-calculate-indent): Remove unused variable `var'.
11058
11059 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
11060 (simula-electric-keyword): Remove unused variable `null'.
11061 (simula-search-backward, simula-search-forward): Remove unused
11062 variables `begin' and `end'.
11063
11064 * progmodes/vera-mode.el (vera-guess-basic-syntax):
11065 Remove unused variable `pos'.
11066 (vera-electric-tab, vera-comment-uncomment-region):
11067 Mark unused parameters.
11068 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
11069
7ede3b65
CY
110702011-04-22 Chong Yidong <cyd@stupidchicken.com>
11071
11072 * emacs-lisp/package.el (package--builtins, package-alist)
11073 (package-load-descriptor, package-built-in-p, package-activate)
11074 (define-package, package-installed-p)
11075 (package-compute-transaction, package-buffer-info)
11076 (package--push): Doc fix. Distinguish more clearly between
11077 version strings and version lists.
11078
121656e9
JB
110792011-04-21 Juanma Barranquero <lekktu@gmail.com>
11080
11081 Lexical-binding cleanup.
11082
11083 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
11084 (5x5-make-mutate-best):
11085 * play/fortune.el (fortune-in-buffer):
11086 * play/gomoku.el (gomoku-init-display):
11087 * play/solitaire.el (solitaire, solitaire-do-check):
11088 * play/tetris.el (tetris-default-update-speed-function):
11089 Mark unused parameters.
11090
11091 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
11092 (bubbles--shift): Remove unused variable `char-org'.
11093 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
11094 (bubbles--show-images): Remove unused variable `char'.
11095
11096 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
11097 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
11098 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
11099 (decipher-analyze-buffer): Use ?\s.
11100 (decipher-make-checkpoint): Remove unused variable `mapping'.
11101
11102 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
11103
11104 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11105 Remove unused variable `result'; use `let'.
11106
11107 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
11108 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
11109 (gametree-children-shown-p, gametree-compute-reduced-score):
11110 Use `ignore-errors'.
11111
11112 * play/handwrite.el (ps-lpr-switches): Declare.
11113 (handwrite): Remove unused variables `pmin' and `lastp'.
11114
11115 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
11116
11117 * play/landmark.el (landmark-init-display)
11118 (landmark-update-naught-weights): Mark unused parameters.
11119 (landmark-y): Remove unused variable `noise'. Simplify.
11120 (landmark-human-plays): Remove unused variable `score'.
11121
11122 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
11123 (mpuz-try-proposal): Remove unused variable `game'.
11124
11125 * play/zone.el (life-patterns): Declare.
11126
80f499c7
JB
111272011-04-20 Juanma Barranquero <lekktu@gmail.com>
11128
11129 * vc/vc.el (ediff-vc-internal): Declare function.
11130
024ff170
SM
111312011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11132
c0a193ea
SM
11133 * shell.el: Use lexical-binding and std completion UI.
11134 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
11135 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
11136 comint-preoutput-filter-functions rather than on
11137 comint-output-filter-functions.
11138 (shell-command-completion, shell--command-completion-data)
11139 (shell-filename-completion, shell-environment-variable-completion)
11140 (shell-c-a-p-replace-by-expanded-directory): New functions.
11141 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
11142 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
11143 (shell-dynamic-complete-environment-variable): Use them.
11144 (shell-dynamic-complete-as-environment-variable)
11145 (shell-dynamic-complete-as-command): Remove.
11146 (shell-match-partial-variable): Match past point.
11147 * comint.el: Clean up use of completion-at-point-functions.
11148 (comint-completion-at-point): New function.
11149 (comint-mode): Use it completion-at-point-functions.
11150 (comint-dynamic-complete): Make it obsolete.
11151 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
11152 (comint-c-a-p-replace-by-expanded-history): New function.
11153 (comint-dynamic-complete-functions)
11154 (comint-replace-by-expanded-history): Use it.
11155 * minibuffer.el (completion-table-with-terminator): Allow dynamic
11156 termination strings. Try harder to avoid second try-completion.
11157 (completion-in-region-mode-map): Disable bindings that don't work yet.
11158
2dbaa080
SM
11159 * comint.el: Use lexical-binding. Require CL.
11160 (comint-dynamic-complete-functions): Use comint-filename-completion.
11161 (comint-completion-addsuffix): Tweak custom type.
11162 (comint-filename-completion, comint--common-suffix)
11163 (comint--common-quoted-suffix, comint--table-subvert)
11164 (comint--complete-file-name-data): New functions.
11165 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
11166 (comint-dynamic-list-filename-completions): Use them.
11167 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 11168
2dbaa080
SM
11169 * minibuffer.el (completion-in-region-mode):
11170 Keep completion-in-region-mode--predicate global.
11171 (completion-in-region--postch):
11172 Assume completion-in-region-mode--predicate is not null.
11173
c79a6f38
SM
11174 * progmodes/flymake.el (flymake-start-syntax-check-process):
11175 Obey `dir'. Simplify.
11176
024ff170
SM
11177 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
11178 we're in VC after all.
11179
1c6c854e
CS
111802011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
11181
11182 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 11183 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
11184 (vc-version-diff): Use vc-diff-build-argument-list-internal.
11185
bed7f140
SM
111862011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11187
332e62ab
SM
11188 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
11189 add sanity check.
11190
bed7f140
SM
11191 * obsolete/erc-hecomplete.el: Make obsolete.
11192 * obsolete/: Standardize obsolescence info in the header.
11193
f195c582
GM
111942011-04-20 Glenn Morris <rgm@gnu.org>
11195
11196 * calendar/solar.el (solar-horizontal-coordinates):
11197 Use the longitude argument rather than `calendar-longitude'.
11198 (solar-date-next-longitude): Remove unused locals.
11199
cb79b8c0
VJL
112002011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11201
11202 * whitespace.el: New version 13.2.1.
11203
112042011-04-20 felix <EmacsWiki> (tiny change)
11205
d8e4b68b 11206 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
11207 switching between major modes on a file.
11208
602ea69d
SM
112092011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11210
11211 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
11212 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
11213 multi-line comments as well.
11214
06b60517
JB
112152011-04-19 Juanma Barranquero <lekktu@gmail.com>
11216
11217 Lexical-binding cleanup.
11218
11219 * arc-mode.el (archive-mode-revert):
11220 * cmuscheme.el (scheme-interactively-start-process):
11221 * custom.el (custom-initialize-delay):
11222 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
11223 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
11224 * emacs-lock.el (emacs-lock-clear-sentinel):
11225 * ezimage.el (defezimage):
11226 * follow.el (follow-avoid-tail-recenter):
11227 * fringe.el (set-fringe-mode-1):
11228 * generic-x.el (bat-generic-mode-compile):
11229 * help-mode.el (help-info-variable, help-do-xref)
11230 (help-mode-revert-buffer):
11231 * help.el (view-emacs-todo):
11232 * iswitchb.el (iswitchb-completion-help):
11233 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
11234 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
11235 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
11236 * locate.el (locate-update):
11237 * longlines.el (longlines-encode-region)
11238 (longlines-after-change-function):
11239 * outline.el (outline-isearch-open-invisible):
11240 * ps-def.el (declare-function, charset-dimension, char-width)
11241 (encode-char):
11242 * ps-mule.el (ps-mule-plot-string):
11243 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
11244 (recentf-edit-list-select, recentf-edit-list-validate)
11245 (recentf-open-files-action):
11246 * rect.el (delete-whitespace-rectangle-line)
11247 (rectangle-number-line-callback):
11248 * register.el (window-configuration-to-register)
11249 (frame-configuration-to-register):
11250 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
11251 * select.el (xselect-convert-to-string, xselect-convert-to-length)
11252 (xselect-convert-to-targets, xselect-convert-to-delete)
11253 (xselect-convert-to-filename, xselect-convert-to-charpos)
11254 (xselect-convert-to-lineno, xselect-convert-to-colno)
11255 (xselect-convert-to-os, xselect-convert-to-host)
11256 (xselect-convert-to-user, xselect-convert-to-class)
11257 (xselect-convert-to-name, xselect-convert-to-integer)
11258 (xselect-convert-to-atom, xselect-convert-to-identity):
11259 * subr.el (declare, ignore, process-kill-without-query)
11260 (text-clone-maintain):
11261 * terminal.el (te-get-char, te-tic-sentinel):
11262 * tool-bar.el (tool-bar-make-keymap):
11263 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
11264 * type-break.el (type-break-mode, type-break-noninteractive-query):
11265 * view.el (View-back-to-mark):
11266 * wid-browse.el (widget-browse-action, widget-browse-widget)
11267 (widget-browse-widgets, widget-browse-sexp):
11268 * widget.el (define-widget-keywords):
11269 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
11270 Mark unused parameters.
11271
11272 * align.el (align-adjust-col-for-rule): Mark unused parameter.
11273 (align-areas): Remove unused variable `look'.
11274 (align-region): Remove unused variables `real-end' and `pos-list'.
11275
11276 * apropos.el (apropos-score-doc): Remove unused variable `i'.
11277
11278 * bindings.el (mode-line-modified, mode-line-remote):
11279 Mark unused parameters.
11280 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
11281
11282 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
11283 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
11284
11285 * comint.el (comint-history-isearch-pop-state)
11286 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
11287 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
11288 (comint-substitute-in-file-name): Doc fix.
11289
11290 * completion.el (cmpl-statistics-block): Mark unused parameter.
11291 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
11292 (save-completions-to-file, load-completions-from-file):
11293 Remove unused local variable `e'.
11294
11295 * composite.el (compose-chars): Remove unused variable `len'.
11296 (lgstring-insert-glyph): Remove unused variable `g'.
11297 (compose-glyph-string): Remove unused variables `ascent',
11298 `descent', `lbearing' and `rbearing'.
11299 (compose-glyph-string-relative): Remove unused variables
11300 `lbearing', `rbearing' and `wadjust'.
11301 (compose-gstring-for-graphic): Remove unused variables `header',
11302 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
11303 (compose-gstring-for-terminal): Remove unused variables `header'
11304 and `nchars'. Use `let', not `let*'.
11305
11306 * cus-edit.el (Custom-set, Custom-save, custom-reset)
11307 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
11308 (Custom-buffer-done, custom-buffer-create-internal)
11309 (custom-browse-visibility-action, custom-browse-group-tag-action)
11310 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
11311 (widget-magic-mouse-down-action, custom-toggle-parent)
11312 (custom-add-parent-links, custom-toggle-hide-variable)
11313 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
11314 (custom-toggle-hide-face, face, hook, custom-group-link-action)
11315 (custom-face-menu-create, custom-variable-menu-create, get)
11316 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
11317 (custom-reset-standard-save-and-update): Remove unused variable `value'.
11318 (customize-apropos): Remove unused variable `tests'.
11319 (custom-group-value-create): Remove unused variable `hidden-p'.
11320 (sort-fold-case): Declare.
11321
11322 * cus-theme.el (custom-reset-standard-faces-list)
11323 (custom-reset-standard-variables-list): Declare.
11324 (customize-create-theme, custom-theme-revert, custom-theme-write)
11325 (custom-theme-choose-mode, customize-themes, custom-theme-save):
11326 Mark unused parameters.
11327
11328 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
11329
11330 * delim-col.el (delimit-columns-max): Move defvar before first use.
11331
11332 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 11333 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
11334
11335 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
11336 (auto-insert): Declare.
11337 (desktop-restore-file-buffer): Rename desktop-* parameters;
11338 mark unused ones.
11339 (desktop-create-buffer): Rename desktop-* parameters and bind them.
11340 (desktop-buffer): Rename desktop-* parameters.
11341
11342 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
11343 (dframe-reposition-frame-xemacs, dframe-help-echo)
11344 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
11345 Mark unused parameters.
11346
11347 * dired-aux.el (backup-extract-version-start, overwrite-query)
11348 (overwrite-backup-query, rename-regexp-query)
11349 (rename-non-directory-query): Declare.
11350 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
11351 (dired-add-entry): Remove unused variable `orig-file-name'.
11352 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
11353 Use parameter PRESERVE-TIME instead of accessing dynamic variable
11354 `dired-copy-preserve-time' directly.
11355 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
11356 (dired-insert-subdir-newpos): Rename unused variable `pos'.
11357
11358 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
11359 (dired-virtual-revert, dired-make-relative-symlink):
11360 Mark unused parameters.
11361 (manual-program): Declare.
11362 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
11363 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
11364 wrapped in `with-no-warnings' to avoid replacing one warning by another.
11365
11366 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
11367
11368 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
11369
11370 * echistory.el (electric-history-in-progress, Helper-return-blurb):
11371 Declare.
11372
11373 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
11374
11375 * electric.el (Electric-command-loop): Rename parameter
11376 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
11377
11378 * expand.el (expand-in-literal): Remove unused variable `here'.
11379
11380 * facemenu.el (facemenu-add-new-color):
11381 Remove unused variable `docstring'.
11382
11383 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
11384 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
11385 (face-attr-construct): Mark unused parameter. Doc fix.
11386 (read-color): Remove unused variable `hex-string'.
11387
11388 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
11389 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
11390 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
11391 (display-buffer-other-frame): Remove unused variable `old-window'.
11392 (kill-buffer-hook): Declare.
11393 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
11394 Mark unused parameters.
11395 (after-find-file): Pass 1 to `auto-save-mode', not t.
11396
11397 * files-x.el (auto-insert): Declare.
11398 (modify-file-local-variable-prop-line): Remove unused variable `val'.
11399
11400 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 11401 variable `buf'. Mark unused parameter.
06b60517
JB
11402 (find-lisp-insert-directory): Mark unused parameter.
11403
11404 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
11405 (format-encode-region): Remove unused variables `cur-buf' and `result'.
11406 (format-common-tail): Remove, unused.
11407 (format-deannotate-region): Remove unused variable `loc'.
11408 (format-annotate-region): Remove unused variable `p'.
11409 (format-annotate-single-property-change): Remove unused variables
11410 `default' and `tail'.
11411
11412 * forms.el (read-file-filter): Declare.
11413 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
11414
11415 * frame.el (frame-creation-function-alist): Mark unused parameter.
11416 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
11417
11418 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
11419 Remove unused parameters.
11420 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
11421 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
11422
11423 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
11424 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
11425 (hfy-prepare-tag-map): Mark unused parameters.
11426 (htmlfontify-buffer): Use `called-interactively-p'.
11427
11428 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
11429 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
11430 (ibuffer-do-occur): Mark unused parameters.
11431 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
11432 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
11433
11434 * ibuffer.el: Don't quote `lambda'.
11435 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
11436 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
11437 Mark unused parameters.
11438
11439 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
11440 (ido-completing-read): Mark unused parameters.
11441 (ido-copy-current-word): Mark unused parameters;
11442 remove unused variable `name'.
11443 (ido-sort-merged-list): Remove unused parameter `dirs'.
11444
11445 * ielm.el (ielm-input-sender): Mark unused parameter.
11446 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
11447 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
11448 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
11449 `ielm-string' as a dynamic variable accessible from the IELM prompt.
11450 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
11451
11452 * image-dired.el (image-dired-display-thumbs): Remove unused
11453 variables `curr-file' and `count'.
11454 (image-dired-remove-tag): Remove unused variable `start'.
11455 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
11456 variable `curr-file'
11457 (image-dired-rotate-original): Remove unused variable `temp-file'.
11458 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
11459 Remove unused variable `file'.
11460 (image-dired-gallery-generate): Remove unused variable `curr'.
11461 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
11462
11463 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
11464
11465 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
11466
11467 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
11468
11469 * isearch.el (minibuffer-history-symbol): Declare.
11470 (isearch-edit-string): Remove unused variable `err'.
11471 (isearch-message-prefix, isearch-message-suffix):
11472 Mark unused parameters.
11473
11474 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
11475
11476 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
11477
11478 * makesum.el (double-column): Remove unused variable `cnt'.
11479
11480 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
11481 (ido-ignore-item-temp-list): Declare.
11482
11483 * mouse-drag.el (mouse-drag-throw): Remove unused variables
11484 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
11485 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
11486 (mouse-drag-drag): Remove unused variables `mouse-delta' and
11487 `mouse-col-delta'.
11488
11489 * mouse-sel.el (mouse-extend-internal):
11490 Remove unused variable `orig-window-frame'.
11491
11492 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
11493 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
11494 Move declarations before first use.
11495 (pcomplete-opt): Mark unused parameters; doc fix.
11496
11497 * proced.el (proced-revert): Mark unused parameter.
11498 (proced-send-signal): Remove unused variable `err'.
11499
11500 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
11501 Rename parameter PREFIX-ARG to ARG.
11502 (ps-basic-plot-string, ps-basic-plot-whitespace):
11503 Mark unused parameters.
11504
11505 * replace.el (replace-count): Define.
11506 (occur-revert-function): Mark unused parameters.
11507 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
11508 (isearch-case-fold-search, isearch-string): Declare.
11509 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
11510 bind `case-fold-search'. Remove unused variables `beg' and `end',
11511 and simplify.
11512 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
11513 COUNT and bind `replace-count'.
11514 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
11515 to COUNT.
11516
11517 * savehist.el (print-readably, print-string-length): Declare.
11518
11519 * shadowfile.el (shadow-expand-cluster-in-file-name):
11520 Remove unused variable `cluster'.
11521 (shadow-copy-file): Remove unused variable `i'.
11522 (shadow-noquery, shadow-clusters, shadow-site-cluster)
11523 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
11524 (shadow-define-literal-group, shadow-define-regexp-group)
11525 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
11526
11527 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
11528 (shell): Use `called-interactively-p'.
11529 (shell-directory-tracker): Remove unused variable `chdir-failure'.
11530
11531 * simple.el (compilation-context-lines, comint-file-name-quote-list)
11532 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
11533 (delete-backward-char): Remove unused variable `ocol'.
11534 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
11535 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
11536 (event-apply-hyper-modifier, event-apply-shift-modifier)
11537 (event-apply-control-modifier, event-apply-meta-modifier):
11538 Mark unused parameters.
11539 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
11540 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
11541
11542 * speedbar.el (speedbar-ignored-directory-expressions)
11543 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
11544 (speedbar-find-file, speedbar-dir-follow)
11545 (speedbar-directory-buttons-follow, speedbar-tag-find)
11546 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
11547 (speedbar-buffers-line-directory, speedbar-buffer-click):
11548 Mark unused parameters.
11549 (speedbar-tag-file): Remove unused variable `mode'.
11550 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
11551
11552 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
11553
11554 * talk.el (talk): Remove unused variable `display'.
11555
11556 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
11557 (tar-write-region-annotate): Mark unused parameter.
11558
11559 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
11560 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
11561 Declare them, wrapped in `with-no-warnings' to avoid replacing one
11562 warning by another.
11563
11564 * time-stamp.el (time-stamp-string-preprocess):
11565 Remove unused variable `require-padding'.
11566
11567 * tree-widget.el (widget-glyph-enable): Declare.
11568 (tree-widget-action): Mark unused parameter.
11569
11570 * w32-fns.el (x-get-selection): Mark unused parameter.
11571 (autoload-make-program, generated-autoload-file): Declare.
11572
11573 * wdired.el (wdired-revert): Mark unused parameters.
11574 (wdired-xcase-word): Remove unused variable `err'.
11575
11576 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
11577 (whitespace-help-scroll): Remove unused variable `data-help'.
11578
11579 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
11580 (widget-image-insert, widget-after-change, default)
11581 (widget-default-format-handler, widget-default-notify)
11582 (widget-default-prompt-value, widget-info-link-action)
11583 (widget-url-link-action, widget-function-link-action)
11584 (widget-variable-link-action, widget-file-link-action)
11585 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
11586 (widget-field-prompt-internal, widget-field-action, widget-field-match)
11587 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
11588 (widget-insert-button-action, widget-delete-button-action, visibility)
11589 (widget-documentation-link-action, widget-documentation-string-action)
11590 (widget-const-prompt-value, widget-regexp-match, symbol)
11591 (widget-coding-system-prompt-value)
11592 (widget-key-sequence-value-to-external, sexp)
11593 (widget-sexp-value-to-internal, character, vector, cons)
11594 (widget-choice-prompt-value, widget-boolean-prompt-value)
11595 (widget-color--choose-action): Mark unused parameters.
11596 (widget-item-match-inline, widget-choice-match-inline)
11597 (widget-checklist-match, widget-checklist-match-inline)
11598 (widget-group-match): Rename parameter VALUES to VALS.
11599 (widget-field-value-set): Remove unused variable `size'.
11600 (widget-color-action): Remove unused variables `value' and `start'.
11601
11602 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 11603 variable `dir'. Doc fix.
06b60517
JB
11604 (windmove-find-other-window): Don't pass it.
11605
11606 * window.el (count-windows): Mark unused parameter.
11607 (bw-adjust-window): Remove unused variable `err'.
11608
11609 * woman.el (woman-file-name): Remove unused variable `default'.
11610 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
11611 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
11612 (global-font-lock-mode): Declare.
11613 (woman-decode-region): Mark unused parameter.
11614 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
11615
11616 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
11617 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
11618 (x-dnd-handle-moz-url): Remove unused variable `title'.
11619 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
11620
11621 * xml.el (xml-parse-tag, xml-parse-attlist):
11622 Remove unused variable `pos'.
11623
bc4f7f3d
GM
116242011-04-19 Glenn Morris <rgm@gnu.org>
11625
11626 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
11627 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
11628 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11629 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
11630 * calendar/cal-html.el (cal-html-insert-minical):
11631 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
11632 (calendar-mark-date-pattern):
11633 Prefix "unused" locals.
11634
11635 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
11636 optional argument `style'.
11637
11638 * calendar/appt.el (appt-make-list):
11639 * calendar/cal-china.el (calendar-chinese-date-string):
11640 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
11641 (diary-hebrew-yahrzeit):
11642 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
11643 * calendar/calendar.el (calendar-generate-window):
11644 * calendar/time-date.el (time-to-days):
11645 Remove unused local variables.
11646
16a43933
CY
116472011-04-18 Chong Yidong <cyd@stupidchicken.com>
11648
11649 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
11650 glyphless-char-display table.
11651 (tabulated-list-glyphless-char-display): New var.
11652
7eed1860
SS
116532011-04-18 Sam Steingold <sds@gnu.org>
11654
11655 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
11656 to acknowledgments.
11657
4d2d1ccd
GM
116582011-04-17 Glenn Morris <rgm@gnu.org>
11659
11660 * calendar/diary-lib.el (diary-sexp-entry):
11661 * calendar/holidays.el (holiday-sexp):
11662 Set debug-on-error rather than the removed stack-trace-on-error.
11663
239da61d
GM
116642011-04-16 Glenn Morris <rgm@gnu.org>
11665
11666 * progmodes/f90.el: Use lexical-binding.
11667 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
11668
8b05752a
SM
116692011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11670
daca8ba5
SM
11671 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
11672 (mail-mode): Setup mailalias completion here instead.
11673 * mail/mailalias.el: Use lexical-binding.
11674 (pattern, mailalias-done): Declare dynamic.
11675 (mail-completion-at-point-function): New function, from mail-complete.
11676 (mail-complete): Use it.
11677 (mail-completion-expand): New function.
11678 (mail-get-names): Use it.
11679 (mail-directory, mail-directory-process, mail-directory-stream):
11680 Don't use `pattern' for lexically bound arg.
11681
6f542485
SM
11682 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
11683
037e7c3f
SM
11684 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
11685 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
11686 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
11687
8b05752a
SM
11688 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
11689 (byte-save-window-excursion, byte-temp-output-buffer-setup)
11690 (byte-interactive-p): Define them again, for use when inlining
11691 old code.
11692
49093f60
JB
116932011-04-15 Juanma Barranquero <lekktu@gmail.com>
11694
11695 * loadup.el: Use `string-to-number', not `string-to-int'.
11696
b5b8e7de
SM
116972011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11698
11699 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
11700 gud-gdb-complete-command.
11701 (gud-gdb-completions): New function, from gud-gdb-complete-command.
11702 (gud-gdb-completion-at-point): New function.
11703 (gud-gdb-completions): Remove.
11704
f42efeb5
MA
117052011-04-14 Michael Albinus <michael.albinus@gmx.de>
11706
49093f60
JB
11707 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
11708 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
11709 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
11710 whether `executable-find' is bound.
f42efeb5
MA
11711
11712 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
11713
e240cc21
SM
117142011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11715
11716 * minibuffer.el (completion-in-region-mode-predicate)
11717 (completion-in-region-mode--predicate): New vars.
11718 (completion-in-region, completion-in-region--postch)
11719 (completion-in-region-mode): Use them.
11720 (completion--capf-wrapper): Also return the hook function.
11721 (completion-at-point, completion-help-at-point):
11722 Adjust and provide a predicate.
c2bd2ab0
SM
11723
11724 Preserve arg names for advice of subr and lexical functions (bug#8457).
11725 * help-fns.el (help-function-arglist): Consolidate the subr and
11726 new-byte-code cases. Add argument `preserve-names' to extract names
11727 from the docstring when needed.
11728 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
11729 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
11730 (ad-arglist): Use help-function-arglist's new arg.
11731 (ad-definition-type): Use cond.
11732
c183f693
JB
117332011-04-13 Juanma Barranquero <lekktu@gmail.com>
11734
06641a47
JB
11735 * autorevert.el (auto-revert-handler):
11736 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
11737 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
11738 Don't quote lambda.
11739
c183f693
JB
11740 * image-mode.el (image-transform-set-scale):
11741 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
11742
1e3b6001
G
117432011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11744
11745 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 11746 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
11747 Upgrades via gnutls-cli are too slow to be done opportunistically.
11748
2d6af8dd
JB
117492011-04-12 Juanma Barranquero <lekktu@gmail.com>
11750
11751 * dframe.el (dframe-current-frame): Remove spurious quote.
11752
c0749a51
GM
117532011-04-12 Glenn Morris <rgm@gnu.org>
11754
088d0d61
GM
11755 * calendar/cal-tex.el (cal-tex-end-document):
11756 Try to automatically use latin1 input if needed.
11757
c0749a51
GM
11758 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
11759 Don't try to cons a mark onto an empty element.
11760
5c90fde0
LL
117612011-04-11 Leo Liu <sdl.web@gmail.com>
11762
11763 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
11764 buffers.
11765 (ido-kill-buffer-at-head): Support killing virtual buffers.
11766
369e974d
CY
117672011-04-10 Chong Yidong <cyd@stupidchicken.com>
11768
11769 * minibuffer.el (completion-show-inline-help): New var.
11770 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
11771 (minibuffer-force-complete, minibuffer-complete-word):
11772 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
11773
11774 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
11775 to avoid interference from inline help (Bug#5849).
11776
37f1c930
LL
117772011-04-10 Leo Liu <sdl.web@gmail.com>
11778
099c39a4
JB
11779 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11780 Fix typo.
37f1c930 11781
a32d4040
CY
117822011-04-09 Chong Yidong <cyd@stupidchicken.com>
11783
11784 * image-mode.el (image-toggle-display-image): Signal an error if
11785 not in Image mode.
11786 (image-transform-mode, image-transform-resize)
11787 (image-transform-set-rotation): Doc fix.
daca8ba5 11788 (image-transform-set-resize): Delete.
a32d4040
CY
11789 (image-transform-set-scale, image-transform-fit-to-height)
11790 (image-transform-fit-to-width): Handle image-toggle-display-image
11791 and image-transform-resize directly.
11792
099c39a4 117932011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
11794
11795 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
11796 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
11797 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
11798 (doc-view-mode-map): Add bindings for the new functions.
11799
099c39a4 118002011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 11801
4d61f28d 11802 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
11803 Fix typo in docstring.
11804
3726838a
EZ
118052011-04-08 Eli Zaretskii <eliz@gnu.org>
11806
04f33f1e
EZ
11807 * files.el (file-size-human-readable): Produce one digit after
11808 decimal, like "ls -lh" does.
11809
11810 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
11811 the file size representation.
11812
3726838a
EZ
11813 * simple.el (list-processes): If async subprocesses are not
11814 available, error out with a clear error message.
11815
cbb59342
CY
118162011-04-08 Chong Yidong <cyd@stupidchicken.com>
11817
11818 * help.el (help-form-show): New function, to be called from C.
11819 Put help-form output in a buffer named differently than *Help*.
11820
e3971c44
EZ
118212011-04-08 Eli Zaretskii <eliz@gnu.org>
11822
11823 * files.el (file-size-human-readable): New function.
11824
11825 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
11826 computing the representation inline. Don't require `cl'.
11827
12544bbe
GM
118282011-04-08 Glenn Morris <rgm@gnu.org>
11829
a1de6c6a
GM
11830 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
11831
3c4671f4
GM
11832 * net/browse-url.el (browse-url-firefox):
11833 Test system-type, not system-configuration.
11834
b605679c
GM
11835 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
11836 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
11837 Use log-edit-empty-buffer-p. (Bug#7598)
11838
56442f0c
GM
11839 * net/rlogin.el (rlogin-process-connection-type): Simplify.
11840 (rlogin-mode-map): Initialize in the defvar.
11841 (rlogin): Use ignore-errors.
11842
12544bbe
GM
11843 * replace.el (occur-mode-map): Some fixes for menu items.
11844
eb237b0f
AH
118452011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11846
11847 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
11848
7d668f2c
CY
118492011-04-06 Chong Yidong <cyd@stupidchicken.com>
11850
e67a13ab
CY
11851 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
11852 issuing unused warnings.
11853
11854 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
11855 macro directly.
11856
7d668f2c
CY
11857 * simple.el: Lisp reimplement of list-processes. Based on an
11858 earlier reimplementation by Leo Liu, but using tabulated-list.el.
11859 (process-menu-mode): New major mode.
11860 (list-processes--refresh, list-processes):
11861 (process-menu-visit-buffer): New functions.
11862
11863 * files.el (save-buffers-kill-emacs): Don't assume any return
11864 value of list-processes, which is undocumented anyway.
11865
a83ec3c9
CY
118662011-04-06 Chong Yidong <cyd@stupidchicken.com>
11867
11868 * emacs-lisp/tabulated-list.el: New file.
11869
e91a96fe
CY
11870 * emacs-lisp/package.el: Use Tabulated List mode.
11871 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
11872 (package-menu-mode): Derive from tabulated-list-mode. Set up the
11873 table format using Tabulated List mode variables.
11874 (package--push): New macro, replacing package-list-maybe-add.
11875 (package-menu--generate): Use package--push. Renamed from
11876 package--generate-package-list.
11877 (package-menu-refresh, list-packages): Use it.
daca8ba5 11878 (package-menu--print-info): Rename from package-print-package.
e91a96fe 11879 Return insertion data instead of inserting it directly.
099c39a4
JB
11880 (package-menu-describe-package, package-menu-execute):
11881 Use tabulated-list-get-id.
e91a96fe
CY
11882 (package-menu-mark-delete, package-menu-mark-install)
11883 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
11884 (package-menu-mark-obsolete-for-deletion):
11885 Use tabulated-list-put-tag.
e91a96fe
CY
11886 (package--list-packages, package-menu-revert)
11887 (package-menu-get-package, package-menu-get-version)
11888 (package-menu-sort-by-column): Functions deleted.
11889 (package-menu-package-list, package-menu-sort-key): Vars deleted.
11890 (package-menu--status-predicate, package-menu--version-predicate)
11891 (package-menu--name-predicate)
11892 (package-menu--description-predicate): Handle arguments in the
11893 Tabulated List format.
11894 (package-list-packages-no-fetch): Call list-packages.
11895
3e214b50
JB
118962011-04-06 Juanma Barranquero <lekktu@gmail.com>
11897
11898 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 11899 (after-find-file): Don't bind it.
3e214b50
JB
11900 (revert-buffer-in-progress-p): New variable.
11901 (revert-buffer): Bind it.
11902 Pass nil for `after-find-file-from-revert-buffer'.
11903
11904 * saveplace.el (save-place-find-file-hook): Use new variable
11905 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
11906
3f0f1700
GM
119072011-04-06 Glenn Morris <rgm@gnu.org>
11908
c0274801
GM
11909 * Makefile.in (AUTOGEN_VCS): New variable.
11910 (autoloads): Use $AUTOGEN_VCS.
11911
3f0f1700
GM
11912 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
11913 * calendar/calendar.el (calendar-mode-map):
11914 Check for toolkit scroll bars. (Bug#8305)
11915
41ea9e48
CY
119162011-04-05 Chong Yidong <cyd@stupidchicken.com>
11917
11918 * minibuffer.el (completion-in-region--postch)
11919 (completion-in-region-mode): Remove unnecessary messages.
11920
6194c800
JB
119212011-04-05 Juanma Barranquero <lekktu@gmail.com>
11922
33256f14
JB
11923 * font-lock.el (font-lock-refresh-defaults):
11924 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
11925 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
11926
6194c800
JB
11927 * info.el (Info-directory-list, Info-read-node-name-2)
11928 (Info-split-parameter-string): Doc fixes.
11929 (Info-virtual-nodes): Reflow docstring.
11930 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
11931 (Info-apropos-toc-nodes, info-finder, Info-get-token)
11932 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
11933 Fix typos in docstrings.
11934 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
11935 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
11936 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
11937 (Info-restore-desktop-buffer): Mark unused parameters.
11938 (Info-directory-find-file, Info-directory-find-node)
11939 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
11940 (Info-virtual-index-find-node, Info-apropos-find-file)
11941 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 11942 Mark unused parameters; fix typos in docstrings.
6194c800
JB
11943 (Info-virtual-index): Remove unused local variable `nodename'.
11944
b87a8200 119452011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 11946
b87a8200
DD
11947 * net/rcirc.el: Update my e-mail address.
11948 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 11949
3b2ff876
CY
119502011-04-05 Chong Yidong <cyd@stupidchicken.com>
11951
11952 * startup.el (command-line): Save the cursor's theme-face
11953 directly, instead of using face-override-spec.
11954
11955 * custom.el (load-theme): Minor optimization in assigning faces.
11956
8d17e7ca
JB
119572011-04-04 Juanma Barranquero <lekktu@gmail.com>
11958
11959 * help-fns.el (describe-variable): Complete all variables having
11960 documentation, including keywords.
11961 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
11962
2fbc1934
JB
119632011-04-04 Juanma Barranquero <lekktu@gmail.com>
11964
11965 Convert to lexical-binding.
11966
11967 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
11968 (bs--get-marked-string, bs--get-modified-string)
11969 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11970 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
11971 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
11972
11973 * ehelp.el (electric-help-execute-extended)
11974 (electric-help-ctrl-x-prefix):
11975 * hexl.el (hexl-revert-buffer-function):
11976 * linum.el (linum-after-change, linum-after-scroll):
11977 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
11978
11979 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
11980
74f50695
DU
119812011-04-04 Daiki Ueno <ueno@unixuser.org>
11982
11983 * epa-dired.el:
11984 * epa-mail.el:
11985 * epa-hook.el:
11986 * epa-file.el:
11987 * epa.el:
11988 * epg.el: Use lexical binding.
11989
c11325f7
CY
119902011-04-03 Chong Yidong <cyd@stupidchicken.com>
11991
0d9e9a12
CY
11992 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
11993
c11325f7 11994 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
11995 dictionary case for flyspell-mark-duplications-exceptions.
11996 Use regexp matching for languages.
c11325f7
CY
11997 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
11998 default dictionary (Bug#7926).
11999
da91b5f2
CY
120002011-04-02 Chong Yidong <cyd@stupidchicken.com>
12001
099c39a4
JB
12002 * emacs-lisp/package.el (package--with-work-buffer):
12003 Recognize https URLs.
da91b5f2 12004
099c39a4
JB
12005 * net/network-stream.el: Move from gnus/proto-stream.el.
12006 Change prefix to network-stream throughout.
da91b5f2
CY
12007 (open-protocol-stream): Merge into open-network-stream, leaving
12008 open-protocol-stream as an alias. Handle nil BUFFER args.
12009
12010 * subr.el (open-network-stream): Move to net/network-stream.el.
12011
afa8e9f6
GM
120122011-04-02 Glenn Morris <rgm@gnu.org>
12013
1d2e369d
GM
12014 * find-dired.el (find-exec-terminator): New option.
12015 (find-ls-option): Test for -ls support.
12016 (find-ls-subdir-switches): Test for -b in find-ls-option.
12017 (find-dired, find-grep-dired): Doc fixes.
12018 (find-dired): Use find-exec-terminator.
12019
8abb7da8 12020 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
12021 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
12022 (find-name-arg): Remove purecopy.
8abb7da8 12023
f3ca7378
GM
12024 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
12025 (grep-compute-defaults): Check for `-exec COMMAND +' support.
12026 Set grep-find-use-xargs, grep-find-command, and grep-find-template
12027 accordingly. Don't add the null-device if not needed.
12028
afa8e9f6
GM
12029 * files.el (save-some-buffers): Doc fix.
12030
35eae264
EZ
120312011-04-02 Eli Zaretskii <eliz@gnu.org>
12032
12033 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
12034
26b51db5
JB
120352011-04-01 Juanma Barranquero <lekktu@gmail.com>
12036
12037 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
12038 Use `dolist' rather than `mapcar'.
12039
7200d79c
SM
120402011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12041
03408648 12042 Add lexical binding.
7200d79c 12043
03408648
SM
12044 * subr.el (apply-partially): Use new closures rather than CL.
12045 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
12046 (dolist, dotimes): Use slightly different expansion for lexical code.
12047 (functionp): Move to C.
12048 (letrec): New macro.
12049 (with-wrapper-hook): Use it and apply-partially instead of CL.
12050 (eval-after-load): Preserve lexical-binding.
12051 (save-window-excursion, with-output-to-temp-buffer): Turn them
12052 into macros.
7200d79c 12053
03408648
SM
12054 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
12055
12056 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
12057 than the arglist.
12058 (help-add-fundoc-usage): Don't add `Not documented'.
12059 (help-function-arglist): Handle closures, subroutines, and new
12060 byte-code-functions.
12061 (help-make-usage): Remove leading underscores.
12062 (describe-function-1): Handle closures.
12063 (describe-variable): Use special-variable-p for completion.
12064
12065 * files.el (lexical-binding): Declare safe.
f488fb65 12066
03408648
SM
12067 * emacs-lisp/pcase.el: Don't use destructuring-bind.
12068 (pcase--memoize): Rename from pcase-memoize. Change weakness.
12069 (pcase): Add `let' pattern.
12070 Change memoization so it actually works.
12071 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
12072 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
12073 <let>: New case.
f488fb65 12074
03408648
SM
12075 * emacs-lisp/macroexp.el: Use lexical binding.
12076 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
12077 Don't convert ' to #' without checking that it's indeed quoting
12078 a lambda.
12079
12080 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 12081 Use eval-sexp-add-defvars.
03408648
SM
12082 (eval-sexp-add-defvars): New fun.
12083
12084 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
12085
12086 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
12087 Don't autoload.
12088 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
12089 than the internal `byte-compile-lambda'.
12090 (defmethod): Don't hide code under quotes.
12091 (eieio-defmethod): New `code' argument.
12092
12093 * emacs-lisp/eieio-comp.el: Remove.
12094
12095 * emacs-lisp/edebug.el (edebug-eval-defun)
12096 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
12097 (edebug-toggle): Avoid `eval'.
12098
12099 * emacs-lisp/disass.el (disassemble-internal): Handle new
12100 `closure' objects.
12101 (disassemble-1): Handle new byte codes.
12102
12103 * emacs-lisp/cl.el (pushnew): Silence warning.
12104
12105 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
12106 (cl-byte-compile-throw): Remove.
12107 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
12108
12109 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
12110 closures.
12111
12112 * emacs-lisp/cconv.el: New file.
12113
12114 * emacs-lisp/bytecomp.el: Use lexical binding instead of
12115 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
12116 (byte-compile-initial-macro-environment):
12117 Handle declare-function here.
12118 (byte-compile--lexical-environment): New var.
12119 (byte-stack-ref, byte-stack-set, byte-discardN)
12120 (byte-discardN-preserve-tos): New lap codes.
12121 (byte-interactive-p): Don't use any more.
12122 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
12123 New macros.
12124 (byte-compile-lapcode): Use them and handle new lap codes.
12125 (byte-compile-obsolete): Remove.
12126 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
12127 (byte-compile-arglist-warn): Check late def of inlinable funs.
12128 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
12129 since they should have been expanded by now.
12130 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
12131 (byte-compile-from-buffer): Remove unused second arg.
12132 (byte-compile-preprocess): New function.
12133 (byte-compile-toplevel-file-form): New function to distinguish
12134 file-form calls from outside from file-form calls from hunk-handlers.
12135 (byte-compile-file-form): Simplify.
12136 (byte-compile-file-form-defsubst): Remove.
12137 (byte-compile-file-form-defmumble): Simplify now that
12138 byte-compile-lambda always returns a byte-code-function.
12139 (byte-compile): Preprocess.
12140 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
12141 Remove, not used any more.
12142 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
12143 (byte-compile-make-args-desc): New funs.
12144 (byte-compile-lambda): Handle lexical functions. Always return
12145 a byte-code-function.
12146 (byte-compile-reserved-constants): New var, to make up room for
12147 closed-over variables.
12148 (byte-compile-constants-vector): Obey it.
12149 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
12150 (byte-compile-macroexpand-declare-function): New function.
12151 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
12152 byte-code-functions.
12153 (byte-compile-form): Check obsolescence here.
12154 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
12155 (byte-compile-variable-ref): Remove.
12156 (byte-compile-dynamic-variable-op): New fun.
12157 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12158 (byte-compile-variable-set): New funs.
12159 (byte-compile-discard): Add 2 args.
12160 (byte-compile-stack-ref, byte-compile-stack-set)
12161 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
12162 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
12163 macroexpand-all instead.
12164 (byte-compile-quote-form): Remove.
12165 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
12166 (byte-compile-bind, byte-compile-unbind): New funs.
12167 (byte-compile-let): Handle let* and lexical binding.
12168 (byte-compile-let*): Remove.
12169 (byte-compile-catch, byte-compile-unwind-protect)
12170 (byte-compile-track-mouse, byte-compile-condition-case):
12171 Handle a new :fun-body form, used for lexical scoping.
12172 (byte-compile-save-window-excursion)
12173 (byte-compile-with-output-to-temp-buffer): Remove.
12174 (byte-compile-defun): Simplify.
12175 (byte-compile-stack-adjustment): New fun.
12176 (byte-compile-out): Use it.
12177 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
12178
12179 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
12180 handler any more.
12181
12182 * emacs-lisp/byte-opt.el: Use lexical binding.
12183 (byte-inline-lapcode): Remove (to bytecomp).
12184 (byte-compile-inline-expand): Pay attention to inlining to/from
12185 lexically bound code.
12186 (byte-compile-unfold-lambda): Don't handle byte-code-functions
12187 any more.
12188 (byte-optimize-form-code-walker): Don't handle save-window-excursion
12189 any more and don't call compiler-macros.
12190 (byte-compile-splice-in-already-compiled-code): Remove.
12191 (byte-code): Don't inline any more.
12192 (disassemble-offset): Receive `bytes' as argument rather than via
12193 dynamic scoping.
12194 (byte-compile-tag-number): Declare before first use.
12195 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
12196 `return' even if make-spliceable.
12197 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
12198 obsolete interactive-p.
12199 (byte-optimize-lapcode): Optimize new lap-codes.
12200 Don't trip up on new form of `byte-constant' lap code.
12201
12202 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
12203
12204 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
12205
12206 * custom.el (custom-initialize-default, custom-declare-variable):
12207 Use `defvar'.
12208
12209 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
12210 New variables.
12211 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
12212 (COMPILE_FIRST): Add macroexp and cconv.
12213 * makefile.w32-in: Mirror changes in Makefile.in.
12214
12215 * vc/cvs-status.el:
12216 * vc/diff-mode.el:
12217 * vc/log-edit.el:
12218 * vc/log-view.el:
12219 * vc/smerge-mode.el:
12220 * textmodes/bibtex-style.el:
12221 * textmodes/css.el:
12222 * startup.el:
12223 * uniquify.el:
da91b5f2
CY
12224 * minibuffer.el:
12225 * newcomment.el:
12226 * reveal.el:
12227 * server.el:
12228 * mpc.el:
12229 * emacs-lisp/smie.el:
12230 * doc-view.el:
12231 * dired.el:
03408648
SM
12232 * abbrev.el: Use lexical binding.
12233
0f0c1f27
EZ
122342011-04-01 Eli Zaretskii <eliz@gnu.org>
12235
12236 * info.el (info-display-manual): New function.
12237
c82b2579
SM
122382011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12239
12240 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
12241
221ddf68
TH
122422011-03-31 Tassilo Horn <tassilo@member.fsf.org>
12243
12244 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 12245 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 12246
cba6e77e
GM
122472011-03-31 Glenn Morris <rgm@gnu.org>
12248
e040639f
GM
12249 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
12250
cba6e77e
GM
12251 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
12252
6d0f1c9e
CS
122532011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
12254
12255 * progmodes/python.el (python-default-interpreter)
12256 (python-python-command-args, python-jython-command-args)
12257 (python-which-shell, python-which-args, python-which-bufname)
12258 (python-file-queue, python-comint-output-filter-function)
12259 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
12260 variables and functions.
12261
3e2d70fd
SM
122622011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
12265 (completion-in-region-mode): New minor mode.
12266 (completion-in-region): Use it.
12267 (completion-in-region--data, completion-in-region-mode-map): New vars.
12268 (completion-in-region--postch): New function.
12269 (completion--capf-misbehave-funs, completion--capf-safe-funs):
12270 New vars.
12271 (completion--capf-wrapper): New function.
12272 (completion-at-point): Use it to track well-behavedness of
12273 hook functions.
12274 (completion-help-at-point): New command.
12275
f3e4086c
JM
122762011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
12277
12278 * vc/add-log.el (add-change-log-entry): Don't use whitespace
12279 syntax class to search for whitespace on a single line
12280 (Message-ID: <4D938140.4030905@redhat.com>).
12281
eb7ffc14
LL
122822011-03-30 Leo Liu <sdl.web@gmail.com>
12283
12284 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
12285 New commands.
12286 (edit-abbrevs-map): Bind them here.
12287 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
12288
d806ab68
KM
122892011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
12290
12291 * allout.el (allout-hide-by-annotation, allout-flag-region):
12292 Reduce possibility of overlay leakage by making them volatile.
12293
12294 * allout-widgets.el (allout-widgets-tally): Define as nil so the
12295 hash is not shared between buffers. Mode initialization is
12296 responsible for giving it a useful starting value.
12297 (allout-item-span): Reduce possibility of overlay leakage by
12298 making them volatile.
12299 (allout-widgets-count-buttons-in-region): Add diagnostic function
12300 for tracking down button overlay leaks.
12301
ea622834
LL
123022011-03-29 Leo Liu <sdl.web@gmail.com>
12303
12304 * ido.el (ido-read-internal): Use the default history var
12305 minibuffer-history if no HISTORY is specified.
12306
b62f8267
G
123072011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
12308
03408648
SM
12309 * net/imap.el (imap-shell-open, imap-process-connection-type):
12310 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
12311 Kerberos, SSL, other subprocesses.
12312
947b6566
LL
123132011-03-28 Leo Liu <sdl.web@gmail.com>
12314
12315 * abbrev.el (abbrev-table-empty-p): New function.
12316 (prepare-abbrev-list-buffer): Place empty abbrev tables after
12317 nonempty ones. (Bug#5937)
12318
5ffb62aa
JD
123192011-03-27 Jan Djärv <jan.h.d@swipnet.se>
12320
12321 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
12322
7a097943
LL
123232011-03-27 Leo Liu <sdl.web@gmail.com>
12324
12325 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
12326 for foreground and background colors.
12327 (ansi-color-make-color-map): Adapt.
12328
c5b40130
LL
123292011-03-25 Leo Liu <sdl.web@gmail.com>
12330
1f48f7d2
LL
12331 * midnight.el (midnight-time-float): Remove. Note it calculates
12332 the microsecond component incorrectly and seconds-to-time does the
12333 same job.
625897ec 12334 Remove redundant (require 'timer).
1f48f7d2 12335
c5b40130
LL
12336 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
12337 (ido-completions): Remove unused arguments. (Bug#8329)
12338
d86d2721
SM
123392011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12340
12341 * minibuffer.el (completion--flush-all-sorted-completions):
12342 Remove itself from hook.
12343 (completion-at-point): Let the functions perform the completion
12344 immediately and return nil or t.
12345 * comint.el (comint-dynamic-complete-functions): Now identical to
12346 completion-at-point-functions.
12347 (comint-dynamic-list-input-ring): Remove unused var `index'.
12348 (comint--match-partial-filename, comint--unquote&expand-filename):
12349 New funs, split from comint-match-partial-filename.
12350 (comint-dynamic-complete): Use completion-at-point.
12351 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
12352
e8974c48
DA
123532011-03-24 Drew Adams <drew.adams@oracle.com>
12354
12355 * thingatpt.el: Support `defun'.
12356
def71b5e
LL
123572011-03-23 Leo Liu <sdl.web@gmail.com>
12358
cb5af48e
LL
12359 * abbrevlist.el: Move to obsolete/abbrevlist.el.
12360
def71b5e
LL
12361 * help-mode.el (help-mode-finish): Tweak regexp.
12362
927c53e7
GM
123632011-03-23 Glenn Morris <rgm@gnu.org>
12364
18d05bed
GM
12365 * eshell/esh-opt.el (eshell-eval-using-options):
12366 Do not bind unused local variable `eshell-option-stub'.
12367
927c53e7
GM
12368 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
12369
9d0da923
JB
123702011-03-22 Juanma Barranquero <lekktu@gmail.com>
12371
12372 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
12373 keymap variable in `with-no-warnings' to avoid a warning when the
12374 keymap has been already `defconst'ed.
12375
4b978a67
LL
123762011-03-22 Leo Liu <sdl.web@gmail.com>
12377
12378 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
12379 encode all chars in abbrevs; otherwise use emacs-mule or
12380 utf-8-emacs. (Bug#8308)
12381
5fd62452
JB
123822011-03-22 Juanma Barranquero <lekktu@gmail.com>
12383
0b1596c6
JB
12384 * simple.el (backward-delete-char-untabify):
12385 Avoid warning about using `delete-backward-char'.
12386
5fd62452
JB
12387 * image.el (image-type-file-name-regexps): Make it variable.
12388 `imagemagick-register-types' modifies it, and the user may want
12389 to add new extensions for known image types.
12390 (imagemagick-register-types): Throw error if not using ImageMagick.
12391
0b4e93f1
LL
123922011-03-22 Leo Liu <sdl.web@gmail.com>
12393
12394 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
12395 located before rcirc-prompt-end-marker.
12396 (rcirc-complete): Error if point is not after rcirc prompt.
12397 Handle the case when table is nil.
9882e214 12398 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 12399
fccee4ab
CY
124002011-03-22 Chong Yidong <cyd@stupidchicken.com>
12401
12402 * custom.el (custom--inhibit-theme-enable): Make it affect only
12403 custom-theme-set-variables and custom-theme-set-faces.
12404 (provide-theme): Ignore custom--inhibit-theme-enable.
12405 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
12406 (custom-enabling-themes): Delete variable.
d86d2721
SM
12407 (enable-theme): Accept only loaded themes as arguments.
12408 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
12409 (custom-enabled-themes): Forbid themes from setting this.
12410 Eliminate use of custom-enabling-themes.
12411 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 12412
af896da6
LL
124132011-03-21 Leo Liu <sdl.web@gmail.com>
12414
12415 * ido.el (ido-read-internal): Add ido-selected to history instead
12416 of user input.
12417
78f64af0
SM
124182011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12419
12420 * subr.el (deferred-action-list, deferred-action-function):
12421 Mark obsolete.
12422
b16ac1ec
LL
124232011-03-21 Leo Liu <sdl.web@gmail.com>
12424
810f7698
LL
12425 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
12426 change on 2011-02-13 (bug#8309).
12427
b16ac1ec
LL
12428 * minibuffer.el (read-file-name-function): Change default value.
12429 (read-file-name--defaults): Rename from read-file-name-defaults.
12430 (read-file-name-default): Rename from read-file-name.
12431 (read-file-name): Call read-file-name-function.
12432
4e05e67e
GM
124332011-03-21 Glenn Morris <rgm@gnu.org>
12434
12435 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
12436 Doc fixes.
12437
4359915b
CY
124382011-03-21 Chong Yidong <cyd@stupidchicken.com>
12439
12440 * cus-theme.el: Add missing provide statement.
12441 (customize-create-theme): Extract theme value correctly.
12442 (custom-theme-visit-theme): Autoload.
12443 (customize-create-theme): Prompt before inserting default faces.
12444
1fe275ee
JB
124452011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12446
12447 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
12448 units and musical notes.
12449
cd394be1 124502011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
12451
12452 * ido.el (ido-read-internal): Use completing-read-default.
12453 (ido-completing-read): Fix compatibility with completing-read.
12454
7d476bde
CO
124552011-03-20 Christian Ohler <ohler@gnu.org>
12456
12457 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
12458 (ert-delete-all-tests): Use `called-interactively-p' rather than
12459 `interactive-p'.
12460 (ert--make-xrefs-region): Respect END.
12461
fe0fb33e
CY
124622011-03-19 Chong Yidong <cyd@stupidchicken.com>
12463
ff854b0b
CY
12464 * dired-aux.el (dired-create-directory): Signal an error if the
12465 directory already exists (Bug#8246).
12466
fe0fb33e
CY
12467 * facemenu.el (list-colors-display): Call list-faces-display
12468 inside with-help-window.
12469 (list-colors-print): Use display property to align the final
12470 column, instead of checking window-width.
12471
576bce32
EZ
124722011-03-19 Eli Zaretskii <eliz@gnu.org>
12473
4d61f28d 12474 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
12475 windows-nt systems.
12476 (emerge-protect-metachars): Quote correctly for ms-dos and
12477 windows-nt systems.
12478
89c41d68 124792011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
12480
12481 * info.el (info-initialize): Replace all uses of `:' with
12482 path-separator for compatibility with non-Unix systems.
12483 Cache quoting of path-separator. (Bug#8258)
12484
b14e3e21 124852011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
12486
12487 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
12488 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
12489 (mouse-avoidance-mode): Fix typos in docstrings.
12490
4525ce3e
CY
124912011-03-19 Chong Yidong <cyd@stupidchicken.com>
12492
12493 * startup.el (package-subdirectory-regexp): Move from package.el.
12494 Omit \\` and \\', and let callers add them.
12495
12496 * emacs-lisp/package.el (package-strip-version)
12497 (package-load-all-descriptors): Add \\` and \\' to
12498 package-subdirectory-regexp before using it.
12499 (package-untar-buffer): New arg DIR; ensure that file untars only
12500 into this expected directory. Remove superfluous delete-region.
12501 (package-unpack): Caller changed.
12502 (package-tar-file-info): Use package-subdirectory-regexp.
12503
a904a09a 125042011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 12505
a904a09a
SM
12506 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
12507 diff-mode-shared-map (bug#8284).
12508 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
12509
125102011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12511
12512 * calendar/time-date.el (format-seconds): Use assoc instead of
12513 assoc-string, since assoc-string doesn't exist in XEmacs.
12514
171fc304
JB
125152011-03-17 Juanma Barranquero <lekktu@gmail.com>
12516
12517 * custom.el (custom-known-themes): Reflow docstring.
12518 (custom-theme-load-path): Fix typo in docstring.
12519 (load-theme): Fix typo in error message.
12520 (custom-available-themes, custom-variable-theme-value):
12521 Use `let', not `let*'.
12522
d71990a1
JB
125232011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
12524
12525 * calc/README: Mention inclusion of musical notes.
12526
12527 * calc/calc-units.el (calc-lu-quant): Rename from
12528 `calc-logunits-quantity'.
12529 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
12530 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
12531 (calc-db): Rename from `calc-dblevel'.
12532 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
12533 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
12534 (calc-np): Rename from `calc-nplevel'.
12535 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
12536 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
12537 (calc-lu-plus): Rename from `calc-logunits-add'.
12538 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
12539 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
12540 (calc-lu-minus): Rename from `calc-logunits-sub'.
12541 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
12542 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
12543 (calc-lu-times): Rename from `calc-logunits-mul'.
12544 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
12545 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
12546 (calc-lu-divide): Rename from `calc-logunits-div'.
12547 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
12548 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
12549
12550 * calc/calc-ext.el (calc-init-extensions): Update the names of the
12551 functions being autoloaded.
12552
12553 * calc/calc.el (calc-lu-power-reference): Rename from
12554 `calc-logunits-power-reference'.
12555 (calc-lu-field-reference): Rename from
12556 `calc-logunits-field-reference'.
12557
7a71b18d
GM
12558 * calc/calc-help.el (calc-l-prefix-help):
12559 Mention musical note functions.
d71990a1 12560
40c2934b
SM
125612011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12562
12563 * minibuffer.el (completion-all-sorted-completions):
12564 Use :completion-cycle-penalty text property if present.
12565
b0911414
KM
125662011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
12567
12568 * allout.el (allout-yank-processing): Adjust for new rebulleting
12569 regime so bullet being yanked is used without prompting the user
12570 for a choice.
12571
8a05b668
JB
125722011-03-16 Juanma Barranquero <lekktu@gmail.com>
12573
12574 * startup.el (command-line): Warn the user that _emacs is deprecated.
12575
5ba5fb81
JB
125762011-03-16 Juanma Barranquero <lekktu@gmail.com>
12577
12578 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
12579 (delphi-verbose, delphi-comment-face, delphi-string-face)
12580 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
12581 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
12582 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
12583 (delphi-new-comment-line, delphi-font-lock-defaults)
12584 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
12585 Fix typos in docstrings.
12586
2dab465b
KM
125872011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
12588
5ba5fb81 12589 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
12590 Invert the roles of character and string values for INSTEAD, so a
12591 string is used for the more common case of a defaulting prompt.
12592
0adf5618
SM
125932011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12594
12595 * progmodes/ruby-mode.el (ruby-backward-sexp):
12596 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
12597 * play/gamegrid.el (gamegrid-make-face):
12598 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
12599 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
12600 * notifications.el (notifications-notify):
12601 * net/xesam.el (xesam-search-engines):
12602 * net/quickurl.el (quickurl-list-insert):
12603 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
12604
d72700e5
CY
126052011-03-15 Chong Yidong <cyd@stupidchicken.com>
12606
12607 * startup.el (command-line): Update package subdirectory regexp.
12608
49c5410a
SM
126092011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12610
c6eee9aa
SM
12611 * allout.el (allout-abbreviate-flattened-numbering)
12612 (allout-mode-deactivate-hook): Fix up obsolescence "date".
12613
49c5410a
SM
12614 * subr.el (read-char-choice): Only show the cursor after the prompt,
12615 not after the answer.
12616
047b2bb9
KR
126172011-03-15 Kevin Ryde <user42@zip.com.au>
12618
12619 * help-fns.el (variable-at-point): Skip leading quotes, if any
12620 (bug#8253).
12621
0a57d256
SM
126222011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12623
12624 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
12625 warning message.
12626
77c992bc
MA
126272011-03-14 Michael Albinus <michael.albinus@gmx.de>
12628
12629 * shell.el (shell): When called interactively, offer to change the
12630 shell file name on remote hosts.
12631
eebc475d
TZ
126322011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12633
12634 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
12635 integration for LDAP parameters. The host, base, user or binddn,
12636 and secret tokens can be specified in a netrc file, for instance.
12637 This is optional because an `auth-source' parameter must be
12638 specified in the search attributes.
12639
9d05d1ba
JB
126402011-03-13 Juanma Barranquero <lekktu@gmail.com>
12641
12642 * help.el (describe-mode): Link to the mode's definition (bug#8185).
12643
09d9db2c
GM
126442011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12645
12646 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
12647 into declaration. Remove redundant and harmful binding.
12648
126492011-03-12 Eli Zaretskii <eliz@gnu.org>
12650
12651 * files.el (file-ownership-preserved-p): Pass `integer' as an
12652 explicit 2nd argument to `file-attributes'. If the file's owner
12653 is the Administrators group on Windows, and the current user is
12654 Administrator, consider that a match.
12655
12656 * server.el (server-ensure-safe-dir): Consider server directory
12657 safe on MS-Windows if its owner is the Administrators group while
12658 the current Emacs user is Administrator. Use `=' to compare
12659 numerical UIDs, since they could be integers or floats.
12660
219bd536
JB
126612011-03-12 Juanma Barranquero <lekktu@gmail.com>
12662
12663 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
12664
f3afd36b
MA
126652011-03-12 Michael Albinus <michael.albinus@gmx.de>
12666
12667 Sync with Tramp 2.2.1.
12668
12669 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
12670
12671 * net/trampver.el: Update release number.
12672
3aaaa6f1
SM
126732011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12674
94642599
SM
12675 * progmodes/compile.el (compilation--previous-directory): Fix up
12676 various nil/dead-marker mismatches (bug#8014).
12677 (compilation-directory-properties, compilation-error-properties):
12678 Don't call it at a position past the one we're about to change.
12679
3aaaa6f1
SM
12680 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
12681 Disable obsolescence warnings in the file that declares it.
12682
14239447
KM
126832011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
12684
099c39a4
JB
12685 * allout-widgets.el (allout-widgets-tally):
12686 Initialize allout-widgets-tally as a hash table rather than nil to
12687 prevent mode-line redisplay warnings. Also, clarify the module
12688 description and fix a comment typo.
14239447 12689
135e287c
JB
126902011-03-11 Juanma Barranquero <lekktu@gmail.com>
12691
12692 * help-fns.el (describe-variable): Don't complete keywords.
12693 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
12694
ffbf300e
CY
126952011-03-10 Chong Yidong <cyd@stupidchicken.com>
12696
ba08b241
CY
12697 * emacs-lisp/package.el (package-version-join): Impose a standard
12698 string representation for pre/alpha/beta version lists.
12699 (package-unpack-single): Standardize the directory name by passing
12700 it through package-version-join.
12701 (package-strip-rcs-id): Accept any version string that does not
12702 signal an error in version-to-list.
ffbf300e 12703
f346fd6b
MA
127042011-03-10 Michael Albinus <michael.albinus@gmx.de>
12705
12706 * simple.el (delete-trailing-whitespace): Return nil for the
12707 benefit of `write-file-functions'.
12708
ccb55d27
GM
127092011-03-10 Glenn Morris <rgm@gnu.org>
12710
5ceaac0c
GM
12711 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
12712
02da65ff
GM
12713 * vc/vc-git.el (vc-git-program): New option.
12714 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
12715 (vc-git--call): Use it.
12716
b2f603cc
GM
12717 * eshell/esh-util.el (eshell-condition-case): Doc fix.
12718
5772caab
GM
12719 * cus-edit.el (Custom-newline): If no button at point, look
12720 for a subgroup button at start-of-line. (Bug#2298)
12721
ccb55d27
GM
12722 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
12723
ec6ecaed
JD
127242011-03-10 Julien Danjou <julien@danjou.info>
12725
12726 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
12727 `cursor-type' is nil.
12728
9d5aa01d
JB
127292011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
12730
12731 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
12732
b6a5875b
KM
127332011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
12734
7a71b18d 12735 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
12736 preserves the existing header prefix, rebulleting it if necessary,
12737 rather than replacing it. This is necessary for proper operation
12738 of cooperative addons like allout-widgets.
1154d12e
JB
12739 (allout-make-topic-prefix, allout-rebullet-heading):
12740 Change SOLICIT arg to INSTEAD, and interpret additionally a string
12741 value as alternate bullet to be used, instead of prompting the user
12742 for a bullet character.
b6a5875b 12743
ee545c35
MA
127442011-03-09 Michael Albinus <michael.albinus@gmx.de>
12745
d86d2721
SM
12746 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12747 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
12748 `tramp-default-port'.
12749
c47971d7
DD
127502011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12751
12752 * net/rcirc.el (rcirc-handler-001): Remove useless
12753 with-rcirc-process-buffer.
12754 (rcirc-check-auth-status): Swap arguments to string-match.
12755
13522cb4
GM
127562011-03-09 Glenn Morris <rgm@gnu.org>
12757
0be6f4f1
GM
12758 * shell.el (shell-mode):
12759 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
12760
13522cb4
GM
12761 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
12762 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
12763
515de2e3
CY
127642011-03-08 Chong Yidong <cyd@stupidchicken.com>
12765
12766 * emacs-lisp/package.el (package-refresh-contents)
12767 (package-menu-execute): Use condition-case-no-debug.
12768
b511b994
MA
127692011-03-08 Michael Albinus <michael.albinus@gmx.de>
12770
12771 * simple.el (shell-command-to-string): Use `process-file'.
12772
12773 * emacs-lisp/package.el (package-tar-file-info): Handle also
12774 remote files.
12775
d86d2721
SM
12776 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12777 Use `equal' for upload base check.
b511b994 12778
25bbfb31
AM
127792011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
12780
12781 * textmodes/texinfo.el (texinfo-environments):
12782 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
12783
be996521
GM
127842011-03-08 Glenn Morris <rgm@gnu.org>
12785
e9c8529f
GM
12786 * cus-start.el (cursor-in-non-selected-windows):
12787 Fix :set quoting oddness. (Bug#8192)
12788
be996521
GM
12789 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
12790 in some setf expressions. (Bug#2159)
12791
2bb5649e
CY
127922011-03-08 Chong Yidong <cyd@stupidchicken.com>
12793
12794 * custom.el (custom-available-themes): Return themes in
12795 alphabetical order.
12796
33383987 12797See ChangeLog.15 for earlier changes.
e3d51b27
MR
12798
12799;; Local Variables:
12800;; coding: utf-8
e3d51b27
MR
12801;; End:
12802
acaf905b 12803 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
12804
12805 This file is part of GNU Emacs.
12806
12807 GNU Emacs is free software: you can redistribute it and/or modify
12808 it under the terms of the GNU General Public License as published by
12809 the Free Software Foundation, either version 3 of the License, or
12810 (at your option) any later version.
12811
12812 GNU Emacs is distributed in the hope that it will be useful,
12813 but WITHOUT ANY WARRANTY; without even the implied warranty of
12814 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12815 GNU General Public License for more details.
12816
12817 You should have received a copy of the GNU General Public License
12818 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.