lispref/markers.texi small change
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
78e8b10a
CY
12012-03-07 Chong Yidong <cyd@gnu.org>
2
3 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
4 non-X platforms.
5
69481eb8
GM
62012-03-06 Glenn Morris <rgm@gnu.org>
7
8 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9 (x-disown-selection-internal, x-get-selection-internal):
10 Doc fix (add arglist signatures). (Bug#10783)
11
133b8e11
KS
122012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13
14 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15 Handle breakpoints with no "type".
16
99a83064
GM
172012-03-06 Glenn Morris <rgm@gnu.org>
18
19 * files.el (locate-dominating-file): Add optional predicate argument.
20 (dir-locals-find-file): Make use of above change.
21
17798e78
TTN
222012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
23
24 * info.el (Info-insert-dir): Also try "dir.gz".
25
eb182446
GM
262012-03-06 Glenn Morris <rgm@gnu.org>
27
8f2114ee
GM
28 * files.el (dir-locals-find-file):
29 Ignore non-readable or non-regular files. (Bug#10928)
30
eb182446
GM
31 * files.el (locate-dominating-file): Doc fix.
32
24679323
AS
332012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
34
35 * calendar/calendar.el (calendar-set-mode-line):
36 `getenv' returns a string. (Bug#10951)
37
01d972a9
LL
382012-03-05 Leo Liu <sdl.web@gmail.com>
39
109aa8a9
LL
40 * simple.el (backward-delete-char-untabify): Constrain point to
41 field (Bug#10939).
42
01d972a9
LL
43 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
44
10607bea
CY
452012-03-05 Chong Yidong <cyd@gnu.org>
46
47 * simple.el (count-words): If called from Lisp, return the word
48 count, for symmetry with `count-lines'. Arglist changed.
49 (count-words--message): Args changed. Consolidate counting code
50 from count-words and count-words-region.
51 (count-words-region): Caller changed.
52 (count-lines-region): Make it an obsolete alias.
53
5dd11cfe
TH
542012-03-04 Tassilo Horn <tassilo@member.fsf.org>
55
56 * saveplace.el (save-place-to-alist)
57 (save-place-ignore-files-regexp): Allow value nil to disable this
58 feature.
59
c349f4e6
CY
602012-03-04 Chong Yidong <cyd@gnu.org>
61
62 * faces.el (face-spec-reset-face): For the default face, reset the
63 attributes to default values (Bug#10748).
64
e627be4c
LMI
652012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
66
67 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
68 previous patch: Check `message-send-mail-function', and not the
69 default function (bug#10897).
70
ebeabff4
MA
712012-03-04 Michael Albinus <michael.albinus@gmx.de>
72
a41a6cf4
MA
73 * notifications.el (notifications-on-action-signal)
74 (notifications-on-closed-signal): Check for unique service name of
75 incoming event. Fix error in removing entry.
ebeabff4 76 (top): Register for signals with wildcard service name.
a41a6cf4 77 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 78
c1ca42b4
CY
792012-03-04 Chong Yidong <cyd@gnu.org>
80
81 * cus-start.el: Make x-select-enable-clipboard-manager
82 customizable.
83
ea16568d
GM
842012-03-04 Glenn Morris <rgm@gnu.org>
85
86 * abbrev.el (copy-abbrev-table, abbrev-table-p)
87 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
88 (expand-abbrev, define-abbrev-table): Doc fixes.
89
fbae4637
LMI
902012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
91
92 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
93 `message-default-send-mail-function' and not `send-mail-function'
94 when doing the prompting for `sendmail-query-once' before sending
95 in Message buffers (bug#10897).
96
a1e7225c
LMI
97 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
98 This is inconsistent with all the other stream functions, which leave
99 the setting up to the higher levels (if so wanted) (bug#10931).
100
56d093a9
AM
1012012-03-02 Alan Mackenzie <acm@muc.de>
102
103 Depessimize the handling of very large macros.
104
105 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
106 (c-macro-cache-syntactic): New variables to implement a one
107 element macro cache.
108 (c-invalidate-macro-cache): New function.
109 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
110 Adapt to use the new cache.
111 (c-state-safe-place): Use better the cache of safe positions.
112 (c-state-semi-nonlit-pos-cache)
113 (c-state-semi-nonlit-pos-cache-limit):
114 New variables for...
115 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
116 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
117 (c-in-literal, c-literal-limits, c-determine-limit-get-base): Use
118 c-state-semi-safe-place.
119
120 * progmodes/cc-langs.el (c-get-state-before-change-functions): Add
121 c-invalidate-macro-cache to the C, C++, Obj entries.
122
817e5c3d
MA
1232012-03-02 Michael Albinus <michael.albinus@gmx.de>
124
125 * jka-compr.el (jka-compr-call-process): Apply
126 `file-accessible-directory-p' only when the default directory is
127 not remote.
128
a032a702
MA
1292012-03-01 Michael Albinus <michael.albinus@gmx.de>
130
131 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
132 access of FILE2, if FILE1 does not exist.
133
99a54f21
MA
134 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
135 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
136
137 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
138 Add "PAGER=" to `process-environment'.
139
f6561e1f
MM
1402012-03-01 Michael R. Mauger <mmaug@yahoo.com>
141
142 * progmodes/sql.el: Bug fix
143 (sql-get-login-ext): Save login values in globals.
144 (sql-get-login): Use new version of `sql-get-login-ext'.
145 (sql-interactive-mode): Set global `sql-connection' to nil.
146 (sql-connect): Set global values for connection.
147 (sql-product-interactive): Save global values as buffer local.
148
2d44d9cc
LL
1492012-02-29 Leo Liu <sdl.web@gmail.com>
150
151 * abbrev.el (define-abbrevs): Reset sys to nil.
152
96b49301 1532012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
154
bf7f9bc5
JB
155 * files.el (file-equal-p): Rename from `files-equal-p'.
156 Return nil when one or both files don't exist.
96b49301 157 (file-subdir-of-p): Now only top directory must exists,
158 return nil if it doesn't.
bf7f9bc5
JB
159 (copy-directory): No need to test with `file-subdir-of-p' after
160 creating dir.
161 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
162 to `file-equal-p'.
96b49301 163
44e97401
GM
1642012-02-28 Glenn Morris <rgm@gnu.org>
165
166 * shell.el (shell-mode):
167 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
168 * play/landmark.el (landmark-font-lock-face-O):
169 * play/handwrite.el (handwrite):
170 * play/gomoku.el (gomoku-O):
171 * net/browse-url.el (browse-url-browser-display):
172 * international/mule.el (define-charset):
173 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
174 * filesets.el (filesets-find-file-delay):
175 * eshell/em-xtra.el (eshell-xtra):
176 * eshell/em-unix.el (eshell-grep):
177 * emulation/viper.el (viper-mode):
178 * emacs-lisp/regexp-opt.el (regexp-opt-group):
179 * emacs-lisp/easymenu.el (easy-menu-define):
180 * calendar/timeclock.el (timeclock-use-display-time):
181 * bs.el (bs-mode):
182 * bookmark.el (bookmark-save-flag):
183 Doc fix (standardize possessive apostrophe usage).
184
c98c6276
CY
1852012-02-27 Chong Yidong <cyd@gnu.org>
186
bf7f9bc5
JB
187 * emulation/viper-cmd.el (viper-intercept-ESC-key):
188 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 189
c98c6276
CY
190 * font-lock.el (font-lock-specified-p): Rename from
191 font-lock-spec-present. Callers changed.
192
9c62cd04 1932012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 194
bf7f9bc5
JB
195 * emacs-lisp/package.el (package-compute-transaction):
196 Handle holding a package version to t in package-load-list.
8ac9e529 197
530739c9
MA
1982012-02-26 Michael Albinus <michael.albinus@gmx.de>
199
200 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
201 (tramp-get-inode, tramp-get-device): Use cached values.
202
487915d7
AM
2032012-02-26 Alan Mackenzie <acm@muc.de>
204
205 Check there is a font-lock specification before doing initial
206 fontification.
207
208 * font-core.el (font-lock-mode): Move the conditional from
209 :after-hook to font-lock-initial-fontify.
210 (font-lock-default-function): Move the check for a specification
211 to font-lock-spec-present.
212
213 * font-lock.el (font-lock-initial-fontify): call ...
214 (font-lock-spec-present): New function.
215
4fd96557
JB
2162012-02-26 Jim Blandy <jimb@red-bean.com>
217
218 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
219 (gdb-send): Apply it to the operand of the '-interpreter-exec
220 console' command, so that we can pass arguments with (say) quotes
221 in them. Store exact string sent in gdb-debug-log (Bug#10765).
222
9a4888c0
CY
2232012-02-26 Chong Yidong <cyd@gnu.org>
224
07498861
CY
225 * help-fns.el (describe-function-1): Clarify description of
226 remapping (Bug#10844).
227
9a4888c0
CY
228 * files.el (files-equal-p): Doc fix.
229 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
230 and quit the loop once a mismatch is found.
231
ea8fb88d
JB
2322012-02-25 Juanma Barranquero <lekktu@gmail.com>
233
234 * bs.el (bs--show-with-configuration): Don't throw an error
235 if the window cannot be split; otherwise, subsequent calls to
236 bs-show fail, restoring a stale window config. (Bug#10882)
237
525795c1
JD
2382012-02-25 Jan Djärv <jan.h.d@swipnet.se>
239
240 * term/ns-win.el (global-map): Bind ns-drag-file to
241 ns-find-file (Bug#5855, Bug#10050).
242
f008086f
AS
2432012-02-25 Andreas Schwab <schwab@linux-m68k.org>
244
245 * calendar/parse-time.el (parse-time-string): Allow extractor to
246 return nil.
247
a3fcfa99
MA
2482012-02-25 Michael Albinus <michael.albinus@gmx.de>
249
91027d08
JB
250 * net/tramp.el (tramp-file-name-for-operation):
251 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
252
253 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
254 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
255 Add COPY-CONTENTS argument.
a3fcfa99 256
67b0de11
CY
2572012-02-25 Chong Yidong <cyd@gnu.org>
258
259 Add custom groups for VC backends, for consistency with vc-bzr.
260
261 * vc/vc-arch.el (vc-arch):
262 * vc/vc-cvs.el (vc-cvs):
263 * vc/vc-git.el (vc-git):
264 * vc/vc-hg.el (vc-hg):
265 * vc/vc-mtn.el (vc-mtn):
266 * vc/vc-rcs.el (vc-rcs):
267 * vc/vc-sccs.el (vc-sccs):
268 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
269 All relevant defcustoms reassigned.
270
3c9dfce6
CY
2712012-02-25 Chong Yidong <cyd@gnu.org>
272
1339bf43
CY
273 * newcomment.el (comment-styles): Add autoload (Bug#10868).
274
3c9dfce6
CY
275 * term/x-win.el (x-initialize-window-system): Reduce default for
276 x-selection-timeout to 5 seconds (Bug#8869).
277
53a46cd0 2782012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 279
53a46cd0 280 * files.el (file-subdir-of-p): Fix typo.
14a8a663 281
25b2e303 2822012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
283
ec70a47d
GM
284 * files.el (files-equal-p, file-subdir-of-p): New functions.
285 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 286 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
287 * dired-aux.el (dired-copy-file-recursive): Same.
288 (dired-create-files): Modify destination when source is equal to
289 dest when copying files.
53a46cd0 290 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 291
914260cd
MA
2922012-02-24 Michael Albinus <michael.albinus@gmx.de>
293
294 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
295 (Bug#10874)
296
2cb228f7
AM
2972012-02-23 Alan Mackenzie <acm@muc.de>
298
299 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
300 parameter "after-hook:" to allow the expansion to run code after
301 the execution of the mode hooks.
302
303 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 304 from font-lock-mode-internal.
2cb228f7 305
91027d08 306 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
307 :after-hook.
308
8f0fde21
SM
3092012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
310
3e88618b
SM
311 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
312 (completion--cache-all-sorted-completions): New function.
313 (completion-all-sorted-completions): Use it.
314 (completion--do-completion, minibuffer-force-complete):
315 Use it to re-instate the flush hook.
316
8f0fde21
SM
317 * icomplete.el (icomplete-completions): Replace last fix with a better
318 one (bug#10850).
319
8e911f6f
DG
3202012-02-23 Dmitry Gutov <dgutov@yandex.ru>
321
322 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
323 when it might call us back infinitely (bug#10797).
324
49fe4321
GM
3252012-02-23 Glenn Morris <rgm@gnu.org>
326
327 * minibuffer.el (completion-category-overrides): Doc fix.
328
b291b572
SM
3292012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
330
331 * minibuffer.el (completion-table-with-context): Fix inf-loop.
332 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
333
31a9ef2e
GM
3342012-02-23 Glenn Morris <rgm@gnu.org>
335
5e6e6794 336 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
337 (authors-obsolete-files-regexps, authors-ignored-files)
338 (authors-ambiguous-files, authors-renamed-files-alist):
339 Add more entries.
340
0bd1e074
JL
3412012-02-23 Juri Linkov <juri@jurta.org>
342
343 * isearch.el (isearch-occur): Sync interactive spec with occur's
344 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
345
b617673c
JL
346 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
347
19e9789e
JL
3482012-02-22 Juri Linkov <juri@jurta.org>
349
350 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
351 (ucs-insert): Doc fix. Check for hex digits in the string.
352 Don't display `nil' in the error message. (Bug#10857)
353
f41ce09d
AM
3542012-02-22 Alan Mackenzie <acm@muc.de>
355
7a71b18d 356 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 357
ac2eceee
GM
3582012-02-22 Glenn Morris <rgm@gnu.org>
359
360 * ffap.el (ffap-c-path):
361 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
362
abd1f678
CY
3632012-02-22 Chong Yidong <cyd@gnu.org>
364
365 * custom.el (load-theme): Doc fix.
366
f25aef2e
GM
3672012-02-22 Glenn Morris <rgm@gnu.org>
368
369 * dired-x.el (dired-guess-shell-alist-default):
370 Remove escape sequences from nroff output. (Bug#172)
371
5f8dc2ca
GM
3722012-02-21 Glenn Morris <rgm@gnu.org>
373
6ff86ec4
GM
374 * vc/emerge.el (emerge-defvar-local):
375 Set `permanent-local' property rather than unused `preserved'.
376
be3223a3 377 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
378 (picture-mode-map): Use it. (Bug#10860)
379 (picture-mode): Doc fix.
380
3fe58f4f
JB
3812012-02-21 Juanma Barranquero <lekktu@gmail.com>
382
383 * newcomment.el (uncomment-region-default): Remove unused binding.
384
f9a998c3
GM
3852012-02-21 Glenn Morris <rgm@gnu.org>
386
387 * textmodes/picture.el (picture-motion, picture-motion-reverse)
388 (picture-self-insert, picture-tab-chars): Doc fix.
389 (picture-mode-map): Fix C-a, C-e.
390
c6029348
GM
3912012-02-20 Glenn Morris <rgm@gnu.org>
392
393 * emacs-lisp/authors.el (authors-aliases): Add another entry.
394
ab1ce9d7
LL
3952012-02-20 Leo Liu <sdl.web@gmail.com>
396
397 * icomplete.el (icomplete-completions): Check FROM arg before
398 passing to substring (Bug#10850).
399
0fd40f89
CY
4002012-02-19 Chong Yidong <cyd@gnu.org>
401
402 * comint.el: Require ansi-color.
403 (comint-output-filter-functions): Add ansi-color-process-output.
404
405 * ansi-color.el: Don't set comint-output-filter-functions; it is
406 now in the initial value defined in comint.el.
407 (ansi-color-apply-face-function): New variable.
408 (ansi-color-apply-on-region): Use it.
409 (ansi-color-apply-overlay-face): New function.
410
411 * shell.el (shell): No need to require ansi-color.
412 (shell-mode): Use ansi-color-apply-face-function to highlight
413 color escapes using font-lock-face property (Bug#10835).
414
20af2394
CY
4152012-02-19 Chong Yidong <cyd@gnu.org>
416
417 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
418 mode-line formats (Bug#10839).
419
e23a3fbe
GM
4202012-02-18 Glenn Morris <rgm@gnu.org>
421
b474519e
GM
422 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
423
424 * mail/undigest.el (unforward-rmail-message): Doc fix.
425
e23a3fbe
GM
426 * saveplace.el (save-place-ignore-files-regexp): Add :version.
427
57939ff4
EZ
4282012-02-18 Eli Zaretskii <eliz@gnu.org>
429
430 * international/characters.el (script-list): Sync with the latest
431 Unicode Character Database.
432
0c23686e
AS
4332012-02-18 Andreas Schwab <schwab@linux-m68k.org>
434
435 * international/titdic-cnv.el: Remove duplicate coding tag.
436 * language/cham.el: Likewise.
437 * language/tai-viet.el: Likewise.
438
6818b449
GM
4392012-02-18 Glenn Morris <rgm@gnu.org>
440
441 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
442 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
443 (calendar-bahai-all-holidays-flag, calendar-other-dates):
444 * calendar/diary-lib.el (diary-abbreviated-year-flag):
445 * calendar/holidays.el (holiday-bahai-holidays)
446 (calendar-holidays, list-holidays):
447 Use utf-8 Bahá'í in doc-strings, menus, etc.
448
0311a3fc
TH
4492012-02-17 Tassilo Horn <tassilo@member.fsf.org>
450
451 * saveplace.el (save-place-ignore-files-regexp): New variable
452 allowing for excluding files from saving their location of point.
453 The default value matches the temporary commit message editing
454 files from Git, SVN, Bazaar, and Mercurial.
455 (save-place-to-alist): Use it.
456
eb864a71
LM
4572012-02-17 Lawrence Mitchell <wence@gmx.li>
458 Stefan Monnier <monnier@iro.umontreal.ca>
459
460 * newcomment.el (uncomment-region-default): Don't leave extra space
461 when an arg is provided (bug#8150).
462
ee0ce425
TZ
4632012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
464
eb864a71 465 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 466
95ddf442
GM
4672012-02-17 Glenn Morris <rgm@gnu.org>
468
469 * net/socks.el: Require network-stream. (Bug#10599)
470
48dd1e39 4712012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
472
473 * international/charprop.el:
474 * international/uni-name.el:
475 * international/uni-old-name.el:
476 * international/uni-comment.el: Regenerate.
477
d68cd087
GM
4782012-02-16 Glenn Morris <rgm@gnu.org>
479
480 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
481 Interactively in calendar buffer, give an error if not on a date.
482
13932042
GM
4832012-02-15 Glenn Morris <rgm@gnu.org>
484
485 * shell.el (shell-delimiter-argument-list):
486 Revert 2011-02-17 change. (Bug#8027)
487
c3a70e2b
CY
4882012-02-15 Chong Yidong <cyd@gnu.org>
489
60236b0d
CY
490 * minibuffer.el (completion-at-point-functions): Doc fix.
491
c3a70e2b
CY
492 * custom.el (defcustom): Doc fix; note use of defvar.
493
9f26dc24
GM
4942012-02-15 Glenn Morris <rgm@gnu.org>
495
496 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
497 Doc fixes.
498
6546b134
GM
4992012-02-14 Glenn Morris <rgm@gnu.org>
500
501 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
502
d29b2b4c
LI
5032012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
504
505 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
506 way the ports list is computed.
835bdcba
LI
507 (smtpmail-query-smtp-server): Prompt the user for a port number if
508 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 509
08dcdbc9
TZ
5102012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
511
512 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
513
2605051a
GM
5142012-02-13 Glenn Morris <rgm@gnu.org>
515
516 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
517
7ee99f32
TZ
5182012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
519
520 * net/gnutls.el (gnutls-trustfiles): New variable.
521 (gnutls-negotiate): Use it.
522
5f0af64f
LI
5232012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
524
525 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
526 does its stuff if Gnus is running.
527
c14fcc95
AM
5282012-02-13 Alan Mackenzie <acm@muc.de>
529
530 Fix a loop in c-set-fl-decl-start.
531
7a71b18d 532 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
533 c-backward-syntactic-ws actually moves backwards.
534
142b4d90
LL
5352012-02-13 Leo Liu <sdl.web@gmail.com>
536
537 * net/rcirc.el (rcirc-markup-attributes): Move point to the
538 beginning so that all \C-o chars are removed.
539
fa9958a6
TZ
5402012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
541
542 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group
543 tag.
544
0bc5886a
AM
5452012-02-12 Alan Mackenzie <acm@muc.de>
546
547 Fix infinite loop with long macros.
548 * cc-engine.el (c-state-safe-place): Handle macros properly.
549
d4bd55e7
CY
5502012-02-12 Chong Yidong <cyd@gnu.org>
551
552 * window.el (display-buffer): Doc fix (Bug#10785).
553
66f3fe22
GM
5542012-02-12 Glenn Morris <rgm@gnu.org>
555
bd7da63e
GM
556 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
557 (x-disown-selection-internal, x-get-selection-internal):
558 Sync docs with the xselect.c versions.
559
66f3fe22
GM
560 * allout-widgets.el: Add missing license notice.
561
3e0d2fa7
GM
5622012-02-11 Glenn Morris <rgm@gnu.org>
563
cfecdf09
GM
564 * select.el (x-get-selection-internal, x-own-selection-internal)
565 (x-disown-selection-internal):
566 * x-dnd.el (x-get-selection-internal): Update declarations.
567
6d216d7f
GM
568 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
569
2bed3f04
GM
570 * window.el (window-sides-slots):
571 * tool-bar.el (tool-bar-position):
572 * term/xterm.el (xterm-extra-capabilities):
573 * ses.el (ses-self-reference-early-detection):
574 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
575 (verilog-auto-wire-type)
576 (verilog-auto-delete-trailing-whitespace)
577 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
578 (verilog-auto-tieoff-declaration):
579 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
580 (sql-oracle-statement-starters, sql-oracle-scan-on):
581 * progmodes/prolog.el (prolog-align-comments-flag)
582 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
583 (prolog-left-indent-regexp, prolog-paren-indent-p)
584 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
585 (prolog-types, prolog-mode-specificators)
586 (prolog-determinism-specificators, prolog-directives)
587 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
588 (prolog-electric-dot-flag)
589 (prolog-electric-dot-full-predicate-template)
590 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
591 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
592 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
593 (prolog-program-switches, prolog-prompt-regexp)
594 (prolog-debug-on-string, prolog-debug-off-string)
595 (prolog-trace-on-string, prolog-trace-off-string)
596 (prolog-zip-on-string, prolog-zip-off-string)
597 (prolog-use-standard-consult-compile-method-flag)
598 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
599 (prolog-imenu-max-lines, prolog-info-predicate-index)
600 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
601 (prolog-char-quote-workaround):
602 * progmodes/cc-vars.el (c-defun-tactic):
603 * net/tramp.el (tramp-encoding-command-interactive)
604 (tramp-local-end-of-line):
605 * net/soap-client.el (soap-client):
606 * net/netrc.el (netrc-file):
607 * net/gnutls.el (gnutls):
608 * minibuffer.el (completion-category-overrides)
609 (completion-cycle-threshold)
610 (completion-pcm-complete-word-inserts-delimiters):
611 * man.el (Man-name-local-regexp):
612 * mail/feedmail.el (feedmail-display-full-frame):
613 * international/characters.el (glyphless-char-display-control):
614 * eshell/em-ls.el (eshell-ls-date-format):
615 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
616 (lisp-lambda-list-keyword-parameter-indentation)
617 (lisp-lambda-list-keyword-parameter-alignment):
618 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
619 * dired-x.el (dired-omit-verbose):
620 * cus-theme.el (custom-theme-allow-multiple-selections):
621 * calc/calc.el (calc-highlight-selections-with-faces)
622 (calc-lu-field-reference, calc-lu-power-reference)
623 (calc-note-threshold):
624 * battery.el (battery-mode-line-limit):
625 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
626 (archive-7z-update):
627 * allout.el (allout-prefixed-keybindings)
628 (allout-unprefixed-keybindings)
629 (allout-inhibit-auto-fill-on-headline)
630 (allout-flattened-numbering-abbreviation):
631 * allout-widgets.el (allout-widgets-auto-activation)
632 (allout-widgets-icons-dark-subdir)
633 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
634 (allout-widgets-theme-dark-background)
635 (allout-widgets-theme-light-background)
636 (allout-widgets-item-image-properties-emacs)
637 (allout-widgets-item-image-properties-xemacs)
638 (allout-widgets-run-unit-tests-on-load)
639 (allout-widgets-time-decoration-activity)
640 (allout-widgets-hook-error-post-time)
641 (allout-widgets-track-decoration):
642 Add missing :version tags to new defcustoms and defgroups.
643
5fec1b8e
GM
644 * progmodes/sql.el (sql-ansi-statement-starters)
645 (sql-oracle-statement-starters): Add custom type.
646
3e0d2fa7
GM
647 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
648 (prolog-system-version): Give it a type.
649
90b671e2
EZ
6502012-02-11 Eli Zaretskii <eliz@gnu.org>
651
652 * term/pc-win.el (x-select-text, x-selection-owner-p)
653 (x-own-selection-internal, x-disown-selection-internal)
654 (x-get-selection-internal): Sync doc strings and argument lists
655 with xselect.c, common-win.el and x-win.el. (Bug#10783)
656
5eac0c02
LL
6572012-02-11 Leo Liu <sdl.web@gmail.com>
658
659 * progmodes/python.el (python-end-of-statement): Fix infinite
660 loop. (Bug#10788)
661
f82cb659
GM
6622012-02-10 Glenn Morris <rgm@gnu.org>
663
664 * international/mule-cmds.el (unify-8859-on-encoding-mode)
665 (unify-8859-on-decoding-mode): Properly mark as obsolete.
666
cc26d239
LI
6672012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
668
669 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
670 about SMTP before checking the From header.
671
91027d08 672 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
673 into own function for reuse by emacsbug.el.
674
1be3ca5a
LL
6752012-02-10 Leo Liu <sdl.web@gmail.com>
676
677 * subr.el (condition-case-unless-debug): Rename from
678 condition-case-no-debug. All callers changed.
679 (with-demoted-errors): Fix caller.
680
681 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
682 * nxml/rng-valid.el (rng-do-some-validation):
683 * emacs-lisp/package.el (package-refresh-contents)
684 (package-menu-execute):
685 * desktop.el (desktop-create-buffer):
91027d08 686 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 687
b011fbfe
GM
6882012-02-10 Glenn Morris <rgm@gnu.org>
689
b2096d72
GM
690 * textmodes/bibtex.el:
691 Add missing :version tags for new/changed defcustoms.
692
b011fbfe
GM
693 * files.el (remote-file-name-inhibit-cache): Doc fixes.
694
4c7e65bf
LI
6952012-02-09 Lars Ingebrigtsen <larsi@rusty>
696
697 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
698 (smtpmail-via-smtp): Use it, or fall back on the From address.
699 (smtpmail-send-it): Ditto.
700
f3934f6f
SM
7012012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
702
703 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
704 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
705 (byte-compile-tmp-var): New const.
706 (byte-compile-defvar): Use it to minimize .elc size.
707 Just use `defvar' rather than simulate it (bug#10761).
708
a075a2c5
GM
7092012-02-09 Glenn Morris <rgm@gnu.org>
710
cf3aa21b
GM
711 * files.el (rename-uniquely): Doc fix. (Bug#3806)
712
354998cd
GM
713 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
714 Add :version tags.
715
83274125 716 * progmodes/compile.el (compilation-first-column)
34c071c6 717 (compilation-error-screen-columns, compilation-filter-start): Doc fixes.
83274125 718
dab3703d
GM
719 * vc/log-view.el (log-view-toggle-entry-display):
720 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
721
3f88cd72
GM
722 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
723 (report-emacs-bug-can-use-xdg-email):
724 (report-emacs-bug-insert-to-mailer): Doc fixes.
725 (report-emacs-bug): Message fix.
726
d95b247d
GM
727 * net/browse-url.el (browse-url-can-use-xdg-open)
728 (browse-url-xdg-open): Doc fixes.
729
a075a2c5
GM
730 * electric.el (electric-indent-mode, electric-pair-mode)
731 (electric-layout-rules, electric-layout-mode): Doc fixes.
732 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
733
ffb6157e
MR
7342012-02-08 Martin Rudalics <rudalics@gmx.at>
735
736 * server.el (server-unselect-display): Don't inadvertently kill
737 the current buffer. (Bug#10729)
738
e1ac4066
GM
7392012-02-08 Glenn Morris <rgm@gnu.org>
740
34e8a2da
GM
741 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
742 (sql-list-table): Doc fixes.
743
b4ac6e8c
GM
744 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
745 Comment out (does nothing).
746
e1ac4066
GM
747 * completion.el (dynamic-completion-mode):
748 * dirtrack.el (dirtrack-debug-mode):
749 * electric.el (electric-layout-mode):
750 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
751 * face-remap.el (text-scale-mode, buffer-face-mode):
752 * iimage.el (iimage-mode):
753 * image-mode.el (image-transform-mode):
754 * minibuffer.el (completion-in-region-mode):
755 * scroll-lock.el (scroll-lock-mode):
756 * simple.el (next-error-follow-minor-mode):
757 * tar-mode.el (tar-subfile-mode):
758 * tooltip.el (tooltip-mode):
759 * vcursor.el (vcursor-use-vcursor-map):
760 * wid-browse.el (widget-minor-mode):
761 * emulation/tpu-edt.el (tpu-edt-mode):
762 * emulation/tpu-extras.el (tpu-cursor-free-mode):
763 * international/iso-ascii.el (iso-ascii-mode):
764 * language/thai-util.el (thai-word-mode):
765 * mail/supercite.el (sc-minor-mode):
766 * net/goto-addr.el (goto-address-mode):
767 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
768 * progmodes/cwarn.el (cwarn-mode):
769 * progmodes/flymake.el (flymake-mode):
770 * progmodes/glasses.el (glasses-mode):
771 * progmodes/hideshow.el (hs-minor-mode):
772 * progmodes/pascal.el (pascal-outline-mode):
773 * textmodes/enriched.el (enriched-mode):
774 * vc/smerge-mode.el (smerge-mode):
775 Doc fixes (minor mode argument).
776
5e0d957f
EZ
7772012-02-07 Eli Zaretskii <eliz@gnu.org>
778
779 * ls-lisp.el (ls-lisp-sanitize): New function.
780 (ls-lisp-insert-directory): Use it to fix or remove any elements
781 in file-alist with missing attributes. (Bug#4673)
782
98d7371e
AM
7832012-02-07 Alan Mackenzie <acm@muc.de>
784
785 Fix spurious recognition of c-in-knr-argdecl.
786
787 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
788 putative K&R region.
789
667ced3a
AM
7902012-02-07 Alan Mackenzie <acm@muc.de>
791
eb864a71
LM
792 * progmodes/cc-engine.el (c-forward-objc-directive):
793 Prevent looping in "#pragma mark @implementation".
667ced3a 794
5b77774d
MA
7952012-02-07 Michael Albinus <michael.albinus@gmx.de>
796
797 * notifications.el (notifications-on-closed-signal): Make `reason'
798 optional. (Bug#10744)
799
af008560
GM
8002012-02-07 Glenn Morris <rgm@gnu.org>
801
60d47423
GM
802 * emacs-lisp/easy-mmode.el (define-minor-mode):
803 Doc fixes for the macro and the mode it defines.
804
dd605cc4
GM
805 * image.el (imagemagick-types-inhibit): Doc fix.
806
af008560
GM
807 * cus-start.el (imagemagick-render-type): Add it.
808
5cc59a37
LI
8092012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
810
811 * progmodes/cc-mode.el
812 (c-standard-font-lock-fontify-region-function): Set the default at
813 load time, too, so that `font-lock-fontify-buffer' can be called
814 without setting up the entire mode first. This fixes a bug in
815 `mm-inline-text' with C MIME parts.
816
9a6dd747
CY
8172012-02-06 Chong Yidong <cyd@gnu.org>
818
2d16b285
CY
819 * simple.el (list-processes--refresh): Delete exited processes
820 (Bug#8094).
821
171e9b6e
CY
822 * comint.el (comint-next-prompt): next-single-char-property-change
823 and prev-single-char-property-change never return nil (Bug#8657).
824
9a6dd747
CY
825 * custom.el (defcustom): Doc fix (Bug#9711).
826
aa4589a7
CY
8272012-02-05 Chong Yidong <cyd@gnu.org>
828
5c2a252f
CY
829 * cus-edit.el (custom-variable-reset-backup): Quote the value
830 before storing it in the customized-value property (Bug#6712).
4aab9006 831 (custom-display): Add a customization type tag.
983b9602 832 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 833
aa4589a7
CY
834 * wid-edit.el (widget-field-value-get): New optional arg to
835 suppress trailing whitespace truncation.
836 (character): Use it (Bug#2689).
837
1ff980ae
AS
8382012-02-05 Andreas Schwab <schwab@linux-m68k.org>
839
840 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
841 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
842
03988c98
CY
8432012-02-05 Chong Yidong <cyd@gnu.org>
844
eeb6cc88
CY
845 * cus-edit.el (custom-variable-value-create): For mismatched
846 types, show the current value (Bug#7600).
847
03988c98
CY
848 * custom.el (defcustom): Doc fix.
849
f8cdeef0
GM
8502012-02-05 Glenn Morris <rgm@gnu.org>
851
852 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
853
0696d255
JB
8542012-02-05 Juanma Barranquero <lekktu@gmail.com>
855
856 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
857 (pp-buffer): Use `ignore-errors', `looking-at-p'.
858 (pp-last-sexp): Use `looking-at-p'.
859
34c99998
GM
8602012-02-04 Glenn Morris <rgm@gnu.org>
861
8f05da42
GM
862 * files.el (revert-buffer):
863 Doc fix (mention revert-buffer-in-progress-p).
864
f160676e
GM
865 * emacs-lisp/ert-x.el (ert-simulate-command):
866 Check deferred-action-list (which is obsolete) is bound.
867
c7291ad9
GM
868 * subr.el (with-wrapper-hook): Doc fixes.
869
34c99998
GM
870 * simple.el (filter-buffer-substring-functions)
871 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
872
6283a7d3
LL
8732012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
874
875 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
876 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
877
e96e3013
LL
8782012-02-04 Leo Liu <sdl.web@gmail.com>
879
880 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
881
8ded50f2
GM
8822012-02-04 Glenn Morris <rgm@gnu.org>
883
82ff1d13
GM
884 * image.el (image-extension-data): Add obsolete alias.
885
987a0a16
GM
886 * isearch.el (isearch-update): Doc fix.
887
ea32ef46
GM
888 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
889
8ded50f2
GM
890 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
891
eea14f31
GM
8922012-02-03 Glenn Morris <rgm@gnu.org>
893
894 * image.el (image-animated-p): Doc fix. Use image-animated-types.
895 (image-animate-timeout): Doc fix.
896
897 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
898
12f381b7
GM
8992012-02-02 Glenn Morris <rgm@gnu.org>
900
953cebf5
GM
901 * server.el (server-auth-dir): Doc fix.
902 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
903
12f381b7
GM
904 * subr.el (run-mode-hooks): Doc fix.
905
953a8c3b
JL
9062012-02-02 Juri Linkov <juri@jurta.org>
907
908 * image-mode.el (image-toggle-display-image): Remove tautological
909 `major-mode' from the `derived-mode-p' test.
910
c5d3843c
KH
9112012-02-02 Kenichi Handa <handa@m17n.org>
912
9f6e692e 913 * composite.el (compose-region): Cancel previous change.
c5d3843c 914
159462d4 9152012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
916
917 * composite.el (compose-region, compose-string): Signal error for
918 a null string component (Bug#6988).
919
9f562668
CY
9202012-02-01 Chong Yidong <cyd@gnu.org>
921
e2cef717
CY
922 * view.el (view-buffer-other-window, view-buffer-other-frame):
923 Handle special modes like view-buffer (Bug#10650).
924 (view-buffer): Simplify.
925
9f562668
CY
926 * frame.el (set-frame-font): Tweak meaning of third argument.
927
9f6e692e
JB
928 * dynamic-setting.el (font-setting-change-default-font):
929 Use set-frame-font (Bug#9982).
9f562668 930
781acb9f
GM
9312012-02-01 Glenn Morris <rgm@gnu.org>
932
6035be52
GM
933 * progmodes/compile.el (compilation-internal-error-properties):
934 Respect compilation-first-column in the "*compilation*" buffer.
935
781acb9f
GM
936 * emacs-lisp/easy-mmode.el (define-minor-mode):
937 Relax :variable's test for a named function.
938
abbceb00
AM
9392012-01-31 Alan Mackenzie <acm@muc.de>
940
941 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
942 off by one error.
943
fce3fdeb
CY
9442012-01-31 Chong Yidong <cyd@gnu.org>
945
946 * frame.el (set-frame-font): New arg ALL-FRAMES.
947
948 * menu-bar.el (menu-set-font): Use set-frame-font.
949
950 * faces.el (face-spec-reset-face): Don't apply unspecified
951 attribute values to the default face.
952
47893581
JB
9532012-01-31 Juanma Barranquero <lekktu@gmail.com>
954
955 * progmodes/cwarn.el (cwarn): Remove dead link.
956 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
957 Remove * from defcustom docstrings.
958 (turn-on-cwarn-mode): Make obsolete.
959 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
960 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
961
e58e988a
GM
9622012-01-31 Glenn Morris <rgm@gnu.org>
963
60dc2671 964 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 965 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 966 Allow named functions to be used as the cdr of :variable.
e58e988a 967
7a3f511d
GM
9682012-01-30 Glenn Morris <rgm@gnu.org>
969
970 * emacs-lisp/authors.el (authors-fixed-entries):
971 Remove reference to deleted file rnewspost.el.
972
cb882333
JB
9732012-01-29 Juanma Barranquero <lekktu@gmail.com>
974
975 * window.el (window-with-parameter): Remove unused variable `windows'.
976 (window--side-check): Remove unused variable `code'.
977 (window--resize-siblings): Remove unused variable `first'.
978 (adjust-window-trailing-edge): Remove unused variable `failed'.
979 (window-deletable-p, window--delete): Remove unused variable `buffer'.
980 Use `let', not `let*'.
981 (balance-windows-2): Remove unused variable `found'.
982 (window--state-put-2): Remove unused variable `splits'.
983 (window-state-put): Remove unused variable `selected'.
984 (same-window-p): Use `string-match-p'.
985 (display-buffer-assq-regexp): Remove unused variable `value'.
986 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
987 Mark argument ALIST as ignored.
988 (pop-to-buffer): Remove unused variable `old-window'.
989
907201af
EZ
9902012-01-29 Eli Zaretskii <eliz@gnu.org>
991
992 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
993 and .lzma compressed files.
994
ea162670
CY
9952012-01-29 Chong Yidong <cyd@gnu.org>
996
5b95ee8a
CY
997 * frame.el (window-system-default-frame-alist): Doc fix.
998
ea162670
CY
999 * dynamic-setting.el (font-setting-change-default-font): Don't
1000 change the default face if SET-FONT argument is non-nil (Bug#9982).
1001
d6e6f4b1
SB
10022012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1003
1004 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1005
0f29fa41 10062012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
1007
1008 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1009 breakpoints in files outside current directory (Bug#6098).
1010
db174434
CY
10112012-01-29 Chong Yidong <cyd@gnu.org>
1012
6b25e4e2
SE
1013 * progmodes/python.el: Require ansi-color at top-level.
1014
6df6ae42
JB
1015 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1016 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
1017 (lisp-mode-abbrev-table): Add doc.
1018 (lisp-mode-variables): Don't set local-abbrev-table.
1019 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1020
e70ee681
RW
10212012-01-28 Roland Winkler <winkler@gnu.org>
1022
1023 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1024
ace88aa2
RW
10252012-01-28 Roland Winkler <winkler@gnu.org>
1026
1027 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1028 (bibtex-set-dialect): Use it. Either set global values of
1029 dialect-dependent variables or bind these variables buffer-locally
1030 (Bug#10254).
1031 (bibtex-mode): Call bibtex-set-dialect via
1032 hack-local-variables-hook.
eb864a71
LM
1033 (bibtex-dialect): Update docstring.
1034 Add safe-local-variable predicate.
ace88aa2
RW
1035 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1036 bibtex-set-dialect.
1037 (bibtex-mode-map): Define menu for each dialect.
1038 (bibtex-entry): Fix docstring.
1039
93376c5b
CY
10402012-01-28 Chong Yidong <cyd@gnu.org>
1041
1042 * eshell/esh-arg.el (eshell-quote-argument): New function.
1043
1044 * eshell/esh-ext.el (eshell-invoke-batch-file):
1045 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1046 first arg to eshell-parse-command (Bug#10523).
1047
4372494f
DA
10482012-01-28 Drew Adams <drew.adams@oracle.com>
1049
1050 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1051 `default-directory' is non-nil.
1052
4d4ec1f8
EZ
10532012-01-28 Eli Zaretskii <eliz@gnu.org>
1054
1055 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1056 line that displays system-configuration-options. (Bug#9924)
1057
7c188927
DA
10582012-01-28 Drew Adams <drew.adams@oracle.com>
1059
1060 * descr-text.el (describe-char): Show information about POS, in
1061 addition to information about the character at POS. Improve and
1062 update the doc string. Change "code point" to "code point in
1063 charset", to avoid confusion with the character's Unicode code
1064 point shown above that. (Bug#10129)
1065
e0da685a
EZ
10662012-01-28 Eli Zaretskii <eliz@gnu.org>
1067
1068 * descr-text.el (describe-char): Show the raw character, not only
1069 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1070 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1071 for the reasons.
1072
70550acf
PH
10732012-01-28 Phil Hagelberg <phil@hagelb.org>
1074
eb864a71
LM
1075 * emacs-lisp/package.el (package-install):
1076 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 1077
0ce8e868
CY
10782012-01-28 Chong Yidong <cyd@gnu.org>
1079
cb882333
JB
1080 * emacs-lisp/package.el (package-maybe-load-descriptor):
1081 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
1082 (package-maybe-load-descriptor): Use it.
1083 (package-download-transaction): Fully load required packages
1084 inside the loop, so that `require' calls work (Bug#10593).
1085 (package-install): No need to call package-initialize now.
1086
2e7f3bea
CY
10872012-01-28 Chong Yidong <cyd@gnu.org>
1088
6e9bad14
CY
1089 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1090
f823b8ca
CY
1091 * tooltip.el (tooltip-mode): Doc fix.
1092 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1093
2680c309
CY
1094 * frame.el (set-cursor-color): Doc fix (Bug#352).
1095
d7a9e63b
CY
1096 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1097 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1098
2e7f3bea
CY
1099 * cus-edit.el (custom-buffer-create-internal): Fix search button
1100 action (Bug#10542).
2ae01800 1101 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 1102
fc4f7a23
EW
11032012-01-27 Eduard Wiebe <usenet@pusto.de>
1104
1105 * dired.el (dired-mark-files-regexp):
1106 Include any subdirectory components. (Bug#10445)
1107
7dd37071
ML
11082012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1109
1110 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1111 Handle [host]:port syntax. (Bug#10533)
1112
a268160b
AH
11132012-01-27 Alex Harsanyi <harsanyi@mac.com>
1114
1115 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1116
e43273ef
GM
11172012-01-26 Glenn Morris <rgm@gnu.org>
1118
1119 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1120 * term.el (term-raw-escape-map): Use Control-X-prefix.
1121 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1122
1edf595d
MR
11232012-01-25 Martin Rudalics <rudalics@gmx.at>
1124
1125 * window.el (window-state-get, window--state-get-1): Don't deal
1126 with fixed-sizeness of windows. Simplify code.
1127
fa8eafef
JC
11282012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1129
6df6ae42
JB
1130 * window.el (window--state-get-1, window--state-put-2):
1131 Don't save and restore the mark.
fa8eafef 1132
0b21c100
CY
11332012-01-25 Chong Yidong <cyd@gnu.org>
1134
1135 * custom.el (custom-variable-p): Doc fix.
1136
5ae1a6c8
GM
11372012-01-25 Glenn Morris <rgm@gnu.org>
1138
40047858
GM
1139 * dired.el (dired-goto-file): Handle some of the more common
1140 characters that `ls -b' escapes. (Bug#10596)
1141
5ddce96c
GM
1142 * progmodes/compile.el (compilation-next-error-function):
1143 Respect compilation-first-column in the "*compilation*" buffer.
1144 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1145
5ae1a6c8
GM
1146 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1147
b559f1a9
GM
11482012-01-24 Glenn Morris <rgm@gnu.org>
1149
1150 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1151
6725d21a
JD
11522012-01-24 Julien Danjou <julien@danjou.info>
1153
1154 * color.el (color-rgb-to-hsl): Fix value computing.
1155 (color-hue-to-rgb): New function.
1156 (color-hsl-to-rgb): New function.
1157 (color-clamp, color-saturate-hsl, color-saturate-name)
1158 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1159 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1160
70df4bbe
GM
11612012-01-24 Glenn Morris <rgm@gnu.org>
1162
1163 * vc/vc-rcs.el (vc-rcs-create-tag):
1164 * vc/vc-sccs.el (vc-sccs-create-tag):
1165 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
1166
802a2ae2
ML
11672012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
1168
1169 * eshell/esh-util.el (eshell-read-hosts-file):
1170 Skip comment lines. (Bug#10549)
1171
d7128bb1
ML
1172 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
1173
d1a5c3b4
JB
11742012-01-23 Juanma Barranquero <lekktu@gmail.com>
1175
2724d9c7
JB
1176 * subr.el (display-delayed-warnings): Doc fix.
1177 (collapse-delayed-warnings): New function to collapse identical
1178 adjacent warnings.
1179 (delayed-warnings-hook): Add it.
d1a5c3b4 1180
a5509865
MA
11812012-01-22 Michael Albinus <michael.albinus@gmx.de>
1182
1183 * net/tramp.el (tramp-action-login): Set connection property "login-as".
1184
1185 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1186 properties, when "login-as" is set.
1187
1188 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
1189 (tramp-default-user-alist): Don't add "pscp".
1190 (tramp-do-copy-or-rename-file-out-of-band): Use connection
1191 property "login-as", if set. (Bug#10530)
1192
cc6d5805
MA
11932012-01-21 Michael Albinus <michael.albinus@gmx.de>
1194
1195 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
1196 "plink1" and "psftp". (Bug#10530)
1197
11982012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
1199
1200 * international/mule-cmds.el (prefer-coding-system): Show a
1201 warning message if the default value of file-name-coding-system
1202 was not changed.
1203
f0960428
JC
12042012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1205
cb882333
JB
1206 * windmove.el (windmove-reference-loc):
1207 Fix windmove-reference-loc miscalculation.
f0960428 1208
dd6f2a63
JB
12092012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1210
1211 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
1212 default unit.
1213
7b447e9b
GM
12142012-01-21 Glenn Morris <rgm@gnu.org>
1215
117a9ea1
GM
1216 * international/mule.el (auto-coding-alist): Add .tbz.
1217
7b447e9b
GM
1218 * files.el (local-enable-local-variables): Doc fix.
1219 (inhibit-local-variables-regexps): Rename from
1220 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
1221 Doc fix. Add some extensions from auto-coding-alist.
1222 (inhibit-local-variables-suffixes):
1223 Rename from inhibit-first-line-modes-suffixes. Doc fix.
1224 (inhibit-local-variables-p):
1225 New function, extracted from set-auto-mode-1.
1226 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
1227 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
1228 (hack-local-variables): Doc fix. Make the mode-only case
1229 respect enable-local-variables and friends.
1230 Respect inhibit-local-variables-regexps for file-locals, but
1231 not for directory-locals.
1232 (set-visited-file-name):
1233 Take account of inhibit-local-variables-regexps.
1234 Whether it applies may change as the file name is changed.
1235 * jka-cmpr-hook.el (jka-compr-install):
1236 * jka-compr.el (jka-compr-uninstall):
1237 Update for inhibit-first-line-modes-suffixes name change.
1238
dd6e3cdd
MR
12392012-01-20 Martin Rudalics <rudalics@gmx.at>
1240
1241 * help-macro.el (make-help-screen): Temporarily restore original
1242 binding for minor-mode-map-alist (Bug#10454).
1243
0d0deb38
JD
12442012-01-19 Julien Danjou <julien@danjou.info>
1245
1246 * color.el (color-name-to-rgb): Use the white color to find the max
1247 color component value and return correctly computed values.
1248 (color-name-to-rgb): Add missing float conversion for max value.
1249
34a02f46
MR
12502012-01-19 Martin Rudalics <rudalics@gmx.at>
1251
1252 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
1253 special state value for window-persistent-parameters.
1254 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
1255 (window--state-put-2): Reset all window parameters to nil before
1256 assigning values of persistent parameters.
1257
606c44c4
AM
12582012-01-18 Alan Mackenzie <acm@muc.de>
1259
1260 Eliminate sluggishness and hangs in fontification of "semicolon
1261 deserts".
1262
cb882333
JB
1263 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
1264 Change value 10000 -> 3000.
606c44c4
AM
1265 (c-state-safe-place): Reformulate so it doesn't stack up an
1266 infinite number of wrong entries in c-state-nonlit-pos-cache.
1267 (c-determine-limit-get-base, c-determine-limit): New functions to
1268 determine backward search limits disregarding literals.
1269 (c-find-decl-spots): Amend commenting.
1270 (c-cheap-inside-bracelist-p): New function which detects "={".
1271
1272 * progmodes/cc-fonts.el
1273 (c-make-font-lock-BO-decl-search-function): Give a limit to a
1274 backward search.
1275 (c-font-lock-declarations): Fix an occurrence of point being
1276 undefined. Check additionally for point being in a bracelist or
1277 near a macro invocation without a semicolon so as to avoid a
1278 fruitless time consuming search for a declarator. Give a more
1279 precise search limit for declarators using the new
1280 c-determine-limit.
1281
f3860cea
GM
12822012-01-18 Glenn Morris <rgm@gnu.org>
1283
1284 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
1285 (set-auto-mode): Doc fixes.
1286
1db03b16
GM
12872012-01-17 Glenn Morris <rgm@gnu.org>
1288
0e6038be
GM
1289 * isearch.el (search-nonincremental-instead): Fix doc typo.
1290
1db03b16
GM
1291 * dired.el (dired-insert-directory): Handle newlines in directory name.
1292 (dired-build-subdir-alist): Unescape newlines in directory name.
1293
4cb0aa75
MA
12942012-01-17 Michael Albinus <michael.albinus@gmx.de>
1295
1296 * net/tramp.el (tramp-local-end-of-line): New defcustom.
1297 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
1298 (tramp-action-terminal): Use it. (Bug#10530)
1299
1d00653d
SM
13002012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1301
1302 * minibuffer.el (completion--replace): Strip properties (bug#10062).
1303
6a6ee00d
MR
13042012-01-16 Martin Rudalics <rudalics@gmx.at>
1305
1306 * window.el (window-state-ignored-parameters): Remove variable.
1307 (window--state-get-1): Rename argument MARKERS to IGNORE.
1308 Handle persistent window parameters. Make copy of clone-of
1309 parameter only if requested. (Bug#10348)
1310 (window--state-put-2): Install a window parameter only if it has
1311 a non-nil value or an existing parameter shall be overwritten.
1312
97912def
MA
13132012-01-15 Michael Albinus <michael.albinus@gmx.de>
1314
1315 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
1316
688070a5
EZ
13172012-01-14 Eli Zaretskii <eliz@gnu.org>
1318
1319 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
1320 don't pass the (nil) value of `upnode' to string-match.
1321
301afadc
CY
13222012-01-14 Chong Yidong <cyd@gnu.org>
1323
1324 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 1325 Fix values recognized by the cursorBlink resource.
301afadc 1326
9e5788aa
PE
13272012-01-14 Paul Eggert <eggert@cs.ucla.edu>
1328
1329 * epg.el (epg--make-temp-file): Avoid permission race condition
1330 when running on old Emacs versions (bug#10403).
1331
3cdb7f5a
GM
13322012-01-14 Glenn Morris <rgm@gnu.org>
1333
1334 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
1335
8c82b1b4
AM
13362012-01-13 Alan Mackenzie <acm@muc.de>
1337
1338 Fix filling for when filladapt mode is enabled.
1339
1340 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
1341 c-mask-paragraph, pass in `fill-paragraph' rather than
1342 `fill-region-as-paragraph'. (This is a reversion of a previous
1343 change.)
eb864a71
LM
1344 * progmodes/cc-mode.el (c-basic-common-init):
1345 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 1346
e517eda4
GM
13472012-01-13 Glenn Morris <rgm@gnu.org>
1348
1498536e
GM
1349 * dired.el (dired-switches-escape-p): New function.
1350 (dired-insert-directory): Use dired-switches-escape-p.
1351 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
1352
e517eda4
GM
1353 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
1354
328f984d
GM
13552012-01-12 Glenn Morris <rgm@gnu.org>
1356
1357 * mail/sendmail.el (mail-mode): Update paragraph-separate for
1358 changes in adaptive-fill-regexp. (Bug#10276)
1359
2cc769a8
AM
13602012-01-11 Alan Mackenzie <acm@muc.de>
1361
1362 Fix Emacs bug #10463 - put `widen's around the critical spots.
1363
1d00653d 1364 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
1365 widen around each invocation of c-state-pp-to-literal. Remove an
1366 unused let variable.
1367
e52c37fa
GM
13682012-01-11 Glenn Morris <rgm@gnu.org>
1369
1370 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 1371 Doc fix.
e52c37fa 1372
96f8741e
CY
13732012-01-10 Chong Yidong <cyd@gnu.org>
1374
1d00653d
SM
1375 * net/network-stream.el (network-stream-open-starttls):
1376 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
1377 response to the capability command.
1378
b09a806e
GM
13792012-01-10 Glenn Morris <rgm@gnu.org>
1380
1381 * mail/unrmail.el (unrmail): Tweak previous change.
1382
7655cb66
CY
13832012-01-09 Chong Yidong <cyd@gnu.org>
1384
1385 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
1386
9d5a8f0b
AM
13872012-01-08 Alan Mackenzie <acm@muc.de>
1388
1389 Optimise font locking in long enum definitions.
1390
1391 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
1392 arm to a cond form to handle enums.
1393 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
1394 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
1395
9a0115ab 13962012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
1397
1398 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 1399 (Bug#10401)
6bb72cbd 1400
f186bb95
LMI
14012012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1402
29232a68
LMI
1403 * faces.el (set-face-attribute): Clarify the meaning of the nil
1404 frame (bug#10294).
1405
4e5d086d
LMI
1406 * subr.el (with-selected-frame): Mention that the selected frame
1407 is restored (bug#9980).
1408
8e66aebe
LMI
1409 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
1410 (bug#9759).
1411
cd394be1 1412 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
1413 (password-read): Don't autoload unused function.
1414
adf4e762
JB
14152012-01-07 Juanma Barranquero <lekktu@gmail.com>
1416
1417 * progmodes/which-func.el (which-func-mode): Turn into a
1418 non-interactive function and mark as obsolete (bug#10428).
1419
89bd9ccd
CY
14202012-01-06 Chong Yidong <cyd@gnu.org>
1421
1422 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
1423 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
1424 functions, along with 1 and -1.
1425
4afee9d5
EZ
14262012-01-06 Eli Zaretskii <eliz@gnu.org>
1427
1428 * time.el (display-time-load-average)
1429 (display-time-default-load-average): Doc fixes. See the thread
1430 starting at
1431 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
1432 for the details.
1433
536aea70
GM
14342012-01-06 Glenn Morris <rgm@gnu.org>
1435
665ae865
GM
1436 * mail/unrmail.el (unrmail): Give an explicit error if the input file
1437 has no messages. (Bug#10377)
1438
c869783d
GM
1439 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
1440 than Info-edit. (Bug#10385)
1441
2bb4227e
GM
1442 * time.el (display-time-load-average, display-time-next-load-average):
1443 Doc fixes.
1444
7d5944b9
GM
1445 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
1446 local setting of buffer-read-only to the input buffer. (Bug#10419)
1447
536aea70
GM
1448 * calendar/calendar.el (calendar-mode):
1449 Locally set scroll-margin to 0. (Bug#10379)
1450
7dccca16
UM
14512012-01-06 Ulrich Mueller <ulm@gentoo.org>
1452
1453 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
1454
afbb7930
GM
14552012-01-05 Glenn Morris <rgm@gnu.org>
1456
1457 * eshell/em-unix.el (diff-no-select): Autoload it.
1458 (eshell/diff): Use diff-no-select. (Bug#10420)
1459
04482335
CY
14602012-01-05 Chong Yidong <cyd@gnu.org>
1461
7baca3bc
CY
1462 * shell.el (shell-dynamic-complete-functions): Revert last change.
1463 (shell-command-completion-function): New function.
1464 (shell-completion-vars): Use it to implement
1465 shell-completion-execonly (Bug#10417).
1466
04482335
CY
1467 * custom.el (enable-theme): Don't set custom-safe-themes.
1468
1d00653d
SM
1469 * cus-theme.el (custom-theme-merge-theme):
1470 Ignore custom-enabled-themes and custom-safe-themes.
04482335 1471
bb5aa5d6
MM
14722012-01-05 Michael R. Mauger <mmaug@yahoo.com>
1473
1474 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
1475 first prompt in `sql-interacive-mode'.
1476 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 1477 keywords.
6df6ae42 1478 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
1479 (sql-product-interactive): Bug fix: Set `sql-buffer' in
1480 context of original buffer. Invoke `sql-login-hook'.
1481
a7183d7c
EZ
14822012-01-04 Eli Zaretskii <eliz@gnu.org>
1483
1484 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
1485 letters in cite-prefix.
1486
a1eacd1e
LMI
14872012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1488
1489 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
1490
787cdb34
CY
14912012-01-03 Chong Yidong <cyd@gnu.org>
1492
1d00653d
SM
1493 * shell.el (shell-dynamic-complete-functions):
1494 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
1495 comint-filename-completion first (Bug#10417).
1496
30710442
RS
14972012-01-02 Richard Stallman <rms@gnu.org>
1498
1499 * battery.el (battery-status-function):
1500 Detect when to use battery-yeeloong-sysfs.
1501 (battery-echo-area-format): Add string for Yeeloong.
1502 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
1503 (battery-yeeloong-sysfs): New function.
1504
f75bfc33
CY
15052012-01-02 Chong Yidong <cyd@gnu.org>
1506
1507 * dirtrack.el (dirtrack-list): Eliminate unused third element.
1508 (dirtrack): Merge code for handling relative filenames in prompt
1509 from shell-dir-cookie-watcher.
1510 (dirtrack-debug-message): New arg to avoid excess format calls.
1511
1512 * shell.el (shell-dir-cookie-re): Variable deleted.
1513 (shell-dir-cookie-watcher): Function deleted.
1514 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
1515 with dirtrack-mode.
1516
651e947e
EZ
15172012-01-01 Eli Zaretskii <eliz@gnu.org>
1518
1d00653d
SM
1519 * term/w32-win.el (dynamic-library-alist) <gnutls>:
1520 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
1521 libgnutls-26.dll.
1522
94d4c7dc
AS
15232011-12-31 Andreas Schwab <schwab@linux-m68k.org>
1524
1525 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
1526
8d43f3cd
EZ
15272011-12-31 Eli Zaretskii <eliz@gnu.org>
1528
1529 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
1530 headers of non-MIME messages, when rmail-enable-mime is non-nil.
1531
98c8795a
MA
15322011-12-29 Michael Albinus <michael.albinus@gmx.de>
1533
1534 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
1535 also for alternative shells.
1536 (tramp-open-connection-setup-interactive-shell): Check, whether
1537 the shell is a busybox.
1538 (tramp-send-command): Don't suppress multiple prompts for
1539 busyboxes, it hurts.
1540
51281b32
CY
15412011-12-28 Chong Yidong <cyd@gnu.org>
1542
1543 * progmodes/gdb-mi.el (gdb-get-source-file-list)
1544 (gdb-get-source-file): Move mode line update to
1545 gdb-get-source-file (Bug#10087).
1546
2170cb53
CY
15472011-12-25 Chong Yidong <cyd@gnu.org>
1548
1549 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
1550 gud-gdb-marker-filter without taking it as an argument.
1551 (gud-gdb-run-command-fetch-lines): Caller changed.
1552 (gud-gdb-completion-function): New variable.
1553 (gud-gdb-completion-at-point): Use it.
1554 (gud-gdb-completions-1): Split from gud-gdb-completions.
1555
1556 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
1557 function as separate arguments.
1558 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
1559 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
1560 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
1561 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
1562 (gdb-stopped, def-gdb-auto-update-trigger)
1563 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
1564 (gdb-get-changed-registers, gdb-get-main-selected-frame):
1565 Callers changed.
2170cb53
CY
1566 (gud-gdbmi-completions): New function.
1567 (gdb): Use it for generating the completion table.
1568
be8b11bb
AM
15692011-12-24 Alan Mackenzie <acm@muc.de>
1570
1571 Introduce a mechanism to widen the region used in context font
1d00653d 1572 locking. Use this to protect declarations from losing their contexts.
be8b11bb 1573
1d00653d
SM
1574 * progmodes/cc-langs.el (c-before-font-lock-functions):
1575 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 1576 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
1577 functions to be run just before context (etc.) font locking.
1578
1579 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 1580 New, functionality extracted from
be8b11bb 1581 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 1582 (c-in-after-change-fontification): New variable.
be8b11bb
AM
1583 (c-after-change): Set c-in-after-change-fontification.
1584 (c-set-fl-decl-start): Rejig its interface, so it can be called
1585 from both after-change and context fontifying.
b81d40f0
JB
1586 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
1587 New functions.
1588 (c-standard-font-lock-fontify-region-function): New variable.
1589 (c-font-lock-fontify-region): New function.
be8b11bb 1590
341cf6ac
JL
15912011-12-24 Juri Linkov <juri@jurta.org>
1592
1593 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
1594 (Bug#10348)
1595
bffcee0a
MA
15962011-12-23 Michael Albinus <michael.albinus@gmx.de>
1597
1598 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
1599 existence of source file. (Bug#10325)
1600
cb5e207c
AM
16012011-12-23 Alan Mackenzie <acm@muc.de>
1602
1603 Fix unstable fontification inside templates.
1604
b81d40f0
JB
1605 * progmodes/cc-langs.el (c-before-font-lock-functions):
1606 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
1607 additionally has c-set-fl-decl-start. The other languages (apart
1608 from AWK) have that as a single entry.
1609
b81d40f0
JB
1610 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1611 The functionality for "local" declarations has been extracted to
cb5e207c
AM
1612 c-set-fl-decl-start.
1613
b81d40f0
JB
1614 * progmodes/cc-mode.el (c-common-init, c-after-change):
1615 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
1616 (c-set-fl-decl-start): New function, extracted from
1617 c-font-lock-enclosing-decls and enhanced.
1618
60ff536c
JB
16192011-12-23 Juanma Barranquero <lekktu@gmail.com>
1620
1621 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
1622
1c4757d6
JL
16232011-12-22 Juri Linkov <juri@jurta.org>
1624
1625 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
1626
d031f2c7
CY
16272011-12-22 Chong Yidong <cyd@gnu.org>
1628
1629 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
1630
bace743a
DA
16312011-12-21 Drew Adams <drew.adams@oracle.com>
1632
1633 * files.el (file-remote-p): Fix docstring. (Bug#10319)
1634
728a1f2b
JC
16352011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1636
1637 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
1638
0d373f73
TZ
16392011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
1640
fec0aaa4
TZ
1641 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
1642 highlighting and support. Fix up comments for capitalization.
1643 (cfengine-mode-debug): New var.
1644 (cfengine3-mode): Change the modeline indicator to "CFE3".
1645 (cfengine3-font-lock-keywords): Improve defun highlighting.
1646 (cfengine2-actions): Rename from `cfengine-actions'.
1647 (cfengine2-font-lock-keywords): Rename from
1648 `cfengine-font-lock-keywords'.
1649 (cfengine2-imenu-expression): Rename from
1650 `cfengine-imenu-expression'.
1651 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
1652 (cfengine2-beginning-of-defun): Rename from
1653 `cfengine-beginning-of-defun'.
1654 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
1655 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
1656 (cfengine2-mode): Rename from `cfengine-mode'. Change the
1657 modeline indicator to "CFE2".
1658 (cfengine-mode): Defalias to `cfengine-auto-mode'.
1659 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 1660
bc86f573
CY
16612011-12-21 Chong Yidong <cyd@gnu.org>
1662
1663 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
1664 filename argument.
1665
d45ba96b
MR
16662011-12-20 Martin Rudalics <rudalics@gmx.at>
1667
1668 * window.el (window-normalize-buffer-to-display): Remove.
1669 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
1670
a6198c90
CY
16712011-12-19 Chong Yidong <cyd@gnu.org>
1672
1673 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
1674 Don't signal an error in a predicate function; return non-nil.
1675 (vc-dir-mark-file): Move the error here.
1676 (vc-dir-mark-unmark): If acting on the region, keep going if one
1677 of the entries cannot be marked/unmarked.
1678 (vc-dir-mark-all-files): If current entry is a directory, mark
1679 only child files, as documented.
1680
34c5fb55
VB
16812011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
1682
1683 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
1684 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
1685 addition.
1686
c803b2b7
JD
16872011-12-18 Jan Djärv <jan.h.d@swipnet.se>
1688
1689 * term/ns-win.el (ns-get-selection-internal)
1690 (ns-store-selection-internal): Declare.
1154d12e
JB
1691 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
1692 Declare as obsolete.
1693 (ns-get-pasteboard, ns-paste-secondary):
1694 Use ns-get-selection-internal.
1695 (ns-set-pasteboard, ns-copy-including-secondary):
1696 Use ns-store-selection-internal.
c803b2b7 1697
9cff91f8 16982011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
1699
1700 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 1701 (vc-deduce-fileset): Doc fix.
99a289d9 1702
f16c898a
AS
17032011-12-16 Andreas Schwab <schwab@linux-m68k.org>
1704
1705 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
1706
763237c4
SS
17072011-12-13 Sam Steingold <sds@gnu.org>
1708
1709 * man.el (Man-getpage-in-background): When running under a
1710 window-system, ignore $MANWIDTH and $COLUMNS.
1711
5fc1c122
KH
17122011-12-15 Kenichi Handa <handa@m17n.org>
1713
1714 * language/ethio-util.el: Change coding tag to utf-8-emacs.
1715 (setup-ethiopic-environment-internal): Comment out key-binding for
1716 ethio-toggle-punctuation.
1717
13d49cbb
AM
17182011-12-13 Alan Mackenzie <acm@muc.de>
1719
898169a2
AM
1720 Add the switch statement to AWK Mode.
1721
7a71b18d 1722 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
1723 "default" to the keywords regexp.
1724
7a71b18d 1725 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 1726 expression as the rest.
1d00653d
SM
1727 (c-nonlabel-token-key): Allow string literals for AWK.
1728 Refactor for the other modes.
898169a2 1729
13d49cbb 1730 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 1731 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
1732 routines. Limit backward searching in c-font-lock-enclosing.decl.
1733
1734 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
1735 pp-state and literal type in addition to the limits.
1d00653d 1736 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 1737 (c-state-literal-at): Use the above new defun.
1d00653d
SM
1738 (c-slow-in-literal, c-fast-in-literal): Remove.
1739 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
1740
1741 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
1742 being in a literal. Add a limit for backward searching.
1743
1744 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
1745 c-slow-in-literal.
1746
15e0efc7
SM
17472011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1748
1749 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
1750
454592a6
MR
17512011-12-13 Martin Rudalics <rudalics@gmx.at>
1752
1753 * window.el (delete-other-windows): Use correct frame in call to
1754 window-with-parameter.
1755
87393f26
DP
17562011-12-12 Daniel Pfeiffer <occitan@t-online.de>
1757
1758 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
1759 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
1760 (makefile-gmake-statements, makefile-makepp-statements):
1761 Use it and add new makepp keywords.
1762 (makefile-makepp-font-lock-keywords): Add new patterns.
1763 (makefile-match-function-end): Match new [...] and [[...]].
1764
11636b22
JB
17652011-12-11 Juanma Barranquero <lekktu@gmail.com>
1766
1767 * ses.el (ses-call-printer-return, ses-cell-property-get)
1768 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
1769 (ses-create-cell-variable, ses-reset-header-string)
1770 (ses-cell-set-formula, ses-repair-cell-reference-all)
1771 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
1772 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
1773 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
1774 (ses-aset-with-undo, ses-load, ses-truncate-cell)
1775 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
1776 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
1777 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
1778 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
1779 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
1780 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
1781 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
1782 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
1783
cf018193
VB
17842011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
1785
1786 * ses.el: The overall change is to add cell renaming, that is
1787 setting fancy names for cell symbols other than name matching
1788 "\\`[A-Z]+[0-9]+\\'" regexp .
1789 (ses-create-cell-variable): New defun.
1790 (ses-relocate-formula): Relocate formulas only for cells the
1791 symbols of which are not renamed, i.e. symbols whose names do not
1792 match regexp "\\`[A-Z]+[0-9]+\\'".
1793 (ses-relocate-all): Relocate values only for cells the symbols of
1794 which are not renamed.
1795 (ses-load): Create cells variables as the (ses-cell ...) are read,
1796 in order to check row col consistency with cell symbol name only
1797 for cells that are not renamed.
1798 (ses-replace-name-in-formula): New defun.
1799 (ses-rename-cell): New defun.
1800
ee957461
CY
18012011-12-11 Chong Yidong <cyd@gnu.org>
1802
1803 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
1804 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
1805
9a9e9ef0
MR
18062011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
1807
1808 * window.el (other-window): Fix docstring.
1809
92a8eba5
EZ
18102011-12-10 Eli Zaretskii <eliz@gnu.org>
1811
1812 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
1813 `from' or `to' address before taking its substring.
1814 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
1815 encoded name is chopped in the middle of the encoded string, and
1816 thus displayed encoded.
1817
e152e577
JB
18182011-12-10 Juanma Barranquero <lekktu@gmail.com>
1819
1820 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
1821
e5d84bfe
EZ
18222011-12-10 Eli Zaretskii <eliz@gnu.org>
1823
1824 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
1825 to use texinfo-update-node and commands that call it if the
1826 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 1827 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
1828 (texinfo-all-menus-update, texinfo-master-menu)
1829 (texinfo-update-node, texinfo-every-node-update)
1830 (texinfo-multiple-files-update): Doc fix. Warn against updating
1831 all the @node lines.
1832 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
1833 argument is numeric. Explain better in the doc string what the
1834 function really does.
1835 (texinfo-insert-master-menu-list): Improve the error message
1836 displayed if there's no menu in the Top node.
1837 (Bug#2975) See also this thread:
e5d84bfe
EZ
1838 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
1839
1d84e9bb
MG
18402011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
1841
1842 * speedbar.el (speedbar-supported-extension-expressions):
1843 Add .adb and .ads, commonly used for Ada source code (bug#10256).
1844
382c953b
JB
18452011-12-09 Juanma Barranquero <lekktu@gmail.com>
1846
1847 * printing.el (pr-mode-alist):
1848 * simple.el (filter-buffer-substring-functions)
1849 (completion-list-insert-choice-function):
1850 * window.el (window-with-parameter, window-atom-root)
1851 (window-sides-slots, window-size-fixed, window-min-delta)
1852 (window-max-delta, window--resize-mini-window)
1853 (window--resize-child-windows-normal, window-tree)
1854 (delete-other-windows, quit-window, split-window)
1855 (display-buffer-record-window, special-display-buffer-names)
1856 (special-display-regexps, special-display-popup-frame)
1857 (same-window-p, split-window-sensibly)
1858 (display-buffer-overriding-action, display-buffer-alist)
1859 (display-buffer-base-action, display-buffer, switch-to-buffer)
1860 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
1861 (fit-window-to-buffer, recenter-positions)
1862 (mouse-autoselect-window-state, mouse-autoselect-window-select):
1863 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
1864 and remove unneeded backslashes in docstrings.
1865
39c9faef
SM
18662011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1867
98449af8
SM
1868 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
1869
39c9faef
SM
1870 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
1871 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
1872 end in ".mk".
1873 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
1874 when reading the makefile (bug#10116).
1875
86ed9fdc
SM
18762011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
1879 (bug#10116).
1880
5580f89d
GM
18812011-12-06 Glenn Morris <rgm@gnu.org>
1882
1883 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
1884
28d3917c
CY
18852011-12-06 Chong Yidong <cyd@gnu.org>
1886
1887 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
1888
a98edce9
JB
18892011-12-06 Juanma Barranquero <lekktu@gmail.com>
1890
1891 * textmodes/table.el (table-shorten-cell): Fix typo.
1892
e65adfac
CG
18932011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
1894
1895 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
1896
71cc0b74
EZ
18972011-12-05 Eli Zaretskii <eliz@gnu.org>
1898
1899 * descr-text.el (describe-char): Fix display of strong
1900 right-to-left characters and directional embeddings and overrides.
1901
1902 * simple.el (what-cursor-position): Fix display of codepoints of
1903 strong right-to-left characters.
1904
315bc30d
CY
19052011-12-05 Chong Yidong <cyd@gnu.org>
1906
1907 * faces.el (read-color): Doc fix.
1908
58a70b94
GM
19092011-12-05 Glenn Morris <rgm@gnu.org>
1910
1911 * align.el (align--set-marker): Add doc-string.
1912 Don't try to move something that is not a marker. (Bug#10216)
1913
5158face
GM
19142011-12-04 Glenn Morris <rgm@gnu.org>
1915
1916 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
1917 overly zealous deletion of trailing whitespace.
1918
520fca41
JB
19192011-12-04 Juanma Barranquero <lekktu@gmail.com>
1920
1921 * server.el (server-delete-client): On Windows, do not try to delete
1922 the only terminal.
1923 (server-process-filter): On Windows, treat requests for a tty frame as
1924 if they were for a GUI frame if the running server is in GUI mode.
1925
5e605a2e
GM
19262011-12-03 Glenn Morris <rgm@gnu.org>
1927
1928 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
1929
5c3fe83f
SM
19302011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1931
6f5e57e7
SM
1932 * electric.el: Streamline electric-indent's hook.
1933 (electric-indent-chars): Revert to simple list.
1934 (electric-indent-functions): New var.
1935 (electric-indent-post-self-insert-function): Use it.
1936
5c3fe83f
SM
1937 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
1938 there's no inferior buffer (bug#10196).
1939 (prolog-consult-compile): Don't use toggle-read-only.
1940
6bdac736
MA
19412011-12-02 Michael Albinus <michael.albinus@gmx.de>
1942
1943 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
1944 interrupt. (Bug#10187)
1945
6131ba7f
SM
19462011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1947
99c79fee
SM
1948 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
1949 (bug#9160).
1950
6131ba7f
SM
1951 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
1952 (bug#10191).
1953
cb0a02ea
JL
19542011-12-02 Juri Linkov <juri@jurta.org>
1955
1956 * info.el (Info-search): Display "end of manual" when Isearch
1957 reaches the end of single-file Info manual. (Bug#9918)
1958
66e0570c
EZ
19592011-12-02 Eli Zaretskii <eliz@gnu.org>
1960
1961 * isearch.el (isearch-message-prefix): Run the input method part
1962 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
1963
02b16839
JL
19642011-12-02 Juri Linkov <juri@jurta.org>
1965
1966 * isearch.el (isearch-occur): Use `word-search-regexp' for
1967 `isearch-word'.
1968 (isearch-search-and-update): Add condition for `isearch-word' and
1969 call `word-search-regexp'. (Bug#10145)
1970
0b950688
GM
19712011-12-01 Glenn Morris <rgm@gnu.org>
1972
1973 * eshell/em-hist.el (eshell-hist-initialize):
1974 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 1975 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 1976
9505c3c7
SM
19772011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
1980
1bbe96b2 19812011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 1982
a1beca85
SM
1983 * progmodes/verilog-mode.el (verilog-pretty-expr):
1984 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
1985 verilog, such as += *= and the like.
1986 (verilog-assignment-operator-re): Regular expression to find the
1987 assigment operator in a verilog assignment.
1988 (verilog-assignment-operation-re): Regular expression to find an
1989 assignment statement for pretty-expr.
1990 (verilog-in-attribute-p): Query returns true if point is in an
1991 attribute context; used to skip these for expression line up from
1992 pretty-expr.
1993 (verilog-in-parameter-p): Query returns true if point is in an
1994 parameter definition context; used to skip these for expression
1995 line up from pretty-expr.
1996 (verilog-in-parenthesis-p): Query returns true if point is in a
1997 parenthetical expression, specifically ( ) but not [ ] or { };
1998 used by pretty-expr.
1999 (verilog-just-one-space): If there is no space, don't add one.
2000 (verilog-get-lineup-indent-2): Specifically skip just attribute
2001 contexts for expression lineup, rather than skipping all
2002 parenthetical expressions.
2003 (verilog-calculate-indent): Fix comment, and fix indent.
2004 (verilog-do-indent): Indent declarations in lists (suggested by
2005 Joachim Lechner).
2006 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2007 skeleton items.
2008 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2009 by Alain Mellan).
2010
1bbe96b2 20112011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
2012
2013 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2014 parameters with embedded comments. Reported by Ray Stevens.
2015 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2016 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2017 Reported by Tim Holt.
2018 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2019 instantiated by upper module causing wrong expansion until AUTOed a
2020 second time. Reported by K C Buckenmaier.
2021 (verilog-diff-auto): Fix showing .* as a difference when
2022 `verilog-auto-star-save' off. Reported by Dan Dever.
2023 (verilog-auto-reset, verilog-read-always-signals)
2024 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2025 temporary signals in reset list if
2026 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
2027 style to each signal's assignment type, bug381.
2028 Reported by Thomas Esposito.
6288f0ca
WS
2029 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2030 (verilog-uvm-statement-re): Support UVM indentation and
2031 highlighting, with old OVM keywords only.
a1beca85 2032 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
2033 Support AUTOTIEOFF creating non-wire data types.
2034 Suggested by Jonathan Greenlaw.
6288f0ca
WS
2035 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2036 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2037 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
2038 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2039 Fix mismatching parenthesis inside commented out code when deleting
382c953b 2040 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
2041 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2042 non-numeric vector width. Reported by Alex Reed.
2043 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 2044 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
2045 (verilog-auto-delete-trailing-whitespace):
2046 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
2047 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2048 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2049 Fix verilog-scan-cache corruption when running user AUTO expansion
2050 hooks that call indentation routines.
2051 (verilog-simplify-range-expression): Fix typo ignoring lower case
2052 identifiers.
2053 (verilog-delete-auto): Fix delete-autos to also remove user created
2054 automatics, as long as they start with AUTO.
2055 (verilog-batch-diff-auto, verilog-diff-auto)
2056 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2057 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2058 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2059 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
2060 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2061 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
2062 is disabled and its cache will get corrupt, causing AUTOS not to
2063 expand. Instead use only -quick functions.
2064 (verilog-scan-region): Fix scanning over escaped quotes.
2065 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2066 (verilog-re-search-backward-quick)
2067 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2068 related functions now ignore strings, to fix misparsing of strings
2069 with magic comments embedded in them.
a1beca85
SM
2070 (verilog-read-auto-template):
2071 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2072 Reported by Brad Dobbie.
2073 (verilog-read-auto-template):
2074 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 2075 Reported by Brad Dobbie.
6288f0ca
WS
2076 (verilog-auto-inst, verilog-auto-inst-param)
2077 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2078 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2079 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
2080 debugging templates without merge conflicts, bug357.
2081 Reported by Brad Dobbie.
2082 (verilog-read-auto-template):
2083 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
2084 Reported by Brad Dobbie.
2085 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2086 abbrevs so user won't be asked to save.
2087 (verilog-read-auto-lisp-present): Fix to start at beginning of
2088 buffer in case called outside of verilog-auto.
2089 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2090 to "X-2". Reported by Matthew Myers.
2091 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2092 all inputs from module templates. Reported by Leith Johnson.
2093 (verilog-module-inside-filename-p): Fix locating programs as with
2094 modules.
2095 (verilog-auto-inst-port): Fix vl-width expressions when using
2096 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2097 (verilog-decls-get-regs, verilog-decls-get-signals,
2098 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2099 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2100 verilog-read-decls): Combine reg and wire structures into one var
2101 structure to represent SystemVerilog concepts.
2102 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2103 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
2104 (verilog-auto-wire-type, verilog-insert-definition):
2105 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
2106 SystemVerilog "logic" keyword instead of "wire"/"reg".
2107 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2108 to declares outputs that also have assignments (presumably in an
a1beca85
SM
2109 ifdef or generate if so there's not a driver conflict).
2110 Reported by Matthew Myers.
2111 (verilog-auto-declare-nettype, verilog-insert-definition):
2112 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
2113 `default_nettype none. Reported by Julian Gorfajn.
2114 (verilog-read-always-signals-recurse, verilog-read-decls)
2115 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2116 malformed end statement, bug325. Reported by Joshua Wise and
2117 Andrew Drake.
2118 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2119 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
2120 when expanding .* in interfaces, bug320.
2121 Reported by Pierre-David Pfister.
6288f0ca 2122 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
2123 name and open parenthesis, bug317.
2124 Reported by Pierre-David Pfister.
6288f0ca
WS
2125 (verilog-simplify-range-expression): Fix simplification of
2126 multiplications inside AUTOWIRE connections, bug303.
2127 (verilog-auto-inst-port): Support parameter expansion in
2128 multidimensional arrays.
2129 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2130 after "assert property". Reported by Julian Gorfajn.
2131 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2132 with multiplication, bug303.
2133 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2134 Reported by Jan Frode Lonnum.
2135
1bbe96b2
GM
21362011-11-30 Juanma Barranquero <lekktu@gmail.com>
2137
2138 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2139 (hfy-shell-file-name, hfy-shell):
2140 * international/fontset.el (x-decompose-font-name): Fix typos.
2141
21422011-11-29 Ken Brown <kbrown@cornell.edu>
2143
2144 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2145 (gdb-version): Remove defvar.
2146 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2147 (gdb-gud-context-command, gdb-non-stop-handler)
2148 (gdb-current-context-command, gdb-stopped): Use it.
2149 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
2150 (gdb-non-stop-handler): Don't enable pretty-printing here.
2151 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
2152 non-stop mode. Use the following.
2153 (gdb-check-target-async): New defun.
2154 (gud-watch, gdb-stopped): Fix whitespace.
2155 (gdb-get-source-file): Don't try to display the source file if
2156 `gdb-main-file' is nil.
2157
21582011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2159
2160 * align.el: Try to generate fewer markers (bug#10047).
2161 (align--set-marker): New macro.
2162 (align-region): Use it.
2163
c935221f
SM
21642011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2167
e70b5064
CY
21682011-11-29 Chong Yidong <cyd@gnu.org>
2169
2170 * indent.el (indent-for-tab-command, indent-according-to-mode):
2171 Doc fix.
2172 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
2173
f3af92b7
MA
21742011-11-29 Michael Albinus <michael.albinus@gmx.de>
2175
2176 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2177 aware of remote file names. (Bug#10124)
2178
ed472be9
CY
21792011-11-29 Chong Yidong <cyd@gnu.org>
2180
2181 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2182
24510c22
SM
21832011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2184
2185 * files.el (find-file): Don't use force-same-window (bug#10144).
2186 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2187 use pop-to-buffer if the selected window can't be used.
2188 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
2189
c60c3703
EZ
21902011-11-28 Eli Zaretskii <eliz@gnu.org>
2191
2192 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
2193 special-mode-map.
2194
e95def75
CY
21952011-11-28 Chong Yidong <cyd@gnu.org>
2196
2197 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
2198
c3f1c606
NR
21992011-11-27 Nick Roberts <nickrob@snap.net.nz>
2200
2201 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
2202 gdb-get-source-file-list on gdb-create-source-file-list.
2203
00db469c
EZ
22042011-11-26 Eli Zaretskii <eliz@gnu.org>
2205
2206 * whitespace.el (whitespace-newline): Use a different foreground
2207 color for 16-color light-background displays.
2208
4ad3bc2a
CY
22092011-11-24 Chong Yidong <cyd@gnu.org>
2210
2211 * window.el (display-buffer--special-action): Doc fix.
2212
e9fce1ac
JB
22132011-11-25 Juanma Barranquero <lekktu@gmail.com>
2214
2215 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
2216 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
2217 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
2218 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
2219 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
2220 (avl-tree-stack-first):
2221 * emacs-lisp/cconv.el (cconv--analyse-use):
2222 * net/gnutls.el (gnutls-negotiate): Fix typos.
2223
cb825e5d
GM
22242011-11-24 Glenn Morris <rgm@gnu.org>
2225
3adbe224
GM
2226 * lpr.el (lpr-windows-system, lpr-lp-system):
2227 * mail/binhex.el (binhex-begin-line):
2228 * progmodes/grep.el (grep-history, grep-find-history):
2229 * textmodes/flyspell.el:
2230 * vc/pcvs-defs.el (cvs-global-menu):
2231 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
2232 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
2233 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
2234
321decc8
GM
2235 * net/tls.el: Fix case of "GnuTLS".
2236
420b63ad
GM
2237 * paths.el (rmail-file-name): Format doc-string for make-docfile.
2238
cb825e5d
GM
2239 * version.el (emacs-build-system): Give it a doc-string.
2240
a0649f08
JL
22412011-11-24 Juri Linkov <juri@jurta.org>
2242
2243 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
2244
c0bc0fd4
GM
22452011-11-24 Glenn Morris <rgm@gnu.org>
2246
2247 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
2248 if called on a non-mime message just toggle the headers. (Bug#8006)
2249
20db1522
JB
22502011-11-24 Juanma Barranquero <lekktu@gmail.com>
2251
2252 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
2253 (allout-lead-with-comment-string, allout-structure-deleted-hook)
2254 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
2255 (allout-rebullet-heading, allout-open-sibtopic)
2256 (allout-toggle-current-subtree-encryption)
2257 (allout-toggle-subtree-encryption, allout-encrypt-string)
2258 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
2259 (allout-distinctive-bullets-string, allout-auto-activation):
2260 * window.el (window-normalize-buffer-to-display):
2261 * progmodes/verilog-mode.el (verilog-batch-indent):
2262 * textmodes/bibtex.el (bibtex-field-braces-opt)
2263 (bibtex-field-strings-opt):
2264 * vc/cvs-status.el (cvs-tree-merge):
2265 Fix typos.
2266
7262a87c
MA
22672011-11-23 Michael Albinus <michael.albinus@gmx.de>
2268
2269 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
2270 `non-essential' to t, in order to avoid remote connections.
2271
283430a1
EZ
22722011-11-23 Eli Zaretskii <eliz@gnu.org>
2273
a1beca85
SM
2274 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2275 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
2276 case-insensitively.
2277
d2992a38
ML
22782011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2279
2280 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
2281
50419064
GM
22822011-11-23 Glenn Morris <rgm@gnu.org>
2283
da94eca1
GM
2284 * paths.el (rmail-file-name): Reformat the doc-string so that it
2285 is picked up.
2286
9aac4de2
GM
2287 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
2288 (rmail-auto-file): Ignore case in the "special" field names,
2289 as mail-fetch-field does for all others.
2290
8038d2d2
GM
2291 * mail/rmail.el (rmail-forward):
2292 * mail/rmailkwd.el (rmail-set-label):
2293 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
2294 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
2295
f3fe222a
GM
2296 * mail/rmail.el (rmail-current-message): Doc fix.
2297
50419064
GM
2298 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2299
28109f49
SM
23002011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2301
2302 * server.el (server-eval-and-print): Allow C-g (bug#6585).
2303
394c65f1
GM
23042011-11-22 Glenn Morris <rgm@gnu.org>
2305
2306 * mail/rmailmm.el (test-rmail-mime-handler)
2307 (test-rmail-mime-bulk-handler)
2308 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
2309
f2a0aa3a
JL
23102011-11-21 Juri Linkov <juri@jurta.org>
2311
1154d12e
JB
2312 * calc/calc.el (calc-read-key-sequence):
2313 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 2314
9c34a344
LMI
23152011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2316
2317 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
2318 Tell the caller that the next line needs recomputation, even
2319 though it doesn't start a sexp (bug#10094).
2320
f04a3be9
SM
23212011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2322
2323 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
2324
7978747f
SM
23252011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2326
f04a3be9
SM
2327 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2328 Use force-same-window.
7978747f 2329
fe7a3057
JB
23302011-11-20 Juanma Barranquero <lekktu@gmail.com>
2331
2332 * descr-text.el (describe-char-unicode-data):
2333 * json.el (json-string-escape):
2334 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
2335 (Footnote-unicode, Footnote-style-p):
2336 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
2337
24901d61
CY
23382011-11-20 Chong Yidong <cyd@gnu.org>
2339
2340 * window.el (replace-buffer-in-windows): Restore interactive spec.
2341
bac7ff22
SM
23422011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2343
24f3d7b9
SM
2344 * electric.el (electric-indent-mode): Fix last change (too optimistic).
2345
bac7ff22
SM
2346 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
2347 (byte-compile-global-not-obsolete-vars): New var.
2348 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
2349 Use it.
2350 (byte-compile-warn-obsolete): Align text with the one in *Help*.
2351
cd1181db
JB
23522011-11-20 Juanma Barranquero <lekktu@gmail.com>
2353
2354 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
2355 * progmodes/pascal.el (electric-pascal-equal):
2356 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
2357 * xml.el (xml-substitute-special): Fix typos.
2358
7fb18e9e
GM
23592011-11-20 Glenn Morris <rgm@gnu.org>
2360
2361 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
2362 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
2363 Doc fixes.
2364 (rmail-decode-mime-charset): Mark as obsolete.
2365
2366 * mail/rmailsum.el (rmail-message-regexp-p-1):
2367 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
2368 Before using mime functions, check they are set. (Bug#10077)
2369
d5a6b3ba
JL
23702011-11-19 Juri Linkov <juri@jurta.org>
2371
2372 * info.el (Info-finder-find-node): Use `package--builtins' instead
2373 of `package-alist'. Use node names formed by the pattern "Keyword "
2374 and the keyword name.
2375
e981b61f
AS
23762011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2377
1d00653d 2378 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 2379
3ffbc301
JL
23802011-11-19 Juri Linkov <juri@jurta.org>
2381
2382 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
2383 that calls `revert-buffer' on all Info buffers. (Bug#9915)
2384 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
2385 `old-history', `old-history-forward'. Add let-binding
2386 `window-selected'. Remove calls to `kill-buffer',
2387 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
2388 before calling `Info-find-node', so `Info-find-node-2' will reread
2389 the Info file. Restore window positions only when `window-selected'
2390 is non-nil.
2391
30c62133
JL
23922011-11-19 Juri Linkov <juri@jurta.org>
2393
2394 * isearch.el (isearch-lazy-highlight-new-loop):
2395 Remove condition `(not isearch-error)'. (Bug#9918)
2396
2397 * misearch.el (multi-isearch-search-fun): Add condition
2398 `(not bound)' to ignore lazy-highlighting search.
2399 Add the search-failed message "end of multi" when the end of
2400 multi-sequence is reached. Uncapitalize the search-failed
2401 message "Repeat for next buffer".
2402
2403 * info.el (Info-search): Add the search-failed message
2404 "end of the manual" when the end of the manual is reached
2405 in Isearch mode.
2406
645ca9cf
JL
24072011-11-19 Juri Linkov <juri@jurta.org>
2408
2409 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
2410 Use non-destructive `remove' instead of `delete' because
2411 `Info-history-list' stored to `Info-isearch-initial-history-list' in
2412 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
2413
df754f66
JL
24142011-11-19 Juri Linkov <juri@jurta.org>
2415
2416 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
2417 to nil instead of binding `search-ring' and `regexp-search-ring'.
2418 (Bug#9185)
2419
0e23d96a
EZ
24202011-11-19 Eli Zaretskii <eliz@gnu.org>
2421
2422 * simple.el (line-move): Force movement by logical lines for any
2423 hscrolled window, not only when auto-hscroll-mode is on.
2424 (line-move-visual): Update doc string to that effect. (Bug#10076)
2425
8a6ccb66
AS
24262011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2427
2428 * language/european.el (macintosh): Define as alias for mac-roman.
2429
49ae5b39
EZ
24302011-11-19 Eli Zaretskii <eliz@gnu.org>
2431
2432 * mail/rmailmm.el (rmail-mime-display-header)
2433 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
2434 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
2435 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
2436 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
2437 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
2438 of a raw aref.
2439 (rmail-mime-entity-segment): To get past the tagline, move forward
2440 2 more lines, to account for the 2 empty lines that precede and
2441 follow the line with the buttons.
2442 (rmail-mime-update-tagline): Move one more line, to get past the
2443 empty line that follows the buttons in the tagline. (Bug#9520)
2444
c56cad4a
MR
24452011-11-19 Martin Rudalics <rudalics@gmx.at>
2446
2447 * window.el (window-max-delta-1, window-min-delta-1)
2448 (window-min-size-1, window-state-get-1, window-state-put-1)
2449 (window-state-put-2): Use "window--" prefix.
2450
cbe71af3
SM
24512011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2452
2ad52c60
SM
2453 * emacs-lisp/smie.el: Improve warnings and conflict detection.
2454 (smie-warning-count): New var.
2455 (smie-set-prec2tab): Use it.
2456 (smie-bnf->prec2): Improve warnings. Add docstring.
2457 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
2458 (smie-bnf--set-class): New function.
2459 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
2460 corner case.
2461
6944dbc1
SM
2462 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
2463 (compilation-error-properties, compilation-move-to-column):
2464 Handle compilation-first-column while in the target buffer.
2465
c400c4d7
SM
2466 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
2467 Don't hardcode point-min==1.
2468
6dbe3e96
SM
2469 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
2470 (eshell-rewrite-for-command): Remove workaround.
2471 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
2472 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
2473 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
2474
cbe71af3
SM
2475 * files-x.el (modify-file-local-variable): Obey commenting conventions.
2476
a8e1496d
GM
24772011-11-17 Glenn Morris <rgm@gnu.org>
2478
2479 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2480 Ignore buffer-local generated-autoload-file if it is the same
2481 as the global value. (Bug#10049)
2482
df85d315
JB
24832011-11-17 Juanma Barranquero <lekktu@gmail.com>
2484
2485 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
2486 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
2487 (reftex-toc-previous-heading, reftex-toc-max-level)
2488 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
2489 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
2490 (reftex-toc-do-promote, reftex-toc-promote-prepare)
2491 (reftex-toc-promote-action, reftex-toc-extract-section-number)
2492 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
2493 (reftex-toc-rename-label, reftex-toc-visit-location)
2494 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
2495 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
2496 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
2497 leaving "*toc*" only for references to the buffer.
2498
a0c2d0ae
MR
24992011-11-17 Martin Rudalics <rudalics@gmx.at>
2500
2501 * window.el (window-resize, delete-window, split-window):
2502 Replace window-splits by window-combination-resize.
1d00653d 2503 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 2504
35c0bac8
GM
25052011-11-17 Glenn Morris <rgm@gnu.org>
2506
2507 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2508 Make bash entry derive from sh entry, not shell entry.
2509
d0c8fc8a
MA
25102011-11-16 Michael Albinus <michael.albinus@gmx.de>
2511
d0c8fc8a
MA
2512 * net/tramp-cache.el (tramp-flush-file-property): Flush also
2513 properties of linked files. (Bug#9879)
2514
7262a87c
MA
2515 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
2516 local file name.
2517
7877f373
JB
25182011-11-16 Juanma Barranquero <lekktu@gmail.com>
2519
2520 * menu-bar.el (menu-bar-file-menu):
2521 * printing.el (pr-ps-utility):
2522 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
2523 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
2524 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2525 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
2526 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
2527 (icalendar--convert-cyclic-to-ical)
2528 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
2529 (icalendar--convert-ical-to-diary)
2530 (icalendar--convert-recurring-to-diary)
2531 (icalendar--convert-non-recurring-all-day-to-diary)
2532 (icalendar-import-format-sample):
2533 * progmodes/idlw-shell.el (idlwave-shell-mode):
2534 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
2535 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
2536 (vhdl-ps-print-init): Fix typos.
2537
10649b82
KM
25382011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
2539
9d0cfcd6
GM
2540 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
2541 FSF and collapse date sequence, obscure author/maintainer email address
2542 better, remove extra version line, track relocation of author's webpage.
10649b82 2543
9d0cfcd6
GM
2544 * progmodes/python.el (python-pdbtrack-input-prompt)
2545 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
2546 regular python pdb prompts. Adjustments shamelessly taken exactly as
2547 suggested in EmacsWiki page (tiny change):
2548 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 2549
58179cce
JB
25502011-11-16 Juanma Barranquero <lekktu@gmail.com>
2551
2552 * expand.el (expand-pos, expand-index, expand-point):
2553 Remove redundant info from docstring.
2554 (expand-add-abbrevs): Doc fix.
2555 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
2556 (expand-sample-perl-mode-expand-list): Fix typos.
2557
2558 * net/dbus.el (dbus-event-member-name):
2559 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
2560 * term/pc-win.el (msdos-create-frame-with-faces):
2561 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
2562
b6f67890
MR
25632011-11-16 Martin Rudalics <rudalics@gmx.at>
2564
2565 * window.el (split-window, window-state-get-1)
2566 (window-state-put-1, window-state-put-2): Rename occurrences of
2567 window-nest to window-combination-limit.
1d00653d 2568 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 2569
ce7ddba0
CY
25702011-11-16 Chong Yidong <cyd@gnu.org>
2571
2572 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
2573 regexp (Bug#10033).
2574
3ae704f4
SM
25752011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2576
2577 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
2578 `completing-read' will remove *Completions* and will preserve
2579 current-buffer for us.
2580 (tmm-add-prompt): Users of *Completions* will always (re)set its
2581 major mode.
2582 (tmm-old-comp-map): Remove.
2583
6ad1cdde
GM
25842011-11-16 Glenn Morris <rgm@gnu.org>
2585
2586 * mail/rmailedit.el: Require rmailmm when compiling.
2587 (rmail-old-mime-state): New declaration.
2588 (rmail-edit-current-message): If editing a mime message,
2589 edit the "raw" message from the mbox buffer.
2590 (rmail-cease-edit): Handle mime messages. (Bug#9840)
2591
d20faa20
GM
25922011-11-15 Glenn Morris <rgm@gnu.org>
2593
2594 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
2595 which wasn't being used. Add optional arg to force given state.
2596 (rmail-mime): Add optional arg to force given state.
2597
c7015153
JB
25982011-11-15 Juanma Barranquero <lekktu@gmail.com>
2599
2600 * allout.el (allout-encryption-plaintext-sanitization-regexps):
2601 * frame.el (display-mm-dimensions-alist):
2602 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
2603 (outline-move-subtree-down):
2604 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
2605 (newsticker--treeview-do-get-node):
2606 * net/quickurl.el (quickurl-list-buffer-name):
2607 * progmodes/dcl-mode.el (dcl-mode):
2608 * progmodes/gdb-mi.el (gdb-mapcar*):
2609 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
2610
45261b50
GM
26112011-11-15 Glenn Morris <rgm@gnu.org>
2612
2613 * mail/rmail.el (rmail-file-coding-system): It's only ever used
2614 in a boolean sense, so just make it a boolean, and fix the doc.
2615 (rmail-show-mime-function, rmail-mime-feature)
2616 (rmail-require-mime-maybe): Doc fixes.
2617 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
2618
2619 * mail/rmailmm.el (rmail-show-mime): Doc fix.
2620
0d26e0b6
JB
26212011-11-15 Juanma Barranquero <lekktu@gmail.com>
2622
2623 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
2624 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
2625 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
2626 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
2627
447f30f6
GM
26282011-11-15 Glenn Morris <rgm@gnu.org>
2629
672b871d
GM
2630 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
2631 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
2632 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
2633 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
2634 (rmail-mime, rmail-show-mime): Doc fixes.
2635
f6aa5bb1
GM
2636 * term/ns-win.el (mode-line-frame-identification):
2637 Leave it alone. (Bug#10051)
2638
947cd66b
GM
2639 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
2640
447f30f6
GM
2641 * mail/rmailout.el (rmail-output-to-rmail-buffer):
2642 Handle empty buffers. (Bug#9978)
2643
0b381c7e
JB
26442011-11-14 Juanma Barranquero <lekktu@gmail.com>
2645
2646 * international/mule.el (define-charset):
2647 * mail/rmailmm.el (rmail-mime-find-header-encoding):
2648 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
2649 * progmodes/verilog-mode.el (verilog-backward-token):
2650 * textmodes/ispell.el (lookup-words):
2651 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
2652
71e027ac
GM
26532011-11-14 Glenn Morris <rgm@gnu.org>
2654
56632ce4
GM
2655 * progmodes/executable.el
2656 (executable-make-buffer-file-executable-if-script-p):
2657 Handle file-modes returning nil.
2658
40500957
GM
2659 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
2660 message - not necessary, and causes problems. (Bug#9831)
2661
071c2340
GM
2662 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
2663
d3cfca60
GM
2664 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
2665
71e027ac
GM
2666 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
2667 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
2668 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
2669
89d61221
MR
26702011-11-12 Martin Rudalics <rudalics@gmx.at>
2671
2672 * window.el (window-resize, delete-window): Use window-splits
2673 variable instead of function.
2674 (window-state-get-1, window-state-put-2, window-state-put):
2675 Don't deal with windows' splits status.
2676
98282f6f
GM
26772011-11-12 Glenn Morris <rgm@gnu.org>
2678
2679 * apropos.el (apropos-do-all, apropos-library, apropos-value)
2680 (apropos-documentation): Doc fixes.
2681
40a8bdf6
JB
26822011-11-11 Juanma Barranquero <lekktu@gmail.com>
2683
2684 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
2685 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
2686
65bd19ff
SM
26872011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2688
2689 * electric.el (electric-indent-post-self-insert-function): Make it
2690 possible for a char to only indent in some circumstances.
2691 (electric-indent-mode): Simplify.
2692
54f9154c
MR
26932011-11-11 Martin Rudalics <rudalics@gmx.at>
2694
2695 * window.el (windows-with-parameter): Remove unused function.
2696 (windows-at-side): Rename to window-at-side-list.
2697 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
2698 (window-side-check, window-size-ignore, window-size-fixed-1)
2699 (window-in-direction-2): Prefix with "window--".
2700 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 2701
68cbc58b
GM
27022011-11-11 Glenn Morris <rgm@gnu.org>
2703
2704 * subr.el (eval-after-load): If FILE is already loaded,
2705 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
2706
b2621720
GM
27072011-11-10 Glenn Morris <rgm@gnu.org>
2708
9a4de110
GM
2709 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
2710 Call svn via vc-svn-command rather than vc-do-command.
2711 (vc-svn-command): Add --non-interactive. (Bug#9993)
2712 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
2713
b2621720
GM
2714 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2715 Add toggle-read-only. (Bug#7292)
2716 * files.el (toggle-read-only): Mention that it should only
2717 be used interactively. (Bug#10006)
2718
1dce7193
SM
27192011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2720
d9ac1a1e
SM
2721 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2722 Adjust regexp for OCaml warnings.
2723
0c325082
SM
2724 * electric.el (electric-pair-post-self-insert-function): Let user
2725 turn it off buffer-locally (bug#9932).
2726
90132c14
SM
2727 * progmodes/python.el (python-beginning-of-statement):
2728 Rewrite (bug#2703).
2729
1dce7193
SM
2730 * progmodes/compile.el: Better handle TABs (bug#9749).
2731 (compilation-internal-error-properties)
2732 (compilation-next-error-function): Obey the target buffer's
2733 compilation-error-screen-columns.
2734
c4e7c63a
JB
27352011-11-09 Juanma Barranquero <lekktu@gmail.com>
2736
2737 * progmodes/meta-mode.el: Remove obsolete comments.
2738 (meta-right-comment-regexp, meta-ignore-comment-regexp):
2739 Fix typos in docstrings.
2740
2cffd681
MR
27412011-11-09 Martin Rudalics <rudalics@gmx.at>
2742
2743 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 2744 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
2745 (window--resizable): New function. Make all callers of
2746 window-resizable call window--resizable instead.
2747 (window-resizable): Rewrite in terms of window--resizable.
2748
0edcba87
GM
27492011-11-08 Glenn Morris <rgm@gnu.org>
2750
2751 * progmodes/delphi.el (delphi-mode-syntax-table):
2752 Let define-derived-mode define a proper syntax table. (Bug#9994)
2753
4b0d61e3
SM
27542011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2755
2756 * window.el: Stay away from defsubst.
2757 (window-list-no-nils): Remove.
2758 (window-state-get-1, window-state-get): Use backquote instead.
2759
cd394be1 27602011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 2761
4b0d61e3 2762 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 2763 Fix incorrect use of default argument in `completing-read'.
2764
e1c2c6f2
MR
27652011-11-08 Martin Rudalics <rudalics@gmx.at>
2766
2767 * window.el (display-buffer-function, special-display-function):
2768 Mention display-buffer-record-window but do not mention
2769 help-setup parameter in doc-strings.
b3f4a882 2770 (window-min-delta): Fix doc-string typo.
e1c2c6f2 2771
105216ed
CY
27722011-11-08 Chong Yidong <cyd@gnu.org>
2773
2774 * window.el (window-total-height, window-total-width): Doc fix.
2775 (window-body-size): Move from C.
2776 (window-body-height, window-body-width): Move to C.
2777
0a9f9ab5
SM
27782011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * window.el: Make special-display like display-buffer-alist (bug#9532).
2781 (display-buffer--special-action): New function, morphed
2782 from display-buffer--special.
2783 (display-buffer): Use it to handle special-display-buffers at higher
2784 priority (just after display-buffer-alist).
2785 (display-buffer-fallback-action, display-buffer--other-frame-action)
2786 (pop-to-buffer-same-window): Remove display-buffer--special.
2787
a769dd15
GM
27882011-11-07 Glenn Morris <rgm@gnu.org>
2789
2790 * calendar/cal-menu.el (cal-menu-set-date-title):
2791 Do nothing if not in a calendar. (Bug#9976)
2792
05a61ee3
SM
27932011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * files.el (find-file): Always use selected-window.
2796
be7f5545
MR
27972011-11-07 Martin Rudalics <rudalics@gmx.at>
2798
2799 * window.el (window-combinations): Make WINDOW argument
2800 mandatory. Rewrite doc-string.
2801 (walk-window-subtree, window-atom-check, window-min-delta)
2802 (window-max-delta, window--resize-this-window)
2803 (window--resize-root-window-vertically, window-tree)
2804 (balance-windows, window-state-put): Rewrite doc-strings as to
2805 not mention the term "subwindow".
2806 (window--resize-subwindows-skip-p): Rename to
2807 window--resize-child-windows-skip-p.
2808 (window--resize-subwindows-normal): Rename to
2809 window--resize-child-windows-normal.
2810 (window--resize-subwindows): Rename to
2811 window--resize-child-windows.
2812 (window-or-subwindow-p): Rename to window--in-subtree-p.
2813
3c6702ef
ML
28142011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2815
2816 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
2817 Ensure that mbox format messages end in two newlines (Bug#9974).
2818
49745b39
CY
28192011-11-06 Chong Yidong <cyd@gnu.org>
2820
2821 * window.el (window-combination-p): Function deleted; its
2822 side-effect is not used in any existing code.
2823 (window-combinations, window-combined-p): Call window-*-child
2824 directly.
2825
24300f5f
CY
28262011-11-05 Chong Yidong <cyd@gnu.org>
2827
2828 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
2829 (window-size-ignore, window-state-get): Callers changed.
2830 (window-normalize-window): Rename from window-normalize-any-window.
2831 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 2832 (window-normalize-live-window): Delete.
447f16b8
CY
2833 (window-combination-p, window-combined-p, window-combinations)
2834 (walk-window-subtree, window-atom-root, window-min-size)
2835 (window-sizable, window-sizable-p, window-size-fixed-p)
2836 (window-min-delta, window-max-delta, window-resizable)
2837 (window-resizable-p, window-full-height-p, window-full-width-p)
2838 (window-current-scroll-bars, window-point-1, set-window-point-1)
2839 (window-at-side-p, window-in-direction, window-resize)
2840 (adjust-window-trailing-edge, maximize-window, minimize-window)
2841 (window-deletable-p, delete-window, delete-other-windows)
2842 (record-window-buffer, unrecord-window-buffer)
2843 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
2844 (quit-window, split-window, window-state-put)
2845 (set-window-text-height, fit-window-to-buffer)
2846 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 2847
89bd5ee1
EZ
28482011-11-04 Eli Zaretskii <eliz@gnu.org>
2849
53479029
EZ
2850 * mail/rmail.el (rmail-simplified-subject): Decode subject with
2851 rfc2047-decode-string.
2852 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
2853 warnings.
2854
89bd5ee1
EZ
2855 * window.el (window-body-height, window-body-width): Mention in
2856 the doc string that the return values are in frame's canonical
2857 units. (Bug#9949)
2858
bd17fdee
AM
28592011-11-03 Alan Mackenzie <acm@muc.de>
2860
2861 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
2862 change in cc-engine.el.
2863
acc825c5
SM
28642011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
2865
2866 * window.el (switch-to-buffer): Use `force-same-window' interactively.
2867
1885e5b8
MR
28682011-11-02 Martin Rudalics <rudalics@gmx.at>
2869
2870 * window.el (quit-window): Call unrecord-window-buffer after
2871 showing another buffer in the window. (Bug#9937)
acc825c5 2872 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 2873
ebe06da9
JB
28742011-11-02 Juanma Barranquero <lekktu@gmail.com>
2875
2876 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
2877 Accept status with more than 9 shelves. (Bug#9935)
2878 Reported by Colin D Bennett <colin@gibibit.com>.
2879
4ee88440
MR
28802011-11-01 Martin Rudalics <rudalics@gmx.at>
2881
2882 * help.el (with-help-window): Don't reference
2883 temp-buffer-show-specifiers in doc-string.
2884
08e1d82c
AS
28852011-10-31 Andreas Schwab <schwab@linux-m68k.org>
2886
2887 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
2888 menu-item.
2889
84bd6e9e
VJL
28902011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2891
2892 * whitespace.el: New version 13.2.2.
2893 (whitespace-newline-mode): Disable properly. Reported by Sarah
2894 <EmacsWiki>.
2895
dba0634a
UJ
28962011-10-30 Ulf Jasper <ulf.jasper@web.de>
2897
2898 * net/newst-treeview.el: Remove "Time-stamp".
2899 (newsticker--group-manage-orphan-feeds): Do not call
2900 newsticker--treeview-tree-update.
db22a3c2
JB
2901 (newsticker-treeview-update, newsticker-treeview):
2902 Call newsticker--treeview-tree-update if necessary.
dba0634a 2903
3d8daefe
MR
29042011-10-30 Martin Rudalics <rudalics@gmx.at>
2905
2906 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
2907 (window-iso-combinations): Remove "iso-" infix.
2908 Suggested by Chong Yidong.
3d8daefe
MR
2909 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
2910 (window-max-delta-1, window-resize, window--resize-siblings)
2911 (window--resize-this-window, adjust-window-trailing-edge)
2912 (split-window, balance-windows-1)
2913 (shrink-window-if-larger-than-buffer):
2914 * calendar/calendar.el (calendar-generate-window):
db22a3c2 2915 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 2916
1bc4c3ae
SM
29172011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2918
2919 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
2920 in place (bug#9907).
2921 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
2922 (eshell-rewrite-if-command, eshell-rewrite-for-command)
2923 (eshell-structure-basic-command, eshell-rewrite-while-command)
2924 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
2925 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
2926 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
2927 (eshell-do-pipelines-synchronously, eshell-eval-command):
2928 Use backquotes and prefer setq to set.
2929 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
2930 (eshell-macrop): Use functionp.
c1e2f5fa 2931 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 2932
30b65d9c
CY
29332011-10-30 Chong Yidong <cyd@gnu.org>
2934
2935 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
2936 instead of set-mark (Bug#9810).
2937
2d197ffb
CY
29382011-10-30 Chong Yidong <cyd@gnu.org>
2939
2940 * window.el (split-window-below, split-window-right): Rename from
2941 split-window-above-each-other and split-window-side-by-side
2942 respectively. All callers changed.
2943 (split-window-sensibly, split-window-sensibly): Use them.
2944 (split-window-keep-point): Doc fix.
2945
2946 * isearch.el: Add isearch-scroll property to split-window-below
2947 and split-window-right.
2948
2949 * follow.el (follow-mode):
2950 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2951 * progmodes/ada-xref.el (ada-gdb-application):
2952 * emulation/vip.el (vip-buffer-in-two-windows):
2953 * image-dired.el (image-dired-dired-with-window-configuration):
2954 * dired-x.el (dired-do-find-marked-files):
2955 * dired.el (dired-pop-to-buffer):
2956 * bs.el (bs--show-with-configuration):
2957 * vc/emerge.el (emerge-setup-windows):
2958 * textmodes/two-column.el (2C-two-columns):
2959 * textmodes/reftex-toc.el (reftex-toc):
2960 * progmodes/gdb-mi.el (gdb-setup-windows):
2961 * progmodes/fortran.el (fortran-window-create):
2962 * net/newst-treeview.el (newsticker--treeview-window-init):
2963 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
2964 * emulation/tpu-edt.el (tpu-gold-map):
2965 * emulation/crisp.el (crisp-mode-map):
2966 * calendar/calendar.el (calendar-basic-setup): Callers changed.
2967
38bb2ca8
CY
29682011-10-29 Chong Yidong <cyd@gnu.org>
2969
aa4de341
CY
2970 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
2971
e1eb5385
CY
2972 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
2973
5d2ece3c
CY
2974 * textmodes/flyspell.el (flyspell-word): Fix char offset for
2975 forged Ispell output (Bug#7904).
2976
38bb2ca8
CY
2977 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
2978
d0af9f77
SM
29792011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2980
2981 * doc-view.el: Avoid ugly errors about not finding nil.
2982 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
2983 (doc-view-dvipdf-program, doc-view-unoconv-program)
2984 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
2985 Avoid nil or absolute file name as default value.
2986 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
2987
52bedd34
AM
29882011-10-28 Alan Mackenzie <acm@muc.de>
2989
db22a3c2 2990 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 2991
7e43cfa5
AM
29922011-10-28 Alan Mackenzie <acm@muc.de>
2993
2994 Amend the handling of c-beginning/end-of-defun in nested declaration
2995 scopes.
2996
52bedd34
AM
2997 * progmodes/cc-vars.el (c-defun-tactic): Move here from
2998 cc-langs.el. Change it to a defcustom.
7e43cfa5 2999
52bedd34
AM
3000 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3001 cc-vars.el.
7e43cfa5 3002
d0af9f77
SM
3003 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3004 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 3005
52bedd34 3006 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 3007 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
3008 (c-widen-to-enclosing-decl-scope): New function.
3009 (c-while-widening-to-decl-block): New macro.
3010 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3011 outward for defun boundaries, and correspondingly change symbol
3012 `respect-enclosure' to `go-outward'.
3013 (c-declaration-limits): Change algorithm to report only the "innermost"
3014 defun's boundaries.
3015
1a2ce9ee
DD
30162011-10-28 Deniz Dogan <deniz@dogan.se>
3017
3018 * net/rcirc.el (rcirc-mode): Use hard newlines.
3019
bc97a826
AM
30202011-10-28 Alan Mackenzie <acm@muc.de>
3021
3022 Amend to indent and fontify macros "which include their own semicolon"
3023 correctly, using the "virtual semicolon" mechanism.
3024
52bedd34 3025 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 3026
d0af9f77 3027 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 3028 Recode to scan one line at a time rather than having \n and \r
58179cce 3029 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 3030 (c-forward-label): Amend for virtual semicolons.
58179cce 3031 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 3032
52bedd34
AM
3033 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3034 of the new C macros.
bc97a826 3035
52bedd34 3036 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
3037 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3038 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
3039 (c-opt-cpp-macro-define): Make into a full language variable.
3040 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3041 AWK Mode (including \n, \r) removed, no longer needed.
3042
d0af9f77
SM
3043 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3044 Invoke c-make-macro-with-semi-re.
bc97a826 3045
52bedd34
AM
3046 * progmodes/cc-vars.el (c-macro-with-semi-re):
3047 (c-macro-names-with-semicolon): New variables.
58179cce 3048 (c-make-macro-with-semi-re): New function.
bc97a826 3049
7a6c0941
SM
30502011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3051
3052 * vc/log-edit.el: Fill empty field rather than adding new one.
3053 (log-edit-add-field): New function.
3054 (log-edit-insert-changelog): Use it.
3055
b0c4cdcf
ML
30562011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3057
3058 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3059
ee1f1da9
SM
30602011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3061
3062 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3063 (gdb--check-interpreter): New function.
3064 (gdb): Use it.
3065
51bc5f8b
GM
30662011-10-27 Glenn Morris <rgm@gnu.org>
3067
416a2c45
GM
3068 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3069 (least-positive-float, least-negative-float)
3070 (least-positive-normalized-float, least-negative-normalized-float)
3071 (float-epsilon, float-negative-epsilon):
3072 Remove unnecessary declarations.
3073
3074 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3075 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3076 (least-positive-float, least-negative-float)
3077 (least-positive-normalized-float, least-negative-normalized-float)
3078 (float-epsilon, float-negative-epsilon): Add doc-strings,
3079 based on those in cl.texi.
3080
51bc5f8b
GM
3081 * files.el (set-visited-file-name): If the major-mode changed,
3082 reload the local variables. (Bug#9796)
3083
15de15c6
CY
30842011-10-27 Chong Yidong <cyd@gnu.org>
3085
3086 * subr.el (change-major-mode-after-body-hook): New hook.
3087 (run-mode-hooks): Run it.
3088
ee1f1da9
SM
3089 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3090 Use change-major-mode-before-body-hook.
15de15c6
CY
3091
3092 * simple.el (fundamental-mode):
3093 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3094 change introducing fundamental-mode-hook.
3095
5430d399
JB
30962011-10-26 Juanma Barranquero <lekktu@gmail.com>
3097
acc825c5 3098 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 3099
ad74a69e
MA
31002011-10-26 Michael Albinus <michael.albinus@gmx.de>
3101
3102 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 3103 tramp.el explicitly. (Bug#7583)
ad74a69e 3104
71d4c2a5
SM
31052011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3106
3107 * progmodes/octave-mod.el:
3108 * progmodes/octave-inf.el: Update maintainer.
3109
b1f6fa26
CY
31102011-10-26 Chong Yidong <cyd@gnu.org>
3111
3112 * subr.el (with-wrapper-hook): Rewrite doc.
3113
3f04efd6
MA
31142011-10-25 Michael Albinus <michael.albinus@gmx.de>
3115
3116 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 3117 filenames "/method:foo:". (Bug#9793)
3f04efd6 3118
410488d3
SM
31192011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3120
3121 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3122 (bug#9865).
3123
c1ebb47e
GM
31242011-10-24 Glenn Morris <rgm@gnu.org>
3125
3126 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3127
7f5c46c7
MA
31282011-10-24 Michael Albinus <michael.albinus@gmx.de>
3129
3130 * notifications.el: Add the requirement of a running D-Bus session
3131 bus to the Commentary.
3132
db2440b6
JL
31332011-10-24 Juri Linkov <juri@jurta.org>
3134
3135 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3136 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3137 (Bug#9364)
3138
feecf435
JL
31392011-10-24 Juri Linkov <juri@jurta.org>
3140
3141 * info.el (Info-following-node-name-re): Add newline to the list
3142 of allowed characters for leading space. (Bug#9824)
3143
a3839de2
SM
31442011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3145
acc825c5
SM
3146 * progmodes/octave-inf.el (inferior-octave-mode-map):
3147 Fix C-c C-h binding.
a3839de2
SM
3148 * progmodes/octave-mod.el (octave-help): Remove.
3149
09388e76
MA
31502011-10-23 Michael Albinus <michael.albinus@gmx.de>
3151
3152 Sync with Tramp 2.2.3.
3153
3154 * net/tramp-cache.el (top): Pacify byte-compiler using
3155 `init-file-user' and `site-run-file'.
3156
3157 * net/trampver.el: Update release number.
3158
86c60681
CY
31592011-10-23 Chong Yidong <cyd@gnu.org>
3160
3161 * files.el (toggle-read-only): Remove obsolete comment about
3162 version control.
3163
3164 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3165 for toggle-read-only. Note that this hasn't called vc-next-action
3166 since 2008-05-02, though it wasn't documented at the time.
3167
a3839de2
SM
3168 * vc/ediff-init.el (ediff-toggle-read-only-function):
3169 Use toggle-read-only.
86c60681 3170
cd5495ff
AM
31712011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
3172
3173 Fix bug #9560, sporadic wrong indentation; improve instrumentation
3174 of c-parse-state.
3175
00b77525 3176 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 3177 correct faulty logical expression.
cd5495ff
AM
3178 (c-parse-state-state, c-record-parse-state-state):
3179 (c-replay-parse-state-state): New defvar/defuns.
3180 (c-debug-parse-state): Use new functions.
3181
42ee24ed
MR
31822011-10-22 Martin Rudalics <rudalics@gmx.at>
3183
3184 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 3185 last fix. Use window-in-direction correctly.
42ee24ed 3186
a7dee7e7
CY
31872011-10-21 Chong Yidong <cyd@gnu.org>
3188
3189 * progmodes/idlwave.el (idlwave-mode):
3190 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
3191 require-final-newline; that's done in prog-mode.
3192 Suggested by Stefan Monnier.
a7dee7e7 3193
e07b9a6d
MR
31942011-10-21 Martin Rudalics <rudalics@gmx.at>
3195
3196 * mouse.el (mouse-drag-window-above)
3197 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
3198 (mouse-drag-mode-line-1, mouse-drag-header-line)
3199 (mouse-drag-vertical-line-rightward-window): Remove.
3200 (mouse-drag-line): New function.
3201 (mouse-drag-mode-line, mouse-drag-header-line)
3202 (mouse-drag-vertical-line): Call mouse-drag-line.
3203 * window.el (window-at-side-p, windows-at-side): New functions.
3204
7e1361d9
UM
32052011-10-21 Ulrich Mueller <ulm@gentoo.org>
3206
3207 * tar-mode.el (tar-grind-file-mode):
3208 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
3209
30fcaf3a
CY
32102011-10-21 Chong Yidong <cyd@gnu.org>
3211
3212 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
3213 * progmodes/vera-mode.el (vera-mode):
3214 Use mode-require-final-newline.
30fcaf3a 3215
516eddb0
GM
32162011-10-20 Glenn Morris <rgm@gnu.org>
3217
db22a3c2 3218 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 3219
10d5f513
CS
32202011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
3221
3222 * emulation/cua-base.el (cua-set-mark): Fix case of string.
3223
ac6c8639
CY
32242011-10-20 Chong Yidong <cyd@gnu.org>
3225
3226 * emulation/cua-base.el (cua-mode):
3227 * mail/footnote.el (footnote-mode):
3228 * mail/mailabbrev.el (mail-abbrevs-mode):
3229 * net/xesam.el (xesam-minor-mode):
3230 * progmodes/bug-reference.el (bug-reference-mode):
3231 * progmodes/cap-words.el (capitalized-words-mode):
3232 * progmodes/compile.el (compilation-minor-mode)
3233 (compilation-shell-minor-mode):
3234 * progmodes/gud.el (gud-tooltip-mode):
3235 * progmodes/hideif.el (hide-ifdef-mode):
3236 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3237 * progmodes/subword.el (subword-mode):
3238 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3239 * progmodes/which-func.el (which-function-mode):
3240 * term/tvi970.el (tvi970-set-keypad-mode):
3241 * term/vt100.el (vt100-wide-mode):
3242 * textmodes/flyspell.el (flyspell-mode):
3243 * textmodes/ispell.el (ispell-minor-mode):
3244 * textmodes/nroff-mode.el (nroff-electric-mode):
3245 * textmodes/paragraphs.el (use-hard-newlines):
3246 * textmodes/refill.el (refill-mode):
3247 * textmodes/reftex.el (reftex-mode):
3248 * textmodes/rst.el (rst-minor-mode):
3249 * textmodes/sgml-mode.el (html-autoview-mode)
3250 (sgml-electric-tag-pair-mode):
3251 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
3252 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
3253 * emulation/crisp.el (crisp-mode):
3254 * emacs-lisp/eldoc.el (eldoc-mode):
3255 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
3256 minor mode behavior.
3257
aa42ab43
JL
32582011-10-19 Juri Linkov <juri@jurta.org>
3259
3260 * descr-text.el (describe-char): Add #x2010 and #x2011 to
3261 the list of hard-coded chars with escape-glyph face.
3262
89400f1d
SM
32632011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3264
3265 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
3266
305c07f6
MA
32672011-10-19 Michael Albinus <michael.albinus@gmx.de>
3268
3269 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
3270 running process.
3271
13754b54
GM
32722011-10-19 Glenn Morris <rgm@gnu.org>
3273
3274 * vc/vc-bzr.el (vc-bzr-after-dir-status):
3275 Ignore ignored files. (Bug#9726)
3276
06e21633
CY
32772011-10-19 Chong Yidong <cyd@gnu.org>
3278
3279 Doc fix for minor modes, stating that an omitted argument enables
3280 the mode unconditionally when called from Lisp.
3281
3282 * abbrev.el (abbrev-mode):
3283 * allout.el (allout-mode):
3284 * autoinsert.el (auto-insert-mode):
3285 * autoarg.el (autoarg-mode, autoarg-kp-mode):
3286 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3287 (global-auto-revert-mode):
3288 * battery.el (display-battery-mode):
3289 * composite.el (global-auto-composition-mode)
3290 (auto-composition-mode):
3291 * delsel.el (delete-selection-mode):
3292 * desktop.el (desktop-save-mode):
3293 * dired-x.el (dired-omit-mode):
3294 * dirtrack.el (dirtrack-mode):
3295 * doc-view.el (doc-view-minor-mode):
3296 * double.el (double-mode):
3297 * electric.el (electric-indent-mode, electric-pair-mode):
3298 * emacs-lock.el (emacs-lock-mode):
3299 * epa-hook.el (auto-encryption-mode):
3300 * follow.el (follow-mode):
3301 * font-core.el (font-lock-mode):
3302 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
3303 * help.el (temp-buffer-resize-mode):
3304 * hilit-chg.el (highlight-changes-mode)
3305 (highlight-changes-visible-mode):
3306 * hi-lock.el (hi-lock-mode):
3307 * hl-line.el (hl-line-mode, global-hl-line-mode):
3308 * icomplete.el (icomplete-mode):
3309 * ido.el (ido-everywhere):
3310 * image-file.el (auto-image-file-mode):
3311 * image-mode.el (image-minor-mode):
3312 * iswitchb.el (iswitchb-mode):
3313 * jka-cmpr-hook.el (auto-compression-mode):
3314 * linum.el (linum-mode):
3315 * longlines.el (longlines-mode):
3316 * master.el (master-mode):
3317 * mb-depth.el (minibuffer-depth-indicate-mode):
3318 * menu-bar.el (menu-bar-mode):
3319 * minibuf-eldef.el (minibuffer-electric-default-mode):
3320 * mouse-sel.el (mouse-sel-mode):
3321 * msb.el (msb-mode):
3322 * mwheel.el (mouse-wheel-mode):
3323 * outline.el (outline-minor-mode):
3324 * paren.el (show-paren-mode):
3325 * recentf.el (recentf-mode):
3326 * reveal.el (reveal-mode, global-reveal-mode):
3327 * rfn-eshadow.el (file-name-shadow-mode):
3328 * ruler-mode.el (ruler-mode):
3329 * savehist.el (savehist-mode):
3330 * scroll-all.el (scroll-all-mode):
3331 * scroll-bar.el (scroll-bar-mode):
3332 * server.el (server-mode):
3333 * shell.el (shell-dirtrack-mode):
3334 * simple.el (auto-fill-mode, transient-mark-mode)
3335 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
3336 (line-number-mode, column-number-mode, size-indication-mode)
3337 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
3338 * strokes.el (strokes-mode):
3339 * time.el (display-time-mode):
3340 * t-mouse.el (gpm-mouse-mode):
3341 * tool-bar.el (tool-bar-mode):
3342 * tooltip.el (tooltip-mode):
3343 * type-break.el (type-break-mode-line-message-mode)
3344 (type-break-query-mode):
3345 * view.el (view-mode):
3346 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3347 (global-whitespace-mode, global-whitespace-newline-mode):
3348 * xt-mouse.el (xterm-mouse-mode): Doc fix.
3349
a3839de2
SM
3350 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3351 Fix autogenerated docstring.
06e21633 3352
5214e501
JL
33532011-10-19 Juri Linkov <juri@jurta.org>
3354
3355 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
3356 by checking environment variables "DESKTOP_SESSION" and
3357 "XDG_CURRENT_DESKTOP". (Bug#9779)
3358
195f8db9
JL
33592011-10-19 Juri Linkov <juri@jurta.org>
3360
3361 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
3362 (browse-url-chromium-program, browse-url-chromium-arguments):
3363 New defcustoms.
3364 (browse-url-default-browser): Check for `browse-url-chromium' and
3365 call `browse-url-chromium-program'.
3366 (browse-url-chromium): New command. (Bug#9779)
3367
343a34ff
JB
33682011-10-18 Juanma Barranquero <lekktu@gmail.com>
3369
3370 * facemenu.el (list-colors-duplicates): On Windows, detect more
3371 duplicates by assuming that only colors matching "^System" are
3372 special "system colors". (Bug#9722)
3373
6978a151
SM
33742011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3375
3376 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
3377 to distinguish the author from the committer.
3378
6a80b297
MA
33792011-10-18 Michael Albinus <michael.albinus@gmx.de>
3380
3381 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
3382
b31a5677
JK
33832011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
3384
3385 * international/mule.el (sgml-html-meta-auto-coding-function):
3386 Add support for detecting encoding in HTML5 specified only as
3387 <meta charset="UTF-8">. Implementation just makes http-equiv and
3388 content-type parts from HTML4 encoding string optional. (Bug#9716)
3389
80c6d77f
GM
33902011-10-18 Glenn Morris <rgm@gnu.org>
3391
3392 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
3393
08b0fee8
CY
33942011-10-18 Chong Yidong <cyd@gnu.org>
3395
3396 * faces.el (cursor): Doc fix.
3397
67e729a5
CY
33982011-10-17 Chong Yidong <cyd@gnu.org>
3399
3400 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
3401
343a34ff 34022011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
3403
3404 * dirtrack.el (dirtrack): Support shell buffers with path
3405 prefixes, e.g. tramp-based remote shells. (Bug#9647)
3406
0bc06380
TZ
34072011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
3408
3409 * json.el: Bump version to 1.3 and note change in History.
3410 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
3411
8b79f3e0
SM
34122011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3413
5a7c536b
SM
3414 * comint.el (comint-insert-input, comint-send-input)
3415 (comint-get-old-input-default, comint-backward-matching-input)
3416 (comint-next-prompt): Use nil instead of `input' for field property of
3417 past user input (bug#114).
3418
96a8a0df
SM
3419 * minibuffer.el (completion--replace): Inherit surrounding properties
3420 (bug#114).
3421 (minibuffer-complete-and-exit): Use it.
3422
8b79f3e0
SM
3423 * comint.el (comint--table-subvert): Quote the all-completions output
3424 (bug#9160).
3425
b8f7ff0d
MR
34262011-10-17 Martin Rudalics <rudalics@gmx.at>
3427
8b79f3e0 3428 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 3429
b8f7ff0d 3430 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 3431 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
3432 entries and separate them from frame entries.
3433
c235b555
GM
34342011-10-15 Glenn Morris <rgm@gnu.org>
3435
3436 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
3437 Doc fixes.
3438
6bbfa6e1
CY
34392011-10-15 Chong Yidong <cyd@stupidchicken.com>
3440
8b79f3e0
SM
3441 * net/network-stream.el (network-stream-open-starttls):
3442 Improve detection of failure due to lack of TLS support.
ec5c990d 3443
6bbfa6e1
CY
3444 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
3445 putting the input text in front and in bold.
3446
98488977
SM
34472011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3448
3d1337be
SM
3449 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
3450
ee0b45e4
SM
3451 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
3452 empty buffer.
3453
98488977
SM
3454 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
3455 unread-command-events rather than pushing yet-another event.
3456
186f4720
EZ
34572011-10-14 Eli Zaretskii <eliz@gnu.org>
3458
3459 * mail/sendmail.el (sendmail-query-once): Improve the wording of
3460 the explanation of the possible choices. Make the options passed
3461 to completing-read shorter.
3462
8b7a997c
AM
34632011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3464
3465 * textmodes/flyspell.el (flyspell-large-region): Make sure
3466 extended character mode is used if defined (Bug#1339).
3467
12587bbb
EZ
34682011-10-13 Eli Zaretskii <eliz@gnu.org>
3469
3470 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
3471 character info for LRE, LRO, RLE, and RLO characters by appending
3472 an invisible PDF.
12587bbb 3473
bad41229
SM
34742011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3475
3476 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
3477 even in case of error; add debug spec; simplify data flow.
3478 (with-timeout-handler): Remove.
3479
28dbc92f
MA
34802011-10-12 Michael Albinus <michael.albinus@gmx.de>
3481
3482 Fix Bug#6019, Bug#9315.
3483
3484 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
3485 complete `buffer-file-name', the local file name part could look
3486 remotely (for example on VMS).
3487
3488 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
3489 `tramp-run-real-handler'.
3490 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
3491 already quoted by '"'.
3492
3493 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
3494 Let `file-name-handler-alist' be nil, the local file name part
3495 could look remotely (for example on VMS).
3496
e1b0b23a
SM
34972011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
3500 from here...
3501 (flyspell-post-command-hook): ...to here.
3502
a120bde9
SM
35032011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3504
3505 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
3506 if not needed.
3507 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
3508 using completion. Protect against "slow" callers.
3509 Remove the "message hack".
3510
7ce7717b
JL
35112011-10-11 Juri Linkov <juri@jurta.org>
3512
3513 * isearch.el (isearch-lazy-highlight-word): New variable.
3514 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3515 Use it. (Bug#9727)
3516
c02ee9d6
GM
35172011-10-11 Glenn Morris <rgm@gnu.org>
3518
3519 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
3520 like f90-previous-statement does.
3521
93e616fd 35222011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3523
1f190e73 3524 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
3525 only in interactive use, to avoid error.
3526
af7b6078
SM
35272011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3528
3529 * minibuffer.el (completion-file-name-table): Fix last change,
3530 i.e. ignore normal errors but not the other ones.
3531
0563dae9
MR
35322011-10-10 Martin Rudalics <rudalics@gmx.at>
3533
3534 * window.el (special-display-buffer-names)
3535 (special-display-regexps): Remove some remnants of earlier
3536 changes from doc-strings.
366ca7f3
MR
3537 (quit-windows-on): New function.
3538
3539 * vc/vc.el (vc-revert, vc-rollback):
3540 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
3541 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 3542 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 3543
49677495
MR
35442011-10-09 Martin Rudalics <rudalics@gmx.at>
3545
3546 * window.el (frame-auto-hide-function): Add version tag.
3547 (Bug#9699)
3548
56f2d1e1
MA
35492011-10-09 Michael Albinus <michael.albinus@gmx.de>
3550
3551 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
3552 condition.
3553
112a6592
LL
35542011-10-09 Leo Liu <sdl.web@gmail.com>
3555
3556 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
3557 (Bug#9701)
3558
0812589b
GM
35592011-10-08 Glenn Morris <rgm@gnu.org>
3560
3561 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
3562 before the first code statement zero indent. (Bug#9690)
3563
b2b0776e
CY
35642011-10-08 Chong Yidong <cyd@stupidchicken.com>
3565
3566 * simple.el (count-words-region): Always count in the region.
3567 Report the number of lines and characters too.
3568 (count-words): New command, which counts in the buffer if the
3569 region is inactive, as count-words-region used to.
3570 (count-words--message): New function. Handle plurals.
3571 (count-lines-region): Make it an alias for count-words-region.
3572
3573 * bindings.el (esc-map): Replace count-lines-region with
3574 count-words-region.
3575
c557cd6b
MR
35762011-10-08 Martin Rudalics <rudalics@gmx.at>
3577
3578 * window.el (window--delete): Delete dedicated frame
3579 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 3580 (switch-to-buffer): Fix doc-string typo.
c557cd6b 3581
61a57ef4 35822011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3583
3a7d293b 3584 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 3585
c3833279
CY
35862011-10-07 Chong Yidong <cyd@stupidchicken.com>
3587
3588 * bindings.el ([M-left],[M-right]): Bind to left-word and
3589 right-word respectively.
3590
21ce8245
GM
35912011-10-07 Glenn Morris <rgm@gnu.org>
3592
3593 * cus-start.el (debug-on-quit): Fix custom type.
3594
6d823bb2
LMI
35952011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3596
0181e193
LMI
3597 * subr.el (define-key-after): Clarify that the function is not
3598 useful for non-menu keymaps.
3599
6d823bb2
LMI
3600 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
3601
8e3459ce 36022011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3603
21ce8245 3604 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 3605 in current minibuffer (Fix bug with recursive minibuffers).
3606
a1c2d21e
CY
36072011-10-06 Chong Yidong <cyd@stupidchicken.com>
3608
3609 * progmodes/gdb-mi.el (gdb): Doc fix.
3610
5a4cf282
MR
36112011-10-05 Martin Rudalics <rudalics@gmx.at>
3612
3613 * window.el (frame-auto-hide-function): New option replacing
3614 frame-auto-delete. Suggested by Stefan Monnier.
3615 (window--delete): Call frame-auto-hide-function instead of
3616 investigating frame-auto-delete.
c96111ea
MR
3617 (window-point-1, set-window-point-1): New functions.
3618 (window-in-direction, record-window-buffer, window-state-get-1)
3619 (display-buffer-record-window): Use window-point-1 instead of
3620 window-point.
3621 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 3622
9854542e
SM
36232011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3624
3625 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
3626
8943cfb0
GM
36272011-10-05 Glenn Morris <rgm@gnu.org>
3628
3629 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
3630 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
3631
647ab967
LL
36322011-10-05 Leo Liu <sdl.web@gmail.com>
3633
3634 * subr.el (read-char-choice): Fix argument to buffer-live-p which
3635 works with buffer object.
3636
3ddfbced
SM
36372011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3638
3639 * mpc.el (mpc-tool-bar-map): Add labels.
3640
bdfa5dd2
GM
36412011-10-04 Glenn Morris <rgm@gnu.org>
3642
3643 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3644
0e2070b5
MR
36452011-10-04 Martin Rudalics <rudalics@gmx.at>
3646
3647 * window.el (window--delete): New function.
3648 (frame-auto-delete): Resuscitate option.
3649 (bury-buffer, replace-buffer-in-windows)
3650 (quit-window): Rewrite using window--delete.
3651 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3652 Pass display-buffer-mark-dedicated to window--display-buffer-2
3653 (Bug#9639).
3654
3dc61a09
SM
36552011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3656
915a9b64
SM
3657 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
3658 returns a list (bug#9554). Add remote file name completion.
3659 * comint.el (comint--table-subvert): Curry and get quote&unquote
3660 functions as arguments.
3661 (comint--complete-file-name-data): Adjust call accordingly.
3662 * pcomplete.el (pcomplete--table-subvert): Remove.
3663 (pcomplete-completions-at-point): Use comint--table-subvert instead.
3664
3dc61a09
SM
3665 * minibuffer.el (completion-table-case-fold): Use currying.
3666 (completion--styles-type, completion--cycling-threshold-type):
3667 New constants.
3668 (completion-styles, completion-category-overrides)
3669 (completion-cycle-threshold): Use them.
3670 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
3671 completion-table-case-fold.
3672
8ea0a993
SB
36732011-10-03 Stephen Berman <stephen.berman@gmx.net>
3674
3675 * minibuffer.el (completion-category-overrides): Fix type of styles
3676 and add more user friendly tags (bug#9660).
3677
8c24b7f6
SM
36782011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3679
3680 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
3681 (mule-input-method-string): New widget.
3682 (default-input-method, language-info-custom-alist): Use it.
3683
428fe61a
SM
36842011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3685
32c1fffd
SM
3686 * pcomplete.el: Require comint.
3687 (pcomplete--common-suffix): Remove.
3688 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
3689 (pcomplete--table-subvert): Sync with comint--table-subvert.
3690 (pcomplete--entries): Use comint-completion-file-name-table.
3691 * comint.el (comint-unquote-filename): Simplify.
3692 (comint-completion-file-name-table): New function (bug#9616).
3693 (comint--complete-file-name-data): Use it.
3694
428fe61a
SM
3695 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
3696 (pcmpl-gnu-tar-buffer): Remove.
3697 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
3698 around. Make sure pcomplete-suffix-list is only changed temporarily.
3699 Don't look inside the tar's file if it's too large.
428fe61a 3700
04c52e2f
CY
37012011-10-01 Chong Yidong <cyd@stupidchicken.com>
3702
ce3cefcc
CY
3703 * cus-edit.el (custom-mode-map):
3704 * epa.el (epa-key-list-mode-map):
3705 * man.el (Man-mode-map):
3706 * startup.el (splash-screen-keymap):
3707 * simple.el (special-mode-map): Use scroll-up-command and
3708 scroll-down-command.
3709
3710 * progmodes/idlw-help.el (idlwave-help-mode-map):
3711 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
3712 * net/newst-plainview.el (newsticker-mode-map):
3713 * emulation/ws-mode.el (wordstar-mode-map):
3714 * emulation/vi.el (vi-com-map):
3715 * calc/calc-graph.el (calc-graph-show-dumb):
3716 * term/sun.el (terminal-init-sun):
3717 * term/ns-win.el (global-map):
3718 * progmodes/grep.el (grep-mode-map):
3719 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
3720 * mail/rmail.el (rmail-mode-map):
3721 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
3722
04c52e2f
CY
3723 * custom.el (custom-safe-themes, load-theme): Treat value of t for
3724 custom-safe-themes as special.
3725
79adf8c8
JD
37262011-10-01 Julien Danjou <julien@danjou.info>
3727
3728 * notifications.el (notifications-notify): Fix docstring.
3729
63bd50d3
PS
37302011-10-01 Per Starbäck <per@starback.se>
3731
3732 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
3733
199e4c7e
MR
37342011-09-30 Martin Rudalics <rudalics@gmx.at>
3735
3736 * startup.el (command-line-1): Fix last fix by inserting
3737 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 3738 (Bug#9605) and (Bug#9636)
199e4c7e 3739
fe5f08dd
EZ
37402011-09-29 Eli Zaretskii <eliz@gnu.org>
3741
3742 * simple.el (line-move): If auto-hscroll-mode is disabled and the
3743 window is hscrolled, move by logical lines. (Bug#9607)
3744 (line-move-visual): Update the doc string to the above effect.
3745
b5516bbd
MR
37462011-09-29 Martin Rudalics <rudalics@gmx.at>
3747
ccee00c0
MR
3748 * window.el (display-buffer-record-window): When WINDOW is the
3749 selected window use `point' instead of `window-point'. (Bug#9626)
3750
b5516bbd
MR
3751 * startup.el (command-line-1): Use insert-before-markers when
3752 inserting initial-scratch-message. (Bug#9605)
ccee00c0 3753
b5516bbd
MR
3754 * help.el (help-window): Remove variable.
3755
52aa0014
GM
37562011-09-29 Glenn Morris <rgm@gnu.org>
3757
3758 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
3759
df9a7357
JB
37602011-09-29 Juanma Barranquero <lekktu@gmail.com>
3761
3762 * descr-text.el (describe-char-categories): Accept category
3763 descriptions more than one line long.
3764
a8406c20
SM
37652011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3766
88d9610c
SM
3767 * simple.el (delete-trailing-whitespace): Fix last change.
3768
a5daf810
SM
3769 * progmodes/perl-mode.el (perl-syntax-propertize-function):
3770 Don't confuse "y => 3" as the beginning of a `y' operation.
3771
a8406c20
SM
3772 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
3773 object has more than 4 slots (bug#9613).
3774
a239d4e9
JB
37752011-09-28 Juanma Barranquero <lekktu@gmail.com>
3776
3777 * subr.el (with-output-to-temp-buffer):
3778 * net/quickurl.el (quickurl, quickurl-browse-url):
3779 Fix typos in docstrings.
3780
693fbdb6
EZ
37812011-09-27 Eli Zaretskii <eliz@gnu.org>
3782
3783 * minibuffer.el (completion-styles)
3784 (completion-category-overrides): Cross reference each other in doc
3785 strings.
3786
8b457e28
GM
37872011-09-27 Glenn Morris <rgm@gnu.org>
3788
3789 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
3790 to split-string. (Bug#9606)
3791
85a16208
LMI
37922011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3793
3794 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
3795 (bug#9615).
3796
502f9ebd
CY
37972011-09-27 Chong Yidong <cyd@stupidchicken.com>
3798
3799 * emacs-lisp/package.el (list-packages): Fix echo area message.
3800
7690bdea
LL
38012011-09-27 Leo Liu <sdl.web@gmail.com>
3802
3803 * ido.el (ido-read-internal): Accept cons cell HIST arg.
3804
e2ee6f30
MA
38052011-09-25 Michael Albinus <michael.albinus@gmx.de>
3806
3807 * net/dbus.el (dbus-unregister-object): Don't release services for
3808 registered signals. (Bug#9581)
3809
f3f98342
TZ
38102011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3811
3812 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
3813 function that picks between cfengine 2 and 3 support
3814 automatically. Update docs accordingly.
3815
dd7aa8dd
KH
38162011-09-22 Kenichi Handa <handa@m17n.org>
3817
3818 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
3819 ZERO.
3820 (indian-itrans-v5-table-for-tamil): New variable.
3821 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
3822
3f2b07f8
KM
38232011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
3824
3825 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
3826 that's true if the current command involved collapsing of text.
3827 It's reset to false at the beginning of the next command.
3828 (allout-post-command-business): Move the cursor to the beginning
3829 of entry if the cursor is hidden and collapsing activity just
3830 happened.
3831
371d6a61
CY
38322011-09-24 Chong Yidong <cyd@stupidchicken.com>
3833
3834 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
3835 tracking (Bug#9541).
3836
2ac2721a
UJ
38372011-09-24 Ulf Jasper <ulf.jasper@web.de>
3838
3839 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
3840 (newsticker-show-news): Automatically load html rendering package
3841 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
3842 because w3m-fill-column is let-bound" and the error "Symbol's value
3843 as variable is void: w3m-fill-column".
2ac2721a 3844
fac7ae53
MA
38452011-09-24 Michael Albinus <michael.albinus@gmx.de>
3846
3847 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
3848 Release services only if they are defined. (Bug#9581)
3849
e08b633b
RS
38502011-09-23 Richard Stallman <rms@gnu.org>
3851
e488d29c
RS
3852 * textmodes/paragraphs.el (forward-sentence): For backwards case,
3853 distinguish start of paragraph from start of its text.
3854
19c38752
RS
3855 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
3856
e08b633b
RS
3857 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
3858 (rmail-generate-viewer-buffer): Put that hook on view buffer.
3859 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
3860
0a39f27e
AS
38612011-09-23 Andreas Schwab <schwab@linux-m68k.org>
3862
3863 * international/mule-diag.el (mule-diag): Insert a newline after
3864 each fontset description.
3865
db4e950d
SM
38662011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3867
3868 * simple.el (delete-trailing-whitespace):
3869 Document last change; simplify.
3870
eca3f3ea
PW
38712011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
3872
d68e189a
PW
3873 * simple.el (delete-trailing-whitespace): Also delete
3874 extra newlines at the end of the buffer.
3875
eca3f3ea
PW
3876 * textmodes/picture.el: Make motion commands obey shift-select-mode.
3877 (picture-newline): Use forward-line so as to ignore fields.
3878
01c157cc
SM
38792011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3880
3881 * subr.el (with-wrapper-hook): Fix edebug spec.
3882
022de23e
LMI
38832011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3884
3885 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
3886 (bug#4538).
3887
91683089
MA
38882011-09-23 Michael Albinus <michael.albinus@gmx.de>
3889
eca3f3ea
PW
3890 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
3891 Fix nasty bug using wrong cached values.
91683089 3892
5bdd6fa4
AM
38932011-09-23 Alan Mackenzie <acm@muc.de>
3894
3895 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
3896
97adfb97
CY
38972011-09-23 Chong Yidong <cyd@stupidchicken.com>
3898
3899 * window.el (pop-to-buffer): Ensure right window is selected if we
3900 chose another frame.
3901
d4ef2b50
EZ
39022011-09-22 Eli Zaretskii <eliz@gnu.org>
3903
3904 * simple.el (what-cursor-position): Use get-char-property-change
3905 and next-single-char-property-change, to be able to show display
3906 properties that come from overlays as well as text properties.
3907
72258fe5
CY
39082011-09-22 Chong Yidong <cyd@stupidchicken.com>
3909
3910 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
3911
3912 * cmuscheme.el (run-scheme, switch-to-scheme):
3913 * cus-edit.el (customize-group, custom-buffer-create)
3914 (customize-browse):
3915 * info.el (info):
3916 * shell.el (shell):
3917 * mail/sendmail.el (mail):
3918 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
3919
8f098516
RS
39202011-09-22 Richard Stallman <rms@gnu.org>
3921
3922 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
3923 move back only to line beg, don't move back over blank lines.
3924
e74f1bb6
MA
39252011-09-22 Michael Albinus <michael.albinus@gmx.de>
3926
3927 * files.el (copy-directory): Set directory attributes only in case
3928 they could be retrieved from the source directory. (Bug#9565)
3929
bfeef8b6
DK
39302011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
3931
3932 * progmodes/hideshow.el (hs-looking-at-block-start-p)
3933 (hs-find-block-beginning, hs-hide-level-recursive):
3934 Ignore strings as well as comments. (Bug#9502)
3935
7e423bb8
AS
39362011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
3937
3938 * progmodes/sql.el (sql-comint-postgres):
3939 Convert port number to a string. (Bug#9566)
3940
b4d72fcf
MR
39412011-09-22 Martin Rudalics <rudalics@gmx.at>
3942
3943 * window.el (quit-window): Undedicate window when switching to
3944 previous buffer. Reported by Thierry Volpiatto
3945 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
3946 (special-display-popup-frame): When popping up a new frame reset
3947 its previous buffers to nil. Simplify code.
b4d72fcf 3948
a7b88dc6
MA
39492011-09-21 Michael Albinus <michael.albinus@gmx.de>
3950
3951 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
3952 and process filter, as done also in `shell-command'.
3953
cf4eacfd
MR
39542011-09-21 Martin Rudalics <rudalics@gmx.at>
3955
eca3f3ea 3956 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
3957 Call set-window-start with NOFORCE argument t.
3958 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
3959 (quit-window): Reword doc-string. Handle new format of
3960 quit-restore parameter. Don't delete window if it has a
3961 previous buffer we can show instead of the present one.
3962 (display-buffer-record-window): Rewrite using a new format for
3963 the quit-restore window parameter
3964 (special-display-popup-frame, display-buffer-same-window)
3965 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3966 (display-buffer-pop-up-window, display-buffer-use-some-window):
3967 Adapt symbol passed to display-buffer-record-window.
3968 * help.el (help-window-setup): Handle new format of quit-restore
3969 parameter.
3970
8d28cb95
SM
39712011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3972
94ab793f
SM
3973 * faces.el (face-list): Fix docstring (bug#9564).
3974
8d28cb95
SM
3975 * window.el (display-buffer--action-function-custom-type):
3976 Don't include internal functions in the Custom interface.
3977
3820edeb
JL
39782011-09-20 Juri Linkov <juri@jurta.org>
3979
3980 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
3981 (Info-forward-node, Info-backward-node, Info-next-preorder)
3982 (Info-last-preorder): Use it. (Bug#9528)
3983
5147931d
JL
39842011-09-20 Juri Linkov <juri@jurta.org>
3985
3986 * info.el (Info-last-preorder): Visit last menu item only when
3987 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
3988
cf499a1a
JD
39892011-09-20 Julien Danjou <julien@danjou.info>
3990
3991 * password-cache.el (password-cache-remove): Remove entries even if the
3992 value is nil, so that password with a nil value (negative caching) is
3993 possible to invalidate.
3994
f84e2fe2
LM
39952011-09-20 Lawrence Mitchell <wence@gmx.li>
3996
3997 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
3998 all whitespace around breakpoint. (Bug#9553)
3999 (f90-find-breakpoint): Only break at whitespace inside a comment.
4000
78054a46
SM
40012011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4002
4003 * minibuffer.el (completion-file-name-table): Keep track of errors.
4004 (completion-table-with-predicate): Handle the case where pred1 is nil.
4005 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4006
345083b2
SM
40072011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4008
e24e27be
SM
4009 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4010 (debugger-return-value): Signal an error if the debugging context does
4011 not await any return value.
4012
345083b2
SM
4013 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4014 * image-mode.el (image-toggle-display-text)
4015 (image-toggle-display-image): Stay away from evil `intangible'.
4016
08d355e3
LL
40172011-09-19 Leo Liu <sdl.web@gmail.com>
4018
4019 * replace.el (occur-revert-arguments): Make it permanent-local.
4020 (occur-mode): Don't call font-lock-defontify.
4021
f01da43f
CY
40222011-09-19 Chong Yidong <cyd@stupidchicken.com>
4023
4024 * net/ldap.el (ldap-search-internal): Don't push empty search
4025 result (Bug#9508).
4026
b6072fa6
SM
40272011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4030
443d6696
MA
40312011-09-19 Michael Albinus <michael.albinus@gmx.de>
4032
4033 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4034 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4035
7cc6e154
JL
40362011-09-18 Juri Linkov <juri@jurta.org>
4037
4038 * buff-menu.el (Buffer-menu-mode-map):
4039 * dired.el (dired-mode-map):
4040 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4041 (lisp-interaction-mode-map):
4042 * emacs-lisp/package.el (package-menu-mode-map):
4043 * epa.el (epa-key-list-mode-map):
4044 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4045 (menu-bar-options-menu):
4046 * outline.el (outline-mode-menu-bar-map):
4047 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4048 * vc/vc-dir.el (vc-dir-menu-map):
4049 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4050 Capitalize non-function content words in menu item strings.
4051
4052 * dired.el (dired-mode-map): Add menu item for
4053 `image-dired-dired-toggle-marked-thumbs'.
4054
80302a81
JL
40552011-09-18 Juri Linkov <juri@jurta.org>
4056
4057 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4058 to `isearch-case-fold-search' and restore its original value
4059 after the `isearch-mode' call.
4060
46c5cf66
JL
40612011-09-18 Juri Linkov <juri@jurta.org>
4062
4063 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4064 because `zgrep' returns 1 for successful matches (bug#9226).
4065
d18b513b
JL
40662011-09-18 Juri Linkov <juri@jurta.org>
4067
4068 * info.el (Info-extract-menu-node-name): Check the second match
4069 for empty string (second test-case of bug#9528).
4070 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4071 intermediate nodes to the history (first test-case of bug#9528).
4072
72753f87
JL
40732011-09-18 Juri Linkov <juri@jurta.org>
4074
4075 * info.el (Info-mode-syntax-table): New variable.
1154d12e 4076 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 4077
c9384295
JL
40782011-09-18 Juri Linkov <juri@jurta.org>
4079
1154d12e
JB
4080 * info.el (Info-file-supports-index-cookies):
4081 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4082 outputs one more line for long file names (bug#4142).
c9384295 4083
d473dce8
CY
40842011-09-18 Chong Yidong <cyd@stupidchicken.com>
4085
4086 * newcomment.el (comment-normalize-vars): If prompting for
4087 comment-start, set comment-start-skip too (Bug#8424).
4088
2176854d
JB
40892011-09-18 Johan Bockgård <bojohan@gnu.org>
4090
4091 * icomplete.el: Fix previous fix of Bug#5849.
4092 (icomplete-mode): Don't set completion-show-inline-help.
4093 (icomplete-minibuffer-setup): Set completion-show-inline-help
4094 locally during icompletion.
4095
3aace4e4
CY
40962011-09-18 Chong Yidong <cyd@stupidchicken.com>
4097
c940224f
CY
4098 * woman.el (woman2-process-escapes): Don't delete unrecognized
4099 escapes (Bug#7843).
4100
3aace4e4
CY
4101 * files.el (inhibit-first-line-modes-regexps): Add image files.
4102 (hack-local-variables-prop-line): Return nil for malformed
4103 prop-lines (Bug#9044).
4104
710dec63
MA
41052011-09-18 Michael Albinus <michael.albinus@gmx.de>
4106
4107 * net/tramp.el (top): Don't require 'shell.
4108 (tramp-methods): Fix docstring.
4109 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
4110 Return complete remote file name. Handle "smb" case.
4111 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
4112 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4113
4114 * net/tramp-compat.el (top): Require 'shell.
4115
4116 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4117 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4118 `tramp-current-host'.
4119 (tramp-get-remote-tmpdir): Remove.
4120
4121 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4122 `tramp-tmpdir' entries.
4123 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4124 (tramp-smb-handle-file-attributes): Ignore errors.
4125 (tramp-smb-wait-for-output): Check also for process end.
4126
5d5ac8ec
LMI
41272011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4128
4129 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4130 when sending QUIT (bug#9312).
4131
8c0f49f0
CY
41322011-09-17 Chong Yidong <cyd@stupidchicken.com>
4133
4134 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4135 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4136 occur-mode-display-occurrence.
4137 (occur-edit-mode): Add usage message.
4138 (occur-cease-edit): New command.
4139 (occur-after-change-function): Use text properties to find the
4140 position of the prefix text.
4141 (occur-engine): Set stickiness of prefix text properties.
4142
8f1383f7
GM
41432011-09-17 Glenn Morris <rgm@gnu.org>
4144
4145 * progmodes/etags.el (complete-tag):
4146 Fix call to completion-in-region. (Bug#9526)
4147
744ba0e3
JL
41482011-09-17 Juri Linkov <juri@jurta.org>
4149
4150 * textmodes/ispell.el (ispell-word): Add to the error message
4151 the word, ispell program name and current dictionary (bug#9121).
4152 (ispell-tex-arg-end): Capitalize "error" in the error message.
4153
d9bbf400
AS
41542011-09-17 Andreas Schwab <schwab@linux-m68k.org>
4155
4156 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4157 check. (Bug#4251)
4158
8da11505
JL
41592011-09-17 Juri Linkov <juri@jurta.org>
4160
4161 * window.el (window-safe-min-height, window-safe-min-width):
4162 Fix typos (followup to bug#9522).
4163
a91adc7e
SJ
41642011-09-17 Sven Joachim <svenjoac@gmx.de>
4165
4166 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4167
064f328a
EZ
41682011-09-16 Eli Zaretskii <eliz@gnu.org>
4169
4170 * simple.el (line-move): If goal-column is set, move by logical
4171 lines, not by display lines. (Bug#971)
4172 (next-line, previous-line, goal-column, line-move-visual): Doc fix
4173 to reflect the above change.
4174
e69df516
SM
41752011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4176
4177 * image.el (imagemagick-register-types): Use regexp-opt.
4178
cbb0f9ab
CY
41792011-09-15 Chong Yidong <cyd@stupidchicken.com>
4180
4181 * window.el (display-buffer-base-action): Rename from
4182 display-buffer-default-action. Make default value empty.
4183 (display-buffer-overriding-action): Convert to defvar.
4184 (display-buffer-fallback-action): New var.
4185
25322144
CY
41862011-09-15 Chong Yidong <cyd@stupidchicken.com>
4187
4188 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4189 declaration.
4190 (package--add-to-archive-contents): If there is a duplicate entry
4191 with an older version, remove it.
4192 (package-menu-mark-delete, package-menu-mark-install)
4193 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
4194 (package-menu-mark-obsolete-for-deletion):
4195 Use package-menu-get-status instead of a regexp search.
25322144
CY
4196 (package-menu-get-status): Use tabulated-list-entry.
4197 (package-menu-mark-upgrades): New command.
d770725a 4198 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
4199 (package-menu-execute): Do installation before deletion.
4200 (package-menu-refresh, package-menu-execute): Use derived-mode-p
4201 instead of checking major-mode.
4202 (package-menu--find-upgrades): New function.
4203
7520339c
LMI
42042011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4205
4206 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
4207 passwords in the log buffer.
65a046c4
LMI
4208 (smtpmail-process-filter): Update the process marker so that the
4209 "broken by peer" status message is inserted in the right place.
7520339c 4210
d3c30954
SM
42112011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4212
3fe48822
SM
4213 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
4214 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
4215 bibtex-completion-at-point-function.
4216 (bibtex-completion-at-point-function): Use them.
4217
1b8b3954
SM
4218 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
4219
d3c30954
SM
4220 * mpc.el (mpc-constraints-tag-lookup): New function.
4221 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
4222 also to browser "album|playlist".
4223
72779976
JL
42242011-09-14 Juri Linkov <juri@jurta.org>
4225
4226 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
4227 (isearch-edit-string): Use length of `isearch-string' when
4228 `isearch-fail-pos' returns nil.
4229 (isearch-message): Remove duplicate code and call
4230 `isearch-fail-pos' with arg `t'.
4231
a0bf2bcd
CY
42322011-09-14 Chong Yidong <cyd@stupidchicken.com>
4233
17bb0a2d
CY
4234 * replace.el (occur-mode-goto-occurrence): Don't force using other
4235 window (Bug#9499).
4236
a0bf2bcd
CY
4237 * dired-aux.el (dired-do-chmod): Don't provide initial input.
4238
f678e0b6
MR
42392011-09-14 Martin Rudalics <rudalics@gmx.at>
4240
4241 * window.el (display-buffer-window): Remove.
4242 (display-buffer-record-window): Use help-setup window parameter
4243 instead of variable display-buffer-window.
4244 (display-buffer-function, special-display-buffer-names)
4245 (special-display-function): Mention help-setup parameter instead
4246 of display-buffer-window in doc-string.
d3c30954
SM
4247 * help.el (help-window-setup): New argument help-window.
4248 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
4249 Reword some messages.
4250 (with-help-window): Pass window used for displaying the buffer
4251 to help-window-setup. Don't set display-buffer-window.
4252
8e39b2e8
GM
42532011-09-13 Glenn Morris <rgm@gnu.org>
4254
4255 * emacs-lisp/debug.el (debugger-make-xrefs):
4256 Preserve point. (Bug#9462)
4257
85e9c04b
CY
42582011-09-13 Chong Yidong <cyd@stupidchicken.com>
4259
4260 * window.el (window-deletable-p): Use next-frame.
4261
1b36ed6a
MR
42622011-09-13 Martin Rudalics <rudalics@gmx.at>
4263
4264 * window.el (window-auto-delete): Remove.
4265 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 4266 dedication and previous buffers.
1b36ed6a
MR
4267 (switch-to-prev-buffer): Don't delete window.
4268 (delete-windows-on): Delete a window's frame if and only if the
4269 window is dedicated.
4270 (replace-buffer-in-windows): Delete buffer's window or frame if
4271 and only if window is dedicated.
4272 (quit-window): Handle quit-restore as before last change.
4d61f28d 4273 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 4274
ef8ef9fb
CY
42752011-09-13 Chong Yidong <cyd@stupidchicken.com>
4276
4277 * window.el (window-deletable-p): Never delete the last frame on a
4278 given terminal.
4279
b2cba41e
GM
42802011-09-13 Glenn Morris <rgm@gnu.org>
4281
4282 * help.el (describe-key-briefly): Copy previous standard-output change.
4283
51553db6 42842011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
4285
4286 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
4287
b7556719
GM
42882011-09-13 Glenn Morris <rgm@gnu.org>
4289
4290 * emacs-lisp/lisp-mode.el (lisp-indent-function):
4291 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
4292
64b51947
CY
42932011-09-12 Chong Yidong <cyd@stupidchicken.com>
4294
4295 * dired-aux.el (dired-mark-read-string): Don't return default
4296 value on empty input (Bug#9361).
4297 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
4298 Omit initial minibuffer contents.
4299 (dired-do-chmod): Signal an error on empty input.
4300 (dired-mark-read-string): Don't return default on empty input.
4301
4302 * files.el (file-modes-symbolic-to-number): Doc fix.
4303
393a301e
SM
43042011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4305
4306 * international/mule-cmds.el (ucs-completions): Remove.
4307 (read-char-by-name): Use complete-with-action instead; add metadata.
4308
fa5660f9
CY
43092011-09-11 Chong Yidong <cyd@stupidchicken.com>
4310
4311 * window.el (display-buffer--action-function-custom-type)
4312 (display-buffer--action-custom-type): New vars.
4313 (display-buffer-alist, display-buffer-default-action)
4314 (display-buffer-overriding-action): Add defcustom types.
4315
4a592f66
CY
4316 * frame.el (delete-other-frames): Doc fix (Bug#276).
4317
73d56dbd
LMI
43182011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4319
4320 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
4321
37ac18a3
CY
43222011-09-11 Chong Yidong <cyd@stupidchicken.com>
4323
4324 Change modes that used same-window-* vars to use switch-to-buffer.
4325
4326 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
4327 Use switch-to-buffer.
4328
4329 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
4330 (customize-browse, custom-buffer-create-other-window):
4331 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
4332
4333 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
4334 (Info-prev, Info-up, Info-speedbar-goto-node)
4335 (info-display-manual): Use switch-to-buffer.
4336 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
4337
4338 * mail/sendmail.el (mail): Use switch-to-buffer.
4339 (mail-recover): Use switch-to-buffer-other-window.
4340
4341 * cmuscheme.el (run-scheme, switch-to-scheme):
4342 * ielm.el (ielm):
4343 * shell.el (shell):
4344 * net/rlogin.el (rlogin):
4345 * net/telnet.el (telnet, rsh):
4346 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
4347
10195bd6
AS
43482011-09-11 Andreas Schwab <schwab@linux-m68k.org>
4349
4350 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
4351
b322f63a
LMI
43522011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4353
39d7fed6
LMI
4354 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
4355 so don't mention it (bug#9301).
ba5a81f1 4356 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 4357
ee0e9f11
LMI
4358 * faces.el (face-spec-set-match-display): Make `(type graphic)'
4359 match `x', `w32' and `ns', like the manual says (bug#9029).
4360
0b1c89c1 4361 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
4362 (process-kill-buffer-query-function): Mention the buffer name in
4363 the query.
0b1c89c1 4364
77549ea8
LMI
4365 * image-mode.el (image-next-line): The line parameter is mandatory
4366 (bug#9258).
4367
803ef892
LMI
4368 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
4369 which can be useful (bug#9301).
4370
12980837
LMI
4371 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
4372
91054f8f
LMI
4373 * subr.el (match-string): Mention that the current buffer should
4374 be the same as the search was done in (bug#9282).
4375
b322f63a
LMI
4376 * facemenu.el: Disable the remove-* commands if the mark isn't
4377 active (bug#9162).
4378
3199b96f
CY
43792011-09-10 Chong Yidong <cyd@stupidchicken.com>
4380
4381 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
4382 of display-buffer.
4383 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
4384
4385 * replace.el (occur-mode-goto-occurrence)
4386 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
4387 and display-buffer.
4388
4389 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
4390 display-buffer.
4391
4392 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
4393 special-display and same-window variables.
4394 (mail-other-window): Use switch-to-buffer-other-window.
4395 (mail-other-frame): USe switch-to-buffer-other-frame.
4396
393a301e
SM
4397 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
4398 Use display-buffer-other-frame.
3199b96f
CY
4399 (gdb-display-gdb-buffer): Use pop-to-buffer.
4400
4401 * progmodes/gud.el (gud-goto-info): Use info-other-window.
4402
4403 * progmodes/python.el: Don't set same-window-buffer-names.
4404
4405 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
4406
4407 * window.el (display-buffer-alist): Add *Python*.
4408
8319e0bf
CY
44092011-09-10 Chong Yidong <cyd@stupidchicken.com>
4410
4411 * window.el (display-buffer-alist): Add entry for buffers
4412 previously handled same-window-*.
4413 (display-buffer-alist, display-buffer-default-action)
4414 (display-buffer-overriding-action): Mark as risky.
4415 (display-buffer-alist): Document action function changes.
4416 (display-buffer--same-window-action)
4417 (display-buffer--other-frame-action): New variables.
4418 (switch-to-buffer, display-buffer-other-frame): Use them.
4419 (display-buffer): Rename reuse-frame entry to reusable-frames.
4420 (display-buffer-reuse-selected-window): Function deleted.
4421 (display-buffer-reuse-window): Handle reusable-frames alist entry.
4422 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
4423 (display-buffer-special): New function.
4424 (display-buffer--maybe-pop-up-frame-or-window): Rename from
4425 display-buffer-reuse-or-pop-window. Split off special-display
4426 part into display-buffer-special.
4427 (display-buffer-use-some-window): Don't perform any special
4428 pop-up-frames handling.
4429 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 4430 (display-buffer--maybe-same-window): Rename from
0d3ff375 4431 display-buffer-maybe-same-window.
8319e0bf 4432
919a69aa
CY
4433 * info.el: Don't set same-window-regexps.
4434 (info-setup): New function.
4435 (info-other-window, info): Call it.
4436
4437 * cus-edit.el: Don't set same-window-regexps.
4438 (customize-group): New argument.
4439 (customize-group-other-window): Use it.
4440 (customize-face, customize-face-other-window): Likewise.
4441 (custom-buffer-create-other-window): Use pop-to-buffer directly.
4442
8319e0bf
CY
4443 * net/rlogin.el:
4444 * net/telnet.el:
4445 * progmodes/gud.el: Don't set same-window-regexps.
4446
4447 * cmuscheme.el:
4448 * ielm.el:
4449 * shell.el:
4450 * mail/sendmail.el:
4451 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
4452
25173000
JL
44532011-09-10 Juri Linkov <juri@jurta.org>
4454
4455 * isearch.el (isearch-edit-string): Remove obsolete mention of
4456 `C-w' (`isearch-yank-word-or-char') from docstring.
4457 (isearch-query-replace): Fix typo in docstring (bug#9466).
4458
056e44ef
JL
44592011-09-10 Juri Linkov <juri@jurta.org>
4460
4461 * paren.el (show-paren-function): Don't show escaped parens.
4462 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
4463
c3760c17
EZ
44642011-09-10 Eli Zaretskii <eliz@gnu.org>
4465
4466 * mail/sendmail.el (mml-to-mime, mml-attach-file)
4467 (mm-default-file-encoding): Remove autoload forms, they are
4468 replaced with autoload cookies in mml.el and mm-encode.el.
4469 (mail-add-attachment): New command.
4470 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
4471 (mail-mode): Mention mail-insert-file and mail-add-attachment in
4472 the doc string.
4473 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
4474
fece895e
RT
44752011-09-10 Reuben Thomas <rrt@sc3d.org>
4476
e69df516
SM
4477 * simple.el (count-words-region): Use buffer if there's no region
4478 (bug#9429).
fece895e 4479
5e68ce4a
JL
44802011-09-09 Juri Linkov <juri@jurta.org>
4481
4482 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
4483 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
4484 (wdired-isearch-filter-read-only): New function. (Bug#6362)
4485
0a6b9622
AM
44862011-09-09 Alan Mackenzie <acm@muc.de>
4487
4488 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
4489 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
4490
14a29deb
EZ
44912011-09-09 Eli Zaretskii <eliz@gnu.org>
4492
4493 Fix for Savannah bug#9392.
4494 * simple.el (mail-encode-mml): New defvar.
4495
4496 * mail/rmail.el (mail-encode-mml): Add a defvar.
4497 (rmail-enable-mime-composing): Default to t.
4498 (rmail-forward): Use MIME method of forwarding only if both
4499 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
4500 Set mail-encode-mml non-nil if the MIME method was used.
4501
4502 * mail/sendmail.el (mml-to-mime): Add autoload form.
4503 (mail-encode-mml): Add a defvar.
4504 (mail-mode): Make mail-encode-mml buffer-local and initialize it
4505 to nil.
4506 (mail-send): If mail-encode-mml is non-nil, run the outgoing
4507 message through mml-to-mime, and reset mail-encode-mml to nil.
4508
28c45130
GM
45092011-09-09 Glenn Morris <rgm@gnu.org>
4510
4511 * woman.el (woman-if-body): When processing an .el block,
4512 do not delete the next .el block as well. (Bug#9447)
69f4b618 4513 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 4514
9b1c252e
MR
45152011-09-08 Martin Rudalics <rudalics@gmx.at>
4516
4517 * window.el (window-deletable-p): Make sure window is live before
4518 invoking window-prev-buffers.
4519
567457e3
LL
45202011-09-08 Leo Liu <sdl.web@gmail.com>
4521
4522 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
4523
97f05794
JL
45242011-09-08 Juri Linkov <juri@jurta.org>
4525
4526 * progmodes/compile.el (compilation-environment): Make it
4527 a defcustom (bug#8340).
4528
8b0874b5
MR
45292011-09-08 Martin Rudalics <rudalics@gmx.at>
4530
4531 * window.el (frame-auto-delete): Rename to window-auto-delete.
4532 Make it control auto-deletion of windows and/or frames.
4533 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 4534 for deleting window/frame. (Bug#9419)
8b0874b5
MR
4535 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
4536 Rewrite handling of case when window/frame can be deleted.
4537 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 4538 argument t. (Bug#9456)
8b0874b5 4539
4feb6e73
CY
45402011-09-07 Chong Yidong <cyd@stupidchicken.com>
4541
4542 * help-mode.el (help-mode): Restore autoload.
4543
91ab9c13
JL
45442011-09-07 Juri Linkov <juri@jurta.org>
4545
4546 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
4547 `compilation-environment'. Set buffer-local
4548 `compilation-environment' to `thisenv' later after (funcall mode).
4549 (Bug#8340)
4550
4551 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
4552 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
4553 instead of replacing its value. (Bug#8340)
4554
0527e251
JL
45552011-09-07 Juri Linkov <juri@jurta.org>
4556
4557 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
4558 based on text properties put by `grep-filter' instead of matching
4559 escape sequences.
4560 (grep-mode): Set buffer-local `compilation-error-screen-columns'
4561 to the value of `grep-error-screen-columns' (bug#9438).
4562
249f792c
JL
45632011-09-07 Juri Linkov <juri@jurta.org>
4564
4565 * simple.el (next-error-highlight, next-error-highlight-no-select):
4566 Doc fix (bug#9432).
4567
ff7271b9
OT
45682011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4569
4570 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4571 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
4572
183fc730
LL
45732011-09-07 Leo Liu <sdl.web@gmail.com>
4574
4575 * net/rcirc.el (rcirc-mode): Conditionally initialize
4576 rcirc-input-ring.
4577
77694924
SM
45782011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4579
4580 * emacs-lisp/find-func.el (find-function-C-source): Only set
4581 find-function-C-source-directory after checking that we found a source
4582 file there (bug#9440).
4583
d809b8eb
AM
45842011-09-06 Alan Mackenzie <acm@muc.de>
4585
4586 * isearch.el (isearch-other-meta-char): Wherever a key list is
4587 unread, "unread" the prefix arg, too. This fixes bug #8901.
4588
453de99f
OG
45892011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4590
4591 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
4592
90439906
JL
45932011-09-05 Juri Linkov <juri@jurta.org>
4594
4595 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
4596
f62bd846
JL
45972011-09-05 Juri Linkov <juri@jurta.org>
4598
4599 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
4600 keeping point where processing of grep matches begins, and
4601 continue to delete remaining escape sequences from the same point.
4602 (grep-filter): Make leading zero optional in "0?1;31m" because
4603 git-grep emits "\033[1;31m" escape sequences unlike expected
4604 "\033[01;31m" as GNU Grep does (bug#9408).
4605 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
4606
045820ec
JL
46072011-09-05 Juri Linkov <juri@jurta.org>
4608
4609 * subr.el (y-or-n-p): Capitalize "yes".
4610
f5e29b9b
MA
46112011-09-04 Michael Albinus <michael.albinus@gmx.de>
4612
4613 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
4614 `tramp-cache-unload-hook' where appropriate.
4615 (tramp-methods): Rename `tramp-remote-sh' to
4616 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
4617 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
4618
4619 * net/tramp-sh.el (top): Don't require 'shell.
4620 (tramp-methods): Add `tramp-remote-shell' and
4621 `tramp-remote-shell-args' entries.
4622 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
4623 (tramp-sh-handle-shell-command): Remove.
4624 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4625 Use `tramp-remote-shell'.
4626
2784c434
CY
46272011-09-03 Chong Yidong <cyd@stupidchicken.com>
4628
393a301e 4629 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
4630 (sendmail-query-once): Save directly to send-mail-function.
4631 Update message-send-mail-function too.
4632
4633 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
4634
464cdf56
CS
46352011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
4636
4637 * progmodes/python.el (python-mode-map): Use correct function to
4638 start python interpreter from menu-bar (as reported by Geert
4639 Kloosterman).
4640 (inferior-python-mode-map): Fix typo.
393a301e 4641 (python-shell-map): Remove.
464cdf56 4642
d37e5c87
DD
46432011-09-03 Deniz Dogan <deniz@dogan.se>
4644
4645 * net/rcirc.el (rcirc-print): Simplify code for
4646 rcirc-scroll-show-maximum-output. There is no need to walk
4647 through all windows to find the right one.
4648
f3ada0ee
CS
46492011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
4650
4651 * help.el (help-return-method): Doc fix.
4652
1f3c99ca
MR
46532011-09-03 Martin Rudalics <rudalics@gmx.at>
4654
4655 * window.el (window-deletable-p): Don't return a non-nil value
4656 when there's a buffer that was shown in the window before.
4657 (Bug#9419)
393a301e
SM
4658 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4659 Set window's previous buffers to nil.
1f3c99ca 4660
a3cf097f
EZ
46612011-09-03 Eli Zaretskii <eliz@gnu.org>
4662
4663 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
4664 newline before and after the tag line, so it doesn't interfere
4665 with determining the paragraph direction of bidirectional text.
4666
3d03de90
LL
46672011-09-03 Leo Liu <sdl.web@gmail.com>
4668
4669 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
4670
c3313451
CY
46712011-09-02 Chong Yidong <cyd@stupidchicken.com>
4672
393a301e 4673 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
4674 (pop-to-buffer): Change interactive spec. Pass second argument
4675 directly to display-buffer.
4676 (display-buffer): Fix interactive spec. Use functionp to
4677 distinguish between a function and a list of functions.
4678
4679 * abbrev.el (edit-abbrevs):
4680 * arc-mode.el (archive-extract):
4681 * autoinsert.el (auto-insert):
4682 * bookmark.el (bookmark-bmenu-list):
4683 * files.el (find-file):
4684 * view.el (view-buffer):
4685 * progmodes/compile.el (compilation-goto-locus):
4686 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
4687
89894cd8
CY
46882011-09-02 Chong Yidong <cyd@stupidchicken.com>
4689
4690 * window.el (display-buffer-alist): Doc fix.
4691 (display-buffer): Add docstring. Don't treat
4692 display-buffer-default specially.
4693 (display-buffer-reuse-selected-window)
4694 (display-buffer-same-window, display-buffer-maybe-same-window)
4695 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4696 (display-buffer-pop-up-window)
4697 (display-buffer-reuse-or-pop-window)
4698 (display-buffer-use-some-window): New functions.
4699 (display-buffer-default-action): Use them.
393a301e 4700 (display-buffer-default): Delete.
89894cd8
CY
4701 (pop-to-buffer-1): Fix choice of actions.
4702
ae0bc9fb
SM
47032011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * minibuffer.el (completion--insert-strings): Don't get confused by
4706 completion entries that end with an LF char.
4707
e9d90883
EZ
47082011-09-01 Eli Zaretskii <eliz@gnu.org>
4709
4710 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
4711
437014c8
CY
47122011-09-01 Chong Yidong <cyd@stupidchicken.com>
4713
4714 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
4715 (display-buffer-same-window, display-buffer-other-window):
4716 New functions.
437014c8
CY
4717 (pop-to-buffer-1): New function. Use the above.
4718 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 4719 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
4720
4721 * view.el (view-buffer-other-window, view-buffer-other-frame):
4722 Just use pop-to-buffer.
4723
a5e063d5
TV
47242011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4725
4726 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
4727
793d32bb
WH
47282011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
4729
4730 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
4731
d65e4c15
RS
47322011-08-31 Richard Stallman <rms@gnu.org>
4733
4734 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
4735 of the separation of rmail-view-buffer from rmail-buffer.
4736 If you say no to "replace original", the decrypt is in the
4737 view buffer. If you say yes, the decrypt goes into the
4738 rmail buffer also.
4739
f818cd2a
MR
47402011-08-31 Martin Rudalics <rudalics@gmx.at>
4741
4742 * window.el (display-buffer-window): Rewrite doc-string.
4743 (display-buffer-record-window): New function.
4744 (display-buffer-macro-specifiers)
4745 (display-buffer-even-window-sizes, display-buffer-set-height)
4746 (display-buffer-set-width, display-buffer-in-window)
4747 (display-buffer-reuse-window, display-buffer-split-specifiers)
4748 (display-buffer-side-specifiers, display-buffer-split-window-1)
4749 (display-buffer-split-window, display-buffer-split-atom-window)
4750 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4751 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
4752 (display-buffer-other-window-means-other-frame)
4753 (display-buffer-normalize-special)
4754 (display-buffer-normalize-default)
4755 (display-buffer-normalize-argument)
4756 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
4757 (display-buffer-normalize-specifiers, display-buffer-frame)
4758 (display-buffer-same-window, display-buffer-same-frame)
4759 (display-buffer-other-window)
4760 (display-buffer-same-frame-other-window)
4761 (display-buffer-other-frame, pop-to-buffer-same-window)
4762 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
4763 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
4764 (switch-to-buffer-same-frame)
4765 (switch-to-buffer-other-window-same-frame)
4766 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
4767 (display-buffer-alist-set-1, display-buffer-alist-set-2)
4768 (display-buffer-alist-set): Remove.
4769 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
4770 (special-display-regexps, special-display-function):
4771 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
4772 parameter.
4773 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
4774 (special-display-frame-alist, special-display-popup-frame)
4775 (same-window-buffer-names, same-window-regexps, same-window-p)
4776 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4777 (split-window-preferred-function, split-height-threshold)
4778 (split-width-threshold, window-splittable-p)
4779 (split-window-sensibly, window--try-to-split-window)
4780 (window--frame-usable-p, even-window-heights)
4781 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
4782 (window--display-buffer-2, display-buffer-other-frame):
4783 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
4784 (display-buffer-default, display-buffer-assq-regexp): New functions.
4785 (display-buffer-alist): Rewrite doc-string.
4786 (display-buffer-default-action)
4787 (display-buffer-overriding-action): New variables.
4788 (display-buffer, switch-to-buffer): Rewrite.
4789 (pop-to-buffer): Restore Emacs 23 behavior but use
4790 window-normalize-buffer-to-display.
4791 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
4792 Restore Emacs 23 behavior but use
4793 window-normalize-buffer-to-switch-to.
4794 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
4795 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
4796 Rewrite using Emacs 23 options.
f818cd2a 4797
5bc3b51d
MA
47982011-08-31 Michael Albinus <michael.albinus@gmx.de>
4799
4800 * net/tramp.el (tramp-root-regexp): Remove.
4801 (tramp-completion-file-name-regexp-unified)
4802 (tramp-completion-file-name-regexp-separate)
4803 (tramp-completion-file-name-regexp-url): Don't use leading volume
4804 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
4805 (tramp-drop-volume-letter): Simplify definition.
4806 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 4807
b1a4f8e1
SM
48082011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4809
4810 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
4811 (bug#9356).
4812
5664fa7b
RT
48132011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
4814
b1a4f8e1 4815 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 4816
9a45d6c3
JL
48172011-08-29 Juri Linkov <juri@jurta.org>
4818
4819 * isearch.el (isearch-done): Don't display message "Mark saved"
4820 when arg `edit' is non-nil to prevent its flicker in the echo area.
4821
fb87e0fb
CY
48222011-08-28 Chong Yidong <cyd@stupidchicken.com>
4823
4824 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
4825 obsolete packages for deletion.
4826
09ac1c2a
CS
48272011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
4828
4829 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 4830 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
4831 view-mode from help-mode.
4832 (help-xref-override-view-map): Remove.
4833 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
4834 view-mode is not used anymore.
4835
7a1ff57f
CY
48362011-08-28 Chong Yidong <cyd@stupidchicken.com>
4837
4838 * server.el (server-port): Doc fix.
4839
b9696605
CY
4840 * cus-theme.el (custom-theme-choose-mode): Inherit from
4841 special-mode (Bug#9124).
4842 (custom-theme-choose-mode-map): Add special-mode to parent.
4843
ef8cdf8c
AM
48442011-08-28 Alan Mackenzie <acm@muc.de>
4845
4846 * progmodes/cc-fonts.el
4847 (c-make-font-lock-BO-decl-search-function): New function.
4848 (c-basic-matchers-after - "Fontify the clauses after various
4849 keywords"): Extract the three keyword lists for the 3 erroneous
4850 constructs from the list of four, and use the new function above
4851 in place of an old one.
4852
27de4e20
DD
48532011-08-28 Deniz Dogan <deniz@dogan.se>
4854
4855 * net/rcirc.el (rcirc-insert-prev-input)
4856 (rcirc-insert-next-input): Remove unused argument.
4857
356a3681
SM
48582011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4859
4860 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
4861
3fc9b218
AM
48622011-08-27 Alan Mackenzie <acm@muc.de>
4863
4864 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
4865 handle function pointer parameters properly.
4866
538a061c
MR
48672011-08-27 Martin Rudalics <rudalics@gmx.at>
4868
4869 * window.el (display-buffer-reuse-window): Fix case where
4870 selected window was reused with non-nil OTHER-WINDOW argument.
4871 (Bug#9381)
4872
35b1c40c
DD
48732011-08-27 Deniz Dogan <deniz@dogan.se>
4874
4875 * net/rcirc.el (rcirc-check-auth-status): Adding support for
4876 oftc's NickServ messages.
4877
2f6a3e79
GM
48782011-08-27 Glenn Morris <rgm@gnu.org>
4879
4880 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
4881
7254299e
CY
48822011-08-26 Chong Yidong <cyd@stupidchicken.com>
4883
4884 * emacs-lisp/package.el (package-install): Call package-initialize
4885 if called interactively.
4886
f8ccf167
LL
48872011-08-26 Leo Liu <sdl.web@gmail.com>
4888
4889 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
4890
3e8cd5ce
JL
48912011-08-25 Juri Linkov <juri@jurta.org>
4892
4893 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4894 `search-whitespace-regexp' (bug#9364).
4895
93eb7113
JL
48962011-08-25 Juri Linkov <juri@jurta.org>
4897
4898 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
4899 `regexp-search-ring' to their global values to protect from
4900 updating by `read-from-minibuffer' (bug#9185).
4901
f65d1611
JL
49022011-08-25 Juri Linkov <juri@jurta.org>
4903
4904 * textmodes/ispell.el (ispell-command-loop): Add newline
4905 at the end of the "Use option `i'..." line.
4906
f1cf7a31
JL
49072011-08-25 Juri Linkov <juri@jurta.org>
4908
4909 * battery.el (display-battery-mode): If `battery-status-function'
4910 or `battery-mode-line-format' is nil, display the message and set
4911 `display-battery-mode' to nil (bug#9363).
4912
0c95fcf7
EZ
49132011-08-25 Eli Zaretskii <eliz@gnu.org>
4914
4915 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
4916 bidi-string-mark-left-to-right; they are unnecessary now.
4917
a2ebe600
DD
49182011-08-25 Deniz Dogan <deniz@dogan.se>
4919
4920 * net/quickurl.el: Documentation typo fixes.
4921
e4ed06f1
CY
49222011-08-25 Chong Yidong <cyd@stupidchicken.com>
4923
4924 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
4925
e5f1c99e
GM
49262011-08-25 Glenn Morris <rgm@gnu.org>
4927
b2948976
GM
4928 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4929
e5f1c99e
GM
4930 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
4931 (smtpmail-via-smtp): Handle nil response from smtp.
4932
f22f4808
JL
49332011-08-24 Juri Linkov <juri@jurta.org>
4934
4935 * proced.el (proced-marked): Inherit from `error' instead of
4936 `font-lock-warning-face'.
4937
4938 * ibuffer.el (ibuffer-marked-face): Change default face from
4939 `font-lock-warning-face' to `warning'.
4940 (ibuffer-deletion-face): Change default face from
4941 `font-lock-type-face' to `error'.
4942
4943 * battery.el (battery-update): Use the face `error' instead of
4944 `font-lock-warning-face' (bug#6117).
4945
6a93965e
JL
49462011-08-24 Juri Linkov <juri@jurta.org>
4947
4948 * faces.el (success): Change face color from "Green3" to
4949 "ForestGreen" on light background (bug#9353).
4950
1ed43b09
CY
49512011-08-24 Chong Yidong <cyd@stupidchicken.com>
4952
5664fa7b
RT
4953 * window.el (quit-window): Rename from quit-restore-window.
4954 Use same arglist as old quit-window.
1ed43b09
CY
4955 (frame-auto-delete): Doc fix.
4956
4957 * view.el (view-mode-exit): Use quit-window.
4958
11dcdbb2
JL
49592011-08-24 Juri Linkov <juri@jurta.org>
4960
4961 * isearch.el (isearch-ring-adjust1): Start visiting previous
4962 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
4963 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
4964 for empty search string (when the last search string is reused
4965 automatically) to adjust the isearch ring to the last element and
4966 prepare the correct index for further M-p commands (bug#9185).
4967
de62b4df
KH
49682011-08-24 Kenichi Handa <handa@m17n.org>
4969
4970 * international/ucs-normalize.el: If decomposition property of
4971 CHAR is the default one (i.e. a list of CHAR itself), treat it as
4972 nil.
4973 (nfd, nfkd): Likewise.
4974
963b492b
SM
49752011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
4978 from process filters aren't reliably transmitted to the surrounding
4979 accept-process-output.
4980 (mpc-proc-check): New function.
4981 (mpc-proc-sync): Use it (bug#8293)
4982
93b6b5e1
SM
49832011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4984
4985 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
4986 Add compatibility functions (bug#9313).
4987
bca633fb
EZ
49882011-08-23 Eli Zaretskii <eliz@gnu.org>
4989
b177498a
EZ
4990 * cus-start.el (all): Add entry for bidi-paragraph-direction.
4991
6df6ae42 4992 * international/uni-bidi.el: Regenerate.
bca633fb 4993
0902a04e
KH
49942011-08-23 Kenichi Handa <handa@m17n.org>
4995
4996 * international/charprop.el:
4997 * international/uni-bidi.el:
4998 * international/uni-category.el:
4999 * international/uni-combining.el:
5000 * international/uni-comment.el:
5001 * international/uni-decimal.el:
5002 * international/uni-decomposition.el:
5003 * international/uni-digit.el:
5004 * international/uni-lowercase.el:
5005 * international/uni-mirrored.el:
5006 * international/uni-name.el:
5007 * international/uni-numeric.el:
5008 * international/uni-old-name.el:
5009 * international/uni-titlecase.el:
5010 * international/uni-uppercase.el: Regenerate.
5011
3bbf23bc
MR
50122011-08-23 Martin Rudalics <rudalics@gmx.at>
5013
5014 * help.el (help-window-setup): Fix message displayed when other
5015 window is reused. (Bug#9341)
5016
b3fd59bd
SM
50172011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5018
1802e444
SM
5019 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5020 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5021
b3fd59bd
SM
5022 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5023 Mark obsolete.
5024 * shell.el (shell-parse-pcomplete-arguments): New function.
5025 (shell-completion-vars): Use it instead (bug#9160).
5026
4eb61348
SM
50272011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5028
867cab74
SM
5029 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5030 strings and comments (bug#9333).
5031
4eb61348
SM
5032 * emacs-lisp/debug.el (debug-arglist): New function.
5033 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5034 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5035
262a1439
JL
50362011-08-22 Juri Linkov <juri@jurta.org>
5037
56ee679c
JL
5038 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5039 Revert regexp that highlights output switches to its old
5040 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5041
262a1439
JL
5042 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5043 to check for empty output (bug#9226).
5044
f13f86fb
CY
50452011-08-22 Chong Yidong <cyd@stupidchicken.com>
5046
5047 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5048 symbol-constituent as the default, as that stops font-lock from
5049 working properly (Bug#8843).
5050
c65c9622
LMI
50512011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5052
5053 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5054 `coding-system-for-*' around the process open call to avoid
5055 auth-source side effects.
e7f2c178 5056 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
5057 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5058 probe hangs.
c65c9622 5059
23a8a5ab
CY
50602011-08-21 Chong Yidong <cyd@stupidchicken.com>
5061
ff98b2dd
CY
5062 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5063
23a8a5ab
CY
5064 * emacs-lisp/find-func.el (find-function-noselect): New arg
5065 lisp-only.
5066
5067 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5068 signal an error for built-in functions (Bug#6664).
5069
f5e3c598
LMI
50702011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5071
5072 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5073 (smtpmail-try-auth-methods): Use it.
5074
a3f2468a
CY
50752011-08-21 Chong Yidong <cyd@stupidchicken.com>
5076
2c34e8da
CY
5077 * font-lock.el (font-lock-fontify-region)
5078 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5079 (font-lock-default-unfontify-buffer)
5080 (font-lock-default-fontify-region)
5081 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5082
b3fd59bd
SM
5083 * progmodes/compile.el (compilation-error-properties):
5084 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
5085 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5086 `ant' regexp.
ee31aabc 5087
a3f2468a
CY
5088 * net/browse-url.el (browse-url-firefox): Don't call
5089 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5090
8e999f70
GM
50912011-08-20 Glenn Morris <rgm@gnu.org>
5092
c21a496a
GM
5093 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5094
59ee0542
GM
5095 * tutorial.el (tutorial--default-keys): Update some default bindings.
5096
8e999f70
GM
5097 * files.el (hack-local-variables): Fully ignore case for "mode:".
5098
e3715033
AM
50992011-08-20 Alan Mackenzie <acm@muc.de>
5100
5101 Resolve invalid use of a regexp in regexp-opt.
5102
4d61f28d
JB
5103 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5104 detection for a java annotation.
e3715033 5105
4d61f28d 5106 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
5107 detection for a java annotation.
5108
4d61f28d
JB
5109 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5110 handling for java.
e3715033
AM
5111 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5112
04ed2e9c
CY
51132011-08-20 Chong Yidong <cyd@stupidchicken.com>
5114
5115 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5116 (Bug#9274).
5117
826cee64
AM
51182011-08-20 Alan Mackenzie <acm@muc.de>
5119
58179cce 5120 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
5121 such a construct. Mainly for when jit-lock etc. starts a chunk
5122 here.
5123
58179cce 5124 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 5125 variable.
58179cce 5126 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
5127 c-make-font-lock-search-function.
5128 (c-make-font-lock-search-function): Use the above function.
5129 (c-make-font-lock-context-search-function): New function.
5130 (c-cpp-matchers): Enhance the preprocessor expression case with
5131 the above function
5132 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5133 which takes an expression.
5134
5135 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5136
13009bd8
MR
51372011-08-20 Martin Rudalics <rudalics@gmx.at>
5138
5139 * window.el (display-buffer-reuse-window)
5140 (display-buffer-pop-up-window): Don't reuse or split a side
5141 window.
5142
9234ff7f
GM
51432011-08-19 Glenn Morris <rgm@gnu.org>
5144
5145 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 5146 Downcase "Mode:". (Bug#9331)
9234ff7f 5147
f635daa1
CY
51482011-08-18 Chong Yidong <cyd@stupidchicken.com>
5149
5150 * international/characters.el: Add L and R categories.
5151
5152 * subr.el (bidi-string-mark-left-to-right): Rename from
5153 string-mark-left-to-right. Use category search.
5154
5155 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5156
bc987f8b
JL
51572011-08-18 Juri Linkov <juri@jurta.org>
5158
5159 * faces.el (error, warning, success): New faces with definitions
5160 copied from old default values of `font-lock-warning-face',
5161 `compilation-warning', `compilation-info' (bug#6117).
5162
5163 * font-lock.el (font-lock-warning-face): Inherit from `error'.
5164
5165 * progmodes/compile.el (compilation-error): Inherit from `error'.
5166 (compilation-warning): Inherit from `warning'.
5167 (compilation-info): Inherit from `success'.
5168
5169 * dired.el (dired-marked): Inherit from `warning'.
5170 (dired-flagged): Inherit from `error'.
5171
57173b96
LMI
51722011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5173
3e79eb87
LMI
5174 * mail/smtpmail.el (auth-source): Require to avoid problems with
5175 binding variables (bug#9298). Also clean up some unused
5176 autoloads.
5177
b3fd59bd
SM
5178 * net/network-stream.el (network-stream-open-starttls):
5179 Support using starttls.el without using gnutls-cli.
57173b96 5180
02b404de
JL
51812011-08-17 Juri Linkov <juri@jurta.org>
5182
5183 * progmodes/grep.el (rgrep): Handle the case when
5184 `grep-find-command' is a cons cell (bug#9278).
5185
8c9177f2
MR
51862011-08-17 Martin Rudalics <rudalics@gmx.at>
5187
5188 * window.el (display-buffer-pop-up-frame): Run frame creation
5189 function with BUFFER current (as special-display-popup-frame
5190 does). Reported by Drew Adams.
5191
3644a0ab
DU
51922011-08-17 Daiki Ueno <ueno@unixuser.org>
5193
5194 * epa-mail.el: Simplify GnuPG group expansion using
5195 epg-expand-group.
5196 (epa-mail-group-alist, epa-mail-group-modtime)
5197 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
5198 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
5199 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
5200 Remove.
5201
5e617bc2 52022011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
5203
5204 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
5205
9c4aeabf
AM
52062011-08-16 Alan Mackenzie <acm@muc.de>
5207
5208 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
5209 Correct, to avoid the inside of macros.
5210
3a99bf64
RS
52112011-08-16 Richard Stallman <rms@gnu.org>
5212
04963aa8
RS
5213 * epa-mail.el: Handle GnuPG group definitions.
5214 (epa-mail-group-alist, epa-mail-group-modtime)
5215 (epa-mail-gnupg-conf-file): New variables.
5216 (epa-mail-parse-groups, epa-mail-sync-groups)
5217 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
5218 (epa-mail-expand-recipients): New functions.
5219 (epa-mail-encrypt): Call epa-mail-expand-recipients.
5220
177549d0
RS
5221 * mail/rmail.el (rmail-epa-decrypt): New command.
5222
fe38beef
RS
5223 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
5224 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
5225 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
5226 (epa-decrypt-armor-in-region): Make error message clearer.
5227
934eacb9
SM
52282011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5229
5230 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
5231 and "a2b" to "ab" for `prefix'.
5232
d024fb4e
CY
52332011-08-14 Chong Yidong <cyd@stupidchicken.com>
5234
5235 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
5236 filter groups.
de148fee
CY
5237 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
5238 Fourquet (Bug#8804).
d024fb4e 5239
62f1ca49
JB
52402011-08-12 Juanma Barranquero <lekktu@gmail.com>
5241
5242 * startup.el (argi): Declare as global variable (bug#9275).
5243
9ccaaa4b
CY
52442011-08-12 Chong Yidong <cyd@stupidchicken.com>
5245
5246 * subr.el (string-mark-left-to-right): Search the entire string
5247 for RTL script, not just the terminating character. Doc fix.
5248
a3dae87a
SM
52492011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5250
6cd18349
SM
5251 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
5252 New function.
5253 (js--regexp-literal, js-syntax-propertize-function): Remove.
5254 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
5255 (js-mode-map): Don't rebind electric keys.
5256 (js-insert-and-indent): Remove.
5257 (js-mode): Setup electric-layout and electric-indent instead.
5258
a3dae87a
SM
5259 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
5260
9d5cb631
DU
52612011-08-12 Daiki Ueno <ueno@unixuser.org>
5262
5263 * epa.el (epa-progress-callback-function): Fix the logic of
5264 displaying progress.
5265 * epa-file.el (epa-file-insert-file-contents): Make progress
5266 display more user-friendly.
5267 (epa-file-write-region): Ditto.
5268
3e26a4a2
CY
52692011-08-10 Chong Yidong <cyd@stupidchicken.com>
5270
5271 * subr.el (string-mark-left-to-right): New function.
5272
5273 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
5274 Use string-mark-left-to-right.
5275 (list-buffers-noselect): Caller changed.
5276
a3dae87a
SM
5277 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5278 Use string-mark-left-to-right.
3e26a4a2
CY
5279 (tabulated-list-print): Recenter after moving point.
5280
ac8cf6e6
JL
52812011-08-10 Juri Linkov <juri@jurta.org>
5282
5283 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
5284 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
5285 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
5286
8d96c9a4
CY
52872011-08-09 Chong Yidong <cyd@stupidchicken.com>
5288
5289 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
5290 (Bug#7554).
5291
7be1c708 52922011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
5293
5294 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
5295 character. (Bug#6594)
5296
37e11a63
CY
52972011-08-08 Chong Yidong <cyd@stupidchicken.com>
5298
839dde57
CY
5299 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
5300 (image-dired--with-db-file): New macro.
5301 (image-dired-write-tags, image-dired-remove-tag)
5302 (image-dired-create-gallery-lists, image-dired-write-comments)
5303 (image-dired-get-comment, image-dired-mark-tagged-files)
5304 (image-dired-list-tags, image-dired-gallery-generate): Use it.
5305 (image-dired-gallery-generate): Use insert-file-contents.
5306
37e11a63
CY
5307 * time.el (display-time-world-list, display-time-world-display):
5308 * time-stamp.el (time-stamp-string):
5309 * vc/add-log.el (add-change-log-entry): Use setenv instead of
5310 set-time-zone-rule (Bug#7337).
5311
0b4946c4
DU
53122011-08-08 Daiki Ueno <ueno@unixuser.org>
5313
5314 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
5315 (epg-error-to-string, epg-errors-to-string): New function.
5316 (epg-wait-for-completion): Reverse errors list.
5317 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
5318 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
5319 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
5320 (epg-sign-keys, epg-generate-key-from-file)
5321 (epg-generate-key-from-string): Format errors by using
5322 epg-errors-to-string (bug#9255).
5323 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
5324
75bfc667
JL
53252011-08-07 Juri Linkov <juri@jurta.org>
5326
5327 * faces.el (list-faces-display): Remove extra angle bracket
5328 from `help-mode-map'.
5329
5330 * info.el (Info-history-toc-nodes): Doc fix.
5331
5332 * longlines.el (longlines-mode): Doc fix.
5333
673e08bb
SM
53342011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5335
4640dd88
SM
5336 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
5337 of statements and in a few more cases (bug#9183).
5338
673e08bb
SM
5339 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
5340 New functions.
5341 (cl-transform-lambda): Use them (bug#9239).
5342
89b3f019
MR
53432011-08-05 Martin Rudalics <rudalics@gmx.at>
5344
5345 * window.el (display-buffer-same-window)
5346 (display-buffer-same-frame, display-buffer-other-window)
5347 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5348 (pop-to-buffer-other-window)
5349 (pop-to-buffer-same-frame-other-window)
5350 (pop-to-buffer-other-frame): Make them defuns.
5351 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
5352
640c8776
SM
53532011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5354
5355 * subr.el (make-composed-keymap): Move from C. Change calling
5356 convention, and improve docstring to bring attention to a subtle point.
5357 * minibuffer.el (completing-read-default): Adjust accordingly.
5358
63648a95
MA
53592011-08-03 Michael Albinus <michael.albinus@gmx.de>
5360
5361 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5362 (tramp-open-shell): Use `tramp-shell-quote-argument'.
5363
5364 * net/trampver.el: Update release number.
5365
b796c9b7
SM
53662011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5367
5368 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
5369 "in" (bug#9190).
5370
2239d7d5
LMI
53712011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5372
e07dd7c3
LMI
5373 * mail/sendmail.el (sendmail-query-once): Restore the current
5374 buffer after querying (bug#9074).
5375
0e6a2bd7
LMI
5376 * dired.el (dired-flagged): Use different faces for marked and
5377 flagged files (bug#6117).
5378
ce887515
LMI
5379 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
5380 (bug#4433).
5381
92f2affc
LMI
5382 * ido.el (ido-mode): Switch off the message if called
5383 non-interactively.
5384
57d5aff0
LMI
5385 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
5386 before 587, since it appears that that's more likely to work for
5387 more people.
5388
98cd6c18 5389 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 5390 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
5391 exist.
5392
b96dec83
LMI
5393 * info.el: Remove the `Info-beginning-of-buffer' function
5394 (bug#8325).
5395
b796c9b7
SM
5396 * net/network-stream.el (network-stream-open-starttls):
5397 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 5398
d90e2ea0
MR
53992011-08-01 Martin Rudalics <rudalics@gmx.at>
5400
5401 * window.el (display-buffer-in-window): Don't set dedicated status
5402 of window here (Bug#9215).
5403 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5404 (display-buffer-pop-up-side-window)
b796c9b7 5405 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 5406
cca09170
SM
54072011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5408
5409 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
5410 before binding generated-autoload-file.
5411
027b979c
DD
54122011-08-01 Deniz Dogan <deniz@dogan.se>
5413
5414 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
5415
3c7ee4f3
MA
54162011-07-30 Michael Albinus <michael.albinus@gmx.de>
5417
5418 Sync with Tramp 2.2.2.
5419
5420 * net/trampver.el: Update release number.
5421
2cc8e51a
JL
54222011-07-30 Juri Linkov <juri@jurta.org>
5423
5424 * dired-aux.el (dired-touch-initial): Remove function.
5425 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
5426 current time, and `default' to the last modification time of the
5427 current marked file (bug#6887).
5428
a514d856
JM
54292011-07-28 Jose E. Marchesi <jemarch@gnu.org>
5430
5431 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 5432 numeric argument to read-number (bug#9163).
a514d856 5433
8a7eddd7
MA
54342011-07-27 Michael Albinus <michael.albinus@gmx.de>
5435
5436 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
5437 connection process, it could be nil.
5438
1ddd96f5
LL
54392011-07-27 Leo Liu <sdl.web@gmail.com>
5440
5441 Simplify url handling in rcirc-mode.
5442
5443 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
5444 (rcirc-browse-url-at-mouse): Remove.
5445 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
5446
b248a85d
AM
54472011-07-26 Alan Mackenzie <acm@muc.de>
5448
5449 Fontify bitfield declarations properly.
5450
5451 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
5452 (c-symbol-chars): Now exported as a lang variable.
5453 (c-not-primitive-type-keywords): New lang variable.
5454
5455 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
5456 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 5457 parsed as a bitfield declaration.
b248a85d 5458
b796c9b7
SM
5459 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5460 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
5461 (c-punctuation-in): New function.
5462 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
5463 declarations properly.
5464
68575ab0
UJ
54652011-07-26 Ulf Jasper <ulf.jasper@web.de>
5466
5467 * calendar/icalendar.el (icalendar--all-events): Take care of
5468 multiple vcalendars in a single file.
b796c9b7 5469 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 5470
0f0a88b9
DD
54712011-07-25 Deniz Dogan <deniz@dogan.se>
5472
5473 * image.el (insert-image): Clarifying docstring.
5474
0b3f36df
MA
54752011-07-24 Michael Albinus <michael.albinus@gmx.de>
5476
5477 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
5478 `tramp-send-command-and-check' if there is no error.
5479 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
5480
a9901f61
AM
54812011-07-22 Alan Mackenzie <acm@muc.de>
5482
5483 Prevent cc-langs.elc being loaded at run time.
5484
5485 * progmodes/cc-mode.el: Remove two autoload forms which loaded
5486 cc-langs.
5487
4d61f28d 5488 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
5489 "(require 'cc-langs)". Quote a form so it will evaluate at
5490 (cc-mode's) compilation time.
5491
11d074b2
MA
54922011-07-22 Michael Albinus <michael.albinus@gmx.de>
5493
5494 * net/tramp.el (tramp-file-name-handler): Avoid recursive
5495 loading. (Bug#9114)
5496
938b94c8
MR
54972011-07-21 Martin Rudalics <rudalics@gmx.at>
5498
5499 * window.el (display-buffer-pop-up-window)
5500 (display-buffer-pop-up-side-window)
5501 (display-buffer-in-side-window): Call display-buffer-set-height
5502 and display-buffer-set-width after setting the new window's
b796c9b7 5503 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 5504
bfa4f190
SS
55052011-07-20 Sam Steingold <sds@gnu.org>
5506
5507 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
5508 (etags-tags-included-tables): Call `convert-standard-filename' on
5509 the file names contained in TAGS so that windows Emacs can handle
5510 TAGS files created by cygwin ctags.
5511
8ca42262
LMI
55122011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5513
5514 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
5515 which apparently didn't work.
5516
5db2afd2 55172011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 5518
5db2afd2
RW
5519 * proced.el (proced-send-signal): For *Marked Processes* buffer
5520 put point at beginning of buffer.
5521
92e15d10
SB
55222011-07-19 Stephen Berman <stephen.berman@gmx.net>
5523
5524 * proced.el (proced-format): Make header lines align with the text
5525 (bug#1779).
5526
1bfd59e5
LMI
55272011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5528
5529 * view.el (view-buffer): Allow running in `special' modes if we're
5530 visiting a file (bug#8615).
5531
f5aae37c
MR
55322011-07-19 Martin Rudalics <rudalics@gmx.at>
5533
5534 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
5535 (display-buffer-alist-set-1, display-buffer-alist-set-2):
5536 New functions.
f5aae37c
MR
5537 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
5538 more accurately.
5539
bf2c1571
AM
55402011-07-18 Alan Mackenzie <acm@muc.de>
5541
5542 Fontify declarators properly when, e.g., a jit-lock chunk begins
5543 inside a declaration.
5544
5545 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
5546
b796c9b7
SM
5547 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5548 New function.
bf2c1571
AM
5549 (c-complex-decl-matchers): Insert reference to
5550 c-font-lock-enclosing-decls.
5551
5552 * progmodes/cc-engine.el (c-backward-single-comment):
5553 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
5554 to nil around calls to (forward-comment -1).
5555
4e190b80
LMI
55562011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5557
12dc863d
LMI
5558 * image.el (put-image): Doc typo fix.
5559
a762e966
LMI
5560 * progmodes/etags.el (tags-search): Doc typo fix.
5561
4e190b80
LMI
5562 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
5563 password if we get errors 550 to 554.
5564
f019fb21
LMI
55652011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5566
b796c9b7 5567 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 5568
81746738
LMI
5569 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
5570 indentation character (bug#6380).
5571
3ee3a1b5
LMI
5572 * files.el (buffer-offer-save): Made permanently local (bug#6241).
5573
c82f64de
LMI
5574 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
5575 to clarify what the problem is (bug#4291).
5576
f019fb21
LMI
5577 * simple.el (current-kill): Clarify what
5578 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
5579 (auto-fill-mode): Document `auto-fill-function' in relation to
5580 `auto-fill-mode' (bug#2470).
f019fb21 5581
0794775d
LM
55822011-07-16 Lawrence Mitchell <wence@gmx.li>
5583
5584 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
5585 method if slot is read-only (bug#9035).
5586
be39b8cc
MR
55872011-07-16 Martin Rudalics <rudalics@gmx.at>
5588
b796c9b7 5589 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 5590 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
5591 selected before, see discussion of (Bug#8615), (Bug#6954).
5592 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 5593
6ccf7859
GM
55942011-07-15 Glenn Morris <rgm@gnu.org>
5595
5596 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 5597 Respect help-form.
6ccf7859 5598
87e86684
LM
55992011-07-09 Lawrence Mitchell <wence@gmx.li>
5600
5601 * net/gnutls.el (gnutls-min-prime-bits): New variable.
5602 (gnutls-negotiate): Use it.
5603
d6066239
LMI
56042011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5605
b796c9b7
SM
5606 * net/gnutls.el (gnutls-negotiate):
5607 Upcase `gnutls-algorithm-priority'.
d6066239 5608
bd23ebc0
GM
56092011-07-15 Glenn Morris <rgm@gnu.org>
5610
c65bca65
GM
5611 * jka-compr.el (jka-compr-verbose): Move from here...
5612 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
5613 Add missing :version tag.
5614 * info.el: No need to require jka-compr when compiling.
bd23ebc0 5615
478615cc
LMI
56162011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5617
7b41decb
LMI
5618 * net/gnutls.el (gnutls-algorithm-priority): New variable.
5619 (gnutls-negotiate): Use it.
5620
dbc44fcd
LMI
5621 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
5622
06789f97
LMI
5623 * info.el (Info-beginning-of-buffer): New command.
5624 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
5625 announcing `b' as the key (bug#8325).
ab896c37 5626 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 5627
c39da690
LMI
5628 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
5629
3aa5f34b
LMI
5630 * international/mule-cmds.el
5631 (describe-specified-language-support): Make the error message
5632 clearer (bug#8905).
5633
4bf0979f
LMI
5634 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
5635
478615cc
LMI
5636 * isearch.el (isearch-barrier): Add a doc string, since it's
5637 mentioned in a function doc string (bug#8678).
5638
75c68aa1
MR
56392011-07-15 Martin Rudalics <rudalics@gmx.at>
5640
5641 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
5642 buffer argument (Bug#9083) and self-identifying label argument.
5643
a7c33da2
GM
56442011-07-15 Glenn Morris <rgm@gnu.org>
5645
5646 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
5647
2f5c6024
LMI
56482011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5649
5650 * man.el (Man-fontify-manpage): Fix message when formatting the
5651 man page (bug#7929).
5652
0bb23927 56532011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
5654
5655 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
5656 argument LRM; if non-nil, append an invisible LRM character to the
5657 buffer name.
5658 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
5659 last argument non-nil, when formatting buffer names.
0bb23927
EZ
5660 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
5661 paragraph direction.
cce4b0a7 5662
621ef9ab
LMI
56632011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5664
d1583c48
LMI
5665 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
5666 the man page name (bug#7929).
5667
6a57fb5f
LMI
5668 * image.el (put-image): Mention the `put-image' overlay property
5669 (bug#7834).
5670
d7956b14
LMI
5671 * scroll-bar.el (set-scroll-bar-mode): Mention that
5672 `scroll-bar-mode' lists the values (bug#7772).
5673
5b2d4a66
LMI
5674 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
5675 command (bug#7729).
5676
7509a874
LMI
5677 * rect.el (apply-on-rectangle): Return the point after the last
5678 operation.
5679 (string-rectangle): Go to the point after the last operation
5680 (bug#7522).
5681
4fe74b19
LMI
5682 * printing.el (pr-toggle-region): Clarify the documentation
5683 slightly (bug#7493).
5684
b796c9b7
SM
5685 * time.el (display-time-update):
5686 Allow `display-time-mail-function' to return nil (bug#7158).
5687 Fix suggested by Detlev Zundel.
ab283561 5688
fc233c9d
LMI
5689 * vc/diff.el (diff): Clarify the order the file names are read
5690 (bug#7111).
5691
43f5740b
LMI
5692 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
5693 the doc string (bug#7015).
5694
f2182a76
LMI
5695 * font-lock.el (font-lock-maximum-decoration): Mention what
5696 numeric levels mean (bug#6935).
5697
621ef9ab
LMI
5698 * startup.el (initial-buffer-choice): Don't mention the `none'
5699 selection, which is against policy.
5700
adc47434
MR
57012011-07-14 Martin Rudalics <rudalics@gmx.at>
5702
b796c9b7
SM
5703 * window.el (display-buffer-normalize-special):
5704 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 5705
7e5bfb8f
EZ
57062011-07-14 Eli Zaretskii <eliz@gnu.org>
5707
5708 * subr.el (version<, version<=, version=): Mention "-CVS" and
5709 "-12345" alpha version numbers.
5710
27fa387a
CY
57112011-07-14 Chong Yidong <cyd@stupidchicken.com>
5712
5713 * bindings.el: Add advertised binding for set-mark-command
5714 (Bug#5772).
5715
8bdfa064
CY
57162011-07-14 Chong Yidong <cyd@stupidchicken.com>
5717
5718 * bindings.el (mode-line-other-buffer):
5719 * bookmark.el (bookmark-bmenu-2-window):
5720 * bs.el (bs-cycle-next, bs-cycle-previous):
5721 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
5722 switch-to-buffer.
5723
5724 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 5725 Delete.
8bdfa064 5726
5eba16a3
JB
57272011-07-14 Juanma Barranquero <lekktu@gmail.com>
5728
5729 * follow.el (follow-debug-message, follow-redisplay):
5730 * jka-cmpr-hook.el (with-auto-compression-mode):
5731 Fix typos in docstrings.
5732
15853710
LMI
57332011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5734
a28e4607
LMI
5735 * subr.el (with-silent-modifications): Clarify somewhat what the
5736 macro inhibits (bug#6525).
5737
15853710
LMI
5738 * simple.el (eval-expression): Note what it does if called
5739 interactively (bug#6495).
5740
bee0fcef
CY
57412011-07-13 Chong Yidong <cyd@stupidchicken.com>
5742
b796c9b7
SM
5743 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
5744 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
5745
5746 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5747 Remove switch-to-buffer.
5748
58274504
LMI
57492011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5750
bd2fcc8d
LMI
5751 * files.el (make-directory): Clarify that an error will be raised
5752 if there's an error (bug#6397).
5753
0f04b32c
LMI
5754 * startup.el (initial-buffer-choice): Add `none' as a choice
5755 (bug#6234).
5756
465c5fc8
LMI
5757 * subr.el (add-hook): Clarify section about buffer-local hooks
5758 (bug#6218).
5759
58274504
LMI
5760 * dired.el (dired-flagged): Clarify doc string (bug#6117).
5761
bead9a43
JB
57622011-07-13 Juanma Barranquero <lekktu@gmail.com>
5763
5764 * tabify.el (untabify): Preserve the current column so that point
5765 doesn't move (bug#6032).
5766
3af98a7b
LMI
57672011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5768
b796c9b7
SM
5769 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
5770 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 5771
6240145a
GM
57722011-07-13 Glenn Morris <rgm@gnu.org>
5773
5774 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
5775 (dired-insert-directory): Give a message the first time
5776 if ls is found not to support --dired.
5777
1d8c2ccc
LMI
57782011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5779
5780 * simple.el (toggle-truncate-lines): Clarify what is toggled
5781 (bug#5580). Text by Drew Adams.
5782
5fc4038e
CY
57832011-07-13 Chong Yidong <cyd@stupidchicken.com>
5784
5785 * simple.el (blink-matching-open): Make the error message from the
5786 last change less verbose.
5787
bf6012e5
DN
57882011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
5789
5790 * font-lock.el (font-lock-comment-face): Use the high contrast
5791 "yellow" color for font-lock-comment-face on low color terminals
5792 using a dark background color (bug#4221).
5793
343c3b5a
LMI
57942011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5795
7e9505c5
LMI
5796 * dired.el (dired-insert-set-properties): Make the doc string
5797 reflect what it does now (bug#5325).
5798
c26fdcf5
LMI
5799 * simple.el (blink-matching-open): Say that we were unable to find
5800 the match within the limit, if we're limited (bug#5122).
5801
bb388cc5
LMI
5802 * international/mule-cmds.el (prefer-coding-system): Add an
5803 example (bug#4869).
5804
343c3b5a
LMI
5805 * progmodes/etags.el (tags-search): Document `file-list-form'
5806 (bug#4731).
5807
2a517d45
LM
58082011-07-13 Lawrence Mitchell <wence@gmx.li>
5809
5810 * net/browse-url.el (browse-url-default-browser)
5811 (browse-url-browser-function): Make the default browser choice a
5812 bit more logical (bug#4300). Also clean up the doc string.
5813
b6c78ef2
JB
58142011-07-13 Juanma Barranquero <lekktu@gmail.com>
5815
5816 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
5817 binary endings (bug#4440).
5818
1c4dd947
LMI
58192011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5820
a2014063
LMI
5821 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
5822 which can be pretty annoying (bug#8971).
5823
9c9c2d88
LMI
5824 * jka-compr.el (jka-compr-verbose): New variable, and use
5825 throughout (bug#8971).
5826
1c4dd947
LMI
5827 * info.el (Info-find-file): Fall back on the installation
5828 directory if we can't find the info node anywhere else.
5829
a1c9f41b
SO
58302011-07-13 Sergei Organov <osv@javad.com> (tiny change)
5831
5832 * vc/vc.el (vc-revert-file):
5833 Don't set file time-stamp in the past. (Bug#5181)
5834
536f3d36
LMI
58352011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5836
7152b011
LMI
5837 * files.el (after-find-file): Give a better error message when
5838 trying to find a symlink that points to a file that doesn't exist
5839 (bug#4398).
5840
536f3d36
LMI
5841 * progmodes/cc-vars.el: Remove (probably) misleading comment
5842 (bug#4396).
5843
460c0fba
JB
58442011-07-12 Johan Bockgård <bojohan@gnu.org>
5845
5846 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
5847
7a6bda45
CY
58482011-07-12 Chong Yidong <cyd@stupidchicken.com>
5849
5850 * mouse-sel.el: Hack restoring functionality, while keeping
5851 compatibility with 2010-07-03 changes to mouse selection.
5852 (mouse-sel-primary-overlay): New var.
5853 (mouse-sel-selection-alist): Use it.
5854 (mouse-sel-mode): Doc fix; remove points that are default features
5855 of mouse.el.
5856
c79598ef
JB
58572011-07-12 Johan Bockgård <bojohan@gnu.org>
5858
5859 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5860 Fix previous fix (bug#2490).
5861
ff8be6ef
RW
58622011-07-12 Roland Winkler <winkler@gnu.org>
5863
b796c9b7
SM
5864 * textmodes/bibtex.el (bibtex-initialize):
5865 Use pop-to-buffer-same-window.
ff8be6ef
RW
5866 (bibtex-search-entries): Fix interactive call.
5867
296ba3ee
LMI
58682011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5869
f5242a02 5870 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
5871 Fontise bytecomp Error lines more correctly (bug#2490).
5872 Fix suggested by Johan Bockgård.
f5242a02 5873
296ba3ee
LMI
5874 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
5875
5876 * dired-x.el (dired-guess-default): Use `delete-dups'.
5877
f69fd0d2
CY
58782011-07-12 Chong Yidong <cyd@stupidchicken.com>
5879
5880 * dired.el (dired-mark-prompt):
5881 * dired-aux.el (dired-read-shell-command): Doc fix.
5882
eab5dc07
LMI
58832011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5884
b796c9b7
SM
5885 * mail/sendmail.el (sendmail-query-once):
5886 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
5887 emacs -Q.
5888
5889 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
5890
eab5dc07
LMI
5891 * cus-edit.el (custom-file): Take an optional no-error variable.
5892 (customize-save-variable): Set the variable, and give a warning if
5893 running under "emacs -q".
5894
a1e65d42
JB
58952011-07-11 Juanma Barranquero <lekktu@gmail.com>
5896
5897 * loadhist.el (unload-feature-special-hooks):
5898 Add `auto-coding-functions', `fill-nobreak-predicate' and
5899 `find-directory-functions' (bug#5327).
5900
1d52da10
LMI
59012011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5902
be958f1d
LMI
5903 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
5904
5bedb26c
LMI
5905 * cus-edit.el (custom-guess-name-alist): -alist variables should
5906 use the `alist' type (bug#3120). Suggested by Drew Adams.
5907
1d52da10
LMI
5908 * printing.el: Add documentation to all the `pr-toggle-' commands.
5909
cd394be1 59102011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
5911
5912 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
5913 backends where it makes sense (bug#2623).
5914
dcc88d8a
LMI
59152011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5916
c3de9feb
LMI
5917 * dired-x.el (dired-guess-default): Remove duplicate shell command
5918 entries (bug#2028).
8a93078b 5919 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 5920 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 5921
dcc88d8a
LMI
5922 * subr.el (remove-duplicates): New conveniency function.
5923
505e3645
LMI
59242011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5925
5926 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
5927 (bug#1526).
5928
59292011-07-10 Martin Rudalics <rudalics@gmx.at>
5930
5931 * window.el (display-buffer-normalize-default): Don't invert
5932 meaning of even-window-heights. Reported by Eli Zaretskii
5933 <eliz@gnu.org>.
5934
455e4fa1
BR
59352011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
5936
5937 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
5938
8e0bc3e9
CY
59392011-07-10 Chong Yidong <cyd@stupidchicken.com>
5940
5941 * window.el (display-buffer): Fix arguments to
5942 display-buffer-reuse-window in last change.
5943
fa7c3228
CY
5944 * faces.el (link): Use a less saturated blue on light backgrounds.
5945
5946 * startup.el (fancy-startup-text, fancy-about-text)
5947 (fancy-startup-tail): Use font-lock faces, for background safety.
5948
c0a7f300
BN
59492011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
5950
b796c9b7
SM
5951 * emulation/viper-cmd.el (viper-change-state-to-vi):
5952 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 5953
4dc2a129
MR
59542011-07-09 Martin Rudalics <rudalics@gmx.at>
5955
5956 * window.el (display-buffer-default-specifiers): Remove.
5957 (display-buffer-macro-specifiers): Remove default specifiers.
5958 (display-buffer-alist): Default to nil.
b796c9b7 5959 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
5960 (display-buffer-pop-up-window): Allow splitting internal
5961 windows. Check whether a live window was created.
5962 (display-buffer-other-window-means-other-frame)
5963 (display-buffer-normalize-arguments): Rename to
5964 display-buffer-normalize-argument and rewrite. Set the
5965 other-window specifier.
5966 (display-buffer-normalize-special): New function.
5967 (display-buffer-normalize-options): Rename to
5968 display-buffer-normalize-default and rewrite.
5969 (display-buffer-normalize-options-inhibit): Remove.
5970 (display-buffer-normalize-specifiers): Rewrite.
5971 (display-buffer): Process other-window specifier and call
5972 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
5973 more faithfully.
b796c9b7 5974 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 5975 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
5976 (display-buffer-in-window, display-buffer-alist-set):
5977 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
5978 <tassilo@member.fsf.org>.
5979
2d43b8c9
LL
59802011-07-09 Leo Liu <sdl.web@gmail.com>
5981
5982 * register.el (insert-register): Restore accidental change on
5983 2011-06-26. (Bug#9028)
5984
7f9b7c53
GM
59852011-07-09 Glenn Morris <rgm@gnu.org>
5986
5987 * subr.el (remq): Handle the empty list. (Bug#9024)
5988
f042cfd8
AS
59892011-07-08 Andreas Schwab <schwab@linux-m68k.org>
5990
5991 * mail/sendmail.el (send-mail-function): No longer delay custom
5992 initialization.
5993 * custom.el (custom-initialize-delay): Doc fix.
5994
856b2f11
SM
59952011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
5998
afae1d68
MA
59992011-07-08 Michael Albinus <michael.albinus@gmx.de>
6000
6001 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6002 human-friendly prompt.
6003
0757af94
SM
60042011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6007 provided by a particular plugin.
6008
d760b731
LMI
60092011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6010
6011 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6012 save customizations (with "emacs -Q"), just set the variable
6013 instead of erroring out.
6014
6015 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6016
cd79ce90
JL
60172011-07-08 Juri Linkov <juri@jurta.org>
6018
6019 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6020 (archive-zip-update-case): Use 7z if found by `executable-find'.
6021 The order of searching the available programs is the same as in
6022 `archive-zip-extract' (bug#8968).
6023
14cc04aa
CY
60242011-07-07 Chong Yidong <cyd@stupidchicken.com>
6025
6026 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6027 (menu-bar-options-menu): Tweak descriptions.
6028
0a1848ec
LMI
60292011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6030
6031 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6032 menu items into verb phrases (bug#1421). Also refill to fit under
6033 80 columns.
6034
f5bd0689
CY
60352011-07-07 Chong Yidong <cyd@stupidchicken.com>
6036
538e85c6
CY
6037 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6038 (Info-read-node-name): Doc fix (Bug#1084).
6039
f5bd0689
CY
6040 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6041 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6042 (end-of-sexp, beginning-of-sexp)
6043 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6044 (forward-symbol, forward-same-syntax, word-at-point)
6045 (sentence-at-point): Doc fix (Bug#1144).
6046
56ec5115
LMI
60472011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6048
f3f8e37f
LMI
6049 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6050 should cover it (bug#1281).
6051
0757af94 6052 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 6053
e9fce1ac 6054 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
6055 negotiation fails, then possibly try again with a non-encrypted
6056 connection (bug#9017).
6057
56ec5115
LMI
6058 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6059 be used.
6060
c2f9aec8
RS
60612011-07-07 Richard Stallman <rms@gnu.org>
6062
6063 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6064 property, and handle its changed format.
6065 Look for the correct line number.
6066 Use file's line contents (but not past first =) to find
6067 correct line in message.
6068
ef7b981d 60692011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
6070
6071 * international/characters.el (build-unicode-category-table):
6072 Delete it.
0757af94 6073 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 6074
0757af94 6075 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
6076 to src/chartab.c.
6077 (get-char-code-property): Call unicode-property-table-internal to
6078 load a file. Call get-unicode-property-internal where necessary.
6079 (put-char-code-property): Call unicode-property-table-internal to
6080 load a file. Call put-unicode-property-internal where necessary.
6081 put-unicode-property-internal where necessary.
0757af94
SM
6082 (char-code-property-description):
6083 Call unicode-property-table-internal to load a file.
c805dec0
KH
6084
6085 * international/charprop.el:
6086 * international/uni-bidi.el:
6087 * international/uni-category.el:
6088 * international/uni-combining.el:
6089 * international/uni-comment.el:
6090 * international/uni-decimal.el:
6091 * international/uni-decomposition.el:
6092 * international/uni-digit.el:
6093 * international/uni-lowercase.el:
6094 * international/uni-mirrored.el:
6095 * international/uni-name.el:
6096 * international/uni-numeric.el:
6097 * international/uni-old-name.el:
6098 * international/uni-titlecase.el:
6099 * international/uni-uppercase.el: Regenerate.
6100
6101 * loadup.el: Load international/charprop.el before
6102 international/characters.
6103
e14b388a
CY
61042011-07-07 Chong Yidong <cyd@stupidchicken.com>
6105
6106 * window.el (next-buffer, previous-buffer): Signal an error if
6107 called from a minibuffer window.
6108
6109 * bindings.el: Revert 2011-07-04 change.
6110
354cf0ba
RS
61112011-07-06 Richard Stallman <rms@gnu.org>
6112
6113 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6114 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6115 Treat markers like ints.
6116 (rmail-mime-entity): Doc fix.
6117
a48868a7
LMI
61182011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6119
4906cd3d
LMI
6120 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6121 defcustom again for backwards compatibility.
6122
e0457abe
LMI
6123 * simple.el (shell-command-on-region): Fill.
6124
d67f7e1f
LMI
6125 * dired-aux.el (dired-kill-line): Add a doc string.
6126
fe204702
LMI
6127 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6128 to "\\sw\\|\\s_" (bug#358).
6129
a48868a7
LMI
6130 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6131 (dired-unmark-backward): Ditto.
6132 (dired-flag-backup-files): Ditto.
6133
6134 * dired-x.el (dired-mark-sexp): Ditto.
6135
aa8a705c
RS
61362011-07-06 Richard Stallman <rms@gnu.org>
6137
6138 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6139 (rmail-mime-entity): New arg TRUNCATED.
6140 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6141 New functions.
6142 (rmail-mime-save): Warn if entity is truncated.
6143 (rmail-mime-toggle-hidden): Likewise, for showing.
6144 (rmail-mime-process-multipart): Record when an entity is truncated.
6145
a9a936b9
RS
6146 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6147 if ENTITY is a string.
6148
1f2b92cb
LMI
61492011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6150
f4f73198 6151 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
6152 of faces when `M-C-x'-ing their definitions (bug#8378).
6153 Also clean up the code slightly.
f4f73198 6154
12b16734 6155 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 6156 because that makes the colors go away.
12b16734 6157
f0691d22
LMI
6158 * mail/sendmail.el (send-mail-function): Change the default to
6159 `sendmail-query-once'.
9e87df06 6160 (sendmail-query-once): Add an autoload cookie.
f0691d22 6161
1f2b92cb
LMI
6162 * net/network-stream.el (network-stream-open-starttls): Try using
6163 a plain connection even if the server offered STARTTLS, and we
6164 kinda wanted to use it, if Emacs doesn't have any STARTTLS
6165 capability. This should make smtpmail.el work in slightly more
6166 configurations.
6167
1cdd2a1b
MA
61682011-07-06 Michael Albinus <michael.albinus@gmx.de>
6169
6170 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6171 New defun.
6172 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6173
fbcc67e2
MM
61742011-07-06 Michael R. Mauger <mmaug@yahoo.com>
6175
6176 * progmodes/sql.el: Version 3.0
0757af94 6177 (sql-product-alist): Add product :completion-object,
fbcc67e2 6178 :completion-column, and :statement attributes.
0757af94 6179 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 6180 (sql-mode-syntax-table): Mark all punctuation.
0757af94 6181 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
6182 ansi keywords.
6183 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 6184 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
6185 (sql-oracle-show-reserved-words): New function for development.
6186 (sql-product-font-lock): Simplify for source code buffers.
6187 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
6188 New functions.
6189 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
6190 (sql-mode-map): Add statement movement functions.
6191 (sql-ansi-statement-starters, sql-oracle-statement-starters):
6192 New variable.
fbcc67e2
MM
6193 (sql-statement-regexp, sql-beginning-of-statement)
6194 (sql-end-of-statement, sql-signum): New functions.
0757af94 6195 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
6196 (sql-show-sqli-buffer): Bug fix.
6197 (sql-interactive-mode): Store connection data as buffer local.
0757af94 6198 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
6199 with sql-interactive-mode.
6200 (sql-save-connection): Save buffer local settings.
0757af94 6201 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
6202 (sql-product-interactive): Bug fix.
6203 (sql-preoutput-hold): New variable.
6204 (sql-interactive-remove-continuation-prompt): Bug fixes.
6205 (sql-debug-redirect): New variable.
6206 (sql-str-literal): New function.
6207 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 6208 Redesign.
fbcc67e2
MM
6209 (sql-oracle-save-settings, sql-oracle-restore-settings)
6210 (sql-oracle-list-all, sql-oracle-list-table): New functions.
6211 (sql-completion-object, sql-completion-column)
6212 (sql-completion-sqlbuf): New variables.
6213 (sql-build-completions-1, sql-build-completions)
6214 (sql-try-completion): New functions.
6215 (sql-read-table-name): Use them.
6216 (sql-contains-names): New buffer local variable.
6217 (sql-list-all, sql-list-table): Use it.
6218 (sql-oracle-completion-types): New variable.
6219 (sql-oracle-completion-object, sql-sqlite-completion-object)
6220 (sql-postgres-completion-object): New functions.
6221
d4eaeab1
GM
62222011-07-06 Glenn Morris <rgm@gnu.org>
6223
6224 * window.el (pop-to-buffer): Doc fix.
6225
322b7dab 62262011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
6227
6228 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
6229
322b7dab 62302011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 6231
322b7dab 6232 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 6233
322b7dab 6234 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 6235
605dd5bf
CY
62362011-07-05 Chong Yidong <cyd@stupidchicken.com>
6237
6238 * button.el (button): Inherit from link face. Suggested by Dan
6239 Nicolaescu.
6240
7dbfa719
SM
62412011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6242
3db614b0
SM
6243 * progmodes/gdb-mi.el: Fit in 80 columns.
6244 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
6245 switch-to-buffer.
6246
7dbfa719
SM
6247 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
6248 if imenu is simply not configured (bug#8941).
6249
919d884a
KM
62502011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
6251
6252 * allout.el (allout-post-undo-hook): New allout outline-change
6253 event hook to signal undo activity.
6254 (allout-post-command-business): Run allout-post-undo-hook if an
6255 undo just occurred.
7dbfa719
SM
6256 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
6257 * allout-widgets.el (allout-widgets-after-undo-function):
6258 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
6259 in the vicinity of an undo.
6260 (allout-widgets-mode): Include allout-widgets-after-undo-function
6261 on the new allout-post-undo-hook.
6262
450a0f09
SM
62632011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6264
6265 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
6266 Let define-derived-mode define it.
6267 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
6268 cycles of abbrev-table inheritance (bug#8998).
6269
2de69e00
RW
62702011-07-05 Roland Winkler <winkler@gnu.org>
6271
6272 * textmodes/bibtex.el: Add support for biblatex.
6273 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
6274 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
6275 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
6276 (bibtex-entry-alist, bibtex-field-alist): New variables.
6277 (bibtex-entry-field-alist): Obsolete alias for
6278 bibtex-BibTeX-entry-alist.
6279 (bibtex-entry-alist, bibtex-field-alist): New widgets.
6280 (bibtex-set-dialect): New command.
6281 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
6282 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
6283 Bind via bibtex-set-dialect.
2de69e00
RW
6284 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
6285 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
6286 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
6287 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
6288 Define via bibtex-set-dialect.
450a0f09
SM
6289 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
6290 Obey bibtex-no-opt-remove-re.
2de69e00
RW
6291 (bibtex-vec-push, bibtex-vec-incr): New functions.
6292 (bibtex-format-entry, bibtex-field-list)
6293 (bibtex-print-help-message, bibtex-validate)
6294 (bibtex-search-entries): Use new format of bibtex-entry-alist.
6295
2dcdbdd9
SM
62962011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6297
6298 * progmodes/compile.el (compilation-goto-locus):
6299 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6300 * bs.el (bs-cycle-next, bs-cycle-previous):
6301 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
6302 * bindings.el (mode-line-other-buffer):
6303 * autoinsert.el (auto-insert):
6304 * arc-mode.el (archive-extract):
6305 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
6306
b27640fe
JB
63072011-07-05 Juanma Barranquero <lekktu@gmail.com>
6308
6309 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
6310 Fix check of `emacs-lock-unlockable-modes'.
6311 Coerce true values of `emacs-lock--try-unlocking' to t.
6312
53bbe3ad
JB
63132011-07-05 Juanma Barranquero <lekktu@gmail.com>
6314
6315 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
6316 * emacs-lock.el: New file.
6317
1d3cdbc7
JD
63182011-07-05 Julien Danjou <julien@danjou.info>
6319
6320 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
6321 than `boundp' to check if face is set.
6322
9173deec
JB
63232011-07-05 Juanma Barranquero <lekktu@gmail.com>
6324
6325 * register.el (registerv-make):
6326 * window.el (window-min-height): Fix typos in docstrings.
6327
869795d6
JD
63282011-07-05 Jan Djärv <jan.h.d@swipnet.se>
6329
9173deec 6330 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
6331 Update doc string.
6332
b768cdcd
JB
63332011-07-04 Juanma Barranquero <lekktu@gmail.com>
6334
6335 * server.el (server-execute): Catch quit and call
6336 `server-return-error' to pass the error back to emacsclient and
6337 close the connection (bug#8942).
6338
13aa217b
KM
63392011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
6340
6341 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
6342 insecure exception for current topic. Also note that auto-saves
6343 are handled differently.
6344
6345 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
6346 State variables for tracking auto-save inhibition situation.
6347
6348 (allout-write-contents-hook-handler): Rename from
6349 'allout-write-file-hook-handler', and describe how it depends on
6350 write-contents-functions sensitivity to non-nil value to prevent
6351 file write.
6352
6353 (allout-auto-save-hook-handler): Remove. auto-save does not check
6354 this in individual buffers, only in the starting buffer, so this
6355 is not the right way for us to inhibit auto-save in a buffer
6356 according to its condition.
6357
6358 (allout-mode): Use new allout-write-contents-hook-handler, and
6359 only with write-contents-functions. Remove auto-save provisions -
6360 they're implemented elsewhere.
6361
6362 (allout-before-change-handler): If undo is in progress, note that
6363 for attention of allout-post-command-business.
6364
6365 (allout-post-command-business): If the command we're following was
6366 an undo, check for change in the status of encrypted items and
6367 adjust auto-save inhibitions accordingly.
6368
6369 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
6370 according to whether there are or aren't any plain-text topics
6371 pending encryption.
6372
2dcdbdd9 6373 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
6374 Adjust buffer-saved-size and some allout state to inhibit auto-saves
6375 if there are plain-text topics pending encryption.
13aa217b
KM
6376
6377 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
6378 buffer-saved-size and some allout state to not inhibit auto-saves
6379 if there are no longer any plain-text topics pending encryption.
6380
0757af94
SM
6381 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
6382 No longer provide for exemption of the current topic.
13aa217b 6383
ac89b32c
JL
63842011-07-04 Juri Linkov <juri@jurta.org>
6385
6386 Add 7z operations to delete and save changed members (bug#8968).
6387 * arc-mode.el (archive-7z-expunge, archive-7z-update):
6388 New defcustoms.
6389 (archive-7z-write-file-member): New function.
6390 (archive-7z-summarize): Fix the number of dashes in the
6391 listing output.
6392
8fa39615
SM
63932011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6394
6395 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
6396 (bug#8958).
6397
2f11b3f1
CY
63982011-07-04 Chong Yidong <cyd@stupidchicken.com>
6399
d66fef2b
CY
6400 * bindings.el: Ignore next-buffer and previous-buffer in
6401 minibuffer-local-map.
6402
2f11b3f1
CY
6403 * font-lock.el (font-lock-builtin-face): Change light background
6404 color to dark slate blue (Bug#6693).
6405
f932a347
WD
64062011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6407
6408 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
6409
c8af70e1
SM
64102011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6411
6412 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
6413 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6414 Add switch-to-buffer.
6415
f158badc
LMI
64162011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6417
6418 * isearch.el (isearch-search-fun-function): Clarify further the
6419 meaning of the function returned.
6420
6d95bd46
MA
64212011-07-04 Michael Albinus <michael.albinus@gmx.de>
6422
6423 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
6424
6425 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
6426 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
6427 Use it.
6428 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
6429 `tramp-default-remote-path' does not exist.
6430 (tramp-send-command-and-read): New optional argument NOERROR.
6431 (tramp-open-connection-setup-interactive-shell)
6432 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
6433 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
6434 (tramp-process-sentinel): Flush also process' connection property.
6435 (tramp-sh-handle-start-file-process): Do not set process
6436 sentinel. It is done now ...
6437 (tramp-maybe-open-connection): ... here. (Bug#8929)
6438
909e6b67
MK
64392011-07-04 MON KEY <monkey@sandpframing.com>
6440
6441 * play/animate.el (animate-string): Doc fixes and allow changing
6442 the buffer name (bug#5417).
6443
64442011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6445
c8af70e1 6446 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 6447
f34755dc
PE
64482011-07-04 Paul Eggert <eggert@cs.ucla.edu>
6449
396cec72
PE
6450 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
6451 This is simpler and helps future-proof the code.
6452 (timer-until): Use time-subtract and float-time.
08235028 6453 (timer--time-less-p): Use time-less-p.
f34755dc 6454
56e6cc31
JB
64552011-07-04 Juanma Barranquero <lekktu@gmail.com>
6456
3abb79e5
JB
6457 * type-break.el (timep): Use the value of `float-time' to avoid a
6458 byte-compiler warning.
6459
56e6cc31
JB
6460 * server.el (server-eval-and-print): Return any result, even nil.
6461
7b9430b4
PE
64622011-07-03 Paul Eggert <eggert@cs.ucla.edu>
6463
6464 * type-break.el: Accept time formats that the builtins accept.
6465 (timep, type-break-time-difference): Accept any format that
6466 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
6467 This is simpler and helps future-proof the code.
6468 (type-break-time-difference): Round rather than ignoring
6469 subseconds components.
6470
3034e9e7
LMI
64712011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6472
6473 * info.el (Info-apropos-matches): Make non-interactive, since it
6474 doesn't seem to do anything useful as a command (bug#8829).
6475
1485f4c0
CY
64762011-07-03 Chong Yidong <cyd@stupidchicken.com>
6477
6478 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 6479 Move from faces.el.
1485f4c0
CY
6480 (frame-default-terminal-background): New function.
6481
6482 * custom.el (custom-push-theme): Don't record faces in `changed'
6483 theme; this doesn't work correctly for per-frame face settings.
6484 (disable-theme): Use face-set-after-frame-default to reset faces.
6485 (custom--frame-color-default): New function.
6486
9fa3dd45
LMI
64872011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6488
c8af70e1 6489 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
6490 (bug#8769).
6491
6cbbc20c
KR
64922011-03-29 Kevin Ryde <user42@zip.com.au>
6493
6494 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6495 `perl-Test2' extend to match possible "fail #N" rep count
6496 (bug#8377).
6497
c7f98048
LMI
64982011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6499
65676592
LMI
6500 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
6501 `smtpmail-via-smtp' now returns the error instead of nil.
6502
c7f98048
LMI
6503 * isearch.el (isearch-search-fun-function): Clarify the doc string
6504 (bug#8101).
6505
56e6cc31 65062011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
6507
6508 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
6509 unnecessary spaces (bug#8987).
6510
2b216704
LMI
65112011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6512
6513 * net/network-stream.el (open-network-stream): Use the
6514 :end-of-capability command thoughout.
6515
65162011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6517
6518 * net/network-stream.el (open-network-stream): Add the
6519 :end-of-capability command parameter, used by pop3.el.
6520
36adf6ce
LMI
65212011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6522
1ca0da0e
LMI
6523 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
6524
fc00f69c
LMI
6525 * fringe.el (fringe-query-style): Remove redundant text " (type ?
6526 for list)" (bug#6475).
6527
28fd8759 6528 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 6529 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
6530 an error (bug#6297).
6531
0dd8b6da
LMI
6532 * man.el (Man-reference-regexp): Allow matching possible
6533 word-wrapped references (bug#6289).
6534
ce1438d6
LMI
6535 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
6536 for consistency with the other vc buffers (bug#6197).
6537 (vc-checkin): Ditto.
6538
6539 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
6540
36adf6ce
LMI
6541 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
6542
e83cc1f7
LMI
65432011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6544
8a20ca4c
LMI
6545 * custom.el (defcustom): Clarify that :set is only used in the
6546 Customize user interface (bug#6089).
6547
83319045
LMI
6548 * progmodes/flymake.el (flymake-mode): If the buffer isn't
6549 associated with a file, refuse to run instead of erroring out
6550 (bug#6084).
6551
a8392169
LMI
6552 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
6553 the doc string, since it appears that using `fill-column' always
6554 controls the width (bug#7845).
6555
e83cc1f7
LMI
6556 * simple.el (shell-command-on-region): Say where the error output
6557 went if `shell-command-default-error-buffer' is set (bug#6857).
6558
e47ca23b
KM
65592011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
6560
6561 * allout.el (allout-yank-processing): Adjust cursor position for
6562 backwards-deleted space.
6563
6564 (allout-rebullet-heading): Register changes with
6565 allout-exposure-changed-hook, so the modified topic is properly
6566 decorated.
6567
5cf56143
LMI
65682011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6569
08549772
LMI
6570 * minibuffer.el (completion-in-region): Document PREDICATE
6571 (bug#7136).
6572
48e96771
LMI
6573 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
6574 of keyword/argument pairs (bug#6904).
6575
c8af70e1
SM
6576 * replace.el (multi-occur):
6577 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 6578
e17d05e2
LMI
65792011-07-02 Drew Adams <drew.adams@oracle.com>
6580
6581 * dired.el (dired-mark-if): Make the message about whether it's
6582 marking or unmarking clearer (bug#8523).
6583
063b0e45
LMI
65842011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6585
6586 * disp-table.el (display-table-print-array): New function.
6587 (describe-display-table): Use it to print the vectors more pretty
6588 (Bug#8859).
6589
28545e04
MR
65902011-07-02 Martin Rudalics <rudalics@gmx.at>
6591
6592 * window.el (window-state-get-1): Don't assign clone numbers.
6593 Add clone-of item to list of window parameters.
6594 (window-state-put-2): Don't process clone numbers.
6595 (display-buffer-alist): Fix doc-string.
6596
3349e122
SM
65972011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6598
6599 * subr.el (remq): Don't allocate if it's not needed.
6600 (keymap--menu-item-binding, keymap--menu-item-with-binding)
6601 (keymap--merge-bindings): New functions.
6602 (keymap-canonicalize): Use them to refine the canonicalization.
6603 * minibuffer.el (minibuffer-local-completion-map)
6604 (minibuffer-local-must-match-map): Move initialization from C.
6605 (minibuffer-local-filename-completion-map): Move initialization from C;
6606 don't inherit from anything here.
6607 (minibuffer-local-filename-must-match-map): Make obsolete.
6608 (completing-read-default): Use make-composed-keymap to combine
6609 minibuffer-local-filename-completion-map with either
6610 minibuffer-local-must-match-map or
6611 minibuffer-local-filename-completion-map.
6612
d224ac83
GM
66132011-07-01 Glenn Morris <rgm@gnu.org>
6614
3de63bf8
GM
6615 * type-break.el (type-break-time-sum): Use dolist.
6616
d224ac83
GM
6617 * textmodes/flyspell.el (flyspell-word-search-backward):
6618 Replace CL function.
6619
1a1e3f32
SM
66202011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6621
fe3f64d5
SM
6622 * mouse.el (mouse--strip-first-event): New function.
6623 (function-key-map): Use it to map fringe clicks to normal clicks
6624 by default.
6625
eb604e34
SM
6626 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
6627 (vc-bzr-revision-completion-table): Add support for annotate and date.
6628
1a1e3f32
SM
6629 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
6630 inherit from parent.
6631
5bd35902
LMI
66322011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6633
ace6c69c 6634 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 6635 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 6636
191e2bed
LMI
6637 * dired.el (dired-mode): Fix up the doc string as suggested by
6638 Drew Adams (bug#8817).
6639
5bd35902
LMI
6640 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
6641 cookie, since the manual says that it should be possible to add
6642 this function to `find-file-hook' (bug#8709).
6643
eee8207a
TZ
66442011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
6645
6646 * progmodes/cfengine.el: Moved all cfengine3.el functionality
6647 here. Noted Ted Zlatanov as the maintainer.
6648 (cfengine-common-settings, cfengine-common-syntax): New functions
6649 to set up common things between `cfengine-mode' and
6650 `cfengine3-mode'.
6651 (cfengine3-mode): New mode.
6652 (cfengine3-defuns cfengine3-defuns-regex
6653 (cfengine3-class-selector-regex cfengine3-category-regex)
6654 (cfengine3-vartypes cfengine3-font-lock-keywords)
6655 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 6656 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 6657
36b148cf
MA
66582011-07-01 Michael Albinus <michael.albinus@gmx.de>
6659
6660 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
6661
6662 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
6663
0bf4ba9a
MR
66642011-07-01 Martin Rudalics <rudalics@gmx.at>
6665
6666 * window.el (same-window-buffer-names, same-window-regexps)
6667 (same-window-p, special-display-frame-alist)
6668 (special-display-popup-frame, special-display-function)
6669 (special-display-buffer-names, special-display-regexps)
6670 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
6671 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6672 (split-window-preferred-function, split-height-threshold)
6673 (split-width-threshold, even-window-heights)
6674 (display-buffer-mark-dedicated, window-splittable-p)
6675 (split-window-sensibly, window-safely-shrinkable-p):
6676 Un-obsolete.
6677 (display-buffer): Don't spread args with function specifier
6678 because special-display-popup-frame won't like it.
6679
35837f51
PE
66802011-07-01 Paul Eggert <eggert@cs.ucla.edu>
6681
d0672f86
PE
6682 Time-stamp simplifications and fixes.
6683 These improve accuracy slightly, and future-proof the code
6684 against some potential changes to current-time format.
6685
b9444d97
PE
6686 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
6687 by using time-since and float-time.
6688
0ef923dc
PE
6689 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
6690 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
6691 + NNN microseconds".
6692
2f81380d
PE
6693 * type-break.el (type-break-time-sum): Rewrite using time-add.
6694
845b5c3e
PE
6695 * play/hanoi.el (hanoi-current-time-float): Remove.
6696 All uses replaced by float-time.
6697
ee6f1be0
PE
6698 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
6699 This yields a more-accurate answer.
6700 (rng-time-to-float): Remove; no longer needed.
6701
fe955043
PE
6702 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
6703
5777162a
PE
6704 * calendar/timeclock.el (timeclock-seconds-to-time):
6705 Defalias to seconds-to-time, since they're the same thing.
6706
3103f8b6 6707 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 6708 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
6709 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
6710
0e61a35f
SM
67112011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6712
6713 * window.el (bury-buffer): Don't iconify the only frame.
6714 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
6715 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
6716
ddd63a1e
CY
67172011-07-01 Chong Yidong <cyd@stupidchicken.com>
6718
0e61a35f
SM
6719 * eshell/em-smart.el (eshell-smart-display-navigate-list):
6720 Add mouse-yank-primary.
ddd63a1e 6721
055f4923
TZ
67222011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
6723
6724 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
6725
6a2fb145
SM
67262011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6727
6728 * emacs-lisp/find-func.el (find-library--load-name): New fun.
6729 (find-library-name): Use it to find relative load names when provided
6730 absolute file name (bug#8803).
6731
fd4983f2
LMI
67322011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6733
887d14ad
LMI
6734 * textmodes/flyspell.el (flyspell-word): Consider words that
6735 differ only in case as potential doublons (bug#5687).
6736
c53dc7fc
LMI
6737 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
6738 Remove two rather uninteresting debugging-like messages to make
6739 debbugs.el more silent.
6740
fd4983f2
LMI
6741 * comint.el (comint-password-prompt-regexp): Accept "Response" as
6742 a password-like phrase.
6743
7a71b18d 67442011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
6745
6746 * progmodes/cc-guess.el: New file.
6747
6a2fb145 6748 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
6749
6750 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
6751 derived from `c-basic-common-init'.
6752
6753 * progmodes/cc-mode.el (top-level): Require cc-guess.
6754 (c-basic-common-init): Use `cc-choose-style-for-mode'.
6755
1fa280a3
LM
67562011-06-30 Lawrence Mitchell <wence@gmx.li>
6757
6758 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
6759
e6597158
AM
67602011-06-30 Alan Mackenzie <acm@muc.de>
6761
1fa280a3
LM
6762 * progmodes/cc-engine.el (c-guess-continued-construct):
6763 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
6764 lock is disabled. Name this case as "CASE G".
6765
68ba37fb
KM
67662011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
6767
6768 * allout.el (allout-yank-processing): Fix injection of extra space
6769 between bullet and non-whitespace character in first topic when
6770 pasting, ensuring that the actual spacing in the pasted topic
6771 following the bullet char is preserved. This extra space was
6772 causing pasted encrypted topics to get a decrypted status even
6773 when the content was actually still encrypted. Now the decryption
6774 status from before the paste is preserved.
6775
6776 (allout-flag-region): Set all allout overlays so they evaporate
6777 when reduced to zero length (evanescent), to prevent overlay
6778 leakage.
6779
887a0b34
GM
67802011-06-30 Glenn Morris <rgm@gnu.org>
6781
94b9acce
GM
6782 * w32-fns.el (w32-charset-info-alist): Declare.
6783
1d9b46d4
GM
6784 * find-dired.el (find-grep-options): Simplify.
6785
cc232200
GM
6786 * term/ns-win.el (ns-set-resource): Declare.
6787
28e77c46
GM
6788 * ses.el (row, col): Declare dynamic variables honestly.
6789
887a0b34
GM
6790 * textmodes/reftex-parse.el (index-tags): Declare.
6791
658d8eb8
CY
67922011-06-30 Chong Yidong <cyd@stupidchicken.com>
6793
6794 * cus-edit.el (customize-push-and-save): New function.
6795
6796 * files.el (hack-local-variables-confirm): Use it.
6797
1fa280a3
LM
6798 * custom.el (load-theme): New arg NO-CONFIRM.
6799 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
6800 (custom-enabled-themes): Doc fix.
6801
6802 * cus-theme.el (customize-create-theme)
6803 (custom-theme-merge-theme): Callers to load-theme changed.
6804
bb617717
LMI
68052011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6806
d61bdd5d
LMI
6807 * thingatpt.el (thing-at-point-short-url-regexp): Require that
6808 short URLs have at least one dot in them (bug #7614).
6809
bb617717
LMI
6810 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
6811 nil, because using a pty is apparently too slow (bug #895).
6812
2f31f37a
LMI
68132011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6814
6815 * mail/sendmail.el (sendmail-query-once): New function.
6816 (sendmail-query-once-function): New variable.
6817
3076b24e
GM
68182011-06-29 Glenn Morris <rgm@gnu.org>
6819
faf2a174
GM
6820 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
6821
3076b24e
GM
6822 * ses.el (top-level): Require cl when compiling.
6823 (ses-set-localvars): Fix error statement.
6824 Call it at compile time to silence a storm of warnings.
6825
5386012d
MR
68262011-06-29 Martin Rudalics <rudalics@gmx.at>
6827
6828 * window.el (normalize-live-buffer): Rename to
6829 window-normalize-buffer.
6830 (normalize-live-frame): Rename to window-normalize-frame.
6831 (normalize-any-window): Rename to window-normalize-any-window.
6832 (normalize-live-window): Rename to window-normalize-live-window.
6833 (make-window-atom): Rename to window-make-atom.
6834 (window-resize-reset): Rename to window--resize-reset.
6835 (window-resize-reset-1): Rename to window--resize-reset-1.
6836 (resize-mini-window): Rename to window--resize-mini-window.
6837 (resize-subwindows-skip-p): Rename to
6838 window--resize-subwindows-skip-p.
6839 (resize-subwindows-normal): Rename to
6840 window--resize-subwindows-normal.
6841 (resize-subwindows): Rename to window--resize-subwindows.
6842 (resize-other-windows): Rename to window--resize-siblings.
6843 (resize-this-window): Rename to window--resize-this-window.
6844 (resize-root-window): Rename to window--resize-root-window.
6845 (resize-root-window-vertically): Rename to
6846 window--resize-root-window-vertically.
6847 (normalize-buffer-to-display): Rename to
6848 window-normalize-buffer-to-display.
6849 (normalize-buffer-to-switch-to): Rename to
6850 window-normalize-buffer-to-switch-to.
6851 Correspondingly update all callers of the functions listed
6852 above.
6853 (display-buffer-alist, display-buffer-normalize-arguments)
6854 (display-buffer-normalize-options, display-buffer)
6855 (display-buffer-alist-set): Use "function" instead of
6856 "fun-with-args".
6857
1176868d
CY
68582011-06-28 Chong Yidong <cyd@stupidchicken.com>
6859
6860 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
6861 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
6862 debbugs.gnu.org. Mention acknowledgment email.
6863
20a7a65f
LMI
68642011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6865
6866 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
6867 buffer multibyteness, since it shouldn't matter.
6868
5f45cca5
MR
68692011-06-28 Martin Rudalics <rudalics@gmx.at>
6870
6871 * window.el (display-buffer-in-side-window): Handle dedicated
6872 windows as in display-buffer-reuse-window.
6873 (display-buffer-normalize-alist): Use value of override
6874 specifier.
6875 (display-buffer-normalize-specifiers): Use value of
6876 other-window-means-other-frame specifier.
6877 (display-buffer-alist): Rewrite some texts in widgets.
6878 (display-buffer): Spread arguments when calling function
6879 specified by fun-with-args.
6880
ad85fe1f
DD
68812011-06-28 Deniz Dogan <deniz@dogan.se>
6882
1fa280a3
LM
6883 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6884 Unnest `let'.
da68c4c8 6885
ad85fe1f
DD
6886 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
6887 selectors (Bug#5732).
ec49bd31 6888 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 6889
a08cc025
JA
68902011-06-27 Jari Aalto <jari.aalto@cante.net>
6891
6892 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
6893 (eshell-ls-date-format): New defcustom.
6894 (eshell-ls-file): Use it.
6895
e2b551c5
SM
68962011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6897
6898 * help-fns.el (describe-variable): Fix message for terminal-local vars.
6899
8982b231
KY
69002011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
6901
6902 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
6903 (ange-ftp-make-tmp-name): New arg.
6904 (ange-ftp-file-local-copy): Use it.
6905
36c9fa27
J
69062011-06-27 Jambunathan K <kjambunathan@gmail.com>
6907
6908 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
6909 no-conversion (Bug#8870).
6910
d68443dc
MR
69112011-06-27 Martin Rudalics <rudalics@gmx.at>
6912
6913 * window.el (window-right, window-left, window-child)
6914 (window-child-count, window-last-child)
6915 (window-iso-combination-p, walk-window-tree-1)
6916 (window-atom-check-1, window-tree-1, delete-window)
6917 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
6918 new naming conventions - window-vchild, window-hchild,
6919 window-next and window-prev are now called window-top-child,
6920 window-left-child, window-next-sibling and window-prev-sibling
6921 respectively.
d615d6d2
MR
6922 (resize-window-reset): Rename to window-resize-reset.
6923 (resize-window-reset-1): Rename to window-resize-reset-1.
6924 (resize-window): Rename to window-resize.
6925 (window-min-height, window-min-width)
6926 (resize-mini-window, resize-this-window, resize-root-window)
6927 (resize-root-window-vertically, adjust-window-trailing-edge)
6928 (enlarge-window, shrink-window, maximize-window)
6929 (minimize-window, delete-window, quit-restore-window)
6930 (split-window, balance-windows, balance-windows-area-adjust)
6931 (balance-windows-area, window-state-put-2)
6932 (display-buffer-even-window-sizes, display-buffer-set-height)
6933 (display-buffer-set-width, set-window-text-height)
6934 (fit-window-to-buffer): Rename all "resize-window" prefixed
6935 calls to use the "window-resize" prefix convention.
6936 (display-buffer-alist): Fix symbol for label specifier.
6937 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
6938 corresponding specifier.
6939 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 6940
b6458526
VB
69412011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
6942
6943 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
6944 convention.
6945 (ses-call-printer): Does not pass an empty string to formatter when the
6946 cell is empty to keep from barking printer Calc math-format-value.
6947
d31fd9ac
RS
69482011-06-27 Richard Stallman <rms@gnu.org>
6949
43d5bf84
RS
6950 * battery.el (battery-mode-line-limit): New variable.
6951 (battery-update): Handle it.
6952
d31fd9ac
RS
6953 * mail/rmailmm.el (rmail-mime-process-multipart):
6954 Handle truncated messages.
6955
819a6054
GM
69562011-06-27 Glenn Morris <rgm@gnu.org>
6957
6958 * progmodes/flymake.el (flymake-err-line-patterns):
6959 Allow for column numbers in the ant/javac pattern. (Bug#8866)
6960
cedc73f2
VB
69612011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
6962
819a6054 6963 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
6964 (ses--clean-!, ses--clean-_): New functions.
6965 (ses-range): Add configurability of readout order, and conversion
6966 to Calc vector.
6967
5e5d49b6
VB
6968 * ses.el (ses-repair-cell-reference-all): New function.
6969 (ses-cell-symbol): Set macro as safe, so that it can be used in
6970 formulas.
6971
56e6cc31 6972 * ses.el: Update cycle detection algorithm.
90ca8b49 6973 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 6974 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
6975 (ses-set-localvars): New function.
6976 (ses-make-cell): Add property-list as a cell element.
6977 (ses-cell-property-get-fun, ses-cell-property-get)
6978 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
6979 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
6980 New functions.
90ca8b49
VB
6981 (ses-cell-property-set, ses-cell-property-pop)
6982 (ses-cell-property-get-handle): New macro.
6983 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
6984 New aliases, used for code readability.
6985 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
6986 cycle detection.
6987 (ses-self-reference-early-detection): New defcustom.
fac916bf 6988 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
6989 (ses-mode): Use ses-set-localvars.
6990 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
6991 before lauching the update processing.
6992 (ses-initialize-Dijkstra-attempt): New function.
6993 (ses-recalculate-cell): Update for cycle detection based on
6994 Dijkstra algorithm.
6995
2bb63e81
VB
6996 * ses.el: Fix commenting and indenting convention.
6997
c9d29fb8
SM
69982011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6999
7000 * bs.el (bs-cycle-next): Complete last change.
7001
d8e4b68b
JB
70022011-06-27 Drew Adams <drew.adams@oracle.com>
7003
7004 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7005
40098786
LMI
70062011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7007
c9d29fb8
SM
7008 * net/network-stream.el (network-stream-open-starttls):
7009 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
7010 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7011
40098786
LMI
7012 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7013 to binary to possibly avoid line encoding issues on Windows (among
7014 other things).
7015
468d09d4
LMI
70162011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7017
7018 * net/network-stream.el (open-network-stream): Return an :error
7019 saying what the problem was, if possible.
7020
7021 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7022 server.
7023
7024 * net/network-stream.el (network-stream-open-starttls): If we
7025 wanted to use STARTTLS, and the server offered it, but we weren't
7026 able to because we had no STARTTLS support, then close the connection.
7027 (open-network-stream): Return an :error element, if present.
7028
16f07dd7
CY
70292011-06-26 Chong Yidong <cyd@stupidchicken.com>
7030
88821ca0
CY
7031 * hl-line.el (hl-line-sticky-flag): Doc fix.
7032 (global-hl-line-sticky-flag): New option (Bug#8323).
7033 (global-hl-line-highlight): Obey it.
7034
16f07dd7
CY
7035 * vc/vc.el (vc-revert-show-diff): Default to t.
7036
6b5ccddf
KM
70372011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7038
c9d29fb8
SM
7039 * allout-widgets.el (allout-widgets-post-command-business):
7040 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
7041 undecorated when an isearch is continued past, and isearch
7042 automatically collapses them. This leads to "widget leaks", where
7043 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
7044 hidden widgets can slow down cursor travel, substantially.
7045 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
7046 so we're doing without this nicety.
7047
7048 (allout-widgets-tally-string): Don't try to do a hash-table-count
7049 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7050 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7051 *Messages* when allout-widgets-maintain-tally is t.
7052
355f2e07
MR
70532011-06-26 Martin Rudalics <rudalics@gmx.at>
7054
7055 * window.el (display-buffer-normalize-argument): Rename to
7056 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
7057 LABEL argument. Respect special-display-function when popping up
7058 a new frame. Fix code searching for a window showing the buffer
7059 on another frame.
c9d29fb8
SM
7060 (display-buffer-normalize-specifiers):
7061 Call display-buffer-normalize-arguments.
355f2e07
MR
7062 (display-buffer-in-window): Don't undedicate the window if its
7063 buffer remains the same.
7064 Reported by Drew Adams <drew.adams@oracle.com>.
7065 (display-buffer-alist): Add choice for same-window macro
7066 specfier.
7067 (display-buffer): Mention special meaning of LABEL argument in
7068 doc-string. Fix quoting. Don't pop up a new frame even as
7069 fallback.
7070
7ca8fc42
JB
70712011-06-26 Juanma Barranquero <lekktu@gmail.com>
7072
7073 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7074 avoid deleting the current window in some cases (bug#8911).
7075
bc312254
AS
70762011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7077
7078 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7079 (Bug#8934)
7080
2db18f3f
LMI
70812011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7082
c9d29fb8
SM
7083 * net/network-stream.el (network-stream-open-starttls):
7084 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
7085 (network-stream-open-tls): Ditto.
7086
6302e0d3
LL
70872011-06-26 Leo Liu <sdl.web@gmail.com>
7088
7089 * register.el (registerv): New struct.
7090 (registerv-make): New function.
c9d29fb8
SM
7091 (jump-to-register, describe-register-1, insert-register):
7092 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
7093 struct. (Bug#8415)
7094
5fdd4046
CY
70952011-06-26 Chong Yidong <cyd@stupidchicken.com>
7096
2afef60a
CY
7097 * vc/vc.el (vc-revert-show-diff): New defcustom.
7098 (vc-diff-internal): New arg specifying diff buffer.
7099 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7100 reuse an existing *vc-diff* buffer (Bug#8927).
7101
5fdd4046
CY
7102 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7103
e93db24a
GM
71042011-06-26 Glenn Morris <rgm@gnu.org>
7105
7106 * progmodes/f90.el (f90-critical-indent): New option.
7107 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7108 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7109 (f90-mode): Doc fix.
7110 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7111 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7112 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7113 (f90-match-end): Handle block, critical.
7114
eefff499
GM
71152011-06-25 Glenn Morris <rgm@gnu.org>
7116
f6ba4cc9
GM
7117 * calendar/diary-lib.el (diary-included-files): Doc fix.
7118 (diary-include-files): New function, extracted from
7119 diary-include-other-diary-files and diary-mark-included-diary-files.
7120 (diary-include-other-diary-files, diary-mark-included-diary-files):
7121 Just call diary-include-files.
7122 (diary-mark-entries): Reset diary-included-files on first call.
7123
16712304
GM
7124 * calendar/diary-lib.el (diary-mark-entries)
7125 (diary-mark-included-diary-files):
7126 Visit included diary-files in temp buffers.
7127
5d8e0d43
GM
7128 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7129 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7130 (f90-start-block-re, f90-imenu-generic-expression)
7131 (f90-looking-at-program-block-start, f90-no-block-limit):
7132 Add support for submodules.
7133
ccf7a5d5
GM
7134 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7135 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 7136
11fdef7d 71372011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
7138
7139 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7140 buffer-file-type before setting its value, to avoid disastrous
eefff499 7141 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 7142
74f53697
JB
71432011-06-25 Juanma Barranquero <lekktu@gmail.com>
7144
7145 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7146
7147 * ses.el (ses-unload-function):
7148 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7149
7150 * proced.el (proced-unload-function):
7151 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7152
18a4ce5e
AR
71532011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
7154
7155 * server.el (server-create-window-system-frame): Add parameters arg.
7156 (server-process-filter): Doc fix. Handle frame-parameters.
7157
519d22cc
JB
71582011-06-25 Juanma Barranquero <lekktu@gmail.com>
7159
7160 Fix bug#8730, bug#8781.
7161
7162 * loadhist.el (unload--set-major-mode): New function.
7163 (unload-feature): Use it.
7164
7165 * progmodes/python.el (python-after-info-look): Add autoload cookie.
7166 (python-unload-function): New function.
7167
c206f5b0
SM
71682011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7171
f9ad64f3
GS
71722011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
7173
7174 * net/browse-url.el (browse-url-firefox-program): Add icecat to
7175 the candidates list.
7176
7d0da90e
JB
71772011-06-24 Juanma Barranquero <lekktu@gmail.com>
7178
7179 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7180
14b4e83d
RS
71812011-06-23 Richard Stallman <rms@gnu.org>
7182
7183 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7184 (rmail-variables): Set next-error-move-function.
7185 (rmail-what-message): Take argument POS.
7186 (rmail-next-error-move): New function.
7187
273d2baf
SM
71882011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7189
7190 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
7191 messages for adjacent non-terminals.
7192
56c2cc9a
RS
71932011-06-23 Richard Stallman <rms@gnu.org>
7194
7195 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 7196 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
7197 (rmail-start-mail): Don't specify use of rmail-mail-return;
7198 that's done by mail-bury now.
7199 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 7200
d59eb518
MA
72012011-06-23 Michael Albinus <michael.albinus@gmx.de>
7202
7203 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
7204 SIZE is a number.
7205
02cfc6d6
MR
72062011-06-23 Martin Rudalics <rudalics@gmx.at>
7207
7208 * window.el (get-lru-window, get-mru-window)
7209 (get-largest-window): Never return a minibuffer window.
7210 (display-buffer-pop-up-window): Fix a bug that could lead to
7211 reusing the minibuffer window.
7212 (display-buffer): Pass original specifier argument to
7213 display-buffer-function instead of the normalized one.
7214 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7215
4e323265
LL
72162011-06-22 Leo Liu <sdl.web@gmail.com>
7217
7218 * minibuffer.el (completing-read-function)
7219 (completing-read-default): Move from minibuf.c
7220
7a70468f
RS
72212011-06-22 Richard Stallman <rms@gnu.org>
7222
50718fc2
RS
7223 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
7224 to Rmail even if not started by a special Rmail command.
7225
7a70468f
RS
7226 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
7227 Copy the buffer currently showing just one message.
7228
297dde5a
RW
72292011-06-22 Roland Winkler <winkler@gnu.org>
7230
7231 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
7232 (bibtex-clean-entry): First delete the old key so that a
7233 customized algorithm for generating the new key does not get
7234 confused by the old key.
7235 (bibtex-url): Obey regexp of first step.
7236 (bibtex-search-entries): Do not use add-to-list with local
7237 list-var.
7238
97bb1093
LMI
72392011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7240
7241 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
7242 stored a user name, then query for the password first, instead of
7243 waiting for SMTP to give an error message and the trying again.
7244
1c0f1a19
JD
72452011-06-22 Lawrence Mitchell <wence@gmx.li>
7246
7247 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
7248 BUFFER in call-process.
7249
396f7c9d
LMI
72502011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7251
7252 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
7253 QUIT twice.
ddb7ffee
LMI
7254 (smtpmail-try-auth-methods): Require user name and password from
7255 auth-source.
396f7c9d 7256
8998d1b3
MR
72572011-06-22 Martin Rudalics <rudalics@gmx.at>
7258
7259 * window.el (display-buffer-default-specifiers)
7260 (display-buffer-alist): Remove entries for pop-up-frame-alist.
7261 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 7262 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
7263
7264 * frame.el (pop-up-frame-alist, pop-up-frame-function)
7265 (special-display-frame-alist, special-display-popup-frame):
7266 Remove duplicate declarations. These are now in window.el.
7267
4ea31e07
LMI
72682011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7269
c9d29fb8
SM
7270 * mail/smtpmail.el (smtpmail-via-smtp):
7271 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
7272 server supports it. SMTP servers that support STARTTLS commonly
7273 require it.
7274
7275 * net/network-stream.el (network-stream-open-starttls): Support
7276 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 7277 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 7278
95f41d9a
LMI
7279 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
7280 upgrades with `open-network-stream', and rely solely on
7281 auth-source for all credentials. Big changes throughout the file,
7282 but in particular:
c9d29fb8
SM
7283 (smtpmail-auth-credentials): Remove.
7284 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
7285 (smtpmail-via-smtp): Check for servers saying they want AUTH after
7286 MAIL FROM, too.
95f41d9a 7287
c9d29fb8
SM
7288 * net/network-stream.el (network-stream-open-starttls):
7289 Provide support for client certificates both for external and built-in
4ea31e07
LMI
7290 STARTTLS.
7291 (auth-source): Require.
7292 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
7293 (network-stream-certificate): Change cert-cert to cert and
7294 cert-key to key.
4ea31e07 7295
065ec2c7
MA
72962011-06-21 Michael Albinus <michael.albinus@gmx.de>
7297
7298 * net/tramp-cache.el (top): Don't load the persistency file when
7299 "emacs -Q" has been called.
7300
cd93b359
DR
73012011-06-21 Tim Harper <timcharper@gmail.com>
7302
d8e4b68b
JB
7303 * term/ns-win.el (ns-initialize-window-system):
7304 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
7305 resource to NO as it is not yet supported by the NS port.
7306
ae9c0411
JB
73072011-06-21 Juanma Barranquero <lekktu@gmail.com>
7308
7309 * misc.el (list-dynamic-libraries--refresh): Compute header here...
7310 (list-dynamic-libraries): ...not here.
7311
7f3f739f
LL
73122011-06-21 Leo Liu <sdl.web@gmail.com>
7313
7314 * subr.el (sha1): Implement sha1 using secure-hash.
7315
327c8fb1
MR
73162011-06-21 Martin Rudalics <rudalics@gmx.at>
7317
7318 * window.el (display-buffer-alist): In default value do not
7319 enforce searching a window on any but the selected frame.
7320 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7321 (display-buffer-select-window): Remove function.
7322 (display-buffer-in-window): When a window on another frame gets
7323 reused, do not select it any more but just raise its frame if
7324 necessary (Bug#8851) and (Bug#8856).
7325 (display-buffer-normalize-options): Handle pop-up-frames related
7326 options more faithfully.
7327 (pop-to-buffer): Don't rely on `display-buffer' selecting the
7328 window if it is on another frame.
c9d29fb8
SM
7329 (display-buffer-alist, display-buffer-default-specifiers):
7330 Don't make new frame unsplittable by default.
9e9de014
MR
7331 (display-buffer-normalize-argument): Fix doc-string typo and use
7332 'same-frame-other-window instead of 'other-window when associating
7333 with display-buffer-macro-specifiers.
327c8fb1 7334
7cf3f556
VB
73352011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
7336
7337 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
7338 New functions.
7339 (5x5-mode-map, 5x5-mode-menu): Bind them.
7340 (5x5-draw-grid): Tweak the solver's rendering.
7341
60a406cf
SM
73422011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7343
7344 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
7345 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
7346
d8e4b68b 73472011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
7348
7349 * menu-bar.el: Use function variable instead of switch-to-buffer.
7350 (menu-bar-select-buffer-function): New variable.
60a406cf 7351 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 7352
478d6f95
SM
73532011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7354
7355 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
7356 variable's status.
7357
ca530739
JD
73582011-06-20 Jan Djärv <jan.h.d@swipnet.se>
7359
7360 * x-dnd.el (x-dnd-version-from-flags)
7361 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
7362 and long as number (Bug#8899).
7363 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
7364
bcd70d97
SM
73652011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7366
60a406cf 7367 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
7368 (completion-try-completion, completion-all-completions): Compute the
7369 metadata argument if it's missing; make it optional (bug#8795).
7370
60a406cf 7371 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
7372 (widget-complete): Use new :completion-function property.
7373 (widget-completions-at-point): New function.
7374 (default): Use :completion-function instead of :complete.
60a406cf
SM
7375 (widget-default-completions): Rename from widget-default-complete;
7376 Rewrite.
bcd70d97
SM
7377 (widget-string-complete, widget-file-complete, widget-color-complete):
7378 Remove functions.
7379 (file, symbol, function, variable, coding-system, color):
7380 * international/mule-cmds.el (default-input-method, charset)
7381 (language-info-custom-alist):
7382 * cus-edit.el (face): Use new property :completions.
7383
7384 * progmodes/pascal.el (pascal-completions-at-point): New function.
7385 (pascal-mode): Use it.
7386 (pascal-mode-map): Use completion-at-point.
7387 (pascal-toggle-completions): Make obsolete.
7388 (pascal-complete-word, pascal-show-completions):
7389 * progmodes/octave-mod.el (octave-complete-symbol):
7390 Redefine as obsolete alias.
7391 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
7392 Signal absence of completion info for old Octave,
7393 (inferior-octave-complete): Redefine as obsolete alias.
7394 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
7395 (meta-completions-at-point): Rename from meta-complete-symbol and
7396 adapt it for use on completion-at-point-functions.
7397 (meta-common-mode): Use it.
7398 (meta-looking-at-backward, meta-match-buffer): Remove.
7399 (meta-complete-symbol): Redefine as obsolete alias.
7400 (meta-common-mode-map): Use completion-at-point.
7401 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
7402 (makefile-mode-map): Use completion-at-point.
7403 (makefile-completions-at-point): Rename from makefile-complete and
7404 adapt it for use on completion-at-point-functions.
7405 (makefile-mode): Use it.
7406 (makefile-complete): Redefine as obsolete alias.
7407
aebf69c8
DD
74082011-06-20 Deniz Dogan <deniz@dogan.se>
7409
7410 * net/rcirc.el: Delete trailing whitespaces once and for all.
7411
bfbbb27d
DC
74122011-06-20 Daniel Colascione <dan.colascione@gmail.com>
7413
7414 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
7415
d264a46b
CY
74162011-06-19 Chong Yidong <cyd@stupidchicken.com>
7417
4ca009e5
CY
7418 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
7419
d264a46b
CY
7420 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
7421
fbf5b3ce
MR
74222011-06-19 Martin Rudalics <rudalics@gmx.at>
7423
7424 * window.el (display-buffer-other-window-means-other-frame):
7425 Call display-buffer-normalize-alist.
7426 (display-buffer-normalize-specifiers-1): Rename to
7427 display-buffer-normalize-argument. New argument other-frame.
7428 Rewrite.
7429 (display-buffer-normalize-specifiers-2): Rename to
7430 display-buffer-normalize-options.
7431 (display-buffer-normalize-alist-1): New function.
7432 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
7433 display-buffer-normalize-alist.
7434 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
7435 (display-buffer-normalize-options-inhibit): New variable.
7436 (display-buffer-normalize-specifiers): Rewrite calling
7437 display-buffer-normalize-alist,
7438 display-buffer-normalize-argument, and
7439 display-buffer-normalize-options. Don't call the latter if
7440 display-buffer-normalize-options-inhibit is non-nil.
7441 (frame-auto-delete): New option.
7442 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
7443 (window-list-no-nils, window-state-ignored-parameters)
7444 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
7445 (window-state-put-1, window-state-put-2, window-state-put):
7446 New functions.
9a028c23
MR
7447 (display-buffer-normalize-options): Move special-display-p group
7448 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 7449
6d10d800
CY
74502011-06-18 Chong Yidong <cyd@stupidchicken.com>
7451
6420d28b
CY
7452 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
7453 groups (Bug#8776).
7454 (rx-submatch-n): New function.
7455 (rx): Document it.
7456
ddb8b596
CY
7457 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
7458 (Bug#8768).
7459
7460 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
7461
77080289
CY
7462 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
7463
61dfb316
CY
7464 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
7465 anytime existing face settings are present (Bug#8889).
7466
6d10d800
CY
7467 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
7468 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
7469 Remove unused argument.
7470
be3fb2b8
MR
74712011-06-18 Martin Rudalics <rudalics@gmx.at>
7472
bcd70d97
SM
7473 * window.el (display-buffer-default-specifiers):
7474 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
7475 pop-up-window-min-width, and another reuse-window specifier
7476 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
7477 (display-buffer-normalize-specifiers-2):
7478 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
7479 pop-up-windows is unset. Add a reuse-window specifier for the
7480 case popping up a new window fails.
7481 (special-display-popup-frame): Remove double quoting.
28dec25a 7482 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 7483
1c6d8c76
SM
74842011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7485
7486 * shell.el (shell-completion-vars): Set pcomplete-termination-string
7487 according to comint-completion-addsuffix.
7488
7489 * pcomplete.el: Convert to lexical binding and fix bug#8819.
7490 (pcomplete-suffix-list): Mark as obsolete.
7491 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
7492 pcomplete-seen in the closure.
7493 (pcomplete-comint-setup): Setup completion-at-point as well.
7494 (pcomplete--entries): New function.
7495 (pcomplete--env-regexp): New var.
7496 (pcomplete-entries): Rewrite to work with partial-completion and
7497 without relying on pcomplete-suffix-list.
7498 (pcomplete-pare-list): Remove, unused.
7499
25aef8b8
MR
75002011-06-17 Martin Rudalics <rudalics@gmx.at>
7501
7502 * window.el (display-buffer-alist): Set pop-up-window-min-height
7503 and pop-up-window-min-width in default value. Reported by
7504 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
7505 other-window-means-other-frame.
7506 (display-buffer-macro-specifiers): Comment out entry for
7507 other-window specifier.
7508 (display-buffer-other-window-means-other-frame): New function.
7509 (display-buffer-normalize-specifiers-1): New arguments
7510 buffer-name and label. Treat other-window case specially.
7511 (display-buffer-normalize-specifiers-2): Treat other-window case
7512 specially.
7513 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
7514 (display-buffer-normalize-specifiers):
7515 Call display-buffer-normalize-specifiers-3.
25aef8b8 7516
dbad4f69
MR
75172011-06-17 Martin Rudalics <rudalics@gmx.at>
7518
7519 * window.el (same-window-p): Fix two typos introduced when
7520 adding with-no-warnings.
d1067961
MR
7521 (display-buffer-normalize-specifiers-1): Don't check
7522 pop-up-frames for 'unset initialization.
7523 (display-buffer-normalize-specifiers-2): Major rewrite using
7524 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
7525 (pop-up-frames, display-buffer-reuse-frames)
7526 (display-buffer-mark-dedicated): Don't initialize to 'unset.
7527 Suggested by David Engster <deng@randomsample.de>.
7528 (even-window-heights): Initialize to 'unset.
7529 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
7530 (display-buffer-macro-specifiers): Don't pop up a new frame in the
7531 other window case.
dbad4f69 7532
9b9c9e3a
MR
75332011-06-16 Martin Rudalics <rudalics@gmx.at>
7534
bcd70d97
SM
7535 * window.el (display-buffer-normalize-specifiers-1):
7536 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 7537 second argument of display-buffer (Bug#8865).
981d5c09
MR
7538 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
7539 (switch-to-buffer-other-window-same-frame)
7540 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
7541 Adams (Bug#8875).
9c2755e9
MR
7542 (display-buffer): Don't check noninteractive when calling
7543 display-buffer-pop-up-frame.
7544 (display-buffer-pop-up-frame): Never pop up a frame in
7545 noninteractive mode (Bug#8857).
67222e1d
MR
7546 (enlarge-window, shrink-window): Don't report an error when the
7547 window can't be resized as requested (Bug#8862).
9b9c9e3a 7548
2b75be67
SM
75492011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7550
9ffdd3ba
SM
7551 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
7552
cb581a67
SM
7553 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
7554
2b75be67
SM
7555 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
7556
8c0e3589
AM
75572011-06-15 Alan Mackenzie <acm@muc.de>
7558
cb581a67
SM
7559 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
7560 for declarators, disable knr checking to speed up for normal files.
7561 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 7562
b96e6cde
LMI
75632011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7564
4bba86e6
LMI
7565 * net/network-stream.el (open-network-stream): Add the keyword
7566 :always-query-capabilities for the case where you want to force a
7567 `plain' network connection, but the protocol still requires the
7568 capabilitiy command (i.e., SMTP and EHLO).
7569
2b75be67 7570 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
7571 consistency with other `-live-p' functions.
7572
efdcdbf8
SM
75732011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * window.el (same-window-buffer-names, same-window-regexps)
7576 (special-display-frame-alist, special-display-popup-frame)
7577 (special-display-function, special-display-buffer-names)
7578 (special-display-regexps, pop-up-frame-alist)
7579 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
7580 (pop-up-windows, split-window-preferred-function)
7581 (split-height-threshold, split-width-threshold, even-window-heights)
7582 (display-buffer-mark-dedicated): Don't encourage the use of
7583 display-buffer-alist from Elisp code.
7584
c5cde042
DN
75852011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7586
7587 * progmodes/python.el (python-mode): Derive from prog-mode.
7588 * progmodes/ps-mode.el (ps-mode):
7589 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 7590 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
7591 * progmodes/ld-script.el (ld-script-mode): Likewise.
7592
baa1c9ab
MR
75932011-06-15 Martin Rudalics <rudalics@gmx.at>
7594
7595 * window.el (display-buffer-alist): Trim default value to avoid
7596 popping up a new frame (Bug#8857) or reusing an arbitrary window
7597 on another frame.
7598 (display-buffer): Do not fall back on popping up a new frame in
7599 batch mode (Bug#8857).
7600
c5dd5a51
CY
76012011-06-14 Chong Yidong <cyd@stupidchicken.com>
7602
7603 * cus-theme.el (describe-theme-1): Use custom-theme-p.
7604 (custom-theme-summary): New function.
7605 (customize-themes): Use it.
7606
d647b7c4
GM
76072011-06-13 Glenn Morris <rgm@gnu.org>
7608
7609 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
7610
9481c002
MR
76112011-06-13 Martin Rudalics <rudalics@gmx.at>
7612
357f93d2
MR
7613 * help.el (help-window): Remove variable.
7614 (help-window-point-marker, temp-buffer-max-height)
7615 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
7616 (help-print-return-message): Don't set help-window.
7617 (resize-temp-buffer-window): Rewrite cod eand doc-string.
7618 (help-window-setup-finish): Remove.
7619 (help-window-display-message, help-window-setup)
7620 (with-help-window): Major rewrite based on new
7621 display-buffer-window variable.
7622
7623 * help-mode.el (help-mode-finish): Remove help-window related
7624 code.
7625
7626 * view.el (view-exits-all-viewing-windows): Remove reference to
7627 view-return-to-alist in doc-string.
7628 (view-return-to-alist): Make obsolete.
7629 (view-buffer): Call pop-to-buffer-same-window and remove
7630 undo-window code.
7631 (view-buffer-other-window): Call pop-to-buffer-other-window and
7632 simplify code. Ignore second argument.
7633 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
7634 simplify code. Ignore second argument.
7635 (view-return-to-alist-update): Make obsolete.
7636 (view-mode-enter): Rename second argument to QUIT-RESTORE.
7637 Rewrite using quit-restore window parameters.
2b75be67
SM
7638 (view-mode-exit): Rename second argument to EXIT-ONLY.
7639 Rewrite using quit-restore-window.
357f93d2
MR
7640 (View-exit, View-exit-and-edit, View-leave, View-quit)
7641 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
7642 appropriate arguments.
7643 (view-end-message): Use quit-restore window parameter.
7644
9481c002
MR
7645 * window.el (display-buffer-function): Rewrite doc-string.
7646 (display-buffer-window, display-buffer-alist): New variables.
7647 (display-buffer-split-specifiers)
7648 (display-buffer-side-specifiers)
7649 (display-buffer-macro-specifiers): New constants.
7650 (display-buffer-even-window-sizes, display-buffer-set-height)
7651 (display-buffer-set-width, display-buffer-select-window)
7652 (display-buffer-in-window, display-buffer-reuse-window)
7653 (display-buffer-split-window-1, display-buffer-split-window)
7654 (display-buffer-split-atom-window, display-buffer-pop-up-window)
7655 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
7656 (display-buffer-in-side-window, normalize-buffer-to-display)
7657 (display-buffer-normalize-specifiers-1)
7658 (display-buffer-normalize-specifiers-2)
2b75be67
SM
7659 (display-buffer-normalize-specifiers, display-buffer-frame):
7660 New functions.
9481c002
MR
7661 (display-buffer): Major rewrite.
7662 (display-buffer-other-window, display-buffer-other-frame)
7663 (pop-to-buffer, switch-to-buffer-other-window)
7664 (switch-to-buffer-other-frame): Rewrite.
7665 (display-buffer-same-window, display-buffer-same-frame)
7666 (display-buffer-same-frame-other-window)
7667 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7668 (pop-to-buffer-other-window)
7669 (pop-to-buffer-same-frame-other-window)
7670 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
7671 (switch-to-buffer-other-window-same-frame): New functions.
7672 (same-window-p, special-display-p): Rewrite disabling warnings.
7673 Make obsolete.
7674 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7675 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
7676 Make obsolete
7677 (same-window-buffer-names, same-window-regexps)
7678 (special-display-frame-alist, special-display-popup-frame)
7679 (special-display-function, special-display-buffer-names)
7680 (special-display-regexps, pop-up-frame-alist)
7681 (pop-up-frame-function, split-window-preferred-function)
7682 (split-height-threshold, split-width-threshold)
7683 (even-window-heights): Make obsolete.
7684
9db51aca
GM
76852011-06-12 Glenn Morris <rgm@gnu.org>
7686
7687 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 7688 Misc simplifications.
9db51aca 7689
39cffb44
MR
76902011-06-12 Martin Rudalics <rudalics@gmx.at>
7691
7692 * window.el (window-safely-shrinkable-p): Restore function which
7693 was inadvertently removed in change from 2011-06-11. Declare as
7694 obsolete.
7695
2b75be67
SM
7696 * calendar/calendar.el (calendar-generate-window):
7697 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
7698 window-safely-shrinkable-p.
7699
a8955be7
GM
77002011-06-12 Glenn Morris <rgm@gnu.org>
7701
7702 * progmodes/fortran.el (fortran-mode-syntax-table):
7703 * progmodes/f90.el (f90-mode-syntax-table):
7704 Set % to punctuation. (Bug#8820)
7705 (f90-find-tag-default): Remove, no longer needed.
7706
f0d4059d
DC
77072011-06-12 Daniel Colascione <dan.colascione@gmail.com>
7708
7709 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
7710
1100a63c
CY
77112011-06-11 Chong Yidong <cyd@stupidchicken.com>
7712
7713 * image.el (image-animated-p): Return animation delay in seconds.
7714 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
7715 (image-animate-timeout): Remove DELAY argument. Don't assume
7716 every subimage has the same delay; get it from image-animated-p.
7717 (image-animate): Caller changed.
7718
def722bf
MA
77192011-06-11 Michael Albinus <michael.albinus@gmx.de>
7720
7721 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
7722 to ignored backtrace functions.
7723
0a2bb1a9
GM
77242011-06-11 Glenn Morris <rgm@gnu.org>
7725
7726 * calendar/appt.el (appt-disp-window-function): Doc fix.
7727 (appt-check): Handle overlapping appointments. (Bug#8337)
7728
6198ccd0
MR
77292011-06-11 Martin Rudalics <rudalics@gmx.at>
7730
7731 * window.el (window-tree-1, window-tree): New functions, moving
7732 the latter to window.el.
7733 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7734 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7735 (bw-refresh-edges): Remove.
7736 (balance-windows-1, balance-windows-2): New functions.
7737 (balance-windows): Rewrite in terms of window tree functions,
7738 balance-windows-1 and balance-windows-2.
7739 (bw-adjust-window): Remove.
7740 (balance-windows-area-adjust): New function with functionality of
7741 bw-adjust-window but using resize-window.
2b75be67
SM
7742 (set-window-text-height): Rewrite doc-string.
7743 Use normalize-live-window and resize-window.
7744 (enlarge-window-horizontally, shrink-window-horizontally):
7745 Rename argument to DELTA.
6198ccd0
MR
7746 (window-buffer-height): New function.
7747 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
7748 Rewrite using new window resize routines.
2b75be67
SM
7749 (kill-buffer-and-window, mouse-autoselect-window-select):
7750 Use ignore-errors instead of condition-case.
6198ccd0
MR
7751 (quit-window): Call delete-frame instead of delete-windows-on
7752 for the only buffer on frame.
7753
9397e56f
MR
77542011-06-10 Martin Rudalics <rudalics@gmx.at>
7755
7756 * loadup.el (top-level): Load window before files for the sake
7757 of replace-buffer-in-windows.
7758
7759 * files.el (read-buffer-to-switch)
7760 (switch-to-buffer-other-window)
2b75be67
SM
7761 (switch-to-buffer-other-frame, display-buffer-other-frame):
7762 Move to window.el.
9397e56f
MR
7763
7764 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
7765 (previous-buffer): Move to window.el.
7766
7767 * bindings.el (unbury-buffer): Move to window.el.
7768
7769 * window.el (delete-other-windows-vertically): Move after
7770 definition of delete-other-windows.
7771 (other-window, delete-windows-on, replace-buffer-in-windows):
7772 Move here from window.c.
7773 (record-window-buffer, unrecord-window-buffer)
7774 (set-window-buffer-start-and-point, switch-to-prev-buffer)
7775 (switch-to-next-buffer): New functions.
7776 (get-next-valid-buffer, last-buffer, next-buffer): Move here
7777 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
7778 (previous-buffer): Move here from simple.el.
7779 Call switch-to-prev-buffer.
9397e56f
MR
7780 (bury-buffer): Move here from buffer.c. Switch to previous
7781 buffer when window cannot be deleted.
7782 (unbury-buffer): Move here from bindings.el.
7783 (ctl-x-map): Move binding for other-window from window.c to
7784 here.
7785 (read-buffer-to-switch, switch-to-buffer-other-window)
7786 (switch-to-buffer-other-frame): Move here from files.el.
7787 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
7788 (switch-to-buffer): Move here from buffer.c.
7789 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 7790
562dd5e9
MR
77912011-06-10 Martin Rudalics <rudalics@gmx.at>
7792
7793 * window.el (window-min-height, window-min-width): Move here
7794 from window.c. Add defcustoms and rewrite doc-strings.
7795 (resize-mini-window, resize-window): New functions.
7796 (adjust-window-trailing-edge, enlarge-window, shrink-window):
7797 Move here from window.c.
7798 (maximize-window, minimize-window): New functions.
7799 (delete-window, delete-other-windows, split-window): Move here
7800 from window.c.
7801 (window-split-min-size): New function.
7802 (split-window-keep-point): Mention split-window-above-each-other
7803 instead of split-window-vertically.
2b75be67 7804 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
7805 Rename split-window-vertically to split-window-above-each-other
7806 and provide defalias for old definition.
7807 (split-window-side-by-side, split-window-horizontally):
7808 Rename split-window-horizontally to split-window-side-by-side
7809 and provide defalias for the old definition.
562dd5e9
MR
7810 (ctl-x-map): Move bindings for delete-window,
7811 delete-other-windows and enlarge-window here from window.c.
7812 Replace bindings for split-window-vertically and
7813 split-window-horizontally by bindings for
7814 split-window-above-each-other and split-window-side-by-side.
7815
7816 * cus-start.el (all): Remove entries for window-min-height and
7817 window-min-width. Add entries for window-splits and
7818 window-nest.
7819
f0da764a
GM
78202011-06-09 Glenn Morris <rgm@gnu.org>
7821
80675c21
GM
7822 * calendar/appt.el (appt-mode-line): New function.
7823 (appt-check, appt-disp-window): Use it.
7824
f0da764a
GM
7825 * files.el (hack-one-local-variable-eval-safep):
7826 Allow minor-modes with explicit +/-1 arguments.
7827
59f623b7
TZ
78282011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
7829
7830 * term/xterm.el (xterm): Add defgroup.
7831 (xterm-extra-capabilities): Add defcustom to supply known xterm
7832 capabilities, skip querying them, or query them (default).
7833 (terminal-init-xterm): Use it.
7834 (terminal-init-xterm-modify-other-keys): New function to set up
7835 modifyOtherKeys support to simplify `terminal-init-xterm'.
7836
9aab8e0d
MR
78372011-06-09 Martin Rudalics <rudalics@gmx.at>
7838
7839 * window.el (resize-window-reset, resize-window-reset-1)
7840 (resize-subwindows-skip-p, resize-subwindows-normal)
7841 (resize-subwindows, resize-other-windows, resize-this-window)
7842 (resize-root-window, resize-root-window-vertically)
7843 (window-deletable-p, window-or-subwindow-p)
7844 (frame-root-window-p): New functions.
7845
e8b08aee
GM
78462011-06-09 Glenn Morris <rgm@gnu.org>
7847
7848 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
7849 (ange-ftp-get-files): Use it.
7850
254c37a5
AK
78512011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7852
7853 * mail/sendmail.el (mail-recover-1, mail-recover):
7854 * files.el (recover-file, recover-session):
7855 Handle dired-listing-switches not being just a single short option.
7856
35d7dbd3
GM
78572011-06-09 Glenn Morris <rgm@gnu.org>
7858
7859 * calendar/appt.el (appt-display-message, appt-disp-window):
7860 Handle lists of appointments.
7861
387522b2
MR
78622011-06-08 Martin Rudalics <rudalics@gmx.at>
7863
2b75be67
SM
7864 * window.el (one-window-p): Move down in code.
7865 Rewrite doc-string.
7866 (window-current-scroll-bars): Rewrite doc-string.
7867 Normalize live window argument.
387522b2
MR
7868 (walk-windows, get-window-with-predicate, count-windows):
7869 Rewrite doc-string. Use window-list-1.
7870 (window-in-direction-2, window-in-direction, get-mru-window):
7871 New functions.
7872
d8e4b68b 78732011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
7874
7875 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
7876 Doc fix (Bug#8713).
7877
78782011-06-08 Chong Yidong <cyd@stupidchicken.com>
7879
7880 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
7881
78822011-06-08 Juanma Barranquero <lekktu@gmail.com>
7883
7884 * loadhist.el (unload-feature-special-hooks):
7885 Add `comint-output-filter-functions'.
7886
0de12c52
IK
78872011-06-08 Ivan Kanis <gnu@kanis.fr>
7888
7889 * calendar/appt.el (appt-check): Move some initializations into the let.
7890
f3d1777e
MR
78912011-06-08 Martin Rudalics <rudalics@gmx.at>
7892
7893 * window.el (window-height): Defalias to window-total-height.
7894 (window-width): Defalias to window-body-width.
7895
18af70d0
CY
78962011-06-07 Chong Yidong <cyd@stupidchicken.com>
7897
7898 * image-mode.el (image-toggle-animation): New command.
7899 (image-mode-map): Bind it to RET.
7900 (image-mode): Update message.
7901 (image-toggle-display-image): Avoid a spurious cache flush.
7902 (image-transform-rotation): Doc fix.
7903 (image-transform-properties): Return quickly in the normal case.
7904 (image-animate-loop): Rename from image-animate-max-time.
7905
2b75be67 7906 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
7907 (create-animated-image): Remove unnecessary function.
7908 (image-animate): Rename from image-animate-start. New arg.
2b75be67 7909 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
7910 (image-animate-timer): Use car-safe.
7911 (image-animate-timeout): Rename argument.
7912
190b47e6
MR
79132011-06-07 Martin Rudalics <rudalics@gmx.at>
7914
7915 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
7916 window.c. Rename first argument to ALL-FRAMES.
7917 Rephrase doc-strings.
7918 (get-buffer-window-list): Rewrite using window-list-1.
7919 Rephrase doc-string.
a1511caf
MR
7920 (window-safe-min-height, window-safe-min-width): New constants.
7921 (window-size-ignore, window-min-size, window-min-size-1)
7922 (window-sizable, window-sizable-p, window-size-fixed-1)
7923 (window-size-fixed-p, window-min-delta-1, window-min-delta)
7924 (window-max-delta-1, window-max-delta, window-resizable)
7925 (window-resizable-p, window-total-height, window-total-width)
7926 (window-body-width): New functions.
7927 (window-full-height-p, window-full-width-p): Rewrite using
7928 window-total-size.
7929 (window-body-height): Rewrite using window-body-size.
190b47e6 7930
85cc1f11
MR
79312011-06-06 Martin Rudalics <rudalics@gmx.at>
7932
7933 * window.el (window-right, window-left, window-child)
7934 (window-child-count, window-last-child, window-any-p)
7935 (normalize-live-buffer, normalize-live-frame)
7936 (normalize-any-window, normalize-live-window)
7937 (window-iso-combination-p, window-iso-combined-p)
7938 (window-iso-combinations)
7939 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
7940 (windows-with-parameter, window-with-parameter)
7941 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
7942 (window-atom-check, window-side-check, window-check):
7943 New functions.
85cc1f11
MR
7944 (ignore-window-parameters, window-sides, window-sides-vertical)
7945 (window-sides-slots): New variables.
7946 (window-size-fixed): Move down in code. Minor doc-string fix.
7947
e7156492
AS
79482011-06-05 Andreas Schwab <schwab@linux-m68k.org>
7949
7950 * comint.el (comint-dynamic-complete-as-filename)
7951 (comint-dynamic-complete-filename): Correctly call
7952 completion-in-region.
7953
7e821d0d
DD
79542011-06-05 Deniz Dogan <deniz@dogan.se>
7955
7956 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
7957 in last change.
7958
ac09b8a1
DD
79592011-06-05 Deniz Dogan <deniz@dogan.se>
7960
7961 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
7962 (rcirc): Use it to prompt for encryption.
7963
34699b85
RW
79642011-06-05 Roland Winkler <winkler@gnu.org>
7965
7966 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
7967 (bibtex-search-entries): New command bound to C-c C-a.
7968 (bibtex-display-entries): New function.
7969
004dedd3
RW
79702011-06-05 Roland Winkler <winkler@gnu.org>
7971
7972 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
7973 (bibtex-insert-kill): After yanking insert newline if necessary.
7974 (bibtex-initialize): Call bibtex-string-files-init only once.
7975 (bibtex-mode): Do not call easy-menu-add.
7976 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
7977 (bibtex-yank): Set arg properly if nil.
7978
022fe7ce
RW
79792011-06-05 Roland Winkler <winkler@gnu.org>
7980
2b75be67
SM
7981 * textmodes/bibtex.el (bibtex-search-entry-globally):
7982 New variable.
022fe7ce
RW
7983 (bibtex-search-entry): Use it.
7984
b7c3692a
RW
79852011-06-05 Roland Winkler <winkler@gnu.org>
7986
7987 * textmodes/bibtex.el (bibtex-entry-format): New option
7988 sort-fields.
7989 (bibtex-format-entry, bibtex-reformat): Honor this option.
7990 (bibtex-parse-entry): Return fields in proper order.
7991
8eda563d
JB
79922011-06-05 Juanma Barranquero <lekktu@gmail.com>
7993
7994 * doc-view.el (doc-view-remove-if): Move computation of result out
7995 of `dolist' to silence misleading lexical-binding warning.
7996
7dbe3dbc
CY
79972011-06-04 Chong Yidong <cyd@stupidchicken.com>
7998
7999 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8000 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8001
0c33dd17
MA
80022011-06-04 Michael Albinus <michael.albinus@gmx.de>
8003
8004 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8005 "SunOS 5.10".
8006
f8f91c2b
MA
80072011-06-04 Michael Albinus <michael.albinus@gmx.de>
8008
8009 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8010 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8011 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8012 (tramp-parse-putty):
8013 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8014 (tramp-completion-function-alist-ssh)
8015 (tramp-completion-function-alist-telnet)
8016 (tramp-completion-function-alist-su)
8017 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8018 cookie.
8019
8020 * net/tramp-ftp.el:
8021 * net/tramp-sh.el:
8022 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8023 load "tramp.el" `tramp-set-completion-function'.
8024
e17d9003
SM
80252011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8026
8027 * shell.el: Require and use pcomplete.
8028 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8029 (shell-completion-vars): Set pcomplete-default-completion-function.
8030
6c4cab03
DD
80312011-06-04 Deniz Dogan <deniz@dogan.se>
8032
8033 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8034 `memq' (Bug#8799).
8035
ea9fafe0
SM
80362011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8037
8038 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8039
b3e945d3
JB
80402011-06-02 Juanma Barranquero <lekktu@gmail.com>
8041
8042 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8043 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8044 * vc/log-view.el (log-view-beginning-of-defun):
8045 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8046 (smerge-refine-forward, smerge-refine-chopup-region):
8047 Silence warning for unused `dotimes' counter variables.
8048
7d520089
SM
80492011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8050
8051 * net/tramp.el (tramp-with-progress-reporter): Rename from
8052 with-progress-reporter. Use `declare'.
8053 * net/tramp-smb.el:
8054 * net/tramp-sh.el:
8055 * net/tramp-gvfs.el: Update all uses.
8056
a1c2400f
JB
80572011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8058
8059 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8060 buffer isn't killed before making it current.
8061
2403c841
SM
80622011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8063
8064 Silence various byte-compiler warnings.
8065 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8066 `access-type' and new obsolescence format.
8067 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8068 new format.
8069 (byte-compile-check-variable): New `access-type' argument.
8070 Only warn if the access-type is obsolete.
8071 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8072 (byte-compile-variable-set): Adjust callers.
8073 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8074 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8075 setting it as obsolete.
8076 * simple.el (minibuffer-completing-symbol):
8077 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8078 access as obsolete.
8079 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8080 obsolete yet.
8081 * international/quail.el (quail-mouse-choose-completion): Remove unused
8082 code referring to obsolete var.
8083 (quail-choose-completion-string): Remove.
8084 * server.el (server-clients-with, server-kill-buffer-query-function)
8085 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8086 * proced.el (proced-send-signal):
8087 * emacs-lisp/lisp.el (lisp-complete-symbol):
8088 Replace completion-annotate-function with completion-extra-properties.
8089
2462470b
SM
80902011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8091
fb5b2591
SM
8092 * simple.el (goto-line): Use read-number.
8093 (overriding-map-is-bound): Remove.
8094 (saved-overriding-map): Change default.
8095 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8096 Take the map as argument.
8097 (universal-argument, negative-argument, digit-argument): Use it.
8098 (restore-overriding-map): Adjust.
8099 (do-auto-fill): Use fill-forward-paragraph.
8100 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8101
fd6fa53f
SM
8102 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8103 (minibuffer-inactive-mode): New major mode.
8104 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8105 the *Messages* buffer" hack.
8106 (mouse-popup-menubar): Don't burp if the event is a normal key.
8107
2462470b
SM
8108 Miscellaneous tweaks.
8109 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8110 lexical scoping as in subr.el's dolist and dotimes.
8111 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8112 Silence compiler warning.
8113 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8114 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8115 * international/ccl.el (ccl-compile): Trivial simplification.
8116 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8117 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8118 `printflag' argument.
8119 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8120 Purecopy the whole obsolescence data.
8121
108bf785
LL
81222011-06-01 Leo Liu <sdl.web@gmail.com>
8123
8124 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8125 improve doc-string as suggested by Marco Pessotto
8126 <melmothx@gmail.com>.
8127 (rcirc-print): Fix last change.
8128
30a23501
SM
81292011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8130
8131 * minibuffer.el (complete-with-action): Return nil for the metadata and
8132 boundaries of non-functional tables.
8133 (completion-table-dynamic): Return nil for the metadata.
8134 (completion-table-with-terminator): Add default case, using
8135 complete-with-action.
8136 (completion--metadata): New function.
8137 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8138 to try and avoid pathological performance problems.
8139 (completion--embedded-envvar-table): Return `category' metadata.
8140
bcd54f83
LMI
81412011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8142
8143 * subr.el (process-alive-p): New tiny convenience function.
8144
e227544d
SM
81452011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8146
8147 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8148 content but also its previous major mode.
8149
e8296fdc
HE
81502011-05-31 Helmut Eller <eller.helmut@gmail.com>
8151
4d61f28d 8152 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
8153 *Backtrace* buffer when we exit with C-M-c.
8154
620c53a6
SM
81552011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * minibuffer.el: Add metadata method to completion tables.
8158 (completion-category-overrides): New defcustom.
8159 (completion-metadata, completion--field-metadata)
8160 (completion-metadata-get, completion--styles)
8161 (completion--cycle-threshold): New functions.
8162 (completion-try-completion, completion-all-completions):
8163 Add `metadata' argument to choose completion-styles.
8164 (completion--do-completion): Use metadata to choose cycling.
8165 (completion-all-sorted-completions): Use metadata for sorting.
8166 Remove :completion-cycle-penalty which is not needed any more.
8167 (completion--try-word-completion): Add `metadata' argument.
8168 (minibuffer-completion-help): Check metadata for annotation function
8169 and sorting.
8170 (completion-file-name-table): Return `category' metadata.
8171 (minibuffer-completing-file-name): Make obsolete.
8172 * simple.el (minibuffer-completing-symbol): Make obsolete.
8173 * icomplete.el (icomplete-completions): Pass new `metadata' param to
8174 completion-try-completion.
8175
1257e755
SM
81762011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8177
8178 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8179
3767e706
LL
81802011-05-30 Leo Liu <sdl.web@gmail.com>
8181
8182 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
8183 (rcirc-print): Decode all incoming messages (bug#8744).
8184 (rcirc-decode-coding-system): Allow value nil for automatic coding
8185 system detection.
3767e706 8186
d1a5d56a
GM
81872011-06-01 Glenn Morris <rgm@gnu.org>
8188
8189 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
8190
e8cbec34
CY
81912011-05-29 Chong Yidong <cyd@stupidchicken.com>
8192
8193 * image.el (image-animate-max-time): Allow nil and t values.
8194 Default to nil.
8195 (create-animated-image): Doc fix.
8196 (image-animate-start): Remove second arg; just use
8197 image-animate-max-time.
8198 (image-animate-timeout): Doc fix. Args changed.
8199
8200 * image-mode.el (image-toggle-display-image): Ensure that the
8201 image spec passed to the animate timer is the same object as in
58179cce 8202 the buffer's display property (Bug#6981).
e8cbec34
CY
8203 (image-transform-properties): Doc fix.
8204
8205 * image.el (image-animate-max-time): Default to nil.
8206
159daf87
MR
82072011-05-29 Martin Rudalics <rudalics@gmx.at>
8208
8209 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
8210 entire buffer list (Bug#8184).
8211
d66c4c7c
CY
82122011-05-29 Chong Yidong <cyd@stupidchicken.com>
8213
8214 * image.el (imagemagick-types-inhibit)
8215 (imagemagick-register-types): Doc fix.
8216
80aec780
DD
82172011-05-29 Deniz Dogan <deniz@dogan.se>
8218
8219 * net/rcirc.el (rcirc): Use the user's stored encryption method by
8220 default.
8221
1dd3c2d9
CY
82222011-05-29 Chong Yidong <cyd@stupidchicken.com>
8223
8224 * select.el: Don't perform clipboard-manager saving in hooks;
8225 leave the hooks empty.
8226
60e56523
LL
82272011-05-28 Leo Liu <sdl.web@gmail.com>
8228
8229 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
8230 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
8231 (occur-edit-mode): New major mode (Bug#8463).
8232 (occur-after-change-function): New function.
8233 (occur-engine): Give Occur tags a read-only property.
8234
2b1e1a22
KR
82352011-05-28 Kevin Ryde <user42@zip.com.au>
8236
8237 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
8238
5d344e88
CY
82392011-05-28 Chong Yidong <cyd@stupidchicken.com>
8240
8e6ca83d
CY
8241 * bindings.el (help-echo): Make the initial non-indicator dash
8242 empty on graphical terminals (Bug#7295).
8243
5d344e88
CY
8244 * files.el (auto-mode-alist): Move config rule after the
8245 in-stripping one (Bug#8547).
8246
bfbbace7
CY
8247 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
8248
fbeba6e2
CY
8249 * startup.el (normal-splash-screen): Remove gratuitous mode-line
8250 setting (Bug#8740).
8251
60ed8c72
AA
82522011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
8253
4ac619f0
AA
8254 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
8255 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
8256 (Bug#8539).
60ed8c72 8257
23db196e
CY
82582011-05-28 Chong Yidong <cyd@stupidchicken.com>
8259
8260 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
8261
5012f24c
DK
82622011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
8263
8264 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
8265 (hs-hide-block-at-point, hs-find-block-beginning)
8266 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
8267 (Bug#8279).
8268
6a639b16
GM
82692011-05-28 Glenn Morris <rgm@gnu.org>
8270
8271 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
8272
d43eaf2c
CY
82732011-05-28 Chong Yidong <cyd@stupidchicken.com>
8274
5199bde1
CY
8275 * help-fns.el (describe-function-1): If the function is a derived
8276 major mode, print the parent mode.
8277
d43eaf2c
CY
8278 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
8279 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
8280
423428a8
SM
82812011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8282
0ff8e1ba 8283 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 8284 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
8285 * progmodes/etags.el (tags-completion-at-point-function):
8286 * info-look.el (info-lookup-completions-at-point): Mark as
8287 non-exclusive.
8288 (info-complete): Adjust accordingly.
8289
423428a8
SM
8290 * info-look.el: Convert to lexical-binding and completion-at-point.
8291 (info-lookup-completions-at-point): New function.
8292 (info-complete): Use it and completion-in-region.
8293
b74aa22b
DA
82942011-05-28 Drew Adams <drew.adams@oracle.com>
8295
8296 * isearch.el: Let M-e start with point at the first mismatched char.
8297 (isearch-fail-pos): New function.
8298 (isearch-edit-string): Use it.
8299
66e2e71d
DK
83002011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8301
8302 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8303
b1890b0f 83042011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
8305
8306 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
8307 traversal functions for avl-trees.
8308 (avl-tree--stack): New struct.
8309 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
8310 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
8311 (avl-tree--do-enter): Add optional `updatefun' arg.
8312 Change return value.
eb95d01d 8313 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
8314 (avl-tree--do-delete): Add `test' and `nilflag' args.
8315 Change return value.
eb95d01d
TC
8316 (avl-tree-member): Add optional `nilflag'
8317 (avl-tree-member-p): New function.
8318 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
8319 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
8320 (avl-tree-stack-empty-p): New functions.
8321
3769ddcf
TC
8322 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
8323 avl-tree--del-balance1 and make it work both ways.
8324 (avl-tree--del-balance2): Remove.
8325 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
8326 make it work both ways.
8327 (avl-tree--enter-balance2): Remove.
8328 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
8329 New macros.
8330 (avl-tree--mapc, avl-tree-map): Add direction argument.
8331
eb95d01d 83322011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
8333
8334 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
8335
a9f737ee
CY
83362011-05-27 Chong Yidong <cyd@stupidchicken.com>
8337
8338 * select.el: Support clipboard managers with built-in function
8339 x-clipboard-manager-save, via delete-frame-functions and
8340 kill-emacs-hook.
8341 (xselect-convert-to-targets): Add MULTIPLE target to list.
8342 (xselect-convert-to-save-targets): New function.
8343
c92a1e54
KH
83442011-05-27 Kenichi Handa <handa@m17n.org>
8345
8346 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
8347 let-binding rfc2047-encode-encoded-words to nil.
8348
e145f188
GM
83492011-05-27 Glenn Morris <rgm@gnu.org>
8350
5ec8a862
GM
8351 * mail/emacsbug.el: Don't require url-util.
8352
4b29d9fb
GM
8353 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
8354
e145f188
GM
8355 * files.el (set-auto-mode):
8356 Also respect mode: entries at the end of the file. (Bug#8586)
8357
7d15102b
GM
83582011-05-26 Glenn Morris <rgm@gnu.org>
8359
98f593b8
GM
8360 * files.el (hack-local-variables-prop-line, hack-local-variables):
8361 Downcase mode names, as seems to be traditional.
27b48e63 8362 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 8363
7d15102b
GM
8364 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
8365 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
8366
51d5b4ec
JD
83672011-05-25 Julien Danjou <julien@danjou.info>
8368
8369 * textmodes/rst.el (rst-define-level-faces): Do not define face
8370 symbol if it is already defined.
8371
91513f63
VB
83722011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
8373
8374 * play/5x5.el (5x5-new-game, 5x5-randomize):
8375 Reset 5x5-solver-output to nil when a new grid is cast.
8376 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
8377 these debugging traces, as defmacro breaks the compiled code.
8378
4d90d6d0
DK
83792011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8380
8381 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8382
e1b90ef6
LL
83832011-05-24 Leo Liu <sdl.web@gmail.com>
8384
8385 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
8386 (vc-bzr-sha1): Adapt.
8387
d8e4b68b 8388 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
8389
8390 * bindings.el: Provide sha1 feature.
8391
db0406bb 83922011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
8393
8394 * mail/sendmail.el: Require `rfc2047'.
8395 (mail-insert-from-field): Do not perform RFC2047 encoding.
8396 (mail-encode-header): New function.
8397 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
8398 buffer to the return value of select-message-coding-system.
8399 Call mail-encode-header.
b8d747b9
KH
8400
8401 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
8402
db0406bb 84032011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 8404
4d90d6d0
DK
8405 * mail/supercite.el (sc-default-cite-frame):
8406 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 8407
eb8a5e9b
GM
84082011-05-24 Glenn Morris <rgm@gnu.org>
8409
f8630703
GM
8410 * progmodes/python.el (brm-menu): Declare.
8411
8831bbed
GM
8412 * emulation/viper.el (viper-set-hooks): Declare.
8413
eb8a5e9b
GM
8414 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
8415 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
8416 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
8417 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
8418 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
8419 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
8420
a2a25d24
SM
84212011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8422
8423 Add an :exit-function for completion-at-point.
8424
8425 * minibuffer.el (completion--done): New fun.
8426 (completion--do-completion): Use it. New arg `expect-exact'.
8427 (minibuffer-complete, minibuffer-complete-word): Don't output message,
8428 since completion--do-completion does it for us now.
8429 (minibuffer-force-complete): Use completion--done and
8430 completion--replace. Handle sole-completion case with more care.
8431 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
8432 (completion-extra-properties): New var.
8433 (completion-annotate-function): Make obsolete.
8434 (minibuffer-completion-help): Adjust accordingly.
8435 Use completion-list-insert-choice-function.
8436 (completion-at-point, completion-help-at-point):
8437 Bind completion-extra-properties.
8438 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
8439 * simple.el (completion-list-insert-choice-function): New var.
8440 (completion-setup-function): Preserve it.
8441 (choose-completion): Pay attention to it, shuffle the code a bit.
8442 (choose-completion-string): New arg `insert-function'.
8443
8444 * textmodes/bibtex.el: Convert to lexical binding.
8445 (bibtex-mode-map): Use completion-at-point.
8446 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
8447 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
8448 (bibtex-complete): Define as obsolete alias.
8449 (bibtex-complete-internal): Remove.
8450 (bibtex-format-entry): Remove unused sub-group in regexp.
8451 * shell.el (shell--command-completion-data)
8452 (shell-environment-variable-completion):
8453 * pcomplete.el (pcomplete-completions-at-point):
8454 * comint.el (comint--complete-file-name-data): Use :exit-function
8455 instead of completion-table-with-terminator so it also works for
8456 choose-completion.
8457
e44e373d
SM
84582011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8459
4f91a816
SM
8460 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
8461
782fc819
SM
8462 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
8463 (bug#8710).
8464
e44e373d
SM
8465 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
8466
381987c3
KM
84672011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
8468
8469 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
8470 customization variable and implement: If non-nil, auto-fill will
8471 be inhibited while on topic's header line.
8472
b776bc70
VB
84732011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
8474
8475 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 8476 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
8477 always have a solution in grid size = 5 cases.
8478 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
8479 (5x5-solver-output, 5x5-log-buffer): New vars.
8480 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
8481 Make these variables buffer local to achieve 5x5 multi-session-ness.
8482 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
8483 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
8484 (5x5-solve-suggest): New funs.
8485 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
8486 randomize a grid so that we ensure that there is always a solution.
8487 (5x5-make-random-grid): Allow other movement than flipping.
8488
7de88b6e
KR
84892011-05-23 Kevin Ryde <user42@zip.com.au>
8490
8491 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 8492 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
8493 advice and passes PREDICATE.
8494
b1ef1257
SM
84952011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8496
bbca48fe
SM
8497 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
8498 byte-compile-lambda if it's actually a lambda.
8499
b1ef1257
SM
8500 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
8501 Fix function quoting. Use backquote better.
8502
92a9cc65
YS
85032011-05-22 Yuanle Song <sylecn@gmail.com>
8504
8505 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
8506 matching (Bug#8516).
8507
f0fb8059
JA
85082011-01-22 Jari Aalto <jari.aalto@cante.net>
8509
8510 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
8511 different face (Bug#8178).
8512
d5b44c93
CY
85132011-05-22 Chong Yidong <cyd@stupidchicken.com>
8514
8515 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
8516 defface (Bug#8144).
8517
79106a44
SM
85182011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8519
9c848d8a
SM
8520 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
8521 funcall as well (bug#8712). Warn when performing those conversions.
8522 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
8523
79106a44
SM
8524 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
8525
88dfa756
GM
85262011-05-22 Glenn Morris <rgm@gnu.org>
8527
8528 * files.el (hack-local-variables-prop-line): Small simplifications.
8529 (hack-local-variables, hack-local-variables-prop-line):
8530 If MODE-ONLY, return the mode, rather than just `t'.
8531
b7cf2c79
SM
85322011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8533
8534 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
8535
3f1a8558
GM
85362011-05-21 Glenn Morris <rgm@gnu.org>
8537
7e4ccca3
GM
8538 * files.el (hack-local-variables-prop-line, hack-local-variables):
8539 If only interested in the mode, don't bother doing the other stuff.
8540
637d46ca
GM
8541 * image-mode.el (image-after-revert-hook):
8542 Redraw all frames on which the image is visible. (Bug#8567)
8543
973d955b
GM
8544 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
8545
3f1a8558
GM
8546 * wid-edit.el (widget-checklist-match-inline):
8547 Fix 2011-04-19 change. (Bug#8649)
8548
96479927
SM
85492011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8550
1dcf791f
SM
8551 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8552 Also allow singlespace after single-letter capitals followed by a dot.
8553
96479927
SM
8554 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
8555 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
8556
35fd0881
N
85572011-05-20 Nix <nix@esperi.org.uk>
8558
8559 * files.el (basic-save-buffer-2):
8560 Fix handling of break-hardlink-on-save with non-existent files.
8561
82745640
DD
85622011-05-19 Deniz Dogan <deniz@dogan.se>
8563
8564 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 8565 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 8566
4a720484
GM
85672011-05-19 Glenn Morris <rgm@gnu.org>
8568
d1f21341
GM
8569 * progmodes/f90.el (f90-type-def-re):
8570 Handle "type, bind(c)". (Bug#8691)
8571
4a720484
GM
8572 * emacs-lisp/autoload.el (batch-update-autoloads):
8573 Set autoload-excludes by parsing loadup.el rather than Makefiles.
8574
2fb0a219
MA
85752011-05-18 Michael Albinus <michael.albinus@gmx.de>
8576
8577 * net/tramp.el (tramp-process-actions): Set "first-password-request"
8578 property for the correct connection in case of multihops.
8579
e565dd37
GM
85802011-05-18 Glenn Morris <rgm@gnu.org>
8581
c2571358 8582 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
8583 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
8584
e565dd37
GM
8585 Rationalize calendar handling of day and month abbrev-arrays.
8586 * calendar/calendar.el (calendar-customized-p): New function.
8587 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
8588 (calendar-day-name-array, calendar-month-name-array): Doc fix.
8589 Add :set function.
8590 (calendar-abbrev-length, calendar-day-abbrev-array)
8591 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
8592 (calendar-day-abbrev-array, calendar-month-abbrev-array):
8593 Elements may no longer be nil.
8594 (calendar-day-name, calendar-month-name):
8595 Update for changed nature of abbrev arrays.
8596 * calendar/diary-lib.el (diary-name-pattern):
8597 Update for changed nature of abbrev arrays.
8598 (diary-mark-entries-1): Update calendar-make-alist calls.
8599 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
8600 * calendar/cal-html.el (cal-html-day-abbrev-array):
8601 Simply inherit from calendar-day-abbrev-array.
8602
1d99a745
SM
86032011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8604
8605 * progmodes/grep.el (grep-mode): Disable default
8606 compilation-directory-matcher setting (bug#8684).
8607
7c1d9aa0
MA
86082011-05-17 Michael Albinus <michael.albinus@gmx.de>
8609
8610 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
8611 instead of "head" and "tail". There were problems with SunOS 5.9,
8612 and it performs better.
8613
3952e9d8
GM
86142011-05-17 Glenn Morris <rgm@gnu.org>
8615
2dd12e7f
GM
8616 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
8617
e4157b9c
GM
8618 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8619 Replace obsolete function.
8620
8e249bbd
GM
8621 * shell.el (pcomplete-parse-arguments-function): Declare.
8622
3952e9d8
GM
8623 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
8624 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
8625 (appt-check): Doc fixes.
8626 (appt-disp-window-function, appt-delete-window-function):
8627 Remove needless special case in custom :type.
8628 (appt-display-count): Default to 0, not nil.
8629 (appt-check): Reset appt-display-count to 0, not nil.
8630
c71a0d48 86312011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 8632
c71a0d48
GM
8633 * progmodes/python.el (python-font-lock-keywords):
8634 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 8635
31d55be9
SM
86362011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8637
8638 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
8639
3bfacb2f
KR
86402011-05-16 Kevin Ryde <user42@zip.com.au>
8641
8642 * info-look.el (makefile-automake-mode): New setups, looking in
8643 automake manual, then makefile-mode.
8644 (makefile-mode): Remove automake manual, have it just in
8645 makefile-automake-mode since there's various things different or
8646 not relevant to plain make.
8647 (makefile-mode): Remove "other-modes" non-existent automake-mode,
8648 believe a hypothetical automake-mode would go to makefile-mode,
8649 not the other way around.
8650
c8e83751
CY
86512011-05-15 Chong Yidong <cyd@stupidchicken.com>
8652
5e9e35cd
CY
8653 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
8654 hunk-end tags (Bug#8672).
8655
c8e83751
CY
8656 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
8657 vc-annotate-show-diff-revision-at-line (Bug#8671).
8658
50b23e5a
GM
86592011-05-14 Glenn Morris <rgm@gnu.org>
8660
7210a739
GM
8661 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
8662 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
8663 (change-log-font-lock-keywords): Also handle multiple author lines
8664 with leading tabs. (Bug#8644)
7210a739 8665
4691905a
GM
8666 * calendar/appt.el (appt-check): Rename some local variables.
8667 Some simplification/reordering.
8668
50b23e5a
GM
8669 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
8670 (feedmail-sendmail-f-doesnt-sell-me-out)
8671 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
8672 (feedmail-debug-sit-for, feedmail-queue-express-hook)
8673 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
8674 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
8675 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
8676 (feedmail-binmail-gnulinuxish-template):
8677 Rename from feedmail-binmail-linuxish-template.
8678 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
8679 Use insert-buffer-substring.
8680
215cda7c
BC
86812011-05-14 Bill Carpenter <bill@carpenter.org>
8682
8683 * mail/feedmail.el (feedmail-patch-level): Increase.
8684 (feedmail-debug): New custom group.
8685 (feedmail-confirm-outgoing-timeout)
8686 (feedmail-sendmail-f-doesnt-sell-me-out)
8687 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
8688 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
8689 (feedmail-sender-line, feedmail-from-line)
8690 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 8691 (feedmail-spray-this-address)
215cda7c
BC
8692 (feedmail-spray-address-fiddle-plex-list)
8693 (feedmail-queue-use-send-time-for-date)
8694 (feedmail-queue-use-send-time-for-message-id)
8695 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
8696 (feedmail-buffer-eating-function):
8697 Doc fixes.
8698 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
8699 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
8700 (feedmail-message-action-scroll-down): New functions.
8701 (feedmail-queue-directory, feedmail-queue-draft-directory):
8702 Use expand-file-name.
8703 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
8704 Remove C-v help entry.
8705 (feedmail-queue-buffer-file-name): New variable.
8706 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
8707 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
8708 (feedmail-message-action-send-strong, feedmail-message-action-edit)
8709 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
8710 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
8711 (feedmail-message-action-toggle-spray)
8712 (feedmail-run-the-queue-no-prompts)
8713 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
8714 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
8715 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
8716 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
8717 (feedmail-envelope-deducer, feedmail-fiddle-from)
8718 (feedmail-fiddle-sender, feedmail-default-date-generator)
8719 (feedmail-fiddle-date, feedmail-fiddle-message-id)
8720 (feedmail-fiddle-spray-address)
8721 (feedmail-fiddle-list-of-spray-fiddle-plexes)
8722 (feedmail-fiddle-list-of-fiddle-plexes)
8723 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
8724 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
8725 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
8726 Change default. Doc fix.
8727 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
8728 (feedmail-binmail-linuxish-template): New constant.
8729 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
8730 Respect feedmail-sendmail-f-doesnt-sell-me-out.
8731 (feedmail-send-it): Add debug call.
8732 Use feedmail-queue-buffer-file-name, and
8733 feedmail-send-it-immediately-wrapper.
8734 (feedmail-message-action-send): Add debug call.
8735 Use feedmail-send-it-immediately-wrapper.
8736 (feedmail-queue-express-to-queue): Add debug call.
8737 Run feedmail-queue-express-hook.
8738 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
8739 (feedmail-message-action-help-blat):
8740 Rename from feedmail-queue-send-edit-prompt-help-first.
8741 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
8742 Check line-endings. Handle errors better.
8743 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
8744 Doc fix. Add debug call.
8745 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
8746 Use feedmail-queue-send-edit-prompt-inner.
8747 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
8748 (feedmail-queue-send-edit-prompt-inner): New function, extracted
8749 from feedmail-queue-send-edit-prompt.
8750 (feedmail-queue-send-edit-prompt-help)
8751 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
8752 (feedmail-tidy-up-slug): Add debug call.
8753 Respect feedmail-queue-slug-suspect-regexp.
8754 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
8755 (feedmail-dump-message-to-queue): Add debug call.
8756 Expand queue-directory.
8757 (feedmail-dump-message-to-queue): Change message slightly.
8758 Use feedmail-say-chatter.
8759 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
8760 (feedmail-send-it-immediately-wrapper): New function.
8761 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
8762 Insert empty string rather than newline. Handle full-frame case.
8763 Use catch/throw. Use feedmail-say-chatter.
8764 (feedmail-fiddle-from): Try mail-host-address.
8765 (feedmail-default-message-id-generator): Doc fix.
8766 Bind system-time-locale. Handle missing end.
8767 (feedmail-fiddle-x-mailer): Add debug call.
8768 Handle feedmail-x-mailer-line being nil.
8769 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
8770 Add debug call. Use buffer-substring-no-properties.
8771 (feedmail-say-debug, feedmail-say-chatter): New functions.
8772 (feedmail-find-eoh): Give an explicit error.
8773
42c7e61e
UJ
87742011-05-13 Ulf Jasper <ulf.jasper@web.de>
8775
c2571358 8776 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 8777 family from helvetica to sans.
c2571358 8778 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
8779 etc/images/newsticker.
8780
c2571358 8781 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
8782 family from helvetica to sans.
8783
8784 * net/newst-plainview.el (newsticker-new-item-face)
8785 (newsticker-old-item-face, newsticker-immortal-item-face)
8786 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 8787 (newsticker-statistics-face): Change default family from
42c7e61e 8788 helvetica to sans.
c2571358 8789 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
8790 etc/images/newsticker.
8791
8792 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
8793 (newsticker--process-auto-mark-filter-match): : Tell user about
8794 auto-marking.
8795
8497a297
DV
87962011-05-13 Didier Verna <didier@xemacs.org>
8797
8798 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
8799 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
8800 TODO entries.
8497a297
DV
8801 (lisp-lambda-list-keyword-parameter-indentation)
8802 (lisp-lambda-list-keyword-parameter-alignment)
8803 (lisp-lambda-list-keyword-alignment): New customizable user options.
8804 (lisp-indent-defun-method): Improve docstring.
8805 (extended-loop-p): Fix comment.
8806 (lisp-indent-lambda-list-keywords-regexp): New variable.
8807 (lisp-indent-lambda-list): New function.
8808 (lisp-indent-259): Use it.
8809 (lisp-indent-defmethod): Support for more than one
8810 method qualifier and properly indent methods lambda-lists.
8811 (defgeneric): Provide a missing common-lisp-indent-function property.
8812
f278f87f
SM
88132011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8814
8815 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
8816 bounds for the empty string (bug#8667).
8817
5233edd7
GM
88182011-05-13 Glenn Morris <rgm@gnu.org>
8819
5237a44f
GM
8820 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
8821
8340026c 8822 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 8823 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 8824
5233edd7 8825 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 8826 (appt-time-msg-list): Doc fix.
a5464014 8827 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 8828
92d10796
AS
88292011-05-12 Andreas Schwab <schwab@linux-m68k.org>
8830
8831 * progmodes/ld-script.el (ld-script-keywords)
8832 (ld-script-builtins): Update keywords list.
8833
914a0ae1
SM
88342011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8835
c89be45f
SM
8836 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
8837
914a0ae1
SM
8838 * shell.el (shell-completion-vars): New function.
8839 (shell-mode):
8840 * simple.el (read-shell-command): Use it.
8841 (blink-matching-open): No need for " [...]" in minibuffer-message.
8842
98dc3df3
GM
88432011-05-12 Glenn Morris <rgm@gnu.org>
8844
8845 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
8846 (appt-check): Simplify.
8847
d2fc7e3d 88482011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 8849
4d61f28d 8850 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
8851 literal "/dev/null".
8852
d2fc7e3d 88532011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
8854
8855 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
8856 Fix typo.
8857
d2fc7e3d 88582011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 8859
3f254caa
SM
8860 * progmodes/which-func.el (which-function):
8861 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
8862 which might not be defined (Bug#8260).
8863
d45885f7
GM
88642011-05-12 Glenn Morris <rgm@gnu.org>
8865
8866 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
8867 Let byte-compile-initial-macro-environment always take precedence.
8868
488086f4
SM
88692011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8870
8871 * net/rcirc.el: Add support for SSL/TLS connections.
8872 (rcirc-server-alist): New field `encryption'.
8873 (rcirc): Check `encryption' settings.
8874 (rcirc-connect): New arg `encryption'. Use open-network-stream.
8875 Merge make-local-variable into `set'.
8876 (rcirc--connection-open-p): New function.
8877 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
8878 the process is not a network process (e.g. running gnutls-cli).
8879 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
8880 Make rcirc-(en|de)code-coding-system local here.
8881 (rcirc-mode): Merge make-local-variable into `set'.
8882 (rcirc-parent-buffer): Make permanent buffer-local.
8883 (rcirc-multiline-minor-mode): Don't do it here.
8884 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
8885 there's no server buffer.
8886
7d3b9d44
GM
88872011-05-11 Glenn Morris <rgm@gnu.org>
8888
f64049c6
GM
8889 * newcomment.el (comment-kill): Prefix "unused" local.
8890
93c9df73
GM
8891 * term/w32console.el (get-screen-color): Declare.
8892
7d3b9d44
GM
8893 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
8894 Handle symbol elements of byte-compile-initial-macro-environment.
8895
9e2dd53f
LL
88962011-05-10 Leo Liu <sdl.web@gmail.com>
8897
488086f4
SM
8898 * bookmark.el (bookmark-bmenu-mode-map):
8899 Bind bookmark-bmenu-search to `/'.
8b340240 8900
9e2dd53f 8901 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
8902 (footnote-unicode-string, footnote-unicode-regexp): New variable.
8903 (Footnote-unicode): New function.
8904 (footnote-style-alist): Add unicode style to the list.
8905 (footnote-style): Doc fix.
9e2dd53f 8906
79b70037
GM
89072011-05-10 Jim Meyering <meyering@redhat.com>
8908
8909 Fix doubled-word typos.
8910 * international/quail.el (quail-insert-kbd-layout): and and -> and
8911 * kermit.el: and and -> and
8912 * net/ldap.el (ldap-search-internal): to to -> to
8913 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
8914 * progmodes/js.el (js-mode): and and -> and
8915 * textmodes/artist.el (artist-move-to-xy): at at -> at
8916 (artist-draw-region-trim-line-endings): if if -> if
8917 And Safetyc -> Safety.
8918 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
8919
b8f82dc1 89202011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 8921 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
8922
8923 * files.el (hack-one-local-variable-eval-safep):
8924 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
8925
4f99f44b
GM
89262011-05-10 Glenn Morris <rgm@gnu.org>
8927
8928 * calendar/diary-lib.el (diary-list-entries-hook)
8929 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
8930 (diary-nongregorian-marking-hook, diary-list-entries)
8931 (diary-include-other-diary-files, diary-mark-entries)
8932 (diary-mark-included-diary-files): Doc fixes.
8933
84f29e6b
JB
89342011-05-09 Juanma Barranquero <lekktu@gmail.com>
8935
8936 * misc.el: Require tabulated-list.el during compilation.
8937
9bedd73a
CY
89382011-05-09 Chong Yidong <cyd@stupidchicken.com>
8939
488086f4
SM
8940 * progmodes/compile.el (compilation-start):
8941 Run compilation-filter-hook for the async case too.
9bedd73a
CY
8942 (compilation-filter-hook): Doc fix.
8943
797c735c
DD
89442011-05-09 Deniz Dogan <deniz@dogan.se>
8945
8946 * wdired.el: Remove outdated installation comment. Fix usage
8947 comment.
8948
5f4b1dfe
JB
89492011-05-09 Juanma Barranquero <lekktu@gmail.com>
8950
8951 * misc.el: Implement new command `list-dynamic-libraries'.
8952 (list-dynamic-libraries--loaded-only-p): New variable.
8953 (list-dynamic-libraries--refresh): New function.
8954 (list-dynamic-libraries): New command.
8955
4c44026c
CY
89562011-05-09 Chong Yidong <cyd@stupidchicken.com>
8957
488086f4
SM
8958 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8959 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
8960 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
8961 higher priority to avoid clobbering by gnu.
8962
027f966d
CY
89632011-05-08 Chong Yidong <cyd@stupidchicken.com>
8964
8965 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
8966 if the face has existing theme settings (Bug#8454).
8967
085f5d7d
CY
89682011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
8969
488086f4
SM
8970 * progmodes/perl-mode.el (perl-imenu-generic-expression):
8971 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 8972
2a86a00c
RS
8973 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
8974 special file names `.' and `..' (Bug#8259).
8975
d9c54a06
CY
89762011-05-08 Chong Yidong <cyd@stupidchicken.com>
8977
488086f4
SM
8978 * progmodes/grep.el (grep-mode-font-lock-keywords):
8979 Remove buffer-changing entries.
d9c54a06
CY
8980 (grep-filter): New function.
8981 (grep-mode): Add it to compilation-filter-hook.
8982
8983 * progmodes/compile.el (compilation-filter-hook)
8984 (compilation-filter-start): New defvars.
8985 (compilation-filter): Call compilation-filter-hook prior to
8986 updating the process mark.
8987
c4662635
SM
89882011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8989
8990 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
8991
b0512a1d
EZ
89922011-05-07 Eli Zaretskii <eliz@gnu.org>
8993
605c9376
EZ
8994 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
8995 mailclient-send-it even if window-system is nil. (Bug#8595)
8996
c4662635
SM
8997 * term/w32console.el (terminal-init-w32console):
8998 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
8999 background-mode. (Bug#8597)
9000
d1dc2cc2
SM
90012011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9002
9003 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9004 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9005 New functions.
9006 (defgeneric, eieio--defmethod): Use them.
9007 (eieio-defgeneric): Remove.
9008 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9009
915d1300
GM
90102011-05-07 Glenn Morris <rgm@gnu.org>
9011
a3961c3e
GM
9012 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9013 Use let rather than let*.
9014 (timeclock-find-discrep): Remove unused local.
9015
314347b9
GM
9016 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9017
915d1300
GM
9018 * calendar/appt.el (appt-time-msg-list): Doc fix.
9019
275b59b0
NF
90202011-05-06 Noah Friedman <friedman@splode.com>
9021
9022 * apropos.el (apropos-print-doc): Only use
9023 emacs-lisp-docstring-fill-column when it is bound to an integer,
9024 per that variable's documentation.
9025
6c19f744
SM
90262011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9027
9028 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 9029 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 9030
60f884b2
GM
90312011-05-06 Glenn Morris <rgm@gnu.org>
9032
5006e634
GM
9033 * calendar/appt.el (appt-message-warning-time): Doc fix.
9034 (appt-warning-time-regexp): New option.
9035 (appt-make-list): Respect appt-message-warning-time.
9036
548d0a63
GM
9037 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9038 New options.
9039 (diary-add-to-list): Strip comments from the displayed string.
9040 (diary-mode): Set comment-start and comment-end.
9041
60f884b2
GM
9042 * vc/diff-mode.el (smerge-refine-subst): Declare.
9043 (diff-refine-hunk): Don't require smerge-mode when compiling.
9044
989681bb
JB
90452011-05-06 Juanma Barranquero <lekktu@gmail.com>
9046
9047 * simple.el (list-processes): Return nil as the docstring says.
9048
a6bc05e1
MA
90492011-05-05 Michael Albinus <michael.albinus@gmx.de>
9050
9051 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9052 to "".
9053 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9054 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9055 determining of binary transfer. (Bug#7383)
9056
23c22e9a
MA
90572011-05-05 Michael Albinus <michael.albinus@gmx.de>
9058
c4662635
SM
9059 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9060 Fix port computation bug. (Bug#8618)
23c22e9a 9061
0bff894f
GM
90622011-05-05 Glenn Morris <rgm@gnu.org>
9063
b8296902
GM
9064 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9065
1f522ce8
GM
9066 * simple.el (shell-dynamic-complete-functions)
9067 (comint-dynamic-complete-functions): Declare.
9068
cf5bee67
GM
9069 * net/network-stream.el (gnutls-negotiate):
9070 * simple.el (tabulated-list-print): Fix declarations.
9071
9072 * progmodes/gud.el (syntax-symbol, syntax-point):
9073 Remove unnecessary and incorrect declarations.
9074
0bff894f
GM
9075 * emacs-lisp/check-declare.el (check-declare-scan):
9076 Handle byte-compile-initial-macro-environment in bytecomp.el
9077
9869b3ae
SM
90782011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 Fix earlier half-done eieio-defmethod change (bug#8338).
9081 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9082 Streamline and change calling convention.
9083 (defmethod): Adjust accordingly and simplify.
9084 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9085 new eieio--defmethod.
9086 (slot-boundp): Minor CSE simplification.
9087
9c1d5ac5
MZ
90882011-05-05 Milan Zamazal <pdm@zamazal.org>
9089
9090 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9091 (glasses-make-readable): Use glasses-separate-capital-groups.
9092
455c834e
JB
90932011-05-05 Juanma Barranquero <lekktu@gmail.com>
9094
9095 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9096 (warning-series): Doc fix.
9097 (display-warning): Don't try to create the buffer if we just found it.
9098
9ed7c8cb
CY
90992011-05-04 Chong Yidong <cyd@stupidchicken.com>
9100
9101 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9102 (autoload-find-generated-file): New function.
9103 (generate-file-autoloads): Bind generated-autoload-file to
9104 buffer-file-name.
9869b3ae
SM
9105 (update-file-autoloads, update-directory-autoloads):
9106 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
9107 output file (Bug#7989).
9108 (batch-update-autoloads): Doc fix.
9109
0898ca10
JB
91102011-05-04 Juanma Barranquero <lekktu@gmail.com>
9111
9112 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9113
31dfb76c
GM
91142011-05-04 Glenn Morris <rgm@gnu.org>
9115
f330b642
GM
9116 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9117 function, so it follows changes in calendar-date-style.
9118 (diary-fancy-date-matcher): New function.
9119 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9120 (diary-fancy-font-lock-fontify-region-function):
9121 Use diary-fancy-date-pattern as a function.
9122
31dfb76c
GM
9123 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9124 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9125
48e79d6a
TZ
91262011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9127
9128 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9129 instead of positional arguments. Allow :keylist and :crlfiles
9130 arguments.
9131 (open-gnutls-stream): Call it.
9132
9133 * net/network-stream.el (network-stream-open-starttls): Adjust to
9134 call `gnutls-negotiate' with :process and :hostname arguments.
9135
dd5a5ee0
SM
91362011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9137
ef80fc09
SM
9138 * minibuffer.el (completion--message): New function.
9139 (completion--do-completion, minibuffer-complete)
9140 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9141 (completion--do-completion): Don't ignore completion-auto-help when in
9142 icomplete-mode.
9143
dd5a5ee0
SM
9144 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9145 internal encoding (e.g. tibetan zero is not whitespace).
9146 (global-whitespace-mode): Prefer save-current-buffer.
9147 (whitespace-trailing-regexp): Remove useless save-match-data.
9148 (whitespace-empty-at-bob-regexp): Minor simplification.
9149
b7d22a83
CY
91502011-05-03 Chong Yidong <cyd@stupidchicken.com>
9151
9152 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9153
5192af46
AM
91542011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9155
9156 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 9157 Use `concat' to create string for insertion.
5192af46 9158
5767d190
SM
91592011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9160
9161 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9162 Avoid open-line which runs post-self-insert-hook.
9163 (bibtex-fill-entry): Remove unused `end' var.
9164
bf242939
AM
91652011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
9166
5767d190
SM
9167 * textmodes/ispell.el (ispell-add-per-file-word-list):
9168 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 9169
25666126
LL
91702011-05-03 Leo Liu <sdl.web@gmail.com>
9171
9172 * isearch.el (isearch-yank-pop): New command.
5767d190 9173 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
9174 (isearch-forward): Mention it.
9175
52d3c2d0
SM
91762011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9177
1bcace58
SM
9178 * simple.el (minibuffer-complete-shell-command): Remove.
9179 (minibuffer-local-shell-command-map): Use completion-at-point.
9180 (read-shell-command): Setup completion vars here instead.
9181 (read-expression-map): Bind TAB to symbol completion.
9182
52d3c2d0
SM
9183 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9184 error directly rather via storing it into `results'.
9185
35813471
LL
91862011-05-02 Leo Liu <sdl.web@gmail.com>
9187
9188 * vc/diff.el: Fix description.
9189
e793a940
LMI
91902011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9191
9192 * server.el (server-eval-at): New function.
9193
8de66e05
LMI
91942011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9195
9196 * net/network-stream.el (open-network-stream): Take a :nowait
9197 parameter and pass it on to `make-network-process'.
9198 (network-stream-open-plain): Ditto.
9199
dcb79f20
AS
92002011-04-30 Andreas Schwab <schwab@linux-m68k.org>
9201
9202 * faces.el (face-spec-set-match-display): Don't match toolkit
9203 options on terminal frames.
9204
14a7fbd8
SM
92052011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9206
7eabc1be
SM
9207 * progmodes/pascal.el: Use lexical binding.
9208 (pascal-mode-map): Remove author preferences.
9209
14a7fbd8
SM
9210 * pcomplete.el (pcomplete-std-complete): Don't abuse
9211 completion-at-point.
9212
50f84510
JB
92132011-04-28 Juanma Barranquero <lekktu@gmail.com>
9214
6e087a44
JB
9215 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
9216 removing code that has been dead since 1991 or so.
9217
50f84510
JB
9218 * startup.el (command-line): When warning about "_emacs", use a
9219 delayed warning to allow the user to filter it out.
9220
0ba690bd
DD
92212011-04-28 Deniz Dogan <deniz@dogan.se>
9222
9223 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
9224 user has not joined.
9225
08abfaad
SM
92262011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9227
9228 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
9229 aren't any completions at point.
9230
638f053a
JB
92312011-04-28 Juanma Barranquero <lekktu@gmail.com>
9232
9233 * subr.el (display-delayed-warnings): New function.
9234 (delayed-warnings-hook): New variable.
9235
8fff8daa
SM
92362011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9237
08abfaad
SM
9238 * minibuffer.el (completion-at-point, completion-help-at-point):
9239 Don't presume that a given completion-at-point-function will always
9240 use the same calling convention.
9241
8fff8daa
SM
9242 * pcomplete.el (pcomplete-completions-at-point):
9243 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
9244 pcomplete-seen is non-nil.
9245 (pcomplete-comint-setup): Also recognize the new comint/shell
9246 completion functions.
9247 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
9248 pcomplete-seen is non-nil.
9249
841a1577 92502011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 9251
841a1577 9252 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 9253 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 9254 the first character in the entry. This allows for code to add its
211ec907
UJ
9255 own uid to the entry.
9256 (icalendar--convert-float-to-ical): Add export of
9257 `diary-float'-entries save for those with the optional DAY
9258 argument.
9259
2a782793
DC
92602011-04-27 Daniel Colascione <dan.colascione@gmail.com>
9261
9262 * subr.el (shell-quote-argument): Use alternate escaping strategy
9263 when we spot a variable reference in a string.
9264
0438ce91
DC
92652011-04-26 Daniel Colascione <dan.colascione@gmail.com>
9266
9267 * cus-start.el (all): Define customization for debug-on-event.
9268
841a1577 92692011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
9270
9271 * subr.el (shell-quote-argument): Escape correctly under Windows.
9272
d090ed6c
SM
92732011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9274
9275 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
9276
bfd31217
MA
92772011-04-25 Michael Albinus <michael.albinus@gmx.de>
9278
d090ed6c
SM
9279 * net/tramp.el (tramp-process-actions): Add POS argument.
9280 Delete region between POS and (pos).
bfd31217 9281
d090ed6c
SM
9282 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9283 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
9284 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
9285
9286 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
9287 position in `tramp-process-actions' call.
9288
9289 * net/trampver.el: Update release number.
9290
e92f3bd3
SM
92912011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9292
850256b5
SM
9293 * custom.el (defcustom): Obey lexical-binding.
9294
e92f3bd3
SM
9295 Fix octave-inf completion problems reported by Alexander Klimov.
9296 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
9297 Inherit from octave-mode-syntax-table.
9298 (inferior-octave-mode): Set info-lookup-mode.
9299 (inferior-octave-completion-at-point): New function.
9300 (inferior-octave-complete): Use it and completion-in-region.
9301 (inferior-octave-dynamic-complete-functions): Use it as well, and use
9302 comint-filename-completion.
9303 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
9304 symbol elements which shouldn't be word elements.
9305 (octave-font-lock-keywords, octave-beginning-of-defun)
9306 (octave-function-header-regexp): Adjust regexps accordingly.
9307 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
9308
cd22b309
JB
93092011-04-25 Juanma Barranquero <lekktu@gmail.com>
9310
9311 * net/gnutls.el (gnutls-errorp): Declare before first use.
9312
8b492194
TZ
93132011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
9314
9315 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
9316 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 9317 default trustfile exists before going to use it. Add missing
5a5fa834 9318 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
9319 Reported by Claudio Bley <claudio.bley@gmail.com>.
9320 (open-gnutls-stream): Add usage example.
9321
9322 * net/network-stream.el (network-stream-open-starttls): Give host
9323 parameter to `gnutls-negotiate'.
9324 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 9325 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 9326
841a1577 93272011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 9328
cd22b309
JB
9329 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9330 Use correct match group (bug#8438).
05842630 9331
3ba7869c
CY
93322011-04-24 Chong Yidong <cyd@stupidchicken.com>
9333
512e3ae1
CY
9334 * emacs-lisp/package.el (package-built-in-p): Fix typo.
9335 (package-menu--generate): New arg specifying packages to show.
9336 (package-menu-refresh, package-menu-execute, list-packages):
9337 Callers changed.
9338 (package-show-package-list): New function, replacing deleted
9339 package--list-packages (renamed because it is non-internal).
9340
9341 * finder.el (finder-list-matches): Use package-show-package-list
9342 instead of deleted package--list-packages.
9343
e92f3bd3
SM
9344 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
9345 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
9346 (vc-annotate-mode-map): Bind it to RET.
9347
7031be6d
UR
93482011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9349
9350 * progmodes/etags.el (next-file): Don't use set-buffer to change
9351 buffers (Bug#8478).
9352
4ef177aa
CY
93532011-04-24 Chong Yidong <cyd@stupidchicken.com>
9354
c8d173eb
CY
9355 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
9356
4ef177aa
CY
9357 * apropos.el (apropos-label-face): Avoid variable-pitch face.
9358 (apropos-accumulator): Doc fix.
9359 (apropos-function, apropos-macro, apropos-command)
9360 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9361 (apropos-plist): Add face property.
9362 (apropos-symbols-internal): Fix indentation.
9363 (apropos-print): Simplify help, and recognize apropos-multi-type.
9364 (apropos-print-doc): Use button-type-get to extract the button's
9365 face property. Fill docstring (Bug#8352).
9366
4ffd0d6b 93672011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
9368
9369 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
9370
c6c32125 9371 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 9372 (mpuz-mode-map): Use mapc.
c6c32125
JB
9373 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
9374 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
9375 Fix typos in docstrings.
9376
58d468b4
JB
9377 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
9378 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
9379
6470c3c6
JB
9380 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
9381
4ffd0d6b 93822011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
9383
9384 * minibuffer.el (completion--do-completion): Avoid the "Next char
9385 not unique" prompt if icomplete-mode is enabled (Bug#5849).
9386
3ad8bad0
CY
9387 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
9388 mouse-2 into unread-command-events, it is interpreted correctly.
9389
71d73c9c 9390 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 9391 (image-toggle-display): Doc fix.
71d73c9c 9392
841a1577 93932011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 9394
4ffd0d6b
GM
9395 * textmodes/page.el (what-page): Use line-number-at-pos to
9396 calculate line number (Bug#6825).
6e1dbaa9 9397
c2fb1b60
JB
93982011-04-22 Juanma Barranquero <lekktu@gmail.com>
9399
9400 * eshell/esh-mode.el (find-tag-interactive): Declare function.
9401 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
9402 Pass argument NO-DEFAULT to `find-tag-interactive'.
9403
e02f48d7
JB
94042011-04-22 Juanma Barranquero <lekktu@gmail.com>
9405
9406 Lexical-binding cleanup.
9407
9408 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
9409 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
9410 * progmodes/ada-prj.el (ada-prj-initialize-values)
9411 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
9412 (ada-prj-show-value):
9413 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
9414 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
9415 (antlr-invalidate-context-cache, antlr-options-menu-filter)
9416 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
9417 * progmodes/bug-reference.el (bug-reference-push-button):
9418 * progmodes/fortran.el (fortran-line-length):
9419 * progmodes/glasses.el (glasses-change):
9420 * progmodes/octave-mod.el (octave-fill-paragraph):
9421 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
9422 (python-pdbtrack-grub-for-buffer, python-sentinel):
9423 * progmodes/sql.el (sql-save-connection):
9424 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
9425 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
9426 Mark unused parameters.
9427
9428 * progmodes/compile.el (compilation--flush-directory-cache)
9429 (compilation--flush-parse, compile-internal): Mark unused parameters.
9430 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
9431 (compilation-next-error-function): Remove unused variable `timestamp'.
9432
9433 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
9434 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
9435
9436 * progmodes/dcl-mode.el (dcl-end-of-command):
9437 Remove unused variable `start'.
9438 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
9439 (dcl-option-value-basic, dcl-option-value-offset)
9440 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
9441 Mark unused parameters.
9442 (dcl-save-local-variable): Remove unused variable `val'.
9443 (mode): Declare.
9444
9445 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
9446 Mark unused parameters.
9447 (delphi-ignore-changes): Move before first use.
9448 (delphi-charset-token-at): Remove unused variable `start'.
9449 (delphi-else-start): Remove unused variable `if-count'.
9450 (delphi-comment-block-start, delphi-comment-block-end):
9451 Remove unused variable `kind'.
9452 (delphi-indent-line): Remove unused variable `new-point'.
9453
9454 * progmodes/ebrowse.el (ebrowse-files-list)
9455 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
9456 Mark unused parameters. Don't quote `lambda'.
9457 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
9458 Don't quote `lambda'.
9459 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
9460 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
9461 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
9462 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
9463 Use `ignore-errors'.
9464 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
9465 (ebrowse-view/find-file-and-search-pattern)
9466 (ebrowse-view/find-member-declaration/definition):
9467 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
9468 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
9469 Rename parameter PREFIX-ARG to PREFIX.
9470 (ebrowse-tags-read-name): Remove unused variables `start' and
9471 `member-info'.
9472 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
9473 to `tags-file'.
9474
9475 * progmodes/etags.el (local-find-tag-hook): Declare.
9476 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
9477 Mark unused parameters.
9478
9479 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
9480 (executable-interpret): Mark unused parameter.
9481
9482 * progmodes/flymake.el (flymake-process-sentinel)
9483 (flymake-after-change-function)
9484 (flymake-create-temp-with-folder-structure)
9485 (flymake-get-include-dirs-dot): Mark unused parameters.
9486 (flymake-safe-delete-directory): Remove unused variable `err'.
9487
9488 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
9489 (speedbar-timer-fn, speedbar-line-text)
9490 (speedbar-change-expand-button-char, speedbar-delete-subblock)
9491 (speedbar-center-buffer-smartly): Declare functions.
9492 (gdb-find-watch-expression): Remove unused variable `array'.
9493 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
9494 (gdb-starting): Mark unused parameters.
9495 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
9496 (gdb-table-string): Remove unused variable `res'.
9497 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
9498 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
9499 (gdb-display-buffer): Remove unused variable `cur-size'.
9500
9501 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
9502 allow lexical-binding compilation.
9503 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
9504 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
9505 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
9506 Mark unused parameters.
9507 (gud-gdb-marker-filter): Remove unused variable `match'.
9508 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
9509 lambda expressions and funcall them, instead of using `fset'.
9510
9511 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
9512 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
9513
9514 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
9515 variable `header-beg'; use `let'.
9516
9517 * progmodes/icon.el (indent-icon-exp): Remove unused variables
9518 `restart', `last-sexp' and `at-do'.
9519
9520 * progmodes/js.el (js--debug): Mark unused parameter.
9521 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
9522 (js--splice-into-items): Remove unused variable `item'.
9523 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
9524
9525 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
9526 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
9527 (makefile-complete): Remove unused variable `try'.
9528 (makefile-fill-paragraph, makefile-match-function-end):
9529 Mark unused parameters.
9530
9531 * progmodes/octave-inf.el (inferior-octave-complete):
9532 Remove unused variable `proc'.
9533 (inferior-octave-output-digest): Mark unused parameter.
9534
9535 * progmodes/perl-mode.el (perl-calculate-indent):
9536 Remove unused variable `err'.
9537
9538 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
9539 (prolog-indent-line): Mark unused parameters.
9540 (prolog-indent-line): Remove unused variable `beg'.
9541
9542 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
9543 (reporter-dont-compact-list): Declare.
9544
9545 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
9546 Remove unused variable `char'.
9547 (sh-debug): Mark unused parameter.
9548 (sh-get-indent-info): Remove unused variable `start'.
9549 (sh-calculate-indent): Remove unused variable `var'.
9550
9551 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
9552 (simula-electric-keyword): Remove unused variable `null'.
9553 (simula-search-backward, simula-search-forward): Remove unused
9554 variables `begin' and `end'.
9555
9556 * progmodes/vera-mode.el (vera-guess-basic-syntax):
9557 Remove unused variable `pos'.
9558 (vera-electric-tab, vera-comment-uncomment-region):
9559 Mark unused parameters.
9560 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
9561
7ede3b65
CY
95622011-04-22 Chong Yidong <cyd@stupidchicken.com>
9563
9564 * emacs-lisp/package.el (package--builtins, package-alist)
9565 (package-load-descriptor, package-built-in-p, package-activate)
9566 (define-package, package-installed-p)
9567 (package-compute-transaction, package-buffer-info)
9568 (package--push): Doc fix. Distinguish more clearly between
9569 version strings and version lists.
9570
121656e9
JB
95712011-04-21 Juanma Barranquero <lekktu@gmail.com>
9572
9573 Lexical-binding cleanup.
9574
9575 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
9576 (5x5-make-mutate-best):
9577 * play/fortune.el (fortune-in-buffer):
9578 * play/gomoku.el (gomoku-init-display):
9579 * play/solitaire.el (solitaire, solitaire-do-check):
9580 * play/tetris.el (tetris-default-update-speed-function):
9581 Mark unused parameters.
9582
9583 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
9584 (bubbles--shift): Remove unused variable `char-org'.
9585 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
9586 (bubbles--show-images): Remove unused variable `char'.
9587
9588 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
9589 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
9590 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
9591 (decipher-analyze-buffer): Use ?\s.
9592 (decipher-make-checkpoint): Remove unused variable `mapping'.
9593
9594 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
9595
9596 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9597 Remove unused variable `result'; use `let'.
9598
9599 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
9600 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
9601 (gametree-children-shown-p, gametree-compute-reduced-score):
9602 Use `ignore-errors'.
9603
9604 * play/handwrite.el (ps-lpr-switches): Declare.
9605 (handwrite): Remove unused variables `pmin' and `lastp'.
9606
9607 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
9608
9609 * play/landmark.el (landmark-init-display)
9610 (landmark-update-naught-weights): Mark unused parameters.
9611 (landmark-y): Remove unused variable `noise'. Simplify.
9612 (landmark-human-plays): Remove unused variable `score'.
9613
9614 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
9615 (mpuz-try-proposal): Remove unused variable `game'.
9616
9617 * play/zone.el (life-patterns): Declare.
9618
80f499c7
JB
96192011-04-20 Juanma Barranquero <lekktu@gmail.com>
9620
9621 * vc/vc.el (ediff-vc-internal): Declare function.
9622
024ff170
SM
96232011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9624
c0a193ea
SM
9625 * shell.el: Use lexical-binding and std completion UI.
9626 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
9627 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
9628 comint-preoutput-filter-functions rather than on
9629 comint-output-filter-functions.
9630 (shell-command-completion, shell--command-completion-data)
9631 (shell-filename-completion, shell-environment-variable-completion)
9632 (shell-c-a-p-replace-by-expanded-directory): New functions.
9633 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
9634 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
9635 (shell-dynamic-complete-environment-variable): Use them.
9636 (shell-dynamic-complete-as-environment-variable)
9637 (shell-dynamic-complete-as-command): Remove.
9638 (shell-match-partial-variable): Match past point.
9639 * comint.el: Clean up use of completion-at-point-functions.
9640 (comint-completion-at-point): New function.
9641 (comint-mode): Use it completion-at-point-functions.
9642 (comint-dynamic-complete): Make it obsolete.
9643 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
9644 (comint-c-a-p-replace-by-expanded-history): New function.
9645 (comint-dynamic-complete-functions)
9646 (comint-replace-by-expanded-history): Use it.
9647 * minibuffer.el (completion-table-with-terminator): Allow dynamic
9648 termination strings. Try harder to avoid second try-completion.
9649 (completion-in-region-mode-map): Disable bindings that don't work yet.
9650
2dbaa080
SM
9651 * comint.el: Use lexical-binding. Require CL.
9652 (comint-dynamic-complete-functions): Use comint-filename-completion.
9653 (comint-completion-addsuffix): Tweak custom type.
9654 (comint-filename-completion, comint--common-suffix)
9655 (comint--common-quoted-suffix, comint--table-subvert)
9656 (comint--complete-file-name-data): New functions.
9657 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
9658 (comint-dynamic-list-filename-completions): Use them.
9659 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 9660
2dbaa080
SM
9661 * minibuffer.el (completion-in-region-mode):
9662 Keep completion-in-region-mode--predicate global.
9663 (completion-in-region--postch):
9664 Assume completion-in-region-mode--predicate is not null.
9665
c79a6f38
SM
9666 * progmodes/flymake.el (flymake-start-syntax-check-process):
9667 Obey `dir'. Simplify.
9668
024ff170
SM
9669 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
9670 we're in VC after all.
9671
1c6c854e
CS
96722011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
9673
9674 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 9675 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
9676 (vc-version-diff): Use vc-diff-build-argument-list-internal.
9677
bed7f140
SM
96782011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9679
332e62ab
SM
9680 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
9681 add sanity check.
9682
bed7f140
SM
9683 * obsolete/erc-hecomplete.el: Make obsolete.
9684 * obsolete/: Standardize obsolescence info in the header.
9685
f195c582
GM
96862011-04-20 Glenn Morris <rgm@gnu.org>
9687
9688 * calendar/solar.el (solar-horizontal-coordinates):
9689 Use the longitude argument rather than `calendar-longitude'.
9690 (solar-date-next-longitude): Remove unused locals.
9691
cb79b8c0
VJL
96922011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9693
9694 * whitespace.el: New version 13.2.1.
9695
96962011-04-20 felix <EmacsWiki> (tiny change)
9697
d8e4b68b 9698 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
9699 switching between major modes on a file.
9700
602ea69d
SM
97012011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9702
9703 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
9704 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
9705 multi-line comments as well.
9706
06b60517
JB
97072011-04-19 Juanma Barranquero <lekktu@gmail.com>
9708
9709 Lexical-binding cleanup.
9710
9711 * arc-mode.el (archive-mode-revert):
9712 * cmuscheme.el (scheme-interactively-start-process):
9713 * custom.el (custom-initialize-delay):
9714 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
9715 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
9716 * emacs-lock.el (emacs-lock-clear-sentinel):
9717 * ezimage.el (defezimage):
9718 * follow.el (follow-avoid-tail-recenter):
9719 * fringe.el (set-fringe-mode-1):
9720 * generic-x.el (bat-generic-mode-compile):
9721 * help-mode.el (help-info-variable, help-do-xref)
9722 (help-mode-revert-buffer):
9723 * help.el (view-emacs-todo):
9724 * iswitchb.el (iswitchb-completion-help):
9725 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
9726 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
9727 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
9728 * locate.el (locate-update):
9729 * longlines.el (longlines-encode-region)
9730 (longlines-after-change-function):
9731 * outline.el (outline-isearch-open-invisible):
9732 * ps-def.el (declare-function, charset-dimension, char-width)
9733 (encode-char):
9734 * ps-mule.el (ps-mule-plot-string):
9735 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
9736 (recentf-edit-list-select, recentf-edit-list-validate)
9737 (recentf-open-files-action):
9738 * rect.el (delete-whitespace-rectangle-line)
9739 (rectangle-number-line-callback):
9740 * register.el (window-configuration-to-register)
9741 (frame-configuration-to-register):
9742 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
9743 * select.el (xselect-convert-to-string, xselect-convert-to-length)
9744 (xselect-convert-to-targets, xselect-convert-to-delete)
9745 (xselect-convert-to-filename, xselect-convert-to-charpos)
9746 (xselect-convert-to-lineno, xselect-convert-to-colno)
9747 (xselect-convert-to-os, xselect-convert-to-host)
9748 (xselect-convert-to-user, xselect-convert-to-class)
9749 (xselect-convert-to-name, xselect-convert-to-integer)
9750 (xselect-convert-to-atom, xselect-convert-to-identity):
9751 * subr.el (declare, ignore, process-kill-without-query)
9752 (text-clone-maintain):
9753 * terminal.el (te-get-char, te-tic-sentinel):
9754 * tool-bar.el (tool-bar-make-keymap):
9755 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
9756 * type-break.el (type-break-mode, type-break-noninteractive-query):
9757 * view.el (View-back-to-mark):
9758 * wid-browse.el (widget-browse-action, widget-browse-widget)
9759 (widget-browse-widgets, widget-browse-sexp):
9760 * widget.el (define-widget-keywords):
9761 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
9762 Mark unused parameters.
9763
9764 * align.el (align-adjust-col-for-rule): Mark unused parameter.
9765 (align-areas): Remove unused variable `look'.
9766 (align-region): Remove unused variables `real-end' and `pos-list'.
9767
9768 * apropos.el (apropos-score-doc): Remove unused variable `i'.
9769
9770 * bindings.el (mode-line-modified, mode-line-remote):
9771 Mark unused parameters.
9772 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
9773
9774 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
9775 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
9776
9777 * comint.el (comint-history-isearch-pop-state)
9778 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
9779 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
9780 (comint-substitute-in-file-name): Doc fix.
9781
9782 * completion.el (cmpl-statistics-block): Mark unused parameter.
9783 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
9784 (save-completions-to-file, load-completions-from-file):
9785 Remove unused local variable `e'.
9786
9787 * composite.el (compose-chars): Remove unused variable `len'.
9788 (lgstring-insert-glyph): Remove unused variable `g'.
9789 (compose-glyph-string): Remove unused variables `ascent',
9790 `descent', `lbearing' and `rbearing'.
9791 (compose-glyph-string-relative): Remove unused variables
9792 `lbearing', `rbearing' and `wadjust'.
9793 (compose-gstring-for-graphic): Remove unused variables `header',
9794 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
9795 (compose-gstring-for-terminal): Remove unused variables `header'
9796 and `nchars'. Use `let', not `let*'.
9797
9798 * cus-edit.el (Custom-set, Custom-save, custom-reset)
9799 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
9800 (Custom-buffer-done, custom-buffer-create-internal)
9801 (custom-browse-visibility-action, custom-browse-group-tag-action)
9802 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
9803 (widget-magic-mouse-down-action, custom-toggle-parent)
9804 (custom-add-parent-links, custom-toggle-hide-variable)
9805 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
9806 (custom-toggle-hide-face, face, hook, custom-group-link-action)
9807 (custom-face-menu-create, custom-variable-menu-create, get)
9808 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
9809 (custom-reset-standard-save-and-update): Remove unused variable `value'.
9810 (customize-apropos): Remove unused variable `tests'.
9811 (custom-group-value-create): Remove unused variable `hidden-p'.
9812 (sort-fold-case): Declare.
9813
9814 * cus-theme.el (custom-reset-standard-faces-list)
9815 (custom-reset-standard-variables-list): Declare.
9816 (customize-create-theme, custom-theme-revert, custom-theme-write)
9817 (custom-theme-choose-mode, customize-themes, custom-theme-save):
9818 Mark unused parameters.
9819
9820 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
9821
9822 * delim-col.el (delimit-columns-max): Move defvar before first use.
9823
9824 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 9825 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
9826
9827 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
9828 (auto-insert): Declare.
9829 (desktop-restore-file-buffer): Rename desktop-* parameters;
9830 mark unused ones.
9831 (desktop-create-buffer): Rename desktop-* parameters and bind them.
9832 (desktop-buffer): Rename desktop-* parameters.
9833
9834 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
9835 (dframe-reposition-frame-xemacs, dframe-help-echo)
9836 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
9837 Mark unused parameters.
9838
9839 * dired-aux.el (backup-extract-version-start, overwrite-query)
9840 (overwrite-backup-query, rename-regexp-query)
9841 (rename-non-directory-query): Declare.
9842 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
9843 (dired-add-entry): Remove unused variable `orig-file-name'.
9844 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
9845 Use parameter PRESERVE-TIME instead of accessing dynamic variable
9846 `dired-copy-preserve-time' directly.
9847 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
9848 (dired-insert-subdir-newpos): Rename unused variable `pos'.
9849
9850 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
9851 (dired-virtual-revert, dired-make-relative-symlink):
9852 Mark unused parameters.
9853 (manual-program): Declare.
9854 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
9855 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
9856 wrapped in `with-no-warnings' to avoid replacing one warning by another.
9857
9858 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
9859
9860 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
9861
9862 * echistory.el (electric-history-in-progress, Helper-return-blurb):
9863 Declare.
9864
9865 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
9866
9867 * electric.el (Electric-command-loop): Rename parameter
9868 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
9869
9870 * expand.el (expand-in-literal): Remove unused variable `here'.
9871
9872 * facemenu.el (facemenu-add-new-color):
9873 Remove unused variable `docstring'.
9874
9875 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
9876 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
9877 (face-attr-construct): Mark unused parameter. Doc fix.
9878 (read-color): Remove unused variable `hex-string'.
9879
9880 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
9881 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
9882 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
9883 (display-buffer-other-frame): Remove unused variable `old-window'.
9884 (kill-buffer-hook): Declare.
9885 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
9886 Mark unused parameters.
9887 (after-find-file): Pass 1 to `auto-save-mode', not t.
9888
9889 * files-x.el (auto-insert): Declare.
9890 (modify-file-local-variable-prop-line): Remove unused variable `val'.
9891
9892 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 9893 variable `buf'. Mark unused parameter.
06b60517
JB
9894 (find-lisp-insert-directory): Mark unused parameter.
9895
9896 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
9897 (format-encode-region): Remove unused variables `cur-buf' and `result'.
9898 (format-common-tail): Remove, unused.
9899 (format-deannotate-region): Remove unused variable `loc'.
9900 (format-annotate-region): Remove unused variable `p'.
9901 (format-annotate-single-property-change): Remove unused variables
9902 `default' and `tail'.
9903
9904 * forms.el (read-file-filter): Declare.
9905 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
9906
9907 * frame.el (frame-creation-function-alist): Mark unused parameter.
9908 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
9909
9910 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
9911 Remove unused parameters.
9912 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
9913 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
9914
9915 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
9916 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
9917 (hfy-prepare-tag-map): Mark unused parameters.
9918 (htmlfontify-buffer): Use `called-interactively-p'.
9919
9920 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
9921 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
9922 (ibuffer-do-occur): Mark unused parameters.
9923 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
9924 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
9925
9926 * ibuffer.el: Don't quote `lambda'.
9927 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
9928 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
9929 Mark unused parameters.
9930
9931 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
9932 (ido-completing-read): Mark unused parameters.
9933 (ido-copy-current-word): Mark unused parameters;
9934 remove unused variable `name'.
9935 (ido-sort-merged-list): Remove unused parameter `dirs'.
9936
9937 * ielm.el (ielm-input-sender): Mark unused parameter.
9938 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
9939 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
9940 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
9941 `ielm-string' as a dynamic variable accessible from the IELM prompt.
9942 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
9943
9944 * image-dired.el (image-dired-display-thumbs): Remove unused
9945 variables `curr-file' and `count'.
9946 (image-dired-remove-tag): Remove unused variable `start'.
9947 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
9948 variable `curr-file'
9949 (image-dired-rotate-original): Remove unused variable `temp-file'.
9950 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
9951 Remove unused variable `file'.
9952 (image-dired-gallery-generate): Remove unused variable `curr'.
9953 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
9954
9955 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
9956
9957 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
9958
9959 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
9960
9961 * isearch.el (minibuffer-history-symbol): Declare.
9962 (isearch-edit-string): Remove unused variable `err'.
9963 (isearch-message-prefix, isearch-message-suffix):
9964 Mark unused parameters.
9965
9966 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
9967
9968 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
9969
9970 * makesum.el (double-column): Remove unused variable `cnt'.
9971
9972 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
9973 (ido-ignore-item-temp-list): Declare.
9974
9975 * mouse-drag.el (mouse-drag-throw): Remove unused variables
9976 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
9977 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
9978 (mouse-drag-drag): Remove unused variables `mouse-delta' and
9979 `mouse-col-delta'.
9980
9981 * mouse-sel.el (mouse-extend-internal):
9982 Remove unused variable `orig-window-frame'.
9983
9984 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
9985 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
9986 Move declarations before first use.
9987 (pcomplete-opt): Mark unused parameters; doc fix.
9988
9989 * proced.el (proced-revert): Mark unused parameter.
9990 (proced-send-signal): Remove unused variable `err'.
9991
9992 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
9993 Rename parameter PREFIX-ARG to ARG.
9994 (ps-basic-plot-string, ps-basic-plot-whitespace):
9995 Mark unused parameters.
9996
9997 * replace.el (replace-count): Define.
9998 (occur-revert-function): Mark unused parameters.
9999 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10000 (isearch-case-fold-search, isearch-string): Declare.
10001 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10002 bind `case-fold-search'. Remove unused variables `beg' and `end',
10003 and simplify.
10004 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10005 COUNT and bind `replace-count'.
10006 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10007 to COUNT.
10008
10009 * savehist.el (print-readably, print-string-length): Declare.
10010
10011 * shadowfile.el (shadow-expand-cluster-in-file-name):
10012 Remove unused variable `cluster'.
10013 (shadow-copy-file): Remove unused variable `i'.
10014 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10015 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10016 (shadow-define-literal-group, shadow-define-regexp-group)
10017 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10018
10019 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10020 (shell): Use `called-interactively-p'.
10021 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10022
10023 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10024 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10025 (delete-backward-char): Remove unused variable `ocol'.
10026 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10027 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10028 (event-apply-hyper-modifier, event-apply-shift-modifier)
10029 (event-apply-control-modifier, event-apply-meta-modifier):
10030 Mark unused parameters.
10031 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10032 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10033
10034 * speedbar.el (speedbar-ignored-directory-expressions)
10035 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10036 (speedbar-find-file, speedbar-dir-follow)
10037 (speedbar-directory-buttons-follow, speedbar-tag-find)
10038 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10039 (speedbar-buffers-line-directory, speedbar-buffer-click):
10040 Mark unused parameters.
10041 (speedbar-tag-file): Remove unused variable `mode'.
10042 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10043
10044 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10045
10046 * talk.el (talk): Remove unused variable `display'.
10047
10048 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10049 (tar-write-region-annotate): Mark unused parameter.
10050
10051 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10052 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10053 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10054 warning by another.
10055
10056 * time-stamp.el (time-stamp-string-preprocess):
10057 Remove unused variable `require-padding'.
10058
10059 * tree-widget.el (widget-glyph-enable): Declare.
10060 (tree-widget-action): Mark unused parameter.
10061
10062 * w32-fns.el (x-get-selection): Mark unused parameter.
10063 (autoload-make-program, generated-autoload-file): Declare.
10064
10065 * wdired.el (wdired-revert): Mark unused parameters.
10066 (wdired-xcase-word): Remove unused variable `err'.
10067
10068 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10069 (whitespace-help-scroll): Remove unused variable `data-help'.
10070
10071 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10072 (widget-image-insert, widget-after-change, default)
10073 (widget-default-format-handler, widget-default-notify)
10074 (widget-default-prompt-value, widget-info-link-action)
10075 (widget-url-link-action, widget-function-link-action)
10076 (widget-variable-link-action, widget-file-link-action)
10077 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10078 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10079 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10080 (widget-insert-button-action, widget-delete-button-action, visibility)
10081 (widget-documentation-link-action, widget-documentation-string-action)
10082 (widget-const-prompt-value, widget-regexp-match, symbol)
10083 (widget-coding-system-prompt-value)
10084 (widget-key-sequence-value-to-external, sexp)
10085 (widget-sexp-value-to-internal, character, vector, cons)
10086 (widget-choice-prompt-value, widget-boolean-prompt-value)
10087 (widget-color--choose-action): Mark unused parameters.
10088 (widget-item-match-inline, widget-choice-match-inline)
10089 (widget-checklist-match, widget-checklist-match-inline)
10090 (widget-group-match): Rename parameter VALUES to VALS.
10091 (widget-field-value-set): Remove unused variable `size'.
10092 (widget-color-action): Remove unused variables `value' and `start'.
10093
10094 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 10095 variable `dir'. Doc fix.
06b60517
JB
10096 (windmove-find-other-window): Don't pass it.
10097
10098 * window.el (count-windows): Mark unused parameter.
10099 (bw-adjust-window): Remove unused variable `err'.
10100
10101 * woman.el (woman-file-name): Remove unused variable `default'.
10102 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10103 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10104 (global-font-lock-mode): Declare.
10105 (woman-decode-region): Mark unused parameter.
10106 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10107
10108 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10109 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10110 (x-dnd-handle-moz-url): Remove unused variable `title'.
10111 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10112
10113 * xml.el (xml-parse-tag, xml-parse-attlist):
10114 Remove unused variable `pos'.
10115
bc4f7f3d
GM
101162011-04-19 Glenn Morris <rgm@gnu.org>
10117
10118 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10119 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10120 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10121 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10122 * calendar/cal-html.el (cal-html-insert-minical):
10123 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10124 (calendar-mark-date-pattern):
10125 Prefix "unused" locals.
10126
10127 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10128 optional argument `style'.
10129
10130 * calendar/appt.el (appt-make-list):
10131 * calendar/cal-china.el (calendar-chinese-date-string):
10132 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10133 (diary-hebrew-yahrzeit):
10134 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10135 * calendar/calendar.el (calendar-generate-window):
10136 * calendar/time-date.el (time-to-days):
10137 Remove unused local variables.
10138
16a43933
CY
101392011-04-18 Chong Yidong <cyd@stupidchicken.com>
10140
10141 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10142 glyphless-char-display table.
10143 (tabulated-list-glyphless-char-display): New var.
10144
7eed1860
SS
101452011-04-18 Sam Steingold <sds@gnu.org>
10146
10147 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10148 to acknowledgments.
10149
4d2d1ccd
GM
101502011-04-17 Glenn Morris <rgm@gnu.org>
10151
10152 * calendar/diary-lib.el (diary-sexp-entry):
10153 * calendar/holidays.el (holiday-sexp):
10154 Set debug-on-error rather than the removed stack-trace-on-error.
10155
239da61d
GM
101562011-04-16 Glenn Morris <rgm@gnu.org>
10157
10158 * progmodes/f90.el: Use lexical-binding.
10159 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10160
8b05752a
SM
101612011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10162
daca8ba5
SM
10163 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10164 (mail-mode): Setup mailalias completion here instead.
10165 * mail/mailalias.el: Use lexical-binding.
10166 (pattern, mailalias-done): Declare dynamic.
10167 (mail-completion-at-point-function): New function, from mail-complete.
10168 (mail-complete): Use it.
10169 (mail-completion-expand): New function.
10170 (mail-get-names): Use it.
10171 (mail-directory, mail-directory-process, mail-directory-stream):
10172 Don't use `pattern' for lexically bound arg.
10173
6f542485
SM
10174 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10175
037e7c3f
SM
10176 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10177 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10178 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10179
8b05752a
SM
10180 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10181 (byte-save-window-excursion, byte-temp-output-buffer-setup)
10182 (byte-interactive-p): Define them again, for use when inlining
10183 old code.
10184
49093f60
JB
101852011-04-15 Juanma Barranquero <lekktu@gmail.com>
10186
10187 * loadup.el: Use `string-to-number', not `string-to-int'.
10188
b5b8e7de
SM
101892011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10190
10191 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
10192 gud-gdb-complete-command.
10193 (gud-gdb-completions): New function, from gud-gdb-complete-command.
10194 (gud-gdb-completion-at-point): New function.
10195 (gud-gdb-completions): Remove.
10196
f42efeb5
MA
101972011-04-14 Michael Albinus <michael.albinus@gmx.de>
10198
49093f60
JB
10199 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
10200 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
10201 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
10202 whether `executable-find' is bound.
f42efeb5
MA
10203
10204 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
10205
e240cc21
SM
102062011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10207
10208 * minibuffer.el (completion-in-region-mode-predicate)
10209 (completion-in-region-mode--predicate): New vars.
10210 (completion-in-region, completion-in-region--postch)
10211 (completion-in-region-mode): Use them.
10212 (completion--capf-wrapper): Also return the hook function.
10213 (completion-at-point, completion-help-at-point):
10214 Adjust and provide a predicate.
c2bd2ab0
SM
10215
10216 Preserve arg names for advice of subr and lexical functions (bug#8457).
10217 * help-fns.el (help-function-arglist): Consolidate the subr and
10218 new-byte-code cases. Add argument `preserve-names' to extract names
10219 from the docstring when needed.
10220 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
10221 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
10222 (ad-arglist): Use help-function-arglist's new arg.
10223 (ad-definition-type): Use cond.
10224
c183f693
JB
102252011-04-13 Juanma Barranquero <lekktu@gmail.com>
10226
06641a47
JB
10227 * autorevert.el (auto-revert-handler):
10228 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
10229 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
10230 Don't quote lambda.
10231
c183f693
JB
10232 * image-mode.el (image-transform-set-scale):
10233 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
10234
1e3b6001
G
102352011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10236
10237 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 10238 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
10239 Upgrades via gnutls-cli are too slow to be done opportunistically.
10240
2d6af8dd
JB
102412011-04-12 Juanma Barranquero <lekktu@gmail.com>
10242
10243 * dframe.el (dframe-current-frame): Remove spurious quote.
10244
c0749a51
GM
102452011-04-12 Glenn Morris <rgm@gnu.org>
10246
088d0d61
GM
10247 * calendar/cal-tex.el (cal-tex-end-document):
10248 Try to automatically use latin1 input if needed.
10249
c0749a51
GM
10250 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
10251 Don't try to cons a mark onto an empty element.
10252
5c90fde0
LL
102532011-04-11 Leo Liu <sdl.web@gmail.com>
10254
10255 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
10256 buffers.
10257 (ido-kill-buffer-at-head): Support killing virtual buffers.
10258
369e974d
CY
102592011-04-10 Chong Yidong <cyd@stupidchicken.com>
10260
10261 * minibuffer.el (completion-show-inline-help): New var.
10262 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
10263 (minibuffer-force-complete, minibuffer-complete-word):
10264 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
10265
10266 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
10267 to avoid interference from inline help (Bug#5849).
10268
37f1c930
LL
102692011-04-10 Leo Liu <sdl.web@gmail.com>
10270
099c39a4
JB
10271 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10272 Fix typo.
37f1c930 10273
a32d4040
CY
102742011-04-09 Chong Yidong <cyd@stupidchicken.com>
10275
10276 * image-mode.el (image-toggle-display-image): Signal an error if
10277 not in Image mode.
10278 (image-transform-mode, image-transform-resize)
10279 (image-transform-set-rotation): Doc fix.
daca8ba5 10280 (image-transform-set-resize): Delete.
a32d4040
CY
10281 (image-transform-set-scale, image-transform-fit-to-height)
10282 (image-transform-fit-to-width): Handle image-toggle-display-image
10283 and image-transform-resize directly.
10284
099c39a4 102852011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
10286
10287 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
10288 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
10289 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
10290 (doc-view-mode-map): Add bindings for the new functions.
10291
099c39a4 102922011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 10293
4d61f28d 10294 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
10295 Fix typo in docstring.
10296
3726838a
EZ
102972011-04-08 Eli Zaretskii <eliz@gnu.org>
10298
04f33f1e
EZ
10299 * files.el (file-size-human-readable): Produce one digit after
10300 decimal, like "ls -lh" does.
10301
10302 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
10303 the file size representation.
10304
3726838a
EZ
10305 * simple.el (list-processes): If async subprocesses are not
10306 available, error out with a clear error message.
10307
cbb59342
CY
103082011-04-08 Chong Yidong <cyd@stupidchicken.com>
10309
10310 * help.el (help-form-show): New function, to be called from C.
10311 Put help-form output in a buffer named differently than *Help*.
10312
e3971c44
EZ
103132011-04-08 Eli Zaretskii <eliz@gnu.org>
10314
10315 * files.el (file-size-human-readable): New function.
10316
10317 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
10318 computing the representation inline. Don't require `cl'.
10319
12544bbe
GM
103202011-04-08 Glenn Morris <rgm@gnu.org>
10321
a1de6c6a
GM
10322 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
10323
3c4671f4
GM
10324 * net/browse-url.el (browse-url-firefox):
10325 Test system-type, not system-configuration.
10326
b605679c
GM
10327 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
10328 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
10329 Use log-edit-empty-buffer-p. (Bug#7598)
10330
56442f0c
GM
10331 * net/rlogin.el (rlogin-process-connection-type): Simplify.
10332 (rlogin-mode-map): Initialize in the defvar.
10333 (rlogin): Use ignore-errors.
10334
12544bbe
GM
10335 * replace.el (occur-mode-map): Some fixes for menu items.
10336
eb237b0f
AH
103372011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10338
10339 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
10340
7d668f2c
CY
103412011-04-06 Chong Yidong <cyd@stupidchicken.com>
10342
e67a13ab
CY
10343 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
10344 issuing unused warnings.
10345
10346 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
10347 macro directly.
10348
7d668f2c
CY
10349 * simple.el: Lisp reimplement of list-processes. Based on an
10350 earlier reimplementation by Leo Liu, but using tabulated-list.el.
10351 (process-menu-mode): New major mode.
10352 (list-processes--refresh, list-processes):
10353 (process-menu-visit-buffer): New functions.
10354
10355 * files.el (save-buffers-kill-emacs): Don't assume any return
10356 value of list-processes, which is undocumented anyway.
10357
a83ec3c9
CY
103582011-04-06 Chong Yidong <cyd@stupidchicken.com>
10359
10360 * emacs-lisp/tabulated-list.el: New file.
10361
e91a96fe
CY
10362 * emacs-lisp/package.el: Use Tabulated List mode.
10363 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
10364 (package-menu-mode): Derive from tabulated-list-mode. Set up the
10365 table format using Tabulated List mode variables.
10366 (package--push): New macro, replacing package-list-maybe-add.
10367 (package-menu--generate): Use package--push. Renamed from
10368 package--generate-package-list.
10369 (package-menu-refresh, list-packages): Use it.
daca8ba5 10370 (package-menu--print-info): Rename from package-print-package.
e91a96fe 10371 Return insertion data instead of inserting it directly.
099c39a4
JB
10372 (package-menu-describe-package, package-menu-execute):
10373 Use tabulated-list-get-id.
e91a96fe
CY
10374 (package-menu-mark-delete, package-menu-mark-install)
10375 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
10376 (package-menu-mark-obsolete-for-deletion):
10377 Use tabulated-list-put-tag.
e91a96fe
CY
10378 (package--list-packages, package-menu-revert)
10379 (package-menu-get-package, package-menu-get-version)
10380 (package-menu-sort-by-column): Functions deleted.
10381 (package-menu-package-list, package-menu-sort-key): Vars deleted.
10382 (package-menu--status-predicate, package-menu--version-predicate)
10383 (package-menu--name-predicate)
10384 (package-menu--description-predicate): Handle arguments in the
10385 Tabulated List format.
10386 (package-list-packages-no-fetch): Call list-packages.
10387
3e214b50
JB
103882011-04-06 Juanma Barranquero <lekktu@gmail.com>
10389
10390 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 10391 (after-find-file): Don't bind it.
3e214b50
JB
10392 (revert-buffer-in-progress-p): New variable.
10393 (revert-buffer): Bind it.
10394 Pass nil for `after-find-file-from-revert-buffer'.
10395
10396 * saveplace.el (save-place-find-file-hook): Use new variable
10397 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
10398
3f0f1700
GM
103992011-04-06 Glenn Morris <rgm@gnu.org>
10400
c0274801
GM
10401 * Makefile.in (AUTOGEN_VCS): New variable.
10402 (autoloads): Use $AUTOGEN_VCS.
10403
3f0f1700
GM
10404 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
10405 * calendar/calendar.el (calendar-mode-map):
10406 Check for toolkit scroll bars. (Bug#8305)
10407
41ea9e48
CY
104082011-04-05 Chong Yidong <cyd@stupidchicken.com>
10409
10410 * minibuffer.el (completion-in-region--postch)
10411 (completion-in-region-mode): Remove unnecessary messages.
10412
6194c800
JB
104132011-04-05 Juanma Barranquero <lekktu@gmail.com>
10414
33256f14
JB
10415 * font-lock.el (font-lock-refresh-defaults):
10416 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
10417 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
10418
6194c800
JB
10419 * info.el (Info-directory-list, Info-read-node-name-2)
10420 (Info-split-parameter-string): Doc fixes.
10421 (Info-virtual-nodes): Reflow docstring.
10422 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
10423 (Info-apropos-toc-nodes, info-finder, Info-get-token)
10424 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
10425 Fix typos in docstrings.
10426 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
10427 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
10428 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
10429 (Info-restore-desktop-buffer): Mark unused parameters.
10430 (Info-directory-find-file, Info-directory-find-node)
10431 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
10432 (Info-virtual-index-find-node, Info-apropos-find-file)
10433 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 10434 Mark unused parameters; fix typos in docstrings.
6194c800
JB
10435 (Info-virtual-index): Remove unused local variable `nodename'.
10436
b87a8200 104372011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 10438
b87a8200
DD
10439 * net/rcirc.el: Update my e-mail address.
10440 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 10441
3b2ff876
CY
104422011-04-05 Chong Yidong <cyd@stupidchicken.com>
10443
10444 * startup.el (command-line): Save the cursor's theme-face
10445 directly, instead of using face-override-spec.
10446
10447 * custom.el (load-theme): Minor optimization in assigning faces.
10448
8d17e7ca
JB
104492011-04-04 Juanma Barranquero <lekktu@gmail.com>
10450
10451 * help-fns.el (describe-variable): Complete all variables having
10452 documentation, including keywords.
10453 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
10454
2fbc1934
JB
104552011-04-04 Juanma Barranquero <lekktu@gmail.com>
10456
10457 Convert to lexical-binding.
10458
10459 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
10460 (bs--get-marked-string, bs--get-modified-string)
10461 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
10462 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
10463 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
10464
10465 * ehelp.el (electric-help-execute-extended)
10466 (electric-help-ctrl-x-prefix):
10467 * hexl.el (hexl-revert-buffer-function):
10468 * linum.el (linum-after-change, linum-after-scroll):
10469 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
10470
10471 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
10472
74f50695
DU
104732011-04-04 Daiki Ueno <ueno@unixuser.org>
10474
10475 * epa-dired.el:
10476 * epa-mail.el:
10477 * epa-hook.el:
10478 * epa-file.el:
10479 * epa.el:
10480 * epg.el: Use lexical binding.
10481
c11325f7
CY
104822011-04-03 Chong Yidong <cyd@stupidchicken.com>
10483
0d9e9a12
CY
10484 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
10485
c11325f7 10486 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
10487 dictionary case for flyspell-mark-duplications-exceptions.
10488 Use regexp matching for languages.
c11325f7
CY
10489 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
10490 default dictionary (Bug#7926).
10491
da91b5f2
CY
104922011-04-02 Chong Yidong <cyd@stupidchicken.com>
10493
099c39a4
JB
10494 * emacs-lisp/package.el (package--with-work-buffer):
10495 Recognize https URLs.
da91b5f2 10496
099c39a4
JB
10497 * net/network-stream.el: Move from gnus/proto-stream.el.
10498 Change prefix to network-stream throughout.
da91b5f2
CY
10499 (open-protocol-stream): Merge into open-network-stream, leaving
10500 open-protocol-stream as an alias. Handle nil BUFFER args.
10501
10502 * subr.el (open-network-stream): Move to net/network-stream.el.
10503
afa8e9f6
GM
105042011-04-02 Glenn Morris <rgm@gnu.org>
10505
1d2e369d
GM
10506 * find-dired.el (find-exec-terminator): New option.
10507 (find-ls-option): Test for -ls support.
10508 (find-ls-subdir-switches): Test for -b in find-ls-option.
10509 (find-dired, find-grep-dired): Doc fixes.
10510 (find-dired): Use find-exec-terminator.
10511
8abb7da8 10512 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
10513 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
10514 (find-name-arg): Remove purecopy.
8abb7da8 10515
f3ca7378
GM
10516 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
10517 (grep-compute-defaults): Check for `-exec COMMAND +' support.
10518 Set grep-find-use-xargs, grep-find-command, and grep-find-template
10519 accordingly. Don't add the null-device if not needed.
10520
afa8e9f6
GM
10521 * files.el (save-some-buffers): Doc fix.
10522
35eae264
EZ
105232011-04-02 Eli Zaretskii <eliz@gnu.org>
10524
10525 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
10526
26b51db5
JB
105272011-04-01 Juanma Barranquero <lekktu@gmail.com>
10528
10529 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
10530 Use `dolist' rather than `mapcar'.
10531
7200d79c
SM
105322011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10533
03408648 10534 Add lexical binding.
7200d79c 10535
03408648
SM
10536 * subr.el (apply-partially): Use new closures rather than CL.
10537 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
10538 (dolist, dotimes): Use slightly different expansion for lexical code.
10539 (functionp): Move to C.
10540 (letrec): New macro.
10541 (with-wrapper-hook): Use it and apply-partially instead of CL.
10542 (eval-after-load): Preserve lexical-binding.
10543 (save-window-excursion, with-output-to-temp-buffer): Turn them
10544 into macros.
7200d79c 10545
03408648
SM
10546 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
10547
10548 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
10549 than the arglist.
10550 (help-add-fundoc-usage): Don't add `Not documented'.
10551 (help-function-arglist): Handle closures, subroutines, and new
10552 byte-code-functions.
10553 (help-make-usage): Remove leading underscores.
10554 (describe-function-1): Handle closures.
10555 (describe-variable): Use special-variable-p for completion.
10556
10557 * files.el (lexical-binding): Declare safe.
f488fb65 10558
03408648
SM
10559 * emacs-lisp/pcase.el: Don't use destructuring-bind.
10560 (pcase--memoize): Rename from pcase-memoize. Change weakness.
10561 (pcase): Add `let' pattern.
10562 Change memoization so it actually works.
10563 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
10564 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
10565 <let>: New case.
f488fb65 10566
03408648
SM
10567 * emacs-lisp/macroexp.el: Use lexical binding.
10568 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
10569 Don't convert ' to #' without checking that it's indeed quoting
10570 a lambda.
10571
10572 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 10573 Use eval-sexp-add-defvars.
03408648
SM
10574 (eval-sexp-add-defvars): New fun.
10575
10576 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
10577
10578 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
10579 Don't autoload.
10580 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
10581 than the internal `byte-compile-lambda'.
10582 (defmethod): Don't hide code under quotes.
10583 (eieio-defmethod): New `code' argument.
10584
10585 * emacs-lisp/eieio-comp.el: Remove.
10586
10587 * emacs-lisp/edebug.el (edebug-eval-defun)
10588 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
10589 (edebug-toggle): Avoid `eval'.
10590
10591 * emacs-lisp/disass.el (disassemble-internal): Handle new
10592 `closure' objects.
10593 (disassemble-1): Handle new byte codes.
10594
10595 * emacs-lisp/cl.el (pushnew): Silence warning.
10596
10597 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
10598 (cl-byte-compile-throw): Remove.
10599 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
10600
10601 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
10602 closures.
10603
10604 * emacs-lisp/cconv.el: New file.
10605
10606 * emacs-lisp/bytecomp.el: Use lexical binding instead of
10607 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
10608 (byte-compile-initial-macro-environment):
10609 Handle declare-function here.
10610 (byte-compile--lexical-environment): New var.
10611 (byte-stack-ref, byte-stack-set, byte-discardN)
10612 (byte-discardN-preserve-tos): New lap codes.
10613 (byte-interactive-p): Don't use any more.
10614 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
10615 New macros.
10616 (byte-compile-lapcode): Use them and handle new lap codes.
10617 (byte-compile-obsolete): Remove.
10618 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
10619 (byte-compile-arglist-warn): Check late def of inlinable funs.
10620 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
10621 since they should have been expanded by now.
10622 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
10623 (byte-compile-from-buffer): Remove unused second arg.
10624 (byte-compile-preprocess): New function.
10625 (byte-compile-toplevel-file-form): New function to distinguish
10626 file-form calls from outside from file-form calls from hunk-handlers.
10627 (byte-compile-file-form): Simplify.
10628 (byte-compile-file-form-defsubst): Remove.
10629 (byte-compile-file-form-defmumble): Simplify now that
10630 byte-compile-lambda always returns a byte-code-function.
10631 (byte-compile): Preprocess.
10632 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
10633 Remove, not used any more.
10634 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
10635 (byte-compile-make-args-desc): New funs.
10636 (byte-compile-lambda): Handle lexical functions. Always return
10637 a byte-code-function.
10638 (byte-compile-reserved-constants): New var, to make up room for
10639 closed-over variables.
10640 (byte-compile-constants-vector): Obey it.
10641 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
10642 (byte-compile-macroexpand-declare-function): New function.
10643 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
10644 byte-code-functions.
10645 (byte-compile-form): Check obsolescence here.
10646 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
10647 (byte-compile-variable-ref): Remove.
10648 (byte-compile-dynamic-variable-op): New fun.
10649 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10650 (byte-compile-variable-set): New funs.
10651 (byte-compile-discard): Add 2 args.
10652 (byte-compile-stack-ref, byte-compile-stack-set)
10653 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
10654 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
10655 macroexpand-all instead.
10656 (byte-compile-quote-form): Remove.
10657 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
10658 (byte-compile-bind, byte-compile-unbind): New funs.
10659 (byte-compile-let): Handle let* and lexical binding.
10660 (byte-compile-let*): Remove.
10661 (byte-compile-catch, byte-compile-unwind-protect)
10662 (byte-compile-track-mouse, byte-compile-condition-case):
10663 Handle a new :fun-body form, used for lexical scoping.
10664 (byte-compile-save-window-excursion)
10665 (byte-compile-with-output-to-temp-buffer): Remove.
10666 (byte-compile-defun): Simplify.
10667 (byte-compile-stack-adjustment): New fun.
10668 (byte-compile-out): Use it.
10669 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
10670
10671 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
10672 handler any more.
10673
10674 * emacs-lisp/byte-opt.el: Use lexical binding.
10675 (byte-inline-lapcode): Remove (to bytecomp).
10676 (byte-compile-inline-expand): Pay attention to inlining to/from
10677 lexically bound code.
10678 (byte-compile-unfold-lambda): Don't handle byte-code-functions
10679 any more.
10680 (byte-optimize-form-code-walker): Don't handle save-window-excursion
10681 any more and don't call compiler-macros.
10682 (byte-compile-splice-in-already-compiled-code): Remove.
10683 (byte-code): Don't inline any more.
10684 (disassemble-offset): Receive `bytes' as argument rather than via
10685 dynamic scoping.
10686 (byte-compile-tag-number): Declare before first use.
10687 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
10688 `return' even if make-spliceable.
10689 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
10690 obsolete interactive-p.
10691 (byte-optimize-lapcode): Optimize new lap-codes.
10692 Don't trip up on new form of `byte-constant' lap code.
10693
10694 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
10695
10696 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
10697
10698 * custom.el (custom-initialize-default, custom-declare-variable):
10699 Use `defvar'.
10700
10701 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
10702 New variables.
10703 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
10704 (COMPILE_FIRST): Add macroexp and cconv.
10705 * makefile.w32-in: Mirror changes in Makefile.in.
10706
10707 * vc/cvs-status.el:
10708 * vc/diff-mode.el:
10709 * vc/log-edit.el:
10710 * vc/log-view.el:
10711 * vc/smerge-mode.el:
10712 * textmodes/bibtex-style.el:
10713 * textmodes/css.el:
10714 * startup.el:
10715 * uniquify.el:
da91b5f2
CY
10716 * minibuffer.el:
10717 * newcomment.el:
10718 * reveal.el:
10719 * server.el:
10720 * mpc.el:
10721 * emacs-lisp/smie.el:
10722 * doc-view.el:
10723 * dired.el:
03408648
SM
10724 * abbrev.el: Use lexical binding.
10725
0f0c1f27
EZ
107262011-04-01 Eli Zaretskii <eliz@gnu.org>
10727
10728 * info.el (info-display-manual): New function.
10729
c82b2579
SM
107302011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10731
10732 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
10733
221ddf68
TH
107342011-03-31 Tassilo Horn <tassilo@member.fsf.org>
10735
10736 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 10737 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 10738
cba6e77e
GM
107392011-03-31 Glenn Morris <rgm@gnu.org>
10740
e040639f
GM
10741 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
10742
cba6e77e
GM
10743 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
10744
6d0f1c9e
CS
107452011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
10746
10747 * progmodes/python.el (python-default-interpreter)
10748 (python-python-command-args, python-jython-command-args)
10749 (python-which-shell, python-which-args, python-which-bufname)
10750 (python-file-queue, python-comint-output-filter-function)
10751 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
10752 variables and functions.
10753
3e2d70fd
SM
107542011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
10755
10756 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
10757 (completion-in-region-mode): New minor mode.
10758 (completion-in-region): Use it.
10759 (completion-in-region--data, completion-in-region-mode-map): New vars.
10760 (completion-in-region--postch): New function.
10761 (completion--capf-misbehave-funs, completion--capf-safe-funs):
10762 New vars.
10763 (completion--capf-wrapper): New function.
10764 (completion-at-point): Use it to track well-behavedness of
10765 hook functions.
10766 (completion-help-at-point): New command.
10767
f3e4086c
JM
107682011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
10769
10770 * vc/add-log.el (add-change-log-entry): Don't use whitespace
10771 syntax class to search for whitespace on a single line
10772 (Message-ID: <4D938140.4030905@redhat.com>).
10773
eb7ffc14
LL
107742011-03-30 Leo Liu <sdl.web@gmail.com>
10775
10776 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
10777 New commands.
10778 (edit-abbrevs-map): Bind them here.
10779 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
10780
d806ab68
KM
107812011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
10782
10783 * allout.el (allout-hide-by-annotation, allout-flag-region):
10784 Reduce possibility of overlay leakage by making them volatile.
10785
10786 * allout-widgets.el (allout-widgets-tally): Define as nil so the
10787 hash is not shared between buffers. Mode initialization is
10788 responsible for giving it a useful starting value.
10789 (allout-item-span): Reduce possibility of overlay leakage by
10790 making them volatile.
10791 (allout-widgets-count-buttons-in-region): Add diagnostic function
10792 for tracking down button overlay leaks.
10793
ea622834
LL
107942011-03-29 Leo Liu <sdl.web@gmail.com>
10795
10796 * ido.el (ido-read-internal): Use the default history var
10797 minibuffer-history if no HISTORY is specified.
10798
b62f8267
G
107992011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
10800
03408648
SM
10801 * net/imap.el (imap-shell-open, imap-process-connection-type):
10802 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
10803 Kerberos, SSL, other subprocesses.
10804
947b6566
LL
108052011-03-28 Leo Liu <sdl.web@gmail.com>
10806
10807 * abbrev.el (abbrev-table-empty-p): New function.
10808 (prepare-abbrev-list-buffer): Place empty abbrev tables after
10809 nonempty ones. (Bug#5937)
10810
5ffb62aa
JD
108112011-03-27 Jan Djärv <jan.h.d@swipnet.se>
10812
10813 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
10814
7a097943
LL
108152011-03-27 Leo Liu <sdl.web@gmail.com>
10816
10817 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
10818 for foreground and background colors.
10819 (ansi-color-make-color-map): Adapt.
10820
c5b40130
LL
108212011-03-25 Leo Liu <sdl.web@gmail.com>
10822
1f48f7d2
LL
10823 * midnight.el (midnight-time-float): Remove. Note it calculates
10824 the microsecond component incorrectly and seconds-to-time does the
10825 same job.
625897ec 10826 Remove redundant (require 'timer).
1f48f7d2 10827
c5b40130
LL
10828 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
10829 (ido-completions): Remove unused arguments. (Bug#8329)
10830
d86d2721
SM
108312011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10832
10833 * minibuffer.el (completion--flush-all-sorted-completions):
10834 Remove itself from hook.
10835 (completion-at-point): Let the functions perform the completion
10836 immediately and return nil or t.
10837 * comint.el (comint-dynamic-complete-functions): Now identical to
10838 completion-at-point-functions.
10839 (comint-dynamic-list-input-ring): Remove unused var `index'.
10840 (comint--match-partial-filename, comint--unquote&expand-filename):
10841 New funs, split from comint-match-partial-filename.
10842 (comint-dynamic-complete): Use completion-at-point.
10843 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
10844
e8974c48
DA
108452011-03-24 Drew Adams <drew.adams@oracle.com>
10846
10847 * thingatpt.el: Support `defun'.
10848
def71b5e
LL
108492011-03-23 Leo Liu <sdl.web@gmail.com>
10850
cb5af48e
LL
10851 * abbrevlist.el: Move to obsolete/abbrevlist.el.
10852
def71b5e
LL
10853 * help-mode.el (help-mode-finish): Tweak regexp.
10854
927c53e7
GM
108552011-03-23 Glenn Morris <rgm@gnu.org>
10856
18d05bed
GM
10857 * eshell/esh-opt.el (eshell-eval-using-options):
10858 Do not bind unused local variable `eshell-option-stub'.
10859
927c53e7
GM
10860 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
10861
9d0da923
JB
108622011-03-22 Juanma Barranquero <lekktu@gmail.com>
10863
10864 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
10865 keymap variable in `with-no-warnings' to avoid a warning when the
10866 keymap has been already `defconst'ed.
10867
4b978a67
LL
108682011-03-22 Leo Liu <sdl.web@gmail.com>
10869
10870 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
10871 encode all chars in abbrevs; otherwise use emacs-mule or
10872 utf-8-emacs. (Bug#8308)
10873
5fd62452
JB
108742011-03-22 Juanma Barranquero <lekktu@gmail.com>
10875
0b1596c6
JB
10876 * simple.el (backward-delete-char-untabify):
10877 Avoid warning about using `delete-backward-char'.
10878
5fd62452
JB
10879 * image.el (image-type-file-name-regexps): Make it variable.
10880 `imagemagick-register-types' modifies it, and the user may want
10881 to add new extensions for known image types.
10882 (imagemagick-register-types): Throw error if not using ImageMagick.
10883
0b4e93f1
LL
108842011-03-22 Leo Liu <sdl.web@gmail.com>
10885
10886 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
10887 located before rcirc-prompt-end-marker.
10888 (rcirc-complete): Error if point is not after rcirc prompt.
10889 Handle the case when table is nil.
9882e214 10890 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 10891
fccee4ab
CY
108922011-03-22 Chong Yidong <cyd@stupidchicken.com>
10893
10894 * custom.el (custom--inhibit-theme-enable): Make it affect only
10895 custom-theme-set-variables and custom-theme-set-faces.
10896 (provide-theme): Ignore custom--inhibit-theme-enable.
10897 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
10898 (custom-enabling-themes): Delete variable.
d86d2721
SM
10899 (enable-theme): Accept only loaded themes as arguments.
10900 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
10901 (custom-enabled-themes): Forbid themes from setting this.
10902 Eliminate use of custom-enabling-themes.
10903 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 10904
af896da6
LL
109052011-03-21 Leo Liu <sdl.web@gmail.com>
10906
10907 * ido.el (ido-read-internal): Add ido-selected to history instead
10908 of user input.
10909
78f64af0
SM
109102011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10911
10912 * subr.el (deferred-action-list, deferred-action-function):
10913 Mark obsolete.
10914
b16ac1ec
LL
109152011-03-21 Leo Liu <sdl.web@gmail.com>
10916
810f7698
LL
10917 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
10918 change on 2011-02-13 (bug#8309).
10919
b16ac1ec
LL
10920 * minibuffer.el (read-file-name-function): Change default value.
10921 (read-file-name--defaults): Rename from read-file-name-defaults.
10922 (read-file-name-default): Rename from read-file-name.
10923 (read-file-name): Call read-file-name-function.
10924
4e05e67e
GM
109252011-03-21 Glenn Morris <rgm@gnu.org>
10926
10927 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
10928 Doc fixes.
10929
4359915b
CY
109302011-03-21 Chong Yidong <cyd@stupidchicken.com>
10931
10932 * cus-theme.el: Add missing provide statement.
10933 (customize-create-theme): Extract theme value correctly.
10934 (custom-theme-visit-theme): Autoload.
10935 (customize-create-theme): Prompt before inserting default faces.
10936
1fe275ee
JB
109372011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
10938
10939 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
10940 units and musical notes.
10941
cd394be1 109422011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
10943
10944 * ido.el (ido-read-internal): Use completing-read-default.
10945 (ido-completing-read): Fix compatibility with completing-read.
10946
7d476bde
CO
109472011-03-20 Christian Ohler <ohler@gnu.org>
10948
10949 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
10950 (ert-delete-all-tests): Use `called-interactively-p' rather than
10951 `interactive-p'.
10952 (ert--make-xrefs-region): Respect END.
10953
fe0fb33e
CY
109542011-03-19 Chong Yidong <cyd@stupidchicken.com>
10955
ff854b0b
CY
10956 * dired-aux.el (dired-create-directory): Signal an error if the
10957 directory already exists (Bug#8246).
10958
fe0fb33e
CY
10959 * facemenu.el (list-colors-display): Call list-faces-display
10960 inside with-help-window.
10961 (list-colors-print): Use display property to align the final
10962 column, instead of checking window-width.
10963
576bce32
EZ
109642011-03-19 Eli Zaretskii <eliz@gnu.org>
10965
4d61f28d 10966 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
10967 windows-nt systems.
10968 (emerge-protect-metachars): Quote correctly for ms-dos and
10969 windows-nt systems.
10970
89c41d68 109712011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
10972
10973 * info.el (info-initialize): Replace all uses of `:' with
10974 path-separator for compatibility with non-Unix systems.
10975 Cache quoting of path-separator. (Bug#8258)
10976
b14e3e21 109772011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
10978
10979 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
10980 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
10981 (mouse-avoidance-mode): Fix typos in docstrings.
10982
4525ce3e
CY
109832011-03-19 Chong Yidong <cyd@stupidchicken.com>
10984
10985 * startup.el (package-subdirectory-regexp): Move from package.el.
10986 Omit \\` and \\', and let callers add them.
10987
10988 * emacs-lisp/package.el (package-strip-version)
10989 (package-load-all-descriptors): Add \\` and \\' to
10990 package-subdirectory-regexp before using it.
10991 (package-untar-buffer): New arg DIR; ensure that file untars only
10992 into this expected directory. Remove superfluous delete-region.
10993 (package-unpack): Caller changed.
10994 (package-tar-file-info): Use package-subdirectory-regexp.
10995
a904a09a 109962011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 10997
a904a09a
SM
10998 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
10999 diff-mode-shared-map (bug#8284).
11000 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
11001
110022011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11003
11004 * calendar/time-date.el (format-seconds): Use assoc instead of
11005 assoc-string, since assoc-string doesn't exist in XEmacs.
11006
171fc304
JB
110072011-03-17 Juanma Barranquero <lekktu@gmail.com>
11008
11009 * custom.el (custom-known-themes): Reflow docstring.
11010 (custom-theme-load-path): Fix typo in docstring.
11011 (load-theme): Fix typo in error message.
11012 (custom-available-themes, custom-variable-theme-value):
11013 Use `let', not `let*'.
11014
d71990a1
JB
110152011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11016
11017 * calc/README: Mention inclusion of musical notes.
11018
11019 * calc/calc-units.el (calc-lu-quant): Rename from
11020 `calc-logunits-quantity'.
11021 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11022 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11023 (calc-db): Rename from `calc-dblevel'.
11024 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11025 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11026 (calc-np): Rename from `calc-nplevel'.
11027 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11028 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11029 (calc-lu-plus): Rename from `calc-logunits-add'.
11030 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11031 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11032 (calc-lu-minus): Rename from `calc-logunits-sub'.
11033 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11034 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11035 (calc-lu-times): Rename from `calc-logunits-mul'.
11036 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11037 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11038 (calc-lu-divide): Rename from `calc-logunits-div'.
11039 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11040 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11041
11042 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11043 functions being autoloaded.
11044
11045 * calc/calc.el (calc-lu-power-reference): Rename from
11046 `calc-logunits-power-reference'.
11047 (calc-lu-field-reference): Rename from
11048 `calc-logunits-field-reference'.
11049
7a71b18d
GM
11050 * calc/calc-help.el (calc-l-prefix-help):
11051 Mention musical note functions.
d71990a1 11052
40c2934b
SM
110532011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11054
11055 * minibuffer.el (completion-all-sorted-completions):
11056 Use :completion-cycle-penalty text property if present.
11057
b0911414
KM
110582011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11059
11060 * allout.el (allout-yank-processing): Adjust for new rebulleting
11061 regime so bullet being yanked is used without prompting the user
11062 for a choice.
11063
8a05b668
JB
110642011-03-16 Juanma Barranquero <lekktu@gmail.com>
11065
11066 * startup.el (command-line): Warn the user that _emacs is deprecated.
11067
5ba5fb81
JB
110682011-03-16 Juanma Barranquero <lekktu@gmail.com>
11069
11070 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11071 (delphi-verbose, delphi-comment-face, delphi-string-face)
11072 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11073 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11074 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11075 (delphi-new-comment-line, delphi-font-lock-defaults)
11076 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11077 Fix typos in docstrings.
11078
2dab465b
KM
110792011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11080
5ba5fb81 11081 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
11082 Invert the roles of character and string values for INSTEAD, so a
11083 string is used for the more common case of a defaulting prompt.
11084
0adf5618
SM
110852011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11086
11087 * progmodes/ruby-mode.el (ruby-backward-sexp):
11088 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11089 * play/gamegrid.el (gamegrid-make-face):
11090 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11091 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11092 * notifications.el (notifications-notify):
11093 * net/xesam.el (xesam-search-engines):
11094 * net/quickurl.el (quickurl-list-insert):
11095 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11096
d72700e5
CY
110972011-03-15 Chong Yidong <cyd@stupidchicken.com>
11098
11099 * startup.el (command-line): Update package subdirectory regexp.
11100
49c5410a
SM
111012011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11102
c6eee9aa
SM
11103 * allout.el (allout-abbreviate-flattened-numbering)
11104 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11105
49c5410a
SM
11106 * subr.el (read-char-choice): Only show the cursor after the prompt,
11107 not after the answer.
11108
047b2bb9
KR
111092011-03-15 Kevin Ryde <user42@zip.com.au>
11110
11111 * help-fns.el (variable-at-point): Skip leading quotes, if any
11112 (bug#8253).
11113
0a57d256
SM
111142011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11117 warning message.
11118
77c992bc
MA
111192011-03-14 Michael Albinus <michael.albinus@gmx.de>
11120
11121 * shell.el (shell): When called interactively, offer to change the
11122 shell file name on remote hosts.
11123
eebc475d
TZ
111242011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11125
11126 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11127 integration for LDAP parameters. The host, base, user or binddn,
11128 and secret tokens can be specified in a netrc file, for instance.
11129 This is optional because an `auth-source' parameter must be
11130 specified in the search attributes.
11131
9d05d1ba
JB
111322011-03-13 Juanma Barranquero <lekktu@gmail.com>
11133
11134 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11135
09d9db2c
GM
111362011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11137
11138 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11139 into declaration. Remove redundant and harmful binding.
11140
111412011-03-12 Eli Zaretskii <eliz@gnu.org>
11142
11143 * files.el (file-ownership-preserved-p): Pass `integer' as an
11144 explicit 2nd argument to `file-attributes'. If the file's owner
11145 is the Administrators group on Windows, and the current user is
11146 Administrator, consider that a match.
11147
11148 * server.el (server-ensure-safe-dir): Consider server directory
11149 safe on MS-Windows if its owner is the Administrators group while
11150 the current Emacs user is Administrator. Use `=' to compare
11151 numerical UIDs, since they could be integers or floats.
11152
219bd536
JB
111532011-03-12 Juanma Barranquero <lekktu@gmail.com>
11154
11155 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11156
f3afd36b
MA
111572011-03-12 Michael Albinus <michael.albinus@gmx.de>
11158
11159 Sync with Tramp 2.2.1.
11160
11161 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11162
11163 * net/trampver.el: Update release number.
11164
3aaaa6f1
SM
111652011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11166
94642599
SM
11167 * progmodes/compile.el (compilation--previous-directory): Fix up
11168 various nil/dead-marker mismatches (bug#8014).
11169 (compilation-directory-properties, compilation-error-properties):
11170 Don't call it at a position past the one we're about to change.
11171
3aaaa6f1
SM
11172 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11173 Disable obsolescence warnings in the file that declares it.
11174
14239447
KM
111752011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
11176
099c39a4
JB
11177 * allout-widgets.el (allout-widgets-tally):
11178 Initialize allout-widgets-tally as a hash table rather than nil to
11179 prevent mode-line redisplay warnings. Also, clarify the module
11180 description and fix a comment typo.
14239447 11181
135e287c
JB
111822011-03-11 Juanma Barranquero <lekktu@gmail.com>
11183
11184 * help-fns.el (describe-variable): Don't complete keywords.
11185 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11186
ffbf300e
CY
111872011-03-10 Chong Yidong <cyd@stupidchicken.com>
11188
ba08b241
CY
11189 * emacs-lisp/package.el (package-version-join): Impose a standard
11190 string representation for pre/alpha/beta version lists.
11191 (package-unpack-single): Standardize the directory name by passing
11192 it through package-version-join.
11193 (package-strip-rcs-id): Accept any version string that does not
11194 signal an error in version-to-list.
ffbf300e 11195
f346fd6b
MA
111962011-03-10 Michael Albinus <michael.albinus@gmx.de>
11197
11198 * simple.el (delete-trailing-whitespace): Return nil for the
11199 benefit of `write-file-functions'.
11200
ccb55d27
GM
112012011-03-10 Glenn Morris <rgm@gnu.org>
11202
5ceaac0c
GM
11203 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
11204
02da65ff
GM
11205 * vc/vc-git.el (vc-git-program): New option.
11206 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
11207 (vc-git--call): Use it.
11208
b2f603cc
GM
11209 * eshell/esh-util.el (eshell-condition-case): Doc fix.
11210
5772caab
GM
11211 * cus-edit.el (Custom-newline): If no button at point, look
11212 for a subgroup button at start-of-line. (Bug#2298)
11213
ccb55d27
GM
11214 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
11215
ec6ecaed
JD
112162011-03-10 Julien Danjou <julien@danjou.info>
11217
11218 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
11219 `cursor-type' is nil.
11220
9d5aa01d
JB
112212011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
11222
11223 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
11224
b6a5875b
KM
112252011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
11226
7a71b18d 11227 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
11228 preserves the existing header prefix, rebulleting it if necessary,
11229 rather than replacing it. This is necessary for proper operation
11230 of cooperative addons like allout-widgets.
1154d12e
JB
11231 (allout-make-topic-prefix, allout-rebullet-heading):
11232 Change SOLICIT arg to INSTEAD, and interpret additionally a string
11233 value as alternate bullet to be used, instead of prompting the user
11234 for a bullet character.
b6a5875b 11235
ee545c35
MA
112362011-03-09 Michael Albinus <michael.albinus@gmx.de>
11237
d86d2721
SM
11238 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11239 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
11240 `tramp-default-port'.
11241
c47971d7
DD
112422011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11243
11244 * net/rcirc.el (rcirc-handler-001): Remove useless
11245 with-rcirc-process-buffer.
11246 (rcirc-check-auth-status): Swap arguments to string-match.
11247
13522cb4
GM
112482011-03-09 Glenn Morris <rgm@gnu.org>
11249
0be6f4f1
GM
11250 * shell.el (shell-mode):
11251 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
11252
13522cb4
GM
11253 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
11254 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
11255
515de2e3
CY
112562011-03-08 Chong Yidong <cyd@stupidchicken.com>
11257
11258 * emacs-lisp/package.el (package-refresh-contents)
11259 (package-menu-execute): Use condition-case-no-debug.
11260
b511b994
MA
112612011-03-08 Michael Albinus <michael.albinus@gmx.de>
11262
11263 * simple.el (shell-command-to-string): Use `process-file'.
11264
11265 * emacs-lisp/package.el (package-tar-file-info): Handle also
11266 remote files.
11267
d86d2721
SM
11268 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11269 Use `equal' for upload base check.
b511b994 11270
25bbfb31
AM
112712011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
11272
11273 * textmodes/texinfo.el (texinfo-environments):
11274 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
11275
be996521
GM
112762011-03-08 Glenn Morris <rgm@gnu.org>
11277
e9c8529f
GM
11278 * cus-start.el (cursor-in-non-selected-windows):
11279 Fix :set quoting oddness. (Bug#8192)
11280
be996521
GM
11281 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
11282 in some setf expressions. (Bug#2159)
11283
2bb5649e
CY
112842011-03-08 Chong Yidong <cyd@stupidchicken.com>
11285
11286 * custom.el (custom-available-themes): Return themes in
11287 alphabetical order.
11288
33383987 11289See ChangeLog.15 for earlier changes.
e3d51b27
MR
11290
11291;; Local Variables:
11292;; coding: utf-8
e3d51b27
MR
11293;; End:
11294
acaf905b 11295 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
11296
11297 This file is part of GNU Emacs.
11298
11299 GNU Emacs is free software: you can redistribute it and/or modify
11300 it under the terms of the GNU General Public License as published by
11301 the Free Software Foundation, either version 3 of the License, or
11302 (at your option) any later version.
11303
11304 GNU Emacs is distributed in the hope that it will be useful,
11305 but WITHOUT ANY WARRANTY; without even the implied warranty of
11306 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11307 GNU General Public License for more details.
11308
11309 You should have received a copy of the GNU General Public License
11310 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.