* dired.el (dired-goto-file): Recognize absolute file name listings.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
82dcf4e4
CY
12012-03-10 Chong Yidong <cyd@gnu.org>
2
3 * dired.el (dired-goto-file): Recognize absolute file name
4 listings (Bug#7126).
5 (dired-goto-file-1): New helper function.
6 (dired-toggle-read-only): Inhibit warnings.
7
052e28ac
MA
82012-03-09 Michael Albinus <michael.albinus@gmx.de>
9
10 * net/dbus.el: (dbus-property-handler): Return empty array if
11 there are no properties.
12
95d5e396
LL
132012-03-09 Leo Liu <sdl.web@gmail.com>
14
15 * savehist.el (savehist-printable): Stricter check for string
16 value (Bug#10937).
17
3f018d6d
EZ
182012-03-09 Eli Zaretskii <eliz@gnu.org>
19
20 * mail/smtpmail.el (smtpmail-send-it): Bind
21 coding-system-for-write to *-unix, so that FCC files are kept in
22 valid mbox format.
23
f7fd3d79
GM
242012-03-09 Glenn Morris <rgm@gnu.org>
25
26 * files.el (dir-locals-find-file):
27 Don't check result is regular, readable.
28 (dir-locals-read-from-file): Demote errors.
29
6ff6e72f
EZ
302012-03-08 Eli Zaretskii <eliz@gnu.org>
31
32 * international/quail.el (quail-insert-kbd-layout): Insert
33 invisible LRM characters before each character in a keyboard
34 layout cell, to prevent their reordering by bidi display engine.
35 For details, see the discussion in
36 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
37
9cec7834
AM
382012-03-08 Alan Mackenzie <acm@muc.de>
39
40 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
41 the starting position; make it extend the marked region when
42 invoked repeatedly - all under appropriate circumstances.
43 Fixes bugs #5525, #10906.
44
9a40b8d4
GM
452012-03-08 Glenn Morris <rgm@gnu.org>
46
47 * files.el (locate-dominating-file, dir-locals-find-file):
48 Undo 2012-03-06 change.
49
7a08ed35
EZ
502012-03-07 Eli Zaretskii <eliz@gnu.org>
51
52 * international/quail.el (quail-help): Force
53 bidi-paragraph-direction be left-to-right. See discussion in
54 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
55 for the reason.
56
5aca4f71 572012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
58
59 Avoid superfluous registering of signals. (Bug#10807)
60
61 * notifications.el (notifications-on-action-object)
62 (notifications-on-close-object): New defvars.
63 (notifications-on-action-signal, notifications-on-closed-signal):
64 Unregister the signal if not needed any longer.
65 (notifications-notify): Register `notifications-action-signal' or
66 `notifications-closed-signal', if :on-action or :on-close has been
67 passed as argument.
68
78e8b10a
CY
692012-03-07 Chong Yidong <cyd@gnu.org>
70
71 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
72 non-X platforms.
73
69481eb8
GM
742012-03-06 Glenn Morris <rgm@gnu.org>
75
76 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
77 (x-disown-selection-internal, x-get-selection-internal):
78 Doc fix (add arglist signatures). (Bug#10783)
79
133b8e11
KS
802012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
81
82 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
83 Handle breakpoints with no "type".
84
99a83064
GM
852012-03-06 Glenn Morris <rgm@gnu.org>
86
87 * files.el (locate-dominating-file): Add optional predicate argument.
88 (dir-locals-find-file): Make use of above change.
89
17798e78
TTN
902012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
91
92 * info.el (Info-insert-dir): Also try "dir.gz".
93
eb182446
GM
942012-03-06 Glenn Morris <rgm@gnu.org>
95
8f2114ee
GM
96 * files.el (dir-locals-find-file):
97 Ignore non-readable or non-regular files. (Bug#10928)
98
eb182446
GM
99 * files.el (locate-dominating-file): Doc fix.
100
24679323
AS
1012012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
102
103 * calendar/calendar.el (calendar-set-mode-line):
104 `getenv' returns a string. (Bug#10951)
105
01d972a9
LL
1062012-03-05 Leo Liu <sdl.web@gmail.com>
107
109aa8a9
LL
108 * simple.el (backward-delete-char-untabify): Constrain point to
109 field (Bug#10939).
110
01d972a9
LL
111 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
112
10607bea
CY
1132012-03-05 Chong Yidong <cyd@gnu.org>
114
115 * simple.el (count-words): If called from Lisp, return the word
116 count, for symmetry with `count-lines'. Arglist changed.
117 (count-words--message): Args changed. Consolidate counting code
118 from count-words and count-words-region.
119 (count-words-region): Caller changed.
120 (count-lines-region): Make it an obsolete alias.
121
5dd11cfe
TH
1222012-03-04 Tassilo Horn <tassilo@member.fsf.org>
123
124 * saveplace.el (save-place-to-alist)
125 (save-place-ignore-files-regexp): Allow value nil to disable this
126 feature.
127
c349f4e6
CY
1282012-03-04 Chong Yidong <cyd@gnu.org>
129
130 * faces.el (face-spec-reset-face): For the default face, reset the
131 attributes to default values (Bug#10748).
132
e627be4c
LMI
1332012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
134
135 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
136 previous patch: Check `message-send-mail-function', and not the
137 default function (bug#10897).
138
ebeabff4
MA
1392012-03-04 Michael Albinus <michael.albinus@gmx.de>
140
a41a6cf4
MA
141 * notifications.el (notifications-on-action-signal)
142 (notifications-on-closed-signal): Check for unique service name of
143 incoming event. Fix error in removing entry.
ebeabff4 144 (top): Register for signals with wildcard service name.
a41a6cf4 145 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 146
c1ca42b4
CY
1472012-03-04 Chong Yidong <cyd@gnu.org>
148
149 * cus-start.el: Make x-select-enable-clipboard-manager
150 customizable.
151
ea16568d
GM
1522012-03-04 Glenn Morris <rgm@gnu.org>
153
154 * abbrev.el (copy-abbrev-table, abbrev-table-p)
155 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
156 (expand-abbrev, define-abbrev-table): Doc fixes.
157
fbae4637
LMI
1582012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
159
160 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
161 `message-default-send-mail-function' and not `send-mail-function'
162 when doing the prompting for `sendmail-query-once' before sending
163 in Message buffers (bug#10897).
164
a1e7225c
LMI
165 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
166 This is inconsistent with all the other stream functions, which leave
167 the setting up to the higher levels (if so wanted) (bug#10931).
168
56d093a9
AM
1692012-03-02 Alan Mackenzie <acm@muc.de>
170
171 Depessimize the handling of very large macros.
172
173 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
174 (c-macro-cache-syntactic): New variables to implement a one
175 element macro cache.
176 (c-invalidate-macro-cache): New function.
177 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
178 Adapt to use the new cache.
179 (c-state-safe-place): Use better the cache of safe positions.
180 (c-state-semi-nonlit-pos-cache)
181 (c-state-semi-nonlit-pos-cache-limit):
182 New variables for...
183 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
184 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
185 (c-in-literal, c-literal-limits, c-determine-limit-get-base): Use
186 c-state-semi-safe-place.
187
188 * progmodes/cc-langs.el (c-get-state-before-change-functions): Add
189 c-invalidate-macro-cache to the C, C++, Obj entries.
190
817e5c3d
MA
1912012-03-02 Michael Albinus <michael.albinus@gmx.de>
192
193 * jka-compr.el (jka-compr-call-process): Apply
194 `file-accessible-directory-p' only when the default directory is
195 not remote.
196
a032a702
MA
1972012-03-01 Michael Albinus <michael.albinus@gmx.de>
198
199 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
200 access of FILE2, if FILE1 does not exist.
201
99a54f21
MA
202 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
203 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
204
205 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
206 Add "PAGER=" to `process-environment'.
207
f6561e1f
MM
2082012-03-01 Michael R. Mauger <mmaug@yahoo.com>
209
210 * progmodes/sql.el: Bug fix
211 (sql-get-login-ext): Save login values in globals.
212 (sql-get-login): Use new version of `sql-get-login-ext'.
213 (sql-interactive-mode): Set global `sql-connection' to nil.
214 (sql-connect): Set global values for connection.
215 (sql-product-interactive): Save global values as buffer local.
216
2d44d9cc
LL
2172012-02-29 Leo Liu <sdl.web@gmail.com>
218
219 * abbrev.el (define-abbrevs): Reset sys to nil.
220
96b49301 2212012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
222
bf7f9bc5
JB
223 * files.el (file-equal-p): Rename from `files-equal-p'.
224 Return nil when one or both files don't exist.
96b49301 225 (file-subdir-of-p): Now only top directory must exists,
226 return nil if it doesn't.
bf7f9bc5
JB
227 (copy-directory): No need to test with `file-subdir-of-p' after
228 creating dir.
229 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
230 to `file-equal-p'.
96b49301 231
44e97401
GM
2322012-02-28 Glenn Morris <rgm@gnu.org>
233
234 * shell.el (shell-mode):
235 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
236 * play/landmark.el (landmark-font-lock-face-O):
237 * play/handwrite.el (handwrite):
238 * play/gomoku.el (gomoku-O):
239 * net/browse-url.el (browse-url-browser-display):
240 * international/mule.el (define-charset):
241 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
242 * filesets.el (filesets-find-file-delay):
243 * eshell/em-xtra.el (eshell-xtra):
244 * eshell/em-unix.el (eshell-grep):
245 * emulation/viper.el (viper-mode):
246 * emacs-lisp/regexp-opt.el (regexp-opt-group):
247 * emacs-lisp/easymenu.el (easy-menu-define):
248 * calendar/timeclock.el (timeclock-use-display-time):
249 * bs.el (bs-mode):
250 * bookmark.el (bookmark-save-flag):
251 Doc fix (standardize possessive apostrophe usage).
252
c98c6276
CY
2532012-02-27 Chong Yidong <cyd@gnu.org>
254
bf7f9bc5
JB
255 * emulation/viper-cmd.el (viper-intercept-ESC-key):
256 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 257
c98c6276
CY
258 * font-lock.el (font-lock-specified-p): Rename from
259 font-lock-spec-present. Callers changed.
260
9c62cd04 2612012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 262
bf7f9bc5
JB
263 * emacs-lisp/package.el (package-compute-transaction):
264 Handle holding a package version to t in package-load-list.
8ac9e529 265
530739c9
MA
2662012-02-26 Michael Albinus <michael.albinus@gmx.de>
267
268 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
269 (tramp-get-inode, tramp-get-device): Use cached values.
270
487915d7
AM
2712012-02-26 Alan Mackenzie <acm@muc.de>
272
273 Check there is a font-lock specification before doing initial
274 fontification.
275
276 * font-core.el (font-lock-mode): Move the conditional from
277 :after-hook to font-lock-initial-fontify.
278 (font-lock-default-function): Move the check for a specification
279 to font-lock-spec-present.
280
281 * font-lock.el (font-lock-initial-fontify): call ...
282 (font-lock-spec-present): New function.
283
4fd96557
JB
2842012-02-26 Jim Blandy <jimb@red-bean.com>
285
286 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
287 (gdb-send): Apply it to the operand of the '-interpreter-exec
288 console' command, so that we can pass arguments with (say) quotes
289 in them. Store exact string sent in gdb-debug-log (Bug#10765).
290
9a4888c0
CY
2912012-02-26 Chong Yidong <cyd@gnu.org>
292
07498861
CY
293 * help-fns.el (describe-function-1): Clarify description of
294 remapping (Bug#10844).
295
9a4888c0
CY
296 * files.el (files-equal-p): Doc fix.
297 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
298 and quit the loop once a mismatch is found.
299
ea8fb88d
JB
3002012-02-25 Juanma Barranquero <lekktu@gmail.com>
301
302 * bs.el (bs--show-with-configuration): Don't throw an error
303 if the window cannot be split; otherwise, subsequent calls to
304 bs-show fail, restoring a stale window config. (Bug#10882)
305
525795c1
JD
3062012-02-25 Jan Djärv <jan.h.d@swipnet.se>
307
308 * term/ns-win.el (global-map): Bind ns-drag-file to
309 ns-find-file (Bug#5855, Bug#10050).
310
f008086f
AS
3112012-02-25 Andreas Schwab <schwab@linux-m68k.org>
312
313 * calendar/parse-time.el (parse-time-string): Allow extractor to
314 return nil.
315
a3fcfa99
MA
3162012-02-25 Michael Albinus <michael.albinus@gmx.de>
317
91027d08
JB
318 * net/tramp.el (tramp-file-name-for-operation):
319 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
320
321 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
322 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
323 Add COPY-CONTENTS argument.
a3fcfa99 324
67b0de11
CY
3252012-02-25 Chong Yidong <cyd@gnu.org>
326
327 Add custom groups for VC backends, for consistency with vc-bzr.
328
329 * vc/vc-arch.el (vc-arch):
330 * vc/vc-cvs.el (vc-cvs):
331 * vc/vc-git.el (vc-git):
332 * vc/vc-hg.el (vc-hg):
333 * vc/vc-mtn.el (vc-mtn):
334 * vc/vc-rcs.el (vc-rcs):
335 * vc/vc-sccs.el (vc-sccs):
336 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
337 All relevant defcustoms reassigned.
338
3c9dfce6
CY
3392012-02-25 Chong Yidong <cyd@gnu.org>
340
1339bf43
CY
341 * newcomment.el (comment-styles): Add autoload (Bug#10868).
342
3c9dfce6
CY
343 * term/x-win.el (x-initialize-window-system): Reduce default for
344 x-selection-timeout to 5 seconds (Bug#8869).
345
53a46cd0 3462012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 347
53a46cd0 348 * files.el (file-subdir-of-p): Fix typo.
14a8a663 349
25b2e303 3502012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
351
ec70a47d
GM
352 * files.el (files-equal-p, file-subdir-of-p): New functions.
353 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 354 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
355 * dired-aux.el (dired-copy-file-recursive): Same.
356 (dired-create-files): Modify destination when source is equal to
357 dest when copying files.
53a46cd0 358 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 359
914260cd
MA
3602012-02-24 Michael Albinus <michael.albinus@gmx.de>
361
362 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
363 (Bug#10874)
364
2cb228f7
AM
3652012-02-23 Alan Mackenzie <acm@muc.de>
366
367 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
368 parameter "after-hook:" to allow the expansion to run code after
369 the execution of the mode hooks.
370
371 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 372 from font-lock-mode-internal.
2cb228f7 373
91027d08 374 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
375 :after-hook.
376
8f0fde21
SM
3772012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
378
3e88618b
SM
379 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
380 (completion--cache-all-sorted-completions): New function.
381 (completion-all-sorted-completions): Use it.
382 (completion--do-completion, minibuffer-force-complete):
383 Use it to re-instate the flush hook.
384
8f0fde21
SM
385 * icomplete.el (icomplete-completions): Replace last fix with a better
386 one (bug#10850).
387
8e911f6f
DG
3882012-02-23 Dmitry Gutov <dgutov@yandex.ru>
389
390 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
391 when it might call us back infinitely (bug#10797).
392
49fe4321
GM
3932012-02-23 Glenn Morris <rgm@gnu.org>
394
395 * minibuffer.el (completion-category-overrides): Doc fix.
396
b291b572
SM
3972012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * minibuffer.el (completion-table-with-context): Fix inf-loop.
400 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
401
31a9ef2e
GM
4022012-02-23 Glenn Morris <rgm@gnu.org>
403
5e6e6794 404 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
405 (authors-obsolete-files-regexps, authors-ignored-files)
406 (authors-ambiguous-files, authors-renamed-files-alist):
407 Add more entries.
408
0bd1e074
JL
4092012-02-23 Juri Linkov <juri@jurta.org>
410
411 * isearch.el (isearch-occur): Sync interactive spec with occur's
412 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
413
b617673c
JL
414 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
415
19e9789e
JL
4162012-02-22 Juri Linkov <juri@jurta.org>
417
418 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
419 (ucs-insert): Doc fix. Check for hex digits in the string.
420 Don't display `nil' in the error message. (Bug#10857)
421
f41ce09d
AM
4222012-02-22 Alan Mackenzie <acm@muc.de>
423
7a71b18d 424 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 425
ac2eceee
GM
4262012-02-22 Glenn Morris <rgm@gnu.org>
427
428 * ffap.el (ffap-c-path):
429 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
430
abd1f678
CY
4312012-02-22 Chong Yidong <cyd@gnu.org>
432
433 * custom.el (load-theme): Doc fix.
434
f25aef2e
GM
4352012-02-22 Glenn Morris <rgm@gnu.org>
436
437 * dired-x.el (dired-guess-shell-alist-default):
438 Remove escape sequences from nroff output. (Bug#172)
439
5f8dc2ca
GM
4402012-02-21 Glenn Morris <rgm@gnu.org>
441
6ff86ec4
GM
442 * vc/emerge.el (emerge-defvar-local):
443 Set `permanent-local' property rather than unused `preserved'.
444
be3223a3 445 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
446 (picture-mode-map): Use it. (Bug#10860)
447 (picture-mode): Doc fix.
448
3fe58f4f
JB
4492012-02-21 Juanma Barranquero <lekktu@gmail.com>
450
451 * newcomment.el (uncomment-region-default): Remove unused binding.
452
f9a998c3
GM
4532012-02-21 Glenn Morris <rgm@gnu.org>
454
455 * textmodes/picture.el (picture-motion, picture-motion-reverse)
456 (picture-self-insert, picture-tab-chars): Doc fix.
457 (picture-mode-map): Fix C-a, C-e.
458
c6029348
GM
4592012-02-20 Glenn Morris <rgm@gnu.org>
460
461 * emacs-lisp/authors.el (authors-aliases): Add another entry.
462
ab1ce9d7
LL
4632012-02-20 Leo Liu <sdl.web@gmail.com>
464
465 * icomplete.el (icomplete-completions): Check FROM arg before
466 passing to substring (Bug#10850).
467
0fd40f89
CY
4682012-02-19 Chong Yidong <cyd@gnu.org>
469
470 * comint.el: Require ansi-color.
471 (comint-output-filter-functions): Add ansi-color-process-output.
472
473 * ansi-color.el: Don't set comint-output-filter-functions; it is
474 now in the initial value defined in comint.el.
475 (ansi-color-apply-face-function): New variable.
476 (ansi-color-apply-on-region): Use it.
477 (ansi-color-apply-overlay-face): New function.
478
479 * shell.el (shell): No need to require ansi-color.
480 (shell-mode): Use ansi-color-apply-face-function to highlight
481 color escapes using font-lock-face property (Bug#10835).
482
20af2394
CY
4832012-02-19 Chong Yidong <cyd@gnu.org>
484
485 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
486 mode-line formats (Bug#10839).
487
e23a3fbe
GM
4882012-02-18 Glenn Morris <rgm@gnu.org>
489
b474519e
GM
490 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
491
492 * mail/undigest.el (unforward-rmail-message): Doc fix.
493
e23a3fbe
GM
494 * saveplace.el (save-place-ignore-files-regexp): Add :version.
495
57939ff4
EZ
4962012-02-18 Eli Zaretskii <eliz@gnu.org>
497
498 * international/characters.el (script-list): Sync with the latest
499 Unicode Character Database.
500
0c23686e
AS
5012012-02-18 Andreas Schwab <schwab@linux-m68k.org>
502
503 * international/titdic-cnv.el: Remove duplicate coding tag.
504 * language/cham.el: Likewise.
505 * language/tai-viet.el: Likewise.
506
6818b449
GM
5072012-02-18 Glenn Morris <rgm@gnu.org>
508
509 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
510 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
511 (calendar-bahai-all-holidays-flag, calendar-other-dates):
512 * calendar/diary-lib.el (diary-abbreviated-year-flag):
513 * calendar/holidays.el (holiday-bahai-holidays)
514 (calendar-holidays, list-holidays):
515 Use utf-8 Bahá'í in doc-strings, menus, etc.
516
0311a3fc
TH
5172012-02-17 Tassilo Horn <tassilo@member.fsf.org>
518
519 * saveplace.el (save-place-ignore-files-regexp): New variable
520 allowing for excluding files from saving their location of point.
521 The default value matches the temporary commit message editing
522 files from Git, SVN, Bazaar, and Mercurial.
523 (save-place-to-alist): Use it.
524
eb864a71
LM
5252012-02-17 Lawrence Mitchell <wence@gmx.li>
526 Stefan Monnier <monnier@iro.umontreal.ca>
527
528 * newcomment.el (uncomment-region-default): Don't leave extra space
529 when an arg is provided (bug#8150).
530
ee0ce425
TZ
5312012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
532
eb864a71 533 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 534
95ddf442
GM
5352012-02-17 Glenn Morris <rgm@gnu.org>
536
537 * net/socks.el: Require network-stream. (Bug#10599)
538
48dd1e39 5392012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
540
541 * international/charprop.el:
542 * international/uni-name.el:
543 * international/uni-old-name.el:
544 * international/uni-comment.el: Regenerate.
545
d68cd087
GM
5462012-02-16 Glenn Morris <rgm@gnu.org>
547
548 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
549 Interactively in calendar buffer, give an error if not on a date.
550
13932042
GM
5512012-02-15 Glenn Morris <rgm@gnu.org>
552
553 * shell.el (shell-delimiter-argument-list):
554 Revert 2011-02-17 change. (Bug#8027)
555
c3a70e2b
CY
5562012-02-15 Chong Yidong <cyd@gnu.org>
557
60236b0d
CY
558 * minibuffer.el (completion-at-point-functions): Doc fix.
559
c3a70e2b
CY
560 * custom.el (defcustom): Doc fix; note use of defvar.
561
9f26dc24
GM
5622012-02-15 Glenn Morris <rgm@gnu.org>
563
564 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
565 Doc fixes.
566
6546b134
GM
5672012-02-14 Glenn Morris <rgm@gnu.org>
568
569 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
570
d29b2b4c
LI
5712012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
572
573 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
574 way the ports list is computed.
835bdcba
LI
575 (smtpmail-query-smtp-server): Prompt the user for a port number if
576 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 577
08dcdbc9
TZ
5782012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
579
580 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
581
2605051a
GM
5822012-02-13 Glenn Morris <rgm@gnu.org>
583
584 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
585
7ee99f32
TZ
5862012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
587
588 * net/gnutls.el (gnutls-trustfiles): New variable.
589 (gnutls-negotiate): Use it.
590
5f0af64f
LI
5912012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
592
593 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
594 does its stuff if Gnus is running.
595
c14fcc95
AM
5962012-02-13 Alan Mackenzie <acm@muc.de>
597
598 Fix a loop in c-set-fl-decl-start.
599
7a71b18d 600 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
601 c-backward-syntactic-ws actually moves backwards.
602
142b4d90
LL
6032012-02-13 Leo Liu <sdl.web@gmail.com>
604
605 * net/rcirc.el (rcirc-markup-attributes): Move point to the
606 beginning so that all \C-o chars are removed.
607
fa9958a6
TZ
6082012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
609
610 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group
611 tag.
612
0bc5886a
AM
6132012-02-12 Alan Mackenzie <acm@muc.de>
614
615 Fix infinite loop with long macros.
616 * cc-engine.el (c-state-safe-place): Handle macros properly.
617
d4bd55e7
CY
6182012-02-12 Chong Yidong <cyd@gnu.org>
619
620 * window.el (display-buffer): Doc fix (Bug#10785).
621
66f3fe22
GM
6222012-02-12 Glenn Morris <rgm@gnu.org>
623
bd7da63e
GM
624 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
625 (x-disown-selection-internal, x-get-selection-internal):
626 Sync docs with the xselect.c versions.
627
66f3fe22
GM
628 * allout-widgets.el: Add missing license notice.
629
3e0d2fa7
GM
6302012-02-11 Glenn Morris <rgm@gnu.org>
631
cfecdf09
GM
632 * select.el (x-get-selection-internal, x-own-selection-internal)
633 (x-disown-selection-internal):
634 * x-dnd.el (x-get-selection-internal): Update declarations.
635
6d216d7f
GM
636 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
637
2bed3f04
GM
638 * window.el (window-sides-slots):
639 * tool-bar.el (tool-bar-position):
640 * term/xterm.el (xterm-extra-capabilities):
641 * ses.el (ses-self-reference-early-detection):
642 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
643 (verilog-auto-wire-type)
644 (verilog-auto-delete-trailing-whitespace)
645 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
646 (verilog-auto-tieoff-declaration):
647 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
648 (sql-oracle-statement-starters, sql-oracle-scan-on):
649 * progmodes/prolog.el (prolog-align-comments-flag)
650 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
651 (prolog-left-indent-regexp, prolog-paren-indent-p)
652 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
653 (prolog-types, prolog-mode-specificators)
654 (prolog-determinism-specificators, prolog-directives)
655 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
656 (prolog-electric-dot-flag)
657 (prolog-electric-dot-full-predicate-template)
658 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
659 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
660 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
661 (prolog-program-switches, prolog-prompt-regexp)
662 (prolog-debug-on-string, prolog-debug-off-string)
663 (prolog-trace-on-string, prolog-trace-off-string)
664 (prolog-zip-on-string, prolog-zip-off-string)
665 (prolog-use-standard-consult-compile-method-flag)
666 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
667 (prolog-imenu-max-lines, prolog-info-predicate-index)
668 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
669 (prolog-char-quote-workaround):
670 * progmodes/cc-vars.el (c-defun-tactic):
671 * net/tramp.el (tramp-encoding-command-interactive)
672 (tramp-local-end-of-line):
673 * net/soap-client.el (soap-client):
674 * net/netrc.el (netrc-file):
675 * net/gnutls.el (gnutls):
676 * minibuffer.el (completion-category-overrides)
677 (completion-cycle-threshold)
678 (completion-pcm-complete-word-inserts-delimiters):
679 * man.el (Man-name-local-regexp):
680 * mail/feedmail.el (feedmail-display-full-frame):
681 * international/characters.el (glyphless-char-display-control):
682 * eshell/em-ls.el (eshell-ls-date-format):
683 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
684 (lisp-lambda-list-keyword-parameter-indentation)
685 (lisp-lambda-list-keyword-parameter-alignment):
686 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
687 * dired-x.el (dired-omit-verbose):
688 * cus-theme.el (custom-theme-allow-multiple-selections):
689 * calc/calc.el (calc-highlight-selections-with-faces)
690 (calc-lu-field-reference, calc-lu-power-reference)
691 (calc-note-threshold):
692 * battery.el (battery-mode-line-limit):
693 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
694 (archive-7z-update):
695 * allout.el (allout-prefixed-keybindings)
696 (allout-unprefixed-keybindings)
697 (allout-inhibit-auto-fill-on-headline)
698 (allout-flattened-numbering-abbreviation):
699 * allout-widgets.el (allout-widgets-auto-activation)
700 (allout-widgets-icons-dark-subdir)
701 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
702 (allout-widgets-theme-dark-background)
703 (allout-widgets-theme-light-background)
704 (allout-widgets-item-image-properties-emacs)
705 (allout-widgets-item-image-properties-xemacs)
706 (allout-widgets-run-unit-tests-on-load)
707 (allout-widgets-time-decoration-activity)
708 (allout-widgets-hook-error-post-time)
709 (allout-widgets-track-decoration):
710 Add missing :version tags to new defcustoms and defgroups.
711
5fec1b8e
GM
712 * progmodes/sql.el (sql-ansi-statement-starters)
713 (sql-oracle-statement-starters): Add custom type.
714
3e0d2fa7
GM
715 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
716 (prolog-system-version): Give it a type.
717
90b671e2
EZ
7182012-02-11 Eli Zaretskii <eliz@gnu.org>
719
720 * term/pc-win.el (x-select-text, x-selection-owner-p)
721 (x-own-selection-internal, x-disown-selection-internal)
722 (x-get-selection-internal): Sync doc strings and argument lists
723 with xselect.c, common-win.el and x-win.el. (Bug#10783)
724
5eac0c02
LL
7252012-02-11 Leo Liu <sdl.web@gmail.com>
726
727 * progmodes/python.el (python-end-of-statement): Fix infinite
728 loop. (Bug#10788)
729
f82cb659
GM
7302012-02-10 Glenn Morris <rgm@gnu.org>
731
732 * international/mule-cmds.el (unify-8859-on-encoding-mode)
733 (unify-8859-on-decoding-mode): Properly mark as obsolete.
734
cc26d239
LI
7352012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
736
737 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
738 about SMTP before checking the From header.
739
91027d08 740 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
741 into own function for reuse by emacsbug.el.
742
1be3ca5a
LL
7432012-02-10 Leo Liu <sdl.web@gmail.com>
744
745 * subr.el (condition-case-unless-debug): Rename from
746 condition-case-no-debug. All callers changed.
747 (with-demoted-errors): Fix caller.
748
749 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
750 * nxml/rng-valid.el (rng-do-some-validation):
751 * emacs-lisp/package.el (package-refresh-contents)
752 (package-menu-execute):
753 * desktop.el (desktop-create-buffer):
91027d08 754 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 755
b011fbfe
GM
7562012-02-10 Glenn Morris <rgm@gnu.org>
757
b2096d72
GM
758 * textmodes/bibtex.el:
759 Add missing :version tags for new/changed defcustoms.
760
b011fbfe
GM
761 * files.el (remote-file-name-inhibit-cache): Doc fixes.
762
4c7e65bf
LI
7632012-02-09 Lars Ingebrigtsen <larsi@rusty>
764
765 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
766 (smtpmail-via-smtp): Use it, or fall back on the From address.
767 (smtpmail-send-it): Ditto.
768
f3934f6f
SM
7692012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
770
771 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
772 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
773 (byte-compile-tmp-var): New const.
774 (byte-compile-defvar): Use it to minimize .elc size.
775 Just use `defvar' rather than simulate it (bug#10761).
776
a075a2c5
GM
7772012-02-09 Glenn Morris <rgm@gnu.org>
778
cf3aa21b
GM
779 * files.el (rename-uniquely): Doc fix. (Bug#3806)
780
354998cd
GM
781 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
782 Add :version tags.
783
83274125 784 * progmodes/compile.el (compilation-first-column)
34c071c6 785 (compilation-error-screen-columns, compilation-filter-start): Doc fixes.
83274125 786
dab3703d
GM
787 * vc/log-view.el (log-view-toggle-entry-display):
788 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
789
3f88cd72
GM
790 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
791 (report-emacs-bug-can-use-xdg-email):
792 (report-emacs-bug-insert-to-mailer): Doc fixes.
793 (report-emacs-bug): Message fix.
794
d95b247d
GM
795 * net/browse-url.el (browse-url-can-use-xdg-open)
796 (browse-url-xdg-open): Doc fixes.
797
a075a2c5
GM
798 * electric.el (electric-indent-mode, electric-pair-mode)
799 (electric-layout-rules, electric-layout-mode): Doc fixes.
800 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
801
ffb6157e
MR
8022012-02-08 Martin Rudalics <rudalics@gmx.at>
803
804 * server.el (server-unselect-display): Don't inadvertently kill
805 the current buffer. (Bug#10729)
806
e1ac4066
GM
8072012-02-08 Glenn Morris <rgm@gnu.org>
808
34e8a2da
GM
809 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
810 (sql-list-table): Doc fixes.
811
b4ac6e8c
GM
812 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
813 Comment out (does nothing).
814
e1ac4066
GM
815 * completion.el (dynamic-completion-mode):
816 * dirtrack.el (dirtrack-debug-mode):
817 * electric.el (electric-layout-mode):
818 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
819 * face-remap.el (text-scale-mode, buffer-face-mode):
820 * iimage.el (iimage-mode):
821 * image-mode.el (image-transform-mode):
822 * minibuffer.el (completion-in-region-mode):
823 * scroll-lock.el (scroll-lock-mode):
824 * simple.el (next-error-follow-minor-mode):
825 * tar-mode.el (tar-subfile-mode):
826 * tooltip.el (tooltip-mode):
827 * vcursor.el (vcursor-use-vcursor-map):
828 * wid-browse.el (widget-minor-mode):
829 * emulation/tpu-edt.el (tpu-edt-mode):
830 * emulation/tpu-extras.el (tpu-cursor-free-mode):
831 * international/iso-ascii.el (iso-ascii-mode):
832 * language/thai-util.el (thai-word-mode):
833 * mail/supercite.el (sc-minor-mode):
834 * net/goto-addr.el (goto-address-mode):
835 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
836 * progmodes/cwarn.el (cwarn-mode):
837 * progmodes/flymake.el (flymake-mode):
838 * progmodes/glasses.el (glasses-mode):
839 * progmodes/hideshow.el (hs-minor-mode):
840 * progmodes/pascal.el (pascal-outline-mode):
841 * textmodes/enriched.el (enriched-mode):
842 * vc/smerge-mode.el (smerge-mode):
843 Doc fixes (minor mode argument).
844
5e0d957f
EZ
8452012-02-07 Eli Zaretskii <eliz@gnu.org>
846
847 * ls-lisp.el (ls-lisp-sanitize): New function.
848 (ls-lisp-insert-directory): Use it to fix or remove any elements
849 in file-alist with missing attributes. (Bug#4673)
850
98d7371e
AM
8512012-02-07 Alan Mackenzie <acm@muc.de>
852
853 Fix spurious recognition of c-in-knr-argdecl.
854
855 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
856 putative K&R region.
857
667ced3a
AM
8582012-02-07 Alan Mackenzie <acm@muc.de>
859
eb864a71
LM
860 * progmodes/cc-engine.el (c-forward-objc-directive):
861 Prevent looping in "#pragma mark @implementation".
667ced3a 862
5b77774d
MA
8632012-02-07 Michael Albinus <michael.albinus@gmx.de>
864
865 * notifications.el (notifications-on-closed-signal): Make `reason'
866 optional. (Bug#10744)
867
af008560
GM
8682012-02-07 Glenn Morris <rgm@gnu.org>
869
60d47423
GM
870 * emacs-lisp/easy-mmode.el (define-minor-mode):
871 Doc fixes for the macro and the mode it defines.
872
dd605cc4
GM
873 * image.el (imagemagick-types-inhibit): Doc fix.
874
af008560
GM
875 * cus-start.el (imagemagick-render-type): Add it.
876
5cc59a37
LI
8772012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
878
879 * progmodes/cc-mode.el
880 (c-standard-font-lock-fontify-region-function): Set the default at
881 load time, too, so that `font-lock-fontify-buffer' can be called
882 without setting up the entire mode first. This fixes a bug in
883 `mm-inline-text' with C MIME parts.
884
9a6dd747
CY
8852012-02-06 Chong Yidong <cyd@gnu.org>
886
2d16b285
CY
887 * simple.el (list-processes--refresh): Delete exited processes
888 (Bug#8094).
889
171e9b6e
CY
890 * comint.el (comint-next-prompt): next-single-char-property-change
891 and prev-single-char-property-change never return nil (Bug#8657).
892
9a6dd747
CY
893 * custom.el (defcustom): Doc fix (Bug#9711).
894
aa4589a7
CY
8952012-02-05 Chong Yidong <cyd@gnu.org>
896
5c2a252f
CY
897 * cus-edit.el (custom-variable-reset-backup): Quote the value
898 before storing it in the customized-value property (Bug#6712).
4aab9006 899 (custom-display): Add a customization type tag.
983b9602 900 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 901
aa4589a7
CY
902 * wid-edit.el (widget-field-value-get): New optional arg to
903 suppress trailing whitespace truncation.
904 (character): Use it (Bug#2689).
905
1ff980ae
AS
9062012-02-05 Andreas Schwab <schwab@linux-m68k.org>
907
908 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
909 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
910
03988c98
CY
9112012-02-05 Chong Yidong <cyd@gnu.org>
912
eeb6cc88
CY
913 * cus-edit.el (custom-variable-value-create): For mismatched
914 types, show the current value (Bug#7600).
915
03988c98
CY
916 * custom.el (defcustom): Doc fix.
917
f8cdeef0
GM
9182012-02-05 Glenn Morris <rgm@gnu.org>
919
920 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
921
0696d255
JB
9222012-02-05 Juanma Barranquero <lekktu@gmail.com>
923
924 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
925 (pp-buffer): Use `ignore-errors', `looking-at-p'.
926 (pp-last-sexp): Use `looking-at-p'.
927
34c99998
GM
9282012-02-04 Glenn Morris <rgm@gnu.org>
929
8f05da42
GM
930 * files.el (revert-buffer):
931 Doc fix (mention revert-buffer-in-progress-p).
932
f160676e
GM
933 * emacs-lisp/ert-x.el (ert-simulate-command):
934 Check deferred-action-list (which is obsolete) is bound.
935
c7291ad9
GM
936 * subr.el (with-wrapper-hook): Doc fixes.
937
34c99998
GM
938 * simple.el (filter-buffer-substring-functions)
939 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
940
6283a7d3
LL
9412012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
942
943 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
944 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
945
e96e3013
LL
9462012-02-04 Leo Liu <sdl.web@gmail.com>
947
948 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
949
8ded50f2
GM
9502012-02-04 Glenn Morris <rgm@gnu.org>
951
82ff1d13
GM
952 * image.el (image-extension-data): Add obsolete alias.
953
987a0a16
GM
954 * isearch.el (isearch-update): Doc fix.
955
ea32ef46
GM
956 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
957
8ded50f2
GM
958 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
959
eea14f31
GM
9602012-02-03 Glenn Morris <rgm@gnu.org>
961
962 * image.el (image-animated-p): Doc fix. Use image-animated-types.
963 (image-animate-timeout): Doc fix.
964
965 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
966
12f381b7
GM
9672012-02-02 Glenn Morris <rgm@gnu.org>
968
953cebf5
GM
969 * server.el (server-auth-dir): Doc fix.
970 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
971
12f381b7
GM
972 * subr.el (run-mode-hooks): Doc fix.
973
953a8c3b
JL
9742012-02-02 Juri Linkov <juri@jurta.org>
975
976 * image-mode.el (image-toggle-display-image): Remove tautological
977 `major-mode' from the `derived-mode-p' test.
978
c5d3843c
KH
9792012-02-02 Kenichi Handa <handa@m17n.org>
980
9f6e692e 981 * composite.el (compose-region): Cancel previous change.
c5d3843c 982
159462d4 9832012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
984
985 * composite.el (compose-region, compose-string): Signal error for
986 a null string component (Bug#6988).
987
9f562668
CY
9882012-02-01 Chong Yidong <cyd@gnu.org>
989
e2cef717
CY
990 * view.el (view-buffer-other-window, view-buffer-other-frame):
991 Handle special modes like view-buffer (Bug#10650).
992 (view-buffer): Simplify.
993
9f562668
CY
994 * frame.el (set-frame-font): Tweak meaning of third argument.
995
9f6e692e
JB
996 * dynamic-setting.el (font-setting-change-default-font):
997 Use set-frame-font (Bug#9982).
9f562668 998
781acb9f
GM
9992012-02-01 Glenn Morris <rgm@gnu.org>
1000
6035be52
GM
1001 * progmodes/compile.el (compilation-internal-error-properties):
1002 Respect compilation-first-column in the "*compilation*" buffer.
1003
781acb9f
GM
1004 * emacs-lisp/easy-mmode.el (define-minor-mode):
1005 Relax :variable's test for a named function.
1006
abbceb00
AM
10072012-01-31 Alan Mackenzie <acm@muc.de>
1008
1009 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1010 off by one error.
1011
fce3fdeb
CY
10122012-01-31 Chong Yidong <cyd@gnu.org>
1013
1014 * frame.el (set-frame-font): New arg ALL-FRAMES.
1015
1016 * menu-bar.el (menu-set-font): Use set-frame-font.
1017
1018 * faces.el (face-spec-reset-face): Don't apply unspecified
1019 attribute values to the default face.
1020
47893581
JB
10212012-01-31 Juanma Barranquero <lekktu@gmail.com>
1022
1023 * progmodes/cwarn.el (cwarn): Remove dead link.
1024 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1025 Remove * from defcustom docstrings.
1026 (turn-on-cwarn-mode): Make obsolete.
1027 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1028 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1029
e58e988a
GM
10302012-01-31 Glenn Morris <rgm@gnu.org>
1031
60dc2671 1032 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 1033 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 1034 Allow named functions to be used as the cdr of :variable.
e58e988a 1035
7a3f511d
GM
10362012-01-30 Glenn Morris <rgm@gnu.org>
1037
1038 * emacs-lisp/authors.el (authors-fixed-entries):
1039 Remove reference to deleted file rnewspost.el.
1040
cb882333
JB
10412012-01-29 Juanma Barranquero <lekktu@gmail.com>
1042
1043 * window.el (window-with-parameter): Remove unused variable `windows'.
1044 (window--side-check): Remove unused variable `code'.
1045 (window--resize-siblings): Remove unused variable `first'.
1046 (adjust-window-trailing-edge): Remove unused variable `failed'.
1047 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1048 Use `let', not `let*'.
1049 (balance-windows-2): Remove unused variable `found'.
1050 (window--state-put-2): Remove unused variable `splits'.
1051 (window-state-put): Remove unused variable `selected'.
1052 (same-window-p): Use `string-match-p'.
1053 (display-buffer-assq-regexp): Remove unused variable `value'.
1054 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1055 Mark argument ALIST as ignored.
1056 (pop-to-buffer): Remove unused variable `old-window'.
1057
907201af
EZ
10582012-01-29 Eli Zaretskii <eliz@gnu.org>
1059
1060 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1061 and .lzma compressed files.
1062
ea162670
CY
10632012-01-29 Chong Yidong <cyd@gnu.org>
1064
5b95ee8a
CY
1065 * frame.el (window-system-default-frame-alist): Doc fix.
1066
ea162670
CY
1067 * dynamic-setting.el (font-setting-change-default-font): Don't
1068 change the default face if SET-FONT argument is non-nil (Bug#9982).
1069
d6e6f4b1
SB
10702012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1071
1072 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1073
0f29fa41 10742012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
1075
1076 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1077 breakpoints in files outside current directory (Bug#6098).
1078
db174434
CY
10792012-01-29 Chong Yidong <cyd@gnu.org>
1080
6b25e4e2
SE
1081 * progmodes/python.el: Require ansi-color at top-level.
1082
6df6ae42
JB
1083 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1084 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
1085 (lisp-mode-abbrev-table): Add doc.
1086 (lisp-mode-variables): Don't set local-abbrev-table.
1087 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1088
e70ee681
RW
10892012-01-28 Roland Winkler <winkler@gnu.org>
1090
1091 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1092
ace88aa2
RW
10932012-01-28 Roland Winkler <winkler@gnu.org>
1094
1095 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1096 (bibtex-set-dialect): Use it. Either set global values of
1097 dialect-dependent variables or bind these variables buffer-locally
1098 (Bug#10254).
1099 (bibtex-mode): Call bibtex-set-dialect via
1100 hack-local-variables-hook.
eb864a71
LM
1101 (bibtex-dialect): Update docstring.
1102 Add safe-local-variable predicate.
ace88aa2
RW
1103 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1104 bibtex-set-dialect.
1105 (bibtex-mode-map): Define menu for each dialect.
1106 (bibtex-entry): Fix docstring.
1107
93376c5b
CY
11082012-01-28 Chong Yidong <cyd@gnu.org>
1109
1110 * eshell/esh-arg.el (eshell-quote-argument): New function.
1111
1112 * eshell/esh-ext.el (eshell-invoke-batch-file):
1113 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1114 first arg to eshell-parse-command (Bug#10523).
1115
4372494f
DA
11162012-01-28 Drew Adams <drew.adams@oracle.com>
1117
1118 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1119 `default-directory' is non-nil.
1120
4d4ec1f8
EZ
11212012-01-28 Eli Zaretskii <eliz@gnu.org>
1122
1123 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1124 line that displays system-configuration-options. (Bug#9924)
1125
7c188927
DA
11262012-01-28 Drew Adams <drew.adams@oracle.com>
1127
1128 * descr-text.el (describe-char): Show information about POS, in
1129 addition to information about the character at POS. Improve and
1130 update the doc string. Change "code point" to "code point in
1131 charset", to avoid confusion with the character's Unicode code
1132 point shown above that. (Bug#10129)
1133
e0da685a
EZ
11342012-01-28 Eli Zaretskii <eliz@gnu.org>
1135
1136 * descr-text.el (describe-char): Show the raw character, not only
1137 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1138 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1139 for the reasons.
1140
70550acf
PH
11412012-01-28 Phil Hagelberg <phil@hagelb.org>
1142
eb864a71
LM
1143 * emacs-lisp/package.el (package-install):
1144 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 1145
0ce8e868
CY
11462012-01-28 Chong Yidong <cyd@gnu.org>
1147
cb882333
JB
1148 * emacs-lisp/package.el (package-maybe-load-descriptor):
1149 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
1150 (package-maybe-load-descriptor): Use it.
1151 (package-download-transaction): Fully load required packages
1152 inside the loop, so that `require' calls work (Bug#10593).
1153 (package-install): No need to call package-initialize now.
1154
2e7f3bea
CY
11552012-01-28 Chong Yidong <cyd@gnu.org>
1156
6e9bad14
CY
1157 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1158
f823b8ca
CY
1159 * tooltip.el (tooltip-mode): Doc fix.
1160 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1161
2680c309
CY
1162 * frame.el (set-cursor-color): Doc fix (Bug#352).
1163
d7a9e63b
CY
1164 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1165 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1166
2e7f3bea
CY
1167 * cus-edit.el (custom-buffer-create-internal): Fix search button
1168 action (Bug#10542).
2ae01800 1169 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 1170
fc4f7a23
EW
11712012-01-27 Eduard Wiebe <usenet@pusto.de>
1172
1173 * dired.el (dired-mark-files-regexp):
1174 Include any subdirectory components. (Bug#10445)
1175
7dd37071
ML
11762012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1177
1178 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1179 Handle [host]:port syntax. (Bug#10533)
1180
a268160b
AH
11812012-01-27 Alex Harsanyi <harsanyi@mac.com>
1182
1183 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1184
e43273ef
GM
11852012-01-26 Glenn Morris <rgm@gnu.org>
1186
1187 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1188 * term.el (term-raw-escape-map): Use Control-X-prefix.
1189 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1190
1edf595d
MR
11912012-01-25 Martin Rudalics <rudalics@gmx.at>
1192
1193 * window.el (window-state-get, window--state-get-1): Don't deal
1194 with fixed-sizeness of windows. Simplify code.
1195
fa8eafef
JC
11962012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1197
6df6ae42
JB
1198 * window.el (window--state-get-1, window--state-put-2):
1199 Don't save and restore the mark.
fa8eafef 1200
0b21c100
CY
12012012-01-25 Chong Yidong <cyd@gnu.org>
1202
1203 * custom.el (custom-variable-p): Doc fix.
1204
5ae1a6c8
GM
12052012-01-25 Glenn Morris <rgm@gnu.org>
1206
40047858
GM
1207 * dired.el (dired-goto-file): Handle some of the more common
1208 characters that `ls -b' escapes. (Bug#10596)
1209
5ddce96c
GM
1210 * progmodes/compile.el (compilation-next-error-function):
1211 Respect compilation-first-column in the "*compilation*" buffer.
1212 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1213
5ae1a6c8
GM
1214 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1215
b559f1a9
GM
12162012-01-24 Glenn Morris <rgm@gnu.org>
1217
1218 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1219
6725d21a
JD
12202012-01-24 Julien Danjou <julien@danjou.info>
1221
1222 * color.el (color-rgb-to-hsl): Fix value computing.
1223 (color-hue-to-rgb): New function.
1224 (color-hsl-to-rgb): New function.
1225 (color-clamp, color-saturate-hsl, color-saturate-name)
1226 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1227 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1228
70df4bbe
GM
12292012-01-24 Glenn Morris <rgm@gnu.org>
1230
1231 * vc/vc-rcs.el (vc-rcs-create-tag):
1232 * vc/vc-sccs.el (vc-sccs-create-tag):
1233 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
1234
802a2ae2
ML
12352012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
1236
1237 * eshell/esh-util.el (eshell-read-hosts-file):
1238 Skip comment lines. (Bug#10549)
1239
d7128bb1
ML
1240 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
1241
d1a5c3b4
JB
12422012-01-23 Juanma Barranquero <lekktu@gmail.com>
1243
2724d9c7
JB
1244 * subr.el (display-delayed-warnings): Doc fix.
1245 (collapse-delayed-warnings): New function to collapse identical
1246 adjacent warnings.
1247 (delayed-warnings-hook): Add it.
d1a5c3b4 1248
a5509865
MA
12492012-01-22 Michael Albinus <michael.albinus@gmx.de>
1250
1251 * net/tramp.el (tramp-action-login): Set connection property "login-as".
1252
1253 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1254 properties, when "login-as" is set.
1255
1256 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
1257 (tramp-default-user-alist): Don't add "pscp".
1258 (tramp-do-copy-or-rename-file-out-of-band): Use connection
1259 property "login-as", if set. (Bug#10530)
1260
cc6d5805
MA
12612012-01-21 Michael Albinus <michael.albinus@gmx.de>
1262
1263 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
1264 "plink1" and "psftp". (Bug#10530)
1265
12662012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
1267
1268 * international/mule-cmds.el (prefer-coding-system): Show a
1269 warning message if the default value of file-name-coding-system
1270 was not changed.
1271
f0960428
JC
12722012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1273
cb882333
JB
1274 * windmove.el (windmove-reference-loc):
1275 Fix windmove-reference-loc miscalculation.
f0960428 1276
dd6f2a63
JB
12772012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1278
1279 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
1280 default unit.
1281
7b447e9b
GM
12822012-01-21 Glenn Morris <rgm@gnu.org>
1283
117a9ea1
GM
1284 * international/mule.el (auto-coding-alist): Add .tbz.
1285
7b447e9b
GM
1286 * files.el (local-enable-local-variables): Doc fix.
1287 (inhibit-local-variables-regexps): Rename from
1288 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
1289 Doc fix. Add some extensions from auto-coding-alist.
1290 (inhibit-local-variables-suffixes):
1291 Rename from inhibit-first-line-modes-suffixes. Doc fix.
1292 (inhibit-local-variables-p):
1293 New function, extracted from set-auto-mode-1.
1294 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
1295 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
1296 (hack-local-variables): Doc fix. Make the mode-only case
1297 respect enable-local-variables and friends.
1298 Respect inhibit-local-variables-regexps for file-locals, but
1299 not for directory-locals.
1300 (set-visited-file-name):
1301 Take account of inhibit-local-variables-regexps.
1302 Whether it applies may change as the file name is changed.
1303 * jka-cmpr-hook.el (jka-compr-install):
1304 * jka-compr.el (jka-compr-uninstall):
1305 Update for inhibit-first-line-modes-suffixes name change.
1306
dd6e3cdd
MR
13072012-01-20 Martin Rudalics <rudalics@gmx.at>
1308
1309 * help-macro.el (make-help-screen): Temporarily restore original
1310 binding for minor-mode-map-alist (Bug#10454).
1311
0d0deb38
JD
13122012-01-19 Julien Danjou <julien@danjou.info>
1313
1314 * color.el (color-name-to-rgb): Use the white color to find the max
1315 color component value and return correctly computed values.
1316 (color-name-to-rgb): Add missing float conversion for max value.
1317
34a02f46
MR
13182012-01-19 Martin Rudalics <rudalics@gmx.at>
1319
1320 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
1321 special state value for window-persistent-parameters.
1322 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
1323 (window--state-put-2): Reset all window parameters to nil before
1324 assigning values of persistent parameters.
1325
606c44c4
AM
13262012-01-18 Alan Mackenzie <acm@muc.de>
1327
1328 Eliminate sluggishness and hangs in fontification of "semicolon
1329 deserts".
1330
cb882333
JB
1331 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
1332 Change value 10000 -> 3000.
606c44c4
AM
1333 (c-state-safe-place): Reformulate so it doesn't stack up an
1334 infinite number of wrong entries in c-state-nonlit-pos-cache.
1335 (c-determine-limit-get-base, c-determine-limit): New functions to
1336 determine backward search limits disregarding literals.
1337 (c-find-decl-spots): Amend commenting.
1338 (c-cheap-inside-bracelist-p): New function which detects "={".
1339
1340 * progmodes/cc-fonts.el
1341 (c-make-font-lock-BO-decl-search-function): Give a limit to a
1342 backward search.
1343 (c-font-lock-declarations): Fix an occurrence of point being
1344 undefined. Check additionally for point being in a bracelist or
1345 near a macro invocation without a semicolon so as to avoid a
1346 fruitless time consuming search for a declarator. Give a more
1347 precise search limit for declarators using the new
1348 c-determine-limit.
1349
f3860cea
GM
13502012-01-18 Glenn Morris <rgm@gnu.org>
1351
1352 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
1353 (set-auto-mode): Doc fixes.
1354
1db03b16
GM
13552012-01-17 Glenn Morris <rgm@gnu.org>
1356
0e6038be
GM
1357 * isearch.el (search-nonincremental-instead): Fix doc typo.
1358
1db03b16
GM
1359 * dired.el (dired-insert-directory): Handle newlines in directory name.
1360 (dired-build-subdir-alist): Unescape newlines in directory name.
1361
4cb0aa75
MA
13622012-01-17 Michael Albinus <michael.albinus@gmx.de>
1363
1364 * net/tramp.el (tramp-local-end-of-line): New defcustom.
1365 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
1366 (tramp-action-terminal): Use it. (Bug#10530)
1367
1d00653d
SM
13682012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1369
1370 * minibuffer.el (completion--replace): Strip properties (bug#10062).
1371
6a6ee00d
MR
13722012-01-16 Martin Rudalics <rudalics@gmx.at>
1373
1374 * window.el (window-state-ignored-parameters): Remove variable.
1375 (window--state-get-1): Rename argument MARKERS to IGNORE.
1376 Handle persistent window parameters. Make copy of clone-of
1377 parameter only if requested. (Bug#10348)
1378 (window--state-put-2): Install a window parameter only if it has
1379 a non-nil value or an existing parameter shall be overwritten.
1380
97912def
MA
13812012-01-15 Michael Albinus <michael.albinus@gmx.de>
1382
1383 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
1384
688070a5
EZ
13852012-01-14 Eli Zaretskii <eliz@gnu.org>
1386
1387 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
1388 don't pass the (nil) value of `upnode' to string-match.
1389
301afadc
CY
13902012-01-14 Chong Yidong <cyd@gnu.org>
1391
1392 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 1393 Fix values recognized by the cursorBlink resource.
301afadc 1394
9e5788aa
PE
13952012-01-14 Paul Eggert <eggert@cs.ucla.edu>
1396
1397 * epg.el (epg--make-temp-file): Avoid permission race condition
1398 when running on old Emacs versions (bug#10403).
1399
3cdb7f5a
GM
14002012-01-14 Glenn Morris <rgm@gnu.org>
1401
1402 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
1403
8c82b1b4
AM
14042012-01-13 Alan Mackenzie <acm@muc.de>
1405
1406 Fix filling for when filladapt mode is enabled.
1407
1408 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
1409 c-mask-paragraph, pass in `fill-paragraph' rather than
1410 `fill-region-as-paragraph'. (This is a reversion of a previous
1411 change.)
eb864a71
LM
1412 * progmodes/cc-mode.el (c-basic-common-init):
1413 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 1414
e517eda4
GM
14152012-01-13 Glenn Morris <rgm@gnu.org>
1416
1498536e
GM
1417 * dired.el (dired-switches-escape-p): New function.
1418 (dired-insert-directory): Use dired-switches-escape-p.
1419 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
1420
e517eda4
GM
1421 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
1422
328f984d
GM
14232012-01-12 Glenn Morris <rgm@gnu.org>
1424
1425 * mail/sendmail.el (mail-mode): Update paragraph-separate for
1426 changes in adaptive-fill-regexp. (Bug#10276)
1427
2cc769a8
AM
14282012-01-11 Alan Mackenzie <acm@muc.de>
1429
1430 Fix Emacs bug #10463 - put `widen's around the critical spots.
1431
1d00653d 1432 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
1433 widen around each invocation of c-state-pp-to-literal. Remove an
1434 unused let variable.
1435
e52c37fa
GM
14362012-01-11 Glenn Morris <rgm@gnu.org>
1437
1438 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 1439 Doc fix.
e52c37fa 1440
96f8741e
CY
14412012-01-10 Chong Yidong <cyd@gnu.org>
1442
1d00653d
SM
1443 * net/network-stream.el (network-stream-open-starttls):
1444 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
1445 response to the capability command.
1446
b09a806e
GM
14472012-01-10 Glenn Morris <rgm@gnu.org>
1448
1449 * mail/unrmail.el (unrmail): Tweak previous change.
1450
7655cb66
CY
14512012-01-09 Chong Yidong <cyd@gnu.org>
1452
1453 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
1454
9d5a8f0b
AM
14552012-01-08 Alan Mackenzie <acm@muc.de>
1456
1457 Optimise font locking in long enum definitions.
1458
1459 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
1460 arm to a cond form to handle enums.
1461 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
1462 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
1463
9a0115ab 14642012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
1465
1466 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 1467 (Bug#10401)
6bb72cbd 1468
f186bb95
LMI
14692012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1470
29232a68
LMI
1471 * faces.el (set-face-attribute): Clarify the meaning of the nil
1472 frame (bug#10294).
1473
4e5d086d
LMI
1474 * subr.el (with-selected-frame): Mention that the selected frame
1475 is restored (bug#9980).
1476
8e66aebe
LMI
1477 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
1478 (bug#9759).
1479
cd394be1 1480 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
1481 (password-read): Don't autoload unused function.
1482
adf4e762
JB
14832012-01-07 Juanma Barranquero <lekktu@gmail.com>
1484
1485 * progmodes/which-func.el (which-func-mode): Turn into a
1486 non-interactive function and mark as obsolete (bug#10428).
1487
89bd9ccd
CY
14882012-01-06 Chong Yidong <cyd@gnu.org>
1489
1490 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
1491 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
1492 functions, along with 1 and -1.
1493
4afee9d5
EZ
14942012-01-06 Eli Zaretskii <eliz@gnu.org>
1495
1496 * time.el (display-time-load-average)
1497 (display-time-default-load-average): Doc fixes. See the thread
1498 starting at
1499 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
1500 for the details.
1501
536aea70
GM
15022012-01-06 Glenn Morris <rgm@gnu.org>
1503
665ae865
GM
1504 * mail/unrmail.el (unrmail): Give an explicit error if the input file
1505 has no messages. (Bug#10377)
1506
c869783d
GM
1507 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
1508 than Info-edit. (Bug#10385)
1509
2bb4227e
GM
1510 * time.el (display-time-load-average, display-time-next-load-average):
1511 Doc fixes.
1512
7d5944b9
GM
1513 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
1514 local setting of buffer-read-only to the input buffer. (Bug#10419)
1515
536aea70
GM
1516 * calendar/calendar.el (calendar-mode):
1517 Locally set scroll-margin to 0. (Bug#10379)
1518
7dccca16
UM
15192012-01-06 Ulrich Mueller <ulm@gentoo.org>
1520
1521 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
1522
afbb7930
GM
15232012-01-05 Glenn Morris <rgm@gnu.org>
1524
1525 * eshell/em-unix.el (diff-no-select): Autoload it.
1526 (eshell/diff): Use diff-no-select. (Bug#10420)
1527
04482335
CY
15282012-01-05 Chong Yidong <cyd@gnu.org>
1529
7baca3bc
CY
1530 * shell.el (shell-dynamic-complete-functions): Revert last change.
1531 (shell-command-completion-function): New function.
1532 (shell-completion-vars): Use it to implement
1533 shell-completion-execonly (Bug#10417).
1534
04482335
CY
1535 * custom.el (enable-theme): Don't set custom-safe-themes.
1536
1d00653d
SM
1537 * cus-theme.el (custom-theme-merge-theme):
1538 Ignore custom-enabled-themes and custom-safe-themes.
04482335 1539
bb5aa5d6
MM
15402012-01-05 Michael R. Mauger <mmaug@yahoo.com>
1541
1542 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
1543 first prompt in `sql-interacive-mode'.
1544 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 1545 keywords.
6df6ae42 1546 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
1547 (sql-product-interactive): Bug fix: Set `sql-buffer' in
1548 context of original buffer. Invoke `sql-login-hook'.
1549
a7183d7c
EZ
15502012-01-04 Eli Zaretskii <eliz@gnu.org>
1551
1552 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
1553 letters in cite-prefix.
1554
a1eacd1e
LMI
15552012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1556
1557 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
1558
787cdb34
CY
15592012-01-03 Chong Yidong <cyd@gnu.org>
1560
1d00653d
SM
1561 * shell.el (shell-dynamic-complete-functions):
1562 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
1563 comint-filename-completion first (Bug#10417).
1564
30710442
RS
15652012-01-02 Richard Stallman <rms@gnu.org>
1566
1567 * battery.el (battery-status-function):
1568 Detect when to use battery-yeeloong-sysfs.
1569 (battery-echo-area-format): Add string for Yeeloong.
1570 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
1571 (battery-yeeloong-sysfs): New function.
1572
f75bfc33
CY
15732012-01-02 Chong Yidong <cyd@gnu.org>
1574
1575 * dirtrack.el (dirtrack-list): Eliminate unused third element.
1576 (dirtrack): Merge code for handling relative filenames in prompt
1577 from shell-dir-cookie-watcher.
1578 (dirtrack-debug-message): New arg to avoid excess format calls.
1579
1580 * shell.el (shell-dir-cookie-re): Variable deleted.
1581 (shell-dir-cookie-watcher): Function deleted.
1582 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
1583 with dirtrack-mode.
1584
651e947e
EZ
15852012-01-01 Eli Zaretskii <eliz@gnu.org>
1586
1d00653d
SM
1587 * term/w32-win.el (dynamic-library-alist) <gnutls>:
1588 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
1589 libgnutls-26.dll.
1590
94d4c7dc
AS
15912011-12-31 Andreas Schwab <schwab@linux-m68k.org>
1592
1593 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
1594
8d43f3cd
EZ
15952011-12-31 Eli Zaretskii <eliz@gnu.org>
1596
1597 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
1598 headers of non-MIME messages, when rmail-enable-mime is non-nil.
1599
98c8795a
MA
16002011-12-29 Michael Albinus <michael.albinus@gmx.de>
1601
1602 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
1603 also for alternative shells.
1604 (tramp-open-connection-setup-interactive-shell): Check, whether
1605 the shell is a busybox.
1606 (tramp-send-command): Don't suppress multiple prompts for
1607 busyboxes, it hurts.
1608
51281b32
CY
16092011-12-28 Chong Yidong <cyd@gnu.org>
1610
1611 * progmodes/gdb-mi.el (gdb-get-source-file-list)
1612 (gdb-get-source-file): Move mode line update to
1613 gdb-get-source-file (Bug#10087).
1614
2170cb53
CY
16152011-12-25 Chong Yidong <cyd@gnu.org>
1616
1617 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
1618 gud-gdb-marker-filter without taking it as an argument.
1619 (gud-gdb-run-command-fetch-lines): Caller changed.
1620 (gud-gdb-completion-function): New variable.
1621 (gud-gdb-completion-at-point): Use it.
1622 (gud-gdb-completions-1): Split from gud-gdb-completions.
1623
1624 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
1625 function as separate arguments.
1626 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
1627 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
1628 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
1629 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
1630 (gdb-stopped, def-gdb-auto-update-trigger)
1631 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
1632 (gdb-get-changed-registers, gdb-get-main-selected-frame):
1633 Callers changed.
2170cb53
CY
1634 (gud-gdbmi-completions): New function.
1635 (gdb): Use it for generating the completion table.
1636
be8b11bb
AM
16372011-12-24 Alan Mackenzie <acm@muc.de>
1638
1639 Introduce a mechanism to widen the region used in context font
1d00653d 1640 locking. Use this to protect declarations from losing their contexts.
be8b11bb 1641
1d00653d
SM
1642 * progmodes/cc-langs.el (c-before-font-lock-functions):
1643 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 1644 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
1645 functions to be run just before context (etc.) font locking.
1646
1647 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 1648 New, functionality extracted from
be8b11bb 1649 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 1650 (c-in-after-change-fontification): New variable.
be8b11bb
AM
1651 (c-after-change): Set c-in-after-change-fontification.
1652 (c-set-fl-decl-start): Rejig its interface, so it can be called
1653 from both after-change and context fontifying.
b81d40f0
JB
1654 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
1655 New functions.
1656 (c-standard-font-lock-fontify-region-function): New variable.
1657 (c-font-lock-fontify-region): New function.
be8b11bb 1658
341cf6ac
JL
16592011-12-24 Juri Linkov <juri@jurta.org>
1660
1661 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
1662 (Bug#10348)
1663
bffcee0a
MA
16642011-12-23 Michael Albinus <michael.albinus@gmx.de>
1665
1666 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
1667 existence of source file. (Bug#10325)
1668
cb5e207c
AM
16692011-12-23 Alan Mackenzie <acm@muc.de>
1670
1671 Fix unstable fontification inside templates.
1672
b81d40f0
JB
1673 * progmodes/cc-langs.el (c-before-font-lock-functions):
1674 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
1675 additionally has c-set-fl-decl-start. The other languages (apart
1676 from AWK) have that as a single entry.
1677
b81d40f0
JB
1678 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1679 The functionality for "local" declarations has been extracted to
cb5e207c
AM
1680 c-set-fl-decl-start.
1681
b81d40f0
JB
1682 * progmodes/cc-mode.el (c-common-init, c-after-change):
1683 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
1684 (c-set-fl-decl-start): New function, extracted from
1685 c-font-lock-enclosing-decls and enhanced.
1686
60ff536c
JB
16872011-12-23 Juanma Barranquero <lekktu@gmail.com>
1688
1689 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
1690
1c4757d6
JL
16912011-12-22 Juri Linkov <juri@jurta.org>
1692
1693 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
1694
d031f2c7
CY
16952011-12-22 Chong Yidong <cyd@gnu.org>
1696
1697 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
1698
bace743a
DA
16992011-12-21 Drew Adams <drew.adams@oracle.com>
1700
1701 * files.el (file-remote-p): Fix docstring. (Bug#10319)
1702
728a1f2b
JC
17032011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1704
1705 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
1706
0d373f73
TZ
17072011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
1708
fec0aaa4
TZ
1709 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
1710 highlighting and support. Fix up comments for capitalization.
1711 (cfengine-mode-debug): New var.
1712 (cfengine3-mode): Change the modeline indicator to "CFE3".
1713 (cfengine3-font-lock-keywords): Improve defun highlighting.
1714 (cfengine2-actions): Rename from `cfengine-actions'.
1715 (cfengine2-font-lock-keywords): Rename from
1716 `cfengine-font-lock-keywords'.
1717 (cfengine2-imenu-expression): Rename from
1718 `cfengine-imenu-expression'.
1719 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
1720 (cfengine2-beginning-of-defun): Rename from
1721 `cfengine-beginning-of-defun'.
1722 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
1723 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
1724 (cfengine2-mode): Rename from `cfengine-mode'. Change the
1725 modeline indicator to "CFE2".
1726 (cfengine-mode): Defalias to `cfengine-auto-mode'.
1727 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 1728
bc86f573
CY
17292011-12-21 Chong Yidong <cyd@gnu.org>
1730
1731 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
1732 filename argument.
1733
d45ba96b
MR
17342011-12-20 Martin Rudalics <rudalics@gmx.at>
1735
1736 * window.el (window-normalize-buffer-to-display): Remove.
1737 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
1738
a6198c90
CY
17392011-12-19 Chong Yidong <cyd@gnu.org>
1740
1741 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
1742 Don't signal an error in a predicate function; return non-nil.
1743 (vc-dir-mark-file): Move the error here.
1744 (vc-dir-mark-unmark): If acting on the region, keep going if one
1745 of the entries cannot be marked/unmarked.
1746 (vc-dir-mark-all-files): If current entry is a directory, mark
1747 only child files, as documented.
1748
34c5fb55
VB
17492011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
1750
1751 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
1752 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
1753 addition.
1754
c803b2b7
JD
17552011-12-18 Jan Djärv <jan.h.d@swipnet.se>
1756
1757 * term/ns-win.el (ns-get-selection-internal)
1758 (ns-store-selection-internal): Declare.
1154d12e
JB
1759 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
1760 Declare as obsolete.
1761 (ns-get-pasteboard, ns-paste-secondary):
1762 Use ns-get-selection-internal.
1763 (ns-set-pasteboard, ns-copy-including-secondary):
1764 Use ns-store-selection-internal.
c803b2b7 1765
9cff91f8 17662011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
1767
1768 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 1769 (vc-deduce-fileset): Doc fix.
99a289d9 1770
f16c898a
AS
17712011-12-16 Andreas Schwab <schwab@linux-m68k.org>
1772
1773 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
1774
763237c4
SS
17752011-12-13 Sam Steingold <sds@gnu.org>
1776
1777 * man.el (Man-getpage-in-background): When running under a
1778 window-system, ignore $MANWIDTH and $COLUMNS.
1779
5fc1c122
KH
17802011-12-15 Kenichi Handa <handa@m17n.org>
1781
1782 * language/ethio-util.el: Change coding tag to utf-8-emacs.
1783 (setup-ethiopic-environment-internal): Comment out key-binding for
1784 ethio-toggle-punctuation.
1785
13d49cbb
AM
17862011-12-13 Alan Mackenzie <acm@muc.de>
1787
898169a2
AM
1788 Add the switch statement to AWK Mode.
1789
7a71b18d 1790 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
1791 "default" to the keywords regexp.
1792
7a71b18d 1793 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 1794 expression as the rest.
1d00653d
SM
1795 (c-nonlabel-token-key): Allow string literals for AWK.
1796 Refactor for the other modes.
898169a2 1797
13d49cbb 1798 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 1799 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
1800 routines. Limit backward searching in c-font-lock-enclosing.decl.
1801
1802 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
1803 pp-state and literal type in addition to the limits.
1d00653d 1804 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 1805 (c-state-literal-at): Use the above new defun.
1d00653d
SM
1806 (c-slow-in-literal, c-fast-in-literal): Remove.
1807 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
1808
1809 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
1810 being in a literal. Add a limit for backward searching.
1811
1812 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
1813 c-slow-in-literal.
1814
15e0efc7
SM
18152011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1816
1817 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
1818
454592a6
MR
18192011-12-13 Martin Rudalics <rudalics@gmx.at>
1820
1821 * window.el (delete-other-windows): Use correct frame in call to
1822 window-with-parameter.
1823
87393f26
DP
18242011-12-12 Daniel Pfeiffer <occitan@t-online.de>
1825
1826 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
1827 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
1828 (makefile-gmake-statements, makefile-makepp-statements):
1829 Use it and add new makepp keywords.
1830 (makefile-makepp-font-lock-keywords): Add new patterns.
1831 (makefile-match-function-end): Match new [...] and [[...]].
1832
11636b22
JB
18332011-12-11 Juanma Barranquero <lekktu@gmail.com>
1834
1835 * ses.el (ses-call-printer-return, ses-cell-property-get)
1836 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
1837 (ses-create-cell-variable, ses-reset-header-string)
1838 (ses-cell-set-formula, ses-repair-cell-reference-all)
1839 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
1840 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
1841 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
1842 (ses-aset-with-undo, ses-load, ses-truncate-cell)
1843 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
1844 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
1845 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
1846 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
1847 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
1848 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
1849 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
1850 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
1851
cf018193
VB
18522011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
1853
1854 * ses.el: The overall change is to add cell renaming, that is
1855 setting fancy names for cell symbols other than name matching
1856 "\\`[A-Z]+[0-9]+\\'" regexp .
1857 (ses-create-cell-variable): New defun.
1858 (ses-relocate-formula): Relocate formulas only for cells the
1859 symbols of which are not renamed, i.e. symbols whose names do not
1860 match regexp "\\`[A-Z]+[0-9]+\\'".
1861 (ses-relocate-all): Relocate values only for cells the symbols of
1862 which are not renamed.
1863 (ses-load): Create cells variables as the (ses-cell ...) are read,
1864 in order to check row col consistency with cell symbol name only
1865 for cells that are not renamed.
1866 (ses-replace-name-in-formula): New defun.
1867 (ses-rename-cell): New defun.
1868
ee957461
CY
18692011-12-11 Chong Yidong <cyd@gnu.org>
1870
1871 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
1872 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
1873
9a9e9ef0
MR
18742011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
1875
1876 * window.el (other-window): Fix docstring.
1877
92a8eba5
EZ
18782011-12-10 Eli Zaretskii <eliz@gnu.org>
1879
1880 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
1881 `from' or `to' address before taking its substring.
1882 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
1883 encoded name is chopped in the middle of the encoded string, and
1884 thus displayed encoded.
1885
e152e577
JB
18862011-12-10 Juanma Barranquero <lekktu@gmail.com>
1887
1888 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
1889
e5d84bfe
EZ
18902011-12-10 Eli Zaretskii <eliz@gnu.org>
1891
1892 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
1893 to use texinfo-update-node and commands that call it if the
1894 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 1895 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
1896 (texinfo-all-menus-update, texinfo-master-menu)
1897 (texinfo-update-node, texinfo-every-node-update)
1898 (texinfo-multiple-files-update): Doc fix. Warn against updating
1899 all the @node lines.
1900 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
1901 argument is numeric. Explain better in the doc string what the
1902 function really does.
1903 (texinfo-insert-master-menu-list): Improve the error message
1904 displayed if there's no menu in the Top node.
1905 (Bug#2975) See also this thread:
e5d84bfe
EZ
1906 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
1907
1d84e9bb
MG
19082011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
1909
1910 * speedbar.el (speedbar-supported-extension-expressions):
1911 Add .adb and .ads, commonly used for Ada source code (bug#10256).
1912
382c953b
JB
19132011-12-09 Juanma Barranquero <lekktu@gmail.com>
1914
1915 * printing.el (pr-mode-alist):
1916 * simple.el (filter-buffer-substring-functions)
1917 (completion-list-insert-choice-function):
1918 * window.el (window-with-parameter, window-atom-root)
1919 (window-sides-slots, window-size-fixed, window-min-delta)
1920 (window-max-delta, window--resize-mini-window)
1921 (window--resize-child-windows-normal, window-tree)
1922 (delete-other-windows, quit-window, split-window)
1923 (display-buffer-record-window, special-display-buffer-names)
1924 (special-display-regexps, special-display-popup-frame)
1925 (same-window-p, split-window-sensibly)
1926 (display-buffer-overriding-action, display-buffer-alist)
1927 (display-buffer-base-action, display-buffer, switch-to-buffer)
1928 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
1929 (fit-window-to-buffer, recenter-positions)
1930 (mouse-autoselect-window-state, mouse-autoselect-window-select):
1931 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
1932 and remove unneeded backslashes in docstrings.
1933
39c9faef
SM
19342011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1935
98449af8
SM
1936 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
1937
39c9faef
SM
1938 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
1939 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
1940 end in ".mk".
1941 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
1942 when reading the makefile (bug#10116).
1943
86ed9fdc
SM
19442011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
1947 (bug#10116).
1948
5580f89d
GM
19492011-12-06 Glenn Morris <rgm@gnu.org>
1950
1951 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
1952
28d3917c
CY
19532011-12-06 Chong Yidong <cyd@gnu.org>
1954
1955 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
1956
a98edce9
JB
19572011-12-06 Juanma Barranquero <lekktu@gmail.com>
1958
1959 * textmodes/table.el (table-shorten-cell): Fix typo.
1960
e65adfac
CG
19612011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
1962
1963 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
1964
71cc0b74
EZ
19652011-12-05 Eli Zaretskii <eliz@gnu.org>
1966
1967 * descr-text.el (describe-char): Fix display of strong
1968 right-to-left characters and directional embeddings and overrides.
1969
1970 * simple.el (what-cursor-position): Fix display of codepoints of
1971 strong right-to-left characters.
1972
315bc30d
CY
19732011-12-05 Chong Yidong <cyd@gnu.org>
1974
1975 * faces.el (read-color): Doc fix.
1976
58a70b94
GM
19772011-12-05 Glenn Morris <rgm@gnu.org>
1978
1979 * align.el (align--set-marker): Add doc-string.
1980 Don't try to move something that is not a marker. (Bug#10216)
1981
5158face
GM
19822011-12-04 Glenn Morris <rgm@gnu.org>
1983
1984 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
1985 overly zealous deletion of trailing whitespace.
1986
520fca41
JB
19872011-12-04 Juanma Barranquero <lekktu@gmail.com>
1988
1989 * server.el (server-delete-client): On Windows, do not try to delete
1990 the only terminal.
1991 (server-process-filter): On Windows, treat requests for a tty frame as
1992 if they were for a GUI frame if the running server is in GUI mode.
1993
5e605a2e
GM
19942011-12-03 Glenn Morris <rgm@gnu.org>
1995
1996 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
1997
5c3fe83f
SM
19982011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1999
6f5e57e7
SM
2000 * electric.el: Streamline electric-indent's hook.
2001 (electric-indent-chars): Revert to simple list.
2002 (electric-indent-functions): New var.
2003 (electric-indent-post-self-insert-function): Use it.
2004
5c3fe83f
SM
2005 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2006 there's no inferior buffer (bug#10196).
2007 (prolog-consult-compile): Don't use toggle-read-only.
2008
6bdac736
MA
20092011-12-02 Michael Albinus <michael.albinus@gmx.de>
2010
2011 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2012 interrupt. (Bug#10187)
2013
6131ba7f
SM
20142011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2015
99c79fee
SM
2016 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2017 (bug#9160).
2018
6131ba7f
SM
2019 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2020 (bug#10191).
2021
cb0a02ea
JL
20222011-12-02 Juri Linkov <juri@jurta.org>
2023
2024 * info.el (Info-search): Display "end of manual" when Isearch
2025 reaches the end of single-file Info manual. (Bug#9918)
2026
66e0570c
EZ
20272011-12-02 Eli Zaretskii <eliz@gnu.org>
2028
2029 * isearch.el (isearch-message-prefix): Run the input method part
2030 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2031
02b16839
JL
20322011-12-02 Juri Linkov <juri@jurta.org>
2033
2034 * isearch.el (isearch-occur): Use `word-search-regexp' for
2035 `isearch-word'.
2036 (isearch-search-and-update): Add condition for `isearch-word' and
2037 call `word-search-regexp'. (Bug#10145)
2038
0b950688
GM
20392011-12-01 Glenn Morris <rgm@gnu.org>
2040
2041 * eshell/em-hist.el (eshell-hist-initialize):
2042 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 2043 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 2044
9505c3c7
SM
20452011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2046
2047 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2048
1bbe96b2 20492011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 2050
a1beca85
SM
2051 * progmodes/verilog-mode.el (verilog-pretty-expr):
2052 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
2053 verilog, such as += *= and the like.
2054 (verilog-assignment-operator-re): Regular expression to find the
2055 assigment operator in a verilog assignment.
2056 (verilog-assignment-operation-re): Regular expression to find an
2057 assignment statement for pretty-expr.
2058 (verilog-in-attribute-p): Query returns true if point is in an
2059 attribute context; used to skip these for expression line up from
2060 pretty-expr.
2061 (verilog-in-parameter-p): Query returns true if point is in an
2062 parameter definition context; used to skip these for expression
2063 line up from pretty-expr.
2064 (verilog-in-parenthesis-p): Query returns true if point is in a
2065 parenthetical expression, specifically ( ) but not [ ] or { };
2066 used by pretty-expr.
2067 (verilog-just-one-space): If there is no space, don't add one.
2068 (verilog-get-lineup-indent-2): Specifically skip just attribute
2069 contexts for expression lineup, rather than skipping all
2070 parenthetical expressions.
2071 (verilog-calculate-indent): Fix comment, and fix indent.
2072 (verilog-do-indent): Indent declarations in lists (suggested by
2073 Joachim Lechner).
2074 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2075 skeleton items.
2076 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2077 by Alain Mellan).
2078
1bbe96b2 20792011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
2080
2081 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2082 parameters with embedded comments. Reported by Ray Stevens.
2083 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2084 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2085 Reported by Tim Holt.
2086 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2087 instantiated by upper module causing wrong expansion until AUTOed a
2088 second time. Reported by K C Buckenmaier.
2089 (verilog-diff-auto): Fix showing .* as a difference when
2090 `verilog-auto-star-save' off. Reported by Dan Dever.
2091 (verilog-auto-reset, verilog-read-always-signals)
2092 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2093 temporary signals in reset list if
2094 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
2095 style to each signal's assignment type, bug381.
2096 Reported by Thomas Esposito.
6288f0ca
WS
2097 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2098 (verilog-uvm-statement-re): Support UVM indentation and
2099 highlighting, with old OVM keywords only.
a1beca85 2100 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
2101 Support AUTOTIEOFF creating non-wire data types.
2102 Suggested by Jonathan Greenlaw.
6288f0ca
WS
2103 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2104 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2105 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
2106 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2107 Fix mismatching parenthesis inside commented out code when deleting
382c953b 2108 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
2109 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2110 non-numeric vector width. Reported by Alex Reed.
2111 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 2112 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
2113 (verilog-auto-delete-trailing-whitespace):
2114 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
2115 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2116 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2117 Fix verilog-scan-cache corruption when running user AUTO expansion
2118 hooks that call indentation routines.
2119 (verilog-simplify-range-expression): Fix typo ignoring lower case
2120 identifiers.
2121 (verilog-delete-auto): Fix delete-autos to also remove user created
2122 automatics, as long as they start with AUTO.
2123 (verilog-batch-diff-auto, verilog-diff-auto)
2124 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2125 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2126 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2127 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
2128 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2129 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
2130 is disabled and its cache will get corrupt, causing AUTOS not to
2131 expand. Instead use only -quick functions.
2132 (verilog-scan-region): Fix scanning over escaped quotes.
2133 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2134 (verilog-re-search-backward-quick)
2135 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2136 related functions now ignore strings, to fix misparsing of strings
2137 with magic comments embedded in them.
a1beca85
SM
2138 (verilog-read-auto-template):
2139 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2140 Reported by Brad Dobbie.
2141 (verilog-read-auto-template):
2142 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 2143 Reported by Brad Dobbie.
6288f0ca
WS
2144 (verilog-auto-inst, verilog-auto-inst-param)
2145 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2146 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2147 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
2148 debugging templates without merge conflicts, bug357.
2149 Reported by Brad Dobbie.
2150 (verilog-read-auto-template):
2151 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
2152 Reported by Brad Dobbie.
2153 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2154 abbrevs so user won't be asked to save.
2155 (verilog-read-auto-lisp-present): Fix to start at beginning of
2156 buffer in case called outside of verilog-auto.
2157 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2158 to "X-2". Reported by Matthew Myers.
2159 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2160 all inputs from module templates. Reported by Leith Johnson.
2161 (verilog-module-inside-filename-p): Fix locating programs as with
2162 modules.
2163 (verilog-auto-inst-port): Fix vl-width expressions when using
2164 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2165 (verilog-decls-get-regs, verilog-decls-get-signals,
2166 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2167 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2168 verilog-read-decls): Combine reg and wire structures into one var
2169 structure to represent SystemVerilog concepts.
2170 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2171 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
2172 (verilog-auto-wire-type, verilog-insert-definition):
2173 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
2174 SystemVerilog "logic" keyword instead of "wire"/"reg".
2175 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2176 to declares outputs that also have assignments (presumably in an
a1beca85
SM
2177 ifdef or generate if so there's not a driver conflict).
2178 Reported by Matthew Myers.
2179 (verilog-auto-declare-nettype, verilog-insert-definition):
2180 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
2181 `default_nettype none. Reported by Julian Gorfajn.
2182 (verilog-read-always-signals-recurse, verilog-read-decls)
2183 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2184 malformed end statement, bug325. Reported by Joshua Wise and
2185 Andrew Drake.
2186 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2187 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
2188 when expanding .* in interfaces, bug320.
2189 Reported by Pierre-David Pfister.
6288f0ca 2190 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
2191 name and open parenthesis, bug317.
2192 Reported by Pierre-David Pfister.
6288f0ca
WS
2193 (verilog-simplify-range-expression): Fix simplification of
2194 multiplications inside AUTOWIRE connections, bug303.
2195 (verilog-auto-inst-port): Support parameter expansion in
2196 multidimensional arrays.
2197 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2198 after "assert property". Reported by Julian Gorfajn.
2199 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2200 with multiplication, bug303.
2201 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2202 Reported by Jan Frode Lonnum.
2203
1bbe96b2
GM
22042011-11-30 Juanma Barranquero <lekktu@gmail.com>
2205
2206 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2207 (hfy-shell-file-name, hfy-shell):
2208 * international/fontset.el (x-decompose-font-name): Fix typos.
2209
22102011-11-29 Ken Brown <kbrown@cornell.edu>
2211
2212 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2213 (gdb-version): Remove defvar.
2214 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2215 (gdb-gud-context-command, gdb-non-stop-handler)
2216 (gdb-current-context-command, gdb-stopped): Use it.
2217 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
2218 (gdb-non-stop-handler): Don't enable pretty-printing here.
2219 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
2220 non-stop mode. Use the following.
2221 (gdb-check-target-async): New defun.
2222 (gud-watch, gdb-stopped): Fix whitespace.
2223 (gdb-get-source-file): Don't try to display the source file if
2224 `gdb-main-file' is nil.
2225
22262011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2227
2228 * align.el: Try to generate fewer markers (bug#10047).
2229 (align--set-marker): New macro.
2230 (align-region): Use it.
2231
c935221f
SM
22322011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2233
2234 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2235
e70b5064
CY
22362011-11-29 Chong Yidong <cyd@gnu.org>
2237
2238 * indent.el (indent-for-tab-command, indent-according-to-mode):
2239 Doc fix.
2240 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
2241
f3af92b7
MA
22422011-11-29 Michael Albinus <michael.albinus@gmx.de>
2243
2244 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2245 aware of remote file names. (Bug#10124)
2246
ed472be9
CY
22472011-11-29 Chong Yidong <cyd@gnu.org>
2248
2249 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2250
24510c22
SM
22512011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2252
2253 * files.el (find-file): Don't use force-same-window (bug#10144).
2254 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2255 use pop-to-buffer if the selected window can't be used.
2256 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
2257
c60c3703
EZ
22582011-11-28 Eli Zaretskii <eliz@gnu.org>
2259
2260 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
2261 special-mode-map.
2262
e95def75
CY
22632011-11-28 Chong Yidong <cyd@gnu.org>
2264
2265 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
2266
c3f1c606
NR
22672011-11-27 Nick Roberts <nickrob@snap.net.nz>
2268
2269 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
2270 gdb-get-source-file-list on gdb-create-source-file-list.
2271
00db469c
EZ
22722011-11-26 Eli Zaretskii <eliz@gnu.org>
2273
2274 * whitespace.el (whitespace-newline): Use a different foreground
2275 color for 16-color light-background displays.
2276
4ad3bc2a
CY
22772011-11-24 Chong Yidong <cyd@gnu.org>
2278
2279 * window.el (display-buffer--special-action): Doc fix.
2280
e9fce1ac
JB
22812011-11-25 Juanma Barranquero <lekktu@gmail.com>
2282
2283 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
2284 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
2285 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
2286 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
2287 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
2288 (avl-tree-stack-first):
2289 * emacs-lisp/cconv.el (cconv--analyse-use):
2290 * net/gnutls.el (gnutls-negotiate): Fix typos.
2291
cb825e5d
GM
22922011-11-24 Glenn Morris <rgm@gnu.org>
2293
3adbe224
GM
2294 * lpr.el (lpr-windows-system, lpr-lp-system):
2295 * mail/binhex.el (binhex-begin-line):
2296 * progmodes/grep.el (grep-history, grep-find-history):
2297 * textmodes/flyspell.el:
2298 * vc/pcvs-defs.el (cvs-global-menu):
2299 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
2300 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
2301 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
2302
321decc8
GM
2303 * net/tls.el: Fix case of "GnuTLS".
2304
420b63ad
GM
2305 * paths.el (rmail-file-name): Format doc-string for make-docfile.
2306
cb825e5d
GM
2307 * version.el (emacs-build-system): Give it a doc-string.
2308
a0649f08
JL
23092011-11-24 Juri Linkov <juri@jurta.org>
2310
2311 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
2312
c0bc0fd4
GM
23132011-11-24 Glenn Morris <rgm@gnu.org>
2314
2315 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
2316 if called on a non-mime message just toggle the headers. (Bug#8006)
2317
20db1522
JB
23182011-11-24 Juanma Barranquero <lekktu@gmail.com>
2319
2320 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
2321 (allout-lead-with-comment-string, allout-structure-deleted-hook)
2322 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
2323 (allout-rebullet-heading, allout-open-sibtopic)
2324 (allout-toggle-current-subtree-encryption)
2325 (allout-toggle-subtree-encryption, allout-encrypt-string)
2326 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
2327 (allout-distinctive-bullets-string, allout-auto-activation):
2328 * window.el (window-normalize-buffer-to-display):
2329 * progmodes/verilog-mode.el (verilog-batch-indent):
2330 * textmodes/bibtex.el (bibtex-field-braces-opt)
2331 (bibtex-field-strings-opt):
2332 * vc/cvs-status.el (cvs-tree-merge):
2333 Fix typos.
2334
7262a87c
MA
23352011-11-23 Michael Albinus <michael.albinus@gmx.de>
2336
2337 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
2338 `non-essential' to t, in order to avoid remote connections.
2339
283430a1
EZ
23402011-11-23 Eli Zaretskii <eliz@gnu.org>
2341
a1beca85
SM
2342 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2343 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
2344 case-insensitively.
2345
d2992a38
ML
23462011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2347
2348 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
2349
50419064
GM
23502011-11-23 Glenn Morris <rgm@gnu.org>
2351
da94eca1
GM
2352 * paths.el (rmail-file-name): Reformat the doc-string so that it
2353 is picked up.
2354
9aac4de2
GM
2355 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
2356 (rmail-auto-file): Ignore case in the "special" field names,
2357 as mail-fetch-field does for all others.
2358
8038d2d2
GM
2359 * mail/rmail.el (rmail-forward):
2360 * mail/rmailkwd.el (rmail-set-label):
2361 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
2362 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
2363
f3fe222a
GM
2364 * mail/rmail.el (rmail-current-message): Doc fix.
2365
50419064
GM
2366 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2367
28109f49
SM
23682011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 * server.el (server-eval-and-print): Allow C-g (bug#6585).
2371
394c65f1
GM
23722011-11-22 Glenn Morris <rgm@gnu.org>
2373
2374 * mail/rmailmm.el (test-rmail-mime-handler)
2375 (test-rmail-mime-bulk-handler)
2376 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
2377
f2a0aa3a
JL
23782011-11-21 Juri Linkov <juri@jurta.org>
2379
1154d12e
JB
2380 * calc/calc.el (calc-read-key-sequence):
2381 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 2382
9c34a344
LMI
23832011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2384
2385 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
2386 Tell the caller that the next line needs recomputation, even
2387 though it doesn't start a sexp (bug#10094).
2388
f04a3be9
SM
23892011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2390
2391 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
2392
7978747f
SM
23932011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2394
f04a3be9
SM
2395 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2396 Use force-same-window.
7978747f 2397
fe7a3057
JB
23982011-11-20 Juanma Barranquero <lekktu@gmail.com>
2399
2400 * descr-text.el (describe-char-unicode-data):
2401 * json.el (json-string-escape):
2402 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
2403 (Footnote-unicode, Footnote-style-p):
2404 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
2405
24901d61
CY
24062011-11-20 Chong Yidong <cyd@gnu.org>
2407
2408 * window.el (replace-buffer-in-windows): Restore interactive spec.
2409
bac7ff22
SM
24102011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2411
24f3d7b9
SM
2412 * electric.el (electric-indent-mode): Fix last change (too optimistic).
2413
bac7ff22
SM
2414 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
2415 (byte-compile-global-not-obsolete-vars): New var.
2416 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
2417 Use it.
2418 (byte-compile-warn-obsolete): Align text with the one in *Help*.
2419
cd1181db
JB
24202011-11-20 Juanma Barranquero <lekktu@gmail.com>
2421
2422 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
2423 * progmodes/pascal.el (electric-pascal-equal):
2424 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
2425 * xml.el (xml-substitute-special): Fix typos.
2426
7fb18e9e
GM
24272011-11-20 Glenn Morris <rgm@gnu.org>
2428
2429 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
2430 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
2431 Doc fixes.
2432 (rmail-decode-mime-charset): Mark as obsolete.
2433
2434 * mail/rmailsum.el (rmail-message-regexp-p-1):
2435 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
2436 Before using mime functions, check they are set. (Bug#10077)
2437
d5a6b3ba
JL
24382011-11-19 Juri Linkov <juri@jurta.org>
2439
2440 * info.el (Info-finder-find-node): Use `package--builtins' instead
2441 of `package-alist'. Use node names formed by the pattern "Keyword "
2442 and the keyword name.
2443
e981b61f
AS
24442011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2445
1d00653d 2446 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 2447
3ffbc301
JL
24482011-11-19 Juri Linkov <juri@jurta.org>
2449
2450 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
2451 that calls `revert-buffer' on all Info buffers. (Bug#9915)
2452 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
2453 `old-history', `old-history-forward'. Add let-binding
2454 `window-selected'. Remove calls to `kill-buffer',
2455 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
2456 before calling `Info-find-node', so `Info-find-node-2' will reread
2457 the Info file. Restore window positions only when `window-selected'
2458 is non-nil.
2459
30c62133
JL
24602011-11-19 Juri Linkov <juri@jurta.org>
2461
2462 * isearch.el (isearch-lazy-highlight-new-loop):
2463 Remove condition `(not isearch-error)'. (Bug#9918)
2464
2465 * misearch.el (multi-isearch-search-fun): Add condition
2466 `(not bound)' to ignore lazy-highlighting search.
2467 Add the search-failed message "end of multi" when the end of
2468 multi-sequence is reached. Uncapitalize the search-failed
2469 message "Repeat for next buffer".
2470
2471 * info.el (Info-search): Add the search-failed message
2472 "end of the manual" when the end of the manual is reached
2473 in Isearch mode.
2474
645ca9cf
JL
24752011-11-19 Juri Linkov <juri@jurta.org>
2476
2477 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
2478 Use non-destructive `remove' instead of `delete' because
2479 `Info-history-list' stored to `Info-isearch-initial-history-list' in
2480 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
2481
df754f66
JL
24822011-11-19 Juri Linkov <juri@jurta.org>
2483
2484 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
2485 to nil instead of binding `search-ring' and `regexp-search-ring'.
2486 (Bug#9185)
2487
0e23d96a
EZ
24882011-11-19 Eli Zaretskii <eliz@gnu.org>
2489
2490 * simple.el (line-move): Force movement by logical lines for any
2491 hscrolled window, not only when auto-hscroll-mode is on.
2492 (line-move-visual): Update doc string to that effect. (Bug#10076)
2493
8a6ccb66
AS
24942011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2495
2496 * language/european.el (macintosh): Define as alias for mac-roman.
2497
49ae5b39
EZ
24982011-11-19 Eli Zaretskii <eliz@gnu.org>
2499
2500 * mail/rmailmm.el (rmail-mime-display-header)
2501 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
2502 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
2503 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
2504 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
2505 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
2506 of a raw aref.
2507 (rmail-mime-entity-segment): To get past the tagline, move forward
2508 2 more lines, to account for the 2 empty lines that precede and
2509 follow the line with the buttons.
2510 (rmail-mime-update-tagline): Move one more line, to get past the
2511 empty line that follows the buttons in the tagline. (Bug#9520)
2512
c56cad4a
MR
25132011-11-19 Martin Rudalics <rudalics@gmx.at>
2514
2515 * window.el (window-max-delta-1, window-min-delta-1)
2516 (window-min-size-1, window-state-get-1, window-state-put-1)
2517 (window-state-put-2): Use "window--" prefix.
2518
cbe71af3
SM
25192011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2520
2ad52c60
SM
2521 * emacs-lisp/smie.el: Improve warnings and conflict detection.
2522 (smie-warning-count): New var.
2523 (smie-set-prec2tab): Use it.
2524 (smie-bnf->prec2): Improve warnings. Add docstring.
2525 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
2526 (smie-bnf--set-class): New function.
2527 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
2528 corner case.
2529
6944dbc1
SM
2530 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
2531 (compilation-error-properties, compilation-move-to-column):
2532 Handle compilation-first-column while in the target buffer.
2533
c400c4d7
SM
2534 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
2535 Don't hardcode point-min==1.
2536
6dbe3e96
SM
2537 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
2538 (eshell-rewrite-for-command): Remove workaround.
2539 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
2540 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
2541 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
2542
cbe71af3
SM
2543 * files-x.el (modify-file-local-variable): Obey commenting conventions.
2544
a8e1496d
GM
25452011-11-17 Glenn Morris <rgm@gnu.org>
2546
2547 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2548 Ignore buffer-local generated-autoload-file if it is the same
2549 as the global value. (Bug#10049)
2550
df85d315
JB
25512011-11-17 Juanma Barranquero <lekktu@gmail.com>
2552
2553 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
2554 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
2555 (reftex-toc-previous-heading, reftex-toc-max-level)
2556 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
2557 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
2558 (reftex-toc-do-promote, reftex-toc-promote-prepare)
2559 (reftex-toc-promote-action, reftex-toc-extract-section-number)
2560 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
2561 (reftex-toc-rename-label, reftex-toc-visit-location)
2562 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
2563 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
2564 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
2565 leaving "*toc*" only for references to the buffer.
2566
a0c2d0ae
MR
25672011-11-17 Martin Rudalics <rudalics@gmx.at>
2568
2569 * window.el (window-resize, delete-window, split-window):
2570 Replace window-splits by window-combination-resize.
1d00653d 2571 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 2572
35c0bac8
GM
25732011-11-17 Glenn Morris <rgm@gnu.org>
2574
2575 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2576 Make bash entry derive from sh entry, not shell entry.
2577
d0c8fc8a
MA
25782011-11-16 Michael Albinus <michael.albinus@gmx.de>
2579
d0c8fc8a
MA
2580 * net/tramp-cache.el (tramp-flush-file-property): Flush also
2581 properties of linked files. (Bug#9879)
2582
7262a87c
MA
2583 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
2584 local file name.
2585
7877f373
JB
25862011-11-16 Juanma Barranquero <lekktu@gmail.com>
2587
2588 * menu-bar.el (menu-bar-file-menu):
2589 * printing.el (pr-ps-utility):
2590 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
2591 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
2592 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2593 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
2594 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
2595 (icalendar--convert-cyclic-to-ical)
2596 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
2597 (icalendar--convert-ical-to-diary)
2598 (icalendar--convert-recurring-to-diary)
2599 (icalendar--convert-non-recurring-all-day-to-diary)
2600 (icalendar-import-format-sample):
2601 * progmodes/idlw-shell.el (idlwave-shell-mode):
2602 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
2603 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
2604 (vhdl-ps-print-init): Fix typos.
2605
10649b82
KM
26062011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
2607
9d0cfcd6
GM
2608 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
2609 FSF and collapse date sequence, obscure author/maintainer email address
2610 better, remove extra version line, track relocation of author's webpage.
10649b82 2611
9d0cfcd6
GM
2612 * progmodes/python.el (python-pdbtrack-input-prompt)
2613 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
2614 regular python pdb prompts. Adjustments shamelessly taken exactly as
2615 suggested in EmacsWiki page (tiny change):
2616 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 2617
58179cce
JB
26182011-11-16 Juanma Barranquero <lekktu@gmail.com>
2619
2620 * expand.el (expand-pos, expand-index, expand-point):
2621 Remove redundant info from docstring.
2622 (expand-add-abbrevs): Doc fix.
2623 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
2624 (expand-sample-perl-mode-expand-list): Fix typos.
2625
2626 * net/dbus.el (dbus-event-member-name):
2627 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
2628 * term/pc-win.el (msdos-create-frame-with-faces):
2629 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
2630
b6f67890
MR
26312011-11-16 Martin Rudalics <rudalics@gmx.at>
2632
2633 * window.el (split-window, window-state-get-1)
2634 (window-state-put-1, window-state-put-2): Rename occurrences of
2635 window-nest to window-combination-limit.
1d00653d 2636 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 2637
ce7ddba0
CY
26382011-11-16 Chong Yidong <cyd@gnu.org>
2639
2640 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
2641 regexp (Bug#10033).
2642
3ae704f4
SM
26432011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2644
2645 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
2646 `completing-read' will remove *Completions* and will preserve
2647 current-buffer for us.
2648 (tmm-add-prompt): Users of *Completions* will always (re)set its
2649 major mode.
2650 (tmm-old-comp-map): Remove.
2651
6ad1cdde
GM
26522011-11-16 Glenn Morris <rgm@gnu.org>
2653
2654 * mail/rmailedit.el: Require rmailmm when compiling.
2655 (rmail-old-mime-state): New declaration.
2656 (rmail-edit-current-message): If editing a mime message,
2657 edit the "raw" message from the mbox buffer.
2658 (rmail-cease-edit): Handle mime messages. (Bug#9840)
2659
d20faa20
GM
26602011-11-15 Glenn Morris <rgm@gnu.org>
2661
2662 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
2663 which wasn't being used. Add optional arg to force given state.
2664 (rmail-mime): Add optional arg to force given state.
2665
c7015153
JB
26662011-11-15 Juanma Barranquero <lekktu@gmail.com>
2667
2668 * allout.el (allout-encryption-plaintext-sanitization-regexps):
2669 * frame.el (display-mm-dimensions-alist):
2670 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
2671 (outline-move-subtree-down):
2672 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
2673 (newsticker--treeview-do-get-node):
2674 * net/quickurl.el (quickurl-list-buffer-name):
2675 * progmodes/dcl-mode.el (dcl-mode):
2676 * progmodes/gdb-mi.el (gdb-mapcar*):
2677 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
2678
45261b50
GM
26792011-11-15 Glenn Morris <rgm@gnu.org>
2680
2681 * mail/rmail.el (rmail-file-coding-system): It's only ever used
2682 in a boolean sense, so just make it a boolean, and fix the doc.
2683 (rmail-show-mime-function, rmail-mime-feature)
2684 (rmail-require-mime-maybe): Doc fixes.
2685 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
2686
2687 * mail/rmailmm.el (rmail-show-mime): Doc fix.
2688
0d26e0b6
JB
26892011-11-15 Juanma Barranquero <lekktu@gmail.com>
2690
2691 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
2692 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
2693 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
2694 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
2695
447f30f6
GM
26962011-11-15 Glenn Morris <rgm@gnu.org>
2697
672b871d
GM
2698 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
2699 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
2700 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
2701 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
2702 (rmail-mime, rmail-show-mime): Doc fixes.
2703
f6aa5bb1
GM
2704 * term/ns-win.el (mode-line-frame-identification):
2705 Leave it alone. (Bug#10051)
2706
947cd66b
GM
2707 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
2708
447f30f6
GM
2709 * mail/rmailout.el (rmail-output-to-rmail-buffer):
2710 Handle empty buffers. (Bug#9978)
2711
0b381c7e
JB
27122011-11-14 Juanma Barranquero <lekktu@gmail.com>
2713
2714 * international/mule.el (define-charset):
2715 * mail/rmailmm.el (rmail-mime-find-header-encoding):
2716 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
2717 * progmodes/verilog-mode.el (verilog-backward-token):
2718 * textmodes/ispell.el (lookup-words):
2719 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
2720
71e027ac
GM
27212011-11-14 Glenn Morris <rgm@gnu.org>
2722
56632ce4
GM
2723 * progmodes/executable.el
2724 (executable-make-buffer-file-executable-if-script-p):
2725 Handle file-modes returning nil.
2726
40500957
GM
2727 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
2728 message - not necessary, and causes problems. (Bug#9831)
2729
071c2340
GM
2730 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
2731
d3cfca60
GM
2732 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
2733
71e027ac
GM
2734 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
2735 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
2736 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
2737
89d61221
MR
27382011-11-12 Martin Rudalics <rudalics@gmx.at>
2739
2740 * window.el (window-resize, delete-window): Use window-splits
2741 variable instead of function.
2742 (window-state-get-1, window-state-put-2, window-state-put):
2743 Don't deal with windows' splits status.
2744
98282f6f
GM
27452011-11-12 Glenn Morris <rgm@gnu.org>
2746
2747 * apropos.el (apropos-do-all, apropos-library, apropos-value)
2748 (apropos-documentation): Doc fixes.
2749
40a8bdf6
JB
27502011-11-11 Juanma Barranquero <lekktu@gmail.com>
2751
2752 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
2753 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
2754
65bd19ff
SM
27552011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2756
2757 * electric.el (electric-indent-post-self-insert-function): Make it
2758 possible for a char to only indent in some circumstances.
2759 (electric-indent-mode): Simplify.
2760
54f9154c
MR
27612011-11-11 Martin Rudalics <rudalics@gmx.at>
2762
2763 * window.el (windows-with-parameter): Remove unused function.
2764 (windows-at-side): Rename to window-at-side-list.
2765 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
2766 (window-side-check, window-size-ignore, window-size-fixed-1)
2767 (window-in-direction-2): Prefix with "window--".
2768 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 2769
68cbc58b
GM
27702011-11-11 Glenn Morris <rgm@gnu.org>
2771
2772 * subr.el (eval-after-load): If FILE is already loaded,
2773 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
2774
b2621720
GM
27752011-11-10 Glenn Morris <rgm@gnu.org>
2776
9a4de110
GM
2777 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
2778 Call svn via vc-svn-command rather than vc-do-command.
2779 (vc-svn-command): Add --non-interactive. (Bug#9993)
2780 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
2781
b2621720
GM
2782 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2783 Add toggle-read-only. (Bug#7292)
2784 * files.el (toggle-read-only): Mention that it should only
2785 be used interactively. (Bug#10006)
2786
1dce7193
SM
27872011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2788
d9ac1a1e
SM
2789 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2790 Adjust regexp for OCaml warnings.
2791
0c325082
SM
2792 * electric.el (electric-pair-post-self-insert-function): Let user
2793 turn it off buffer-locally (bug#9932).
2794
90132c14
SM
2795 * progmodes/python.el (python-beginning-of-statement):
2796 Rewrite (bug#2703).
2797
1dce7193
SM
2798 * progmodes/compile.el: Better handle TABs (bug#9749).
2799 (compilation-internal-error-properties)
2800 (compilation-next-error-function): Obey the target buffer's
2801 compilation-error-screen-columns.
2802
c4e7c63a
JB
28032011-11-09 Juanma Barranquero <lekktu@gmail.com>
2804
2805 * progmodes/meta-mode.el: Remove obsolete comments.
2806 (meta-right-comment-regexp, meta-ignore-comment-regexp):
2807 Fix typos in docstrings.
2808
2cffd681
MR
28092011-11-09 Martin Rudalics <rudalics@gmx.at>
2810
2811 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 2812 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
2813 (window--resizable): New function. Make all callers of
2814 window-resizable call window--resizable instead.
2815 (window-resizable): Rewrite in terms of window--resizable.
2816
0edcba87
GM
28172011-11-08 Glenn Morris <rgm@gnu.org>
2818
2819 * progmodes/delphi.el (delphi-mode-syntax-table):
2820 Let define-derived-mode define a proper syntax table. (Bug#9994)
2821
4b0d61e3
SM
28222011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2823
2824 * window.el: Stay away from defsubst.
2825 (window-list-no-nils): Remove.
2826 (window-state-get-1, window-state-get): Use backquote instead.
2827
cd394be1 28282011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 2829
4b0d61e3 2830 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 2831 Fix incorrect use of default argument in `completing-read'.
2832
e1c2c6f2
MR
28332011-11-08 Martin Rudalics <rudalics@gmx.at>
2834
2835 * window.el (display-buffer-function, special-display-function):
2836 Mention display-buffer-record-window but do not mention
2837 help-setup parameter in doc-strings.
b3f4a882 2838 (window-min-delta): Fix doc-string typo.
e1c2c6f2 2839
105216ed
CY
28402011-11-08 Chong Yidong <cyd@gnu.org>
2841
2842 * window.el (window-total-height, window-total-width): Doc fix.
2843 (window-body-size): Move from C.
2844 (window-body-height, window-body-width): Move to C.
2845
0a9f9ab5
SM
28462011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2847
2848 * window.el: Make special-display like display-buffer-alist (bug#9532).
2849 (display-buffer--special-action): New function, morphed
2850 from display-buffer--special.
2851 (display-buffer): Use it to handle special-display-buffers at higher
2852 priority (just after display-buffer-alist).
2853 (display-buffer-fallback-action, display-buffer--other-frame-action)
2854 (pop-to-buffer-same-window): Remove display-buffer--special.
2855
a769dd15
GM
28562011-11-07 Glenn Morris <rgm@gnu.org>
2857
2858 * calendar/cal-menu.el (cal-menu-set-date-title):
2859 Do nothing if not in a calendar. (Bug#9976)
2860
05a61ee3
SM
28612011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2862
2863 * files.el (find-file): Always use selected-window.
2864
be7f5545
MR
28652011-11-07 Martin Rudalics <rudalics@gmx.at>
2866
2867 * window.el (window-combinations): Make WINDOW argument
2868 mandatory. Rewrite doc-string.
2869 (walk-window-subtree, window-atom-check, window-min-delta)
2870 (window-max-delta, window--resize-this-window)
2871 (window--resize-root-window-vertically, window-tree)
2872 (balance-windows, window-state-put): Rewrite doc-strings as to
2873 not mention the term "subwindow".
2874 (window--resize-subwindows-skip-p): Rename to
2875 window--resize-child-windows-skip-p.
2876 (window--resize-subwindows-normal): Rename to
2877 window--resize-child-windows-normal.
2878 (window--resize-subwindows): Rename to
2879 window--resize-child-windows.
2880 (window-or-subwindow-p): Rename to window--in-subtree-p.
2881
3c6702ef
ML
28822011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2883
2884 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
2885 Ensure that mbox format messages end in two newlines (Bug#9974).
2886
49745b39
CY
28872011-11-06 Chong Yidong <cyd@gnu.org>
2888
2889 * window.el (window-combination-p): Function deleted; its
2890 side-effect is not used in any existing code.
2891 (window-combinations, window-combined-p): Call window-*-child
2892 directly.
2893
24300f5f
CY
28942011-11-05 Chong Yidong <cyd@gnu.org>
2895
2896 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
2897 (window-size-ignore, window-state-get): Callers changed.
2898 (window-normalize-window): Rename from window-normalize-any-window.
2899 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 2900 (window-normalize-live-window): Delete.
447f16b8
CY
2901 (window-combination-p, window-combined-p, window-combinations)
2902 (walk-window-subtree, window-atom-root, window-min-size)
2903 (window-sizable, window-sizable-p, window-size-fixed-p)
2904 (window-min-delta, window-max-delta, window-resizable)
2905 (window-resizable-p, window-full-height-p, window-full-width-p)
2906 (window-current-scroll-bars, window-point-1, set-window-point-1)
2907 (window-at-side-p, window-in-direction, window-resize)
2908 (adjust-window-trailing-edge, maximize-window, minimize-window)
2909 (window-deletable-p, delete-window, delete-other-windows)
2910 (record-window-buffer, unrecord-window-buffer)
2911 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
2912 (quit-window, split-window, window-state-put)
2913 (set-window-text-height, fit-window-to-buffer)
2914 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 2915
89bd5ee1
EZ
29162011-11-04 Eli Zaretskii <eliz@gnu.org>
2917
53479029
EZ
2918 * mail/rmail.el (rmail-simplified-subject): Decode subject with
2919 rfc2047-decode-string.
2920 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
2921 warnings.
2922
89bd5ee1
EZ
2923 * window.el (window-body-height, window-body-width): Mention in
2924 the doc string that the return values are in frame's canonical
2925 units. (Bug#9949)
2926
bd17fdee
AM
29272011-11-03 Alan Mackenzie <acm@muc.de>
2928
2929 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
2930 change in cc-engine.el.
2931
acc825c5
SM
29322011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
2933
2934 * window.el (switch-to-buffer): Use `force-same-window' interactively.
2935
1885e5b8
MR
29362011-11-02 Martin Rudalics <rudalics@gmx.at>
2937
2938 * window.el (quit-window): Call unrecord-window-buffer after
2939 showing another buffer in the window. (Bug#9937)
acc825c5 2940 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 2941
ebe06da9
JB
29422011-11-02 Juanma Barranquero <lekktu@gmail.com>
2943
2944 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
2945 Accept status with more than 9 shelves. (Bug#9935)
2946 Reported by Colin D Bennett <colin@gibibit.com>.
2947
4ee88440
MR
29482011-11-01 Martin Rudalics <rudalics@gmx.at>
2949
2950 * help.el (with-help-window): Don't reference
2951 temp-buffer-show-specifiers in doc-string.
2952
08e1d82c
AS
29532011-10-31 Andreas Schwab <schwab@linux-m68k.org>
2954
2955 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
2956 menu-item.
2957
84bd6e9e
VJL
29582011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2959
2960 * whitespace.el: New version 13.2.2.
2961 (whitespace-newline-mode): Disable properly. Reported by Sarah
2962 <EmacsWiki>.
2963
dba0634a
UJ
29642011-10-30 Ulf Jasper <ulf.jasper@web.de>
2965
2966 * net/newst-treeview.el: Remove "Time-stamp".
2967 (newsticker--group-manage-orphan-feeds): Do not call
2968 newsticker--treeview-tree-update.
db22a3c2
JB
2969 (newsticker-treeview-update, newsticker-treeview):
2970 Call newsticker--treeview-tree-update if necessary.
dba0634a 2971
3d8daefe
MR
29722011-10-30 Martin Rudalics <rudalics@gmx.at>
2973
2974 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
2975 (window-iso-combinations): Remove "iso-" infix.
2976 Suggested by Chong Yidong.
3d8daefe
MR
2977 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
2978 (window-max-delta-1, window-resize, window--resize-siblings)
2979 (window--resize-this-window, adjust-window-trailing-edge)
2980 (split-window, balance-windows-1)
2981 (shrink-window-if-larger-than-buffer):
2982 * calendar/calendar.el (calendar-generate-window):
db22a3c2 2983 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 2984
1bc4c3ae
SM
29852011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2986
2987 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
2988 in place (bug#9907).
2989 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
2990 (eshell-rewrite-if-command, eshell-rewrite-for-command)
2991 (eshell-structure-basic-command, eshell-rewrite-while-command)
2992 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
2993 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
2994 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
2995 (eshell-do-pipelines-synchronously, eshell-eval-command):
2996 Use backquotes and prefer setq to set.
2997 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
2998 (eshell-macrop): Use functionp.
c1e2f5fa 2999 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 3000
30b65d9c
CY
30012011-10-30 Chong Yidong <cyd@gnu.org>
3002
3003 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3004 instead of set-mark (Bug#9810).
3005
2d197ffb
CY
30062011-10-30 Chong Yidong <cyd@gnu.org>
3007
3008 * window.el (split-window-below, split-window-right): Rename from
3009 split-window-above-each-other and split-window-side-by-side
3010 respectively. All callers changed.
3011 (split-window-sensibly, split-window-sensibly): Use them.
3012 (split-window-keep-point): Doc fix.
3013
3014 * isearch.el: Add isearch-scroll property to split-window-below
3015 and split-window-right.
3016
3017 * follow.el (follow-mode):
3018 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3019 * progmodes/ada-xref.el (ada-gdb-application):
3020 * emulation/vip.el (vip-buffer-in-two-windows):
3021 * image-dired.el (image-dired-dired-with-window-configuration):
3022 * dired-x.el (dired-do-find-marked-files):
3023 * dired.el (dired-pop-to-buffer):
3024 * bs.el (bs--show-with-configuration):
3025 * vc/emerge.el (emerge-setup-windows):
3026 * textmodes/two-column.el (2C-two-columns):
3027 * textmodes/reftex-toc.el (reftex-toc):
3028 * progmodes/gdb-mi.el (gdb-setup-windows):
3029 * progmodes/fortran.el (fortran-window-create):
3030 * net/newst-treeview.el (newsticker--treeview-window-init):
3031 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3032 * emulation/tpu-edt.el (tpu-gold-map):
3033 * emulation/crisp.el (crisp-mode-map):
3034 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3035
38bb2ca8
CY
30362011-10-29 Chong Yidong <cyd@gnu.org>
3037
aa4de341
CY
3038 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3039
e1eb5385
CY
3040 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3041
5d2ece3c
CY
3042 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3043 forged Ispell output (Bug#7904).
3044
38bb2ca8
CY
3045 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3046
d0af9f77
SM
30472011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3048
3049 * doc-view.el: Avoid ugly errors about not finding nil.
3050 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3051 (doc-view-dvipdf-program, doc-view-unoconv-program)
3052 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3053 Avoid nil or absolute file name as default value.
3054 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3055
52bedd34
AM
30562011-10-28 Alan Mackenzie <acm@muc.de>
3057
db22a3c2 3058 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 3059
7e43cfa5
AM
30602011-10-28 Alan Mackenzie <acm@muc.de>
3061
3062 Amend the handling of c-beginning/end-of-defun in nested declaration
3063 scopes.
3064
52bedd34
AM
3065 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3066 cc-langs.el. Change it to a defcustom.
7e43cfa5 3067
52bedd34
AM
3068 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3069 cc-vars.el.
7e43cfa5 3070
d0af9f77
SM
3071 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3072 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 3073
52bedd34 3074 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 3075 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
3076 (c-widen-to-enclosing-decl-scope): New function.
3077 (c-while-widening-to-decl-block): New macro.
3078 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3079 outward for defun boundaries, and correspondingly change symbol
3080 `respect-enclosure' to `go-outward'.
3081 (c-declaration-limits): Change algorithm to report only the "innermost"
3082 defun's boundaries.
3083
1a2ce9ee
DD
30842011-10-28 Deniz Dogan <deniz@dogan.se>
3085
3086 * net/rcirc.el (rcirc-mode): Use hard newlines.
3087
bc97a826
AM
30882011-10-28 Alan Mackenzie <acm@muc.de>
3089
3090 Amend to indent and fontify macros "which include their own semicolon"
3091 correctly, using the "virtual semicolon" mechanism.
3092
52bedd34 3093 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 3094
d0af9f77 3095 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 3096 Recode to scan one line at a time rather than having \n and \r
58179cce 3097 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 3098 (c-forward-label): Amend for virtual semicolons.
58179cce 3099 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 3100
52bedd34
AM
3101 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3102 of the new C macros.
bc97a826 3103
52bedd34 3104 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
3105 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3106 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
3107 (c-opt-cpp-macro-define): Make into a full language variable.
3108 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3109 AWK Mode (including \n, \r) removed, no longer needed.
3110
d0af9f77
SM
3111 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3112 Invoke c-make-macro-with-semi-re.
bc97a826 3113
52bedd34
AM
3114 * progmodes/cc-vars.el (c-macro-with-semi-re):
3115 (c-macro-names-with-semicolon): New variables.
58179cce 3116 (c-make-macro-with-semi-re): New function.
bc97a826 3117
7a6c0941
SM
31182011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3119
3120 * vc/log-edit.el: Fill empty field rather than adding new one.
3121 (log-edit-add-field): New function.
3122 (log-edit-insert-changelog): Use it.
3123
b0c4cdcf
ML
31242011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3125
3126 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3127
ee1f1da9
SM
31282011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3129
3130 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3131 (gdb--check-interpreter): New function.
3132 (gdb): Use it.
3133
51bc5f8b
GM
31342011-10-27 Glenn Morris <rgm@gnu.org>
3135
416a2c45
GM
3136 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3137 (least-positive-float, least-negative-float)
3138 (least-positive-normalized-float, least-negative-normalized-float)
3139 (float-epsilon, float-negative-epsilon):
3140 Remove unnecessary declarations.
3141
3142 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3143 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3144 (least-positive-float, least-negative-float)
3145 (least-positive-normalized-float, least-negative-normalized-float)
3146 (float-epsilon, float-negative-epsilon): Add doc-strings,
3147 based on those in cl.texi.
3148
51bc5f8b
GM
3149 * files.el (set-visited-file-name): If the major-mode changed,
3150 reload the local variables. (Bug#9796)
3151
15de15c6
CY
31522011-10-27 Chong Yidong <cyd@gnu.org>
3153
3154 * subr.el (change-major-mode-after-body-hook): New hook.
3155 (run-mode-hooks): Run it.
3156
ee1f1da9
SM
3157 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3158 Use change-major-mode-before-body-hook.
15de15c6
CY
3159
3160 * simple.el (fundamental-mode):
3161 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3162 change introducing fundamental-mode-hook.
3163
5430d399
JB
31642011-10-26 Juanma Barranquero <lekktu@gmail.com>
3165
acc825c5 3166 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 3167
ad74a69e
MA
31682011-10-26 Michael Albinus <michael.albinus@gmx.de>
3169
3170 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 3171 tramp.el explicitly. (Bug#7583)
ad74a69e 3172
71d4c2a5
SM
31732011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * progmodes/octave-mod.el:
3176 * progmodes/octave-inf.el: Update maintainer.
3177
b1f6fa26
CY
31782011-10-26 Chong Yidong <cyd@gnu.org>
3179
3180 * subr.el (with-wrapper-hook): Rewrite doc.
3181
3f04efd6
MA
31822011-10-25 Michael Albinus <michael.albinus@gmx.de>
3183
3184 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 3185 filenames "/method:foo:". (Bug#9793)
3f04efd6 3186
410488d3
SM
31872011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3188
3189 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3190 (bug#9865).
3191
c1ebb47e
GM
31922011-10-24 Glenn Morris <rgm@gnu.org>
3193
3194 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3195
7f5c46c7
MA
31962011-10-24 Michael Albinus <michael.albinus@gmx.de>
3197
3198 * notifications.el: Add the requirement of a running D-Bus session
3199 bus to the Commentary.
3200
db2440b6
JL
32012011-10-24 Juri Linkov <juri@jurta.org>
3202
3203 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3204 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3205 (Bug#9364)
3206
feecf435
JL
32072011-10-24 Juri Linkov <juri@jurta.org>
3208
3209 * info.el (Info-following-node-name-re): Add newline to the list
3210 of allowed characters for leading space. (Bug#9824)
3211
a3839de2
SM
32122011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3213
acc825c5
SM
3214 * progmodes/octave-inf.el (inferior-octave-mode-map):
3215 Fix C-c C-h binding.
a3839de2
SM
3216 * progmodes/octave-mod.el (octave-help): Remove.
3217
09388e76
MA
32182011-10-23 Michael Albinus <michael.albinus@gmx.de>
3219
3220 Sync with Tramp 2.2.3.
3221
3222 * net/tramp-cache.el (top): Pacify byte-compiler using
3223 `init-file-user' and `site-run-file'.
3224
3225 * net/trampver.el: Update release number.
3226
86c60681
CY
32272011-10-23 Chong Yidong <cyd@gnu.org>
3228
3229 * files.el (toggle-read-only): Remove obsolete comment about
3230 version control.
3231
3232 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3233 for toggle-read-only. Note that this hasn't called vc-next-action
3234 since 2008-05-02, though it wasn't documented at the time.
3235
a3839de2
SM
3236 * vc/ediff-init.el (ediff-toggle-read-only-function):
3237 Use toggle-read-only.
86c60681 3238
cd5495ff
AM
32392011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
3240
3241 Fix bug #9560, sporadic wrong indentation; improve instrumentation
3242 of c-parse-state.
3243
00b77525 3244 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 3245 correct faulty logical expression.
cd5495ff
AM
3246 (c-parse-state-state, c-record-parse-state-state):
3247 (c-replay-parse-state-state): New defvar/defuns.
3248 (c-debug-parse-state): Use new functions.
3249
42ee24ed
MR
32502011-10-22 Martin Rudalics <rudalics@gmx.at>
3251
3252 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 3253 last fix. Use window-in-direction correctly.
42ee24ed 3254
a7dee7e7
CY
32552011-10-21 Chong Yidong <cyd@gnu.org>
3256
3257 * progmodes/idlwave.el (idlwave-mode):
3258 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
3259 require-final-newline; that's done in prog-mode.
3260 Suggested by Stefan Monnier.
a7dee7e7 3261
e07b9a6d
MR
32622011-10-21 Martin Rudalics <rudalics@gmx.at>
3263
3264 * mouse.el (mouse-drag-window-above)
3265 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
3266 (mouse-drag-mode-line-1, mouse-drag-header-line)
3267 (mouse-drag-vertical-line-rightward-window): Remove.
3268 (mouse-drag-line): New function.
3269 (mouse-drag-mode-line, mouse-drag-header-line)
3270 (mouse-drag-vertical-line): Call mouse-drag-line.
3271 * window.el (window-at-side-p, windows-at-side): New functions.
3272
7e1361d9
UM
32732011-10-21 Ulrich Mueller <ulm@gentoo.org>
3274
3275 * tar-mode.el (tar-grind-file-mode):
3276 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
3277
30fcaf3a
CY
32782011-10-21 Chong Yidong <cyd@gnu.org>
3279
3280 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
3281 * progmodes/vera-mode.el (vera-mode):
3282 Use mode-require-final-newline.
30fcaf3a 3283
516eddb0
GM
32842011-10-20 Glenn Morris <rgm@gnu.org>
3285
db22a3c2 3286 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 3287
10d5f513
CS
32882011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
3289
3290 * emulation/cua-base.el (cua-set-mark): Fix case of string.
3291
ac6c8639
CY
32922011-10-20 Chong Yidong <cyd@gnu.org>
3293
3294 * emulation/cua-base.el (cua-mode):
3295 * mail/footnote.el (footnote-mode):
3296 * mail/mailabbrev.el (mail-abbrevs-mode):
3297 * net/xesam.el (xesam-minor-mode):
3298 * progmodes/bug-reference.el (bug-reference-mode):
3299 * progmodes/cap-words.el (capitalized-words-mode):
3300 * progmodes/compile.el (compilation-minor-mode)
3301 (compilation-shell-minor-mode):
3302 * progmodes/gud.el (gud-tooltip-mode):
3303 * progmodes/hideif.el (hide-ifdef-mode):
3304 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3305 * progmodes/subword.el (subword-mode):
3306 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3307 * progmodes/which-func.el (which-function-mode):
3308 * term/tvi970.el (tvi970-set-keypad-mode):
3309 * term/vt100.el (vt100-wide-mode):
3310 * textmodes/flyspell.el (flyspell-mode):
3311 * textmodes/ispell.el (ispell-minor-mode):
3312 * textmodes/nroff-mode.el (nroff-electric-mode):
3313 * textmodes/paragraphs.el (use-hard-newlines):
3314 * textmodes/refill.el (refill-mode):
3315 * textmodes/reftex.el (reftex-mode):
3316 * textmodes/rst.el (rst-minor-mode):
3317 * textmodes/sgml-mode.el (html-autoview-mode)
3318 (sgml-electric-tag-pair-mode):
3319 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
3320 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
3321 * emulation/crisp.el (crisp-mode):
3322 * emacs-lisp/eldoc.el (eldoc-mode):
3323 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
3324 minor mode behavior.
3325
aa42ab43
JL
33262011-10-19 Juri Linkov <juri@jurta.org>
3327
3328 * descr-text.el (describe-char): Add #x2010 and #x2011 to
3329 the list of hard-coded chars with escape-glyph face.
3330
89400f1d
SM
33312011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3332
3333 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
3334
305c07f6
MA
33352011-10-19 Michael Albinus <michael.albinus@gmx.de>
3336
3337 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
3338 running process.
3339
13754b54
GM
33402011-10-19 Glenn Morris <rgm@gnu.org>
3341
3342 * vc/vc-bzr.el (vc-bzr-after-dir-status):
3343 Ignore ignored files. (Bug#9726)
3344
06e21633
CY
33452011-10-19 Chong Yidong <cyd@gnu.org>
3346
3347 Doc fix for minor modes, stating that an omitted argument enables
3348 the mode unconditionally when called from Lisp.
3349
3350 * abbrev.el (abbrev-mode):
3351 * allout.el (allout-mode):
3352 * autoinsert.el (auto-insert-mode):
3353 * autoarg.el (autoarg-mode, autoarg-kp-mode):
3354 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3355 (global-auto-revert-mode):
3356 * battery.el (display-battery-mode):
3357 * composite.el (global-auto-composition-mode)
3358 (auto-composition-mode):
3359 * delsel.el (delete-selection-mode):
3360 * desktop.el (desktop-save-mode):
3361 * dired-x.el (dired-omit-mode):
3362 * dirtrack.el (dirtrack-mode):
3363 * doc-view.el (doc-view-minor-mode):
3364 * double.el (double-mode):
3365 * electric.el (electric-indent-mode, electric-pair-mode):
3366 * emacs-lock.el (emacs-lock-mode):
3367 * epa-hook.el (auto-encryption-mode):
3368 * follow.el (follow-mode):
3369 * font-core.el (font-lock-mode):
3370 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
3371 * help.el (temp-buffer-resize-mode):
3372 * hilit-chg.el (highlight-changes-mode)
3373 (highlight-changes-visible-mode):
3374 * hi-lock.el (hi-lock-mode):
3375 * hl-line.el (hl-line-mode, global-hl-line-mode):
3376 * icomplete.el (icomplete-mode):
3377 * ido.el (ido-everywhere):
3378 * image-file.el (auto-image-file-mode):
3379 * image-mode.el (image-minor-mode):
3380 * iswitchb.el (iswitchb-mode):
3381 * jka-cmpr-hook.el (auto-compression-mode):
3382 * linum.el (linum-mode):
3383 * longlines.el (longlines-mode):
3384 * master.el (master-mode):
3385 * mb-depth.el (minibuffer-depth-indicate-mode):
3386 * menu-bar.el (menu-bar-mode):
3387 * minibuf-eldef.el (minibuffer-electric-default-mode):
3388 * mouse-sel.el (mouse-sel-mode):
3389 * msb.el (msb-mode):
3390 * mwheel.el (mouse-wheel-mode):
3391 * outline.el (outline-minor-mode):
3392 * paren.el (show-paren-mode):
3393 * recentf.el (recentf-mode):
3394 * reveal.el (reveal-mode, global-reveal-mode):
3395 * rfn-eshadow.el (file-name-shadow-mode):
3396 * ruler-mode.el (ruler-mode):
3397 * savehist.el (savehist-mode):
3398 * scroll-all.el (scroll-all-mode):
3399 * scroll-bar.el (scroll-bar-mode):
3400 * server.el (server-mode):
3401 * shell.el (shell-dirtrack-mode):
3402 * simple.el (auto-fill-mode, transient-mark-mode)
3403 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
3404 (line-number-mode, column-number-mode, size-indication-mode)
3405 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
3406 * strokes.el (strokes-mode):
3407 * time.el (display-time-mode):
3408 * t-mouse.el (gpm-mouse-mode):
3409 * tool-bar.el (tool-bar-mode):
3410 * tooltip.el (tooltip-mode):
3411 * type-break.el (type-break-mode-line-message-mode)
3412 (type-break-query-mode):
3413 * view.el (view-mode):
3414 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3415 (global-whitespace-mode, global-whitespace-newline-mode):
3416 * xt-mouse.el (xterm-mouse-mode): Doc fix.
3417
a3839de2
SM
3418 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3419 Fix autogenerated docstring.
06e21633 3420
5214e501
JL
34212011-10-19 Juri Linkov <juri@jurta.org>
3422
3423 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
3424 by checking environment variables "DESKTOP_SESSION" and
3425 "XDG_CURRENT_DESKTOP". (Bug#9779)
3426
195f8db9
JL
34272011-10-19 Juri Linkov <juri@jurta.org>
3428
3429 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
3430 (browse-url-chromium-program, browse-url-chromium-arguments):
3431 New defcustoms.
3432 (browse-url-default-browser): Check for `browse-url-chromium' and
3433 call `browse-url-chromium-program'.
3434 (browse-url-chromium): New command. (Bug#9779)
3435
343a34ff
JB
34362011-10-18 Juanma Barranquero <lekktu@gmail.com>
3437
3438 * facemenu.el (list-colors-duplicates): On Windows, detect more
3439 duplicates by assuming that only colors matching "^System" are
3440 special "system colors". (Bug#9722)
3441
6978a151
SM
34422011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
3445 to distinguish the author from the committer.
3446
6a80b297
MA
34472011-10-18 Michael Albinus <michael.albinus@gmx.de>
3448
3449 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
3450
b31a5677
JK
34512011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
3452
3453 * international/mule.el (sgml-html-meta-auto-coding-function):
3454 Add support for detecting encoding in HTML5 specified only as
3455 <meta charset="UTF-8">. Implementation just makes http-equiv and
3456 content-type parts from HTML4 encoding string optional. (Bug#9716)
3457
80c6d77f
GM
34582011-10-18 Glenn Morris <rgm@gnu.org>
3459
3460 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
3461
08b0fee8
CY
34622011-10-18 Chong Yidong <cyd@gnu.org>
3463
3464 * faces.el (cursor): Doc fix.
3465
67e729a5
CY
34662011-10-17 Chong Yidong <cyd@gnu.org>
3467
3468 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
3469
343a34ff 34702011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
3471
3472 * dirtrack.el (dirtrack): Support shell buffers with path
3473 prefixes, e.g. tramp-based remote shells. (Bug#9647)
3474
0bc06380
TZ
34752011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
3476
3477 * json.el: Bump version to 1.3 and note change in History.
3478 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
3479
8b79f3e0
SM
34802011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3481
5a7c536b
SM
3482 * comint.el (comint-insert-input, comint-send-input)
3483 (comint-get-old-input-default, comint-backward-matching-input)
3484 (comint-next-prompt): Use nil instead of `input' for field property of
3485 past user input (bug#114).
3486
96a8a0df
SM
3487 * minibuffer.el (completion--replace): Inherit surrounding properties
3488 (bug#114).
3489 (minibuffer-complete-and-exit): Use it.
3490
8b79f3e0
SM
3491 * comint.el (comint--table-subvert): Quote the all-completions output
3492 (bug#9160).
3493
b8f7ff0d
MR
34942011-10-17 Martin Rudalics <rudalics@gmx.at>
3495
8b79f3e0 3496 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 3497
b8f7ff0d 3498 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 3499 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
3500 entries and separate them from frame entries.
3501
c235b555
GM
35022011-10-15 Glenn Morris <rgm@gnu.org>
3503
3504 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
3505 Doc fixes.
3506
6bbfa6e1
CY
35072011-10-15 Chong Yidong <cyd@stupidchicken.com>
3508
8b79f3e0
SM
3509 * net/network-stream.el (network-stream-open-starttls):
3510 Improve detection of failure due to lack of TLS support.
ec5c990d 3511
6bbfa6e1
CY
3512 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
3513 putting the input text in front and in bold.
3514
98488977
SM
35152011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3516
3d1337be
SM
3517 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
3518
ee0b45e4
SM
3519 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
3520 empty buffer.
3521
98488977
SM
3522 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
3523 unread-command-events rather than pushing yet-another event.
3524
186f4720
EZ
35252011-10-14 Eli Zaretskii <eliz@gnu.org>
3526
3527 * mail/sendmail.el (sendmail-query-once): Improve the wording of
3528 the explanation of the possible choices. Make the options passed
3529 to completing-read shorter.
3530
8b7a997c
AM
35312011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3532
3533 * textmodes/flyspell.el (flyspell-large-region): Make sure
3534 extended character mode is used if defined (Bug#1339).
3535
12587bbb
EZ
35362011-10-13 Eli Zaretskii <eliz@gnu.org>
3537
3538 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
3539 character info for LRE, LRO, RLE, and RLO characters by appending
3540 an invisible PDF.
12587bbb 3541
bad41229
SM
35422011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3543
3544 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
3545 even in case of error; add debug spec; simplify data flow.
3546 (with-timeout-handler): Remove.
3547
28dbc92f
MA
35482011-10-12 Michael Albinus <michael.albinus@gmx.de>
3549
3550 Fix Bug#6019, Bug#9315.
3551
3552 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
3553 complete `buffer-file-name', the local file name part could look
3554 remotely (for example on VMS).
3555
3556 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
3557 `tramp-run-real-handler'.
3558 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
3559 already quoted by '"'.
3560
3561 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
3562 Let `file-name-handler-alist' be nil, the local file name part
3563 could look remotely (for example on VMS).
3564
e1b0b23a
SM
35652011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3566
3567 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
3568 from here...
3569 (flyspell-post-command-hook): ...to here.
3570
a120bde9
SM
35712011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3572
3573 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
3574 if not needed.
3575 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
3576 using completion. Protect against "slow" callers.
3577 Remove the "message hack".
3578
7ce7717b
JL
35792011-10-11 Juri Linkov <juri@jurta.org>
3580
3581 * isearch.el (isearch-lazy-highlight-word): New variable.
3582 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3583 Use it. (Bug#9727)
3584
c02ee9d6
GM
35852011-10-11 Glenn Morris <rgm@gnu.org>
3586
3587 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
3588 like f90-previous-statement does.
3589
93e616fd 35902011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3591
1f190e73 3592 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
3593 only in interactive use, to avoid error.
3594
af7b6078
SM
35952011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * minibuffer.el (completion-file-name-table): Fix last change,
3598 i.e. ignore normal errors but not the other ones.
3599
0563dae9
MR
36002011-10-10 Martin Rudalics <rudalics@gmx.at>
3601
3602 * window.el (special-display-buffer-names)
3603 (special-display-regexps): Remove some remnants of earlier
3604 changes from doc-strings.
366ca7f3
MR
3605 (quit-windows-on): New function.
3606
3607 * vc/vc.el (vc-revert, vc-rollback):
3608 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
3609 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 3610 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 3611
49677495
MR
36122011-10-09 Martin Rudalics <rudalics@gmx.at>
3613
3614 * window.el (frame-auto-hide-function): Add version tag.
3615 (Bug#9699)
3616
56f2d1e1
MA
36172011-10-09 Michael Albinus <michael.albinus@gmx.de>
3618
3619 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
3620 condition.
3621
112a6592
LL
36222011-10-09 Leo Liu <sdl.web@gmail.com>
3623
3624 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
3625 (Bug#9701)
3626
0812589b
GM
36272011-10-08 Glenn Morris <rgm@gnu.org>
3628
3629 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
3630 before the first code statement zero indent. (Bug#9690)
3631
b2b0776e
CY
36322011-10-08 Chong Yidong <cyd@stupidchicken.com>
3633
3634 * simple.el (count-words-region): Always count in the region.
3635 Report the number of lines and characters too.
3636 (count-words): New command, which counts in the buffer if the
3637 region is inactive, as count-words-region used to.
3638 (count-words--message): New function. Handle plurals.
3639 (count-lines-region): Make it an alias for count-words-region.
3640
3641 * bindings.el (esc-map): Replace count-lines-region with
3642 count-words-region.
3643
c557cd6b
MR
36442011-10-08 Martin Rudalics <rudalics@gmx.at>
3645
3646 * window.el (window--delete): Delete dedicated frame
3647 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 3648 (switch-to-buffer): Fix doc-string typo.
c557cd6b 3649
61a57ef4 36502011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3651
3a7d293b 3652 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 3653
c3833279
CY
36542011-10-07 Chong Yidong <cyd@stupidchicken.com>
3655
3656 * bindings.el ([M-left],[M-right]): Bind to left-word and
3657 right-word respectively.
3658
21ce8245
GM
36592011-10-07 Glenn Morris <rgm@gnu.org>
3660
3661 * cus-start.el (debug-on-quit): Fix custom type.
3662
6d823bb2
LMI
36632011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3664
0181e193
LMI
3665 * subr.el (define-key-after): Clarify that the function is not
3666 useful for non-menu keymaps.
3667
6d823bb2
LMI
3668 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
3669
8e3459ce 36702011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3671
21ce8245 3672 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 3673 in current minibuffer (Fix bug with recursive minibuffers).
3674
a1c2d21e
CY
36752011-10-06 Chong Yidong <cyd@stupidchicken.com>
3676
3677 * progmodes/gdb-mi.el (gdb): Doc fix.
3678
5a4cf282
MR
36792011-10-05 Martin Rudalics <rudalics@gmx.at>
3680
3681 * window.el (frame-auto-hide-function): New option replacing
3682 frame-auto-delete. Suggested by Stefan Monnier.
3683 (window--delete): Call frame-auto-hide-function instead of
3684 investigating frame-auto-delete.
c96111ea
MR
3685 (window-point-1, set-window-point-1): New functions.
3686 (window-in-direction, record-window-buffer, window-state-get-1)
3687 (display-buffer-record-window): Use window-point-1 instead of
3688 window-point.
3689 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 3690
9854542e
SM
36912011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3692
3693 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
3694
8943cfb0
GM
36952011-10-05 Glenn Morris <rgm@gnu.org>
3696
3697 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
3698 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
3699
647ab967
LL
37002011-10-05 Leo Liu <sdl.web@gmail.com>
3701
3702 * subr.el (read-char-choice): Fix argument to buffer-live-p which
3703 works with buffer object.
3704
3ddfbced
SM
37052011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3706
3707 * mpc.el (mpc-tool-bar-map): Add labels.
3708
bdfa5dd2
GM
37092011-10-04 Glenn Morris <rgm@gnu.org>
3710
3711 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3712
0e2070b5
MR
37132011-10-04 Martin Rudalics <rudalics@gmx.at>
3714
3715 * window.el (window--delete): New function.
3716 (frame-auto-delete): Resuscitate option.
3717 (bury-buffer, replace-buffer-in-windows)
3718 (quit-window): Rewrite using window--delete.
3719 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3720 Pass display-buffer-mark-dedicated to window--display-buffer-2
3721 (Bug#9639).
3722
3dc61a09
SM
37232011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3724
915a9b64
SM
3725 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
3726 returns a list (bug#9554). Add remote file name completion.
3727 * comint.el (comint--table-subvert): Curry and get quote&unquote
3728 functions as arguments.
3729 (comint--complete-file-name-data): Adjust call accordingly.
3730 * pcomplete.el (pcomplete--table-subvert): Remove.
3731 (pcomplete-completions-at-point): Use comint--table-subvert instead.
3732
3dc61a09
SM
3733 * minibuffer.el (completion-table-case-fold): Use currying.
3734 (completion--styles-type, completion--cycling-threshold-type):
3735 New constants.
3736 (completion-styles, completion-category-overrides)
3737 (completion-cycle-threshold): Use them.
3738 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
3739 completion-table-case-fold.
3740
8ea0a993
SB
37412011-10-03 Stephen Berman <stephen.berman@gmx.net>
3742
3743 * minibuffer.el (completion-category-overrides): Fix type of styles
3744 and add more user friendly tags (bug#9660).
3745
8c24b7f6
SM
37462011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3747
3748 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
3749 (mule-input-method-string): New widget.
3750 (default-input-method, language-info-custom-alist): Use it.
3751
428fe61a
SM
37522011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3753
32c1fffd
SM
3754 * pcomplete.el: Require comint.
3755 (pcomplete--common-suffix): Remove.
3756 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
3757 (pcomplete--table-subvert): Sync with comint--table-subvert.
3758 (pcomplete--entries): Use comint-completion-file-name-table.
3759 * comint.el (comint-unquote-filename): Simplify.
3760 (comint-completion-file-name-table): New function (bug#9616).
3761 (comint--complete-file-name-data): Use it.
3762
428fe61a
SM
3763 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
3764 (pcmpl-gnu-tar-buffer): Remove.
3765 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
3766 around. Make sure pcomplete-suffix-list is only changed temporarily.
3767 Don't look inside the tar's file if it's too large.
428fe61a 3768
04c52e2f
CY
37692011-10-01 Chong Yidong <cyd@stupidchicken.com>
3770
ce3cefcc
CY
3771 * cus-edit.el (custom-mode-map):
3772 * epa.el (epa-key-list-mode-map):
3773 * man.el (Man-mode-map):
3774 * startup.el (splash-screen-keymap):
3775 * simple.el (special-mode-map): Use scroll-up-command and
3776 scroll-down-command.
3777
3778 * progmodes/idlw-help.el (idlwave-help-mode-map):
3779 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
3780 * net/newst-plainview.el (newsticker-mode-map):
3781 * emulation/ws-mode.el (wordstar-mode-map):
3782 * emulation/vi.el (vi-com-map):
3783 * calc/calc-graph.el (calc-graph-show-dumb):
3784 * term/sun.el (terminal-init-sun):
3785 * term/ns-win.el (global-map):
3786 * progmodes/grep.el (grep-mode-map):
3787 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
3788 * mail/rmail.el (rmail-mode-map):
3789 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
3790
04c52e2f
CY
3791 * custom.el (custom-safe-themes, load-theme): Treat value of t for
3792 custom-safe-themes as special.
3793
79adf8c8
JD
37942011-10-01 Julien Danjou <julien@danjou.info>
3795
3796 * notifications.el (notifications-notify): Fix docstring.
3797
63bd50d3
PS
37982011-10-01 Per Starbäck <per@starback.se>
3799
3800 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
3801
199e4c7e
MR
38022011-09-30 Martin Rudalics <rudalics@gmx.at>
3803
3804 * startup.el (command-line-1): Fix last fix by inserting
3805 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 3806 (Bug#9605) and (Bug#9636)
199e4c7e 3807
fe5f08dd
EZ
38082011-09-29 Eli Zaretskii <eliz@gnu.org>
3809
3810 * simple.el (line-move): If auto-hscroll-mode is disabled and the
3811 window is hscrolled, move by logical lines. (Bug#9607)
3812 (line-move-visual): Update the doc string to the above effect.
3813
b5516bbd
MR
38142011-09-29 Martin Rudalics <rudalics@gmx.at>
3815
ccee00c0
MR
3816 * window.el (display-buffer-record-window): When WINDOW is the
3817 selected window use `point' instead of `window-point'. (Bug#9626)
3818
b5516bbd
MR
3819 * startup.el (command-line-1): Use insert-before-markers when
3820 inserting initial-scratch-message. (Bug#9605)
ccee00c0 3821
b5516bbd
MR
3822 * help.el (help-window): Remove variable.
3823
52aa0014
GM
38242011-09-29 Glenn Morris <rgm@gnu.org>
3825
3826 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
3827
df9a7357
JB
38282011-09-29 Juanma Barranquero <lekktu@gmail.com>
3829
3830 * descr-text.el (describe-char-categories): Accept category
3831 descriptions more than one line long.
3832
a8406c20
SM
38332011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3834
88d9610c
SM
3835 * simple.el (delete-trailing-whitespace): Fix last change.
3836
a5daf810
SM
3837 * progmodes/perl-mode.el (perl-syntax-propertize-function):
3838 Don't confuse "y => 3" as the beginning of a `y' operation.
3839
a8406c20
SM
3840 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
3841 object has more than 4 slots (bug#9613).
3842
a239d4e9
JB
38432011-09-28 Juanma Barranquero <lekktu@gmail.com>
3844
3845 * subr.el (with-output-to-temp-buffer):
3846 * net/quickurl.el (quickurl, quickurl-browse-url):
3847 Fix typos in docstrings.
3848
693fbdb6
EZ
38492011-09-27 Eli Zaretskii <eliz@gnu.org>
3850
3851 * minibuffer.el (completion-styles)
3852 (completion-category-overrides): Cross reference each other in doc
3853 strings.
3854
8b457e28
GM
38552011-09-27 Glenn Morris <rgm@gnu.org>
3856
3857 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
3858 to split-string. (Bug#9606)
3859
85a16208
LMI
38602011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3861
3862 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
3863 (bug#9615).
3864
502f9ebd
CY
38652011-09-27 Chong Yidong <cyd@stupidchicken.com>
3866
3867 * emacs-lisp/package.el (list-packages): Fix echo area message.
3868
7690bdea
LL
38692011-09-27 Leo Liu <sdl.web@gmail.com>
3870
3871 * ido.el (ido-read-internal): Accept cons cell HIST arg.
3872
e2ee6f30
MA
38732011-09-25 Michael Albinus <michael.albinus@gmx.de>
3874
3875 * net/dbus.el (dbus-unregister-object): Don't release services for
3876 registered signals. (Bug#9581)
3877
f3f98342
TZ
38782011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3879
3880 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
3881 function that picks between cfengine 2 and 3 support
3882 automatically. Update docs accordingly.
3883
dd7aa8dd
KH
38842011-09-22 Kenichi Handa <handa@m17n.org>
3885
3886 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
3887 ZERO.
3888 (indian-itrans-v5-table-for-tamil): New variable.
3889 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
3890
3f2b07f8
KM
38912011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
3892
3893 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
3894 that's true if the current command involved collapsing of text.
3895 It's reset to false at the beginning of the next command.
3896 (allout-post-command-business): Move the cursor to the beginning
3897 of entry if the cursor is hidden and collapsing activity just
3898 happened.
3899
371d6a61
CY
39002011-09-24 Chong Yidong <cyd@stupidchicken.com>
3901
3902 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
3903 tracking (Bug#9541).
3904
2ac2721a
UJ
39052011-09-24 Ulf Jasper <ulf.jasper@web.de>
3906
3907 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
3908 (newsticker-show-news): Automatically load html rendering package
3909 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
3910 because w3m-fill-column is let-bound" and the error "Symbol's value
3911 as variable is void: w3m-fill-column".
2ac2721a 3912
fac7ae53
MA
39132011-09-24 Michael Albinus <michael.albinus@gmx.de>
3914
3915 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
3916 Release services only if they are defined. (Bug#9581)
3917
e08b633b
RS
39182011-09-23 Richard Stallman <rms@gnu.org>
3919
e488d29c
RS
3920 * textmodes/paragraphs.el (forward-sentence): For backwards case,
3921 distinguish start of paragraph from start of its text.
3922
19c38752
RS
3923 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
3924
e08b633b
RS
3925 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
3926 (rmail-generate-viewer-buffer): Put that hook on view buffer.
3927 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
3928
0a39f27e
AS
39292011-09-23 Andreas Schwab <schwab@linux-m68k.org>
3930
3931 * international/mule-diag.el (mule-diag): Insert a newline after
3932 each fontset description.
3933
db4e950d
SM
39342011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3935
3936 * simple.el (delete-trailing-whitespace):
3937 Document last change; simplify.
3938
eca3f3ea
PW
39392011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
3940
d68e189a
PW
3941 * simple.el (delete-trailing-whitespace): Also delete
3942 extra newlines at the end of the buffer.
3943
eca3f3ea
PW
3944 * textmodes/picture.el: Make motion commands obey shift-select-mode.
3945 (picture-newline): Use forward-line so as to ignore fields.
3946
01c157cc
SM
39472011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3948
3949 * subr.el (with-wrapper-hook): Fix edebug spec.
3950
022de23e
LMI
39512011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3952
3953 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
3954 (bug#4538).
3955
91683089
MA
39562011-09-23 Michael Albinus <michael.albinus@gmx.de>
3957
eca3f3ea
PW
3958 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
3959 Fix nasty bug using wrong cached values.
91683089 3960
5bdd6fa4
AM
39612011-09-23 Alan Mackenzie <acm@muc.de>
3962
3963 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
3964
97adfb97
CY
39652011-09-23 Chong Yidong <cyd@stupidchicken.com>
3966
3967 * window.el (pop-to-buffer): Ensure right window is selected if we
3968 chose another frame.
3969
d4ef2b50
EZ
39702011-09-22 Eli Zaretskii <eliz@gnu.org>
3971
3972 * simple.el (what-cursor-position): Use get-char-property-change
3973 and next-single-char-property-change, to be able to show display
3974 properties that come from overlays as well as text properties.
3975
72258fe5
CY
39762011-09-22 Chong Yidong <cyd@stupidchicken.com>
3977
3978 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
3979
3980 * cmuscheme.el (run-scheme, switch-to-scheme):
3981 * cus-edit.el (customize-group, custom-buffer-create)
3982 (customize-browse):
3983 * info.el (info):
3984 * shell.el (shell):
3985 * mail/sendmail.el (mail):
3986 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
3987
8f098516
RS
39882011-09-22 Richard Stallman <rms@gnu.org>
3989
3990 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
3991 move back only to line beg, don't move back over blank lines.
3992
e74f1bb6
MA
39932011-09-22 Michael Albinus <michael.albinus@gmx.de>
3994
3995 * files.el (copy-directory): Set directory attributes only in case
3996 they could be retrieved from the source directory. (Bug#9565)
3997
bfeef8b6
DK
39982011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
3999
4000 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4001 (hs-find-block-beginning, hs-hide-level-recursive):
4002 Ignore strings as well as comments. (Bug#9502)
4003
7e423bb8
AS
40042011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4005
4006 * progmodes/sql.el (sql-comint-postgres):
4007 Convert port number to a string. (Bug#9566)
4008
b4d72fcf
MR
40092011-09-22 Martin Rudalics <rudalics@gmx.at>
4010
4011 * window.el (quit-window): Undedicate window when switching to
4012 previous buffer. Reported by Thierry Volpiatto
4013 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
4014 (special-display-popup-frame): When popping up a new frame reset
4015 its previous buffers to nil. Simplify code.
b4d72fcf 4016
a7b88dc6
MA
40172011-09-21 Michael Albinus <michael.albinus@gmx.de>
4018
4019 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4020 and process filter, as done also in `shell-command'.
4021
cf4eacfd
MR
40222011-09-21 Martin Rudalics <rudalics@gmx.at>
4023
eca3f3ea 4024 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
4025 Call set-window-start with NOFORCE argument t.
4026 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
4027 (quit-window): Reword doc-string. Handle new format of
4028 quit-restore parameter. Don't delete window if it has a
4029 previous buffer we can show instead of the present one.
4030 (display-buffer-record-window): Rewrite using a new format for
4031 the quit-restore window parameter
4032 (special-display-popup-frame, display-buffer-same-window)
4033 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4034 (display-buffer-pop-up-window, display-buffer-use-some-window):
4035 Adapt symbol passed to display-buffer-record-window.
4036 * help.el (help-window-setup): Handle new format of quit-restore
4037 parameter.
4038
8d28cb95
SM
40392011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4040
94ab793f
SM
4041 * faces.el (face-list): Fix docstring (bug#9564).
4042
8d28cb95
SM
4043 * window.el (display-buffer--action-function-custom-type):
4044 Don't include internal functions in the Custom interface.
4045
3820edeb
JL
40462011-09-20 Juri Linkov <juri@jurta.org>
4047
4048 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4049 (Info-forward-node, Info-backward-node, Info-next-preorder)
4050 (Info-last-preorder): Use it. (Bug#9528)
4051
5147931d
JL
40522011-09-20 Juri Linkov <juri@jurta.org>
4053
4054 * info.el (Info-last-preorder): Visit last menu item only when
4055 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4056
cf499a1a
JD
40572011-09-20 Julien Danjou <julien@danjou.info>
4058
4059 * password-cache.el (password-cache-remove): Remove entries even if the
4060 value is nil, so that password with a nil value (negative caching) is
4061 possible to invalidate.
4062
f84e2fe2
LM
40632011-09-20 Lawrence Mitchell <wence@gmx.li>
4064
4065 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4066 all whitespace around breakpoint. (Bug#9553)
4067 (f90-find-breakpoint): Only break at whitespace inside a comment.
4068
78054a46
SM
40692011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4070
4071 * minibuffer.el (completion-file-name-table): Keep track of errors.
4072 (completion-table-with-predicate): Handle the case where pred1 is nil.
4073 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4074
345083b2
SM
40752011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4076
e24e27be
SM
4077 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4078 (debugger-return-value): Signal an error if the debugging context does
4079 not await any return value.
4080
345083b2
SM
4081 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4082 * image-mode.el (image-toggle-display-text)
4083 (image-toggle-display-image): Stay away from evil `intangible'.
4084
08d355e3
LL
40852011-09-19 Leo Liu <sdl.web@gmail.com>
4086
4087 * replace.el (occur-revert-arguments): Make it permanent-local.
4088 (occur-mode): Don't call font-lock-defontify.
4089
f01da43f
CY
40902011-09-19 Chong Yidong <cyd@stupidchicken.com>
4091
4092 * net/ldap.el (ldap-search-internal): Don't push empty search
4093 result (Bug#9508).
4094
b6072fa6
SM
40952011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4096
4097 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4098
443d6696
MA
40992011-09-19 Michael Albinus <michael.albinus@gmx.de>
4100
4101 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4102 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4103
7cc6e154
JL
41042011-09-18 Juri Linkov <juri@jurta.org>
4105
4106 * buff-menu.el (Buffer-menu-mode-map):
4107 * dired.el (dired-mode-map):
4108 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4109 (lisp-interaction-mode-map):
4110 * emacs-lisp/package.el (package-menu-mode-map):
4111 * epa.el (epa-key-list-mode-map):
4112 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4113 (menu-bar-options-menu):
4114 * outline.el (outline-mode-menu-bar-map):
4115 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4116 * vc/vc-dir.el (vc-dir-menu-map):
4117 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4118 Capitalize non-function content words in menu item strings.
4119
4120 * dired.el (dired-mode-map): Add menu item for
4121 `image-dired-dired-toggle-marked-thumbs'.
4122
80302a81
JL
41232011-09-18 Juri Linkov <juri@jurta.org>
4124
4125 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4126 to `isearch-case-fold-search' and restore its original value
4127 after the `isearch-mode' call.
4128
46c5cf66
JL
41292011-09-18 Juri Linkov <juri@jurta.org>
4130
4131 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4132 because `zgrep' returns 1 for successful matches (bug#9226).
4133
d18b513b
JL
41342011-09-18 Juri Linkov <juri@jurta.org>
4135
4136 * info.el (Info-extract-menu-node-name): Check the second match
4137 for empty string (second test-case of bug#9528).
4138 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4139 intermediate nodes to the history (first test-case of bug#9528).
4140
72753f87
JL
41412011-09-18 Juri Linkov <juri@jurta.org>
4142
4143 * info.el (Info-mode-syntax-table): New variable.
1154d12e 4144 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 4145
c9384295
JL
41462011-09-18 Juri Linkov <juri@jurta.org>
4147
1154d12e
JB
4148 * info.el (Info-file-supports-index-cookies):
4149 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4150 outputs one more line for long file names (bug#4142).
c9384295 4151
d473dce8
CY
41522011-09-18 Chong Yidong <cyd@stupidchicken.com>
4153
4154 * newcomment.el (comment-normalize-vars): If prompting for
4155 comment-start, set comment-start-skip too (Bug#8424).
4156
2176854d
JB
41572011-09-18 Johan Bockgård <bojohan@gnu.org>
4158
4159 * icomplete.el: Fix previous fix of Bug#5849.
4160 (icomplete-mode): Don't set completion-show-inline-help.
4161 (icomplete-minibuffer-setup): Set completion-show-inline-help
4162 locally during icompletion.
4163
3aace4e4
CY
41642011-09-18 Chong Yidong <cyd@stupidchicken.com>
4165
c940224f
CY
4166 * woman.el (woman2-process-escapes): Don't delete unrecognized
4167 escapes (Bug#7843).
4168
3aace4e4
CY
4169 * files.el (inhibit-first-line-modes-regexps): Add image files.
4170 (hack-local-variables-prop-line): Return nil for malformed
4171 prop-lines (Bug#9044).
4172
710dec63
MA
41732011-09-18 Michael Albinus <michael.albinus@gmx.de>
4174
4175 * net/tramp.el (top): Don't require 'shell.
4176 (tramp-methods): Fix docstring.
4177 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
4178 Return complete remote file name. Handle "smb" case.
4179 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
4180 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4181
4182 * net/tramp-compat.el (top): Require 'shell.
4183
4184 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4185 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4186 `tramp-current-host'.
4187 (tramp-get-remote-tmpdir): Remove.
4188
4189 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4190 `tramp-tmpdir' entries.
4191 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4192 (tramp-smb-handle-file-attributes): Ignore errors.
4193 (tramp-smb-wait-for-output): Check also for process end.
4194
5d5ac8ec
LMI
41952011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4196
4197 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4198 when sending QUIT (bug#9312).
4199
8c0f49f0
CY
42002011-09-17 Chong Yidong <cyd@stupidchicken.com>
4201
4202 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4203 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4204 occur-mode-display-occurrence.
4205 (occur-edit-mode): Add usage message.
4206 (occur-cease-edit): New command.
4207 (occur-after-change-function): Use text properties to find the
4208 position of the prefix text.
4209 (occur-engine): Set stickiness of prefix text properties.
4210
8f1383f7
GM
42112011-09-17 Glenn Morris <rgm@gnu.org>
4212
4213 * progmodes/etags.el (complete-tag):
4214 Fix call to completion-in-region. (Bug#9526)
4215
744ba0e3
JL
42162011-09-17 Juri Linkov <juri@jurta.org>
4217
4218 * textmodes/ispell.el (ispell-word): Add to the error message
4219 the word, ispell program name and current dictionary (bug#9121).
4220 (ispell-tex-arg-end): Capitalize "error" in the error message.
4221
d9bbf400
AS
42222011-09-17 Andreas Schwab <schwab@linux-m68k.org>
4223
4224 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4225 check. (Bug#4251)
4226
8da11505
JL
42272011-09-17 Juri Linkov <juri@jurta.org>
4228
4229 * window.el (window-safe-min-height, window-safe-min-width):
4230 Fix typos (followup to bug#9522).
4231
a91adc7e
SJ
42322011-09-17 Sven Joachim <svenjoac@gmx.de>
4233
4234 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4235
064f328a
EZ
42362011-09-16 Eli Zaretskii <eliz@gnu.org>
4237
4238 * simple.el (line-move): If goal-column is set, move by logical
4239 lines, not by display lines. (Bug#971)
4240 (next-line, previous-line, goal-column, line-move-visual): Doc fix
4241 to reflect the above change.
4242
e69df516
SM
42432011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4244
4245 * image.el (imagemagick-register-types): Use regexp-opt.
4246
cbb0f9ab
CY
42472011-09-15 Chong Yidong <cyd@stupidchicken.com>
4248
4249 * window.el (display-buffer-base-action): Rename from
4250 display-buffer-default-action. Make default value empty.
4251 (display-buffer-overriding-action): Convert to defvar.
4252 (display-buffer-fallback-action): New var.
4253
25322144
CY
42542011-09-15 Chong Yidong <cyd@stupidchicken.com>
4255
4256 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4257 declaration.
4258 (package--add-to-archive-contents): If there is a duplicate entry
4259 with an older version, remove it.
4260 (package-menu-mark-delete, package-menu-mark-install)
4261 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
4262 (package-menu-mark-obsolete-for-deletion):
4263 Use package-menu-get-status instead of a regexp search.
25322144
CY
4264 (package-menu-get-status): Use tabulated-list-entry.
4265 (package-menu-mark-upgrades): New command.
d770725a 4266 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
4267 (package-menu-execute): Do installation before deletion.
4268 (package-menu-refresh, package-menu-execute): Use derived-mode-p
4269 instead of checking major-mode.
4270 (package-menu--find-upgrades): New function.
4271
7520339c
LMI
42722011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4273
4274 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
4275 passwords in the log buffer.
65a046c4
LMI
4276 (smtpmail-process-filter): Update the process marker so that the
4277 "broken by peer" status message is inserted in the right place.
7520339c 4278
d3c30954
SM
42792011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4280
3fe48822
SM
4281 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
4282 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
4283 bibtex-completion-at-point-function.
4284 (bibtex-completion-at-point-function): Use them.
4285
1b8b3954
SM
4286 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
4287
d3c30954
SM
4288 * mpc.el (mpc-constraints-tag-lookup): New function.
4289 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
4290 also to browser "album|playlist".
4291
72779976
JL
42922011-09-14 Juri Linkov <juri@jurta.org>
4293
4294 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
4295 (isearch-edit-string): Use length of `isearch-string' when
4296 `isearch-fail-pos' returns nil.
4297 (isearch-message): Remove duplicate code and call
4298 `isearch-fail-pos' with arg `t'.
4299
a0bf2bcd
CY
43002011-09-14 Chong Yidong <cyd@stupidchicken.com>
4301
17bb0a2d
CY
4302 * replace.el (occur-mode-goto-occurrence): Don't force using other
4303 window (Bug#9499).
4304
a0bf2bcd
CY
4305 * dired-aux.el (dired-do-chmod): Don't provide initial input.
4306
f678e0b6
MR
43072011-09-14 Martin Rudalics <rudalics@gmx.at>
4308
4309 * window.el (display-buffer-window): Remove.
4310 (display-buffer-record-window): Use help-setup window parameter
4311 instead of variable display-buffer-window.
4312 (display-buffer-function, special-display-buffer-names)
4313 (special-display-function): Mention help-setup parameter instead
4314 of display-buffer-window in doc-string.
d3c30954
SM
4315 * help.el (help-window-setup): New argument help-window.
4316 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
4317 Reword some messages.
4318 (with-help-window): Pass window used for displaying the buffer
4319 to help-window-setup. Don't set display-buffer-window.
4320
8e39b2e8
GM
43212011-09-13 Glenn Morris <rgm@gnu.org>
4322
4323 * emacs-lisp/debug.el (debugger-make-xrefs):
4324 Preserve point. (Bug#9462)
4325
85e9c04b
CY
43262011-09-13 Chong Yidong <cyd@stupidchicken.com>
4327
4328 * window.el (window-deletable-p): Use next-frame.
4329
1b36ed6a
MR
43302011-09-13 Martin Rudalics <rudalics@gmx.at>
4331
4332 * window.el (window-auto-delete): Remove.
4333 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 4334 dedication and previous buffers.
1b36ed6a
MR
4335 (switch-to-prev-buffer): Don't delete window.
4336 (delete-windows-on): Delete a window's frame if and only if the
4337 window is dedicated.
4338 (replace-buffer-in-windows): Delete buffer's window or frame if
4339 and only if window is dedicated.
4340 (quit-window): Handle quit-restore as before last change.
4d61f28d 4341 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 4342
ef8ef9fb
CY
43432011-09-13 Chong Yidong <cyd@stupidchicken.com>
4344
4345 * window.el (window-deletable-p): Never delete the last frame on a
4346 given terminal.
4347
b2cba41e
GM
43482011-09-13 Glenn Morris <rgm@gnu.org>
4349
4350 * help.el (describe-key-briefly): Copy previous standard-output change.
4351
51553db6 43522011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
4353
4354 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
4355
b7556719
GM
43562011-09-13 Glenn Morris <rgm@gnu.org>
4357
4358 * emacs-lisp/lisp-mode.el (lisp-indent-function):
4359 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
4360
64b51947
CY
43612011-09-12 Chong Yidong <cyd@stupidchicken.com>
4362
4363 * dired-aux.el (dired-mark-read-string): Don't return default
4364 value on empty input (Bug#9361).
4365 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
4366 Omit initial minibuffer contents.
4367 (dired-do-chmod): Signal an error on empty input.
4368 (dired-mark-read-string): Don't return default on empty input.
4369
4370 * files.el (file-modes-symbolic-to-number): Doc fix.
4371
393a301e
SM
43722011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * international/mule-cmds.el (ucs-completions): Remove.
4375 (read-char-by-name): Use complete-with-action instead; add metadata.
4376
fa5660f9
CY
43772011-09-11 Chong Yidong <cyd@stupidchicken.com>
4378
4379 * window.el (display-buffer--action-function-custom-type)
4380 (display-buffer--action-custom-type): New vars.
4381 (display-buffer-alist, display-buffer-default-action)
4382 (display-buffer-overriding-action): Add defcustom types.
4383
4a592f66
CY
4384 * frame.el (delete-other-frames): Doc fix (Bug#276).
4385
73d56dbd
LMI
43862011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4387
4388 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
4389
37ac18a3
CY
43902011-09-11 Chong Yidong <cyd@stupidchicken.com>
4391
4392 Change modes that used same-window-* vars to use switch-to-buffer.
4393
4394 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
4395 Use switch-to-buffer.
4396
4397 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
4398 (customize-browse, custom-buffer-create-other-window):
4399 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
4400
4401 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
4402 (Info-prev, Info-up, Info-speedbar-goto-node)
4403 (info-display-manual): Use switch-to-buffer.
4404 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
4405
4406 * mail/sendmail.el (mail): Use switch-to-buffer.
4407 (mail-recover): Use switch-to-buffer-other-window.
4408
4409 * cmuscheme.el (run-scheme, switch-to-scheme):
4410 * ielm.el (ielm):
4411 * shell.el (shell):
4412 * net/rlogin.el (rlogin):
4413 * net/telnet.el (telnet, rsh):
4414 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
4415
10195bd6
AS
44162011-09-11 Andreas Schwab <schwab@linux-m68k.org>
4417
4418 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
4419
b322f63a
LMI
44202011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4421
39d7fed6
LMI
4422 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
4423 so don't mention it (bug#9301).
ba5a81f1 4424 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 4425
ee0e9f11
LMI
4426 * faces.el (face-spec-set-match-display): Make `(type graphic)'
4427 match `x', `w32' and `ns', like the manual says (bug#9029).
4428
0b1c89c1 4429 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
4430 (process-kill-buffer-query-function): Mention the buffer name in
4431 the query.
0b1c89c1 4432
77549ea8
LMI
4433 * image-mode.el (image-next-line): The line parameter is mandatory
4434 (bug#9258).
4435
803ef892
LMI
4436 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
4437 which can be useful (bug#9301).
4438
12980837
LMI
4439 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
4440
91054f8f
LMI
4441 * subr.el (match-string): Mention that the current buffer should
4442 be the same as the search was done in (bug#9282).
4443
b322f63a
LMI
4444 * facemenu.el: Disable the remove-* commands if the mark isn't
4445 active (bug#9162).
4446
3199b96f
CY
44472011-09-10 Chong Yidong <cyd@stupidchicken.com>
4448
4449 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
4450 of display-buffer.
4451 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
4452
4453 * replace.el (occur-mode-goto-occurrence)
4454 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
4455 and display-buffer.
4456
4457 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
4458 display-buffer.
4459
4460 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
4461 special-display and same-window variables.
4462 (mail-other-window): Use switch-to-buffer-other-window.
4463 (mail-other-frame): USe switch-to-buffer-other-frame.
4464
393a301e
SM
4465 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
4466 Use display-buffer-other-frame.
3199b96f
CY
4467 (gdb-display-gdb-buffer): Use pop-to-buffer.
4468
4469 * progmodes/gud.el (gud-goto-info): Use info-other-window.
4470
4471 * progmodes/python.el: Don't set same-window-buffer-names.
4472
4473 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
4474
4475 * window.el (display-buffer-alist): Add *Python*.
4476
8319e0bf
CY
44772011-09-10 Chong Yidong <cyd@stupidchicken.com>
4478
4479 * window.el (display-buffer-alist): Add entry for buffers
4480 previously handled same-window-*.
4481 (display-buffer-alist, display-buffer-default-action)
4482 (display-buffer-overriding-action): Mark as risky.
4483 (display-buffer-alist): Document action function changes.
4484 (display-buffer--same-window-action)
4485 (display-buffer--other-frame-action): New variables.
4486 (switch-to-buffer, display-buffer-other-frame): Use them.
4487 (display-buffer): Rename reuse-frame entry to reusable-frames.
4488 (display-buffer-reuse-selected-window): Function deleted.
4489 (display-buffer-reuse-window): Handle reusable-frames alist entry.
4490 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
4491 (display-buffer-special): New function.
4492 (display-buffer--maybe-pop-up-frame-or-window): Rename from
4493 display-buffer-reuse-or-pop-window. Split off special-display
4494 part into display-buffer-special.
4495 (display-buffer-use-some-window): Don't perform any special
4496 pop-up-frames handling.
4497 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 4498 (display-buffer--maybe-same-window): Rename from
0d3ff375 4499 display-buffer-maybe-same-window.
8319e0bf 4500
919a69aa
CY
4501 * info.el: Don't set same-window-regexps.
4502 (info-setup): New function.
4503 (info-other-window, info): Call it.
4504
4505 * cus-edit.el: Don't set same-window-regexps.
4506 (customize-group): New argument.
4507 (customize-group-other-window): Use it.
4508 (customize-face, customize-face-other-window): Likewise.
4509 (custom-buffer-create-other-window): Use pop-to-buffer directly.
4510
8319e0bf
CY
4511 * net/rlogin.el:
4512 * net/telnet.el:
4513 * progmodes/gud.el: Don't set same-window-regexps.
4514
4515 * cmuscheme.el:
4516 * ielm.el:
4517 * shell.el:
4518 * mail/sendmail.el:
4519 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
4520
25173000
JL
45212011-09-10 Juri Linkov <juri@jurta.org>
4522
4523 * isearch.el (isearch-edit-string): Remove obsolete mention of
4524 `C-w' (`isearch-yank-word-or-char') from docstring.
4525 (isearch-query-replace): Fix typo in docstring (bug#9466).
4526
056e44ef
JL
45272011-09-10 Juri Linkov <juri@jurta.org>
4528
4529 * paren.el (show-paren-function): Don't show escaped parens.
4530 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
4531
c3760c17
EZ
45322011-09-10 Eli Zaretskii <eliz@gnu.org>
4533
4534 * mail/sendmail.el (mml-to-mime, mml-attach-file)
4535 (mm-default-file-encoding): Remove autoload forms, they are
4536 replaced with autoload cookies in mml.el and mm-encode.el.
4537 (mail-add-attachment): New command.
4538 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
4539 (mail-mode): Mention mail-insert-file and mail-add-attachment in
4540 the doc string.
4541 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
4542
fece895e
RT
45432011-09-10 Reuben Thomas <rrt@sc3d.org>
4544
e69df516
SM
4545 * simple.el (count-words-region): Use buffer if there's no region
4546 (bug#9429).
fece895e 4547
5e68ce4a
JL
45482011-09-09 Juri Linkov <juri@jurta.org>
4549
4550 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
4551 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
4552 (wdired-isearch-filter-read-only): New function. (Bug#6362)
4553
0a6b9622
AM
45542011-09-09 Alan Mackenzie <acm@muc.de>
4555
4556 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
4557 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
4558
14a29deb
EZ
45592011-09-09 Eli Zaretskii <eliz@gnu.org>
4560
4561 Fix for Savannah bug#9392.
4562 * simple.el (mail-encode-mml): New defvar.
4563
4564 * mail/rmail.el (mail-encode-mml): Add a defvar.
4565 (rmail-enable-mime-composing): Default to t.
4566 (rmail-forward): Use MIME method of forwarding only if both
4567 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
4568 Set mail-encode-mml non-nil if the MIME method was used.
4569
4570 * mail/sendmail.el (mml-to-mime): Add autoload form.
4571 (mail-encode-mml): Add a defvar.
4572 (mail-mode): Make mail-encode-mml buffer-local and initialize it
4573 to nil.
4574 (mail-send): If mail-encode-mml is non-nil, run the outgoing
4575 message through mml-to-mime, and reset mail-encode-mml to nil.
4576
28c45130
GM
45772011-09-09 Glenn Morris <rgm@gnu.org>
4578
4579 * woman.el (woman-if-body): When processing an .el block,
4580 do not delete the next .el block as well. (Bug#9447)
69f4b618 4581 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 4582
9b1c252e
MR
45832011-09-08 Martin Rudalics <rudalics@gmx.at>
4584
4585 * window.el (window-deletable-p): Make sure window is live before
4586 invoking window-prev-buffers.
4587
567457e3
LL
45882011-09-08 Leo Liu <sdl.web@gmail.com>
4589
4590 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
4591
97f05794
JL
45922011-09-08 Juri Linkov <juri@jurta.org>
4593
4594 * progmodes/compile.el (compilation-environment): Make it
4595 a defcustom (bug#8340).
4596
8b0874b5
MR
45972011-09-08 Martin Rudalics <rudalics@gmx.at>
4598
4599 * window.el (frame-auto-delete): Rename to window-auto-delete.
4600 Make it control auto-deletion of windows and/or frames.
4601 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 4602 for deleting window/frame. (Bug#9419)
8b0874b5
MR
4603 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
4604 Rewrite handling of case when window/frame can be deleted.
4605 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 4606 argument t. (Bug#9456)
8b0874b5 4607
4feb6e73
CY
46082011-09-07 Chong Yidong <cyd@stupidchicken.com>
4609
4610 * help-mode.el (help-mode): Restore autoload.
4611
91ab9c13
JL
46122011-09-07 Juri Linkov <juri@jurta.org>
4613
4614 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
4615 `compilation-environment'. Set buffer-local
4616 `compilation-environment' to `thisenv' later after (funcall mode).
4617 (Bug#8340)
4618
4619 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
4620 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
4621 instead of replacing its value. (Bug#8340)
4622
0527e251
JL
46232011-09-07 Juri Linkov <juri@jurta.org>
4624
4625 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
4626 based on text properties put by `grep-filter' instead of matching
4627 escape sequences.
4628 (grep-mode): Set buffer-local `compilation-error-screen-columns'
4629 to the value of `grep-error-screen-columns' (bug#9438).
4630
249f792c
JL
46312011-09-07 Juri Linkov <juri@jurta.org>
4632
4633 * simple.el (next-error-highlight, next-error-highlight-no-select):
4634 Doc fix (bug#9432).
4635
ff7271b9
OT
46362011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4637
4638 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4639 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
4640
183fc730
LL
46412011-09-07 Leo Liu <sdl.web@gmail.com>
4642
4643 * net/rcirc.el (rcirc-mode): Conditionally initialize
4644 rcirc-input-ring.
4645
77694924
SM
46462011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * emacs-lisp/find-func.el (find-function-C-source): Only set
4649 find-function-C-source-directory after checking that we found a source
4650 file there (bug#9440).
4651
d809b8eb
AM
46522011-09-06 Alan Mackenzie <acm@muc.de>
4653
4654 * isearch.el (isearch-other-meta-char): Wherever a key list is
4655 unread, "unread" the prefix arg, too. This fixes bug #8901.
4656
453de99f
OG
46572011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4658
4659 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
4660
90439906
JL
46612011-09-05 Juri Linkov <juri@jurta.org>
4662
4663 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
4664
f62bd846
JL
46652011-09-05 Juri Linkov <juri@jurta.org>
4666
4667 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
4668 keeping point where processing of grep matches begins, and
4669 continue to delete remaining escape sequences from the same point.
4670 (grep-filter): Make leading zero optional in "0?1;31m" because
4671 git-grep emits "\033[1;31m" escape sequences unlike expected
4672 "\033[01;31m" as GNU Grep does (bug#9408).
4673 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
4674
045820ec
JL
46752011-09-05 Juri Linkov <juri@jurta.org>
4676
4677 * subr.el (y-or-n-p): Capitalize "yes".
4678
f5e29b9b
MA
46792011-09-04 Michael Albinus <michael.albinus@gmx.de>
4680
4681 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
4682 `tramp-cache-unload-hook' where appropriate.
4683 (tramp-methods): Rename `tramp-remote-sh' to
4684 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
4685 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
4686
4687 * net/tramp-sh.el (top): Don't require 'shell.
4688 (tramp-methods): Add `tramp-remote-shell' and
4689 `tramp-remote-shell-args' entries.
4690 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
4691 (tramp-sh-handle-shell-command): Remove.
4692 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4693 Use `tramp-remote-shell'.
4694
2784c434
CY
46952011-09-03 Chong Yidong <cyd@stupidchicken.com>
4696
393a301e 4697 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
4698 (sendmail-query-once): Save directly to send-mail-function.
4699 Update message-send-mail-function too.
4700
4701 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
4702
464cdf56
CS
47032011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
4704
4705 * progmodes/python.el (python-mode-map): Use correct function to
4706 start python interpreter from menu-bar (as reported by Geert
4707 Kloosterman).
4708 (inferior-python-mode-map): Fix typo.
393a301e 4709 (python-shell-map): Remove.
464cdf56 4710
d37e5c87
DD
47112011-09-03 Deniz Dogan <deniz@dogan.se>
4712
4713 * net/rcirc.el (rcirc-print): Simplify code for
4714 rcirc-scroll-show-maximum-output. There is no need to walk
4715 through all windows to find the right one.
4716
f3ada0ee
CS
47172011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
4718
4719 * help.el (help-return-method): Doc fix.
4720
1f3c99ca
MR
47212011-09-03 Martin Rudalics <rudalics@gmx.at>
4722
4723 * window.el (window-deletable-p): Don't return a non-nil value
4724 when there's a buffer that was shown in the window before.
4725 (Bug#9419)
393a301e
SM
4726 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4727 Set window's previous buffers to nil.
1f3c99ca 4728
a3cf097f
EZ
47292011-09-03 Eli Zaretskii <eliz@gnu.org>
4730
4731 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
4732 newline before and after the tag line, so it doesn't interfere
4733 with determining the paragraph direction of bidirectional text.
4734
3d03de90
LL
47352011-09-03 Leo Liu <sdl.web@gmail.com>
4736
4737 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
4738
c3313451
CY
47392011-09-02 Chong Yidong <cyd@stupidchicken.com>
4740
393a301e 4741 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
4742 (pop-to-buffer): Change interactive spec. Pass second argument
4743 directly to display-buffer.
4744 (display-buffer): Fix interactive spec. Use functionp to
4745 distinguish between a function and a list of functions.
4746
4747 * abbrev.el (edit-abbrevs):
4748 * arc-mode.el (archive-extract):
4749 * autoinsert.el (auto-insert):
4750 * bookmark.el (bookmark-bmenu-list):
4751 * files.el (find-file):
4752 * view.el (view-buffer):
4753 * progmodes/compile.el (compilation-goto-locus):
4754 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
4755
89894cd8
CY
47562011-09-02 Chong Yidong <cyd@stupidchicken.com>
4757
4758 * window.el (display-buffer-alist): Doc fix.
4759 (display-buffer): Add docstring. Don't treat
4760 display-buffer-default specially.
4761 (display-buffer-reuse-selected-window)
4762 (display-buffer-same-window, display-buffer-maybe-same-window)
4763 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4764 (display-buffer-pop-up-window)
4765 (display-buffer-reuse-or-pop-window)
4766 (display-buffer-use-some-window): New functions.
4767 (display-buffer-default-action): Use them.
393a301e 4768 (display-buffer-default): Delete.
89894cd8
CY
4769 (pop-to-buffer-1): Fix choice of actions.
4770
ae0bc9fb
SM
47712011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4772
4773 * minibuffer.el (completion--insert-strings): Don't get confused by
4774 completion entries that end with an LF char.
4775
e9d90883
EZ
47762011-09-01 Eli Zaretskii <eliz@gnu.org>
4777
4778 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
4779
437014c8
CY
47802011-09-01 Chong Yidong <cyd@stupidchicken.com>
4781
4782 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
4783 (display-buffer-same-window, display-buffer-other-window):
4784 New functions.
437014c8
CY
4785 (pop-to-buffer-1): New function. Use the above.
4786 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 4787 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
4788
4789 * view.el (view-buffer-other-window, view-buffer-other-frame):
4790 Just use pop-to-buffer.
4791
a5e063d5
TV
47922011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4793
4794 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
4795
793d32bb
WH
47962011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
4797
4798 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
4799
d65e4c15
RS
48002011-08-31 Richard Stallman <rms@gnu.org>
4801
4802 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
4803 of the separation of rmail-view-buffer from rmail-buffer.
4804 If you say no to "replace original", the decrypt is in the
4805 view buffer. If you say yes, the decrypt goes into the
4806 rmail buffer also.
4807
f818cd2a
MR
48082011-08-31 Martin Rudalics <rudalics@gmx.at>
4809
4810 * window.el (display-buffer-window): Rewrite doc-string.
4811 (display-buffer-record-window): New function.
4812 (display-buffer-macro-specifiers)
4813 (display-buffer-even-window-sizes, display-buffer-set-height)
4814 (display-buffer-set-width, display-buffer-in-window)
4815 (display-buffer-reuse-window, display-buffer-split-specifiers)
4816 (display-buffer-side-specifiers, display-buffer-split-window-1)
4817 (display-buffer-split-window, display-buffer-split-atom-window)
4818 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4819 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
4820 (display-buffer-other-window-means-other-frame)
4821 (display-buffer-normalize-special)
4822 (display-buffer-normalize-default)
4823 (display-buffer-normalize-argument)
4824 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
4825 (display-buffer-normalize-specifiers, display-buffer-frame)
4826 (display-buffer-same-window, display-buffer-same-frame)
4827 (display-buffer-other-window)
4828 (display-buffer-same-frame-other-window)
4829 (display-buffer-other-frame, pop-to-buffer-same-window)
4830 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
4831 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
4832 (switch-to-buffer-same-frame)
4833 (switch-to-buffer-other-window-same-frame)
4834 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
4835 (display-buffer-alist-set-1, display-buffer-alist-set-2)
4836 (display-buffer-alist-set): Remove.
4837 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
4838 (special-display-regexps, special-display-function):
4839 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
4840 parameter.
4841 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
4842 (special-display-frame-alist, special-display-popup-frame)
4843 (same-window-buffer-names, same-window-regexps, same-window-p)
4844 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4845 (split-window-preferred-function, split-height-threshold)
4846 (split-width-threshold, window-splittable-p)
4847 (split-window-sensibly, window--try-to-split-window)
4848 (window--frame-usable-p, even-window-heights)
4849 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
4850 (window--display-buffer-2, display-buffer-other-frame):
4851 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
4852 (display-buffer-default, display-buffer-assq-regexp): New functions.
4853 (display-buffer-alist): Rewrite doc-string.
4854 (display-buffer-default-action)
4855 (display-buffer-overriding-action): New variables.
4856 (display-buffer, switch-to-buffer): Rewrite.
4857 (pop-to-buffer): Restore Emacs 23 behavior but use
4858 window-normalize-buffer-to-display.
4859 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
4860 Restore Emacs 23 behavior but use
4861 window-normalize-buffer-to-switch-to.
4862 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
4863 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
4864 Rewrite using Emacs 23 options.
f818cd2a 4865
5bc3b51d
MA
48662011-08-31 Michael Albinus <michael.albinus@gmx.de>
4867
4868 * net/tramp.el (tramp-root-regexp): Remove.
4869 (tramp-completion-file-name-regexp-unified)
4870 (tramp-completion-file-name-regexp-separate)
4871 (tramp-completion-file-name-regexp-url): Don't use leading volume
4872 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
4873 (tramp-drop-volume-letter): Simplify definition.
4874 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 4875
b1a4f8e1
SM
48762011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4877
4878 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
4879 (bug#9356).
4880
5664fa7b
RT
48812011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
4882
b1a4f8e1 4883 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 4884
9a45d6c3
JL
48852011-08-29 Juri Linkov <juri@jurta.org>
4886
4887 * isearch.el (isearch-done): Don't display message "Mark saved"
4888 when arg `edit' is non-nil to prevent its flicker in the echo area.
4889
fb87e0fb
CY
48902011-08-28 Chong Yidong <cyd@stupidchicken.com>
4891
4892 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
4893 obsolete packages for deletion.
4894
09ac1c2a
CS
48952011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
4896
4897 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 4898 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
4899 view-mode from help-mode.
4900 (help-xref-override-view-map): Remove.
4901 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
4902 view-mode is not used anymore.
4903
7a1ff57f
CY
49042011-08-28 Chong Yidong <cyd@stupidchicken.com>
4905
4906 * server.el (server-port): Doc fix.
4907
b9696605
CY
4908 * cus-theme.el (custom-theme-choose-mode): Inherit from
4909 special-mode (Bug#9124).
4910 (custom-theme-choose-mode-map): Add special-mode to parent.
4911
ef8cdf8c
AM
49122011-08-28 Alan Mackenzie <acm@muc.de>
4913
4914 * progmodes/cc-fonts.el
4915 (c-make-font-lock-BO-decl-search-function): New function.
4916 (c-basic-matchers-after - "Fontify the clauses after various
4917 keywords"): Extract the three keyword lists for the 3 erroneous
4918 constructs from the list of four, and use the new function above
4919 in place of an old one.
4920
27de4e20
DD
49212011-08-28 Deniz Dogan <deniz@dogan.se>
4922
4923 * net/rcirc.el (rcirc-insert-prev-input)
4924 (rcirc-insert-next-input): Remove unused argument.
4925
356a3681
SM
49262011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4927
4928 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
4929
3fc9b218
AM
49302011-08-27 Alan Mackenzie <acm@muc.de>
4931
4932 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
4933 handle function pointer parameters properly.
4934
538a061c
MR
49352011-08-27 Martin Rudalics <rudalics@gmx.at>
4936
4937 * window.el (display-buffer-reuse-window): Fix case where
4938 selected window was reused with non-nil OTHER-WINDOW argument.
4939 (Bug#9381)
4940
35b1c40c
DD
49412011-08-27 Deniz Dogan <deniz@dogan.se>
4942
4943 * net/rcirc.el (rcirc-check-auth-status): Adding support for
4944 oftc's NickServ messages.
4945
2f6a3e79
GM
49462011-08-27 Glenn Morris <rgm@gnu.org>
4947
4948 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
4949
7254299e
CY
49502011-08-26 Chong Yidong <cyd@stupidchicken.com>
4951
4952 * emacs-lisp/package.el (package-install): Call package-initialize
4953 if called interactively.
4954
f8ccf167
LL
49552011-08-26 Leo Liu <sdl.web@gmail.com>
4956
4957 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
4958
3e8cd5ce
JL
49592011-08-25 Juri Linkov <juri@jurta.org>
4960
4961 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4962 `search-whitespace-regexp' (bug#9364).
4963
93eb7113
JL
49642011-08-25 Juri Linkov <juri@jurta.org>
4965
4966 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
4967 `regexp-search-ring' to their global values to protect from
4968 updating by `read-from-minibuffer' (bug#9185).
4969
f65d1611
JL
49702011-08-25 Juri Linkov <juri@jurta.org>
4971
4972 * textmodes/ispell.el (ispell-command-loop): Add newline
4973 at the end of the "Use option `i'..." line.
4974
f1cf7a31
JL
49752011-08-25 Juri Linkov <juri@jurta.org>
4976
4977 * battery.el (display-battery-mode): If `battery-status-function'
4978 or `battery-mode-line-format' is nil, display the message and set
4979 `display-battery-mode' to nil (bug#9363).
4980
0c95fcf7
EZ
49812011-08-25 Eli Zaretskii <eliz@gnu.org>
4982
4983 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
4984 bidi-string-mark-left-to-right; they are unnecessary now.
4985
a2ebe600
DD
49862011-08-25 Deniz Dogan <deniz@dogan.se>
4987
4988 * net/quickurl.el: Documentation typo fixes.
4989
e4ed06f1
CY
49902011-08-25 Chong Yidong <cyd@stupidchicken.com>
4991
4992 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
4993
e5f1c99e
GM
49942011-08-25 Glenn Morris <rgm@gnu.org>
4995
b2948976
GM
4996 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4997
e5f1c99e
GM
4998 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
4999 (smtpmail-via-smtp): Handle nil response from smtp.
5000
f22f4808
JL
50012011-08-24 Juri Linkov <juri@jurta.org>
5002
5003 * proced.el (proced-marked): Inherit from `error' instead of
5004 `font-lock-warning-face'.
5005
5006 * ibuffer.el (ibuffer-marked-face): Change default face from
5007 `font-lock-warning-face' to `warning'.
5008 (ibuffer-deletion-face): Change default face from
5009 `font-lock-type-face' to `error'.
5010
5011 * battery.el (battery-update): Use the face `error' instead of
5012 `font-lock-warning-face' (bug#6117).
5013
6a93965e
JL
50142011-08-24 Juri Linkov <juri@jurta.org>
5015
5016 * faces.el (success): Change face color from "Green3" to
5017 "ForestGreen" on light background (bug#9353).
5018
1ed43b09
CY
50192011-08-24 Chong Yidong <cyd@stupidchicken.com>
5020
5664fa7b
RT
5021 * window.el (quit-window): Rename from quit-restore-window.
5022 Use same arglist as old quit-window.
1ed43b09
CY
5023 (frame-auto-delete): Doc fix.
5024
5025 * view.el (view-mode-exit): Use quit-window.
5026
11dcdbb2
JL
50272011-08-24 Juri Linkov <juri@jurta.org>
5028
5029 * isearch.el (isearch-ring-adjust1): Start visiting previous
5030 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5031 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5032 for empty search string (when the last search string is reused
5033 automatically) to adjust the isearch ring to the last element and
5034 prepare the correct index for further M-p commands (bug#9185).
5035
de62b4df
KH
50362011-08-24 Kenichi Handa <handa@m17n.org>
5037
5038 * international/ucs-normalize.el: If decomposition property of
5039 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5040 nil.
5041 (nfd, nfkd): Likewise.
5042
963b492b
SM
50432011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5044
5045 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5046 from process filters aren't reliably transmitted to the surrounding
5047 accept-process-output.
5048 (mpc-proc-check): New function.
5049 (mpc-proc-sync): Use it (bug#8293)
5050
93b6b5e1
SM
50512011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5052
5053 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5054 Add compatibility functions (bug#9313).
5055
bca633fb
EZ
50562011-08-23 Eli Zaretskii <eliz@gnu.org>
5057
b177498a
EZ
5058 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5059
6df6ae42 5060 * international/uni-bidi.el: Regenerate.
bca633fb 5061
0902a04e
KH
50622011-08-23 Kenichi Handa <handa@m17n.org>
5063
5064 * international/charprop.el:
5065 * international/uni-bidi.el:
5066 * international/uni-category.el:
5067 * international/uni-combining.el:
5068 * international/uni-comment.el:
5069 * international/uni-decimal.el:
5070 * international/uni-decomposition.el:
5071 * international/uni-digit.el:
5072 * international/uni-lowercase.el:
5073 * international/uni-mirrored.el:
5074 * international/uni-name.el:
5075 * international/uni-numeric.el:
5076 * international/uni-old-name.el:
5077 * international/uni-titlecase.el:
5078 * international/uni-uppercase.el: Regenerate.
5079
3bbf23bc
MR
50802011-08-23 Martin Rudalics <rudalics@gmx.at>
5081
5082 * help.el (help-window-setup): Fix message displayed when other
5083 window is reused. (Bug#9341)
5084
b3fd59bd
SM
50852011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5086
1802e444
SM
5087 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5088 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5089
b3fd59bd
SM
5090 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5091 Mark obsolete.
5092 * shell.el (shell-parse-pcomplete-arguments): New function.
5093 (shell-completion-vars): Use it instead (bug#9160).
5094
4eb61348
SM
50952011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5096
867cab74
SM
5097 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5098 strings and comments (bug#9333).
5099
4eb61348
SM
5100 * emacs-lisp/debug.el (debug-arglist): New function.
5101 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5102 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5103
262a1439
JL
51042011-08-22 Juri Linkov <juri@jurta.org>
5105
56ee679c
JL
5106 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5107 Revert regexp that highlights output switches to its old
5108 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5109
262a1439
JL
5110 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5111 to check for empty output (bug#9226).
5112
f13f86fb
CY
51132011-08-22 Chong Yidong <cyd@stupidchicken.com>
5114
5115 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5116 symbol-constituent as the default, as that stops font-lock from
5117 working properly (Bug#8843).
5118
c65c9622
LMI
51192011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5120
5121 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5122 `coding-system-for-*' around the process open call to avoid
5123 auth-source side effects.
e7f2c178 5124 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
5125 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5126 probe hangs.
c65c9622 5127
23a8a5ab
CY
51282011-08-21 Chong Yidong <cyd@stupidchicken.com>
5129
ff98b2dd
CY
5130 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5131
23a8a5ab
CY
5132 * emacs-lisp/find-func.el (find-function-noselect): New arg
5133 lisp-only.
5134
5135 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5136 signal an error for built-in functions (Bug#6664).
5137
f5e3c598
LMI
51382011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5139
5140 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5141 (smtpmail-try-auth-methods): Use it.
5142
a3f2468a
CY
51432011-08-21 Chong Yidong <cyd@stupidchicken.com>
5144
2c34e8da
CY
5145 * font-lock.el (font-lock-fontify-region)
5146 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5147 (font-lock-default-unfontify-buffer)
5148 (font-lock-default-fontify-region)
5149 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5150
b3fd59bd
SM
5151 * progmodes/compile.el (compilation-error-properties):
5152 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
5153 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5154 `ant' regexp.
ee31aabc 5155
a3f2468a
CY
5156 * net/browse-url.el (browse-url-firefox): Don't call
5157 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5158
8e999f70
GM
51592011-08-20 Glenn Morris <rgm@gnu.org>
5160
c21a496a
GM
5161 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5162
59ee0542
GM
5163 * tutorial.el (tutorial--default-keys): Update some default bindings.
5164
8e999f70
GM
5165 * files.el (hack-local-variables): Fully ignore case for "mode:".
5166
e3715033
AM
51672011-08-20 Alan Mackenzie <acm@muc.de>
5168
5169 Resolve invalid use of a regexp in regexp-opt.
5170
4d61f28d
JB
5171 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5172 detection for a java annotation.
e3715033 5173
4d61f28d 5174 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
5175 detection for a java annotation.
5176
4d61f28d
JB
5177 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5178 handling for java.
e3715033
AM
5179 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5180
04ed2e9c
CY
51812011-08-20 Chong Yidong <cyd@stupidchicken.com>
5182
5183 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5184 (Bug#9274).
5185
826cee64
AM
51862011-08-20 Alan Mackenzie <acm@muc.de>
5187
58179cce 5188 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
5189 such a construct. Mainly for when jit-lock etc. starts a chunk
5190 here.
5191
58179cce 5192 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 5193 variable.
58179cce 5194 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
5195 c-make-font-lock-search-function.
5196 (c-make-font-lock-search-function): Use the above function.
5197 (c-make-font-lock-context-search-function): New function.
5198 (c-cpp-matchers): Enhance the preprocessor expression case with
5199 the above function
5200 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5201 which takes an expression.
5202
5203 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5204
13009bd8
MR
52052011-08-20 Martin Rudalics <rudalics@gmx.at>
5206
5207 * window.el (display-buffer-reuse-window)
5208 (display-buffer-pop-up-window): Don't reuse or split a side
5209 window.
5210
9234ff7f
GM
52112011-08-19 Glenn Morris <rgm@gnu.org>
5212
5213 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 5214 Downcase "Mode:". (Bug#9331)
9234ff7f 5215
f635daa1
CY
52162011-08-18 Chong Yidong <cyd@stupidchicken.com>
5217
5218 * international/characters.el: Add L and R categories.
5219
5220 * subr.el (bidi-string-mark-left-to-right): Rename from
5221 string-mark-left-to-right. Use category search.
5222
5223 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5224
bc987f8b
JL
52252011-08-18 Juri Linkov <juri@jurta.org>
5226
5227 * faces.el (error, warning, success): New faces with definitions
5228 copied from old default values of `font-lock-warning-face',
5229 `compilation-warning', `compilation-info' (bug#6117).
5230
5231 * font-lock.el (font-lock-warning-face): Inherit from `error'.
5232
5233 * progmodes/compile.el (compilation-error): Inherit from `error'.
5234 (compilation-warning): Inherit from `warning'.
5235 (compilation-info): Inherit from `success'.
5236
5237 * dired.el (dired-marked): Inherit from `warning'.
5238 (dired-flagged): Inherit from `error'.
5239
57173b96
LMI
52402011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5241
3e79eb87
LMI
5242 * mail/smtpmail.el (auth-source): Require to avoid problems with
5243 binding variables (bug#9298). Also clean up some unused
5244 autoloads.
5245
b3fd59bd
SM
5246 * net/network-stream.el (network-stream-open-starttls):
5247 Support using starttls.el without using gnutls-cli.
57173b96 5248
02b404de
JL
52492011-08-17 Juri Linkov <juri@jurta.org>
5250
5251 * progmodes/grep.el (rgrep): Handle the case when
5252 `grep-find-command' is a cons cell (bug#9278).
5253
8c9177f2
MR
52542011-08-17 Martin Rudalics <rudalics@gmx.at>
5255
5256 * window.el (display-buffer-pop-up-frame): Run frame creation
5257 function with BUFFER current (as special-display-popup-frame
5258 does). Reported by Drew Adams.
5259
3644a0ab
DU
52602011-08-17 Daiki Ueno <ueno@unixuser.org>
5261
5262 * epa-mail.el: Simplify GnuPG group expansion using
5263 epg-expand-group.
5264 (epa-mail-group-alist, epa-mail-group-modtime)
5265 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
5266 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
5267 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
5268 Remove.
5269
5e617bc2 52702011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
5271
5272 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
5273
9c4aeabf
AM
52742011-08-16 Alan Mackenzie <acm@muc.de>
5275
5276 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
5277 Correct, to avoid the inside of macros.
5278
3a99bf64
RS
52792011-08-16 Richard Stallman <rms@gnu.org>
5280
04963aa8
RS
5281 * epa-mail.el: Handle GnuPG group definitions.
5282 (epa-mail-group-alist, epa-mail-group-modtime)
5283 (epa-mail-gnupg-conf-file): New variables.
5284 (epa-mail-parse-groups, epa-mail-sync-groups)
5285 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
5286 (epa-mail-expand-recipients): New functions.
5287 (epa-mail-encrypt): Call epa-mail-expand-recipients.
5288
177549d0
RS
5289 * mail/rmail.el (rmail-epa-decrypt): New command.
5290
fe38beef
RS
5291 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
5292 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
5293 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
5294 (epa-decrypt-armor-in-region): Make error message clearer.
5295
934eacb9
SM
52962011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5297
5298 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
5299 and "a2b" to "ab" for `prefix'.
5300
d024fb4e
CY
53012011-08-14 Chong Yidong <cyd@stupidchicken.com>
5302
5303 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
5304 filter groups.
de148fee
CY
5305 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
5306 Fourquet (Bug#8804).
d024fb4e 5307
62f1ca49
JB
53082011-08-12 Juanma Barranquero <lekktu@gmail.com>
5309
5310 * startup.el (argi): Declare as global variable (bug#9275).
5311
9ccaaa4b
CY
53122011-08-12 Chong Yidong <cyd@stupidchicken.com>
5313
5314 * subr.el (string-mark-left-to-right): Search the entire string
5315 for RTL script, not just the terminating character. Doc fix.
5316
a3dae87a
SM
53172011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5318
6cd18349
SM
5319 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
5320 New function.
5321 (js--regexp-literal, js-syntax-propertize-function): Remove.
5322 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
5323 (js-mode-map): Don't rebind electric keys.
5324 (js-insert-and-indent): Remove.
5325 (js-mode): Setup electric-layout and electric-indent instead.
5326
a3dae87a
SM
5327 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
5328
9d5cb631
DU
53292011-08-12 Daiki Ueno <ueno@unixuser.org>
5330
5331 * epa.el (epa-progress-callback-function): Fix the logic of
5332 displaying progress.
5333 * epa-file.el (epa-file-insert-file-contents): Make progress
5334 display more user-friendly.
5335 (epa-file-write-region): Ditto.
5336
3e26a4a2
CY
53372011-08-10 Chong Yidong <cyd@stupidchicken.com>
5338
5339 * subr.el (string-mark-left-to-right): New function.
5340
5341 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
5342 Use string-mark-left-to-right.
5343 (list-buffers-noselect): Caller changed.
5344
a3dae87a
SM
5345 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5346 Use string-mark-left-to-right.
3e26a4a2
CY
5347 (tabulated-list-print): Recenter after moving point.
5348
ac8cf6e6
JL
53492011-08-10 Juri Linkov <juri@jurta.org>
5350
5351 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
5352 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
5353 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
5354
8d96c9a4
CY
53552011-08-09 Chong Yidong <cyd@stupidchicken.com>
5356
5357 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
5358 (Bug#7554).
5359
7be1c708 53602011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
5361
5362 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
5363 character. (Bug#6594)
5364
37e11a63
CY
53652011-08-08 Chong Yidong <cyd@stupidchicken.com>
5366
839dde57
CY
5367 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
5368 (image-dired--with-db-file): New macro.
5369 (image-dired-write-tags, image-dired-remove-tag)
5370 (image-dired-create-gallery-lists, image-dired-write-comments)
5371 (image-dired-get-comment, image-dired-mark-tagged-files)
5372 (image-dired-list-tags, image-dired-gallery-generate): Use it.
5373 (image-dired-gallery-generate): Use insert-file-contents.
5374
37e11a63
CY
5375 * time.el (display-time-world-list, display-time-world-display):
5376 * time-stamp.el (time-stamp-string):
5377 * vc/add-log.el (add-change-log-entry): Use setenv instead of
5378 set-time-zone-rule (Bug#7337).
5379
0b4946c4
DU
53802011-08-08 Daiki Ueno <ueno@unixuser.org>
5381
5382 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
5383 (epg-error-to-string, epg-errors-to-string): New function.
5384 (epg-wait-for-completion): Reverse errors list.
5385 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
5386 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
5387 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
5388 (epg-sign-keys, epg-generate-key-from-file)
5389 (epg-generate-key-from-string): Format errors by using
5390 epg-errors-to-string (bug#9255).
5391 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
5392
75bfc667
JL
53932011-08-07 Juri Linkov <juri@jurta.org>
5394
5395 * faces.el (list-faces-display): Remove extra angle bracket
5396 from `help-mode-map'.
5397
5398 * info.el (Info-history-toc-nodes): Doc fix.
5399
5400 * longlines.el (longlines-mode): Doc fix.
5401
673e08bb
SM
54022011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5403
4640dd88
SM
5404 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
5405 of statements and in a few more cases (bug#9183).
5406
673e08bb
SM
5407 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
5408 New functions.
5409 (cl-transform-lambda): Use them (bug#9239).
5410
89b3f019
MR
54112011-08-05 Martin Rudalics <rudalics@gmx.at>
5412
5413 * window.el (display-buffer-same-window)
5414 (display-buffer-same-frame, display-buffer-other-window)
5415 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5416 (pop-to-buffer-other-window)
5417 (pop-to-buffer-same-frame-other-window)
5418 (pop-to-buffer-other-frame): Make them defuns.
5419 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
5420
640c8776
SM
54212011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * subr.el (make-composed-keymap): Move from C. Change calling
5424 convention, and improve docstring to bring attention to a subtle point.
5425 * minibuffer.el (completing-read-default): Adjust accordingly.
5426
63648a95
MA
54272011-08-03 Michael Albinus <michael.albinus@gmx.de>
5428
5429 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5430 (tramp-open-shell): Use `tramp-shell-quote-argument'.
5431
5432 * net/trampver.el: Update release number.
5433
b796c9b7
SM
54342011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5435
5436 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
5437 "in" (bug#9190).
5438
2239d7d5
LMI
54392011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5440
e07dd7c3
LMI
5441 * mail/sendmail.el (sendmail-query-once): Restore the current
5442 buffer after querying (bug#9074).
5443
0e6a2bd7
LMI
5444 * dired.el (dired-flagged): Use different faces for marked and
5445 flagged files (bug#6117).
5446
ce887515
LMI
5447 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
5448 (bug#4433).
5449
92f2affc
LMI
5450 * ido.el (ido-mode): Switch off the message if called
5451 non-interactively.
5452
57d5aff0
LMI
5453 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
5454 before 587, since it appears that that's more likely to work for
5455 more people.
5456
98cd6c18 5457 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 5458 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
5459 exist.
5460
b96dec83
LMI
5461 * info.el: Remove the `Info-beginning-of-buffer' function
5462 (bug#8325).
5463
b796c9b7
SM
5464 * net/network-stream.el (network-stream-open-starttls):
5465 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 5466
d90e2ea0
MR
54672011-08-01 Martin Rudalics <rudalics@gmx.at>
5468
5469 * window.el (display-buffer-in-window): Don't set dedicated status
5470 of window here (Bug#9215).
5471 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5472 (display-buffer-pop-up-side-window)
b796c9b7 5473 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 5474
cca09170
SM
54752011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5476
5477 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
5478 before binding generated-autoload-file.
5479
027b979c
DD
54802011-08-01 Deniz Dogan <deniz@dogan.se>
5481
5482 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
5483
3c7ee4f3
MA
54842011-07-30 Michael Albinus <michael.albinus@gmx.de>
5485
5486 Sync with Tramp 2.2.2.
5487
5488 * net/trampver.el: Update release number.
5489
2cc8e51a
JL
54902011-07-30 Juri Linkov <juri@jurta.org>
5491
5492 * dired-aux.el (dired-touch-initial): Remove function.
5493 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
5494 current time, and `default' to the last modification time of the
5495 current marked file (bug#6887).
5496
a514d856
JM
54972011-07-28 Jose E. Marchesi <jemarch@gnu.org>
5498
5499 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 5500 numeric argument to read-number (bug#9163).
a514d856 5501
8a7eddd7
MA
55022011-07-27 Michael Albinus <michael.albinus@gmx.de>
5503
5504 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
5505 connection process, it could be nil.
5506
1ddd96f5
LL
55072011-07-27 Leo Liu <sdl.web@gmail.com>
5508
5509 Simplify url handling in rcirc-mode.
5510
5511 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
5512 (rcirc-browse-url-at-mouse): Remove.
5513 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
5514
b248a85d
AM
55152011-07-26 Alan Mackenzie <acm@muc.de>
5516
5517 Fontify bitfield declarations properly.
5518
5519 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
5520 (c-symbol-chars): Now exported as a lang variable.
5521 (c-not-primitive-type-keywords): New lang variable.
5522
5523 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
5524 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 5525 parsed as a bitfield declaration.
b248a85d 5526
b796c9b7
SM
5527 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5528 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
5529 (c-punctuation-in): New function.
5530 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
5531 declarations properly.
5532
68575ab0
UJ
55332011-07-26 Ulf Jasper <ulf.jasper@web.de>
5534
5535 * calendar/icalendar.el (icalendar--all-events): Take care of
5536 multiple vcalendars in a single file.
b796c9b7 5537 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 5538
0f0a88b9
DD
55392011-07-25 Deniz Dogan <deniz@dogan.se>
5540
5541 * image.el (insert-image): Clarifying docstring.
5542
0b3f36df
MA
55432011-07-24 Michael Albinus <michael.albinus@gmx.de>
5544
5545 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
5546 `tramp-send-command-and-check' if there is no error.
5547 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
5548
a9901f61
AM
55492011-07-22 Alan Mackenzie <acm@muc.de>
5550
5551 Prevent cc-langs.elc being loaded at run time.
5552
5553 * progmodes/cc-mode.el: Remove two autoload forms which loaded
5554 cc-langs.
5555
4d61f28d 5556 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
5557 "(require 'cc-langs)". Quote a form so it will evaluate at
5558 (cc-mode's) compilation time.
5559
11d074b2
MA
55602011-07-22 Michael Albinus <michael.albinus@gmx.de>
5561
5562 * net/tramp.el (tramp-file-name-handler): Avoid recursive
5563 loading. (Bug#9114)
5564
938b94c8
MR
55652011-07-21 Martin Rudalics <rudalics@gmx.at>
5566
5567 * window.el (display-buffer-pop-up-window)
5568 (display-buffer-pop-up-side-window)
5569 (display-buffer-in-side-window): Call display-buffer-set-height
5570 and display-buffer-set-width after setting the new window's
b796c9b7 5571 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 5572
bfa4f190
SS
55732011-07-20 Sam Steingold <sds@gnu.org>
5574
5575 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
5576 (etags-tags-included-tables): Call `convert-standard-filename' on
5577 the file names contained in TAGS so that windows Emacs can handle
5578 TAGS files created by cygwin ctags.
5579
8ca42262
LMI
55802011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5581
5582 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
5583 which apparently didn't work.
5584
5db2afd2 55852011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 5586
5db2afd2
RW
5587 * proced.el (proced-send-signal): For *Marked Processes* buffer
5588 put point at beginning of buffer.
5589
92e15d10
SB
55902011-07-19 Stephen Berman <stephen.berman@gmx.net>
5591
5592 * proced.el (proced-format): Make header lines align with the text
5593 (bug#1779).
5594
1bfd59e5
LMI
55952011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5596
5597 * view.el (view-buffer): Allow running in `special' modes if we're
5598 visiting a file (bug#8615).
5599
f5aae37c
MR
56002011-07-19 Martin Rudalics <rudalics@gmx.at>
5601
5602 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
5603 (display-buffer-alist-set-1, display-buffer-alist-set-2):
5604 New functions.
f5aae37c
MR
5605 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
5606 more accurately.
5607
bf2c1571
AM
56082011-07-18 Alan Mackenzie <acm@muc.de>
5609
5610 Fontify declarators properly when, e.g., a jit-lock chunk begins
5611 inside a declaration.
5612
5613 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
5614
b796c9b7
SM
5615 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5616 New function.
bf2c1571
AM
5617 (c-complex-decl-matchers): Insert reference to
5618 c-font-lock-enclosing-decls.
5619
5620 * progmodes/cc-engine.el (c-backward-single-comment):
5621 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
5622 to nil around calls to (forward-comment -1).
5623
4e190b80
LMI
56242011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5625
12dc863d
LMI
5626 * image.el (put-image): Doc typo fix.
5627
a762e966
LMI
5628 * progmodes/etags.el (tags-search): Doc typo fix.
5629
4e190b80
LMI
5630 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
5631 password if we get errors 550 to 554.
5632
f019fb21
LMI
56332011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5634
b796c9b7 5635 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 5636
81746738
LMI
5637 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
5638 indentation character (bug#6380).
5639
3ee3a1b5
LMI
5640 * files.el (buffer-offer-save): Made permanently local (bug#6241).
5641
c82f64de
LMI
5642 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
5643 to clarify what the problem is (bug#4291).
5644
f019fb21
LMI
5645 * simple.el (current-kill): Clarify what
5646 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
5647 (auto-fill-mode): Document `auto-fill-function' in relation to
5648 `auto-fill-mode' (bug#2470).
f019fb21 5649
0794775d
LM
56502011-07-16 Lawrence Mitchell <wence@gmx.li>
5651
5652 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
5653 method if slot is read-only (bug#9035).
5654
be39b8cc
MR
56552011-07-16 Martin Rudalics <rudalics@gmx.at>
5656
b796c9b7 5657 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 5658 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
5659 selected before, see discussion of (Bug#8615), (Bug#6954).
5660 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 5661
6ccf7859
GM
56622011-07-15 Glenn Morris <rgm@gnu.org>
5663
5664 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 5665 Respect help-form.
6ccf7859 5666
87e86684
LM
56672011-07-09 Lawrence Mitchell <wence@gmx.li>
5668
5669 * net/gnutls.el (gnutls-min-prime-bits): New variable.
5670 (gnutls-negotiate): Use it.
5671
d6066239
LMI
56722011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5673
b796c9b7
SM
5674 * net/gnutls.el (gnutls-negotiate):
5675 Upcase `gnutls-algorithm-priority'.
d6066239 5676
bd23ebc0
GM
56772011-07-15 Glenn Morris <rgm@gnu.org>
5678
c65bca65
GM
5679 * jka-compr.el (jka-compr-verbose): Move from here...
5680 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
5681 Add missing :version tag.
5682 * info.el: No need to require jka-compr when compiling.
bd23ebc0 5683
478615cc
LMI
56842011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5685
7b41decb
LMI
5686 * net/gnutls.el (gnutls-algorithm-priority): New variable.
5687 (gnutls-negotiate): Use it.
5688
dbc44fcd
LMI
5689 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
5690
06789f97
LMI
5691 * info.el (Info-beginning-of-buffer): New command.
5692 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
5693 announcing `b' as the key (bug#8325).
ab896c37 5694 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 5695
c39da690
LMI
5696 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
5697
3aa5f34b
LMI
5698 * international/mule-cmds.el
5699 (describe-specified-language-support): Make the error message
5700 clearer (bug#8905).
5701
4bf0979f
LMI
5702 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
5703
478615cc
LMI
5704 * isearch.el (isearch-barrier): Add a doc string, since it's
5705 mentioned in a function doc string (bug#8678).
5706
75c68aa1
MR
57072011-07-15 Martin Rudalics <rudalics@gmx.at>
5708
5709 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
5710 buffer argument (Bug#9083) and self-identifying label argument.
5711
a7c33da2
GM
57122011-07-15 Glenn Morris <rgm@gnu.org>
5713
5714 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
5715
2f5c6024
LMI
57162011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5717
5718 * man.el (Man-fontify-manpage): Fix message when formatting the
5719 man page (bug#7929).
5720
0bb23927 57212011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
5722
5723 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
5724 argument LRM; if non-nil, append an invisible LRM character to the
5725 buffer name.
5726 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
5727 last argument non-nil, when formatting buffer names.
0bb23927
EZ
5728 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
5729 paragraph direction.
cce4b0a7 5730
621ef9ab
LMI
57312011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5732
d1583c48
LMI
5733 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
5734 the man page name (bug#7929).
5735
6a57fb5f
LMI
5736 * image.el (put-image): Mention the `put-image' overlay property
5737 (bug#7834).
5738
d7956b14
LMI
5739 * scroll-bar.el (set-scroll-bar-mode): Mention that
5740 `scroll-bar-mode' lists the values (bug#7772).
5741
5b2d4a66
LMI
5742 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
5743 command (bug#7729).
5744
7509a874
LMI
5745 * rect.el (apply-on-rectangle): Return the point after the last
5746 operation.
5747 (string-rectangle): Go to the point after the last operation
5748 (bug#7522).
5749
4fe74b19
LMI
5750 * printing.el (pr-toggle-region): Clarify the documentation
5751 slightly (bug#7493).
5752
b796c9b7
SM
5753 * time.el (display-time-update):
5754 Allow `display-time-mail-function' to return nil (bug#7158).
5755 Fix suggested by Detlev Zundel.
ab283561 5756
fc233c9d
LMI
5757 * vc/diff.el (diff): Clarify the order the file names are read
5758 (bug#7111).
5759
43f5740b
LMI
5760 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
5761 the doc string (bug#7015).
5762
f2182a76
LMI
5763 * font-lock.el (font-lock-maximum-decoration): Mention what
5764 numeric levels mean (bug#6935).
5765
621ef9ab
LMI
5766 * startup.el (initial-buffer-choice): Don't mention the `none'
5767 selection, which is against policy.
5768
adc47434
MR
57692011-07-14 Martin Rudalics <rudalics@gmx.at>
5770
b796c9b7
SM
5771 * window.el (display-buffer-normalize-special):
5772 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 5773
7e5bfb8f
EZ
57742011-07-14 Eli Zaretskii <eliz@gnu.org>
5775
5776 * subr.el (version<, version<=, version=): Mention "-CVS" and
5777 "-12345" alpha version numbers.
5778
27fa387a
CY
57792011-07-14 Chong Yidong <cyd@stupidchicken.com>
5780
5781 * bindings.el: Add advertised binding for set-mark-command
5782 (Bug#5772).
5783
8bdfa064
CY
57842011-07-14 Chong Yidong <cyd@stupidchicken.com>
5785
5786 * bindings.el (mode-line-other-buffer):
5787 * bookmark.el (bookmark-bmenu-2-window):
5788 * bs.el (bs-cycle-next, bs-cycle-previous):
5789 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
5790 switch-to-buffer.
5791
5792 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 5793 Delete.
8bdfa064 5794
5eba16a3
JB
57952011-07-14 Juanma Barranquero <lekktu@gmail.com>
5796
5797 * follow.el (follow-debug-message, follow-redisplay):
5798 * jka-cmpr-hook.el (with-auto-compression-mode):
5799 Fix typos in docstrings.
5800
15853710
LMI
58012011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5802
a28e4607
LMI
5803 * subr.el (with-silent-modifications): Clarify somewhat what the
5804 macro inhibits (bug#6525).
5805
15853710
LMI
5806 * simple.el (eval-expression): Note what it does if called
5807 interactively (bug#6495).
5808
bee0fcef
CY
58092011-07-13 Chong Yidong <cyd@stupidchicken.com>
5810
b796c9b7
SM
5811 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
5812 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
5813
5814 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5815 Remove switch-to-buffer.
5816
58274504
LMI
58172011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5818
bd2fcc8d
LMI
5819 * files.el (make-directory): Clarify that an error will be raised
5820 if there's an error (bug#6397).
5821
0f04b32c
LMI
5822 * startup.el (initial-buffer-choice): Add `none' as a choice
5823 (bug#6234).
5824
465c5fc8
LMI
5825 * subr.el (add-hook): Clarify section about buffer-local hooks
5826 (bug#6218).
5827
58274504
LMI
5828 * dired.el (dired-flagged): Clarify doc string (bug#6117).
5829
bead9a43
JB
58302011-07-13 Juanma Barranquero <lekktu@gmail.com>
5831
5832 * tabify.el (untabify): Preserve the current column so that point
5833 doesn't move (bug#6032).
5834
3af98a7b
LMI
58352011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5836
b796c9b7
SM
5837 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
5838 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 5839
6240145a
GM
58402011-07-13 Glenn Morris <rgm@gnu.org>
5841
5842 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
5843 (dired-insert-directory): Give a message the first time
5844 if ls is found not to support --dired.
5845
1d8c2ccc
LMI
58462011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5847
5848 * simple.el (toggle-truncate-lines): Clarify what is toggled
5849 (bug#5580). Text by Drew Adams.
5850
5fc4038e
CY
58512011-07-13 Chong Yidong <cyd@stupidchicken.com>
5852
5853 * simple.el (blink-matching-open): Make the error message from the
5854 last change less verbose.
5855
bf6012e5
DN
58562011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
5857
5858 * font-lock.el (font-lock-comment-face): Use the high contrast
5859 "yellow" color for font-lock-comment-face on low color terminals
5860 using a dark background color (bug#4221).
5861
343c3b5a
LMI
58622011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5863
7e9505c5
LMI
5864 * dired.el (dired-insert-set-properties): Make the doc string
5865 reflect what it does now (bug#5325).
5866
c26fdcf5
LMI
5867 * simple.el (blink-matching-open): Say that we were unable to find
5868 the match within the limit, if we're limited (bug#5122).
5869
bb388cc5
LMI
5870 * international/mule-cmds.el (prefer-coding-system): Add an
5871 example (bug#4869).
5872
343c3b5a
LMI
5873 * progmodes/etags.el (tags-search): Document `file-list-form'
5874 (bug#4731).
5875
2a517d45
LM
58762011-07-13 Lawrence Mitchell <wence@gmx.li>
5877
5878 * net/browse-url.el (browse-url-default-browser)
5879 (browse-url-browser-function): Make the default browser choice a
5880 bit more logical (bug#4300). Also clean up the doc string.
5881
b6c78ef2
JB
58822011-07-13 Juanma Barranquero <lekktu@gmail.com>
5883
5884 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
5885 binary endings (bug#4440).
5886
1c4dd947
LMI
58872011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5888
a2014063
LMI
5889 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
5890 which can be pretty annoying (bug#8971).
5891
9c9c2d88
LMI
5892 * jka-compr.el (jka-compr-verbose): New variable, and use
5893 throughout (bug#8971).
5894
1c4dd947
LMI
5895 * info.el (Info-find-file): Fall back on the installation
5896 directory if we can't find the info node anywhere else.
5897
a1c9f41b
SO
58982011-07-13 Sergei Organov <osv@javad.com> (tiny change)
5899
5900 * vc/vc.el (vc-revert-file):
5901 Don't set file time-stamp in the past. (Bug#5181)
5902
536f3d36
LMI
59032011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5904
7152b011
LMI
5905 * files.el (after-find-file): Give a better error message when
5906 trying to find a symlink that points to a file that doesn't exist
5907 (bug#4398).
5908
536f3d36
LMI
5909 * progmodes/cc-vars.el: Remove (probably) misleading comment
5910 (bug#4396).
5911
460c0fba
JB
59122011-07-12 Johan Bockgård <bojohan@gnu.org>
5913
5914 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
5915
7a6bda45
CY
59162011-07-12 Chong Yidong <cyd@stupidchicken.com>
5917
5918 * mouse-sel.el: Hack restoring functionality, while keeping
5919 compatibility with 2010-07-03 changes to mouse selection.
5920 (mouse-sel-primary-overlay): New var.
5921 (mouse-sel-selection-alist): Use it.
5922 (mouse-sel-mode): Doc fix; remove points that are default features
5923 of mouse.el.
5924
c79598ef
JB
59252011-07-12 Johan Bockgård <bojohan@gnu.org>
5926
5927 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5928 Fix previous fix (bug#2490).
5929
ff8be6ef
RW
59302011-07-12 Roland Winkler <winkler@gnu.org>
5931
b796c9b7
SM
5932 * textmodes/bibtex.el (bibtex-initialize):
5933 Use pop-to-buffer-same-window.
ff8be6ef
RW
5934 (bibtex-search-entries): Fix interactive call.
5935
296ba3ee
LMI
59362011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5937
f5242a02 5938 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
5939 Fontise bytecomp Error lines more correctly (bug#2490).
5940 Fix suggested by Johan Bockgård.
f5242a02 5941
296ba3ee
LMI
5942 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
5943
5944 * dired-x.el (dired-guess-default): Use `delete-dups'.
5945
f69fd0d2
CY
59462011-07-12 Chong Yidong <cyd@stupidchicken.com>
5947
5948 * dired.el (dired-mark-prompt):
5949 * dired-aux.el (dired-read-shell-command): Doc fix.
5950
eab5dc07
LMI
59512011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5952
b796c9b7
SM
5953 * mail/sendmail.el (sendmail-query-once):
5954 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
5955 emacs -Q.
5956
5957 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
5958
eab5dc07
LMI
5959 * cus-edit.el (custom-file): Take an optional no-error variable.
5960 (customize-save-variable): Set the variable, and give a warning if
5961 running under "emacs -q".
5962
a1e65d42
JB
59632011-07-11 Juanma Barranquero <lekktu@gmail.com>
5964
5965 * loadhist.el (unload-feature-special-hooks):
5966 Add `auto-coding-functions', `fill-nobreak-predicate' and
5967 `find-directory-functions' (bug#5327).
5968
1d52da10
LMI
59692011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5970
be958f1d
LMI
5971 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
5972
5bedb26c
LMI
5973 * cus-edit.el (custom-guess-name-alist): -alist variables should
5974 use the `alist' type (bug#3120). Suggested by Drew Adams.
5975
1d52da10
LMI
5976 * printing.el: Add documentation to all the `pr-toggle-' commands.
5977
cd394be1 59782011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
5979
5980 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
5981 backends where it makes sense (bug#2623).
5982
dcc88d8a
LMI
59832011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5984
c3de9feb
LMI
5985 * dired-x.el (dired-guess-default): Remove duplicate shell command
5986 entries (bug#2028).
8a93078b 5987 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 5988 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 5989
dcc88d8a
LMI
5990 * subr.el (remove-duplicates): New conveniency function.
5991
505e3645
LMI
59922011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5993
5994 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
5995 (bug#1526).
5996
59972011-07-10 Martin Rudalics <rudalics@gmx.at>
5998
5999 * window.el (display-buffer-normalize-default): Don't invert
6000 meaning of even-window-heights. Reported by Eli Zaretskii
6001 <eliz@gnu.org>.
6002
455e4fa1
BR
60032011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6004
6005 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6006
8e0bc3e9
CY
60072011-07-10 Chong Yidong <cyd@stupidchicken.com>
6008
6009 * window.el (display-buffer): Fix arguments to
6010 display-buffer-reuse-window in last change.
6011
fa7c3228
CY
6012 * faces.el (link): Use a less saturated blue on light backgrounds.
6013
6014 * startup.el (fancy-startup-text, fancy-about-text)
6015 (fancy-startup-tail): Use font-lock faces, for background safety.
6016
c0a7f300
BN
60172011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6018
b796c9b7
SM
6019 * emulation/viper-cmd.el (viper-change-state-to-vi):
6020 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 6021
4dc2a129
MR
60222011-07-09 Martin Rudalics <rudalics@gmx.at>
6023
6024 * window.el (display-buffer-default-specifiers): Remove.
6025 (display-buffer-macro-specifiers): Remove default specifiers.
6026 (display-buffer-alist): Default to nil.
b796c9b7 6027 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
6028 (display-buffer-pop-up-window): Allow splitting internal
6029 windows. Check whether a live window was created.
6030 (display-buffer-other-window-means-other-frame)
6031 (display-buffer-normalize-arguments): Rename to
6032 display-buffer-normalize-argument and rewrite. Set the
6033 other-window specifier.
6034 (display-buffer-normalize-special): New function.
6035 (display-buffer-normalize-options): Rename to
6036 display-buffer-normalize-default and rewrite.
6037 (display-buffer-normalize-options-inhibit): Remove.
6038 (display-buffer-normalize-specifiers): Rewrite.
6039 (display-buffer): Process other-window specifier and call
6040 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6041 more faithfully.
b796c9b7 6042 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 6043 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
6044 (display-buffer-in-window, display-buffer-alist-set):
6045 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
6046 <tassilo@member.fsf.org>.
6047
2d43b8c9
LL
60482011-07-09 Leo Liu <sdl.web@gmail.com>
6049
6050 * register.el (insert-register): Restore accidental change on
6051 2011-06-26. (Bug#9028)
6052
7f9b7c53
GM
60532011-07-09 Glenn Morris <rgm@gnu.org>
6054
6055 * subr.el (remq): Handle the empty list. (Bug#9024)
6056
f042cfd8
AS
60572011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6058
6059 * mail/sendmail.el (send-mail-function): No longer delay custom
6060 initialization.
6061 * custom.el (custom-initialize-delay): Doc fix.
6062
856b2f11
SM
60632011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6064
6065 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6066
afae1d68
MA
60672011-07-08 Michael Albinus <michael.albinus@gmx.de>
6068
6069 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6070 human-friendly prompt.
6071
0757af94
SM
60722011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6075 provided by a particular plugin.
6076
d760b731
LMI
60772011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6078
6079 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6080 save customizations (with "emacs -Q"), just set the variable
6081 instead of erroring out.
6082
6083 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6084
cd79ce90
JL
60852011-07-08 Juri Linkov <juri@jurta.org>
6086
6087 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6088 (archive-zip-update-case): Use 7z if found by `executable-find'.
6089 The order of searching the available programs is the same as in
6090 `archive-zip-extract' (bug#8968).
6091
14cc04aa
CY
60922011-07-07 Chong Yidong <cyd@stupidchicken.com>
6093
6094 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6095 (menu-bar-options-menu): Tweak descriptions.
6096
0a1848ec
LMI
60972011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6098
6099 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6100 menu items into verb phrases (bug#1421). Also refill to fit under
6101 80 columns.
6102
f5bd0689
CY
61032011-07-07 Chong Yidong <cyd@stupidchicken.com>
6104
538e85c6
CY
6105 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6106 (Info-read-node-name): Doc fix (Bug#1084).
6107
f5bd0689
CY
6108 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6109 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6110 (end-of-sexp, beginning-of-sexp)
6111 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6112 (forward-symbol, forward-same-syntax, word-at-point)
6113 (sentence-at-point): Doc fix (Bug#1144).
6114
56ec5115
LMI
61152011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6116
f3f8e37f
LMI
6117 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6118 should cover it (bug#1281).
6119
0757af94 6120 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 6121
e9fce1ac 6122 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
6123 negotiation fails, then possibly try again with a non-encrypted
6124 connection (bug#9017).
6125
56ec5115
LMI
6126 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6127 be used.
6128
c2f9aec8
RS
61292011-07-07 Richard Stallman <rms@gnu.org>
6130
6131 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6132 property, and handle its changed format.
6133 Look for the correct line number.
6134 Use file's line contents (but not past first =) to find
6135 correct line in message.
6136
ef7b981d 61372011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
6138
6139 * international/characters.el (build-unicode-category-table):
6140 Delete it.
0757af94 6141 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 6142
0757af94 6143 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
6144 to src/chartab.c.
6145 (get-char-code-property): Call unicode-property-table-internal to
6146 load a file. Call get-unicode-property-internal where necessary.
6147 (put-char-code-property): Call unicode-property-table-internal to
6148 load a file. Call put-unicode-property-internal where necessary.
6149 put-unicode-property-internal where necessary.
0757af94
SM
6150 (char-code-property-description):
6151 Call unicode-property-table-internal to load a file.
c805dec0
KH
6152
6153 * international/charprop.el:
6154 * international/uni-bidi.el:
6155 * international/uni-category.el:
6156 * international/uni-combining.el:
6157 * international/uni-comment.el:
6158 * international/uni-decimal.el:
6159 * international/uni-decomposition.el:
6160 * international/uni-digit.el:
6161 * international/uni-lowercase.el:
6162 * international/uni-mirrored.el:
6163 * international/uni-name.el:
6164 * international/uni-numeric.el:
6165 * international/uni-old-name.el:
6166 * international/uni-titlecase.el:
6167 * international/uni-uppercase.el: Regenerate.
6168
6169 * loadup.el: Load international/charprop.el before
6170 international/characters.
6171
e14b388a
CY
61722011-07-07 Chong Yidong <cyd@stupidchicken.com>
6173
6174 * window.el (next-buffer, previous-buffer): Signal an error if
6175 called from a minibuffer window.
6176
6177 * bindings.el: Revert 2011-07-04 change.
6178
354cf0ba
RS
61792011-07-06 Richard Stallman <rms@gnu.org>
6180
6181 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6182 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6183 Treat markers like ints.
6184 (rmail-mime-entity): Doc fix.
6185
a48868a7
LMI
61862011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6187
4906cd3d
LMI
6188 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6189 defcustom again for backwards compatibility.
6190
e0457abe
LMI
6191 * simple.el (shell-command-on-region): Fill.
6192
d67f7e1f
LMI
6193 * dired-aux.el (dired-kill-line): Add a doc string.
6194
fe204702
LMI
6195 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6196 to "\\sw\\|\\s_" (bug#358).
6197
a48868a7
LMI
6198 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6199 (dired-unmark-backward): Ditto.
6200 (dired-flag-backup-files): Ditto.
6201
6202 * dired-x.el (dired-mark-sexp): Ditto.
6203
aa8a705c
RS
62042011-07-06 Richard Stallman <rms@gnu.org>
6205
6206 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6207 (rmail-mime-entity): New arg TRUNCATED.
6208 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6209 New functions.
6210 (rmail-mime-save): Warn if entity is truncated.
6211 (rmail-mime-toggle-hidden): Likewise, for showing.
6212 (rmail-mime-process-multipart): Record when an entity is truncated.
6213
a9a936b9
RS
6214 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6215 if ENTITY is a string.
6216
1f2b92cb
LMI
62172011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6218
f4f73198 6219 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
6220 of faces when `M-C-x'-ing their definitions (bug#8378).
6221 Also clean up the code slightly.
f4f73198 6222
12b16734 6223 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 6224 because that makes the colors go away.
12b16734 6225
f0691d22
LMI
6226 * mail/sendmail.el (send-mail-function): Change the default to
6227 `sendmail-query-once'.
9e87df06 6228 (sendmail-query-once): Add an autoload cookie.
f0691d22 6229
1f2b92cb
LMI
6230 * net/network-stream.el (network-stream-open-starttls): Try using
6231 a plain connection even if the server offered STARTTLS, and we
6232 kinda wanted to use it, if Emacs doesn't have any STARTTLS
6233 capability. This should make smtpmail.el work in slightly more
6234 configurations.
6235
1cdd2a1b
MA
62362011-07-06 Michael Albinus <michael.albinus@gmx.de>
6237
6238 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6239 New defun.
6240 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6241
fbcc67e2
MM
62422011-07-06 Michael R. Mauger <mmaug@yahoo.com>
6243
6244 * progmodes/sql.el: Version 3.0
0757af94 6245 (sql-product-alist): Add product :completion-object,
fbcc67e2 6246 :completion-column, and :statement attributes.
0757af94 6247 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 6248 (sql-mode-syntax-table): Mark all punctuation.
0757af94 6249 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
6250 ansi keywords.
6251 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 6252 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
6253 (sql-oracle-show-reserved-words): New function for development.
6254 (sql-product-font-lock): Simplify for source code buffers.
6255 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
6256 New functions.
6257 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
6258 (sql-mode-map): Add statement movement functions.
6259 (sql-ansi-statement-starters, sql-oracle-statement-starters):
6260 New variable.
fbcc67e2
MM
6261 (sql-statement-regexp, sql-beginning-of-statement)
6262 (sql-end-of-statement, sql-signum): New functions.
0757af94 6263 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
6264 (sql-show-sqli-buffer): Bug fix.
6265 (sql-interactive-mode): Store connection data as buffer local.
0757af94 6266 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
6267 with sql-interactive-mode.
6268 (sql-save-connection): Save buffer local settings.
0757af94 6269 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
6270 (sql-product-interactive): Bug fix.
6271 (sql-preoutput-hold): New variable.
6272 (sql-interactive-remove-continuation-prompt): Bug fixes.
6273 (sql-debug-redirect): New variable.
6274 (sql-str-literal): New function.
6275 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 6276 Redesign.
fbcc67e2
MM
6277 (sql-oracle-save-settings, sql-oracle-restore-settings)
6278 (sql-oracle-list-all, sql-oracle-list-table): New functions.
6279 (sql-completion-object, sql-completion-column)
6280 (sql-completion-sqlbuf): New variables.
6281 (sql-build-completions-1, sql-build-completions)
6282 (sql-try-completion): New functions.
6283 (sql-read-table-name): Use them.
6284 (sql-contains-names): New buffer local variable.
6285 (sql-list-all, sql-list-table): Use it.
6286 (sql-oracle-completion-types): New variable.
6287 (sql-oracle-completion-object, sql-sqlite-completion-object)
6288 (sql-postgres-completion-object): New functions.
6289
d4eaeab1
GM
62902011-07-06 Glenn Morris <rgm@gnu.org>
6291
6292 * window.el (pop-to-buffer): Doc fix.
6293
322b7dab 62942011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
6295
6296 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
6297
322b7dab 62982011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 6299
322b7dab 6300 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 6301
322b7dab 6302 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 6303
605dd5bf
CY
63042011-07-05 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * button.el (button): Inherit from link face. Suggested by Dan
6307 Nicolaescu.
6308
7dbfa719
SM
63092011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6310
3db614b0
SM
6311 * progmodes/gdb-mi.el: Fit in 80 columns.
6312 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
6313 switch-to-buffer.
6314
7dbfa719
SM
6315 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
6316 if imenu is simply not configured (bug#8941).
6317
919d884a
KM
63182011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
6319
6320 * allout.el (allout-post-undo-hook): New allout outline-change
6321 event hook to signal undo activity.
6322 (allout-post-command-business): Run allout-post-undo-hook if an
6323 undo just occurred.
7dbfa719
SM
6324 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
6325 * allout-widgets.el (allout-widgets-after-undo-function):
6326 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
6327 in the vicinity of an undo.
6328 (allout-widgets-mode): Include allout-widgets-after-undo-function
6329 on the new allout-post-undo-hook.
6330
450a0f09
SM
63312011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6332
6333 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
6334 Let define-derived-mode define it.
6335 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
6336 cycles of abbrev-table inheritance (bug#8998).
6337
2de69e00
RW
63382011-07-05 Roland Winkler <winkler@gnu.org>
6339
6340 * textmodes/bibtex.el: Add support for biblatex.
6341 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
6342 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
6343 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
6344 (bibtex-entry-alist, bibtex-field-alist): New variables.
6345 (bibtex-entry-field-alist): Obsolete alias for
6346 bibtex-BibTeX-entry-alist.
6347 (bibtex-entry-alist, bibtex-field-alist): New widgets.
6348 (bibtex-set-dialect): New command.
6349 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
6350 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
6351 Bind via bibtex-set-dialect.
2de69e00
RW
6352 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
6353 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
6354 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
6355 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
6356 Define via bibtex-set-dialect.
450a0f09
SM
6357 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
6358 Obey bibtex-no-opt-remove-re.
2de69e00
RW
6359 (bibtex-vec-push, bibtex-vec-incr): New functions.
6360 (bibtex-format-entry, bibtex-field-list)
6361 (bibtex-print-help-message, bibtex-validate)
6362 (bibtex-search-entries): Use new format of bibtex-entry-alist.
6363
2dcdbdd9
SM
63642011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6365
6366 * progmodes/compile.el (compilation-goto-locus):
6367 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6368 * bs.el (bs-cycle-next, bs-cycle-previous):
6369 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
6370 * bindings.el (mode-line-other-buffer):
6371 * autoinsert.el (auto-insert):
6372 * arc-mode.el (archive-extract):
6373 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
6374
b27640fe
JB
63752011-07-05 Juanma Barranquero <lekktu@gmail.com>
6376
6377 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
6378 Fix check of `emacs-lock-unlockable-modes'.
6379 Coerce true values of `emacs-lock--try-unlocking' to t.
6380
53bbe3ad
JB
63812011-07-05 Juanma Barranquero <lekktu@gmail.com>
6382
6383 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
6384 * emacs-lock.el: New file.
6385
1d3cdbc7
JD
63862011-07-05 Julien Danjou <julien@danjou.info>
6387
6388 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
6389 than `boundp' to check if face is set.
6390
9173deec
JB
63912011-07-05 Juanma Barranquero <lekktu@gmail.com>
6392
6393 * register.el (registerv-make):
6394 * window.el (window-min-height): Fix typos in docstrings.
6395
869795d6
JD
63962011-07-05 Jan Djärv <jan.h.d@swipnet.se>
6397
9173deec 6398 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
6399 Update doc string.
6400
b768cdcd
JB
64012011-07-04 Juanma Barranquero <lekktu@gmail.com>
6402
6403 * server.el (server-execute): Catch quit and call
6404 `server-return-error' to pass the error back to emacsclient and
6405 close the connection (bug#8942).
6406
13aa217b
KM
64072011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
6408
6409 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
6410 insecure exception for current topic. Also note that auto-saves
6411 are handled differently.
6412
6413 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
6414 State variables for tracking auto-save inhibition situation.
6415
6416 (allout-write-contents-hook-handler): Rename from
6417 'allout-write-file-hook-handler', and describe how it depends on
6418 write-contents-functions sensitivity to non-nil value to prevent
6419 file write.
6420
6421 (allout-auto-save-hook-handler): Remove. auto-save does not check
6422 this in individual buffers, only in the starting buffer, so this
6423 is not the right way for us to inhibit auto-save in a buffer
6424 according to its condition.
6425
6426 (allout-mode): Use new allout-write-contents-hook-handler, and
6427 only with write-contents-functions. Remove auto-save provisions -
6428 they're implemented elsewhere.
6429
6430 (allout-before-change-handler): If undo is in progress, note that
6431 for attention of allout-post-command-business.
6432
6433 (allout-post-command-business): If the command we're following was
6434 an undo, check for change in the status of encrypted items and
6435 adjust auto-save inhibitions accordingly.
6436
6437 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
6438 according to whether there are or aren't any plain-text topics
6439 pending encryption.
6440
2dcdbdd9 6441 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
6442 Adjust buffer-saved-size and some allout state to inhibit auto-saves
6443 if there are plain-text topics pending encryption.
13aa217b
KM
6444
6445 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
6446 buffer-saved-size and some allout state to not inhibit auto-saves
6447 if there are no longer any plain-text topics pending encryption.
6448
0757af94
SM
6449 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
6450 No longer provide for exemption of the current topic.
13aa217b 6451
ac89b32c
JL
64522011-07-04 Juri Linkov <juri@jurta.org>
6453
6454 Add 7z operations to delete and save changed members (bug#8968).
6455 * arc-mode.el (archive-7z-expunge, archive-7z-update):
6456 New defcustoms.
6457 (archive-7z-write-file-member): New function.
6458 (archive-7z-summarize): Fix the number of dashes in the
6459 listing output.
6460
8fa39615
SM
64612011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6462
6463 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
6464 (bug#8958).
6465
2f11b3f1
CY
64662011-07-04 Chong Yidong <cyd@stupidchicken.com>
6467
d66fef2b
CY
6468 * bindings.el: Ignore next-buffer and previous-buffer in
6469 minibuffer-local-map.
6470
2f11b3f1
CY
6471 * font-lock.el (font-lock-builtin-face): Change light background
6472 color to dark slate blue (Bug#6693).
6473
f932a347
WD
64742011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6475
6476 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
6477
c8af70e1
SM
64782011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6479
6480 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
6481 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6482 Add switch-to-buffer.
6483
f158badc
LMI
64842011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6485
6486 * isearch.el (isearch-search-fun-function): Clarify further the
6487 meaning of the function returned.
6488
6d95bd46
MA
64892011-07-04 Michael Albinus <michael.albinus@gmx.de>
6490
6491 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
6492
6493 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
6494 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
6495 Use it.
6496 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
6497 `tramp-default-remote-path' does not exist.
6498 (tramp-send-command-and-read): New optional argument NOERROR.
6499 (tramp-open-connection-setup-interactive-shell)
6500 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
6501 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
6502 (tramp-process-sentinel): Flush also process' connection property.
6503 (tramp-sh-handle-start-file-process): Do not set process
6504 sentinel. It is done now ...
6505 (tramp-maybe-open-connection): ... here. (Bug#8929)
6506
909e6b67
MK
65072011-07-04 MON KEY <monkey@sandpframing.com>
6508
6509 * play/animate.el (animate-string): Doc fixes and allow changing
6510 the buffer name (bug#5417).
6511
65122011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6513
c8af70e1 6514 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 6515
f34755dc
PE
65162011-07-04 Paul Eggert <eggert@cs.ucla.edu>
6517
396cec72
PE
6518 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
6519 This is simpler and helps future-proof the code.
6520 (timer-until): Use time-subtract and float-time.
08235028 6521 (timer--time-less-p): Use time-less-p.
f34755dc 6522
56e6cc31
JB
65232011-07-04 Juanma Barranquero <lekktu@gmail.com>
6524
3abb79e5
JB
6525 * type-break.el (timep): Use the value of `float-time' to avoid a
6526 byte-compiler warning.
6527
56e6cc31
JB
6528 * server.el (server-eval-and-print): Return any result, even nil.
6529
7b9430b4
PE
65302011-07-03 Paul Eggert <eggert@cs.ucla.edu>
6531
6532 * type-break.el: Accept time formats that the builtins accept.
6533 (timep, type-break-time-difference): Accept any format that
6534 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
6535 This is simpler and helps future-proof the code.
6536 (type-break-time-difference): Round rather than ignoring
6537 subseconds components.
6538
3034e9e7
LMI
65392011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6540
6541 * info.el (Info-apropos-matches): Make non-interactive, since it
6542 doesn't seem to do anything useful as a command (bug#8829).
6543
1485f4c0
CY
65442011-07-03 Chong Yidong <cyd@stupidchicken.com>
6545
6546 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 6547 Move from faces.el.
1485f4c0
CY
6548 (frame-default-terminal-background): New function.
6549
6550 * custom.el (custom-push-theme): Don't record faces in `changed'
6551 theme; this doesn't work correctly for per-frame face settings.
6552 (disable-theme): Use face-set-after-frame-default to reset faces.
6553 (custom--frame-color-default): New function.
6554
9fa3dd45
LMI
65552011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6556
c8af70e1 6557 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
6558 (bug#8769).
6559
6cbbc20c
KR
65602011-03-29 Kevin Ryde <user42@zip.com.au>
6561
6562 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6563 `perl-Test2' extend to match possible "fail #N" rep count
6564 (bug#8377).
6565
c7f98048
LMI
65662011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6567
65676592
LMI
6568 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
6569 `smtpmail-via-smtp' now returns the error instead of nil.
6570
c7f98048
LMI
6571 * isearch.el (isearch-search-fun-function): Clarify the doc string
6572 (bug#8101).
6573
56e6cc31 65742011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
6575
6576 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
6577 unnecessary spaces (bug#8987).
6578
2b216704
LMI
65792011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6580
6581 * net/network-stream.el (open-network-stream): Use the
6582 :end-of-capability command thoughout.
6583
65842011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6585
6586 * net/network-stream.el (open-network-stream): Add the
6587 :end-of-capability command parameter, used by pop3.el.
6588
36adf6ce
LMI
65892011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6590
1ca0da0e
LMI
6591 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
6592
fc00f69c
LMI
6593 * fringe.el (fringe-query-style): Remove redundant text " (type ?
6594 for list)" (bug#6475).
6595
28fd8759 6596 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 6597 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
6598 an error (bug#6297).
6599
0dd8b6da
LMI
6600 * man.el (Man-reference-regexp): Allow matching possible
6601 word-wrapped references (bug#6289).
6602
ce1438d6
LMI
6603 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
6604 for consistency with the other vc buffers (bug#6197).
6605 (vc-checkin): Ditto.
6606
6607 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
6608
36adf6ce
LMI
6609 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
6610
e83cc1f7
LMI
66112011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6612
8a20ca4c
LMI
6613 * custom.el (defcustom): Clarify that :set is only used in the
6614 Customize user interface (bug#6089).
6615
83319045
LMI
6616 * progmodes/flymake.el (flymake-mode): If the buffer isn't
6617 associated with a file, refuse to run instead of erroring out
6618 (bug#6084).
6619
a8392169
LMI
6620 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
6621 the doc string, since it appears that using `fill-column' always
6622 controls the width (bug#7845).
6623
e83cc1f7
LMI
6624 * simple.el (shell-command-on-region): Say where the error output
6625 went if `shell-command-default-error-buffer' is set (bug#6857).
6626
e47ca23b
KM
66272011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
6628
6629 * allout.el (allout-yank-processing): Adjust cursor position for
6630 backwards-deleted space.
6631
6632 (allout-rebullet-heading): Register changes with
6633 allout-exposure-changed-hook, so the modified topic is properly
6634 decorated.
6635
5cf56143
LMI
66362011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6637
08549772
LMI
6638 * minibuffer.el (completion-in-region): Document PREDICATE
6639 (bug#7136).
6640
48e96771
LMI
6641 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
6642 of keyword/argument pairs (bug#6904).
6643
c8af70e1
SM
6644 * replace.el (multi-occur):
6645 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 6646
e17d05e2
LMI
66472011-07-02 Drew Adams <drew.adams@oracle.com>
6648
6649 * dired.el (dired-mark-if): Make the message about whether it's
6650 marking or unmarking clearer (bug#8523).
6651
063b0e45
LMI
66522011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6653
6654 * disp-table.el (display-table-print-array): New function.
6655 (describe-display-table): Use it to print the vectors more pretty
6656 (Bug#8859).
6657
28545e04
MR
66582011-07-02 Martin Rudalics <rudalics@gmx.at>
6659
6660 * window.el (window-state-get-1): Don't assign clone numbers.
6661 Add clone-of item to list of window parameters.
6662 (window-state-put-2): Don't process clone numbers.
6663 (display-buffer-alist): Fix doc-string.
6664
3349e122
SM
66652011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6667 * subr.el (remq): Don't allocate if it's not needed.
6668 (keymap--menu-item-binding, keymap--menu-item-with-binding)
6669 (keymap--merge-bindings): New functions.
6670 (keymap-canonicalize): Use them to refine the canonicalization.
6671 * minibuffer.el (minibuffer-local-completion-map)
6672 (minibuffer-local-must-match-map): Move initialization from C.
6673 (minibuffer-local-filename-completion-map): Move initialization from C;
6674 don't inherit from anything here.
6675 (minibuffer-local-filename-must-match-map): Make obsolete.
6676 (completing-read-default): Use make-composed-keymap to combine
6677 minibuffer-local-filename-completion-map with either
6678 minibuffer-local-must-match-map or
6679 minibuffer-local-filename-completion-map.
6680
d224ac83
GM
66812011-07-01 Glenn Morris <rgm@gnu.org>
6682
3de63bf8
GM
6683 * type-break.el (type-break-time-sum): Use dolist.
6684
d224ac83
GM
6685 * textmodes/flyspell.el (flyspell-word-search-backward):
6686 Replace CL function.
6687
1a1e3f32
SM
66882011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6689
fe3f64d5
SM
6690 * mouse.el (mouse--strip-first-event): New function.
6691 (function-key-map): Use it to map fringe clicks to normal clicks
6692 by default.
6693
eb604e34
SM
6694 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
6695 (vc-bzr-revision-completion-table): Add support for annotate and date.
6696
1a1e3f32
SM
6697 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
6698 inherit from parent.
6699
5bd35902
LMI
67002011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6701
ace6c69c 6702 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 6703 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 6704
191e2bed
LMI
6705 * dired.el (dired-mode): Fix up the doc string as suggested by
6706 Drew Adams (bug#8817).
6707
5bd35902
LMI
6708 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
6709 cookie, since the manual says that it should be possible to add
6710 this function to `find-file-hook' (bug#8709).
6711
eee8207a
TZ
67122011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
6713
6714 * progmodes/cfengine.el: Moved all cfengine3.el functionality
6715 here. Noted Ted Zlatanov as the maintainer.
6716 (cfengine-common-settings, cfengine-common-syntax): New functions
6717 to set up common things between `cfengine-mode' and
6718 `cfengine3-mode'.
6719 (cfengine3-mode): New mode.
6720 (cfengine3-defuns cfengine3-defuns-regex
6721 (cfengine3-class-selector-regex cfengine3-category-regex)
6722 (cfengine3-vartypes cfengine3-font-lock-keywords)
6723 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 6724 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 6725
36b148cf
MA
67262011-07-01 Michael Albinus <michael.albinus@gmx.de>
6727
6728 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
6729
6730 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
6731
0bf4ba9a
MR
67322011-07-01 Martin Rudalics <rudalics@gmx.at>
6733
6734 * window.el (same-window-buffer-names, same-window-regexps)
6735 (same-window-p, special-display-frame-alist)
6736 (special-display-popup-frame, special-display-function)
6737 (special-display-buffer-names, special-display-regexps)
6738 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
6739 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6740 (split-window-preferred-function, split-height-threshold)
6741 (split-width-threshold, even-window-heights)
6742 (display-buffer-mark-dedicated, window-splittable-p)
6743 (split-window-sensibly, window-safely-shrinkable-p):
6744 Un-obsolete.
6745 (display-buffer): Don't spread args with function specifier
6746 because special-display-popup-frame won't like it.
6747
35837f51
PE
67482011-07-01 Paul Eggert <eggert@cs.ucla.edu>
6749
d0672f86
PE
6750 Time-stamp simplifications and fixes.
6751 These improve accuracy slightly, and future-proof the code
6752 against some potential changes to current-time format.
6753
b9444d97
PE
6754 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
6755 by using time-since and float-time.
6756
0ef923dc
PE
6757 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
6758 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
6759 + NNN microseconds".
6760
2f81380d
PE
6761 * type-break.el (type-break-time-sum): Rewrite using time-add.
6762
845b5c3e
PE
6763 * play/hanoi.el (hanoi-current-time-float): Remove.
6764 All uses replaced by float-time.
6765
ee6f1be0
PE
6766 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
6767 This yields a more-accurate answer.
6768 (rng-time-to-float): Remove; no longer needed.
6769
fe955043
PE
6770 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
6771
5777162a
PE
6772 * calendar/timeclock.el (timeclock-seconds-to-time):
6773 Defalias to seconds-to-time, since they're the same thing.
6774
3103f8b6 6775 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 6776 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
6777 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
6778
0e61a35f
SM
67792011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6780
6781 * window.el (bury-buffer): Don't iconify the only frame.
6782 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
6783 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
6784
ddd63a1e
CY
67852011-07-01 Chong Yidong <cyd@stupidchicken.com>
6786
0e61a35f
SM
6787 * eshell/em-smart.el (eshell-smart-display-navigate-list):
6788 Add mouse-yank-primary.
ddd63a1e 6789
055f4923
TZ
67902011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
6791
6792 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
6793
6a2fb145
SM
67942011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6795
6796 * emacs-lisp/find-func.el (find-library--load-name): New fun.
6797 (find-library-name): Use it to find relative load names when provided
6798 absolute file name (bug#8803).
6799
fd4983f2
LMI
68002011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6801
887d14ad
LMI
6802 * textmodes/flyspell.el (flyspell-word): Consider words that
6803 differ only in case as potential doublons (bug#5687).
6804
c53dc7fc
LMI
6805 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
6806 Remove two rather uninteresting debugging-like messages to make
6807 debbugs.el more silent.
6808
fd4983f2
LMI
6809 * comint.el (comint-password-prompt-regexp): Accept "Response" as
6810 a password-like phrase.
6811
7a71b18d 68122011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
6813
6814 * progmodes/cc-guess.el: New file.
6815
6a2fb145 6816 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
6817
6818 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
6819 derived from `c-basic-common-init'.
6820
6821 * progmodes/cc-mode.el (top-level): Require cc-guess.
6822 (c-basic-common-init): Use `cc-choose-style-for-mode'.
6823
1fa280a3
LM
68242011-06-30 Lawrence Mitchell <wence@gmx.li>
6825
6826 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
6827
e6597158
AM
68282011-06-30 Alan Mackenzie <acm@muc.de>
6829
1fa280a3
LM
6830 * progmodes/cc-engine.el (c-guess-continued-construct):
6831 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
6832 lock is disabled. Name this case as "CASE G".
6833
68ba37fb
KM
68342011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
6835
6836 * allout.el (allout-yank-processing): Fix injection of extra space
6837 between bullet and non-whitespace character in first topic when
6838 pasting, ensuring that the actual spacing in the pasted topic
6839 following the bullet char is preserved. This extra space was
6840 causing pasted encrypted topics to get a decrypted status even
6841 when the content was actually still encrypted. Now the decryption
6842 status from before the paste is preserved.
6843
6844 (allout-flag-region): Set all allout overlays so they evaporate
6845 when reduced to zero length (evanescent), to prevent overlay
6846 leakage.
6847
887a0b34
GM
68482011-06-30 Glenn Morris <rgm@gnu.org>
6849
94b9acce
GM
6850 * w32-fns.el (w32-charset-info-alist): Declare.
6851
1d9b46d4
GM
6852 * find-dired.el (find-grep-options): Simplify.
6853
cc232200
GM
6854 * term/ns-win.el (ns-set-resource): Declare.
6855
28e77c46
GM
6856 * ses.el (row, col): Declare dynamic variables honestly.
6857
887a0b34
GM
6858 * textmodes/reftex-parse.el (index-tags): Declare.
6859
658d8eb8
CY
68602011-06-30 Chong Yidong <cyd@stupidchicken.com>
6861
6862 * cus-edit.el (customize-push-and-save): New function.
6863
6864 * files.el (hack-local-variables-confirm): Use it.
6865
1fa280a3
LM
6866 * custom.el (load-theme): New arg NO-CONFIRM.
6867 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
6868 (custom-enabled-themes): Doc fix.
6869
6870 * cus-theme.el (customize-create-theme)
6871 (custom-theme-merge-theme): Callers to load-theme changed.
6872
bb617717
LMI
68732011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6874
d61bdd5d
LMI
6875 * thingatpt.el (thing-at-point-short-url-regexp): Require that
6876 short URLs have at least one dot in them (bug #7614).
6877
bb617717
LMI
6878 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
6879 nil, because using a pty is apparently too slow (bug #895).
6880
2f31f37a
LMI
68812011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6882
6883 * mail/sendmail.el (sendmail-query-once): New function.
6884 (sendmail-query-once-function): New variable.
6885
3076b24e
GM
68862011-06-29 Glenn Morris <rgm@gnu.org>
6887
faf2a174
GM
6888 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
6889
3076b24e
GM
6890 * ses.el (top-level): Require cl when compiling.
6891 (ses-set-localvars): Fix error statement.
6892 Call it at compile time to silence a storm of warnings.
6893
5386012d
MR
68942011-06-29 Martin Rudalics <rudalics@gmx.at>
6895
6896 * window.el (normalize-live-buffer): Rename to
6897 window-normalize-buffer.
6898 (normalize-live-frame): Rename to window-normalize-frame.
6899 (normalize-any-window): Rename to window-normalize-any-window.
6900 (normalize-live-window): Rename to window-normalize-live-window.
6901 (make-window-atom): Rename to window-make-atom.
6902 (window-resize-reset): Rename to window--resize-reset.
6903 (window-resize-reset-1): Rename to window--resize-reset-1.
6904 (resize-mini-window): Rename to window--resize-mini-window.
6905 (resize-subwindows-skip-p): Rename to
6906 window--resize-subwindows-skip-p.
6907 (resize-subwindows-normal): Rename to
6908 window--resize-subwindows-normal.
6909 (resize-subwindows): Rename to window--resize-subwindows.
6910 (resize-other-windows): Rename to window--resize-siblings.
6911 (resize-this-window): Rename to window--resize-this-window.
6912 (resize-root-window): Rename to window--resize-root-window.
6913 (resize-root-window-vertically): Rename to
6914 window--resize-root-window-vertically.
6915 (normalize-buffer-to-display): Rename to
6916 window-normalize-buffer-to-display.
6917 (normalize-buffer-to-switch-to): Rename to
6918 window-normalize-buffer-to-switch-to.
6919 Correspondingly update all callers of the functions listed
6920 above.
6921 (display-buffer-alist, display-buffer-normalize-arguments)
6922 (display-buffer-normalize-options, display-buffer)
6923 (display-buffer-alist-set): Use "function" instead of
6924 "fun-with-args".
6925
1176868d
CY
69262011-06-28 Chong Yidong <cyd@stupidchicken.com>
6927
6928 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
6929 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
6930 debbugs.gnu.org. Mention acknowledgment email.
6931
20a7a65f
LMI
69322011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6933
6934 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
6935 buffer multibyteness, since it shouldn't matter.
6936
5f45cca5
MR
69372011-06-28 Martin Rudalics <rudalics@gmx.at>
6938
6939 * window.el (display-buffer-in-side-window): Handle dedicated
6940 windows as in display-buffer-reuse-window.
6941 (display-buffer-normalize-alist): Use value of override
6942 specifier.
6943 (display-buffer-normalize-specifiers): Use value of
6944 other-window-means-other-frame specifier.
6945 (display-buffer-alist): Rewrite some texts in widgets.
6946 (display-buffer): Spread arguments when calling function
6947 specified by fun-with-args.
6948
ad85fe1f
DD
69492011-06-28 Deniz Dogan <deniz@dogan.se>
6950
1fa280a3
LM
6951 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6952 Unnest `let'.
da68c4c8 6953
ad85fe1f
DD
6954 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
6955 selectors (Bug#5732).
ec49bd31 6956 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 6957
a08cc025
JA
69582011-06-27 Jari Aalto <jari.aalto@cante.net>
6959
6960 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
6961 (eshell-ls-date-format): New defcustom.
6962 (eshell-ls-file): Use it.
6963
e2b551c5
SM
69642011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6965
6966 * help-fns.el (describe-variable): Fix message for terminal-local vars.
6967
8982b231
KY
69682011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
6969
6970 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
6971 (ange-ftp-make-tmp-name): New arg.
6972 (ange-ftp-file-local-copy): Use it.
6973
36c9fa27
J
69742011-06-27 Jambunathan K <kjambunathan@gmail.com>
6975
6976 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
6977 no-conversion (Bug#8870).
6978
d68443dc
MR
69792011-06-27 Martin Rudalics <rudalics@gmx.at>
6980
6981 * window.el (window-right, window-left, window-child)
6982 (window-child-count, window-last-child)
6983 (window-iso-combination-p, walk-window-tree-1)
6984 (window-atom-check-1, window-tree-1, delete-window)
6985 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
6986 new naming conventions - window-vchild, window-hchild,
6987 window-next and window-prev are now called window-top-child,
6988 window-left-child, window-next-sibling and window-prev-sibling
6989 respectively.
d615d6d2
MR
6990 (resize-window-reset): Rename to window-resize-reset.
6991 (resize-window-reset-1): Rename to window-resize-reset-1.
6992 (resize-window): Rename to window-resize.
6993 (window-min-height, window-min-width)
6994 (resize-mini-window, resize-this-window, resize-root-window)
6995 (resize-root-window-vertically, adjust-window-trailing-edge)
6996 (enlarge-window, shrink-window, maximize-window)
6997 (minimize-window, delete-window, quit-restore-window)
6998 (split-window, balance-windows, balance-windows-area-adjust)
6999 (balance-windows-area, window-state-put-2)
7000 (display-buffer-even-window-sizes, display-buffer-set-height)
7001 (display-buffer-set-width, set-window-text-height)
7002 (fit-window-to-buffer): Rename all "resize-window" prefixed
7003 calls to use the "window-resize" prefix convention.
7004 (display-buffer-alist): Fix symbol for label specifier.
7005 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7006 corresponding specifier.
7007 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 7008
b6458526
VB
70092011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7010
7011 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7012 convention.
7013 (ses-call-printer): Does not pass an empty string to formatter when the
7014 cell is empty to keep from barking printer Calc math-format-value.
7015
d31fd9ac
RS
70162011-06-27 Richard Stallman <rms@gnu.org>
7017
43d5bf84
RS
7018 * battery.el (battery-mode-line-limit): New variable.
7019 (battery-update): Handle it.
7020
d31fd9ac
RS
7021 * mail/rmailmm.el (rmail-mime-process-multipart):
7022 Handle truncated messages.
7023
819a6054
GM
70242011-06-27 Glenn Morris <rgm@gnu.org>
7025
7026 * progmodes/flymake.el (flymake-err-line-patterns):
7027 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7028
cedc73f2
VB
70292011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7030
819a6054 7031 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
7032 (ses--clean-!, ses--clean-_): New functions.
7033 (ses-range): Add configurability of readout order, and conversion
7034 to Calc vector.
7035
5e5d49b6
VB
7036 * ses.el (ses-repair-cell-reference-all): New function.
7037 (ses-cell-symbol): Set macro as safe, so that it can be used in
7038 formulas.
7039
56e6cc31 7040 * ses.el: Update cycle detection algorithm.
90ca8b49 7041 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 7042 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
7043 (ses-set-localvars): New function.
7044 (ses-make-cell): Add property-list as a cell element.
7045 (ses-cell-property-get-fun, ses-cell-property-get)
7046 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
7047 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7048 New functions.
90ca8b49
VB
7049 (ses-cell-property-set, ses-cell-property-pop)
7050 (ses-cell-property-get-handle): New macro.
7051 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7052 New aliases, used for code readability.
7053 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7054 cycle detection.
7055 (ses-self-reference-early-detection): New defcustom.
fac916bf 7056 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
7057 (ses-mode): Use ses-set-localvars.
7058 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7059 before lauching the update processing.
7060 (ses-initialize-Dijkstra-attempt): New function.
7061 (ses-recalculate-cell): Update for cycle detection based on
7062 Dijkstra algorithm.
7063
2bb63e81
VB
7064 * ses.el: Fix commenting and indenting convention.
7065
c9d29fb8
SM
70662011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7067
7068 * bs.el (bs-cycle-next): Complete last change.
7069
d8e4b68b
JB
70702011-06-27 Drew Adams <drew.adams@oracle.com>
7071
7072 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7073
40098786
LMI
70742011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7075
c9d29fb8
SM
7076 * net/network-stream.el (network-stream-open-starttls):
7077 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
7078 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7079
40098786
LMI
7080 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7081 to binary to possibly avoid line encoding issues on Windows (among
7082 other things).
7083
468d09d4
LMI
70842011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7085
7086 * net/network-stream.el (open-network-stream): Return an :error
7087 saying what the problem was, if possible.
7088
7089 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7090 server.
7091
7092 * net/network-stream.el (network-stream-open-starttls): If we
7093 wanted to use STARTTLS, and the server offered it, but we weren't
7094 able to because we had no STARTTLS support, then close the connection.
7095 (open-network-stream): Return an :error element, if present.
7096
16f07dd7
CY
70972011-06-26 Chong Yidong <cyd@stupidchicken.com>
7098
88821ca0
CY
7099 * hl-line.el (hl-line-sticky-flag): Doc fix.
7100 (global-hl-line-sticky-flag): New option (Bug#8323).
7101 (global-hl-line-highlight): Obey it.
7102
16f07dd7
CY
7103 * vc/vc.el (vc-revert-show-diff): Default to t.
7104
6b5ccddf
KM
71052011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7106
c9d29fb8
SM
7107 * allout-widgets.el (allout-widgets-post-command-business):
7108 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
7109 undecorated when an isearch is continued past, and isearch
7110 automatically collapses them. This leads to "widget leaks", where
7111 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
7112 hidden widgets can slow down cursor travel, substantially.
7113 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
7114 so we're doing without this nicety.
7115
7116 (allout-widgets-tally-string): Don't try to do a hash-table-count
7117 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7118 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7119 *Messages* when allout-widgets-maintain-tally is t.
7120
355f2e07
MR
71212011-06-26 Martin Rudalics <rudalics@gmx.at>
7122
7123 * window.el (display-buffer-normalize-argument): Rename to
7124 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
7125 LABEL argument. Respect special-display-function when popping up
7126 a new frame. Fix code searching for a window showing the buffer
7127 on another frame.
c9d29fb8
SM
7128 (display-buffer-normalize-specifiers):
7129 Call display-buffer-normalize-arguments.
355f2e07
MR
7130 (display-buffer-in-window): Don't undedicate the window if its
7131 buffer remains the same.
7132 Reported by Drew Adams <drew.adams@oracle.com>.
7133 (display-buffer-alist): Add choice for same-window macro
7134 specfier.
7135 (display-buffer): Mention special meaning of LABEL argument in
7136 doc-string. Fix quoting. Don't pop up a new frame even as
7137 fallback.
7138
7ca8fc42
JB
71392011-06-26 Juanma Barranquero <lekktu@gmail.com>
7140
7141 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7142 avoid deleting the current window in some cases (bug#8911).
7143
bc312254
AS
71442011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7145
7146 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7147 (Bug#8934)
7148
2db18f3f
LMI
71492011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7150
c9d29fb8
SM
7151 * net/network-stream.el (network-stream-open-starttls):
7152 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
7153 (network-stream-open-tls): Ditto.
7154
6302e0d3
LL
71552011-06-26 Leo Liu <sdl.web@gmail.com>
7156
7157 * register.el (registerv): New struct.
7158 (registerv-make): New function.
c9d29fb8
SM
7159 (jump-to-register, describe-register-1, insert-register):
7160 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
7161 struct. (Bug#8415)
7162
5fdd4046
CY
71632011-06-26 Chong Yidong <cyd@stupidchicken.com>
7164
2afef60a
CY
7165 * vc/vc.el (vc-revert-show-diff): New defcustom.
7166 (vc-diff-internal): New arg specifying diff buffer.
7167 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7168 reuse an existing *vc-diff* buffer (Bug#8927).
7169
5fdd4046
CY
7170 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7171
e93db24a
GM
71722011-06-26 Glenn Morris <rgm@gnu.org>
7173
7174 * progmodes/f90.el (f90-critical-indent): New option.
7175 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7176 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7177 (f90-mode): Doc fix.
7178 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7179 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7180 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7181 (f90-match-end): Handle block, critical.
7182
eefff499
GM
71832011-06-25 Glenn Morris <rgm@gnu.org>
7184
f6ba4cc9
GM
7185 * calendar/diary-lib.el (diary-included-files): Doc fix.
7186 (diary-include-files): New function, extracted from
7187 diary-include-other-diary-files and diary-mark-included-diary-files.
7188 (diary-include-other-diary-files, diary-mark-included-diary-files):
7189 Just call diary-include-files.
7190 (diary-mark-entries): Reset diary-included-files on first call.
7191
16712304
GM
7192 * calendar/diary-lib.el (diary-mark-entries)
7193 (diary-mark-included-diary-files):
7194 Visit included diary-files in temp buffers.
7195
5d8e0d43
GM
7196 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7197 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7198 (f90-start-block-re, f90-imenu-generic-expression)
7199 (f90-looking-at-program-block-start, f90-no-block-limit):
7200 Add support for submodules.
7201
ccf7a5d5
GM
7202 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7203 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 7204
11fdef7d 72052011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
7206
7207 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7208 buffer-file-type before setting its value, to avoid disastrous
eefff499 7209 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 7210
74f53697
JB
72112011-06-25 Juanma Barranquero <lekktu@gmail.com>
7212
7213 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7214
7215 * ses.el (ses-unload-function):
7216 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7217
7218 * proced.el (proced-unload-function):
7219 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7220
18a4ce5e
AR
72212011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
7222
7223 * server.el (server-create-window-system-frame): Add parameters arg.
7224 (server-process-filter): Doc fix. Handle frame-parameters.
7225
519d22cc
JB
72262011-06-25 Juanma Barranquero <lekktu@gmail.com>
7227
7228 Fix bug#8730, bug#8781.
7229
7230 * loadhist.el (unload--set-major-mode): New function.
7231 (unload-feature): Use it.
7232
7233 * progmodes/python.el (python-after-info-look): Add autoload cookie.
7234 (python-unload-function): New function.
7235
c206f5b0
SM
72362011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7237
7238 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7239
f9ad64f3
GS
72402011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
7241
7242 * net/browse-url.el (browse-url-firefox-program): Add icecat to
7243 the candidates list.
7244
7d0da90e
JB
72452011-06-24 Juanma Barranquero <lekktu@gmail.com>
7246
7247 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7248
14b4e83d
RS
72492011-06-23 Richard Stallman <rms@gnu.org>
7250
7251 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7252 (rmail-variables): Set next-error-move-function.
7253 (rmail-what-message): Take argument POS.
7254 (rmail-next-error-move): New function.
7255
273d2baf
SM
72562011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
7259 messages for adjacent non-terminals.
7260
56c2cc9a
RS
72612011-06-23 Richard Stallman <rms@gnu.org>
7262
7263 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 7264 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
7265 (rmail-start-mail): Don't specify use of rmail-mail-return;
7266 that's done by mail-bury now.
7267 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 7268
d59eb518
MA
72692011-06-23 Michael Albinus <michael.albinus@gmx.de>
7270
7271 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
7272 SIZE is a number.
7273
02cfc6d6
MR
72742011-06-23 Martin Rudalics <rudalics@gmx.at>
7275
7276 * window.el (get-lru-window, get-mru-window)
7277 (get-largest-window): Never return a minibuffer window.
7278 (display-buffer-pop-up-window): Fix a bug that could lead to
7279 reusing the minibuffer window.
7280 (display-buffer): Pass original specifier argument to
7281 display-buffer-function instead of the normalized one.
7282 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7283
4e323265
LL
72842011-06-22 Leo Liu <sdl.web@gmail.com>
7285
7286 * minibuffer.el (completing-read-function)
7287 (completing-read-default): Move from minibuf.c
7288
7a70468f
RS
72892011-06-22 Richard Stallman <rms@gnu.org>
7290
50718fc2
RS
7291 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
7292 to Rmail even if not started by a special Rmail command.
7293
7a70468f
RS
7294 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
7295 Copy the buffer currently showing just one message.
7296
297dde5a
RW
72972011-06-22 Roland Winkler <winkler@gnu.org>
7298
7299 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
7300 (bibtex-clean-entry): First delete the old key so that a
7301 customized algorithm for generating the new key does not get
7302 confused by the old key.
7303 (bibtex-url): Obey regexp of first step.
7304 (bibtex-search-entries): Do not use add-to-list with local
7305 list-var.
7306
97bb1093
LMI
73072011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7308
7309 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
7310 stored a user name, then query for the password first, instead of
7311 waiting for SMTP to give an error message and the trying again.
7312
1c0f1a19
JD
73132011-06-22 Lawrence Mitchell <wence@gmx.li>
7314
7315 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
7316 BUFFER in call-process.
7317
396f7c9d
LMI
73182011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7319
7320 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
7321 QUIT twice.
ddb7ffee
LMI
7322 (smtpmail-try-auth-methods): Require user name and password from
7323 auth-source.
396f7c9d 7324
8998d1b3
MR
73252011-06-22 Martin Rudalics <rudalics@gmx.at>
7326
7327 * window.el (display-buffer-default-specifiers)
7328 (display-buffer-alist): Remove entries for pop-up-frame-alist.
7329 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 7330 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
7331
7332 * frame.el (pop-up-frame-alist, pop-up-frame-function)
7333 (special-display-frame-alist, special-display-popup-frame):
7334 Remove duplicate declarations. These are now in window.el.
7335
4ea31e07
LMI
73362011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7337
c9d29fb8
SM
7338 * mail/smtpmail.el (smtpmail-via-smtp):
7339 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
7340 server supports it. SMTP servers that support STARTTLS commonly
7341 require it.
7342
7343 * net/network-stream.el (network-stream-open-starttls): Support
7344 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 7345 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 7346
95f41d9a
LMI
7347 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
7348 upgrades with `open-network-stream', and rely solely on
7349 auth-source for all credentials. Big changes throughout the file,
7350 but in particular:
c9d29fb8
SM
7351 (smtpmail-auth-credentials): Remove.
7352 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
7353 (smtpmail-via-smtp): Check for servers saying they want AUTH after
7354 MAIL FROM, too.
95f41d9a 7355
c9d29fb8
SM
7356 * net/network-stream.el (network-stream-open-starttls):
7357 Provide support for client certificates both for external and built-in
4ea31e07
LMI
7358 STARTTLS.
7359 (auth-source): Require.
7360 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
7361 (network-stream-certificate): Change cert-cert to cert and
7362 cert-key to key.
4ea31e07 7363
065ec2c7
MA
73642011-06-21 Michael Albinus <michael.albinus@gmx.de>
7365
7366 * net/tramp-cache.el (top): Don't load the persistency file when
7367 "emacs -Q" has been called.
7368
cd93b359
DR
73692011-06-21 Tim Harper <timcharper@gmail.com>
7370
d8e4b68b
JB
7371 * term/ns-win.el (ns-initialize-window-system):
7372 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
7373 resource to NO as it is not yet supported by the NS port.
7374
ae9c0411
JB
73752011-06-21 Juanma Barranquero <lekktu@gmail.com>
7376
7377 * misc.el (list-dynamic-libraries--refresh): Compute header here...
7378 (list-dynamic-libraries): ...not here.
7379
7f3f739f
LL
73802011-06-21 Leo Liu <sdl.web@gmail.com>
7381
7382 * subr.el (sha1): Implement sha1 using secure-hash.
7383
327c8fb1
MR
73842011-06-21 Martin Rudalics <rudalics@gmx.at>
7385
7386 * window.el (display-buffer-alist): In default value do not
7387 enforce searching a window on any but the selected frame.
7388 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7389 (display-buffer-select-window): Remove function.
7390 (display-buffer-in-window): When a window on another frame gets
7391 reused, do not select it any more but just raise its frame if
7392 necessary (Bug#8851) and (Bug#8856).
7393 (display-buffer-normalize-options): Handle pop-up-frames related
7394 options more faithfully.
7395 (pop-to-buffer): Don't rely on `display-buffer' selecting the
7396 window if it is on another frame.
c9d29fb8
SM
7397 (display-buffer-alist, display-buffer-default-specifiers):
7398 Don't make new frame unsplittable by default.
9e9de014
MR
7399 (display-buffer-normalize-argument): Fix doc-string typo and use
7400 'same-frame-other-window instead of 'other-window when associating
7401 with display-buffer-macro-specifiers.
327c8fb1 7402
7cf3f556
VB
74032011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
7404
7405 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
7406 New functions.
7407 (5x5-mode-map, 5x5-mode-menu): Bind them.
7408 (5x5-draw-grid): Tweak the solver's rendering.
7409
60a406cf
SM
74102011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7411
7412 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
7413 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
7414
d8e4b68b 74152011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
7416
7417 * menu-bar.el: Use function variable instead of switch-to-buffer.
7418 (menu-bar-select-buffer-function): New variable.
60a406cf 7419 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 7420
478d6f95
SM
74212011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7422
7423 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
7424 variable's status.
7425
ca530739
JD
74262011-06-20 Jan Djärv <jan.h.d@swipnet.se>
7427
7428 * x-dnd.el (x-dnd-version-from-flags)
7429 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
7430 and long as number (Bug#8899).
7431 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
7432
bcd70d97
SM
74332011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7434
60a406cf 7435 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
7436 (completion-try-completion, completion-all-completions): Compute the
7437 metadata argument if it's missing; make it optional (bug#8795).
7438
60a406cf 7439 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
7440 (widget-complete): Use new :completion-function property.
7441 (widget-completions-at-point): New function.
7442 (default): Use :completion-function instead of :complete.
60a406cf
SM
7443 (widget-default-completions): Rename from widget-default-complete;
7444 Rewrite.
bcd70d97
SM
7445 (widget-string-complete, widget-file-complete, widget-color-complete):
7446 Remove functions.
7447 (file, symbol, function, variable, coding-system, color):
7448 * international/mule-cmds.el (default-input-method, charset)
7449 (language-info-custom-alist):
7450 * cus-edit.el (face): Use new property :completions.
7451
7452 * progmodes/pascal.el (pascal-completions-at-point): New function.
7453 (pascal-mode): Use it.
7454 (pascal-mode-map): Use completion-at-point.
7455 (pascal-toggle-completions): Make obsolete.
7456 (pascal-complete-word, pascal-show-completions):
7457 * progmodes/octave-mod.el (octave-complete-symbol):
7458 Redefine as obsolete alias.
7459 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
7460 Signal absence of completion info for old Octave,
7461 (inferior-octave-complete): Redefine as obsolete alias.
7462 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
7463 (meta-completions-at-point): Rename from meta-complete-symbol and
7464 adapt it for use on completion-at-point-functions.
7465 (meta-common-mode): Use it.
7466 (meta-looking-at-backward, meta-match-buffer): Remove.
7467 (meta-complete-symbol): Redefine as obsolete alias.
7468 (meta-common-mode-map): Use completion-at-point.
7469 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
7470 (makefile-mode-map): Use completion-at-point.
7471 (makefile-completions-at-point): Rename from makefile-complete and
7472 adapt it for use on completion-at-point-functions.
7473 (makefile-mode): Use it.
7474 (makefile-complete): Redefine as obsolete alias.
7475
aebf69c8
DD
74762011-06-20 Deniz Dogan <deniz@dogan.se>
7477
7478 * net/rcirc.el: Delete trailing whitespaces once and for all.
7479
bfbbb27d
DC
74802011-06-20 Daniel Colascione <dan.colascione@gmail.com>
7481
7482 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
7483
d264a46b
CY
74842011-06-19 Chong Yidong <cyd@stupidchicken.com>
7485
4ca009e5
CY
7486 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
7487
d264a46b
CY
7488 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
7489
fbf5b3ce
MR
74902011-06-19 Martin Rudalics <rudalics@gmx.at>
7491
7492 * window.el (display-buffer-other-window-means-other-frame):
7493 Call display-buffer-normalize-alist.
7494 (display-buffer-normalize-specifiers-1): Rename to
7495 display-buffer-normalize-argument. New argument other-frame.
7496 Rewrite.
7497 (display-buffer-normalize-specifiers-2): Rename to
7498 display-buffer-normalize-options.
7499 (display-buffer-normalize-alist-1): New function.
7500 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
7501 display-buffer-normalize-alist.
7502 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
7503 (display-buffer-normalize-options-inhibit): New variable.
7504 (display-buffer-normalize-specifiers): Rewrite calling
7505 display-buffer-normalize-alist,
7506 display-buffer-normalize-argument, and
7507 display-buffer-normalize-options. Don't call the latter if
7508 display-buffer-normalize-options-inhibit is non-nil.
7509 (frame-auto-delete): New option.
7510 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
7511 (window-list-no-nils, window-state-ignored-parameters)
7512 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
7513 (window-state-put-1, window-state-put-2, window-state-put):
7514 New functions.
9a028c23
MR
7515 (display-buffer-normalize-options): Move special-display-p group
7516 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 7517
6d10d800
CY
75182011-06-18 Chong Yidong <cyd@stupidchicken.com>
7519
6420d28b
CY
7520 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
7521 groups (Bug#8776).
7522 (rx-submatch-n): New function.
7523 (rx): Document it.
7524
ddb8b596
CY
7525 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
7526 (Bug#8768).
7527
7528 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
7529
77080289
CY
7530 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
7531
61dfb316
CY
7532 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
7533 anytime existing face settings are present (Bug#8889).
7534
6d10d800
CY
7535 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
7536 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
7537 Remove unused argument.
7538
be3fb2b8
MR
75392011-06-18 Martin Rudalics <rudalics@gmx.at>
7540
bcd70d97
SM
7541 * window.el (display-buffer-default-specifiers):
7542 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
7543 pop-up-window-min-width, and another reuse-window specifier
7544 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
7545 (display-buffer-normalize-specifiers-2):
7546 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
7547 pop-up-windows is unset. Add a reuse-window specifier for the
7548 case popping up a new window fails.
7549 (special-display-popup-frame): Remove double quoting.
28dec25a 7550 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 7551
1c6d8c76
SM
75522011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7553
7554 * shell.el (shell-completion-vars): Set pcomplete-termination-string
7555 according to comint-completion-addsuffix.
7556
7557 * pcomplete.el: Convert to lexical binding and fix bug#8819.
7558 (pcomplete-suffix-list): Mark as obsolete.
7559 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
7560 pcomplete-seen in the closure.
7561 (pcomplete-comint-setup): Setup completion-at-point as well.
7562 (pcomplete--entries): New function.
7563 (pcomplete--env-regexp): New var.
7564 (pcomplete-entries): Rewrite to work with partial-completion and
7565 without relying on pcomplete-suffix-list.
7566 (pcomplete-pare-list): Remove, unused.
7567
25aef8b8
MR
75682011-06-17 Martin Rudalics <rudalics@gmx.at>
7569
7570 * window.el (display-buffer-alist): Set pop-up-window-min-height
7571 and pop-up-window-min-width in default value. Reported by
7572 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
7573 other-window-means-other-frame.
7574 (display-buffer-macro-specifiers): Comment out entry for
7575 other-window specifier.
7576 (display-buffer-other-window-means-other-frame): New function.
7577 (display-buffer-normalize-specifiers-1): New arguments
7578 buffer-name and label. Treat other-window case specially.
7579 (display-buffer-normalize-specifiers-2): Treat other-window case
7580 specially.
7581 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
7582 (display-buffer-normalize-specifiers):
7583 Call display-buffer-normalize-specifiers-3.
25aef8b8 7584
dbad4f69
MR
75852011-06-17 Martin Rudalics <rudalics@gmx.at>
7586
7587 * window.el (same-window-p): Fix two typos introduced when
7588 adding with-no-warnings.
d1067961
MR
7589 (display-buffer-normalize-specifiers-1): Don't check
7590 pop-up-frames for 'unset initialization.
7591 (display-buffer-normalize-specifiers-2): Major rewrite using
7592 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
7593 (pop-up-frames, display-buffer-reuse-frames)
7594 (display-buffer-mark-dedicated): Don't initialize to 'unset.
7595 Suggested by David Engster <deng@randomsample.de>.
7596 (even-window-heights): Initialize to 'unset.
7597 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
7598 (display-buffer-macro-specifiers): Don't pop up a new frame in the
7599 other window case.
dbad4f69 7600
9b9c9e3a
MR
76012011-06-16 Martin Rudalics <rudalics@gmx.at>
7602
bcd70d97
SM
7603 * window.el (display-buffer-normalize-specifiers-1):
7604 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 7605 second argument of display-buffer (Bug#8865).
981d5c09
MR
7606 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
7607 (switch-to-buffer-other-window-same-frame)
7608 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
7609 Adams (Bug#8875).
9c2755e9
MR
7610 (display-buffer): Don't check noninteractive when calling
7611 display-buffer-pop-up-frame.
7612 (display-buffer-pop-up-frame): Never pop up a frame in
7613 noninteractive mode (Bug#8857).
67222e1d
MR
7614 (enlarge-window, shrink-window): Don't report an error when the
7615 window can't be resized as requested (Bug#8862).
9b9c9e3a 7616
2b75be67
SM
76172011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7618
9ffdd3ba
SM
7619 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
7620
cb581a67
SM
7621 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
7622
2b75be67
SM
7623 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
7624
8c0e3589
AM
76252011-06-15 Alan Mackenzie <acm@muc.de>
7626
cb581a67
SM
7627 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
7628 for declarators, disable knr checking to speed up for normal files.
7629 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 7630
b96e6cde
LMI
76312011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7632
4bba86e6
LMI
7633 * net/network-stream.el (open-network-stream): Add the keyword
7634 :always-query-capabilities for the case where you want to force a
7635 `plain' network connection, but the protocol still requires the
7636 capabilitiy command (i.e., SMTP and EHLO).
7637
2b75be67 7638 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
7639 consistency with other `-live-p' functions.
7640
efdcdbf8
SM
76412011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7642
7643 * window.el (same-window-buffer-names, same-window-regexps)
7644 (special-display-frame-alist, special-display-popup-frame)
7645 (special-display-function, special-display-buffer-names)
7646 (special-display-regexps, pop-up-frame-alist)
7647 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
7648 (pop-up-windows, split-window-preferred-function)
7649 (split-height-threshold, split-width-threshold, even-window-heights)
7650 (display-buffer-mark-dedicated): Don't encourage the use of
7651 display-buffer-alist from Elisp code.
7652
c5cde042
DN
76532011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7654
7655 * progmodes/python.el (python-mode): Derive from prog-mode.
7656 * progmodes/ps-mode.el (ps-mode):
7657 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 7658 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
7659 * progmodes/ld-script.el (ld-script-mode): Likewise.
7660
baa1c9ab
MR
76612011-06-15 Martin Rudalics <rudalics@gmx.at>
7662
7663 * window.el (display-buffer-alist): Trim default value to avoid
7664 popping up a new frame (Bug#8857) or reusing an arbitrary window
7665 on another frame.
7666 (display-buffer): Do not fall back on popping up a new frame in
7667 batch mode (Bug#8857).
7668
c5dd5a51
CY
76692011-06-14 Chong Yidong <cyd@stupidchicken.com>
7670
7671 * cus-theme.el (describe-theme-1): Use custom-theme-p.
7672 (custom-theme-summary): New function.
7673 (customize-themes): Use it.
7674
d647b7c4
GM
76752011-06-13 Glenn Morris <rgm@gnu.org>
7676
7677 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
7678
9481c002
MR
76792011-06-13 Martin Rudalics <rudalics@gmx.at>
7680
357f93d2
MR
7681 * help.el (help-window): Remove variable.
7682 (help-window-point-marker, temp-buffer-max-height)
7683 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
7684 (help-print-return-message): Don't set help-window.
7685 (resize-temp-buffer-window): Rewrite cod eand doc-string.
7686 (help-window-setup-finish): Remove.
7687 (help-window-display-message, help-window-setup)
7688 (with-help-window): Major rewrite based on new
7689 display-buffer-window variable.
7690
7691 * help-mode.el (help-mode-finish): Remove help-window related
7692 code.
7693
7694 * view.el (view-exits-all-viewing-windows): Remove reference to
7695 view-return-to-alist in doc-string.
7696 (view-return-to-alist): Make obsolete.
7697 (view-buffer): Call pop-to-buffer-same-window and remove
7698 undo-window code.
7699 (view-buffer-other-window): Call pop-to-buffer-other-window and
7700 simplify code. Ignore second argument.
7701 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
7702 simplify code. Ignore second argument.
7703 (view-return-to-alist-update): Make obsolete.
7704 (view-mode-enter): Rename second argument to QUIT-RESTORE.
7705 Rewrite using quit-restore window parameters.
2b75be67
SM
7706 (view-mode-exit): Rename second argument to EXIT-ONLY.
7707 Rewrite using quit-restore-window.
357f93d2
MR
7708 (View-exit, View-exit-and-edit, View-leave, View-quit)
7709 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
7710 appropriate arguments.
7711 (view-end-message): Use quit-restore window parameter.
7712
9481c002
MR
7713 * window.el (display-buffer-function): Rewrite doc-string.
7714 (display-buffer-window, display-buffer-alist): New variables.
7715 (display-buffer-split-specifiers)
7716 (display-buffer-side-specifiers)
7717 (display-buffer-macro-specifiers): New constants.
7718 (display-buffer-even-window-sizes, display-buffer-set-height)
7719 (display-buffer-set-width, display-buffer-select-window)
7720 (display-buffer-in-window, display-buffer-reuse-window)
7721 (display-buffer-split-window-1, display-buffer-split-window)
7722 (display-buffer-split-atom-window, display-buffer-pop-up-window)
7723 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
7724 (display-buffer-in-side-window, normalize-buffer-to-display)
7725 (display-buffer-normalize-specifiers-1)
7726 (display-buffer-normalize-specifiers-2)
2b75be67
SM
7727 (display-buffer-normalize-specifiers, display-buffer-frame):
7728 New functions.
9481c002
MR
7729 (display-buffer): Major rewrite.
7730 (display-buffer-other-window, display-buffer-other-frame)
7731 (pop-to-buffer, switch-to-buffer-other-window)
7732 (switch-to-buffer-other-frame): Rewrite.
7733 (display-buffer-same-window, display-buffer-same-frame)
7734 (display-buffer-same-frame-other-window)
7735 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7736 (pop-to-buffer-other-window)
7737 (pop-to-buffer-same-frame-other-window)
7738 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
7739 (switch-to-buffer-other-window-same-frame): New functions.
7740 (same-window-p, special-display-p): Rewrite disabling warnings.
7741 Make obsolete.
7742 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7743 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
7744 Make obsolete
7745 (same-window-buffer-names, same-window-regexps)
7746 (special-display-frame-alist, special-display-popup-frame)
7747 (special-display-function, special-display-buffer-names)
7748 (special-display-regexps, pop-up-frame-alist)
7749 (pop-up-frame-function, split-window-preferred-function)
7750 (split-height-threshold, split-width-threshold)
7751 (even-window-heights): Make obsolete.
7752
9db51aca
GM
77532011-06-12 Glenn Morris <rgm@gnu.org>
7754
7755 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 7756 Misc simplifications.
9db51aca 7757
39cffb44
MR
77582011-06-12 Martin Rudalics <rudalics@gmx.at>
7759
7760 * window.el (window-safely-shrinkable-p): Restore function which
7761 was inadvertently removed in change from 2011-06-11. Declare as
7762 obsolete.
7763
2b75be67
SM
7764 * calendar/calendar.el (calendar-generate-window):
7765 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
7766 window-safely-shrinkable-p.
7767
a8955be7
GM
77682011-06-12 Glenn Morris <rgm@gnu.org>
7769
7770 * progmodes/fortran.el (fortran-mode-syntax-table):
7771 * progmodes/f90.el (f90-mode-syntax-table):
7772 Set % to punctuation. (Bug#8820)
7773 (f90-find-tag-default): Remove, no longer needed.
7774
f0d4059d
DC
77752011-06-12 Daniel Colascione <dan.colascione@gmail.com>
7776
7777 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
7778
1100a63c
CY
77792011-06-11 Chong Yidong <cyd@stupidchicken.com>
7780
7781 * image.el (image-animated-p): Return animation delay in seconds.
7782 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
7783 (image-animate-timeout): Remove DELAY argument. Don't assume
7784 every subimage has the same delay; get it from image-animated-p.
7785 (image-animate): Caller changed.
7786
def722bf
MA
77872011-06-11 Michael Albinus <michael.albinus@gmx.de>
7788
7789 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
7790 to ignored backtrace functions.
7791
0a2bb1a9
GM
77922011-06-11 Glenn Morris <rgm@gnu.org>
7793
7794 * calendar/appt.el (appt-disp-window-function): Doc fix.
7795 (appt-check): Handle overlapping appointments. (Bug#8337)
7796
6198ccd0
MR
77972011-06-11 Martin Rudalics <rudalics@gmx.at>
7798
7799 * window.el (window-tree-1, window-tree): New functions, moving
7800 the latter to window.el.
7801 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7802 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7803 (bw-refresh-edges): Remove.
7804 (balance-windows-1, balance-windows-2): New functions.
7805 (balance-windows): Rewrite in terms of window tree functions,
7806 balance-windows-1 and balance-windows-2.
7807 (bw-adjust-window): Remove.
7808 (balance-windows-area-adjust): New function with functionality of
7809 bw-adjust-window but using resize-window.
2b75be67
SM
7810 (set-window-text-height): Rewrite doc-string.
7811 Use normalize-live-window and resize-window.
7812 (enlarge-window-horizontally, shrink-window-horizontally):
7813 Rename argument to DELTA.
6198ccd0
MR
7814 (window-buffer-height): New function.
7815 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
7816 Rewrite using new window resize routines.
2b75be67
SM
7817 (kill-buffer-and-window, mouse-autoselect-window-select):
7818 Use ignore-errors instead of condition-case.
6198ccd0
MR
7819 (quit-window): Call delete-frame instead of delete-windows-on
7820 for the only buffer on frame.
7821
9397e56f
MR
78222011-06-10 Martin Rudalics <rudalics@gmx.at>
7823
7824 * loadup.el (top-level): Load window before files for the sake
7825 of replace-buffer-in-windows.
7826
7827 * files.el (read-buffer-to-switch)
7828 (switch-to-buffer-other-window)
2b75be67
SM
7829 (switch-to-buffer-other-frame, display-buffer-other-frame):
7830 Move to window.el.
9397e56f
MR
7831
7832 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
7833 (previous-buffer): Move to window.el.
7834
7835 * bindings.el (unbury-buffer): Move to window.el.
7836
7837 * window.el (delete-other-windows-vertically): Move after
7838 definition of delete-other-windows.
7839 (other-window, delete-windows-on, replace-buffer-in-windows):
7840 Move here from window.c.
7841 (record-window-buffer, unrecord-window-buffer)
7842 (set-window-buffer-start-and-point, switch-to-prev-buffer)
7843 (switch-to-next-buffer): New functions.
7844 (get-next-valid-buffer, last-buffer, next-buffer): Move here
7845 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
7846 (previous-buffer): Move here from simple.el.
7847 Call switch-to-prev-buffer.
9397e56f
MR
7848 (bury-buffer): Move here from buffer.c. Switch to previous
7849 buffer when window cannot be deleted.
7850 (unbury-buffer): Move here from bindings.el.
7851 (ctl-x-map): Move binding for other-window from window.c to
7852 here.
7853 (read-buffer-to-switch, switch-to-buffer-other-window)
7854 (switch-to-buffer-other-frame): Move here from files.el.
7855 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
7856 (switch-to-buffer): Move here from buffer.c.
7857 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 7858
562dd5e9
MR
78592011-06-10 Martin Rudalics <rudalics@gmx.at>
7860
7861 * window.el (window-min-height, window-min-width): Move here
7862 from window.c. Add defcustoms and rewrite doc-strings.
7863 (resize-mini-window, resize-window): New functions.
7864 (adjust-window-trailing-edge, enlarge-window, shrink-window):
7865 Move here from window.c.
7866 (maximize-window, minimize-window): New functions.
7867 (delete-window, delete-other-windows, split-window): Move here
7868 from window.c.
7869 (window-split-min-size): New function.
7870 (split-window-keep-point): Mention split-window-above-each-other
7871 instead of split-window-vertically.
2b75be67 7872 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
7873 Rename split-window-vertically to split-window-above-each-other
7874 and provide defalias for old definition.
7875 (split-window-side-by-side, split-window-horizontally):
7876 Rename split-window-horizontally to split-window-side-by-side
7877 and provide defalias for the old definition.
562dd5e9
MR
7878 (ctl-x-map): Move bindings for delete-window,
7879 delete-other-windows and enlarge-window here from window.c.
7880 Replace bindings for split-window-vertically and
7881 split-window-horizontally by bindings for
7882 split-window-above-each-other and split-window-side-by-side.
7883
7884 * cus-start.el (all): Remove entries for window-min-height and
7885 window-min-width. Add entries for window-splits and
7886 window-nest.
7887
f0da764a
GM
78882011-06-09 Glenn Morris <rgm@gnu.org>
7889
80675c21
GM
7890 * calendar/appt.el (appt-mode-line): New function.
7891 (appt-check, appt-disp-window): Use it.
7892
f0da764a
GM
7893 * files.el (hack-one-local-variable-eval-safep):
7894 Allow minor-modes with explicit +/-1 arguments.
7895
59f623b7
TZ
78962011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
7897
7898 * term/xterm.el (xterm): Add defgroup.
7899 (xterm-extra-capabilities): Add defcustom to supply known xterm
7900 capabilities, skip querying them, or query them (default).
7901 (terminal-init-xterm): Use it.
7902 (terminal-init-xterm-modify-other-keys): New function to set up
7903 modifyOtherKeys support to simplify `terminal-init-xterm'.
7904
9aab8e0d
MR
79052011-06-09 Martin Rudalics <rudalics@gmx.at>
7906
7907 * window.el (resize-window-reset, resize-window-reset-1)
7908 (resize-subwindows-skip-p, resize-subwindows-normal)
7909 (resize-subwindows, resize-other-windows, resize-this-window)
7910 (resize-root-window, resize-root-window-vertically)
7911 (window-deletable-p, window-or-subwindow-p)
7912 (frame-root-window-p): New functions.
7913
e8b08aee
GM
79142011-06-09 Glenn Morris <rgm@gnu.org>
7915
7916 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
7917 (ange-ftp-get-files): Use it.
7918
254c37a5
AK
79192011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7920
7921 * mail/sendmail.el (mail-recover-1, mail-recover):
7922 * files.el (recover-file, recover-session):
7923 Handle dired-listing-switches not being just a single short option.
7924
35d7dbd3
GM
79252011-06-09 Glenn Morris <rgm@gnu.org>
7926
7927 * calendar/appt.el (appt-display-message, appt-disp-window):
7928 Handle lists of appointments.
7929
387522b2
MR
79302011-06-08 Martin Rudalics <rudalics@gmx.at>
7931
2b75be67
SM
7932 * window.el (one-window-p): Move down in code.
7933 Rewrite doc-string.
7934 (window-current-scroll-bars): Rewrite doc-string.
7935 Normalize live window argument.
387522b2
MR
7936 (walk-windows, get-window-with-predicate, count-windows):
7937 Rewrite doc-string. Use window-list-1.
7938 (window-in-direction-2, window-in-direction, get-mru-window):
7939 New functions.
7940
d8e4b68b 79412011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
7942
7943 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
7944 Doc fix (Bug#8713).
7945
79462011-06-08 Chong Yidong <cyd@stupidchicken.com>
7947
7948 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
7949
79502011-06-08 Juanma Barranquero <lekktu@gmail.com>
7951
7952 * loadhist.el (unload-feature-special-hooks):
7953 Add `comint-output-filter-functions'.
7954
0de12c52
IK
79552011-06-08 Ivan Kanis <gnu@kanis.fr>
7956
7957 * calendar/appt.el (appt-check): Move some initializations into the let.
7958
f3d1777e
MR
79592011-06-08 Martin Rudalics <rudalics@gmx.at>
7960
7961 * window.el (window-height): Defalias to window-total-height.
7962 (window-width): Defalias to window-body-width.
7963
18af70d0
CY
79642011-06-07 Chong Yidong <cyd@stupidchicken.com>
7965
7966 * image-mode.el (image-toggle-animation): New command.
7967 (image-mode-map): Bind it to RET.
7968 (image-mode): Update message.
7969 (image-toggle-display-image): Avoid a spurious cache flush.
7970 (image-transform-rotation): Doc fix.
7971 (image-transform-properties): Return quickly in the normal case.
7972 (image-animate-loop): Rename from image-animate-max-time.
7973
2b75be67 7974 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
7975 (create-animated-image): Remove unnecessary function.
7976 (image-animate): Rename from image-animate-start. New arg.
2b75be67 7977 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
7978 (image-animate-timer): Use car-safe.
7979 (image-animate-timeout): Rename argument.
7980
190b47e6
MR
79812011-06-07 Martin Rudalics <rudalics@gmx.at>
7982
7983 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
7984 window.c. Rename first argument to ALL-FRAMES.
7985 Rephrase doc-strings.
7986 (get-buffer-window-list): Rewrite using window-list-1.
7987 Rephrase doc-string.
a1511caf
MR
7988 (window-safe-min-height, window-safe-min-width): New constants.
7989 (window-size-ignore, window-min-size, window-min-size-1)
7990 (window-sizable, window-sizable-p, window-size-fixed-1)
7991 (window-size-fixed-p, window-min-delta-1, window-min-delta)
7992 (window-max-delta-1, window-max-delta, window-resizable)
7993 (window-resizable-p, window-total-height, window-total-width)
7994 (window-body-width): New functions.
7995 (window-full-height-p, window-full-width-p): Rewrite using
7996 window-total-size.
7997 (window-body-height): Rewrite using window-body-size.
190b47e6 7998
85cc1f11
MR
79992011-06-06 Martin Rudalics <rudalics@gmx.at>
8000
8001 * window.el (window-right, window-left, window-child)
8002 (window-child-count, window-last-child, window-any-p)
8003 (normalize-live-buffer, normalize-live-frame)
8004 (normalize-any-window, normalize-live-window)
8005 (window-iso-combination-p, window-iso-combined-p)
8006 (window-iso-combinations)
8007 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8008 (windows-with-parameter, window-with-parameter)
8009 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
8010 (window-atom-check, window-side-check, window-check):
8011 New functions.
85cc1f11
MR
8012 (ignore-window-parameters, window-sides, window-sides-vertical)
8013 (window-sides-slots): New variables.
8014 (window-size-fixed): Move down in code. Minor doc-string fix.
8015
e7156492
AS
80162011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8017
8018 * comint.el (comint-dynamic-complete-as-filename)
8019 (comint-dynamic-complete-filename): Correctly call
8020 completion-in-region.
8021
7e821d0d
DD
80222011-06-05 Deniz Dogan <deniz@dogan.se>
8023
8024 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8025 in last change.
8026
ac09b8a1
DD
80272011-06-05 Deniz Dogan <deniz@dogan.se>
8028
8029 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8030 (rcirc): Use it to prompt for encryption.
8031
34699b85
RW
80322011-06-05 Roland Winkler <winkler@gnu.org>
8033
8034 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8035 (bibtex-search-entries): New command bound to C-c C-a.
8036 (bibtex-display-entries): New function.
8037
004dedd3
RW
80382011-06-05 Roland Winkler <winkler@gnu.org>
8039
8040 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8041 (bibtex-insert-kill): After yanking insert newline if necessary.
8042 (bibtex-initialize): Call bibtex-string-files-init only once.
8043 (bibtex-mode): Do not call easy-menu-add.
8044 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8045 (bibtex-yank): Set arg properly if nil.
8046
022fe7ce
RW
80472011-06-05 Roland Winkler <winkler@gnu.org>
8048
2b75be67
SM
8049 * textmodes/bibtex.el (bibtex-search-entry-globally):
8050 New variable.
022fe7ce
RW
8051 (bibtex-search-entry): Use it.
8052
b7c3692a
RW
80532011-06-05 Roland Winkler <winkler@gnu.org>
8054
8055 * textmodes/bibtex.el (bibtex-entry-format): New option
8056 sort-fields.
8057 (bibtex-format-entry, bibtex-reformat): Honor this option.
8058 (bibtex-parse-entry): Return fields in proper order.
8059
8eda563d
JB
80602011-06-05 Juanma Barranquero <lekktu@gmail.com>
8061
8062 * doc-view.el (doc-view-remove-if): Move computation of result out
8063 of `dolist' to silence misleading lexical-binding warning.
8064
7dbe3dbc
CY
80652011-06-04 Chong Yidong <cyd@stupidchicken.com>
8066
8067 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8068 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8069
0c33dd17
MA
80702011-06-04 Michael Albinus <michael.albinus@gmx.de>
8071
8072 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8073 "SunOS 5.10".
8074
f8f91c2b
MA
80752011-06-04 Michael Albinus <michael.albinus@gmx.de>
8076
8077 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8078 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8079 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8080 (tramp-parse-putty):
8081 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8082 (tramp-completion-function-alist-ssh)
8083 (tramp-completion-function-alist-telnet)
8084 (tramp-completion-function-alist-su)
8085 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8086 cookie.
8087
8088 * net/tramp-ftp.el:
8089 * net/tramp-sh.el:
8090 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8091 load "tramp.el" `tramp-set-completion-function'.
8092
e17d9003
SM
80932011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8094
8095 * shell.el: Require and use pcomplete.
8096 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8097 (shell-completion-vars): Set pcomplete-default-completion-function.
8098
6c4cab03
DD
80992011-06-04 Deniz Dogan <deniz@dogan.se>
8100
8101 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8102 `memq' (Bug#8799).
8103
ea9fafe0
SM
81042011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8105
8106 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8107
b3e945d3
JB
81082011-06-02 Juanma Barranquero <lekktu@gmail.com>
8109
8110 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8111 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8112 * vc/log-view.el (log-view-beginning-of-defun):
8113 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8114 (smerge-refine-forward, smerge-refine-chopup-region):
8115 Silence warning for unused `dotimes' counter variables.
8116
7d520089
SM
81172011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8118
8119 * net/tramp.el (tramp-with-progress-reporter): Rename from
8120 with-progress-reporter. Use `declare'.
8121 * net/tramp-smb.el:
8122 * net/tramp-sh.el:
8123 * net/tramp-gvfs.el: Update all uses.
8124
a1c2400f
JB
81252011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8126
8127 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8128 buffer isn't killed before making it current.
8129
2403c841
SM
81302011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8131
8132 Silence various byte-compiler warnings.
8133 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8134 `access-type' and new obsolescence format.
8135 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8136 new format.
8137 (byte-compile-check-variable): New `access-type' argument.
8138 Only warn if the access-type is obsolete.
8139 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8140 (byte-compile-variable-set): Adjust callers.
8141 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8142 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8143 setting it as obsolete.
8144 * simple.el (minibuffer-completing-symbol):
8145 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8146 access as obsolete.
8147 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8148 obsolete yet.
8149 * international/quail.el (quail-mouse-choose-completion): Remove unused
8150 code referring to obsolete var.
8151 (quail-choose-completion-string): Remove.
8152 * server.el (server-clients-with, server-kill-buffer-query-function)
8153 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8154 * proced.el (proced-send-signal):
8155 * emacs-lisp/lisp.el (lisp-complete-symbol):
8156 Replace completion-annotate-function with completion-extra-properties.
8157
2462470b
SM
81582011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8159
fb5b2591
SM
8160 * simple.el (goto-line): Use read-number.
8161 (overriding-map-is-bound): Remove.
8162 (saved-overriding-map): Change default.
8163 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8164 Take the map as argument.
8165 (universal-argument, negative-argument, digit-argument): Use it.
8166 (restore-overriding-map): Adjust.
8167 (do-auto-fill): Use fill-forward-paragraph.
8168 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8169
fd6fa53f
SM
8170 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8171 (minibuffer-inactive-mode): New major mode.
8172 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8173 the *Messages* buffer" hack.
8174 (mouse-popup-menubar): Don't burp if the event is a normal key.
8175
2462470b
SM
8176 Miscellaneous tweaks.
8177 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8178 lexical scoping as in subr.el's dolist and dotimes.
8179 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8180 Silence compiler warning.
8181 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8182 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8183 * international/ccl.el (ccl-compile): Trivial simplification.
8184 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8185 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8186 `printflag' argument.
8187 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8188 Purecopy the whole obsolescence data.
8189
108bf785
LL
81902011-06-01 Leo Liu <sdl.web@gmail.com>
8191
8192 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8193 improve doc-string as suggested by Marco Pessotto
8194 <melmothx@gmail.com>.
8195 (rcirc-print): Fix last change.
8196
30a23501
SM
81972011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8198
8199 * minibuffer.el (complete-with-action): Return nil for the metadata and
8200 boundaries of non-functional tables.
8201 (completion-table-dynamic): Return nil for the metadata.
8202 (completion-table-with-terminator): Add default case, using
8203 complete-with-action.
8204 (completion--metadata): New function.
8205 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8206 to try and avoid pathological performance problems.
8207 (completion--embedded-envvar-table): Return `category' metadata.
8208
bcd54f83
LMI
82092011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8210
8211 * subr.el (process-alive-p): New tiny convenience function.
8212
e227544d
SM
82132011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8216 content but also its previous major mode.
8217
e8296fdc
HE
82182011-05-31 Helmut Eller <eller.helmut@gmail.com>
8219
4d61f28d 8220 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
8221 *Backtrace* buffer when we exit with C-M-c.
8222
620c53a6
SM
82232011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8224
8225 * minibuffer.el: Add metadata method to completion tables.
8226 (completion-category-overrides): New defcustom.
8227 (completion-metadata, completion--field-metadata)
8228 (completion-metadata-get, completion--styles)
8229 (completion--cycle-threshold): New functions.
8230 (completion-try-completion, completion-all-completions):
8231 Add `metadata' argument to choose completion-styles.
8232 (completion--do-completion): Use metadata to choose cycling.
8233 (completion-all-sorted-completions): Use metadata for sorting.
8234 Remove :completion-cycle-penalty which is not needed any more.
8235 (completion--try-word-completion): Add `metadata' argument.
8236 (minibuffer-completion-help): Check metadata for annotation function
8237 and sorting.
8238 (completion-file-name-table): Return `category' metadata.
8239 (minibuffer-completing-file-name): Make obsolete.
8240 * simple.el (minibuffer-completing-symbol): Make obsolete.
8241 * icomplete.el (icomplete-completions): Pass new `metadata' param to
8242 completion-try-completion.
8243
1257e755
SM
82442011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8245
8246 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8247
3767e706
LL
82482011-05-30 Leo Liu <sdl.web@gmail.com>
8249
8250 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
8251 (rcirc-print): Decode all incoming messages (bug#8744).
8252 (rcirc-decode-coding-system): Allow value nil for automatic coding
8253 system detection.
3767e706 8254
d1a5d56a
GM
82552011-06-01 Glenn Morris <rgm@gnu.org>
8256
8257 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
8258
e8cbec34
CY
82592011-05-29 Chong Yidong <cyd@stupidchicken.com>
8260
8261 * image.el (image-animate-max-time): Allow nil and t values.
8262 Default to nil.
8263 (create-animated-image): Doc fix.
8264 (image-animate-start): Remove second arg; just use
8265 image-animate-max-time.
8266 (image-animate-timeout): Doc fix. Args changed.
8267
8268 * image-mode.el (image-toggle-display-image): Ensure that the
8269 image spec passed to the animate timer is the same object as in
58179cce 8270 the buffer's display property (Bug#6981).
e8cbec34
CY
8271 (image-transform-properties): Doc fix.
8272
8273 * image.el (image-animate-max-time): Default to nil.
8274
159daf87
MR
82752011-05-29 Martin Rudalics <rudalics@gmx.at>
8276
8277 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
8278 entire buffer list (Bug#8184).
8279
d66c4c7c
CY
82802011-05-29 Chong Yidong <cyd@stupidchicken.com>
8281
8282 * image.el (imagemagick-types-inhibit)
8283 (imagemagick-register-types): Doc fix.
8284
80aec780
DD
82852011-05-29 Deniz Dogan <deniz@dogan.se>
8286
8287 * net/rcirc.el (rcirc): Use the user's stored encryption method by
8288 default.
8289
1dd3c2d9
CY
82902011-05-29 Chong Yidong <cyd@stupidchicken.com>
8291
8292 * select.el: Don't perform clipboard-manager saving in hooks;
8293 leave the hooks empty.
8294
60e56523
LL
82952011-05-28 Leo Liu <sdl.web@gmail.com>
8296
8297 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
8298 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
8299 (occur-edit-mode): New major mode (Bug#8463).
8300 (occur-after-change-function): New function.
8301 (occur-engine): Give Occur tags a read-only property.
8302
2b1e1a22
KR
83032011-05-28 Kevin Ryde <user42@zip.com.au>
8304
8305 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
8306
5d344e88
CY
83072011-05-28 Chong Yidong <cyd@stupidchicken.com>
8308
8e6ca83d
CY
8309 * bindings.el (help-echo): Make the initial non-indicator dash
8310 empty on graphical terminals (Bug#7295).
8311
5d344e88
CY
8312 * files.el (auto-mode-alist): Move config rule after the
8313 in-stripping one (Bug#8547).
8314
bfbbace7
CY
8315 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
8316
fbeba6e2
CY
8317 * startup.el (normal-splash-screen): Remove gratuitous mode-line
8318 setting (Bug#8740).
8319
60ed8c72
AA
83202011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
8321
4ac619f0
AA
8322 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
8323 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
8324 (Bug#8539).
60ed8c72 8325
23db196e
CY
83262011-05-28 Chong Yidong <cyd@stupidchicken.com>
8327
8328 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
8329
5012f24c
DK
83302011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
8331
8332 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
8333 (hs-hide-block-at-point, hs-find-block-beginning)
8334 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
8335 (Bug#8279).
8336
6a639b16
GM
83372011-05-28 Glenn Morris <rgm@gnu.org>
8338
8339 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
8340
d43eaf2c
CY
83412011-05-28 Chong Yidong <cyd@stupidchicken.com>
8342
5199bde1
CY
8343 * help-fns.el (describe-function-1): If the function is a derived
8344 major mode, print the parent mode.
8345
d43eaf2c
CY
8346 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
8347 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
8348
423428a8
SM
83492011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8350
0ff8e1ba 8351 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 8352 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
8353 * progmodes/etags.el (tags-completion-at-point-function):
8354 * info-look.el (info-lookup-completions-at-point): Mark as
8355 non-exclusive.
8356 (info-complete): Adjust accordingly.
8357
423428a8
SM
8358 * info-look.el: Convert to lexical-binding and completion-at-point.
8359 (info-lookup-completions-at-point): New function.
8360 (info-complete): Use it and completion-in-region.
8361
b74aa22b
DA
83622011-05-28 Drew Adams <drew.adams@oracle.com>
8363
8364 * isearch.el: Let M-e start with point at the first mismatched char.
8365 (isearch-fail-pos): New function.
8366 (isearch-edit-string): Use it.
8367
66e2e71d
DK
83682011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8369
8370 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8371
b1890b0f 83722011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
8373
8374 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
8375 traversal functions for avl-trees.
8376 (avl-tree--stack): New struct.
8377 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
8378 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
8379 (avl-tree--do-enter): Add optional `updatefun' arg.
8380 Change return value.
eb95d01d 8381 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
8382 (avl-tree--do-delete): Add `test' and `nilflag' args.
8383 Change return value.
eb95d01d
TC
8384 (avl-tree-member): Add optional `nilflag'
8385 (avl-tree-member-p): New function.
8386 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
8387 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
8388 (avl-tree-stack-empty-p): New functions.
8389
3769ddcf
TC
8390 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
8391 avl-tree--del-balance1 and make it work both ways.
8392 (avl-tree--del-balance2): Remove.
8393 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
8394 make it work both ways.
8395 (avl-tree--enter-balance2): Remove.
8396 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
8397 New macros.
8398 (avl-tree--mapc, avl-tree-map): Add direction argument.
8399
eb95d01d 84002011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
8401
8402 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
8403
a9f737ee
CY
84042011-05-27 Chong Yidong <cyd@stupidchicken.com>
8405
8406 * select.el: Support clipboard managers with built-in function
8407 x-clipboard-manager-save, via delete-frame-functions and
8408 kill-emacs-hook.
8409 (xselect-convert-to-targets): Add MULTIPLE target to list.
8410 (xselect-convert-to-save-targets): New function.
8411
c92a1e54
KH
84122011-05-27 Kenichi Handa <handa@m17n.org>
8413
8414 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
8415 let-binding rfc2047-encode-encoded-words to nil.
8416
e145f188
GM
84172011-05-27 Glenn Morris <rgm@gnu.org>
8418
5ec8a862
GM
8419 * mail/emacsbug.el: Don't require url-util.
8420
4b29d9fb
GM
8421 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
8422
e145f188
GM
8423 * files.el (set-auto-mode):
8424 Also respect mode: entries at the end of the file. (Bug#8586)
8425
7d15102b
GM
84262011-05-26 Glenn Morris <rgm@gnu.org>
8427
98f593b8
GM
8428 * files.el (hack-local-variables-prop-line, hack-local-variables):
8429 Downcase mode names, as seems to be traditional.
27b48e63 8430 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 8431
7d15102b
GM
8432 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
8433 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
8434
51d5b4ec
JD
84352011-05-25 Julien Danjou <julien@danjou.info>
8436
8437 * textmodes/rst.el (rst-define-level-faces): Do not define face
8438 symbol if it is already defined.
8439
91513f63
VB
84402011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
8441
8442 * play/5x5.el (5x5-new-game, 5x5-randomize):
8443 Reset 5x5-solver-output to nil when a new grid is cast.
8444 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
8445 these debugging traces, as defmacro breaks the compiled code.
8446
4d90d6d0
DK
84472011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8448
8449 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8450
e1b90ef6
LL
84512011-05-24 Leo Liu <sdl.web@gmail.com>
8452
8453 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
8454 (vc-bzr-sha1): Adapt.
8455
d8e4b68b 8456 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
8457
8458 * bindings.el: Provide sha1 feature.
8459
db0406bb 84602011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
8461
8462 * mail/sendmail.el: Require `rfc2047'.
8463 (mail-insert-from-field): Do not perform RFC2047 encoding.
8464 (mail-encode-header): New function.
8465 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
8466 buffer to the return value of select-message-coding-system.
8467 Call mail-encode-header.
b8d747b9
KH
8468
8469 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
8470
db0406bb 84712011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 8472
4d90d6d0
DK
8473 * mail/supercite.el (sc-default-cite-frame):
8474 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 8475
eb8a5e9b
GM
84762011-05-24 Glenn Morris <rgm@gnu.org>
8477
f8630703
GM
8478 * progmodes/python.el (brm-menu): Declare.
8479
8831bbed
GM
8480 * emulation/viper.el (viper-set-hooks): Declare.
8481
eb8a5e9b
GM
8482 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
8483 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
8484 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
8485 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
8486 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
8487 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
8488
a2a25d24
SM
84892011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8490
8491 Add an :exit-function for completion-at-point.
8492
8493 * minibuffer.el (completion--done): New fun.
8494 (completion--do-completion): Use it. New arg `expect-exact'.
8495 (minibuffer-complete, minibuffer-complete-word): Don't output message,
8496 since completion--do-completion does it for us now.
8497 (minibuffer-force-complete): Use completion--done and
8498 completion--replace. Handle sole-completion case with more care.
8499 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
8500 (completion-extra-properties): New var.
8501 (completion-annotate-function): Make obsolete.
8502 (minibuffer-completion-help): Adjust accordingly.
8503 Use completion-list-insert-choice-function.
8504 (completion-at-point, completion-help-at-point):
8505 Bind completion-extra-properties.
8506 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
8507 * simple.el (completion-list-insert-choice-function): New var.
8508 (completion-setup-function): Preserve it.
8509 (choose-completion): Pay attention to it, shuffle the code a bit.
8510 (choose-completion-string): New arg `insert-function'.
8511
8512 * textmodes/bibtex.el: Convert to lexical binding.
8513 (bibtex-mode-map): Use completion-at-point.
8514 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
8515 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
8516 (bibtex-complete): Define as obsolete alias.
8517 (bibtex-complete-internal): Remove.
8518 (bibtex-format-entry): Remove unused sub-group in regexp.
8519 * shell.el (shell--command-completion-data)
8520 (shell-environment-variable-completion):
8521 * pcomplete.el (pcomplete-completions-at-point):
8522 * comint.el (comint--complete-file-name-data): Use :exit-function
8523 instead of completion-table-with-terminator so it also works for
8524 choose-completion.
8525
e44e373d
SM
85262011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8527
4f91a816
SM
8528 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
8529
782fc819
SM
8530 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
8531 (bug#8710).
8532
e44e373d
SM
8533 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
8534
381987c3
KM
85352011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
8536
8537 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
8538 customization variable and implement: If non-nil, auto-fill will
8539 be inhibited while on topic's header line.
8540
b776bc70
VB
85412011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
8542
8543 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 8544 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
8545 always have a solution in grid size = 5 cases.
8546 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
8547 (5x5-solver-output, 5x5-log-buffer): New vars.
8548 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
8549 Make these variables buffer local to achieve 5x5 multi-session-ness.
8550 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
8551 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
8552 (5x5-solve-suggest): New funs.
8553 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
8554 randomize a grid so that we ensure that there is always a solution.
8555 (5x5-make-random-grid): Allow other movement than flipping.
8556
7de88b6e
KR
85572011-05-23 Kevin Ryde <user42@zip.com.au>
8558
8559 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 8560 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
8561 advice and passes PREDICATE.
8562
b1ef1257
SM
85632011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8564
bbca48fe
SM
8565 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
8566 byte-compile-lambda if it's actually a lambda.
8567
b1ef1257
SM
8568 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
8569 Fix function quoting. Use backquote better.
8570
92a9cc65
YS
85712011-05-22 Yuanle Song <sylecn@gmail.com>
8572
8573 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
8574 matching (Bug#8516).
8575
f0fb8059
JA
85762011-01-22 Jari Aalto <jari.aalto@cante.net>
8577
8578 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
8579 different face (Bug#8178).
8580
d5b44c93
CY
85812011-05-22 Chong Yidong <cyd@stupidchicken.com>
8582
8583 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
8584 defface (Bug#8144).
8585
79106a44
SM
85862011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8587
9c848d8a
SM
8588 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
8589 funcall as well (bug#8712). Warn when performing those conversions.
8590 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
8591
79106a44
SM
8592 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
8593
88dfa756
GM
85942011-05-22 Glenn Morris <rgm@gnu.org>
8595
8596 * files.el (hack-local-variables-prop-line): Small simplifications.
8597 (hack-local-variables, hack-local-variables-prop-line):
8598 If MODE-ONLY, return the mode, rather than just `t'.
8599
b7cf2c79
SM
86002011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8601
8602 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
8603
3f1a8558
GM
86042011-05-21 Glenn Morris <rgm@gnu.org>
8605
7e4ccca3
GM
8606 * files.el (hack-local-variables-prop-line, hack-local-variables):
8607 If only interested in the mode, don't bother doing the other stuff.
8608
637d46ca
GM
8609 * image-mode.el (image-after-revert-hook):
8610 Redraw all frames on which the image is visible. (Bug#8567)
8611
973d955b
GM
8612 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
8613
3f1a8558
GM
8614 * wid-edit.el (widget-checklist-match-inline):
8615 Fix 2011-04-19 change. (Bug#8649)
8616
96479927
SM
86172011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8618
1dcf791f
SM
8619 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8620 Also allow singlespace after single-letter capitals followed by a dot.
8621
96479927
SM
8622 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
8623 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
8624
35fd0881
N
86252011-05-20 Nix <nix@esperi.org.uk>
8626
8627 * files.el (basic-save-buffer-2):
8628 Fix handling of break-hardlink-on-save with non-existent files.
8629
82745640
DD
86302011-05-19 Deniz Dogan <deniz@dogan.se>
8631
8632 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 8633 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 8634
4a720484
GM
86352011-05-19 Glenn Morris <rgm@gnu.org>
8636
d1f21341
GM
8637 * progmodes/f90.el (f90-type-def-re):
8638 Handle "type, bind(c)". (Bug#8691)
8639
4a720484
GM
8640 * emacs-lisp/autoload.el (batch-update-autoloads):
8641 Set autoload-excludes by parsing loadup.el rather than Makefiles.
8642
2fb0a219
MA
86432011-05-18 Michael Albinus <michael.albinus@gmx.de>
8644
8645 * net/tramp.el (tramp-process-actions): Set "first-password-request"
8646 property for the correct connection in case of multihops.
8647
e565dd37
GM
86482011-05-18 Glenn Morris <rgm@gnu.org>
8649
c2571358 8650 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
8651 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
8652
e565dd37
GM
8653 Rationalize calendar handling of day and month abbrev-arrays.
8654 * calendar/calendar.el (calendar-customized-p): New function.
8655 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
8656 (calendar-day-name-array, calendar-month-name-array): Doc fix.
8657 Add :set function.
8658 (calendar-abbrev-length, calendar-day-abbrev-array)
8659 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
8660 (calendar-day-abbrev-array, calendar-month-abbrev-array):
8661 Elements may no longer be nil.
8662 (calendar-day-name, calendar-month-name):
8663 Update for changed nature of abbrev arrays.
8664 * calendar/diary-lib.el (diary-name-pattern):
8665 Update for changed nature of abbrev arrays.
8666 (diary-mark-entries-1): Update calendar-make-alist calls.
8667 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
8668 * calendar/cal-html.el (cal-html-day-abbrev-array):
8669 Simply inherit from calendar-day-abbrev-array.
8670
1d99a745
SM
86712011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8672
8673 * progmodes/grep.el (grep-mode): Disable default
8674 compilation-directory-matcher setting (bug#8684).
8675
7c1d9aa0
MA
86762011-05-17 Michael Albinus <michael.albinus@gmx.de>
8677
8678 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
8679 instead of "head" and "tail". There were problems with SunOS 5.9,
8680 and it performs better.
8681
3952e9d8
GM
86822011-05-17 Glenn Morris <rgm@gnu.org>
8683
2dd12e7f
GM
8684 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
8685
e4157b9c
GM
8686 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8687 Replace obsolete function.
8688
8e249bbd
GM
8689 * shell.el (pcomplete-parse-arguments-function): Declare.
8690
3952e9d8
GM
8691 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
8692 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
8693 (appt-check): Doc fixes.
8694 (appt-disp-window-function, appt-delete-window-function):
8695 Remove needless special case in custom :type.
8696 (appt-display-count): Default to 0, not nil.
8697 (appt-check): Reset appt-display-count to 0, not nil.
8698
c71a0d48 86992011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 8700
c71a0d48
GM
8701 * progmodes/python.el (python-font-lock-keywords):
8702 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 8703
31d55be9
SM
87042011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8705
8706 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
8707
3bfacb2f
KR
87082011-05-16 Kevin Ryde <user42@zip.com.au>
8709
8710 * info-look.el (makefile-automake-mode): New setups, looking in
8711 automake manual, then makefile-mode.
8712 (makefile-mode): Remove automake manual, have it just in
8713 makefile-automake-mode since there's various things different or
8714 not relevant to plain make.
8715 (makefile-mode): Remove "other-modes" non-existent automake-mode,
8716 believe a hypothetical automake-mode would go to makefile-mode,
8717 not the other way around.
8718
c8e83751
CY
87192011-05-15 Chong Yidong <cyd@stupidchicken.com>
8720
5e9e35cd
CY
8721 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
8722 hunk-end tags (Bug#8672).
8723
c8e83751
CY
8724 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
8725 vc-annotate-show-diff-revision-at-line (Bug#8671).
8726
50b23e5a
GM
87272011-05-14 Glenn Morris <rgm@gnu.org>
8728
7210a739
GM
8729 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
8730 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
8731 (change-log-font-lock-keywords): Also handle multiple author lines
8732 with leading tabs. (Bug#8644)
7210a739 8733
4691905a
GM
8734 * calendar/appt.el (appt-check): Rename some local variables.
8735 Some simplification/reordering.
8736
50b23e5a
GM
8737 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
8738 (feedmail-sendmail-f-doesnt-sell-me-out)
8739 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
8740 (feedmail-debug-sit-for, feedmail-queue-express-hook)
8741 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
8742 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
8743 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
8744 (feedmail-binmail-gnulinuxish-template):
8745 Rename from feedmail-binmail-linuxish-template.
8746 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
8747 Use insert-buffer-substring.
8748
215cda7c
BC
87492011-05-14 Bill Carpenter <bill@carpenter.org>
8750
8751 * mail/feedmail.el (feedmail-patch-level): Increase.
8752 (feedmail-debug): New custom group.
8753 (feedmail-confirm-outgoing-timeout)
8754 (feedmail-sendmail-f-doesnt-sell-me-out)
8755 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
8756 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
8757 (feedmail-sender-line, feedmail-from-line)
8758 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 8759 (feedmail-spray-this-address)
215cda7c
BC
8760 (feedmail-spray-address-fiddle-plex-list)
8761 (feedmail-queue-use-send-time-for-date)
8762 (feedmail-queue-use-send-time-for-message-id)
8763 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
8764 (feedmail-buffer-eating-function):
8765 Doc fixes.
8766 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
8767 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
8768 (feedmail-message-action-scroll-down): New functions.
8769 (feedmail-queue-directory, feedmail-queue-draft-directory):
8770 Use expand-file-name.
8771 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
8772 Remove C-v help entry.
8773 (feedmail-queue-buffer-file-name): New variable.
8774 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
8775 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
8776 (feedmail-message-action-send-strong, feedmail-message-action-edit)
8777 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
8778 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
8779 (feedmail-message-action-toggle-spray)
8780 (feedmail-run-the-queue-no-prompts)
8781 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
8782 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
8783 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
8784 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
8785 (feedmail-envelope-deducer, feedmail-fiddle-from)
8786 (feedmail-fiddle-sender, feedmail-default-date-generator)
8787 (feedmail-fiddle-date, feedmail-fiddle-message-id)
8788 (feedmail-fiddle-spray-address)
8789 (feedmail-fiddle-list-of-spray-fiddle-plexes)
8790 (feedmail-fiddle-list-of-fiddle-plexes)
8791 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
8792 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
8793 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
8794 Change default. Doc fix.
8795 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
8796 (feedmail-binmail-linuxish-template): New constant.
8797 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
8798 Respect feedmail-sendmail-f-doesnt-sell-me-out.
8799 (feedmail-send-it): Add debug call.
8800 Use feedmail-queue-buffer-file-name, and
8801 feedmail-send-it-immediately-wrapper.
8802 (feedmail-message-action-send): Add debug call.
8803 Use feedmail-send-it-immediately-wrapper.
8804 (feedmail-queue-express-to-queue): Add debug call.
8805 Run feedmail-queue-express-hook.
8806 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
8807 (feedmail-message-action-help-blat):
8808 Rename from feedmail-queue-send-edit-prompt-help-first.
8809 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
8810 Check line-endings. Handle errors better.
8811 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
8812 Doc fix. Add debug call.
8813 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
8814 Use feedmail-queue-send-edit-prompt-inner.
8815 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
8816 (feedmail-queue-send-edit-prompt-inner): New function, extracted
8817 from feedmail-queue-send-edit-prompt.
8818 (feedmail-queue-send-edit-prompt-help)
8819 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
8820 (feedmail-tidy-up-slug): Add debug call.
8821 Respect feedmail-queue-slug-suspect-regexp.
8822 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
8823 (feedmail-dump-message-to-queue): Add debug call.
8824 Expand queue-directory.
8825 (feedmail-dump-message-to-queue): Change message slightly.
8826 Use feedmail-say-chatter.
8827 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
8828 (feedmail-send-it-immediately-wrapper): New function.
8829 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
8830 Insert empty string rather than newline. Handle full-frame case.
8831 Use catch/throw. Use feedmail-say-chatter.
8832 (feedmail-fiddle-from): Try mail-host-address.
8833 (feedmail-default-message-id-generator): Doc fix.
8834 Bind system-time-locale. Handle missing end.
8835 (feedmail-fiddle-x-mailer): Add debug call.
8836 Handle feedmail-x-mailer-line being nil.
8837 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
8838 Add debug call. Use buffer-substring-no-properties.
8839 (feedmail-say-debug, feedmail-say-chatter): New functions.
8840 (feedmail-find-eoh): Give an explicit error.
8841
42c7e61e
UJ
88422011-05-13 Ulf Jasper <ulf.jasper@web.de>
8843
c2571358 8844 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 8845 family from helvetica to sans.
c2571358 8846 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
8847 etc/images/newsticker.
8848
c2571358 8849 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
8850 family from helvetica to sans.
8851
8852 * net/newst-plainview.el (newsticker-new-item-face)
8853 (newsticker-old-item-face, newsticker-immortal-item-face)
8854 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 8855 (newsticker-statistics-face): Change default family from
42c7e61e 8856 helvetica to sans.
c2571358 8857 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
8858 etc/images/newsticker.
8859
8860 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
8861 (newsticker--process-auto-mark-filter-match): : Tell user about
8862 auto-marking.
8863
8497a297
DV
88642011-05-13 Didier Verna <didier@xemacs.org>
8865
8866 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
8867 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
8868 TODO entries.
8497a297
DV
8869 (lisp-lambda-list-keyword-parameter-indentation)
8870 (lisp-lambda-list-keyword-parameter-alignment)
8871 (lisp-lambda-list-keyword-alignment): New customizable user options.
8872 (lisp-indent-defun-method): Improve docstring.
8873 (extended-loop-p): Fix comment.
8874 (lisp-indent-lambda-list-keywords-regexp): New variable.
8875 (lisp-indent-lambda-list): New function.
8876 (lisp-indent-259): Use it.
8877 (lisp-indent-defmethod): Support for more than one
8878 method qualifier and properly indent methods lambda-lists.
8879 (defgeneric): Provide a missing common-lisp-indent-function property.
8880
f278f87f
SM
88812011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8882
8883 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
8884 bounds for the empty string (bug#8667).
8885
5233edd7
GM
88862011-05-13 Glenn Morris <rgm@gnu.org>
8887
5237a44f
GM
8888 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
8889
8340026c 8890 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 8891 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 8892
5233edd7 8893 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 8894 (appt-time-msg-list): Doc fix.
a5464014 8895 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 8896
92d10796
AS
88972011-05-12 Andreas Schwab <schwab@linux-m68k.org>
8898
8899 * progmodes/ld-script.el (ld-script-keywords)
8900 (ld-script-builtins): Update keywords list.
8901
914a0ae1
SM
89022011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8903
c89be45f
SM
8904 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
8905
914a0ae1
SM
8906 * shell.el (shell-completion-vars): New function.
8907 (shell-mode):
8908 * simple.el (read-shell-command): Use it.
8909 (blink-matching-open): No need for " [...]" in minibuffer-message.
8910
98dc3df3
GM
89112011-05-12 Glenn Morris <rgm@gnu.org>
8912
8913 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
8914 (appt-check): Simplify.
8915
d2fc7e3d 89162011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 8917
4d61f28d 8918 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
8919 literal "/dev/null".
8920
d2fc7e3d 89212011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
8922
8923 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
8924 Fix typo.
8925
d2fc7e3d 89262011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 8927
3f254caa
SM
8928 * progmodes/which-func.el (which-function):
8929 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
8930 which might not be defined (Bug#8260).
8931
d45885f7
GM
89322011-05-12 Glenn Morris <rgm@gnu.org>
8933
8934 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
8935 Let byte-compile-initial-macro-environment always take precedence.
8936
488086f4
SM
89372011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8938
8939 * net/rcirc.el: Add support for SSL/TLS connections.
8940 (rcirc-server-alist): New field `encryption'.
8941 (rcirc): Check `encryption' settings.
8942 (rcirc-connect): New arg `encryption'. Use open-network-stream.
8943 Merge make-local-variable into `set'.
8944 (rcirc--connection-open-p): New function.
8945 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
8946 the process is not a network process (e.g. running gnutls-cli).
8947 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
8948 Make rcirc-(en|de)code-coding-system local here.
8949 (rcirc-mode): Merge make-local-variable into `set'.
8950 (rcirc-parent-buffer): Make permanent buffer-local.
8951 (rcirc-multiline-minor-mode): Don't do it here.
8952 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
8953 there's no server buffer.
8954
7d3b9d44
GM
89552011-05-11 Glenn Morris <rgm@gnu.org>
8956
f64049c6
GM
8957 * newcomment.el (comment-kill): Prefix "unused" local.
8958
93c9df73
GM
8959 * term/w32console.el (get-screen-color): Declare.
8960
7d3b9d44
GM
8961 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
8962 Handle symbol elements of byte-compile-initial-macro-environment.
8963
9e2dd53f
LL
89642011-05-10 Leo Liu <sdl.web@gmail.com>
8965
488086f4
SM
8966 * bookmark.el (bookmark-bmenu-mode-map):
8967 Bind bookmark-bmenu-search to `/'.
8b340240 8968
9e2dd53f 8969 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
8970 (footnote-unicode-string, footnote-unicode-regexp): New variable.
8971 (Footnote-unicode): New function.
8972 (footnote-style-alist): Add unicode style to the list.
8973 (footnote-style): Doc fix.
9e2dd53f 8974
79b70037
GM
89752011-05-10 Jim Meyering <meyering@redhat.com>
8976
8977 Fix doubled-word typos.
8978 * international/quail.el (quail-insert-kbd-layout): and and -> and
8979 * kermit.el: and and -> and
8980 * net/ldap.el (ldap-search-internal): to to -> to
8981 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
8982 * progmodes/js.el (js-mode): and and -> and
8983 * textmodes/artist.el (artist-move-to-xy): at at -> at
8984 (artist-draw-region-trim-line-endings): if if -> if
8985 And Safetyc -> Safety.
8986 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
8987
b8f82dc1 89882011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 8989 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
8990
8991 * files.el (hack-one-local-variable-eval-safep):
8992 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
8993
4f99f44b
GM
89942011-05-10 Glenn Morris <rgm@gnu.org>
8995
8996 * calendar/diary-lib.el (diary-list-entries-hook)
8997 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
8998 (diary-nongregorian-marking-hook, diary-list-entries)
8999 (diary-include-other-diary-files, diary-mark-entries)
9000 (diary-mark-included-diary-files): Doc fixes.
9001
84f29e6b
JB
90022011-05-09 Juanma Barranquero <lekktu@gmail.com>
9003
9004 * misc.el: Require tabulated-list.el during compilation.
9005
9bedd73a
CY
90062011-05-09 Chong Yidong <cyd@stupidchicken.com>
9007
488086f4
SM
9008 * progmodes/compile.el (compilation-start):
9009 Run compilation-filter-hook for the async case too.
9bedd73a
CY
9010 (compilation-filter-hook): Doc fix.
9011
797c735c
DD
90122011-05-09 Deniz Dogan <deniz@dogan.se>
9013
9014 * wdired.el: Remove outdated installation comment. Fix usage
9015 comment.
9016
5f4b1dfe
JB
90172011-05-09 Juanma Barranquero <lekktu@gmail.com>
9018
9019 * misc.el: Implement new command `list-dynamic-libraries'.
9020 (list-dynamic-libraries--loaded-only-p): New variable.
9021 (list-dynamic-libraries--refresh): New function.
9022 (list-dynamic-libraries): New command.
9023
4c44026c
CY
90242011-05-09 Chong Yidong <cyd@stupidchicken.com>
9025
488086f4
SM
9026 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9027 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
9028 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9029 higher priority to avoid clobbering by gnu.
9030
027f966d
CY
90312011-05-08 Chong Yidong <cyd@stupidchicken.com>
9032
9033 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9034 if the face has existing theme settings (Bug#8454).
9035
085f5d7d
CY
90362011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9037
488086f4
SM
9038 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9039 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 9040
2a86a00c
RS
9041 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9042 special file names `.' and `..' (Bug#8259).
9043
d9c54a06
CY
90442011-05-08 Chong Yidong <cyd@stupidchicken.com>
9045
488086f4
SM
9046 * progmodes/grep.el (grep-mode-font-lock-keywords):
9047 Remove buffer-changing entries.
d9c54a06
CY
9048 (grep-filter): New function.
9049 (grep-mode): Add it to compilation-filter-hook.
9050
9051 * progmodes/compile.el (compilation-filter-hook)
9052 (compilation-filter-start): New defvars.
9053 (compilation-filter): Call compilation-filter-hook prior to
9054 updating the process mark.
9055
c4662635
SM
90562011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9057
9058 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9059
b0512a1d
EZ
90602011-05-07 Eli Zaretskii <eliz@gnu.org>
9061
605c9376
EZ
9062 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9063 mailclient-send-it even if window-system is nil. (Bug#8595)
9064
c4662635
SM
9065 * term/w32console.el (terminal-init-w32console):
9066 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
9067 background-mode. (Bug#8597)
9068
d1dc2cc2
SM
90692011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9070
9071 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9072 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9073 New functions.
9074 (defgeneric, eieio--defmethod): Use them.
9075 (eieio-defgeneric): Remove.
9076 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9077
915d1300
GM
90782011-05-07 Glenn Morris <rgm@gnu.org>
9079
a3961c3e
GM
9080 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9081 Use let rather than let*.
9082 (timeclock-find-discrep): Remove unused local.
9083
314347b9
GM
9084 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9085
915d1300
GM
9086 * calendar/appt.el (appt-time-msg-list): Doc fix.
9087
275b59b0
NF
90882011-05-06 Noah Friedman <friedman@splode.com>
9089
9090 * apropos.el (apropos-print-doc): Only use
9091 emacs-lisp-docstring-fill-column when it is bound to an integer,
9092 per that variable's documentation.
9093
6c19f744
SM
90942011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9095
9096 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 9097 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 9098
60f884b2
GM
90992011-05-06 Glenn Morris <rgm@gnu.org>
9100
5006e634
GM
9101 * calendar/appt.el (appt-message-warning-time): Doc fix.
9102 (appt-warning-time-regexp): New option.
9103 (appt-make-list): Respect appt-message-warning-time.
9104
548d0a63
GM
9105 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9106 New options.
9107 (diary-add-to-list): Strip comments from the displayed string.
9108 (diary-mode): Set comment-start and comment-end.
9109
60f884b2
GM
9110 * vc/diff-mode.el (smerge-refine-subst): Declare.
9111 (diff-refine-hunk): Don't require smerge-mode when compiling.
9112
989681bb
JB
91132011-05-06 Juanma Barranquero <lekktu@gmail.com>
9114
9115 * simple.el (list-processes): Return nil as the docstring says.
9116
a6bc05e1
MA
91172011-05-05 Michael Albinus <michael.albinus@gmx.de>
9118
9119 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9120 to "".
9121 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9122 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9123 determining of binary transfer. (Bug#7383)
9124
23c22e9a
MA
91252011-05-05 Michael Albinus <michael.albinus@gmx.de>
9126
c4662635
SM
9127 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9128 Fix port computation bug. (Bug#8618)
23c22e9a 9129
0bff894f
GM
91302011-05-05 Glenn Morris <rgm@gnu.org>
9131
b8296902
GM
9132 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9133
1f522ce8
GM
9134 * simple.el (shell-dynamic-complete-functions)
9135 (comint-dynamic-complete-functions): Declare.
9136
cf5bee67
GM
9137 * net/network-stream.el (gnutls-negotiate):
9138 * simple.el (tabulated-list-print): Fix declarations.
9139
9140 * progmodes/gud.el (syntax-symbol, syntax-point):
9141 Remove unnecessary and incorrect declarations.
9142
0bff894f
GM
9143 * emacs-lisp/check-declare.el (check-declare-scan):
9144 Handle byte-compile-initial-macro-environment in bytecomp.el
9145
9869b3ae
SM
91462011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9147
9148 Fix earlier half-done eieio-defmethod change (bug#8338).
9149 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9150 Streamline and change calling convention.
9151 (defmethod): Adjust accordingly and simplify.
9152 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9153 new eieio--defmethod.
9154 (slot-boundp): Minor CSE simplification.
9155
9c1d5ac5
MZ
91562011-05-05 Milan Zamazal <pdm@zamazal.org>
9157
9158 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9159 (glasses-make-readable): Use glasses-separate-capital-groups.
9160
455c834e
JB
91612011-05-05 Juanma Barranquero <lekktu@gmail.com>
9162
9163 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9164 (warning-series): Doc fix.
9165 (display-warning): Don't try to create the buffer if we just found it.
9166
9ed7c8cb
CY
91672011-05-04 Chong Yidong <cyd@stupidchicken.com>
9168
9169 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9170 (autoload-find-generated-file): New function.
9171 (generate-file-autoloads): Bind generated-autoload-file to
9172 buffer-file-name.
9869b3ae
SM
9173 (update-file-autoloads, update-directory-autoloads):
9174 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
9175 output file (Bug#7989).
9176 (batch-update-autoloads): Doc fix.
9177
0898ca10
JB
91782011-05-04 Juanma Barranquero <lekktu@gmail.com>
9179
9180 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9181
31dfb76c
GM
91822011-05-04 Glenn Morris <rgm@gnu.org>
9183
f330b642
GM
9184 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9185 function, so it follows changes in calendar-date-style.
9186 (diary-fancy-date-matcher): New function.
9187 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9188 (diary-fancy-font-lock-fontify-region-function):
9189 Use diary-fancy-date-pattern as a function.
9190
31dfb76c
GM
9191 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9192 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9193
48e79d6a
TZ
91942011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9195
9196 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9197 instead of positional arguments. Allow :keylist and :crlfiles
9198 arguments.
9199 (open-gnutls-stream): Call it.
9200
9201 * net/network-stream.el (network-stream-open-starttls): Adjust to
9202 call `gnutls-negotiate' with :process and :hostname arguments.
9203
dd5a5ee0
SM
92042011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9205
ef80fc09
SM
9206 * minibuffer.el (completion--message): New function.
9207 (completion--do-completion, minibuffer-complete)
9208 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9209 (completion--do-completion): Don't ignore completion-auto-help when in
9210 icomplete-mode.
9211
dd5a5ee0
SM
9212 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9213 internal encoding (e.g. tibetan zero is not whitespace).
9214 (global-whitespace-mode): Prefer save-current-buffer.
9215 (whitespace-trailing-regexp): Remove useless save-match-data.
9216 (whitespace-empty-at-bob-regexp): Minor simplification.
9217
b7d22a83
CY
92182011-05-03 Chong Yidong <cyd@stupidchicken.com>
9219
9220 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9221
5192af46
AM
92222011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9223
9224 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 9225 Use `concat' to create string for insertion.
5192af46 9226
5767d190
SM
92272011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9228
9229 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9230 Avoid open-line which runs post-self-insert-hook.
9231 (bibtex-fill-entry): Remove unused `end' var.
9232
bf242939
AM
92332011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
9234
5767d190
SM
9235 * textmodes/ispell.el (ispell-add-per-file-word-list):
9236 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 9237
25666126
LL
92382011-05-03 Leo Liu <sdl.web@gmail.com>
9239
9240 * isearch.el (isearch-yank-pop): New command.
5767d190 9241 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
9242 (isearch-forward): Mention it.
9243
52d3c2d0
SM
92442011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9245
1bcace58
SM
9246 * simple.el (minibuffer-complete-shell-command): Remove.
9247 (minibuffer-local-shell-command-map): Use completion-at-point.
9248 (read-shell-command): Setup completion vars here instead.
9249 (read-expression-map): Bind TAB to symbol completion.
9250
52d3c2d0
SM
9251 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9252 error directly rather via storing it into `results'.
9253
35813471
LL
92542011-05-02 Leo Liu <sdl.web@gmail.com>
9255
9256 * vc/diff.el: Fix description.
9257
e793a940
LMI
92582011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9259
9260 * server.el (server-eval-at): New function.
9261
8de66e05
LMI
92622011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9263
9264 * net/network-stream.el (open-network-stream): Take a :nowait
9265 parameter and pass it on to `make-network-process'.
9266 (network-stream-open-plain): Ditto.
9267
dcb79f20
AS
92682011-04-30 Andreas Schwab <schwab@linux-m68k.org>
9269
9270 * faces.el (face-spec-set-match-display): Don't match toolkit
9271 options on terminal frames.
9272
14a7fbd8
SM
92732011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9274
7eabc1be
SM
9275 * progmodes/pascal.el: Use lexical binding.
9276 (pascal-mode-map): Remove author preferences.
9277
14a7fbd8
SM
9278 * pcomplete.el (pcomplete-std-complete): Don't abuse
9279 completion-at-point.
9280
50f84510
JB
92812011-04-28 Juanma Barranquero <lekktu@gmail.com>
9282
6e087a44
JB
9283 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
9284 removing code that has been dead since 1991 or so.
9285
50f84510
JB
9286 * startup.el (command-line): When warning about "_emacs", use a
9287 delayed warning to allow the user to filter it out.
9288
0ba690bd
DD
92892011-04-28 Deniz Dogan <deniz@dogan.se>
9290
9291 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
9292 user has not joined.
9293
08abfaad
SM
92942011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
9297 aren't any completions at point.
9298
638f053a
JB
92992011-04-28 Juanma Barranquero <lekktu@gmail.com>
9300
9301 * subr.el (display-delayed-warnings): New function.
9302 (delayed-warnings-hook): New variable.
9303
8fff8daa
SM
93042011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9305
08abfaad
SM
9306 * minibuffer.el (completion-at-point, completion-help-at-point):
9307 Don't presume that a given completion-at-point-function will always
9308 use the same calling convention.
9309
8fff8daa
SM
9310 * pcomplete.el (pcomplete-completions-at-point):
9311 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
9312 pcomplete-seen is non-nil.
9313 (pcomplete-comint-setup): Also recognize the new comint/shell
9314 completion functions.
9315 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
9316 pcomplete-seen is non-nil.
9317
841a1577 93182011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 9319
841a1577 9320 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 9321 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 9322 the first character in the entry. This allows for code to add its
211ec907
UJ
9323 own uid to the entry.
9324 (icalendar--convert-float-to-ical): Add export of
9325 `diary-float'-entries save for those with the optional DAY
9326 argument.
9327
2a782793
DC
93282011-04-27 Daniel Colascione <dan.colascione@gmail.com>
9329
9330 * subr.el (shell-quote-argument): Use alternate escaping strategy
9331 when we spot a variable reference in a string.
9332
0438ce91
DC
93332011-04-26 Daniel Colascione <dan.colascione@gmail.com>
9334
9335 * cus-start.el (all): Define customization for debug-on-event.
9336
841a1577 93372011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
9338
9339 * subr.el (shell-quote-argument): Escape correctly under Windows.
9340
d090ed6c
SM
93412011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9342
9343 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
9344
bfd31217
MA
93452011-04-25 Michael Albinus <michael.albinus@gmx.de>
9346
d090ed6c
SM
9347 * net/tramp.el (tramp-process-actions): Add POS argument.
9348 Delete region between POS and (pos).
bfd31217 9349
d090ed6c
SM
9350 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9351 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
9352 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
9353
9354 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
9355 position in `tramp-process-actions' call.
9356
9357 * net/trampver.el: Update release number.
9358
e92f3bd3
SM
93592011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9360
850256b5
SM
9361 * custom.el (defcustom): Obey lexical-binding.
9362
e92f3bd3
SM
9363 Fix octave-inf completion problems reported by Alexander Klimov.
9364 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
9365 Inherit from octave-mode-syntax-table.
9366 (inferior-octave-mode): Set info-lookup-mode.
9367 (inferior-octave-completion-at-point): New function.
9368 (inferior-octave-complete): Use it and completion-in-region.
9369 (inferior-octave-dynamic-complete-functions): Use it as well, and use
9370 comint-filename-completion.
9371 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
9372 symbol elements which shouldn't be word elements.
9373 (octave-font-lock-keywords, octave-beginning-of-defun)
9374 (octave-function-header-regexp): Adjust regexps accordingly.
9375 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
9376
cd22b309
JB
93772011-04-25 Juanma Barranquero <lekktu@gmail.com>
9378
9379 * net/gnutls.el (gnutls-errorp): Declare before first use.
9380
8b492194
TZ
93812011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
9382
9383 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
9384 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 9385 default trustfile exists before going to use it. Add missing
5a5fa834 9386 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
9387 Reported by Claudio Bley <claudio.bley@gmail.com>.
9388 (open-gnutls-stream): Add usage example.
9389
9390 * net/network-stream.el (network-stream-open-starttls): Give host
9391 parameter to `gnutls-negotiate'.
9392 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 9393 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 9394
841a1577 93952011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 9396
cd22b309
JB
9397 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9398 Use correct match group (bug#8438).
05842630 9399
3ba7869c
CY
94002011-04-24 Chong Yidong <cyd@stupidchicken.com>
9401
512e3ae1
CY
9402 * emacs-lisp/package.el (package-built-in-p): Fix typo.
9403 (package-menu--generate): New arg specifying packages to show.
9404 (package-menu-refresh, package-menu-execute, list-packages):
9405 Callers changed.
9406 (package-show-package-list): New function, replacing deleted
9407 package--list-packages (renamed because it is non-internal).
9408
9409 * finder.el (finder-list-matches): Use package-show-package-list
9410 instead of deleted package--list-packages.
9411
e92f3bd3
SM
9412 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
9413 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
9414 (vc-annotate-mode-map): Bind it to RET.
9415
7031be6d
UR
94162011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9417
9418 * progmodes/etags.el (next-file): Don't use set-buffer to change
9419 buffers (Bug#8478).
9420
4ef177aa
CY
94212011-04-24 Chong Yidong <cyd@stupidchicken.com>
9422
c8d173eb
CY
9423 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
9424
4ef177aa
CY
9425 * apropos.el (apropos-label-face): Avoid variable-pitch face.
9426 (apropos-accumulator): Doc fix.
9427 (apropos-function, apropos-macro, apropos-command)
9428 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9429 (apropos-plist): Add face property.
9430 (apropos-symbols-internal): Fix indentation.
9431 (apropos-print): Simplify help, and recognize apropos-multi-type.
9432 (apropos-print-doc): Use button-type-get to extract the button's
9433 face property. Fill docstring (Bug#8352).
9434
4ffd0d6b 94352011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
9436
9437 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
9438
c6c32125 9439 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 9440 (mpuz-mode-map): Use mapc.
c6c32125
JB
9441 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
9442 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
9443 Fix typos in docstrings.
9444
58d468b4
JB
9445 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
9446 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
9447
6470c3c6
JB
9448 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
9449
4ffd0d6b 94502011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
9451
9452 * minibuffer.el (completion--do-completion): Avoid the "Next char
9453 not unique" prompt if icomplete-mode is enabled (Bug#5849).
9454
3ad8bad0
CY
9455 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
9456 mouse-2 into unread-command-events, it is interpreted correctly.
9457
71d73c9c 9458 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 9459 (image-toggle-display): Doc fix.
71d73c9c 9460
841a1577 94612011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 9462
4ffd0d6b
GM
9463 * textmodes/page.el (what-page): Use line-number-at-pos to
9464 calculate line number (Bug#6825).
6e1dbaa9 9465
c2fb1b60
JB
94662011-04-22 Juanma Barranquero <lekktu@gmail.com>
9467
9468 * eshell/esh-mode.el (find-tag-interactive): Declare function.
9469 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
9470 Pass argument NO-DEFAULT to `find-tag-interactive'.
9471
e02f48d7
JB
94722011-04-22 Juanma Barranquero <lekktu@gmail.com>
9473
9474 Lexical-binding cleanup.
9475
9476 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
9477 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
9478 * progmodes/ada-prj.el (ada-prj-initialize-values)
9479 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
9480 (ada-prj-show-value):
9481 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
9482 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
9483 (antlr-invalidate-context-cache, antlr-options-menu-filter)
9484 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
9485 * progmodes/bug-reference.el (bug-reference-push-button):
9486 * progmodes/fortran.el (fortran-line-length):
9487 * progmodes/glasses.el (glasses-change):
9488 * progmodes/octave-mod.el (octave-fill-paragraph):
9489 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
9490 (python-pdbtrack-grub-for-buffer, python-sentinel):
9491 * progmodes/sql.el (sql-save-connection):
9492 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
9493 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
9494 Mark unused parameters.
9495
9496 * progmodes/compile.el (compilation--flush-directory-cache)
9497 (compilation--flush-parse, compile-internal): Mark unused parameters.
9498 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
9499 (compilation-next-error-function): Remove unused variable `timestamp'.
9500
9501 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
9502 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
9503
9504 * progmodes/dcl-mode.el (dcl-end-of-command):
9505 Remove unused variable `start'.
9506 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
9507 (dcl-option-value-basic, dcl-option-value-offset)
9508 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
9509 Mark unused parameters.
9510 (dcl-save-local-variable): Remove unused variable `val'.
9511 (mode): Declare.
9512
9513 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
9514 Mark unused parameters.
9515 (delphi-ignore-changes): Move before first use.
9516 (delphi-charset-token-at): Remove unused variable `start'.
9517 (delphi-else-start): Remove unused variable `if-count'.
9518 (delphi-comment-block-start, delphi-comment-block-end):
9519 Remove unused variable `kind'.
9520 (delphi-indent-line): Remove unused variable `new-point'.
9521
9522 * progmodes/ebrowse.el (ebrowse-files-list)
9523 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
9524 Mark unused parameters. Don't quote `lambda'.
9525 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
9526 Don't quote `lambda'.
9527 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
9528 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
9529 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
9530 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
9531 Use `ignore-errors'.
9532 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
9533 (ebrowse-view/find-file-and-search-pattern)
9534 (ebrowse-view/find-member-declaration/definition):
9535 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
9536 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
9537 Rename parameter PREFIX-ARG to PREFIX.
9538 (ebrowse-tags-read-name): Remove unused variables `start' and
9539 `member-info'.
9540 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
9541 to `tags-file'.
9542
9543 * progmodes/etags.el (local-find-tag-hook): Declare.
9544 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
9545 Mark unused parameters.
9546
9547 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
9548 (executable-interpret): Mark unused parameter.
9549
9550 * progmodes/flymake.el (flymake-process-sentinel)
9551 (flymake-after-change-function)
9552 (flymake-create-temp-with-folder-structure)
9553 (flymake-get-include-dirs-dot): Mark unused parameters.
9554 (flymake-safe-delete-directory): Remove unused variable `err'.
9555
9556 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
9557 (speedbar-timer-fn, speedbar-line-text)
9558 (speedbar-change-expand-button-char, speedbar-delete-subblock)
9559 (speedbar-center-buffer-smartly): Declare functions.
9560 (gdb-find-watch-expression): Remove unused variable `array'.
9561 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
9562 (gdb-starting): Mark unused parameters.
9563 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
9564 (gdb-table-string): Remove unused variable `res'.
9565 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
9566 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
9567 (gdb-display-buffer): Remove unused variable `cur-size'.
9568
9569 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
9570 allow lexical-binding compilation.
9571 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
9572 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
9573 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
9574 Mark unused parameters.
9575 (gud-gdb-marker-filter): Remove unused variable `match'.
9576 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
9577 lambda expressions and funcall them, instead of using `fset'.
9578
9579 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
9580 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
9581
9582 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
9583 variable `header-beg'; use `let'.
9584
9585 * progmodes/icon.el (indent-icon-exp): Remove unused variables
9586 `restart', `last-sexp' and `at-do'.
9587
9588 * progmodes/js.el (js--debug): Mark unused parameter.
9589 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
9590 (js--splice-into-items): Remove unused variable `item'.
9591 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
9592
9593 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
9594 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
9595 (makefile-complete): Remove unused variable `try'.
9596 (makefile-fill-paragraph, makefile-match-function-end):
9597 Mark unused parameters.
9598
9599 * progmodes/octave-inf.el (inferior-octave-complete):
9600 Remove unused variable `proc'.
9601 (inferior-octave-output-digest): Mark unused parameter.
9602
9603 * progmodes/perl-mode.el (perl-calculate-indent):
9604 Remove unused variable `err'.
9605
9606 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
9607 (prolog-indent-line): Mark unused parameters.
9608 (prolog-indent-line): Remove unused variable `beg'.
9609
9610 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
9611 (reporter-dont-compact-list): Declare.
9612
9613 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
9614 Remove unused variable `char'.
9615 (sh-debug): Mark unused parameter.
9616 (sh-get-indent-info): Remove unused variable `start'.
9617 (sh-calculate-indent): Remove unused variable `var'.
9618
9619 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
9620 (simula-electric-keyword): Remove unused variable `null'.
9621 (simula-search-backward, simula-search-forward): Remove unused
9622 variables `begin' and `end'.
9623
9624 * progmodes/vera-mode.el (vera-guess-basic-syntax):
9625 Remove unused variable `pos'.
9626 (vera-electric-tab, vera-comment-uncomment-region):
9627 Mark unused parameters.
9628 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
9629
7ede3b65
CY
96302011-04-22 Chong Yidong <cyd@stupidchicken.com>
9631
9632 * emacs-lisp/package.el (package--builtins, package-alist)
9633 (package-load-descriptor, package-built-in-p, package-activate)
9634 (define-package, package-installed-p)
9635 (package-compute-transaction, package-buffer-info)
9636 (package--push): Doc fix. Distinguish more clearly between
9637 version strings and version lists.
9638
121656e9
JB
96392011-04-21 Juanma Barranquero <lekktu@gmail.com>
9640
9641 Lexical-binding cleanup.
9642
9643 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
9644 (5x5-make-mutate-best):
9645 * play/fortune.el (fortune-in-buffer):
9646 * play/gomoku.el (gomoku-init-display):
9647 * play/solitaire.el (solitaire, solitaire-do-check):
9648 * play/tetris.el (tetris-default-update-speed-function):
9649 Mark unused parameters.
9650
9651 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
9652 (bubbles--shift): Remove unused variable `char-org'.
9653 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
9654 (bubbles--show-images): Remove unused variable `char'.
9655
9656 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
9657 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
9658 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
9659 (decipher-analyze-buffer): Use ?\s.
9660 (decipher-make-checkpoint): Remove unused variable `mapping'.
9661
9662 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
9663
9664 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9665 Remove unused variable `result'; use `let'.
9666
9667 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
9668 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
9669 (gametree-children-shown-p, gametree-compute-reduced-score):
9670 Use `ignore-errors'.
9671
9672 * play/handwrite.el (ps-lpr-switches): Declare.
9673 (handwrite): Remove unused variables `pmin' and `lastp'.
9674
9675 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
9676
9677 * play/landmark.el (landmark-init-display)
9678 (landmark-update-naught-weights): Mark unused parameters.
9679 (landmark-y): Remove unused variable `noise'. Simplify.
9680 (landmark-human-plays): Remove unused variable `score'.
9681
9682 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
9683 (mpuz-try-proposal): Remove unused variable `game'.
9684
9685 * play/zone.el (life-patterns): Declare.
9686
80f499c7
JB
96872011-04-20 Juanma Barranquero <lekktu@gmail.com>
9688
9689 * vc/vc.el (ediff-vc-internal): Declare function.
9690
024ff170
SM
96912011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9692
c0a193ea
SM
9693 * shell.el: Use lexical-binding and std completion UI.
9694 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
9695 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
9696 comint-preoutput-filter-functions rather than on
9697 comint-output-filter-functions.
9698 (shell-command-completion, shell--command-completion-data)
9699 (shell-filename-completion, shell-environment-variable-completion)
9700 (shell-c-a-p-replace-by-expanded-directory): New functions.
9701 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
9702 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
9703 (shell-dynamic-complete-environment-variable): Use them.
9704 (shell-dynamic-complete-as-environment-variable)
9705 (shell-dynamic-complete-as-command): Remove.
9706 (shell-match-partial-variable): Match past point.
9707 * comint.el: Clean up use of completion-at-point-functions.
9708 (comint-completion-at-point): New function.
9709 (comint-mode): Use it completion-at-point-functions.
9710 (comint-dynamic-complete): Make it obsolete.
9711 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
9712 (comint-c-a-p-replace-by-expanded-history): New function.
9713 (comint-dynamic-complete-functions)
9714 (comint-replace-by-expanded-history): Use it.
9715 * minibuffer.el (completion-table-with-terminator): Allow dynamic
9716 termination strings. Try harder to avoid second try-completion.
9717 (completion-in-region-mode-map): Disable bindings that don't work yet.
9718
2dbaa080
SM
9719 * comint.el: Use lexical-binding. Require CL.
9720 (comint-dynamic-complete-functions): Use comint-filename-completion.
9721 (comint-completion-addsuffix): Tweak custom type.
9722 (comint-filename-completion, comint--common-suffix)
9723 (comint--common-quoted-suffix, comint--table-subvert)
9724 (comint--complete-file-name-data): New functions.
9725 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
9726 (comint-dynamic-list-filename-completions): Use them.
9727 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 9728
2dbaa080
SM
9729 * minibuffer.el (completion-in-region-mode):
9730 Keep completion-in-region-mode--predicate global.
9731 (completion-in-region--postch):
9732 Assume completion-in-region-mode--predicate is not null.
9733
c79a6f38
SM
9734 * progmodes/flymake.el (flymake-start-syntax-check-process):
9735 Obey `dir'. Simplify.
9736
024ff170
SM
9737 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
9738 we're in VC after all.
9739
1c6c854e
CS
97402011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
9741
9742 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 9743 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
9744 (vc-version-diff): Use vc-diff-build-argument-list-internal.
9745
bed7f140
SM
97462011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9747
332e62ab
SM
9748 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
9749 add sanity check.
9750
bed7f140
SM
9751 * obsolete/erc-hecomplete.el: Make obsolete.
9752 * obsolete/: Standardize obsolescence info in the header.
9753
f195c582
GM
97542011-04-20 Glenn Morris <rgm@gnu.org>
9755
9756 * calendar/solar.el (solar-horizontal-coordinates):
9757 Use the longitude argument rather than `calendar-longitude'.
9758 (solar-date-next-longitude): Remove unused locals.
9759
cb79b8c0
VJL
97602011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9761
9762 * whitespace.el: New version 13.2.1.
9763
97642011-04-20 felix <EmacsWiki> (tiny change)
9765
d8e4b68b 9766 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
9767 switching between major modes on a file.
9768
602ea69d
SM
97692011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9770
9771 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
9772 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
9773 multi-line comments as well.
9774
06b60517
JB
97752011-04-19 Juanma Barranquero <lekktu@gmail.com>
9776
9777 Lexical-binding cleanup.
9778
9779 * arc-mode.el (archive-mode-revert):
9780 * cmuscheme.el (scheme-interactively-start-process):
9781 * custom.el (custom-initialize-delay):
9782 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
9783 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
9784 * emacs-lock.el (emacs-lock-clear-sentinel):
9785 * ezimage.el (defezimage):
9786 * follow.el (follow-avoid-tail-recenter):
9787 * fringe.el (set-fringe-mode-1):
9788 * generic-x.el (bat-generic-mode-compile):
9789 * help-mode.el (help-info-variable, help-do-xref)
9790 (help-mode-revert-buffer):
9791 * help.el (view-emacs-todo):
9792 * iswitchb.el (iswitchb-completion-help):
9793 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
9794 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
9795 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
9796 * locate.el (locate-update):
9797 * longlines.el (longlines-encode-region)
9798 (longlines-after-change-function):
9799 * outline.el (outline-isearch-open-invisible):
9800 * ps-def.el (declare-function, charset-dimension, char-width)
9801 (encode-char):
9802 * ps-mule.el (ps-mule-plot-string):
9803 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
9804 (recentf-edit-list-select, recentf-edit-list-validate)
9805 (recentf-open-files-action):
9806 * rect.el (delete-whitespace-rectangle-line)
9807 (rectangle-number-line-callback):
9808 * register.el (window-configuration-to-register)
9809 (frame-configuration-to-register):
9810 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
9811 * select.el (xselect-convert-to-string, xselect-convert-to-length)
9812 (xselect-convert-to-targets, xselect-convert-to-delete)
9813 (xselect-convert-to-filename, xselect-convert-to-charpos)
9814 (xselect-convert-to-lineno, xselect-convert-to-colno)
9815 (xselect-convert-to-os, xselect-convert-to-host)
9816 (xselect-convert-to-user, xselect-convert-to-class)
9817 (xselect-convert-to-name, xselect-convert-to-integer)
9818 (xselect-convert-to-atom, xselect-convert-to-identity):
9819 * subr.el (declare, ignore, process-kill-without-query)
9820 (text-clone-maintain):
9821 * terminal.el (te-get-char, te-tic-sentinel):
9822 * tool-bar.el (tool-bar-make-keymap):
9823 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
9824 * type-break.el (type-break-mode, type-break-noninteractive-query):
9825 * view.el (View-back-to-mark):
9826 * wid-browse.el (widget-browse-action, widget-browse-widget)
9827 (widget-browse-widgets, widget-browse-sexp):
9828 * widget.el (define-widget-keywords):
9829 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
9830 Mark unused parameters.
9831
9832 * align.el (align-adjust-col-for-rule): Mark unused parameter.
9833 (align-areas): Remove unused variable `look'.
9834 (align-region): Remove unused variables `real-end' and `pos-list'.
9835
9836 * apropos.el (apropos-score-doc): Remove unused variable `i'.
9837
9838 * bindings.el (mode-line-modified, mode-line-remote):
9839 Mark unused parameters.
9840 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
9841
9842 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
9843 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
9844
9845 * comint.el (comint-history-isearch-pop-state)
9846 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
9847 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
9848 (comint-substitute-in-file-name): Doc fix.
9849
9850 * completion.el (cmpl-statistics-block): Mark unused parameter.
9851 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
9852 (save-completions-to-file, load-completions-from-file):
9853 Remove unused local variable `e'.
9854
9855 * composite.el (compose-chars): Remove unused variable `len'.
9856 (lgstring-insert-glyph): Remove unused variable `g'.
9857 (compose-glyph-string): Remove unused variables `ascent',
9858 `descent', `lbearing' and `rbearing'.
9859 (compose-glyph-string-relative): Remove unused variables
9860 `lbearing', `rbearing' and `wadjust'.
9861 (compose-gstring-for-graphic): Remove unused variables `header',
9862 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
9863 (compose-gstring-for-terminal): Remove unused variables `header'
9864 and `nchars'. Use `let', not `let*'.
9865
9866 * cus-edit.el (Custom-set, Custom-save, custom-reset)
9867 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
9868 (Custom-buffer-done, custom-buffer-create-internal)
9869 (custom-browse-visibility-action, custom-browse-group-tag-action)
9870 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
9871 (widget-magic-mouse-down-action, custom-toggle-parent)
9872 (custom-add-parent-links, custom-toggle-hide-variable)
9873 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
9874 (custom-toggle-hide-face, face, hook, custom-group-link-action)
9875 (custom-face-menu-create, custom-variable-menu-create, get)
9876 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
9877 (custom-reset-standard-save-and-update): Remove unused variable `value'.
9878 (customize-apropos): Remove unused variable `tests'.
9879 (custom-group-value-create): Remove unused variable `hidden-p'.
9880 (sort-fold-case): Declare.
9881
9882 * cus-theme.el (custom-reset-standard-faces-list)
9883 (custom-reset-standard-variables-list): Declare.
9884 (customize-create-theme, custom-theme-revert, custom-theme-write)
9885 (custom-theme-choose-mode, customize-themes, custom-theme-save):
9886 Mark unused parameters.
9887
9888 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
9889
9890 * delim-col.el (delimit-columns-max): Move defvar before first use.
9891
9892 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 9893 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
9894
9895 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
9896 (auto-insert): Declare.
9897 (desktop-restore-file-buffer): Rename desktop-* parameters;
9898 mark unused ones.
9899 (desktop-create-buffer): Rename desktop-* parameters and bind them.
9900 (desktop-buffer): Rename desktop-* parameters.
9901
9902 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
9903 (dframe-reposition-frame-xemacs, dframe-help-echo)
9904 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
9905 Mark unused parameters.
9906
9907 * dired-aux.el (backup-extract-version-start, overwrite-query)
9908 (overwrite-backup-query, rename-regexp-query)
9909 (rename-non-directory-query): Declare.
9910 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
9911 (dired-add-entry): Remove unused variable `orig-file-name'.
9912 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
9913 Use parameter PRESERVE-TIME instead of accessing dynamic variable
9914 `dired-copy-preserve-time' directly.
9915 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
9916 (dired-insert-subdir-newpos): Rename unused variable `pos'.
9917
9918 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
9919 (dired-virtual-revert, dired-make-relative-symlink):
9920 Mark unused parameters.
9921 (manual-program): Declare.
9922 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
9923 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
9924 wrapped in `with-no-warnings' to avoid replacing one warning by another.
9925
9926 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
9927
9928 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
9929
9930 * echistory.el (electric-history-in-progress, Helper-return-blurb):
9931 Declare.
9932
9933 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
9934
9935 * electric.el (Electric-command-loop): Rename parameter
9936 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
9937
9938 * expand.el (expand-in-literal): Remove unused variable `here'.
9939
9940 * facemenu.el (facemenu-add-new-color):
9941 Remove unused variable `docstring'.
9942
9943 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
9944 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
9945 (face-attr-construct): Mark unused parameter. Doc fix.
9946 (read-color): Remove unused variable `hex-string'.
9947
9948 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
9949 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
9950 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
9951 (display-buffer-other-frame): Remove unused variable `old-window'.
9952 (kill-buffer-hook): Declare.
9953 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
9954 Mark unused parameters.
9955 (after-find-file): Pass 1 to `auto-save-mode', not t.
9956
9957 * files-x.el (auto-insert): Declare.
9958 (modify-file-local-variable-prop-line): Remove unused variable `val'.
9959
9960 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 9961 variable `buf'. Mark unused parameter.
06b60517
JB
9962 (find-lisp-insert-directory): Mark unused parameter.
9963
9964 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
9965 (format-encode-region): Remove unused variables `cur-buf' and `result'.
9966 (format-common-tail): Remove, unused.
9967 (format-deannotate-region): Remove unused variable `loc'.
9968 (format-annotate-region): Remove unused variable `p'.
9969 (format-annotate-single-property-change): Remove unused variables
9970 `default' and `tail'.
9971
9972 * forms.el (read-file-filter): Declare.
9973 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
9974
9975 * frame.el (frame-creation-function-alist): Mark unused parameter.
9976 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
9977
9978 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
9979 Remove unused parameters.
9980 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
9981 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
9982
9983 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
9984 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
9985 (hfy-prepare-tag-map): Mark unused parameters.
9986 (htmlfontify-buffer): Use `called-interactively-p'.
9987
9988 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
9989 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
9990 (ibuffer-do-occur): Mark unused parameters.
9991 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
9992 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
9993
9994 * ibuffer.el: Don't quote `lambda'.
9995 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
9996 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
9997 Mark unused parameters.
9998
9999 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10000 (ido-completing-read): Mark unused parameters.
10001 (ido-copy-current-word): Mark unused parameters;
10002 remove unused variable `name'.
10003 (ido-sort-merged-list): Remove unused parameter `dirs'.
10004
10005 * ielm.el (ielm-input-sender): Mark unused parameter.
10006 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10007 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10008 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10009 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10010 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10011
10012 * image-dired.el (image-dired-display-thumbs): Remove unused
10013 variables `curr-file' and `count'.
10014 (image-dired-remove-tag): Remove unused variable `start'.
10015 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10016 variable `curr-file'
10017 (image-dired-rotate-original): Remove unused variable `temp-file'.
10018 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10019 Remove unused variable `file'.
10020 (image-dired-gallery-generate): Remove unused variable `curr'.
10021 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10022
10023 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10024
10025 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10026
10027 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10028
10029 * isearch.el (minibuffer-history-symbol): Declare.
10030 (isearch-edit-string): Remove unused variable `err'.
10031 (isearch-message-prefix, isearch-message-suffix):
10032 Mark unused parameters.
10033
10034 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10035
10036 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10037
10038 * makesum.el (double-column): Remove unused variable `cnt'.
10039
10040 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10041 (ido-ignore-item-temp-list): Declare.
10042
10043 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10044 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10045 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10046 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10047 `mouse-col-delta'.
10048
10049 * mouse-sel.el (mouse-extend-internal):
10050 Remove unused variable `orig-window-frame'.
10051
10052 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10053 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10054 Move declarations before first use.
10055 (pcomplete-opt): Mark unused parameters; doc fix.
10056
10057 * proced.el (proced-revert): Mark unused parameter.
10058 (proced-send-signal): Remove unused variable `err'.
10059
10060 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10061 Rename parameter PREFIX-ARG to ARG.
10062 (ps-basic-plot-string, ps-basic-plot-whitespace):
10063 Mark unused parameters.
10064
10065 * replace.el (replace-count): Define.
10066 (occur-revert-function): Mark unused parameters.
10067 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10068 (isearch-case-fold-search, isearch-string): Declare.
10069 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10070 bind `case-fold-search'. Remove unused variables `beg' and `end',
10071 and simplify.
10072 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10073 COUNT and bind `replace-count'.
10074 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10075 to COUNT.
10076
10077 * savehist.el (print-readably, print-string-length): Declare.
10078
10079 * shadowfile.el (shadow-expand-cluster-in-file-name):
10080 Remove unused variable `cluster'.
10081 (shadow-copy-file): Remove unused variable `i'.
10082 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10083 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10084 (shadow-define-literal-group, shadow-define-regexp-group)
10085 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10086
10087 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10088 (shell): Use `called-interactively-p'.
10089 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10090
10091 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10092 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10093 (delete-backward-char): Remove unused variable `ocol'.
10094 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10095 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10096 (event-apply-hyper-modifier, event-apply-shift-modifier)
10097 (event-apply-control-modifier, event-apply-meta-modifier):
10098 Mark unused parameters.
10099 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10100 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10101
10102 * speedbar.el (speedbar-ignored-directory-expressions)
10103 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10104 (speedbar-find-file, speedbar-dir-follow)
10105 (speedbar-directory-buttons-follow, speedbar-tag-find)
10106 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10107 (speedbar-buffers-line-directory, speedbar-buffer-click):
10108 Mark unused parameters.
10109 (speedbar-tag-file): Remove unused variable `mode'.
10110 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10111
10112 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10113
10114 * talk.el (talk): Remove unused variable `display'.
10115
10116 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10117 (tar-write-region-annotate): Mark unused parameter.
10118
10119 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10120 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10121 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10122 warning by another.
10123
10124 * time-stamp.el (time-stamp-string-preprocess):
10125 Remove unused variable `require-padding'.
10126
10127 * tree-widget.el (widget-glyph-enable): Declare.
10128 (tree-widget-action): Mark unused parameter.
10129
10130 * w32-fns.el (x-get-selection): Mark unused parameter.
10131 (autoload-make-program, generated-autoload-file): Declare.
10132
10133 * wdired.el (wdired-revert): Mark unused parameters.
10134 (wdired-xcase-word): Remove unused variable `err'.
10135
10136 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10137 (whitespace-help-scroll): Remove unused variable `data-help'.
10138
10139 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10140 (widget-image-insert, widget-after-change, default)
10141 (widget-default-format-handler, widget-default-notify)
10142 (widget-default-prompt-value, widget-info-link-action)
10143 (widget-url-link-action, widget-function-link-action)
10144 (widget-variable-link-action, widget-file-link-action)
10145 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10146 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10147 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10148 (widget-insert-button-action, widget-delete-button-action, visibility)
10149 (widget-documentation-link-action, widget-documentation-string-action)
10150 (widget-const-prompt-value, widget-regexp-match, symbol)
10151 (widget-coding-system-prompt-value)
10152 (widget-key-sequence-value-to-external, sexp)
10153 (widget-sexp-value-to-internal, character, vector, cons)
10154 (widget-choice-prompt-value, widget-boolean-prompt-value)
10155 (widget-color--choose-action): Mark unused parameters.
10156 (widget-item-match-inline, widget-choice-match-inline)
10157 (widget-checklist-match, widget-checklist-match-inline)
10158 (widget-group-match): Rename parameter VALUES to VALS.
10159 (widget-field-value-set): Remove unused variable `size'.
10160 (widget-color-action): Remove unused variables `value' and `start'.
10161
10162 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 10163 variable `dir'. Doc fix.
06b60517
JB
10164 (windmove-find-other-window): Don't pass it.
10165
10166 * window.el (count-windows): Mark unused parameter.
10167 (bw-adjust-window): Remove unused variable `err'.
10168
10169 * woman.el (woman-file-name): Remove unused variable `default'.
10170 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10171 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10172 (global-font-lock-mode): Declare.
10173 (woman-decode-region): Mark unused parameter.
10174 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10175
10176 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10177 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10178 (x-dnd-handle-moz-url): Remove unused variable `title'.
10179 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10180
10181 * xml.el (xml-parse-tag, xml-parse-attlist):
10182 Remove unused variable `pos'.
10183
bc4f7f3d
GM
101842011-04-19 Glenn Morris <rgm@gnu.org>
10185
10186 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10187 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10188 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10189 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10190 * calendar/cal-html.el (cal-html-insert-minical):
10191 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10192 (calendar-mark-date-pattern):
10193 Prefix "unused" locals.
10194
10195 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10196 optional argument `style'.
10197
10198 * calendar/appt.el (appt-make-list):
10199 * calendar/cal-china.el (calendar-chinese-date-string):
10200 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10201 (diary-hebrew-yahrzeit):
10202 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10203 * calendar/calendar.el (calendar-generate-window):
10204 * calendar/time-date.el (time-to-days):
10205 Remove unused local variables.
10206
16a43933
CY
102072011-04-18 Chong Yidong <cyd@stupidchicken.com>
10208
10209 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10210 glyphless-char-display table.
10211 (tabulated-list-glyphless-char-display): New var.
10212
7eed1860
SS
102132011-04-18 Sam Steingold <sds@gnu.org>
10214
10215 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10216 to acknowledgments.
10217
4d2d1ccd
GM
102182011-04-17 Glenn Morris <rgm@gnu.org>
10219
10220 * calendar/diary-lib.el (diary-sexp-entry):
10221 * calendar/holidays.el (holiday-sexp):
10222 Set debug-on-error rather than the removed stack-trace-on-error.
10223
239da61d
GM
102242011-04-16 Glenn Morris <rgm@gnu.org>
10225
10226 * progmodes/f90.el: Use lexical-binding.
10227 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10228
8b05752a
SM
102292011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10230
daca8ba5
SM
10231 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10232 (mail-mode): Setup mailalias completion here instead.
10233 * mail/mailalias.el: Use lexical-binding.
10234 (pattern, mailalias-done): Declare dynamic.
10235 (mail-completion-at-point-function): New function, from mail-complete.
10236 (mail-complete): Use it.
10237 (mail-completion-expand): New function.
10238 (mail-get-names): Use it.
10239 (mail-directory, mail-directory-process, mail-directory-stream):
10240 Don't use `pattern' for lexically bound arg.
10241
6f542485
SM
10242 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10243
037e7c3f
SM
10244 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10245 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10246 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10247
8b05752a
SM
10248 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10249 (byte-save-window-excursion, byte-temp-output-buffer-setup)
10250 (byte-interactive-p): Define them again, for use when inlining
10251 old code.
10252
49093f60
JB
102532011-04-15 Juanma Barranquero <lekktu@gmail.com>
10254
10255 * loadup.el: Use `string-to-number', not `string-to-int'.
10256
b5b8e7de
SM
102572011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10258
10259 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
10260 gud-gdb-complete-command.
10261 (gud-gdb-completions): New function, from gud-gdb-complete-command.
10262 (gud-gdb-completion-at-point): New function.
10263 (gud-gdb-completions): Remove.
10264
f42efeb5
MA
102652011-04-14 Michael Albinus <michael.albinus@gmx.de>
10266
49093f60
JB
10267 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
10268 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
10269 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
10270 whether `executable-find' is bound.
f42efeb5
MA
10271
10272 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
10273
e240cc21
SM
102742011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10275
10276 * minibuffer.el (completion-in-region-mode-predicate)
10277 (completion-in-region-mode--predicate): New vars.
10278 (completion-in-region, completion-in-region--postch)
10279 (completion-in-region-mode): Use them.
10280 (completion--capf-wrapper): Also return the hook function.
10281 (completion-at-point, completion-help-at-point):
10282 Adjust and provide a predicate.
c2bd2ab0
SM
10283
10284 Preserve arg names for advice of subr and lexical functions (bug#8457).
10285 * help-fns.el (help-function-arglist): Consolidate the subr and
10286 new-byte-code cases. Add argument `preserve-names' to extract names
10287 from the docstring when needed.
10288 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
10289 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
10290 (ad-arglist): Use help-function-arglist's new arg.
10291 (ad-definition-type): Use cond.
10292
c183f693
JB
102932011-04-13 Juanma Barranquero <lekktu@gmail.com>
10294
06641a47
JB
10295 * autorevert.el (auto-revert-handler):
10296 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
10297 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
10298 Don't quote lambda.
10299
c183f693
JB
10300 * image-mode.el (image-transform-set-scale):
10301 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
10302
1e3b6001
G
103032011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10304
10305 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 10306 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
10307 Upgrades via gnutls-cli are too slow to be done opportunistically.
10308
2d6af8dd
JB
103092011-04-12 Juanma Barranquero <lekktu@gmail.com>
10310
10311 * dframe.el (dframe-current-frame): Remove spurious quote.
10312
c0749a51
GM
103132011-04-12 Glenn Morris <rgm@gnu.org>
10314
088d0d61
GM
10315 * calendar/cal-tex.el (cal-tex-end-document):
10316 Try to automatically use latin1 input if needed.
10317
c0749a51
GM
10318 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
10319 Don't try to cons a mark onto an empty element.
10320
5c90fde0
LL
103212011-04-11 Leo Liu <sdl.web@gmail.com>
10322
10323 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
10324 buffers.
10325 (ido-kill-buffer-at-head): Support killing virtual buffers.
10326
369e974d
CY
103272011-04-10 Chong Yidong <cyd@stupidchicken.com>
10328
10329 * minibuffer.el (completion-show-inline-help): New var.
10330 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
10331 (minibuffer-force-complete, minibuffer-complete-word):
10332 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
10333
10334 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
10335 to avoid interference from inline help (Bug#5849).
10336
37f1c930
LL
103372011-04-10 Leo Liu <sdl.web@gmail.com>
10338
099c39a4
JB
10339 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10340 Fix typo.
37f1c930 10341
a32d4040
CY
103422011-04-09 Chong Yidong <cyd@stupidchicken.com>
10343
10344 * image-mode.el (image-toggle-display-image): Signal an error if
10345 not in Image mode.
10346 (image-transform-mode, image-transform-resize)
10347 (image-transform-set-rotation): Doc fix.
daca8ba5 10348 (image-transform-set-resize): Delete.
a32d4040
CY
10349 (image-transform-set-scale, image-transform-fit-to-height)
10350 (image-transform-fit-to-width): Handle image-toggle-display-image
10351 and image-transform-resize directly.
10352
099c39a4 103532011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
10354
10355 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
10356 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
10357 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
10358 (doc-view-mode-map): Add bindings for the new functions.
10359
099c39a4 103602011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 10361
4d61f28d 10362 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
10363 Fix typo in docstring.
10364
3726838a
EZ
103652011-04-08 Eli Zaretskii <eliz@gnu.org>
10366
04f33f1e
EZ
10367 * files.el (file-size-human-readable): Produce one digit after
10368 decimal, like "ls -lh" does.
10369
10370 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
10371 the file size representation.
10372
3726838a
EZ
10373 * simple.el (list-processes): If async subprocesses are not
10374 available, error out with a clear error message.
10375
cbb59342
CY
103762011-04-08 Chong Yidong <cyd@stupidchicken.com>
10377
10378 * help.el (help-form-show): New function, to be called from C.
10379 Put help-form output in a buffer named differently than *Help*.
10380
e3971c44
EZ
103812011-04-08 Eli Zaretskii <eliz@gnu.org>
10382
10383 * files.el (file-size-human-readable): New function.
10384
10385 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
10386 computing the representation inline. Don't require `cl'.
10387
12544bbe
GM
103882011-04-08 Glenn Morris <rgm@gnu.org>
10389
a1de6c6a
GM
10390 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
10391
3c4671f4
GM
10392 * net/browse-url.el (browse-url-firefox):
10393 Test system-type, not system-configuration.
10394
b605679c
GM
10395 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
10396 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
10397 Use log-edit-empty-buffer-p. (Bug#7598)
10398
56442f0c
GM
10399 * net/rlogin.el (rlogin-process-connection-type): Simplify.
10400 (rlogin-mode-map): Initialize in the defvar.
10401 (rlogin): Use ignore-errors.
10402
12544bbe
GM
10403 * replace.el (occur-mode-map): Some fixes for menu items.
10404
eb237b0f
AH
104052011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10406
10407 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
10408
7d668f2c
CY
104092011-04-06 Chong Yidong <cyd@stupidchicken.com>
10410
e67a13ab
CY
10411 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
10412 issuing unused warnings.
10413
10414 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
10415 macro directly.
10416
7d668f2c
CY
10417 * simple.el: Lisp reimplement of list-processes. Based on an
10418 earlier reimplementation by Leo Liu, but using tabulated-list.el.
10419 (process-menu-mode): New major mode.
10420 (list-processes--refresh, list-processes):
10421 (process-menu-visit-buffer): New functions.
10422
10423 * files.el (save-buffers-kill-emacs): Don't assume any return
10424 value of list-processes, which is undocumented anyway.
10425
a83ec3c9
CY
104262011-04-06 Chong Yidong <cyd@stupidchicken.com>
10427
10428 * emacs-lisp/tabulated-list.el: New file.
10429
e91a96fe
CY
10430 * emacs-lisp/package.el: Use Tabulated List mode.
10431 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
10432 (package-menu-mode): Derive from tabulated-list-mode. Set up the
10433 table format using Tabulated List mode variables.
10434 (package--push): New macro, replacing package-list-maybe-add.
10435 (package-menu--generate): Use package--push. Renamed from
10436 package--generate-package-list.
10437 (package-menu-refresh, list-packages): Use it.
daca8ba5 10438 (package-menu--print-info): Rename from package-print-package.
e91a96fe 10439 Return insertion data instead of inserting it directly.
099c39a4
JB
10440 (package-menu-describe-package, package-menu-execute):
10441 Use tabulated-list-get-id.
e91a96fe
CY
10442 (package-menu-mark-delete, package-menu-mark-install)
10443 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
10444 (package-menu-mark-obsolete-for-deletion):
10445 Use tabulated-list-put-tag.
e91a96fe
CY
10446 (package--list-packages, package-menu-revert)
10447 (package-menu-get-package, package-menu-get-version)
10448 (package-menu-sort-by-column): Functions deleted.
10449 (package-menu-package-list, package-menu-sort-key): Vars deleted.
10450 (package-menu--status-predicate, package-menu--version-predicate)
10451 (package-menu--name-predicate)
10452 (package-menu--description-predicate): Handle arguments in the
10453 Tabulated List format.
10454 (package-list-packages-no-fetch): Call list-packages.
10455
3e214b50
JB
104562011-04-06 Juanma Barranquero <lekktu@gmail.com>
10457
10458 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 10459 (after-find-file): Don't bind it.
3e214b50
JB
10460 (revert-buffer-in-progress-p): New variable.
10461 (revert-buffer): Bind it.
10462 Pass nil for `after-find-file-from-revert-buffer'.
10463
10464 * saveplace.el (save-place-find-file-hook): Use new variable
10465 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
10466
3f0f1700
GM
104672011-04-06 Glenn Morris <rgm@gnu.org>
10468
c0274801
GM
10469 * Makefile.in (AUTOGEN_VCS): New variable.
10470 (autoloads): Use $AUTOGEN_VCS.
10471
3f0f1700
GM
10472 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
10473 * calendar/calendar.el (calendar-mode-map):
10474 Check for toolkit scroll bars. (Bug#8305)
10475
41ea9e48
CY
104762011-04-05 Chong Yidong <cyd@stupidchicken.com>
10477
10478 * minibuffer.el (completion-in-region--postch)
10479 (completion-in-region-mode): Remove unnecessary messages.
10480
6194c800
JB
104812011-04-05 Juanma Barranquero <lekktu@gmail.com>
10482
33256f14
JB
10483 * font-lock.el (font-lock-refresh-defaults):
10484 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
10485 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
10486
6194c800
JB
10487 * info.el (Info-directory-list, Info-read-node-name-2)
10488 (Info-split-parameter-string): Doc fixes.
10489 (Info-virtual-nodes): Reflow docstring.
10490 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
10491 (Info-apropos-toc-nodes, info-finder, Info-get-token)
10492 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
10493 Fix typos in docstrings.
10494 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
10495 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
10496 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
10497 (Info-restore-desktop-buffer): Mark unused parameters.
10498 (Info-directory-find-file, Info-directory-find-node)
10499 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
10500 (Info-virtual-index-find-node, Info-apropos-find-file)
10501 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 10502 Mark unused parameters; fix typos in docstrings.
6194c800
JB
10503 (Info-virtual-index): Remove unused local variable `nodename'.
10504
b87a8200 105052011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 10506
b87a8200
DD
10507 * net/rcirc.el: Update my e-mail address.
10508 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 10509
3b2ff876
CY
105102011-04-05 Chong Yidong <cyd@stupidchicken.com>
10511
10512 * startup.el (command-line): Save the cursor's theme-face
10513 directly, instead of using face-override-spec.
10514
10515 * custom.el (load-theme): Minor optimization in assigning faces.
10516
8d17e7ca
JB
105172011-04-04 Juanma Barranquero <lekktu@gmail.com>
10518
10519 * help-fns.el (describe-variable): Complete all variables having
10520 documentation, including keywords.
10521 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
10522
2fbc1934
JB
105232011-04-04 Juanma Barranquero <lekktu@gmail.com>
10524
10525 Convert to lexical-binding.
10526
10527 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
10528 (bs--get-marked-string, bs--get-modified-string)
10529 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
10530 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
10531 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
10532
10533 * ehelp.el (electric-help-execute-extended)
10534 (electric-help-ctrl-x-prefix):
10535 * hexl.el (hexl-revert-buffer-function):
10536 * linum.el (linum-after-change, linum-after-scroll):
10537 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
10538
10539 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
10540
74f50695
DU
105412011-04-04 Daiki Ueno <ueno@unixuser.org>
10542
10543 * epa-dired.el:
10544 * epa-mail.el:
10545 * epa-hook.el:
10546 * epa-file.el:
10547 * epa.el:
10548 * epg.el: Use lexical binding.
10549
c11325f7
CY
105502011-04-03 Chong Yidong <cyd@stupidchicken.com>
10551
0d9e9a12
CY
10552 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
10553
c11325f7 10554 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
10555 dictionary case for flyspell-mark-duplications-exceptions.
10556 Use regexp matching for languages.
c11325f7
CY
10557 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
10558 default dictionary (Bug#7926).
10559
da91b5f2
CY
105602011-04-02 Chong Yidong <cyd@stupidchicken.com>
10561
099c39a4
JB
10562 * emacs-lisp/package.el (package--with-work-buffer):
10563 Recognize https URLs.
da91b5f2 10564
099c39a4
JB
10565 * net/network-stream.el: Move from gnus/proto-stream.el.
10566 Change prefix to network-stream throughout.
da91b5f2
CY
10567 (open-protocol-stream): Merge into open-network-stream, leaving
10568 open-protocol-stream as an alias. Handle nil BUFFER args.
10569
10570 * subr.el (open-network-stream): Move to net/network-stream.el.
10571
afa8e9f6
GM
105722011-04-02 Glenn Morris <rgm@gnu.org>
10573
1d2e369d
GM
10574 * find-dired.el (find-exec-terminator): New option.
10575 (find-ls-option): Test for -ls support.
10576 (find-ls-subdir-switches): Test for -b in find-ls-option.
10577 (find-dired, find-grep-dired): Doc fixes.
10578 (find-dired): Use find-exec-terminator.
10579
8abb7da8 10580 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
10581 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
10582 (find-name-arg): Remove purecopy.
8abb7da8 10583
f3ca7378
GM
10584 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
10585 (grep-compute-defaults): Check for `-exec COMMAND +' support.
10586 Set grep-find-use-xargs, grep-find-command, and grep-find-template
10587 accordingly. Don't add the null-device if not needed.
10588
afa8e9f6
GM
10589 * files.el (save-some-buffers): Doc fix.
10590
35eae264
EZ
105912011-04-02 Eli Zaretskii <eliz@gnu.org>
10592
10593 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
10594
26b51db5
JB
105952011-04-01 Juanma Barranquero <lekktu@gmail.com>
10596
10597 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
10598 Use `dolist' rather than `mapcar'.
10599
7200d79c
SM
106002011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10601
03408648 10602 Add lexical binding.
7200d79c 10603
03408648
SM
10604 * subr.el (apply-partially): Use new closures rather than CL.
10605 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
10606 (dolist, dotimes): Use slightly different expansion for lexical code.
10607 (functionp): Move to C.
10608 (letrec): New macro.
10609 (with-wrapper-hook): Use it and apply-partially instead of CL.
10610 (eval-after-load): Preserve lexical-binding.
10611 (save-window-excursion, with-output-to-temp-buffer): Turn them
10612 into macros.
7200d79c 10613
03408648
SM
10614 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
10615
10616 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
10617 than the arglist.
10618 (help-add-fundoc-usage): Don't add `Not documented'.
10619 (help-function-arglist): Handle closures, subroutines, and new
10620 byte-code-functions.
10621 (help-make-usage): Remove leading underscores.
10622 (describe-function-1): Handle closures.
10623 (describe-variable): Use special-variable-p for completion.
10624
10625 * files.el (lexical-binding): Declare safe.
f488fb65 10626
03408648
SM
10627 * emacs-lisp/pcase.el: Don't use destructuring-bind.
10628 (pcase--memoize): Rename from pcase-memoize. Change weakness.
10629 (pcase): Add `let' pattern.
10630 Change memoization so it actually works.
10631 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
10632 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
10633 <let>: New case.
f488fb65 10634
03408648
SM
10635 * emacs-lisp/macroexp.el: Use lexical binding.
10636 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
10637 Don't convert ' to #' without checking that it's indeed quoting
10638 a lambda.
10639
10640 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 10641 Use eval-sexp-add-defvars.
03408648
SM
10642 (eval-sexp-add-defvars): New fun.
10643
10644 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
10645
10646 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
10647 Don't autoload.
10648 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
10649 than the internal `byte-compile-lambda'.
10650 (defmethod): Don't hide code under quotes.
10651 (eieio-defmethod): New `code' argument.
10652
10653 * emacs-lisp/eieio-comp.el: Remove.
10654
10655 * emacs-lisp/edebug.el (edebug-eval-defun)
10656 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
10657 (edebug-toggle): Avoid `eval'.
10658
10659 * emacs-lisp/disass.el (disassemble-internal): Handle new
10660 `closure' objects.
10661 (disassemble-1): Handle new byte codes.
10662
10663 * emacs-lisp/cl.el (pushnew): Silence warning.
10664
10665 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
10666 (cl-byte-compile-throw): Remove.
10667 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
10668
10669 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
10670 closures.
10671
10672 * emacs-lisp/cconv.el: New file.
10673
10674 * emacs-lisp/bytecomp.el: Use lexical binding instead of
10675 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
10676 (byte-compile-initial-macro-environment):
10677 Handle declare-function here.
10678 (byte-compile--lexical-environment): New var.
10679 (byte-stack-ref, byte-stack-set, byte-discardN)
10680 (byte-discardN-preserve-tos): New lap codes.
10681 (byte-interactive-p): Don't use any more.
10682 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
10683 New macros.
10684 (byte-compile-lapcode): Use them and handle new lap codes.
10685 (byte-compile-obsolete): Remove.
10686 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
10687 (byte-compile-arglist-warn): Check late def of inlinable funs.
10688 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
10689 since they should have been expanded by now.
10690 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
10691 (byte-compile-from-buffer): Remove unused second arg.
10692 (byte-compile-preprocess): New function.
10693 (byte-compile-toplevel-file-form): New function to distinguish
10694 file-form calls from outside from file-form calls from hunk-handlers.
10695 (byte-compile-file-form): Simplify.
10696 (byte-compile-file-form-defsubst): Remove.
10697 (byte-compile-file-form-defmumble): Simplify now that
10698 byte-compile-lambda always returns a byte-code-function.
10699 (byte-compile): Preprocess.
10700 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
10701 Remove, not used any more.
10702 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
10703 (byte-compile-make-args-desc): New funs.
10704 (byte-compile-lambda): Handle lexical functions. Always return
10705 a byte-code-function.
10706 (byte-compile-reserved-constants): New var, to make up room for
10707 closed-over variables.
10708 (byte-compile-constants-vector): Obey it.
10709 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
10710 (byte-compile-macroexpand-declare-function): New function.
10711 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
10712 byte-code-functions.
10713 (byte-compile-form): Check obsolescence here.
10714 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
10715 (byte-compile-variable-ref): Remove.
10716 (byte-compile-dynamic-variable-op): New fun.
10717 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10718 (byte-compile-variable-set): New funs.
10719 (byte-compile-discard): Add 2 args.
10720 (byte-compile-stack-ref, byte-compile-stack-set)
10721 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
10722 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
10723 macroexpand-all instead.
10724 (byte-compile-quote-form): Remove.
10725 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
10726 (byte-compile-bind, byte-compile-unbind): New funs.
10727 (byte-compile-let): Handle let* and lexical binding.
10728 (byte-compile-let*): Remove.
10729 (byte-compile-catch, byte-compile-unwind-protect)
10730 (byte-compile-track-mouse, byte-compile-condition-case):
10731 Handle a new :fun-body form, used for lexical scoping.
10732 (byte-compile-save-window-excursion)
10733 (byte-compile-with-output-to-temp-buffer): Remove.
10734 (byte-compile-defun): Simplify.
10735 (byte-compile-stack-adjustment): New fun.
10736 (byte-compile-out): Use it.
10737 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
10738
10739 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
10740 handler any more.
10741
10742 * emacs-lisp/byte-opt.el: Use lexical binding.
10743 (byte-inline-lapcode): Remove (to bytecomp).
10744 (byte-compile-inline-expand): Pay attention to inlining to/from
10745 lexically bound code.
10746 (byte-compile-unfold-lambda): Don't handle byte-code-functions
10747 any more.
10748 (byte-optimize-form-code-walker): Don't handle save-window-excursion
10749 any more and don't call compiler-macros.
10750 (byte-compile-splice-in-already-compiled-code): Remove.
10751 (byte-code): Don't inline any more.
10752 (disassemble-offset): Receive `bytes' as argument rather than via
10753 dynamic scoping.
10754 (byte-compile-tag-number): Declare before first use.
10755 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
10756 `return' even if make-spliceable.
10757 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
10758 obsolete interactive-p.
10759 (byte-optimize-lapcode): Optimize new lap-codes.
10760 Don't trip up on new form of `byte-constant' lap code.
10761
10762 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
10763
10764 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
10765
10766 * custom.el (custom-initialize-default, custom-declare-variable):
10767 Use `defvar'.
10768
10769 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
10770 New variables.
10771 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
10772 (COMPILE_FIRST): Add macroexp and cconv.
10773 * makefile.w32-in: Mirror changes in Makefile.in.
10774
10775 * vc/cvs-status.el:
10776 * vc/diff-mode.el:
10777 * vc/log-edit.el:
10778 * vc/log-view.el:
10779 * vc/smerge-mode.el:
10780 * textmodes/bibtex-style.el:
10781 * textmodes/css.el:
10782 * startup.el:
10783 * uniquify.el:
da91b5f2
CY
10784 * minibuffer.el:
10785 * newcomment.el:
10786 * reveal.el:
10787 * server.el:
10788 * mpc.el:
10789 * emacs-lisp/smie.el:
10790 * doc-view.el:
10791 * dired.el:
03408648
SM
10792 * abbrev.el: Use lexical binding.
10793
0f0c1f27
EZ
107942011-04-01 Eli Zaretskii <eliz@gnu.org>
10795
10796 * info.el (info-display-manual): New function.
10797
c82b2579
SM
107982011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10799
10800 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
10801
221ddf68
TH
108022011-03-31 Tassilo Horn <tassilo@member.fsf.org>
10803
10804 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 10805 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 10806
cba6e77e
GM
108072011-03-31 Glenn Morris <rgm@gnu.org>
10808
e040639f
GM
10809 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
10810
cba6e77e
GM
10811 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
10812
6d0f1c9e
CS
108132011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
10814
10815 * progmodes/python.el (python-default-interpreter)
10816 (python-python-command-args, python-jython-command-args)
10817 (python-which-shell, python-which-args, python-which-bufname)
10818 (python-file-queue, python-comint-output-filter-function)
10819 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
10820 variables and functions.
10821
3e2d70fd
SM
108222011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
10823
10824 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
10825 (completion-in-region-mode): New minor mode.
10826 (completion-in-region): Use it.
10827 (completion-in-region--data, completion-in-region-mode-map): New vars.
10828 (completion-in-region--postch): New function.
10829 (completion--capf-misbehave-funs, completion--capf-safe-funs):
10830 New vars.
10831 (completion--capf-wrapper): New function.
10832 (completion-at-point): Use it to track well-behavedness of
10833 hook functions.
10834 (completion-help-at-point): New command.
10835
f3e4086c
JM
108362011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
10837
10838 * vc/add-log.el (add-change-log-entry): Don't use whitespace
10839 syntax class to search for whitespace on a single line
10840 (Message-ID: <4D938140.4030905@redhat.com>).
10841
eb7ffc14
LL
108422011-03-30 Leo Liu <sdl.web@gmail.com>
10843
10844 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
10845 New commands.
10846 (edit-abbrevs-map): Bind them here.
10847 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
10848
d806ab68
KM
108492011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
10850
10851 * allout.el (allout-hide-by-annotation, allout-flag-region):
10852 Reduce possibility of overlay leakage by making them volatile.
10853
10854 * allout-widgets.el (allout-widgets-tally): Define as nil so the
10855 hash is not shared between buffers. Mode initialization is
10856 responsible for giving it a useful starting value.
10857 (allout-item-span): Reduce possibility of overlay leakage by
10858 making them volatile.
10859 (allout-widgets-count-buttons-in-region): Add diagnostic function
10860 for tracking down button overlay leaks.
10861
ea622834
LL
108622011-03-29 Leo Liu <sdl.web@gmail.com>
10863
10864 * ido.el (ido-read-internal): Use the default history var
10865 minibuffer-history if no HISTORY is specified.
10866
b62f8267
G
108672011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
10868
03408648
SM
10869 * net/imap.el (imap-shell-open, imap-process-connection-type):
10870 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
10871 Kerberos, SSL, other subprocesses.
10872
947b6566
LL
108732011-03-28 Leo Liu <sdl.web@gmail.com>
10874
10875 * abbrev.el (abbrev-table-empty-p): New function.
10876 (prepare-abbrev-list-buffer): Place empty abbrev tables after
10877 nonempty ones. (Bug#5937)
10878
5ffb62aa
JD
108792011-03-27 Jan Djärv <jan.h.d@swipnet.se>
10880
10881 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
10882
7a097943
LL
108832011-03-27 Leo Liu <sdl.web@gmail.com>
10884
10885 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
10886 for foreground and background colors.
10887 (ansi-color-make-color-map): Adapt.
10888
c5b40130
LL
108892011-03-25 Leo Liu <sdl.web@gmail.com>
10890
1f48f7d2
LL
10891 * midnight.el (midnight-time-float): Remove. Note it calculates
10892 the microsecond component incorrectly and seconds-to-time does the
10893 same job.
625897ec 10894 Remove redundant (require 'timer).
1f48f7d2 10895
c5b40130
LL
10896 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
10897 (ido-completions): Remove unused arguments. (Bug#8329)
10898
d86d2721
SM
108992011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10900
10901 * minibuffer.el (completion--flush-all-sorted-completions):
10902 Remove itself from hook.
10903 (completion-at-point): Let the functions perform the completion
10904 immediately and return nil or t.
10905 * comint.el (comint-dynamic-complete-functions): Now identical to
10906 completion-at-point-functions.
10907 (comint-dynamic-list-input-ring): Remove unused var `index'.
10908 (comint--match-partial-filename, comint--unquote&expand-filename):
10909 New funs, split from comint-match-partial-filename.
10910 (comint-dynamic-complete): Use completion-at-point.
10911 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
10912
e8974c48
DA
109132011-03-24 Drew Adams <drew.adams@oracle.com>
10914
10915 * thingatpt.el: Support `defun'.
10916
def71b5e
LL
109172011-03-23 Leo Liu <sdl.web@gmail.com>
10918
cb5af48e
LL
10919 * abbrevlist.el: Move to obsolete/abbrevlist.el.
10920
def71b5e
LL
10921 * help-mode.el (help-mode-finish): Tweak regexp.
10922
927c53e7
GM
109232011-03-23 Glenn Morris <rgm@gnu.org>
10924
18d05bed
GM
10925 * eshell/esh-opt.el (eshell-eval-using-options):
10926 Do not bind unused local variable `eshell-option-stub'.
10927
927c53e7
GM
10928 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
10929
9d0da923
JB
109302011-03-22 Juanma Barranquero <lekktu@gmail.com>
10931
10932 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
10933 keymap variable in `with-no-warnings' to avoid a warning when the
10934 keymap has been already `defconst'ed.
10935
4b978a67
LL
109362011-03-22 Leo Liu <sdl.web@gmail.com>
10937
10938 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
10939 encode all chars in abbrevs; otherwise use emacs-mule or
10940 utf-8-emacs. (Bug#8308)
10941
5fd62452
JB
109422011-03-22 Juanma Barranquero <lekktu@gmail.com>
10943
0b1596c6
JB
10944 * simple.el (backward-delete-char-untabify):
10945 Avoid warning about using `delete-backward-char'.
10946
5fd62452
JB
10947 * image.el (image-type-file-name-regexps): Make it variable.
10948 `imagemagick-register-types' modifies it, and the user may want
10949 to add new extensions for known image types.
10950 (imagemagick-register-types): Throw error if not using ImageMagick.
10951
0b4e93f1
LL
109522011-03-22 Leo Liu <sdl.web@gmail.com>
10953
10954 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
10955 located before rcirc-prompt-end-marker.
10956 (rcirc-complete): Error if point is not after rcirc prompt.
10957 Handle the case when table is nil.
9882e214 10958 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 10959
fccee4ab
CY
109602011-03-22 Chong Yidong <cyd@stupidchicken.com>
10961
10962 * custom.el (custom--inhibit-theme-enable): Make it affect only
10963 custom-theme-set-variables and custom-theme-set-faces.
10964 (provide-theme): Ignore custom--inhibit-theme-enable.
10965 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
10966 (custom-enabling-themes): Delete variable.
d86d2721
SM
10967 (enable-theme): Accept only loaded themes as arguments.
10968 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
10969 (custom-enabled-themes): Forbid themes from setting this.
10970 Eliminate use of custom-enabling-themes.
10971 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 10972
af896da6
LL
109732011-03-21 Leo Liu <sdl.web@gmail.com>
10974
10975 * ido.el (ido-read-internal): Add ido-selected to history instead
10976 of user input.
10977
78f64af0
SM
109782011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10979
10980 * subr.el (deferred-action-list, deferred-action-function):
10981 Mark obsolete.
10982
b16ac1ec
LL
109832011-03-21 Leo Liu <sdl.web@gmail.com>
10984
810f7698
LL
10985 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
10986 change on 2011-02-13 (bug#8309).
10987
b16ac1ec
LL
10988 * minibuffer.el (read-file-name-function): Change default value.
10989 (read-file-name--defaults): Rename from read-file-name-defaults.
10990 (read-file-name-default): Rename from read-file-name.
10991 (read-file-name): Call read-file-name-function.
10992
4e05e67e
GM
109932011-03-21 Glenn Morris <rgm@gnu.org>
10994
10995 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
10996 Doc fixes.
10997
4359915b
CY
109982011-03-21 Chong Yidong <cyd@stupidchicken.com>
10999
11000 * cus-theme.el: Add missing provide statement.
11001 (customize-create-theme): Extract theme value correctly.
11002 (custom-theme-visit-theme): Autoload.
11003 (customize-create-theme): Prompt before inserting default faces.
11004
1fe275ee
JB
110052011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11006
11007 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11008 units and musical notes.
11009
cd394be1 110102011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
11011
11012 * ido.el (ido-read-internal): Use completing-read-default.
11013 (ido-completing-read): Fix compatibility with completing-read.
11014
7d476bde
CO
110152011-03-20 Christian Ohler <ohler@gnu.org>
11016
11017 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11018 (ert-delete-all-tests): Use `called-interactively-p' rather than
11019 `interactive-p'.
11020 (ert--make-xrefs-region): Respect END.
11021
fe0fb33e
CY
110222011-03-19 Chong Yidong <cyd@stupidchicken.com>
11023
ff854b0b
CY
11024 * dired-aux.el (dired-create-directory): Signal an error if the
11025 directory already exists (Bug#8246).
11026
fe0fb33e
CY
11027 * facemenu.el (list-colors-display): Call list-faces-display
11028 inside with-help-window.
11029 (list-colors-print): Use display property to align the final
11030 column, instead of checking window-width.
11031
576bce32
EZ
110322011-03-19 Eli Zaretskii <eliz@gnu.org>
11033
4d61f28d 11034 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
11035 windows-nt systems.
11036 (emerge-protect-metachars): Quote correctly for ms-dos and
11037 windows-nt systems.
11038
89c41d68 110392011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
11040
11041 * info.el (info-initialize): Replace all uses of `:' with
11042 path-separator for compatibility with non-Unix systems.
11043 Cache quoting of path-separator. (Bug#8258)
11044
b14e3e21 110452011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
11046
11047 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11048 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11049 (mouse-avoidance-mode): Fix typos in docstrings.
11050
4525ce3e
CY
110512011-03-19 Chong Yidong <cyd@stupidchicken.com>
11052
11053 * startup.el (package-subdirectory-regexp): Move from package.el.
11054 Omit \\` and \\', and let callers add them.
11055
11056 * emacs-lisp/package.el (package-strip-version)
11057 (package-load-all-descriptors): Add \\` and \\' to
11058 package-subdirectory-regexp before using it.
11059 (package-untar-buffer): New arg DIR; ensure that file untars only
11060 into this expected directory. Remove superfluous delete-region.
11061 (package-unpack): Caller changed.
11062 (package-tar-file-info): Use package-subdirectory-regexp.
11063
a904a09a 110642011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 11065
a904a09a
SM
11066 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11067 diff-mode-shared-map (bug#8284).
11068 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
11069
110702011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11071
11072 * calendar/time-date.el (format-seconds): Use assoc instead of
11073 assoc-string, since assoc-string doesn't exist in XEmacs.
11074
171fc304
JB
110752011-03-17 Juanma Barranquero <lekktu@gmail.com>
11076
11077 * custom.el (custom-known-themes): Reflow docstring.
11078 (custom-theme-load-path): Fix typo in docstring.
11079 (load-theme): Fix typo in error message.
11080 (custom-available-themes, custom-variable-theme-value):
11081 Use `let', not `let*'.
11082
d71990a1
JB
110832011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11084
11085 * calc/README: Mention inclusion of musical notes.
11086
11087 * calc/calc-units.el (calc-lu-quant): Rename from
11088 `calc-logunits-quantity'.
11089 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11090 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11091 (calc-db): Rename from `calc-dblevel'.
11092 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11093 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11094 (calc-np): Rename from `calc-nplevel'.
11095 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11096 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11097 (calc-lu-plus): Rename from `calc-logunits-add'.
11098 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11099 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11100 (calc-lu-minus): Rename from `calc-logunits-sub'.
11101 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11102 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11103 (calc-lu-times): Rename from `calc-logunits-mul'.
11104 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11105 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11106 (calc-lu-divide): Rename from `calc-logunits-div'.
11107 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11108 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11109
11110 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11111 functions being autoloaded.
11112
11113 * calc/calc.el (calc-lu-power-reference): Rename from
11114 `calc-logunits-power-reference'.
11115 (calc-lu-field-reference): Rename from
11116 `calc-logunits-field-reference'.
11117
7a71b18d
GM
11118 * calc/calc-help.el (calc-l-prefix-help):
11119 Mention musical note functions.
d71990a1 11120
40c2934b
SM
111212011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11122
11123 * minibuffer.el (completion-all-sorted-completions):
11124 Use :completion-cycle-penalty text property if present.
11125
b0911414
KM
111262011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11127
11128 * allout.el (allout-yank-processing): Adjust for new rebulleting
11129 regime so bullet being yanked is used without prompting the user
11130 for a choice.
11131
8a05b668
JB
111322011-03-16 Juanma Barranquero <lekktu@gmail.com>
11133
11134 * startup.el (command-line): Warn the user that _emacs is deprecated.
11135
5ba5fb81
JB
111362011-03-16 Juanma Barranquero <lekktu@gmail.com>
11137
11138 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11139 (delphi-verbose, delphi-comment-face, delphi-string-face)
11140 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11141 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11142 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11143 (delphi-new-comment-line, delphi-font-lock-defaults)
11144 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11145 Fix typos in docstrings.
11146
2dab465b
KM
111472011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11148
5ba5fb81 11149 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
11150 Invert the roles of character and string values for INSTEAD, so a
11151 string is used for the more common case of a defaulting prompt.
11152
0adf5618
SM
111532011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11154
11155 * progmodes/ruby-mode.el (ruby-backward-sexp):
11156 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11157 * play/gamegrid.el (gamegrid-make-face):
11158 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11159 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11160 * notifications.el (notifications-notify):
11161 * net/xesam.el (xesam-search-engines):
11162 * net/quickurl.el (quickurl-list-insert):
11163 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11164
d72700e5
CY
111652011-03-15 Chong Yidong <cyd@stupidchicken.com>
11166
11167 * startup.el (command-line): Update package subdirectory regexp.
11168
49c5410a
SM
111692011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11170
c6eee9aa
SM
11171 * allout.el (allout-abbreviate-flattened-numbering)
11172 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11173
49c5410a
SM
11174 * subr.el (read-char-choice): Only show the cursor after the prompt,
11175 not after the answer.
11176
047b2bb9
KR
111772011-03-15 Kevin Ryde <user42@zip.com.au>
11178
11179 * help-fns.el (variable-at-point): Skip leading quotes, if any
11180 (bug#8253).
11181
0a57d256
SM
111822011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11183
11184 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11185 warning message.
11186
77c992bc
MA
111872011-03-14 Michael Albinus <michael.albinus@gmx.de>
11188
11189 * shell.el (shell): When called interactively, offer to change the
11190 shell file name on remote hosts.
11191
eebc475d
TZ
111922011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11193
11194 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11195 integration for LDAP parameters. The host, base, user or binddn,
11196 and secret tokens can be specified in a netrc file, for instance.
11197 This is optional because an `auth-source' parameter must be
11198 specified in the search attributes.
11199
9d05d1ba
JB
112002011-03-13 Juanma Barranquero <lekktu@gmail.com>
11201
11202 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11203
09d9db2c
GM
112042011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11205
11206 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11207 into declaration. Remove redundant and harmful binding.
11208
112092011-03-12 Eli Zaretskii <eliz@gnu.org>
11210
11211 * files.el (file-ownership-preserved-p): Pass `integer' as an
11212 explicit 2nd argument to `file-attributes'. If the file's owner
11213 is the Administrators group on Windows, and the current user is
11214 Administrator, consider that a match.
11215
11216 * server.el (server-ensure-safe-dir): Consider server directory
11217 safe on MS-Windows if its owner is the Administrators group while
11218 the current Emacs user is Administrator. Use `=' to compare
11219 numerical UIDs, since they could be integers or floats.
11220
219bd536
JB
112212011-03-12 Juanma Barranquero <lekktu@gmail.com>
11222
11223 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11224
f3afd36b
MA
112252011-03-12 Michael Albinus <michael.albinus@gmx.de>
11226
11227 Sync with Tramp 2.2.1.
11228
11229 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11230
11231 * net/trampver.el: Update release number.
11232
3aaaa6f1
SM
112332011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11234
94642599
SM
11235 * progmodes/compile.el (compilation--previous-directory): Fix up
11236 various nil/dead-marker mismatches (bug#8014).
11237 (compilation-directory-properties, compilation-error-properties):
11238 Don't call it at a position past the one we're about to change.
11239
3aaaa6f1
SM
11240 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11241 Disable obsolescence warnings in the file that declares it.
11242
14239447
KM
112432011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
11244
099c39a4
JB
11245 * allout-widgets.el (allout-widgets-tally):
11246 Initialize allout-widgets-tally as a hash table rather than nil to
11247 prevent mode-line redisplay warnings. Also, clarify the module
11248 description and fix a comment typo.
14239447 11249
135e287c
JB
112502011-03-11 Juanma Barranquero <lekktu@gmail.com>
11251
11252 * help-fns.el (describe-variable): Don't complete keywords.
11253 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11254
ffbf300e
CY
112552011-03-10 Chong Yidong <cyd@stupidchicken.com>
11256
ba08b241
CY
11257 * emacs-lisp/package.el (package-version-join): Impose a standard
11258 string representation for pre/alpha/beta version lists.
11259 (package-unpack-single): Standardize the directory name by passing
11260 it through package-version-join.
11261 (package-strip-rcs-id): Accept any version string that does not
11262 signal an error in version-to-list.
ffbf300e 11263
f346fd6b
MA
112642011-03-10 Michael Albinus <michael.albinus@gmx.de>
11265
11266 * simple.el (delete-trailing-whitespace): Return nil for the
11267 benefit of `write-file-functions'.
11268
ccb55d27
GM
112692011-03-10 Glenn Morris <rgm@gnu.org>
11270
5ceaac0c
GM
11271 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
11272
02da65ff
GM
11273 * vc/vc-git.el (vc-git-program): New option.
11274 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
11275 (vc-git--call): Use it.
11276
b2f603cc
GM
11277 * eshell/esh-util.el (eshell-condition-case): Doc fix.
11278
5772caab
GM
11279 * cus-edit.el (Custom-newline): If no button at point, look
11280 for a subgroup button at start-of-line. (Bug#2298)
11281
ccb55d27
GM
11282 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
11283
ec6ecaed
JD
112842011-03-10 Julien Danjou <julien@danjou.info>
11285
11286 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
11287 `cursor-type' is nil.
11288
9d5aa01d
JB
112892011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
11290
11291 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
11292
b6a5875b
KM
112932011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
11294
7a71b18d 11295 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
11296 preserves the existing header prefix, rebulleting it if necessary,
11297 rather than replacing it. This is necessary for proper operation
11298 of cooperative addons like allout-widgets.
1154d12e
JB
11299 (allout-make-topic-prefix, allout-rebullet-heading):
11300 Change SOLICIT arg to INSTEAD, and interpret additionally a string
11301 value as alternate bullet to be used, instead of prompting the user
11302 for a bullet character.
b6a5875b 11303
ee545c35
MA
113042011-03-09 Michael Albinus <michael.albinus@gmx.de>
11305
d86d2721
SM
11306 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11307 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
11308 `tramp-default-port'.
11309
c47971d7
DD
113102011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11311
11312 * net/rcirc.el (rcirc-handler-001): Remove useless
11313 with-rcirc-process-buffer.
11314 (rcirc-check-auth-status): Swap arguments to string-match.
11315
13522cb4
GM
113162011-03-09 Glenn Morris <rgm@gnu.org>
11317
0be6f4f1
GM
11318 * shell.el (shell-mode):
11319 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
11320
13522cb4
GM
11321 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
11322 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
11323
515de2e3
CY
113242011-03-08 Chong Yidong <cyd@stupidchicken.com>
11325
11326 * emacs-lisp/package.el (package-refresh-contents)
11327 (package-menu-execute): Use condition-case-no-debug.
11328
b511b994
MA
113292011-03-08 Michael Albinus <michael.albinus@gmx.de>
11330
11331 * simple.el (shell-command-to-string): Use `process-file'.
11332
11333 * emacs-lisp/package.el (package-tar-file-info): Handle also
11334 remote files.
11335
d86d2721
SM
11336 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11337 Use `equal' for upload base check.
b511b994 11338
25bbfb31
AM
113392011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
11340
11341 * textmodes/texinfo.el (texinfo-environments):
11342 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
11343
be996521
GM
113442011-03-08 Glenn Morris <rgm@gnu.org>
11345
e9c8529f
GM
11346 * cus-start.el (cursor-in-non-selected-windows):
11347 Fix :set quoting oddness. (Bug#8192)
11348
be996521
GM
11349 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
11350 in some setf expressions. (Bug#2159)
11351
2bb5649e
CY
113522011-03-08 Chong Yidong <cyd@stupidchicken.com>
11353
11354 * custom.el (custom-available-themes): Return themes in
11355 alphabetical order.
11356
33383987 11357See ChangeLog.15 for earlier changes.
e3d51b27
MR
11358
11359;; Local Variables:
11360;; coding: utf-8
e3d51b27
MR
11361;; End:
11362
acaf905b 11363 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
11364
11365 This file is part of GNU Emacs.
11366
11367 GNU Emacs is free software: you can redistribute it and/or modify
11368 it under the terms of the GNU General Public License as published by
11369 the Free Software Foundation, either version 3 of the License, or
11370 (at your option) any later version.
11371
11372 GNU Emacs is distributed in the hope that it will be useful,
11373 but WITHOUT ANY WARRANTY; without even the implied warranty of
11374 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11375 GNU General Public License for more details.
11376
11377 You should have received a copy of the GNU General Public License
11378 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.