* net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
[bpt/emacs.git] / lisp / ChangeLog
1 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
4 Return `t' on success.
5
6 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add
7 handler for `set-file-selinux-context'.
8
9 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
10
11 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
12 (tramp-sh-handle-set-file-acl): Return `t' on success.
13
14 2012-12-29 Eli Zaretskii <eliz@gnu.org>
15
16 * files.el (backup-buffer-copy, basic-save-buffer-2): If
17 set-file-extended-attributes fails, fall back on set-file-modes
18 instead of signaling an error. (Bug#13298)
19 (basic-save-buffer): Likewise.
20
21 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
22
23 * progmodes/python.el: Support other commands triggering
24 python-indent-line so indentation cycling continues to work.
25 (python-indent-trigger-commands): New defcustom.
26 (python-indent-line): Use it.
27
28 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
29
30 * progmodes/python.el (python-shell-send-region): Add blank lines
31 for non sent code so backtraces remain correct.
32
33 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
34
35 * progmodes/python.el: Remove cl dependency.
36 (python-syntax-count-quotes): Replace incf call.
37 (python-fill-string): Replace setf call.
38
39 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
40
41 * info.el (info-other-window): New arg, for consistency with info.
42
43 2012-12-28 Martin Rudalics <rudalics@gmx.at>
44
45 * mail/rmail.el (rmail-maybe-display-summary): Rewrite
46 (Bug#13066).
47
48 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
49
50 * epg.el (epg--start): Modify process-environment locally.
51
52 2012-12-28 Daiki Ueno <ueno@gnu.org>
53
54 * epg.el: Support pinentry-curses.
55 Suggested by Werner Koch in
56 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
57 (epg-agent-file, epg-agent-mtime): New variable.
58 (epg--start): Record the modified time of gpg-agent socket file,
59 to restore Emacs frame after pinentry-curses termination.
60 (epg-wait-for-completion): Restore Emacs frame here.
61
62 2012-12-27 Juri Linkov <juri@jurta.org>
63
64 * info.el (Info-file-completions): New variable.
65 (Info-read-node-name-1): Complete node names in the Info file
66 when a file name is given. Call `Info-build-node-completions'
67 with a file name.
68 (Info-build-node-completions): Add new arg `file'. When it is
69 non-nil, visit it in a temporary buffer and cache its completions in
70 `Info-current-file-completions'. Move most of the function body to
71 `Info-build-node-completions-1'.
72 (Info-build-node-completions-1): New function with the body from
73 `Info-build-node-completions'. (Bug#12456)
74
75 2012-12-27 Juri Linkov <juri@jurta.org>
76
77 * frame.el (frame-maximization-style): Remove user option.
78 (cycle-frame-maximized): Remove function.
79 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
80 (toggle-frame-fullscreen): New command bound to <f11> instead of
81 `toggle-frame-maximized'.
82 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
83
84 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
85
86 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
87
88 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
89 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
90 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
91 for `file-accessible-directory-p'. (Bug#13275)
92
93 2012-12-27 Sam Steingold <sds@gnu.org>
94
95 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
96 continuations, see <http://stackoverflow.com/questions/3582436>.
97
98 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
99
100 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
101 "module" and "def" to have indentation before them. Regression
102 from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
103
104 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
105
106 2012-12-27 Alan Mackenzie <acm@muc.de>
107
108 Speed up fontification where there's large brace blocks.
109 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
110 to a call of c-beginning-of-decl-1.
111
112 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
113
114 * comint.el (comint-adjust-window-point): New function.
115 (comint-postoutput-scroll-to-bottom): Call
116 comint-adjust-window-point (Bug#13248).
117
118 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
119
120 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
121 Rakefile regexp.
122 (auto-mode-alist): Associate .gemspec files with ruby-mode
123 (https://bugs.ruby-lang.org/issues/5453).
124
125 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
126
127 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun. Suppress
128 coloring, if possible (required for BusyBox based systems like
129 CynagenMod).
130 (tramp-adb-handle-file-attributes)
131 (tramp-adb-handle-insert-directory)
132 (tramp-adb-handle-file-name-all-completions): Use it.
133 (tramp-adb-get-toolbox): New defun. Check for remote shell
134 implementation (BusyBox or Toolbox).
135
136 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
137
138 * startup.el (initial-buffer-choice): Allow function as value
139 (Bug#13251).
140 (command-line-1): Handle case where initial-buffer-choice
141 specifies a function.
142 * server.el (server-execute): Handle case where
143 initial-buffer-choice specifies a function.
144
145 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
146
147 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
148 its own function.
149 (smtpmail-try-auth-methods): Forget the user name/password if the
150 login is unsuccessful (bug#12424).
151
152 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
153
154 * notifications.el (notifications-notify): Protect body with
155 `with-demoted-errors'.
156
157 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Check
158 properties of remote device. Restart connection, if there is a
159 change.
160
161 2012-12-21 Chong Yidong <cyd@gnu.org>
162
163 * sort.el (sort-subr): Doc fix (Bug#13056).
164
165 2012-12-21 Bastien Guerry <bzg@gnu.org>
166
167 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
168
169 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
170
171 * simple.el (process-file): Overwrite stderr file, if exists.
172
173 2012-12-21 Daiki Ueno <ueno@gnu.org>
174
175 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
176 (epg-error): Set `error-message' property.
177
178 2012-12-21 Chong Yidong <cyd@gnu.org>
179
180 * international/mule-cmds.el (read-char-by-name): Signal an error
181 if the user does not supply a valid character (Bug#13177).
182
183 * simple.el (transpose-subr-1): Preserve marker positions by
184 changing the insertion sequence (Bug#13122).
185
186 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
187
188 * simple.el (kill-region): Deactivate mark even for empty regions
189 (Bug#13169).
190
191 2012-12-21 Chong Yidong <cyd@gnu.org>
192
193 * help-fns.el (describe-variable): Make sure we get the right
194 buffer name (Bug#13105). Suggested by Kelly Dean.
195
196 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
197
198 * comint.el (comint-redirect-previous-input-string): New variable.
199 (comint-redirect-setup, comint-redirect-cleanup)
200 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
201 (comint-redirect-preoutput-filter): Fix verbose message.
202
203 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
204
205 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
206 is too long for Tramp. See discussion in
207 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
208
209 * progmodes/compile.el (compilation-start): Remove line escape
210 template.
211
212 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
213
214 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
215 Adjust comment.
216
217 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
218
219 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
220 following non-comment text (bug#13207).
221 (lm-header-multiline): Continuation lines need to be indented more than
222 the first line.
223 (lm-homepage): New function.
224 (lm-with-file): Don't be confused if narrowing is in effect.
225
226 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
227 very beginning of a hunk (e.g. killing the first line).
228
229 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
230
231 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
232 and text properties from returned ACL string.
233 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
234 for "setfacl" command.
235
236 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
237
238 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
239 `tramp-cleanup-this-connection', when the process has died.
240 (Bug#13151)
241
242 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
245
246 2012-12-17 Kevin Ryde <user42@zip.com.au>
247
248 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
249
250 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
251
252 Add support for preserving ACL entries of files.
253
254 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
255 `set-file-acl' handlers.
256
257 * net/tramp-adb.el (tramp-adb-handle-copy-file):
258 Handle PRESERVE-EXTENDED-ATTRIBUTES.
259
260 * net/tramp-compat.el (tramp-compat-copy-file):
261 Handle PRESERVE-EXTENDED-ATTRIBUTES.
262
263 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
264 Add `file-acl' and `set-file-acl' handlers.
265 (tramp-gvfs-handle-copy-file):
266 Handle PRESERVE-EXTENDED-ATTRIBUTES.
267 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
268 New defuns.
269
270 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
271 Add `file-acl' and `set-file-acl' handlers.
272 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
273 (tramp-sh-handle-set-file-acl): New defuns.
274 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
275 Handle PRESERVE-EXTENDED-ATTRIBUTES.
276
277 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
278 Add `file-acl' and `set-file-acl' handlers.
279 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
280
281 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
282
283 * help-macro.el (make-help-screen): Instead of switch-to-buffer
284 use pop-to-buffer with NORECORD argument t. As buffer name, use
285 *Metahelp* with a leading space (Bug#13190).
286
287 2012-12-16 Romain Francoise <romain@orebokech.com>
288
289 * files.el (file-extended-attributes)
290 (set-file-extended-attributes): New functions.
291 (backup-buffer): Use them to handle both SELinux context and ACL
292 entries.
293 (backup-buffer-copy): Work with an alist of extended attributes,
294 rather than an SELinux context.
295 (basic-save-buffer-2): Ditto.
296
297 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
298
299 * battery.el (battery-bsd-apm): New function.
300
301 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
302
303 * calc/calc.el (calc-standard-date-formats): Adjust one of the
304 standard date formats.
305
306 2012-12-15 Juri Linkov <juri@jurta.org>
307
308 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
309 `isearch-insert-char-by-name'.
310 (with-isearch-suspended): New defmacro with body mostly from
311 `isearch-edit-string' except the part that sets
312 `isearch-new-string' and `isearch-new-message'.
313 (isearch-edit-string): Use new macro `with-isearch-suspended' with
314 body that sets `isearch-new-string' and `isearch-new-message'.
315 (isearch-insert-char-by-name): New command.
316 * international/mule-cmds.el (read-char-by-name): Let-bind
317 `enable-recursive-minibuffers' to t.
318 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
319
320 2012-12-15 Juri Linkov <juri@jurta.org>
321
322 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
323 (Bug#13175)
324
325 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
326
327 * dired-x.el (dired-guess-shell-command): Put colon at the end of
328 the prompt. (Bug#13045)
329
330 2012-12-14 Glenn Morris <rgm@gnu.org>
331
332 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
333 Try to include filename in non-bytecomp warning. (Bug#13132)
334
335 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
336
337 Fix permissions bugs with setgid directories etc. (Bug#13125)
338 * files.el (backup-buffer): Don't rely on 9th output of
339 file-attributes, as it's now a placeholder. Instead, use the new
340 optional arg of file-ownership-preserved-p.
341 (file-ownership-preserved-p): New optional arg GROUP.
342 Fix mishandling of setuid directories that would cause this
343 function to return t when it should have returned nil.
344 Document what happens if the file does not exist, and when
345 it's not known whether the ownership will be preserved.
346 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
347 Likewise.
348 (tramp-get-local-gid): Use group-gid for integer, as that's
349 faster and more reliable.
350
351 2012-12-14 Julien Danjou <julien@danjou.info>
352
353 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
354 Update keywords list, data type and PL/pgSQL.
355
356 2012-12-14 Dave Abrahams <dave@boostpro.com>
357
358 * vc/ediff-util.el (ediff-buffer-type): New function.
359 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
360 rather than taking it as as argument.
361 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
362
363 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
364
365 * json.el: Add pretty-print option (bug#12634).
366 (json-encoding-separator, json-encoding-default-indentation)
367 (json--encoding-current-indentation, json-encoding-pretty-print)
368 (json-encoding-lisp-style-closings): New vars.
369 (json--with-indentation): New macro.
370 (json-encode-hash-table, json-encode-alist, json-encode-plist)
371 (json-encode-array): Use it to obey json-encoding-pretty-print.
372 (json-pretty-print-buffer, json-pretty-print): New commands.
373
374 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
375
376 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
377 Extract `ruby-syntax-propertize-expansions'.
378 (ruby-syntax-propertize-expansions): Only change syntax on
379 certain string delimiters, to punctuation. This way the common
380 functions like forward-word and thing-at-point still work.
381 (ruby-match-expression-expansion): Improve readability.
382 (ruby-block-contains-point): New function.
383 (ruby-add-log-current-method): Handle several edge cases.
384
385 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
386
387 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
388 unload-feature finishes even when aborting an ongoing edebug session.
389 Also, do not worry about edebug-mode, unload-feature takes care of it.
390
391 2012-12-13 Andreas Schwab <schwab@suse.de>
392
393 * net/tls.el (tls-program): Update customize type.
394
395 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
396
397 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
398 (edebug-setup-hook, cl-read-load-hooks): Use it.
399 (edebug-unload-function): New function. (Bug#13163)
400
401 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
402
403 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
404 Otherwise, there could be errors in autoloading. (Bug#13151)
405
406 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
407
408 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
409 sequences.
410
411 2012-12-13 Alan Mackenzie <acm@muc.de>
412
413 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
414 * progmodes/cc-engine.el (c-backward-comments): Add code to work
415 around `forward-comment' not recognizing ^M as whitespace.
416
417 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
418
419 * progmodes/python.el (python-skeleton-class)
420 (python-skeleton-def): Do not add space after defun name.
421
422 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
423
424 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
425 (cl--symbol-function): Remove (now that funbound is like nil).
426
427 2012-12-12 Glenn Morris <rgm@gnu.org>
428
429 * button.el (button--area-button-p): Fix typo.
430
431 2012-12-12 Sam Steingold <sds@gnu.org>
432
433 * frame.el (frame-maximization-style): New user option.
434 (toggle-frame-maximized): Toggle frame maximization according to
435 `frame-maximization-style', bound to <f11>.
436 (cycle-frame-maximized): Cycle between all maximization styles and
437 non-maximized frame, bound to shift-<f11>.
438
439 2012-12-12 David Cadé <codename68@gmail.com>
440
441 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
442
443 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
444
445 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
446 (eieio-override-prin1): Don't quote kewords and booleans.
447 (object-write) <eieio-default-superclass>: Don't put closing parens
448 on new line, avoid needless empty lines, align values that are objects
449 with the slot keyword (instead of beginning on the same line).
450 (eieio-list-prin1): Align value with slot keyword; increase
451 eieio-print-depth before printing members of the list.
452
453 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
454
455 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
456 a display text-property.
457 (report-emacs-bug-hook): Don't bother deleting it any more.
458
459 * hilit-chg.el (highlight-save-buffer-state): Delete.
460 Use with-silent-modifications instead.
461 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
462
463 * button.el: Handle buttons in display text-properties.
464 (button--area-button-p, button--area-button-string):
465 Use (STRING . STRING-POS) representation instead of just STRING.
466
467 2012-12-11 Eli Zaretskii <eliz@gnu.org>
468
469 * makefile.w32-in (compile4-SH): Fix a typo that caused term
470 subdirectory be skipped.
471
472 2012-12-11 Glenn Morris <rgm@gnu.org>
473
474 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
475
476 * progmodes/f90.el (f90-line-continued, f90-indent-region):
477 Treat preprocessor lines embedded in continuations like comments.
478 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
479
480 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
481
482 * calc/calc.el (calc-standard-date-formats): Add more date
483 formats.
484 * calc/calc-forms.el (math-parse-iso-date): New function.
485 (math-parse-date): Use `math-parse-iso-date' when appropriate.
486 (math-parse-iso-date-validate): Add extra error checking.
487 (calc-date-notation): Add ability to access new date formats.
488
489 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
490
491 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
492 font-lock as well as when there's no text-property.
493
494 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
495
496 * hi-lock.el: Refine the choice of default face.
497 (hi-lock-keyword->face): New function. Use it wherever we used
498 cadadadr instead.
499 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
500 (hi-lock--last-face): Remove var.
501 (hi-lock--unused-faces): New var to replace it.
502 (hi-lock-read-face-name): Use/maintain it.
503 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
504 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
505 if it has another face.
506
507 2012-12-10 Eli Zaretskii <eliz@gnu.org>
508
509 * subr.el (w32notify-handle-event): New function.
510 (inotify-handle-event): Doc fix.
511
512 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
513
514 * subr.el (inotify-event-p, inotify-handle-event): New functions.
515
516 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
517
518 * simple.el (just-one-space): Doc fix.
519
520 2012-12-10 Eli Zaretskii <eliz@gnu.org>
521
522 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
523
524 2012-12-10 Le Wang <l26wang@gmail.com>
525
526 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
527 narrowed buffer (bug#12361).
528
529 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
530
531 * vc/vc-hooks.el (vc-state): Doc fix.
532
533 2012-12-10 Glenn Morris <rgm@gnu.org>
534
535 * mail/rmail.el (rmail-maybe-display-summary):
536 Preserve buffer, in case select-window changes it. (Bug#13066)
537
538 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
541 cl-load-hook where they belong.
542
543 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
546
547 2012-12-09 Eli Zaretskii <eliz@gnu.org>
548
549 Parallelize byte compilation on MS-Windows.
550 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
551 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
552 (WINS_BASIC): Define as concatenation of the above.
553 (compile): Subdivide into 4 separate and independent jobs that can
554 be run in parallel.
555 (compile0-CMD, compile0-SH): New targets for compiling
556 COMPILE_FIRST files, which are prerequisites for the rest of the
557 byte-compilation.
558 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
559 New targets for parallel compilation with cmd.exe.
560 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
561 compiling under a Unixy shell.
562
563 2012-12-09 Chong Yidong <cyd@gnu.org>
564
565 * simple.el (set-mark-default-inactive): Delete this
566 accidentally-introduced option.
567 (set-mark-command, exchange-point-and-mark): Remove calls.
568
569 2012-12-09 Glenn Morris <rgm@gnu.org>
570
571 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
572 Respect a defcustom's :set function, if appropriate. (Bug#109)
573 (eval-defun): Doc fix.
574
575 2012-12-08 Juri Linkov <juri@jurta.org>
576
577 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
578 (Info-fontify-node, Info-bookmark-make-record): Remove the
579 file extension from Info-current-file (Bug#13016).
580
581 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
584 point, still provide some default.
585 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
586 names, since we don't use it right now. Actually return the list.
587 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
588
589 2012-12-07 Chong Yidong <cyd@gnu.org>
590
591 * novice.el (disabled-command-function): Remove a spurious help
592 xref (Bug#13043). Suggested by Kelly Dean.
593
594 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
595 syntax is specified (Bug#13025).
596
597 * info.el (Info-set-mode-line): Remove the file extension from
598 Info-current-file if there is one (Bug#13016).
599
600 2012-12-07 Glenn Morris <rgm@gnu.org>
601
602 * mail/rmail.el (rmail-mime-decoded): New permanent local.
603 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
604 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
605 and rmail-mime-decoded. (Bug#9841)
606
607 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
608 (batch-unrmail, unrmail): Doc fixes.
609 (unrmail): Respect unrmail-mbox-format.
610 * mail/rmail.el (rmail-mbox-format): New option.
611 (rmail-show-message-1): Respect rmail-mbox-format.
612
613 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
614
615 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
616
617 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
618
619 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
620 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
621 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
622 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
623 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
624 (cl-progv): Don't rely on dynamic scoping to find the body.
625 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
626 (cl--proclaims-deferred): Rename from the "cl-" prefix.
627 (cl-declaim): Use backquotes.
628 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
629 Use "cl--" prefix for the object's tag.
630
631 * ses.el: Use advice-add/remove.
632 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
633 (copy-region-as-kill, yank): Use advice-add.
634 (ses-unload-function): Use advice-remove.
635
636 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
637
638 * button.el: Make them work in header-lines (bug#12817).
639 (button-map): Add bindings for header-line and mode-line use.
640 (button-get, button-put, button-label): `button' may now be a string.
641 (button-activate): Don't make it a defsubst.
642 (button--area-button-p, button--area-button-string): New functions.
643 (make-text-button): Fix the return value when `beg' was a string.
644 (push-button): Handle the mode-line case.
645
646 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
647
648 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
649 (sql-signum): Remove. Use `cl-signum' instead.
650 (sql-read-passwd): Remove; use read-passwd instread.
651 (sql-get-login-ext): Use read-string.
652 (sql-get-login): Use dolist and pcase.
653 (sql--completion-table): Rename from sql-try-completion.
654 Use complete-with-action.
655 (sql-mode): Don't change abbrev-all-caps globally.
656 (sql-connect): Don't rely on dynamic scoping for `new-name'.
657 (sql-postgres-completion-object): Initialize vars in their `let'.
658 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
659 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
660 (sql-comint-interbase): Use a single append, without setq.
661 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
662
663 * hi-lock.el: Rework the default face and the serialize regexp code.
664 (hi-lock--auto-select-face-defaults): Remove.
665 (hi-lock-string-serialize-serial): Remove.
666 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
667 make weak.
668 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
669 equal string.
670 (hi-lock-set-pattern): Adjust accordingly.
671 (hi-lock--regexps-at-point): Simplify accordingly.
672 (hi-lock--auto-select-face-defaults): Remove.
673 (hi-lock--last-face): New var to replace it.
674 (hi-lock-read-face-name): Rewrite (bug#11095).
675 (hi-lock-unface-buffer): Arrange for the face to be the next default.
676
677 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
678
679 * net/tramp.el (tramp-replace-environment-variables):
680 Hide compiler warning.
681 (tramp-file-name-for-operation): Remove `executable-find',
682 `start-process', `call-process' and `call-process-region'.
683
684 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
685
686 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
687 compatibility.
688
689 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
690
691 2012-12-06 Chong Yidong <cyd@gnu.org>
692
693 * ffap.el (ffap-replace-file-component): Fix typo.
694
695 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
696
697 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
698 fix open-paren-like token test (bug#12785).
699
700 2012-12-06 Glenn Morris <rgm@gnu.org>
701
702 * mail/rmailsum.el (rmail-new-summary): Tweak for
703 rmail-maybe-display-summary changing buffer. (Bug#13066)
704
705 2012-12-06 Juri Linkov <juri@jurta.org>
706
707 * info.el (Info-fontify-node): Don't hide the last newline.
708 (Bug#12272)
709
710 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
711
712 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
713 so as to enable message-read-from-minibuffer to expand mail aliases.
714
715 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
718 the `intangible' property.
719 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
720
721 2012-12-05 Deniz Dogan <deniz@dogan.se>
722
723 * net/rcirc.el (rcirc-urls): Update documentation.
724 (rcirc-condition-filter): New function.
725 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
726 and exclude consecutive duplicate URLs (Bug#6082).
727
728 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
729
730 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
731 Check return code of copy command.
732
733 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
734 Use group `tramp'. Add version.
735
736 2012-12-05 Chong Yidong <cyd@gnu.org>
737
738 * ffap.el (ffap-url-regexp): Don't require matching at front of
739 string (Bug#4952).
740 (ffap-url-p): If only a substring matches, return that.
741 (ffap-url-at-point): Use the return value of ffap-url-p.
742 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
743 (find-file-at-point, dired-at-point, dired-at-point-prompter)
744 (ffap-guess-file-name-at-point): Likewise.
745 (ffap-replace-file-component): Fix typo.
746
747 * info.el (info-display-manual): Add existing Info buffers, whose
748 files may not be in Info-directory-list, to the completion.
749 (info--manual-names): New helper function.
750
751 2012-12-05 Glenn Morris <rgm@gnu.org>
752
753 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
754 New functions, for detecting and resolving conflicts. (Bug#10709)
755
756 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
757
758 * hi-lock.el (hi-lock-auto-select-face): New user variable.
759 (hi-lock-auto-select-face-defaults): New buffer local variable.
760 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
761 (hi-lock-unface-buffer): Prompt user with useful defaults.
762 With prefix arg, unhighlight all hi-lock patterns in buffer.
763
764 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
765
766 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
767
768 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
769
770 * Makefile.in (TRAMP_SRC):
771 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
772
773 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
774
775 * net/tramp-adb.el: New package.
776
777 2012-12-04 Chong Yidong <cyd@gnu.org>
778
779 * terminal.el: Move to obsolete/.
780
781 * longlines.el: Move to obsolete/.
782
783 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
784 Remove code referring to longlines mode.
785
786 2012-12-03 Juri Linkov <juri@jurta.org>
787
788 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
789
790 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
791
792 * textmodes/ispell.el (ispell-init-process)
793 (ispell-start-process, ispell-internal-change-dictionary):
794 Make sure personal dictionary name is expanded after initial
795 `default-directory' value. Use expanded strings for
796 keep/restart checks and for value (Bug#13019).
797
798 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
799
800 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
801
802 2012-12-03 Leo Liu <sdl.web@gmail.com>
803
804 * files.el (dir-locals-read-from-file): Check file non-empty
805 before reading. (Bug#13038)
806
807 2012-12-03 Glenn Morris <rgm@gnu.org>
808
809 * jka-cmpr-hook.el (jka-compr-get-compression-info):
810 Remove any version extension before checking filename. (Bug#13006)
811 (jka-compr-compression-info-list): Belated :version bump.
812
813 2012-12-03 Chong Yidong <cyd@gnu.org>
814
815 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
816
817 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
818 (buffer-menu): Doc fix (Bug#12294).
819
820 2012-12-03 Roland Winkler <winkler@gnu.org>
821
822 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
823 of diary-show-all-entries in the diary buffer (Bug#12994).
824
825 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
826
827 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
828 "<STDIN>". This is binary safe.
829
830 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
831
832 * calc/calc-forms.el (math-absolute-from-iso-dt)
833 (math-date-to-iso-dt, math-parse-iso-date-validate)
834 (math-iso-dt-to-date): New functions.
835 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
836 (math-fd-isoweekday): New variables.
837 (calc-date-notation, math-parse-standard-date, math-format-date)
838 (math-format-date-part): Add support for more formatting codes.
839
840 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
841
842 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
843 current buffer's file name when called interactively (Bug#12488).
844
845 2012-12-02 Juri Linkov <juri@jurta.org>
846
847 * info.el (info-display-manual): Don't clobber an existing Info
848 buffer (Bug#10770). Add completion (Bug#10771).
849
850 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
851
852 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
853 before using it for comparison (Bug#5297).
854
855 2012-12-01 Jari Aalto <jari.aalto@cante.net>
856
857 * textmodes/css-mode.el (css-current-defun-name): New function.
858 (css-mode): Use it.
859
860 * textmodes/sgml-mode.el (html-current-defun-name): New function.
861 (html-mode): Use it.
862
863 2012-12-01 Chong Yidong <cyd@gnu.org>
864
865 Modularize add-log-current-defun (Bug#2224).
866 Suggested by Jari Aalto.
867
868 * vc/add-log.el (add-log-current-defun-function): Doc fix.
869 (add-log-current-defun): Move mode-specific code to other files.
870 (add-log-lisp-like-modes, add-log-c-like-modes)
871 (add-log-tex-like-modes): Variables deleted.
872
873 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
874 (lisp-mode-variables): Use it.
875
876 * progmodes/cc-mode.el (c-common-init):
877 * progmodes/cperl-mode.el (cperl-mode): Set a value for
878 add-log-current-defun-function.
879
880 * progmodes/m4-mode.el (m4-current-defun-name): New function.
881 (m4-mode): Use it.
882
883 * progmodes/perl-mode.el (perl-current-defun-name): New.
884 (perl-mode): Use it.
885
886 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
887 Use lisp-current-defun-name.
888
889 * textmodes/tex-mode.el (tex-current-defun-name): New.
890 (tex-common-initialization): Use it.
891
892 * textmodes/texinfo.el (texinfo-current-defun-name): New.
893 (texinfo-mode): Use it.
894
895 2012-12-01 Chong Yidong <cyd@gnu.org>
896
897 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
898 * progmodes/autoconf.el (autoconf-mode):
899 * progmodes/js.el (js-mode):
900 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
901 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
902 * progmodes/perl-mode.el (perl-mode):
903 * progmodes/sh-script.el (sh-mode, sh-set-shell):
904 * textmodes/css-mode.el (css-mode):
905 * textmodes/sgml-mode.el (html-mode, sgml-mode)
906 (sgml-tags-invisible, sgml-guess-indent):
907 * textmodes/tex-mode.el (tex-common-initialization)
908 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
909 (doctex-mode, plain-tex-mode, latex-mode):
910 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
911
912 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
913
914 * vc/vc-hg.el (vc-hg-next-revision):
915 Ensure use of default "tip" output format. (Bug#6968)
916
917 2012-12-01 Kim F. Storm <storm@cua.dk>
918
919 * startup.el (fancy-startup-tail): Add a clickable link
920 (Bug#2176).
921
922 2012-12-01 Chong Yidong <cyd@gnu.org>
923
924 * startup.el (fancy-startup-tail): Improve the message about
925 auto-save files (Bug#2176).
926
927 * files.el (recover-session): Improve the descriptive message, and
928 use substitute-command-keys.
929
930 2012-12-01 Glenn Morris <rgm@gnu.org>
931
932 * ido.el (ido-file-internal):
933 Handle other-window, other-frame for dired. (Bug#13036)
934
935 2012-11-30 Glenn Morris <rgm@gnu.org>
936
937 * icomplete.el (icomplete-separator): Fix :version.
938
939 2012-11-30 Chong Yidong <cyd@gnu.org>
940
941 * shell.el (shell): For C-u M-x shell, use an inactive shell
942 buffer as the default (Bug#1975).
943 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
944 (shell-mode): Use them to reapply ansi colorization if Shell mode
945 is re-enabled.
946
947 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
948
949 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
950
951 2012-11-30 Samuel Bronson <naesten@gmail.com>
952
953 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
954 flag to xargs, for compatibility with BSD xargs (Bug#11703).
955
956 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
957
958 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
959 by move-to-column (Bug#3234).
960
961 2012-11-30 Chong Yidong <cyd@gnu.org>
962
963 * longlines.el (longlines-wrap-line, longlines-encode-region):
964 Preserve text properties (Bug#1425).
965
966 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
967
968 * vc/vc.el (vc-register): Allow registering a file which is
969 already registered with a different backend (Bug#10589).
970
971 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
972 Stefan Monnier <monnier@iro.umontreal.ca>
973
974 * icomplete.el: Change separator; add ido-style commands.
975 (icomplete-show-key-bindings): Remove custom var.
976 (icomplete-get-keys): Remove function.
977 (icomplete-forward-completions, icomplete-backward-completions):
978 New commands.
979 (icomplete-minibuffer-map): New var.
980 (icomplete-minibuffer-setup): Use it.
981 (icomplete-exhibit): Don't delay if the list of completions is known.
982 (icomplete-separator): New custom.
983 (icomplete-completions): Use it.
984 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
985 (minibuffer-force-complete-and-exit): New command.
986 (minibuffer--complete-and-exit): New function extracted from
987 minibuffer-complete-and-exit.
988 (minibuffer-complete-and-exit): Use it.
989
990 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
991 error message when the file doesn't exist (bug#12974).
992
993 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
994
995 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
996
997 2012-11-29 Glenn Morris <rgm@gnu.org>
998
999 * files.el (hack-dir-local-variables): Warn if try to set
1000 coding via dir-locals, since it doesn't work. (Bug#7169)
1001
1002 Add desktop support for restoring vc-dir buffers. (Bug#10606)
1003 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
1004 Set buffer-local value of desktop-save-buffer.
1005 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
1006 New functions.
1007 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
1008 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
1009
1010 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
1011 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
1012 Doc fix.
1013 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
1014 Doc fixes.
1015
1016 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
1017
1018 * calc/calc-forms.el (calc-date-notation): Fix regexp
1019 used to find time codes. Fix symbol for seconds.
1020
1021 2012-11-27 Glenn Morris <rgm@gnu.org>
1022
1023 * emacs-lisp/derived.el (derived-mode-make-docstring):
1024 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
1025
1026 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1027
1028 * textmodes/table.el (table-insert): Don't use `symbol-name' on
1029 lexically scoped variables (bug#13005).
1030
1031 2012-11-27 Glenn Morris <rgm@gnu.org>
1032
1033 * vc/vc-hooks.el (vc-mistrust-permissions):
1034 Default to t, to avoid data-loss. (Bug#11490)
1035
1036 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
1037
1038 * progmodes/python.el (python-indent-guess-indent-offset):
1039 If indentation is guessed make python-indent-offset buffer-local.
1040
1041 Fix Imenu regression.
1042 * progmodes/python.el (python-nav-beginning-of-defun):
1043 Fix forward movement when statement(s) separates point from defun.
1044 (python-imenu-prev-index-position): New function.
1045
1046 2012-11-27 Eli Zaretskii <eliz@gnu.org>
1047
1048 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
1049
1050 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1051 Don't set buffer-file-type. Return nil. (Bug#12989)
1052
1053 2012-11-27 Glenn Morris <rgm@gnu.org>
1054
1055 * hippie-exp.el (hippie-expand-try-functions-list):
1056 Re-autoload it. (Bug#12982)
1057
1058 2012-11-27 Eli Zaretskii <eliz@gnu.org>
1059
1060 * descr-text.el (describe-char-padded-string):
1061 Call internal-char-font only on GUI frames. (Bug#11964)
1062
1063 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
1064
1065 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
1066 and obsoletion message.
1067
1068 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1069
1070 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
1071 the constructs to keep outside of the `cl-block' (bug#12977).
1072
1073 2012-11-27 Chong Yidong <cyd@gnu.org>
1074
1075 * mouse.el (mouse-drag-line): Even if the line is not draggable,
1076 keep reading until we get the up-event anyway, in order to process
1077 the up-event for mouse-1-click-follows-link (Bug#12971).
1078
1079 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1080
1081 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
1082 base function is not yet defined (bug#12965).
1083 (ad-activate-advised-definition): Use ad-compile-function.
1084 (ad-activate): Use cond.
1085
1086 2012-11-25 Leo Liu <sdl.web@gmail.com>
1087
1088 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
1089 (Bug#12979)
1090
1091 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
1092
1093 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
1094 reftex-section-info-function in order to be compatible with
1095 Texinfo integration.
1096
1097 * textmodes/reftex.el (reftex-section-pre-regexp)
1098 (reftex-section-post-regexp, reftex-section-info-function):
1099 New variable.
1100 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
1101 reftex-section-post-regexp, and reftex-section-info-function in order
1102 to be compatible with Texinfo integration.
1103
1104 * textmodes/reftex-toc.el (reftex-toc-promote-action):
1105 use reftex-section-pre-regexp variable in order to be compatible with
1106 Texinfo integration.
1107
1108 2012-11-25 Chong Yidong <cyd@gnu.org>
1109
1110 * faces.el: Make face-spec-set more analogous to setq.
1111 (face-spec-set): Change the third arg to specify whether this
1112 function is being called via defface, customize, or a third party.
1113 Set the appropriate symbol properties. Clear the override spec if
1114 setting via Custom. Initialize face if necessary. (Bug#4988)
1115 (face-spec-recalc): Allow theme faces to completely replace the
1116 defface spec, in the same way as custom faces (Bug#8454).
1117
1118 * cus-face.el (custom-declare-face): Move face initialization to
1119 face-spec-set.
1120 (custom-theme-set-faces): Don't initialize the face name here, as
1121 that is now done in face-spec-set.
1122
1123 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
1124 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
1125 Simplify by using the new arg to face-spec-set.
1126
1127 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
1128 reset face-override-spec too, and use custom-declare-face.
1129
1130 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
1131
1132 * term/ns-win.el (ns-initialize-window-system): Move creation of
1133 fontsets here (Bug#11964).
1134
1135 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
1136
1137 * ses.el (ses-rename-cell): Correct bug on mode-line update after
1138 cell renaming.
1139
1140 2012-11-24 Chong Yidong <cyd@gnu.org>
1141
1142 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
1143 obsolete.
1144
1145 * custom.el (custom-theme-set-variables): Use a topological sort
1146 for ordering by custom dependencies (Bug#12952).
1147 (custom--sort-vars, custom--sort-vars-1): New functions.
1148
1149 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1150
1151 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
1152 lexical-binding (bug#12938).
1153
1154 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
1155
1156 * image-mode.el (image-transform-check-size): Use assertions only
1157 for images of type imagemagick.
1158
1159 Otherwise no error, image-transform-fit-to-{width,height} is
1160 silently ignored, as before. Doc fix.
1161
1162 2012-11-24 Chong Yidong <cyd@gnu.org>
1163
1164 * faces.el (color-defined-p): Doc fix (Bug#12853).
1165
1166 2012-11-24 Juri Linkov <juri@jurta.org>
1167
1168 * dired.el (dired-mark): Add optional arg `interactive'.
1169 Check for `use-region-p' if `interactive' is non-nil.
1170 (dired-unmark, dired-flag-file-deletion): Add optional arg
1171 `interactive'. Call `dired-mark' with the arg `interactive'.
1172 (Bug#10624)
1173
1174 * wdired.el: Revert 2012-10-17 change partly and replace it with
1175 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
1176 (wdired-finish-edit): Add marks for new file names to
1177 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
1178 after `revert-buffer'.
1179 (wdired-do-renames): Remove calls to `dired-remove-file',
1180 `dired-add-file', `dired-add-entry'. (Bug#11795)
1181
1182 2012-11-24 Alan Mackenzie <acm@muc.de>
1183
1184 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
1185
1186 Fix bugs in the state cache. Enhance a debugging mechanism.
1187 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
1188 "brace at column zero" strategy for C++.
1189 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
1190 (c-parse-state-point): New variable.
1191 (c-record-parse-state-state): Record old parse state with
1192 `copy-tree'. Record previous value of point.
1193 (c-debug-parse-state-double-cons): New debugging function.
1194 (c-debug-parse-state): Call the above new function.
1195 (c-toggle-parse-state-debug): Output a confirmatory message.
1196
1197 * progmodes/cc-mode.el (c-before-change, c-after-change):
1198 Call c-invalidate-state-cache from `c-before-change' instead of
1199 `c-after-change'.
1200
1201 2012-11-23 Chong Yidong <cyd@gnu.org>
1202
1203 * find-cmd.el (find-constituents): Add executable, ipath,
1204 readable, samefile, writable, daystart, regextype (Bug#12856).
1205
1206 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1207
1208 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
1209
1210 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1211
1212 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
1213 definition. This fixes a bootstrap failure.
1214 (calc-gregorian-switch): In menu, put dates before regions.
1215 This is easier to follow, lines up better in the menu, and lets us
1216 coalesce regions that switch at the same time. Give country
1217 names, not "Vatican", as that's better for non-expert users.
1218 Use names that are stable between the date of switch and now, e.g.,
1219 Bohemia and Moravia (which existed then and now) and not
1220 Czechoslovakia (which didn't exist then and doesn't exist now).
1221 What is now the U.S. mostly did not switch at the same time as
1222 Britain, so omit the U.S. Correct spelling of "Britain".
1223 Catholic Switzerland was too much of a mess, so omit it.
1224
1225 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1226
1227 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
1228 after the variable is changed.
1229
1230 2012-11-21 Daniel Colascione <dancol@dancol.org>
1231
1232 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
1233 in SQL declarations for font-lock.
1234 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
1235
1236 2012-11-21 Glenn Morris <rgm@gnu.org>
1237
1238 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
1239 (face-italic-p): Add optional argument "inherit".
1240
1241 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
1242 Remove -p suffix from names, for consistency with other set-face-*.
1243 (set-face-inverse-video): Fix interactive spec.
1244 * play/gamegrid.el (gamegrid-make-mono-tty-face):
1245 * textmodes/table.el (table--update-cell-face):
1246 Use set-face-inverse-video rather than now obsolete alias.
1247
1248 2012-11-21 Eli Zaretskii <eliz@gnu.org>
1249
1250 * simple.el (line-move): Don't call line-move-partial if
1251 scroll-conservatively is in effect. (Bug#12927)
1252
1253 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1254
1255 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
1256 Fallback on completion-at-point rather than
1257 pcomplete-expand-and-complete, and only if pcomplete actually failed.
1258 (eshell-cmpl-initialize): Setup completion-at-point.
1259
1260 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
1261
1262 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
1263
1264 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
1265
1266 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
1267 are remote, check out-of-band property for both.
1268
1269 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * window.el (switch-to-buffer): Re-add the warning that was lost in the
1272 code rewrite.
1273
1274 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1275
1276 More minor time fixes.
1277 * calendar/time-date.el: Commentary fix.
1278 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
1279 too much other code depends on (0 0) time stamps.
1280 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
1281 Add a couple of FIXME comments.
1282
1283 Minor cleanup for times as lists of four integers.
1284 * files.el (dir-locals-directory-cache):
1285 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
1286 Doc fixes.
1287 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
1288 * ps-bdf.el (bdf-file-newer-than-time):
1289 Process four-integers time stamps, not two. Doc fixes.
1290
1291 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1292
1293 * uniquify.el (uniquify-managed): Use defvar-local.
1294 (rename-buffer, create-file-buffer): Advise with advice-add.
1295 (uniquify-unload-function): Unadvise accordingly.
1296
1297 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
1298 (trace-buffer): Don't purecopy.
1299 (trace-entry-message, trace-exit-message): Add `context' arg.
1300 (trace--timer): New var.
1301 (trace-make-advice): Adjust for use in nadvice.
1302 Add `context' argument. Delay `display-buffer' via a timer.
1303 (trace-function-internal): Use advice-add.
1304 (trace--read-args): New function.
1305 (trace-function-foreground, trace-function-background): Use it.
1306 (trace-function): Rename to trace-function-foreground and redefine as
1307 an alias to that new name.
1308 (untrace-function, untrace-all): Adjust to the use of nadvice.
1309
1310 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
1311
1312 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
1313
1314 * subr.el (called-interactively-p-functions): New var.
1315 (internal--called-interactively-p--get-frame): New macro.
1316 (called-interactively-p, interactive-p): Rewrite in Lisp.
1317 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
1318 (called-interactively-p-functions): Use it.
1319 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
1320 (called-interactively-p-functions): Use it.
1321 * allout.el (allout-called-interactively-p): Don't assume
1322 called-interactively-p is a subr.
1323
1324 2012-11-20 Glenn Morris <rgm@gnu.org>
1325
1326 * profiler.el (profiler-report-mode-map): Add a menu.
1327 No need to bind `q' because we derive from special-mode.
1328 (profiler-report-find-entry): Handle calls from the menu-bar.
1329
1330 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1331
1332 * emacs-lisp/byte-run.el (defun-declarations-alist):
1333 Allow a compiler-macro to be a lambda expression.
1334
1335 * progmodes/python.el: Use cl-lib. Move var declarations outside of
1336 eval-when-compile.
1337 (python-syntax-context): Add compiler-macro.
1338 (python-font-lock-keywords): Simplify with De Morgan.
1339
1340 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
1341
1342 * files.el (load-file): Require match in minibuffer selection, as was
1343 the case in Emacs-20 before we changed the spec to allow .elc files
1344 (bug#12935).
1345
1346 * json.el: Don't require cl since we don't use it.
1347 * color.el: Don't require cl.
1348 (color-complement): `caddr' -> `nth 2'.
1349
1350 * calendar/time-date.el (time-to-seconds): De-obsolete.
1351
1352 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1353
1354 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
1355 year numbers.
1356 (math-date-to-julian-dt): Adjust the initial approximation for the
1357 year to deal with the new definition of the DATE.
1358
1359 2012-11-19 Daniel Colascione <dancol@dancol.org>
1360
1361 * term/w32-win.el (cygwin-convert-path-from-windows):
1362 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
1363
1364 2012-11-18 Chong Yidong <cyd@gnu.org>
1365
1366 * filecache.el (file-cache--read-list): New function.
1367 (file-cache-add-directory-list, file-cache-add-file-list)
1368 (file-cache-delete-file-list, file-cache-delete-directory-list):
1369 Use it to read a list of files or directories (Bug#12846).
1370 (file-cache-add-file, file-cache-add-directory)
1371 (file-cache-delete-file-list, file-cache-delete-file-regexp)
1372 (file-cache-delete-directory): Print an message.
1373
1374 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
1375
1376 * calc/calc-forms.el (math-date-to-dt): Use integer date when
1377 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
1378
1379 2012-11-18 Glenn Morris <rgm@gnu.org>
1380
1381 * image.el (insert-image, insert-sliced-image): Doc fix.
1382
1383 2012-11-18 Chong Yidong <cyd@gnu.org>
1384
1385 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
1386 (Bug#12810).
1387
1388 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
1389
1390 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
1391 response when the target file is in a subdirectory (Bug#12757).
1392
1393 2012-11-18 Chong Yidong <cyd@gnu.org>
1394
1395 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
1396
1397 2012-11-18 Glenn Morris <rgm@gnu.org>
1398
1399 * emacs-lisp/cl-lib.el (face-underline-p):
1400 Use set-face-underline rather than the alias set-face-underline-p.
1401
1402 * window.el (with-temp-buffer-window): Doc fix.
1403 * subr.el (with-output-to-temp-buffer):
1404 Add doc xref to with-temp-buffer-window.
1405
1406 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
1407
1408 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
1409 * calc/calc.el (math-format-date-cache): Declare.
1410
1411 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1412
1413 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
1414 It also uses January 1, 1 AD as its day number 1.
1415 * calc/calc-forms.el (math-julian-date-beginning)
1416 (math-julian-date-beginning-int): Implement this.
1417
1418 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
1419
1420 * descr-text.el (quail-find-key):
1421 * dired.el (desktop-file-name):
1422 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
1423 * generic-x.el (comint-mode, comint-exec):
1424 * image-dired.el (widget-forward):
1425 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
1426 (speedbar-change-expand-button-char)
1427 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
1428 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
1429 * printing.el (easy-menu-add-item, easy-menu-remove-item)
1430 (widget-field-action, widget-value-set):
1431 * speedbar.el (imenu--make-index-alist):
1432 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
1433 (ring-length, ring-insert):
1434 * vcursor.el (compare-windows-skip-whitespace):
1435 * woman.el (dired-get-filename):
1436 Declare functions.
1437
1438 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
1439
1440 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
1441
1442 * calc/calc.el (calc-gregorian-switch): New variable.
1443
1444 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
1445 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
1446 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
1447 (math-leap-year-p): Add option to distinguish between Julian
1448 and Gregorian calendars.
1449 (math-day-number): Use `math-day-in-year' to do the computations.
1450 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
1451 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
1452 to do the computations.
1453 (math-date-to-dt): Use `math-date-to-julian-dt' and
1454 `math-date-to-gregorian-dt' to do the computations.
1455 (calcFunc-weekday, math-format-date-part): Use the new version of
1456 the DATE to determine the weekday.
1457 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
1458 when necessary.
1459
1460 2012-11-17 Eli Zaretskii <eliz@gnu.org>
1461
1462 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
1463 Cygwin; otherwise use 'file:'. (Bug#12914)
1464 (cygwin-convert-path-from-windows): Declare, to avoid
1465 byte-compiler warnings.
1466
1467 2012-11-17 Andreas Politz <politza@fh-trier.de>
1468
1469 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
1470 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
1471 prefix and negative numeric prefix args (Bug#12795).
1472
1473 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
1474
1475 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1476 Don't signal an error with a score that is too low to add to the
1477 list of top scores. (Bug#12779)
1478
1479 2012-11-17 Chong Yidong <cyd@gnu.org>
1480
1481 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
1482
1483 * filecache.el (file-cache-add-file): Handle relative file name in
1484 the argument (Bug#12694).
1485
1486 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
1487
1488 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
1489
1490 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
1493
1494 * emacs-lisp/cl-lib.el: Set more meaningful version number.
1495
1496 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1497
1498 * window.el (enlarge-window, shrink-window): Don't mention return
1499 value in doc-string (Bug#12896).
1500 (window--display-buffer): Don't resize frames - it won't work
1501 with all window managers and defeat pop-up-frame-alist.
1502 (display-buffer-alist): In doc-string explain that CONDITION can
1503 be a function and which arguments are passed to it (Bug#12854).
1504 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
1505 expressions (Bug#12854).
1506 (display-buffer): Pass ACTION argument to
1507 display-buffer-assq-regexp.
1508
1509 2012-11-16 Glenn Morris <rgm@gnu.org>
1510
1511 * window.el (fit-frame-to-buffer-bottom-margin)
1512 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
1513
1514 * faces.el (face-underline-p): Use face-attribute-specified-or.
1515
1516 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
1517
1518 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
1519
1520 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
1523
1524 2012-11-16 Glenn Morris <rgm@gnu.org>
1525
1526 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
1527 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
1528
1529 * faces.el (face-underline-p): Doc fix. Handle :underline being
1530 things other than `t' (a string, a list).
1531 (face-inverse-video-p): Doc fix.
1532 (set-face-underline): Rename it back from set-face-underline-p.
1533 Doc fix. Allow interactive input of values other than t.
1534 (read-face-attribute): Apply formatting to :underline,
1535 since like :box and :stipple it can take list values.
1536
1537 * term.el (ansi-term): Don't let C-x escape-char binding
1538 clobber the more standard C-c binding. (Bug#12842)
1539
1540 * subr.el (set-temporary-overlay-map): Doc fix.
1541
1542 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1543
1544 * window.el (record-window-buffer)
1545 (display-buffer-record-window): When copying the markers to
1546 window-point preserve window-point-insertion-type. (Bug#12588)
1547
1548 2012-11-16 Glenn Morris <rgm@gnu.org>
1549
1550 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
1551 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
1552 Use new names for hooks rather than obsolete aliases.
1553
1554 2012-11-15 Daniel Colascione <dancol@dancol.org>
1555
1556 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
1557 prefix instead of "file:" so that when FILE-NAME begins with "//",
1558 as it does when the target file is on a network share, url-handler
1559 isn't confused.
1560
1561 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1562
1563 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
1564 a preactivated advice from an old advice.el; they're not compatible!
1565
1566 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1567
1568 * emacs-lisp/nadvice.el (advice--make-interactive-form):
1569 Fix string-spec case.
1570
1571 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
1572
1573 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1574
1575 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
1576 (advice--buffer-local-function-sample): New var.
1577 (advice--set-buffer-local, advice--buffer-local): New functions.
1578 (add-function, remove-function): Use them.
1579
1580 2012-11-15 Drew Adams <drew.adams@oracle.com>
1581
1582 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
1583
1584 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1585
1586 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
1587 potential binding of print-gensym to t, and prettify (back)quotes in
1588 case they appear in args's default values (bug#12884).
1589
1590 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
1593 (advice-eval-interactive-spec): New function.
1594 (advice--make-interactive-form): Support around advice (bug#12844).
1595
1596 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
1597
1598 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
1599 more strict. Add docstring.
1600 (ruby-expression-expansion-re): Extract from
1601 `ruby-match-expression-expansion'.
1602 (ruby-syntax-propertize-function): After everything else, search
1603 for expansions in string literals, mark their insides as
1604 whitespace syntax and save match data for font-lock.
1605 (ruby-font-lock-keywords): Use the 2nd group from expression
1606 expansion matches.
1607 (ruby-match-expression-expansion): Use the match data saved to the
1608 text property in ruby-syntax-propertize-function.
1609
1610 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1611
1612 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
1613 (bug#12879).
1614
1615 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1616
1617 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
1618 start/end keyword a bit harder. Works with different values of N.
1619 Add more comments.
1620 (ruby-end-of-block): Update accordingly.
1621
1622 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1623
1624 * woman.el (woman-file-name): Don't mess with unread-command-events
1625 (bug#12861).
1626
1627 * emacs-lisp/advice.el: Layer on top of nadvice.el.
1628 Remove out of date self-require hack.
1629 (ad-do-advised-functions): Use simple `dolist'.
1630 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
1631 (ad-advice-definition): Redefine as functions.
1632 (ad-advice-classes): Move before first use.
1633 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
1634 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
1635 (ad--defalias-fset): Remove functions.
1636 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
1637 (ad-get-orig-definition): Rewrite.
1638 (ad-make-advised-definition-docstring): Change base docstring.
1639 (ad-real-orig-definition): Rewrite.
1640 (ad-map-arglists): Change name of called function.
1641 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
1642 (ad-make-advised-definition): Simplify.
1643 (ad-assemble-advised-definition): Tweak for new calling context.
1644 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
1645 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
1646 function and call ad-activate if needed.
1647 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
1648 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
1649 (ad-compile-function): Compile ad-Advice-*.
1650 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
1651 (ad-start-advice, ad-stop-advice): Remove.
1652
1653 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1654
1655 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
1656 period before class method names, not after. Remove handling of
1657 one impossible case. Add comments.
1658
1659 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1660
1661 * emacs-lisp/advice.el: Remove support for freezing.
1662 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
1663 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
1664 Remove support for `freeze'.
1665
1666 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
1667 override the default.
1668 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
1669 cl--dotimes/dolist.
1670 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
1671 `cl' is loaded.
1672
1673 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
1674 from add-advice.
1675 (advice--strip-macro): New function.
1676 (advice--defalias-fset): Use them to handle macros.
1677 (advice-add): Use them.
1678 (advice-member-p): Correctly handle macros.
1679
1680 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1681
1682 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1683 Never font-lock the beginning of singleton class as heredoc.
1684
1685 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1686
1687 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
1688
1689 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
1690
1691 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
1692 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
1693 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
1694
1695 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
1696
1697 Fix end-of-defun misbehavior.
1698 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
1699 python-beginning-of-defun-function. Handle nested defuns
1700 correctly.
1701 (python-nav-end-of-defun): Rename from
1702 python-end-of-defun-function. Ensure forward movement.
1703 (python-info-current-defun): Reimplement to work as intended
1704 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
1705 parent defuns as soon as possible.
1706
1707 2012-11-13 Glenn Morris <rgm@gnu.org>
1708
1709 * progmodes/flymake.el (flymake-error-bitmap)
1710 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
1711 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
1712
1713 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1714
1715 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
1716 backward, always stop at indentation. Reverts the change from
1717 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
1718
1719 2012-11-13 Glenn Morris <rgm@gnu.org>
1720
1721 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
1722 Add ibuffer-filter-by-derived-mode.
1723
1724 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
1725 the same name shadowing each other.
1726
1727 * window.el (with-temp-buffer-window): Doc tweak.
1728
1729 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
1730
1731 * help.el (temp-buffer-max-height):
1732 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
1733 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
1734
1735 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1736
1737 * emacs-lisp/nadvice.el: New package.
1738 * subr.el (special-form-p): New function.
1739 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
1740 (elp-all-instrumented-list): Remove var.
1741 (elp-not-profilable): Remove elp-wrapper.
1742 (elp-profilable-p): Use autoloadp and special-form-p.
1743 (elp--advice-name): New const.
1744 (elp-instrument-function): Use advice-add.
1745 (elp--instrumented-p): New predicate.
1746 (elp-restore-function): Use advice-remove.
1747 (elp-restore-all, elp-reset-all): Use mapatoms.
1748 (elp-set-master): Use elp--instrumented-p.
1749 (elp--make-wrapper): Rename from elp-wrapper, return a function
1750 suitable for advice-add. Use cl-inf.
1751 (elp-results): Use mapatoms+elp--instrumented-p.
1752 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
1753 (debug-function-list): Remove var.
1754 (debug): Rename arg, and then let-bind it explicitly inside.
1755 (debugger-setup-buffer): Rename arg.
1756 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
1757 (debugger-frame-number): Adjust to new debug-on-entry setup.
1758 (debug--implement-debug-on-entry): Rename from
1759 implement-debug-on-entry, add argument.
1760 (debugger-special-form-p): Remove, use special-form-p instead.
1761 (debug-on-entry): Use advice-add.
1762 (debug--function-list): New function.
1763 (cancel-debug-on-entry): Use it, along with advice-remove.
1764 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
1765 (debugger-list-functions): Use debug--function-list instead of
1766 debug-function-list.
1767 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
1768 (ad-special-form-p): Remove, use special-form-p instead.
1769 (ad-set-advice-info): Use add-function and remove-function.
1770 (ad--defalias-fset): Adjust accordingly.
1771
1772 2012-11-10 Glenn Morris <rgm@gnu.org>
1773
1774 * mail/emacsbug.el (report-emacs-bug-tracker-url)
1775 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
1776 (report-emacs-bug-create-existing-bugs-buffer)
1777 (report-emacs-bug-parse-query-results)
1778 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
1779
1780 * term.el (term-default-fg-color, term-default-bg-color):
1781 Make obsolete, rather than just saying "deprecated" in the doc.
1782
1783 * term.el (term): Rename from `term-face'.
1784 (term-current-face, ansi-term-color-vector)
1785 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
1786 Update all users.
1787
1788 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
1789
1790 * server.el (server-create-window-system-frame): Handle Nextstep
1791 specially (Bug#12780).
1792
1793 2012-11-10 Glenn Morris <rgm@gnu.org>
1794
1795 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1796 Unautoload, and make obsolete. (Bug#7449)
1797
1798 2012-11-10 Chong Yidong <cyd@gnu.org>
1799
1800 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
1801 rename from diff-remove-trailing-whitespace (Bug#12831).
1802
1803 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1804
1805 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
1806 miscompilation of trace.el.
1807
1808 2012-11-10 Glenn Morris <rgm@gnu.org>
1809
1810 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
1811
1812 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
1815 (bug#12812).
1816
1817 2012-11-10 Chong Yidong <cyd@gnu.org>
1818
1819 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
1820 a defcustom with an appropriate :set function.
1821 (minibuffer-default--in-prompt-regexps): New function.
1822
1823 2012-11-10 Glenn Morris <rgm@gnu.org>
1824
1825 * emacs-lisp/cl.el (define-setf-expander, defsetf)
1826 (define-modify-macro): Doc fixes.
1827
1828 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
1829 (gv-define-simple-setter): Update doc of `fix-return'.
1830
1831 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1832
1833 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
1834 twice when `fix-return' is set (bug#12813).
1835
1836 * emacs-lisp/cl.el (defsetf): Pass the third arg to
1837 gv-define-simple-setter (bug#12812).
1838
1839 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
1840 (bug#12756).
1841
1842 2012-11-10 Glenn Morris <rgm@gnu.org>
1843
1844 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
1845
1846 * emacs-lisp/cl-extra.el (cl-prettyexpand):
1847 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
1848 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
1849 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
1850
1851 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
1852
1853 2012-11-10 Leo Liu <sdl.web@gmail.com>
1854
1855 * ido.el (ido-set-matches-1): Improve flex matching performance by
1856 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
1857
1858 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1859
1860 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
1861 (ad--defalias-fset): New function.
1862 (ad-safe-fset): Remove.
1863 (ad-make-freeze-definition): Use cl-letf*.
1864
1865 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1866
1867 * subr.el (dolist): Don't bind VAR in RESULT.
1868
1869 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
1870 (fset, documentation): Don't save real def since we don't advise.
1871 (ad-do-advised-functions): Remove problematic `result-form'.
1872 (ad-safe-fset): `ad-real-fset' => `fset'.
1873 (ad-read-advised-function): Don't assume that ad-do-advised-functions
1874 uses CL's dolist internally.
1875 (ad-arglist): Remove unused arg `name'.
1876 (ad-docstring, ad-make-advised-docstring):
1877 `ad-real-documentation' => `documentation'.
1878 (warning-suppress-types): Declare.
1879 (ad-set-arguments): Simple CSE.
1880 (ad-recover-normality): Sanity check.
1881
1882 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
1883 (funcall '(lambda ..) ..) into ((lambda ..) ..).
1884
1885 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
1886
1887 * ses.el: symbol to coordinate mapping is made by symbol property
1888 `ses-cell'. This means that the same mapping is done for all SES
1889 sheets. That is good enough for cells with standard A1 names, but
1890 not for named cell. So a hash map is added for the latter.
1891 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
1892 (ses-sym-rowcol): Use hashmap for named cell.
1893 (ses-is-cell-sym-p): New defun.
1894 (ses-decode-cell-symbol): New defun.
1895 (ses-create-cell-variable): Add cell to hashmap when name is not
1896 A1-like.
1897 (ses-rename-cell): Check that cell new name is not already in
1898 spreadsheet with the use of ses-is-cell-sym-p
1899 (ses-rename-cell): Use hash map for named cells, but accept also
1900 renaming back to A1-like.
1901
1902 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1903
1904 * emacs-lisp/advice.el: Use new dynamic docstrings.
1905 (ad-make-advised-definition-docstring, ad-advised-definition-p):
1906 Use dynamic-docstring-function instead of ad-advice-info.
1907 (ad--make-advised-docstring): New function extracted from
1908 ad-make-advised-docstring.
1909 (ad-make-advised-docstring): Use it.
1910 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
1911 from sql-help.
1912 (sql-help): Use it with dynamic-docstring-function.
1913
1914 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
1915
1916 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1917
1918 * files.el (hack-one-local-variable--obsolete): New function.
1919 (hack-one-local-variable): Use it for obsolete settings.
1920
1921 * subr.el (locate-user-emacs-file): If both old and new name exist, use
1922 the new name.
1923
1924 * progmodes/js.el (js--filling-paragraph): New var.
1925 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
1926 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
1927 less sneaky.
1928
1929 2012-11-08 Julien Danjou <julien@danjou.info>
1930
1931 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
1932 `auto-mode-alist' (Bug#12835).
1933
1934 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1935
1936 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
1937 (perl--prettify-symbols-alist): New const.
1938 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
1939 New functions.
1940 (perl-font-lock-keywords-2): Use them.
1941 (perl-electric-noindent-p): New function.
1942 (perl-mode): Use it to set up electric-indent-mode.
1943 (perl-electric-terminator, perl-indent-command): Mark obsolete.
1944 (perl-mode-map): Remove bindings for them.
1945 (perl-imenu-generic-expression, perl-outline-level):
1946 Match functions&packages in column>0.
1947
1948 * env.el (env--substitute-vars-regexp): New const.
1949 (substitute-env-vars): Use it. Add `only-defined' arg.
1950 * net/tramp.el (tramp-replace-environment-variables): Use it.
1951
1952 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
1953 Byte-compile *before* eval in eval-and-compile.
1954 (byte-compile-log-warning): Remove redundant inhibit-read-only.
1955 (byte-compile-file-form-autoload): Don't hide actual definition.
1956 (byte-compile-maybe-guarded): Accept `functionp' as well.
1957
1958 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
1959
1960 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
1961
1962 * notifications.el (notifications-get-server-information-method):
1963 New defconst.
1964 (notifications-get-capabilities): Fix docstring.
1965 (notifications-get-server-information): New defun.
1966
1967 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1968
1969 * textmodes/ispell.el (ispell-region): Standard re-indent for better
1970 readability.
1971
1972 * textmodes/ispell.el: Experimental support for support debugging.
1973 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
1974 buffer for ispell.
1975 (ispell-print-if-debug): New function to print stuff to
1976 `ispell-debug-buffer' if debugging is enabled.
1977 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
1978 show some debugging info.
1979 (ispell-buffer-with-debug): New function that creates a debugging
1980 buffer and calls `ispell-buffer' with debugging enabled.
1981
1982 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
1983 comment in autoconf mode. (Bug#12768)
1984
1985 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
1986
1987 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
1988 frame-first-window, frame-root-window, frame-selected-window,
1989 minibuffer-selected-window, minibuffer-window,
1990 window-absolute-pixel-edges, window-at, window-body-height,
1991 window-body-width, window-display-table, window-combination-limit,
1992 window-frame, window-fringes, window-inside-absolute-pixel-edges,
1993 window-inside-edges, window-inside-pixel-edges, window-left-child,
1994 window-left-column, window-margins, window-next-buffers,
1995 window-next-sibling, window-new-normal, window-new-total,
1996 window-normal-size, window-parameter, window-parameters, window-parent,
1997 window-pixel-edges, window-point, window-prev-buffers,
1998 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
1999 window-start, window-text-height, window-top-child, window-top-line,
2000 window-total-height, window-total-width and window-use-time to the list
2001 of functions without side-effects.
2002 (toplevel): Add window-valid-p to the list of error-free functions
2003 without side-effects.
2004
2005 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2006
2007 * textmodes/ispell.el (ispell-program-name):
2008 Update spellchecker parameters when customized.
2009
2010 2012-11-04 Glenn Morris <rgm@gnu.org>
2011
2012 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
2013
2014 2012-11-04 Chong Yidong <cyd@gnu.org>
2015
2016 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
2017 same-window-* variables.
2018
2019 2012-11-04 Juri Linkov <juri@jurta.org>
2020
2021 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
2022 (isearch-describe-key, isearch-describe-mode): Use a display
2023 action instead of binding same-window-* variables (Bug#10040).
2024
2025 2012-11-03 Glenn Morris <rgm@gnu.org>
2026
2027 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
2028 Rename handler properties back from cl-- to cl-. (Bug#12788)
2029
2030 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
2031
2032 2012-11-03 Eli Zaretskii <eliz@gnu.org>
2033
2034 * term/pc-win.el: Don't load term/internal from here.
2035
2036 * loadup.el: Load term/internal from here.
2037
2038 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
2039
2040 * progmodes/python.el (inferior-python-mode): Fix hang in
2041 jit-lock (Bug#12645).
2042
2043 2012-11-03 Martin Rudalics <rudalics@gmx.at>
2044
2045 * window.el (switch-to-visible-buffer)
2046 (switch-to-buffer-preserve-window-point): Fix doc-strings.
2047
2048 2012-11-03 Glenn Morris <rgm@gnu.org>
2049
2050 * emacs-lisp/cl-lib.el (cl--random-time):
2051 Rename from cl-random-time. (Bug#12773)
2052 (cl--gensym-counter, cl--random-state): Update callers.
2053 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
2054
2055 2012-11-03 Chong Yidong <cyd@gnu.org>
2056
2057 * cus-start.el: Make cursor-type customizable (Bug#11633).
2058
2059 2012-11-02 Glenn Morris <rgm@gnu.org>
2060
2061 * filecache.el: No need to load find-lisp when compiling.
2062 (find-lisp-find-files): Autoload it.
2063 (file-cache-add-directory-recursively): Don't require find-lisp.
2064
2065 * image.el (image-type-from-file-name): Trivial simplification.
2066
2067 * emacs-lisp/bytecomp.el (byte-compile-eval):
2068 Decouple "noruntime" and "cl-functions" warnings.
2069
2070 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
2071
2072 * play/gomoku.el (gomoku-display-statistics): Update mode line
2073 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
2074
2075 2012-10-31 Martin Rudalics <rudalics@gmx.at>
2076
2077 * window.el (quit-restore-window): If the window has been
2078 created on an existing frame and ended up as the sole window on
2079 that frame, do not delete it (Bug#12764).
2080
2081 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * progmodes/sh-script.el (sh--inside-noncommand-expression):
2084 Rename from sh--inside-arithmetic-expression, handle more cases
2085 (bug#11263).
2086
2087 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
2088 (sh-font-lock-open-heredoc): Use it (bug#12770).
2089
2090 2012-10-30 Glenn Morris <rgm@gnu.org>
2091
2092 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
2093
2094 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
2095
2096 2012-10-29 Chong Yidong <cyd@gnu.org>
2097
2098 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
2099 function key is stored in a keyboard macro (Bug#4894).
2100
2101 * thingatpt.el (number-at-point): Apply a thing-at-point property.
2102
2103 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2104
2105 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
2106 header comments".
2107 (diff-unified->context, diff-context->unified)
2108 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
2109
2110 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
2111
2112 * files.el (find-alternate-file): Only ask one question (bug#12487).
2113
2114 2012-10-29 Chong Yidong <cyd@gnu.org>
2115
2116 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
2117 Suggested by Dan Nicolaescu (Bug#6326).
2118
2119 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
2120
2121 * startup.el (fancy-about-screen): Don't message (Bug#12680).
2122
2123 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
2124
2125 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
2126
2127 * face-remap.el (face-remap-add-relative): Handle the case where a
2128 face-remapping-alist entry is a cons cell (Bug#12762).
2129
2130 2012-10-29 Kevin Ryde <user42@zip.com.au>
2131
2132 * woman.el (woman-parse-numeric-value): Handle picas correctly
2133 (Bug#12639).
2134
2135 2012-10-29 Glenn Morris <rgm@gnu.org>
2136
2137 * emacs-lisp/cl.el (defsetf): Doc fix.
2138
2139 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2140
2141 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
2142 syntax to the matching opener, if any (bug#12547).
2143 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
2144 matching open as a "case-(".
2145 (sh-smie-rc-grammar): Add a corresponding rule for it.
2146
2147 2012-10-28 Daniel Hackney <dan@haxney.org>
2148
2149 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
2150 "PKGNAME-autoloads.el" in case we created it.
2151
2152 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
2155 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
2156 (completion--twq-all): Disable too-strict assertions.
2157
2158 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
2159
2160 2012-10-27 Eli Zaretskii <eliz@gnu.org>
2161
2162 * profiler.el (profiler-report-make-entry-part): Fix help-echo
2163 text to match the real keybindings.
2164
2165 2012-10-27 Juri Linkov <juri@jurta.org>
2166
2167 * wdired.el (wdired-keep-marker-rename): New defcustom.
2168 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
2169 (Bug#11795)
2170
2171 * dired.el (dired-keep-marker-rename): Add reference to
2172 `wdired-keep-marker-rename' in the docstring.
2173 Add default character value ?R to display initially in
2174 Customization UI instead of ?@.
2175
2176 2012-10-27 Martin Rudalics <rudalics@gmx.at>
2177
2178 * window.el (display-buffer): In doc-string describe
2179 window-height and window-width alist entries.
2180
2181 * time.el (display-time-world): Restore fit-window-to-buffer
2182 behavior.
2183
2184 2012-10-27 Chong Yidong <cyd@gnu.org>
2185
2186 * subr.el (insert-buffer-substring-as-yank): Doc fix.
2187
2188 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
2189
2190 * minibuffer.el (completion-category-overrides): New completion
2191 category `bookmark' (bug#11131).
2192
2193 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2194
2195 * emacs-lisp/advice.el (ad-assemble-advised-definition):
2196 Silence bogus compiler warnings for ad-do-it.
2197
2198 * bookmark.el (bookmark-completing-read): Set the completion category
2199 to `bookmark' (bug#11131).
2200
2201 2012-10-26 Bastien <bzg@altern.org>
2202 Stefan Monnier <monnier@iro.umontreal.ca>
2203
2204 * face-remap.el: Use lexical-binding.
2205 (text-scale-adjust): Improve docstring. Use itself for the temporary
2206 overlay-map bindings, so as to repeat the "Use..." message each time.
2207
2208 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2209
2210 * emacs-lisp/macroexp.el (macroexp--expand-all):
2211 Obey byte-compile-warning-enabled-p (bug#12486).
2212
2213 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
2214 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
2215
2216 2012-10-26 Martin Rudalics <rudalics@gmx.at>
2217
2218 * mouse.el (mouse-drag-line): Move last form into preceding when
2219 clause (Bug#12731).
2220
2221 * help.el (resize-temp-buffer-window): Fix doc-string.
2222
2223 2012-10-25 David Engster <deng@randomsample.de>
2224
2225 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
2226 Remove. This feature is already integrated in imenu.
2227
2228 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
2229 always loaded. Require `speedbar' unconditionally.
2230
2231 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2232
2233 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
2234
2235 * minibuffer.el (minibuffer-force-complete): Fix thinko.
2236
2237 * net/ldap.el (ldap-search-internal): The official ldif format starts
2238 with a "version: 1" header (bug#12724).
2239
2240 * emacs-lisp/package.el (package-installed-p): Warn if not ready
2241 (bug#12721).
2242
2243 2012-10-25 Glenn Morris <rgm@gnu.org>
2244
2245 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
2246
2247 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2248
2249 * minibuffer.el (minibuffer-force-complete): Use one more marker
2250 for the temporary-overlay-map command (bug#12619).
2251
2252 2012-10-24 Chong Yidong <cyd@gnu.org>
2253
2254 * time.el (display-time-world-mode): Derive from special-mode.
2255 (display-time-world): Use display-buffer (Bug#12708).
2256 (display-time-world-mode-map): Variable deleted.
2257 (display-time-world-display): Wrap the final delete-char inside
2258 inhibit-read-only.
2259
2260 2012-10-24 Chong Yidong <cyd@gnu.org>
2261
2262 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
2263 Doc fix.
2264
2265 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
2266
2267 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * minibuffer.el (completion--all-sorted-completions-location): New var.
2270 (completion--cache-all-sorted-completions)
2271 (completion--flush-all-sorted-completions): Use it.
2272 (completion-in-region, completion-in-region--postch)
2273 (completion-at-point, completion-help-at-point): Use markers in
2274 completion-in-region--data (bug#12619).
2275
2276 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2277
2278 * progmodes/compile.el (compilation-start): Try to handle common
2279 quoting of `cd' argument (bug#12640).
2280
2281 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
2282 (bug#12671).
2283
2284 2012-10-23 Glenn Morris <rgm@gnu.org>
2285
2286 * progmodes/gud.el (gud-menu-map):
2287 Check gdb-active-process is bound. (Bug#12358)
2288
2289 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2290
2291 * repeat.el (repeat): Set real-this-command (bug#12232).
2292
2293 * htmlfontify.el (hfy-post-html-hook):
2294 * filesets.el (filesets-cache-fill-content-hook):
2295 * arc-mode.el (archive-extract-hook):
2296 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
2297 * net/rcirc.el (rcirc-sentinel-functions)
2298 (rcirc-receive-message-functions, rcirc-activity-functions)
2299 (rcirc-print-functions):
2300 * net/dbus.el (dbus-event-error-functions):
2301 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
2302 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
2303 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
2304 * term/sun.el (sun-raw-prefix-hooks):
2305 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
2306
2307 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
2308
2309 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2310 Set `tramp-chunksize' to 1. This improves the performance.
2311 (tramp-smb-wait-for-output): Add timeout to
2312 `tramp-accept-process-output' calls.
2313
2314 2012-10-23 Chong Yidong <cyd@gnu.org>
2315
2316 * faces.el (font-list-limit): Define as an obsolete variable.
2317
2318 * startup.el (command-line):
2319 * cus-start.el: Don't refer to font-list-limit.
2320
2321 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
2322
2323 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 * subr.el (internal-temp-output-buffer-show): Rename from
2326 temp-output-buffer-show, since previously compiled files expect this name.
2327
2328 2012-10-23 Glenn Morris <rgm@gnu.org>
2329
2330 * image.el (image-type-from-file-name): If multiple types match,
2331 return the first one that is supported. (Bug#9045)
2332
2333 2012-10-22 Glenn Morris <rgm@gnu.org>
2334
2335 * image.el (imagemagick-enabled-types): Doc fix.
2336
2337 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
2338
2339 * progmodes/which-func.el (which-func-current): The hash-table may have
2340 an explicit nil (bug#12338).
2341
2342 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2343
2344 * electric.el (electric-pair-delete-selection-self-insert-function):
2345 Rename to electric-pair-will-use-region, return a boolean.
2346 (electric-pair-mode): Adjust accordingly. Don't require delsel.
2347
2348 * delsel.el (delete-selection-helper): Use a function instead of a hook.
2349 (delete-selection-pre-hook): Use use-region-p.
2350 (delete-selection-self-insert-function): Remove.
2351 (self-insert-command): Obey self-insert-uses-region-functions.
2352 (self-insert-iso): Revert to previous setting, since we don't actually
2353 know what that command does.
2354 (delete-selection-self-insert-hooks): Remove.
2355
2356 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
2357
2358 * delsel.el (delete-selection-helper): New function, extracted from
2359 delete-selection-pre-hook.
2360 (delete-selection-pre-hook): Use it.
2361 (delete-selection-self-insert-function): New function.
2362 (delete-selection-self-insert-hooks): New hook.
2363 (self-insert-command, self-insert-iso): Use it.
2364 * electric.el (electric-pair-syntax): New function, extracted from
2365 electric-pair-post-self-insert-function.
2366 (electric-pair-post-self-insert-function): Use it.
2367 (electric-pair-delete-selection-self-insert-function): New function.
2368 (electric-pair-mode): Require delsel and setup
2369 delete-selection-self-insert-hooks (bug#11520).
2370
2371 2012-10-20 Chong Yidong <cyd@gnu.org>
2372
2373 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
2374 no changes to show (Bug#12586).
2375
2376 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
2377 list explicitly (Bug#12571).
2378
2379 2012-10-20 Arne Jørgensen <arne@arnested.dk>
2380
2381 * progmodes/flymake.el (flymake-create-temp-inplace):
2382 Use file-truename.
2383
2384 2012-10-20 Eli Zaretskii <eliz@gnu.org>
2385
2386 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
2387
2388 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2389
2390 * calc/calc-units.el (math-extract-units): Properly extract powers
2391 of units.
2392
2393 2012-10-20 Daniel Colascione <dancol@dancol.org>
2394
2395 * frame.el (make-frame): Set x-display-name as we used to in order
2396 to unbreak creating an X11 frame from an Emacs daemon started
2397 without a display.
2398
2399 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 * minibuffer.el (minibuffer-force-complete): Make the next completion use
2402 the same completion-field (bug#12221).
2403
2404 2012-10-19 Martin Rudalics <rudalics@gmx.at>
2405
2406 * emacs-lisp/debug.el (debug): Record height of debugger window
2407 also when debugger will be back (Bug#8789).
2408
2409 2012-10-18 Chong Yidong <cyd@gnu.org>
2410
2411 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
2412 Convert to defcustom.
2413 (gdb-get-source-file): Don't bind pop-up-windows.
2414
2415 * progmodes/gud.el (gud-display-line): Don't specially re-use
2416 other frames for the gdb-mi case (Bug#12648).
2417
2418 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2419
2420 * emacs-lisp/advice.el: Clean up commentary a bit.
2421 (ad-do-advised-functions, ad-with-originals): Use `declare'.
2422 (byte-code-function-p): Never redefine.
2423
2424 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
2425
2426 2012-10-18 Glenn Morris <rgm@gnu.org>
2427
2428 * dired.el (dired-sort-toggle): Some ls implementations only allow
2429 a single option string. (Bug#12666)
2430
2431 * minibuffer.el (completion-cycle-threshold): Doc fix.
2432
2433 2012-10-17 Kenichi Handa <handa@gnu.org>
2434
2435 * international/mule.el (set-keyboard-coding-system):
2436 Recover input meta mode when the new coding system doesn not use 8-bit.
2437 Supply TERMINAL arg to set-input-meta-mode.
2438
2439 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
2440
2441 * wdired.el (wdired-old-marks): New variable.
2442 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
2443 (wdired-do-renames): Move point with renamed file and don't lose
2444 mark status (Bug#11795).
2445
2446 2012-10-16 Juri Linkov <juri@jurta.org>
2447
2448 * replace.el (query-replace-help): Mention multi-buffer replacement
2449 keys in the Help message. (Bug#12655)
2450
2451 2012-10-15 Chong Yidong <cyd@gnu.org>
2452
2453 * emacs-lisp/byte-run.el (defsubst): Doc fix.
2454
2455 2012-10-14 Eli Zaretskii <eliz@gnu.org>
2456
2457 * window.el (display-buffer): Doc fix.
2458
2459 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2460 Adjust the msft regexp to the output of Studio 2010, and move msft
2461 before edg-1. See the discussion on emacs-devel,
2462 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
2463 for the details.
2464
2465 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
2468 (oset): Move uses of object-class-fast macro after its definition.
2469
2470 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
2471
2472 2012-10-13 Chong Yidong <cyd@gnu.org>
2473
2474 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
2475 enabled, re-enable it (Bug#11963).
2476
2477 2012-10-13 Martin Rudalics <rudalics@gmx.at>
2478
2479 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
2480 non-nil, restore window configuration (Bug#12623).
2481
2482 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2483
2484 * help-fns.el (describe-variable, describe-function-1):
2485 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
2486
2487 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
2488
2489 2012-10-12 Glenn Morris <rgm@gnu.org>
2490
2491 * mail/rmailsum.el (rmail-header-summary):
2492 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
2493
2494 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
2495
2496 * progmodes/python.el (python-mode-map):
2497 Replace subtitute-key-definition with proper command remapping.
2498 (python-nav--up-list): Fix behavior for blocks on the same level.
2499
2500 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2501
2502 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
2503
2504 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
2505 changes to the format of load-history.
2506
2507 * international/mule-cmds.el (read-char-by-name): Move let-binding of
2508 completion-ignore-case in case that var is buffer-local (bug#12615).
2509
2510 2012-10-11 Kenichi Handa <handa@gnu.org>
2511
2512 * international/eucjp-ms.el: Re-generated.
2513
2514 2012-10-10 Kenichi Handa <handa@gnu.org>
2515
2516 * select.el (xselect--encode-string): If a coding is specified for
2517 selection, and that is compatible with COMPOUND_TEXT, use it.
2518
2519 2012-10-10 Martin Rudalics <rudalics@gmx.at>
2520
2521 * window.el (switch-to-buffer-preserve-window-point): New option.
2522 (switch-to-buffer):
2523 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
2524
2525 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2526
2527 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
2528 Don't document nil as a useful value (bug#12583).
2529
2530 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
2531
2532 * net/tramp.el (tramp-debug-message):
2533 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
2534 (with-tramp-progress-reporter): Rename from
2535 `tramp-with-progress-reporter'.
2536 (with-tramp-file-property, with-tramp-connection-property):
2537 Move from tramp-cache.el, rename from `with-file-property' and
2538 `with-connection-property', respectively.
2539
2540 * net/tramp-cache.el: Remove `with-file-property' and
2541 `with-connection-property'.
2542
2543 * net/tramp.el:
2544 * net/tramp-gvfs.el:
2545 * net/tramp-sh.el:
2546 * net/tramp-smb.el: Adapt callees.
2547
2548 * net/trampver.el: Update release number.
2549
2550 2012-10-09 Glenn Morris <rgm@gnu.org>
2551
2552 * w32-fns.el (set-message-beep):
2553 * term/w32-win.el (set-message-beep): Update declarations.
2554
2555 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2556
2557 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
2558 (mode-line-widen, mode-line-input-method-map)
2559 (mode-line-coding-system-map, mode-line-remote)
2560 (mode-line-unbury-buffer, mode-line-bury-buffer)
2561 (mode-line-next-buffer, mode-line-previous-buffer):
2562 Replace save-selected-window+select-window => with-selected-window.
2563
2564 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
2565 * progmodes/cc-vars.el (bq-process): Remove, unused.
2566
2567 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
2568
2569 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
2570
2571 Implemented `backward-up-list'-like navigation.
2572 * progmodes/python.el (python-nav-up-list)
2573 (python-nav-backward-up-list): New functions.
2574 (python-mode-map): Define substitute key for backward-up-list to
2575 python-nav-backward-up-list.
2576
2577 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2578
2579 * progmodes/python.el (python-fill-paragraph): Rename from
2580 python-fill-paragraph-function. Fixed fill-paragraph for
2581 decorators (Bug#12605).
2582
2583 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2584
2585 * progmodes/python.el (python-shell-output-filter): Handle extra
2586 carriage return in OSX (Bug#12409).
2587
2588 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2589
2590 Fix shell handling of unbalanced quotes and parens in output.
2591 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
2592 (python-syntax-propertize-function): Use it.
2593 (python-shell-output-syntax-table): New var.
2594 (inferior-python-mode): Prevent unbalanced parens/quotes from
2595 previous output mess with current input context.
2596
2597 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
2598
2599 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
2600 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
2601
2602 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
2603
2604 * ffap.el (ffap-replace-file-component): Support Tramp file name
2605 syntax, not only ange-ftp's one.
2606
2607 2012-10-08 Glenn Morris <rgm@gnu.org>
2608
2609 * cus-start.el (message-log-max): Set :version.
2610
2611 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
2612
2613 2012-10-08 Martin Rudalics <rudalics@gmx.at>
2614
2615 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
2616 the minibuffer window (Bug#10851).
2617
2618 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2619
2620 Enhancements on forward-sexp movement.
2621 * progmodes/python.el (python-nav-beginning-of-statement)
2622 (python-nav-end-of-statement): Return point-marker.
2623 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
2624 (python-info-current-symbol)
2625 (python-info-statement-starts-block-p): Rename from
2626 python-info-beginning-of-block-p.
2627 (python-info-statement-ends-block-p): Rename from
2628 python-info-end-of-block-p.
2629 (python-info-beginning-of-statement-p)
2630 (python-info-end-of-statement-p)
2631 (python-info-beginning-of-block-p, python-info-end-of-block-p):
2632 New functions.
2633
2634 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
2637 frame-selected-windows.
2638
2639 2012-10-08 Daniel Colascione <dancol@dancol.org>
2640
2641 * battery.el (battery-status-function): Check for
2642 w32-battery-status itself, not system-time windows-nt.
2643
2644 * frame.el: Require cl-lib.
2645 (display-format-alist): New variable mapping frame types to
2646 functions that initialize them.
2647 (window-system-for-display): New function: interprets
2648 display-format-alist.
2649 (make-frame-on-display): Remove existing display-selection logic
2650 and just forward to make-frame, which will now DTRT.
2651 (make-frame): Restructure to use window-system-for-display to
2652 figure out how to create a frame on a given display.
2653 (display-mouse-p): Look for frame-type w32, not a particular
2654 system-type.
2655
2656 * loadup.el: Load w32 lisp code when we have the w32 feature.
2657
2658 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
2659 system-type windows-nt.
2660
2661 * server.el (server-create-window-system-frame): Look for window
2662 type.
2663 (server-proces-filter): Only force a window system when windows-nt
2664 _and_ w32. Explain why.
2665
2666 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
2667 of window systems we configure for the mode.
2668
2669 * startup.el (command-line): Mark window system is initialized
2670 after we've done it.
2671
2672 * common-win.el (x-select-text): Look for w32, not windows-nt.
2673
2674 * ns-win.el: Require cl-lib. Add ourselves to
2675 display-format-alist.
2676 (ns-initialize-window-system): Assert we're not initialized twice.
2677
2678 * w32-win.el: Enable lexical binding; require cl-lib; add
2679 ourselves to display-format-alist.
2680 (w32-handle-dropped-file): Convert incoming dropped files from
2681 Windows paths to Cygwin ones before passing them on to the rest of
2682 Emacs.
2683 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
2684 (w32-initialize-window-system): Assert we're not initialized twice.
2685
2686 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
2687 (x-initialize-window-system): Assert we're not initialized twice.
2688
2689 * w32-common-fns.el: New File.
2690 (w32-version, w32-using-nt, w32-get-clipboard-data)
2691 (w32-set-clipboard-data, x-set-selection, x-get-selection)
2692 (w32-charset-info-alist, x-last-selected, text)
2693 (x-get-selection-value, x-selection-value): Move here.
2694
2695 * w32-fns.el: Require w32-common-fns.
2696 (w32-version, w32-using-nt, w32-get-clipboard-data)
2697 (w32-set-clipboard-data, x-set-selection, x-get-selection)
2698 (w32-charset-info-alist, x-last-selected, text)
2699 (x-get-selection-value, x-selection-value): Move to
2700 w32-common-fns.
2701
2702 * w32-vars.el:
2703 (w32-allow-system-shell, w32-system-shells): Define only in
2704 non-cygwin case.
2705
2706 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2707
2708 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
2709 (read-passwd): Remove a few more potential sources of leaks.
2710
2711 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
2712
2713 * progmodes/python.el (inferior-python-mode)
2714 (python-shell-make-comint): Fix initialization of local
2715 variables copied from parent buffer.
2716
2717 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
2718
2719 * term/ns-win.el (ns-read-file-name): Update declaration to match
2720 nsfns.m.
2721 (ns-respond-to-change-font): Change fontsize separatly so we are sure
2722 it is set when font is acted upon.
2723
2724 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
2725
2726 Enhancements to indentation.
2727 * progmodes/python.el (python-indent-context): Give priority to
2728 inside-string context. Make comments indentation markers.
2729 (python-indent-region): Do not mess with strings, unless it's the
2730 enclosing set of quotes.
2731
2732 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2733
2734 * window.el (internal--before-save-selected-window)
2735 (internal--after-save-selected-window): New functions extracted from
2736 save-selected-window. Make sure we return the `alist' we construct.
2737 (save-selected-window): Use them.
2738
2739 * textmodes/tex-mode.el (tex-recenter-output-buffer):
2740 Use with-selected-window.
2741
2742 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
2743 forms that define macros (bug#12593).
2744
2745 2012-10-07 Kenichi Handa <handa@gnu.org>
2746
2747 * international/mule-conf.el (compound-text-with-extensions):
2748 Add :mime-charset property as x-ctext.
2749
2750 2012-10-07 Stefan Merten <smerten@oekonux.de>
2751
2752 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
2753 (rst-indent-literal-normal, rst-indent-literal-minimized)
2754 (rst-indent-comment): Correct :version tag.
2755 (rst-official-cvs-rev): Correct version string.
2756
2757 2012-10-07 Glenn Morris <rgm@gnu.org>
2758
2759 * mail/rmailmm.el (rmail-mime-process-multipart):
2760 Do not confuse a multipart message with an epilogue
2761 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
2762
2763 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
2764
2765 Fix shell output retrieval and comint-prompt-regexp init.
2766 * progmodes/python.el (inferior-python-mode):
2767 (python-shell-make-comint): Fix initialization of
2768 comint-prompt-regexp from copied file local variables.
2769 (python-shell-fetched-lines): Remove var.
2770 (python-shell-output-filter-in-progress): Rename from
2771 python-shell-fetch-lines-in-progress.
2772 (python-shell-output-filter-buffer): Rename from
2773 python-shell-fetch-lines-string.
2774 (python-shell-fetch-lines-filter): Delete function.
2775 (python-shell-output-filter): New function.
2776 (python-shell-send-string-no-output): Use them.
2777
2778 2012-10-07 Glenn Morris <rgm@gnu.org>
2779
2780 * hi-lock.el (hi-lock-process-phrase):
2781 Try to make it less fragile. (Bug#7161)
2782
2783 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
2784
2785 2012-10-06 Glenn Morris <rgm@gnu.org>
2786
2787 * ehelp.el (electric-help-mode): Use help-mode rather than
2788 non-existent mode `help'.
2789 (electric-help-map): Use button-buffer-map. (Bug#10917)
2790
2791 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
2792 (reftex-create-bibtex-footer): Fix custom types.
2793
2794 * progmodes/sh-script.el (sh-indent-after-continuation):
2795 Add explicit :group.
2796
2797 * textmodes/rst.el (rst-preferred-decorations)
2798 (rst-shift-basic-offset): Clarify obsolescence versions.
2799
2800 * profiler.el (profiler): Add missing group :version tag.
2801 * avoid.el (mouse-avoidance-banish-position):
2802 * proced.el (proced-renice-command):
2803 * calc/calc.el (calc-ensure-consistent-units):
2804 * calendar/icalendar.el (icalendar-import-format-uid):
2805 * net/tramp.el (tramp-save-ad-hoc-proxies):
2806 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2807 * progmodes/flymake.el (flymake-error-bitmap)
2808 (flymake-warning-bitmap, flymake-fringe-indicator-position):
2809 * progmodes/sh-script.el (sh-indent-after-continuation):
2810 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
2811 (verilog-before-save-font-hook, verilog-after-save-font-hook):
2812 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
2813 (vhdl-array-index-record-field-in-sensitivity-list)
2814 (vhdl-indent-comment-like-next-code-line):
2815 * textmodes/reftex-vars.el (reftex-ref-style-alist)
2816 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
2817 (reftex-cite-key-separator, reftex-create-bibtex-header)
2818 (reftex-create-bibtex-footer):
2819 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
2820 (rst-indent-literal-normal, rst-indent-literal-minimized)
2821 (rst-indent-comment): Add missing custom :version tags.
2822
2823 * calendar/timeclock.el (timeclock-modeline-display):
2824 Add missing obsolete alias for renamed user option.
2825
2826 * strokes.el (strokes-modeline-string):
2827 * emulation/crisp.el (crisp-mode-modeline-string):
2828 * eshell/esh-mode.el (eshell-status-in-modeline):
2829 Aliases to defcustoms must come before the defcustom.
2830
2831 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
2832 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2833 (cal-tex-cursor-week-monday): Doc fixes.
2834 (cal-tex-cursor-week2-summary): Doc fix.
2835 Rename from cal-tex-cursor-week-at-a-glance.
2836
2837 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
2838 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
2839
2840 * calendar/calendar.el (calendar-mode-map):
2841 Add cal-tex-cursor-week2-summary.
2842
2843 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
2844
2845 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
2846
2847 * subr.el (read-passwd-map): New var.
2848 (read-passwd): Use `read-string' again.
2849 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
2850
2851 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
2852
2853 * register.el (append-to-register, prepend-to-register):
2854 Deactivate mark, as does `copy-to-register' (bug#12389).
2855
2856 2012-10-06 Chong Yidong <cyd@gnu.org>
2857
2858 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
2859
2860 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
2861
2862 * international/characters.el: Fix simple mistake ((car chars) ->
2863 elt), delete duplicated code.
2864
2865 2012-10-06 Glenn Morris <rgm@gnu.org>
2866
2867 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
2868
2869 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
2870
2871 * color.el (color-hsl-to-rgb): Fix incorrect results for
2872 small and large hue values. (Bug#12559)
2873
2874 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
2875
2876 Enhancements to docstring formatting when filling paragraphs.
2877 * progmodes/python.el (python-fill-docstring-style): Rename from
2878 python-fill-string-style. Added new style.
2879 (python-fill-string): Use new style. Better checks for
2880 docstrings.
2881
2882 2012-10-05 Glenn Morris <rgm@gnu.org>
2883
2884 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
2885
2886 * color.el (color-name-to-rgb, color-rgb-to-hex)
2887 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2888 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2889 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2890 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2891
2892 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
2893
2894 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
2895
2896 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
2897 to get the correct size across symlinks.
2898
2899 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
2900
2901 2012-10-04 Juri Linkov <juri@jurta.org>
2902
2903 * replace.el (query-replace-interactive): Declare obsolete.
2904 (query-replace-read-from): Add the last incremental search string
2905 to the list of default values accessible via M-n.
2906 (map-query-replace-regexp): Use `read-regexp'.
2907 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2908 (map-query-replace-regexp, replace-string, replace-regexp):
2909 Fix docstrings to replace mentions of `query-replace-interactive'
2910 with alternatives. (Bug#12526)
2911
2912 2012-10-04 Juri Linkov <juri@jurta.org>
2913
2914 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
2915 (dired-pop-to-buffer): Declare obsolete.
2916 (dired-mark-pop-up): Doc fix.
2917
2918 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
2919
2920 Allow user to set docstring style for fill-paragraph.
2921 * progmodes/python.el
2922 (python-fill-comment-function, python-fill-string-function)
2923 (python-fill-decorator-function, python-fill-paren-function):
2924 Remove :safe for defcustoms.
2925 (python-fill-string-style): New defcustom
2926 (python-fill-paragraph-function): Enhance context detection.
2927 (python-fill-string): Honor python-fill-string-style settings.
2928
2929 2012-10-04 Martin Rudalics <rudalics@gmx.at>
2930
2931 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
2932 after setting its buffer (Bug#10805).
2933
2934 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
2935
2936 Fix cornercase for string syntax.
2937 * progmodes/python.el (python-syntax-propertize-function):
2938 Simplify and enhance the regexp for unescaped quotes. Now it also
2939 matches quotes in weird situations like the single quote in
2940 "something\"'".
2941 (python-syntax-stringify): Simplify num-quotes detecting code.
2942
2943 2012-10-03 Glenn Morris <rgm@gnu.org>
2944
2945 * help-macro.el (three-step-help):
2946 Revert 2012-09-29 change. (Bug#12567)
2947
2948 2012-10-03 Martin Rudalics <rudalics@gmx.at>
2949
2950 * menu-bar.el (kill-this-buffer): Don't do anything when
2951 `menu-frame' is not alive or visible (Bug#8184).
2952
2953 * emacs-lisp/debug.el (debug): When quitting the debugger window
2954 restore current buffer (Bug#12502).
2955
2956 2012-10-02 Chong Yidong <cyd@gnu.org>
2957
2958 * progmodes/hideif.el (hif-lookup, hif-defined):
2959 Handle semantic-c-takeover-hideif.
2960
2961 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
2962
2963 Change sampling interval units from ms to ns.
2964 * profiler.el (profiler-sampling-interval): Change units
2965 from ms to ns, multiplying the default by 1000000 so that
2966 it remains 1 ms.
2967 (profiler-report-cpu-line-format): Give enough room for
2968 the maximum counters on 64-bit hosts.
2969 (profiler-report-render-calltree-1): Call them "CPU samples",
2970 not "Time (ms)", since they are not milliseconds now (and
2971 never really were).
2972
2973 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
2974
2975 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
2976 Fix querying BBDB for entries without a last name (Bug#11580).
2977
2978 2012-10-02 Chong Yidong <cyd@gnu.org>
2979
2980 * emacs-lisp/eieio.el: Restore Version header.
2981
2982 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2983
2984 * vc/diff-mode.el (diff--auto-refine-data): New var.
2985 (diff-hunk): Use it to delay refinement.
2986 (diff-mode): Remove overlays when we turn off font-lock.
2987
2988 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
2989 (table-initialize-table-fixed-width-mode)
2990 (table-set-table-fixed-width-mode): Remove functions.
2991 (table-command-list): Move initialization into declaration.
2992 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
2993 (table-with-cache-buffer): Use `declare'.
2994 (table-span-cell): Simplify via CSE.
2995 (table-fixed-width-mode): Use define-minor-mode.
2996 (table-call-interactively, table-funcall, table-apply): Remove.
2997 (table-function): New function, to replace them.
2998
2999 * bookmark.el (bookmark-search-pattern): Remove var.
3000 (bookmark-read-search-input): Remove function.
3001 (bookmark-bmenu-search): Reimplement using a minibuffer.
3002
3003 * faces.el (modeline): Remove obsolete face name.
3004
3005 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
3006 and give a non-nil default value.
3007 (add-change-log-entry): Simplify accordingly.
3008
3009 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
3010
3011 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
3012 (vc-git-log-edit-toggle-amend): New function.
3013 (vc-git-log-edit-toggle-signoff): New function.
3014 (vc-git-log-edit-mode): New major mode.
3015 (vc-git-log-edit-mode-map): Keymap for it.
3016 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
3017
3018 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
3019 header names.
3020 (log-edit-toggle-header): New function.
3021 (log-edit-extract-headers): Accept function values in HEADERS alist.
3022
3023 2012-10-01 David Engster <deng@randomsample.de>
3024
3025 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
3026 from symbol property and change message to be more consistent with
3027 Emacs proper.
3028 (eieio-describe-generic): Add filename for each implementation.
3029 Fix indices for generic and normal methods.
3030 (eieio-method-def, eieio-class-def): New buttons.
3031 (eieio-help-find-method-definition)
3032 (eieio-help-find-class-definition): New functions.
3033 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
3034 class, constructor and method definitions.
3035
3036 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
3037 information in symbol property.
3038 (scoped-class): Remove.
3039 (eieio-slot-name-index, call-next-method): Check if it is bound.
3040
3041 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
3042
3043 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
3044 (eieio-custom-mode): New major mode.
3045 (eieio-customize-object): Use it.
3046
3047 2012-10-01 Eric Ludlam <zappo@gnu.org>
3048
3049 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
3050 specifying the expected class, and whether subclassing is allowed.
3051 (eieio-persistent-convert-list-to-object):
3052 (eieio-persistent-validate/fix-slot-value)
3053 (eieio-persistent-slot-type-is-class-p): New functions.
3054 (eieio-named::slot-missing): Doc fix.
3055
3056 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
3057 Stop using unused publd variable.
3058
3059 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
3060 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
3061 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
3062 (eieio-speedbar-handle-click): Do not specify a class for the
3063 method. Fixes method invocation order problems with EDE.
3064
3065 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3066
3067 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
3068 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
3069
3070 2012-10-01 Karl Fogel <kfogel@red-bean.com>
3071
3072 * bookmark.el (bookmark-version-control): Give tags in the
3073 :type choices (Bug#12309), and improve doc string.
3074 (bookmark-write-file): Bind `print-circle' to `t' to allow
3075 circular custom bookmark types. (Bug#12503)
3076
3077 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
3078
3079 Revert the FOLLOW-SYMLINKS change for file-attributes.
3080 * files.el (remote-file-name-inhibit-cache, after-find-file):
3081 * time.el (display-time-file-nonempty-p): Undo last change.
3082
3083 * profiler.el (profiler-sampling-interval): Change default back to 1.
3084 See Stefan Monnier in
3085 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
3086
3087 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
3088
3089 Shell output catching a la gud-gdb.
3090 * progmodes/python.el (python-shell-fetch-lines-in-progress)
3091 (python-shell-fetch-lines-string, python-shell-fetched-lines):
3092 New Vars.
3093 (python-shell-fetch-lines-filter): New function.
3094 (python-shell-send-string-no-output): Use them.
3095
3096 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
3097
3098 * profiler.el (profiler-sampling-interval): Rename from
3099 profiler-sample-interval.
3100 (profiler-sampling-interval): Default to 10.
3101 (profiler-find-profile): New command (was profiler-find-log).
3102 (profiler-find-profile-other-window): New command.
3103 (profiler-find-profile-other-frame): New command.
3104 (profiler-profile): Introduce API-level data structure.
3105
3106 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
3107
3108 file-attributes has a new optional arg FOLLOW-SYMLINKS.
3109 * files.el (remote-file-name-inhibit-cache):
3110 * time.el (display-time-file-nonempty-p): Use it.
3111 * files.el (after-find-file): Don't chase links before calling
3112 file-exists-p, as file-exists-p already does the right thing.
3113
3114 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
3115
3116 Merge from standalone RefTeX repository.
3117
3118 The following ChangeLog entries are shortened versions of the
3119 original ones with file paths adapted. A not so strongly edited
3120 version of the original ChangeLog can be found in the commit log.
3121
3122 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
3123 (reftex-arg-cite): Use `reftex-cite-key-separator'.
3124 Correctly handle new value type returned by `reftex-citation'.
3125
3126 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
3127 that entries with whitespace at various places are found.
3128 Doc fix. Include entries that are cross-referenced from cited entries.
3129 Include @String definitions in the resulting bib file. Add header
3130 and footer defined in `reftex-create-bibtex-header' and
3131 `reftex-create-bibtex-footer'.
3132 (reftex-do-citation): Make it possible again to insert
3133 non-existent entries. Save match data when asking for optional
3134 arguments. Return all keys, not just the first one.
3135 (reftex-all-used-citation-keys): Fix regexp to correctly extract
3136 all citations in the same line.
3137 (reftex-parse-bibtex-entry): Accept additional optional argument
3138 `raw' and keep quotes or braces if it is non-nil. Match fields
3139 containing hyphens besides word constituents.
3140 (reftex-get-string-refs): New function.
3141 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
3142 and ask if it should be reread in case it did.
3143 (reftex-pop-to-bibtex-entry)
3144 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
3145 entries with spaces or tabs in front of arguments.
3146 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
3147 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
3148 Match entries containing numbers and symbol constituents.
3149 (reftex-do-citation, reftex-figure-out-cite-format):
3150 Use `reftex-cite-key-separator'.
3151
3152 * textmodes/reftex-dcr.el: Move provide statement to end of file.
3153 (reftex-mouse-view-crossref): Explain why point is set.
3154
3155 * textmodes/reftex-global.el: Whitespace changes.
3156
3157 * textmodes/reftex-index.el: Move provide statement to end of
3158 file.
3159 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
3160 (reftex-index-visit-phrases-buffer): Set marker when visiting
3161 buffer. This allows for returning from the phrases file to the
3162 file one was just editing instead of the file where the last
3163 phrases was added from.
3164 (reftex-index-phrases-syntax-table): New variable. Give ?\"
3165 punctuation syntax as it usually is not used as string quote in
3166 TeX-related modes and may occur unmatched. The change also
3167 prevents fontification of quoted content.
3168 (reftex-index-phrases-mode): Use it.
3169
3170 * textmodes/reftex-parse.el (reftex-parse-from-file):
3171 Move backward one char if a `\' was matched after a section macro.
3172 (reftex-parse-from-file): Use beginning of match instead of end as
3173 bound.
3174
3175 * textmodes/reftex-ref.el: Adapt creation of
3176 `reftex-<package>-<macro>' functions to new structure of
3177 `reftex-ref-style-alist'.
3178 (reftex-reference): Use `reftex-ref-style-list' function.
3179 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
3180 reference macro if `reftex-ref-macro-prompt' is non-nil.
3181 (reftex-reference): Pass refstyle to `reftex-format-special'.
3182 Determine reference macro by looking at
3183 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
3184 Use only one special format function.
3185 (reftex-varioref-vref, reftex-fancyref-fref)
3186 (reftex-fancyref-Fref): Remove definitions. The functions are now
3187 generated from `reftex-ref-style-alist'.
3188 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
3189 Remove.
3190 (reftex-format-special): New function.
3191
3192 * textmodes/reftex-sel.el
3193 (reftex-select-cycle-ref-style-internal): Adapt to new structure
3194 of `reftex-ref-style-alist'. Remove code for testing macro type.
3195 (reftex-select-toggle-varioref)
3196 (reftex-select-toggle-fancyref): Remove.
3197 (reftex-select-cycle-ref-style-internal)
3198 (reftex-select-cycle-ref-style-forward)
3199 (reftex-select-cycle-ref-style-backward): New functions.
3200 (reftex-select-label-map): Use `v' and `V' for general cycling
3201 through reference styles. Add `p' for switching between number
3202 and page reference types.
3203
3204 * textmodes/reftex-toc.el (reftex-re-enlarge):
3205 Call `enlarge-window' only if there is something to do because in Emacs
3206 the horizontal version throws an error even if the parameter is 0.
3207
3208 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
3209 (reftex-plug-into-AUCTeX): Doc fix.
3210 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
3211 string. Adapt to new name.
3212 (reftex-ref-style-alist): Change structure so that it is not
3213 possible to use multiple different package names within a style.
3214 Remove the symbols for symbols for macro type distinction.
3215 Add characters for macro selection.
3216 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
3217 (reftex-create-bibtex-footer): New variables.
3218 (reftex-format-ref-function): Mention third argument of special
3219 format function.
3220 (reftex-ref-style-alist, reftex-ref-style-default-list):
3221 New variables.
3222 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
3223 to new implementation. Mark as obsolete. Add compatibility code
3224 for honoring the variable values in case they are set.
3225 (reftex-cite-format-builtin, reftex-bibliography-commands):
3226 Add support for ConTeXt.
3227 (reftex-format-ref-function, reftex-format-cite-function):
3228 Fix custom type.
3229 (reftex-cite-key-separator): New variable.
3230
3231 * textmodes/reftex.el (reftex-syntax-table-for-bib)
3232 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
3233 `reftex-syntax-table' because parens have to retain their paren
3234 syntax in order for parsing of BibTeX entries like @book(...) to
3235 work.
3236 (reftex-in-comment): Do not error out if `comment-start-skip' is
3237 not set. Deal correctly with escaped comment characters.
3238 (reftex-tie-multifile-symbols): Add doc string.
3239 Initialize `reftex-ref-style-list'.
3240 (reftex-untie-multifile-symbols): Add doc string.
3241 (reftex-add-index-macros): Doc fix.
3242 (reftex-ref-style-activate, reftex-ref-style-toggle)
3243 (reftex-ref-style-list): New functions.
3244 (reftex-mode-menu): Use them. Adapt to new structure of
3245 `reftex-ref-style-alist'.
3246 (reftex-select-with-char): Kill the RefTeX Select buffer when
3247 done.
3248 (reftex-remove-if): New function.
3249 (reftex-erase-all-selection-and-index-buffers)
3250 (reftex-mode-menu): Reference styles are now computed from
3251 `reftex-ref-style-alist'. Fix typo.
3252 (reftex-report-bug): New function.
3253 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
3254 algorithms with O(n log n). Introduce optional argument SORT (not
3255 yet used).
3256
3257 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
3258
3259 Enhancements for triple-quote string syntax.
3260 * progmodes/python.el (python-syntax-propertize-function):
3261 Match both quote cases in one regexp.
3262 (python-syntax-stringify): Handle matches properly.
3263
3264 2012-09-30 Juri Linkov <juri@jurta.org>
3265
3266 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
3267 to nil around the call to `insert' to prevent
3268 directory time modification by lock_file. (Bug#2295)
3269 * tar-mode.el (tar-summarize-buffer): Idem.
3270
3271 2012-09-30 Juri Linkov <juri@jurta.org>
3272
3273 * facemenu.el (list-colors-sort): Add option "Luminance".
3274 (list-colors-sort-key): Implement it.
3275
3276 * vc/diff-mode.el (diff-refine-removed):
3277 * vc/ediff-init.el (ediff-fine-diff-A):
3278 * vc/smerge-mode.el (smerge-refined-removed):
3279 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
3280
3281 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
3282
3283 * term/ns-win.el (x-file-dialog): New function.
3284
3285 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
3286
3287 * ido.el (ido-max-directory-size): Default to nil; the current
3288 default is small for POSIX systems, and impractical on Windows 7
3289 now that lstat returns directory sizes for NTFS.
3290
3291 2012-09-30 Martin Rudalics <rudalics@gmx.at>
3292
3293 In buffer display functions handle window-height/window-width
3294 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
3295 * window.el (window--display-buffer): New argument ALIST.
3296 Obey window-height and window-width alist entries.
3297 (window--try-to-split-window): New argument ALIST.
3298 Bind window-combination-limit to t when the window's size shall be
3299 changed and window-combination-limit equals `window-size'.
3300 (display-buffer-in-atom-window)
3301 (display-buffer-in-major-side-window)
3302 (display-buffer-in-side-window, display-buffer-same-window)
3303 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3304 (display-buffer-pop-up-window, display-buffer-below-selected)
3305 (display-buffer-at-bottom, display-buffer-in-previous-window)
3306 (display-buffer-use-some-window): Adjust all callers of
3307 window--display-buffer and window--try-to-split-window.
3308 (fit-frame-to-buffer): New option.
3309 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
3310 is non-nil.
3311 (display-buffer-in-major-side-window): Evaluate window-height /
3312 window-width alist entries.
3313
3314 * help.el (temp-buffer-resize-frames)
3315 (temp-buffer-resize-regexps): Remove options.
3316 (temp-buffer-resize-mode): Adjust doc-string.
3317 (resize-temp-buffer-window): Don't consult
3318 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
3319 temp-buffer-resize-frames.
3320
3321 * dired.el (dired-mark-pop-up):
3322 Call display-buffer-below-selected with a fit-window-to-buffer alist
3323 entry.
3324
3325 2012-09-30 Chong Yidong <cyd@gnu.org>
3326
3327 * server.el (server-host): Document the security implications.
3328 (server-auth-key): Doc fix.
3329
3330 * startup.el (initial-buffer-choice): Doc fix.
3331
3332 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
3333
3334 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
3335 restriction change.
3336
3337 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
3338
3339 * help-fns.el (help-fns--obsolete): Fix last change.
3340
3341 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
3344 (minor-mode-map-alist): Remove redundant code.
3345
3346 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
3347 visited in a buffer.
3348 (cvs-insert-visited-file): New function.
3349 (find-file-hook): Use it.
3350
3351 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
3352
3353 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
3354 chose face.
3355 (log-edit-empty-buffer-p): Don't require a space after a header.
3356
3357 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
3358
3359 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
3360
3361 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
3362 a proper minor-mode.
3363
3364 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
3365
3366 2012-09-29 Glenn Morris <rgm@gnu.org>
3367
3368 * winner.el (winner-mode): Remove variable (let define-minor-mode
3369 handle it).
3370 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
3371 Doc fixes.
3372 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
3373 (winner-mode): Use define-minor-mode.
3374
3375 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
3376 the full definition in loaddefs, rather than duplicating it.
3377
3378 * help-macro.el (three-step-help): No need to autoload defcustom.
3379
3380 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3381 (inferior-lisp-program, inferior-lisp-load-command)
3382 (inferior-lisp-prompt, inferior-lisp-mode-hook):
3383 No need to autoload defcustoms.
3384
3385 * hippie-exp.el (hippie-expand-try-functions-list)
3386 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
3387 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
3388 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
3389 (hippie-expand-only-buffers): No need to autoload defcustoms.
3390 * progmodes/vhdl-mode.el (vhdl-line-expand):
3391 Explicitly load hippie-exp, so it does not get autoloaded
3392 while hippie-expand-try-functions-list is let-bound.
3393
3394 2012-09-28 Glenn Morris <rgm@gnu.org>
3395
3396 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
3397
3398 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
3399 Only "cl.el" counts as cl these days.
3400
3401 2012-09-28 Juri Linkov <juri@jurta.org>
3402
3403 Display archive errors in the echo area instead of inserting
3404 to the file buffer.
3405
3406 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
3407 to STDERR-TEST that can be a regexp matching a successful output.
3408 Create a temporary file and redirect stderr to it. Search for
3409 STDERR-TEST in the stderr output and display it in the echo area
3410 if no match is found.
3411 (archive-extract-by-file): New function like
3412 `archive-extract-by-stdout' but extracting archives to files
3413 and looking for successful matches in stdout. Function body is
3414 mostly copied from `archive-rar-extract'.
3415 (archive-rar-extract): Use `archive-extract-by-file'.
3416 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
3417
3418 2012-09-28 Leo Liu <sdl.web@gmail.com>
3419
3420 * pcomplete.el (pcomplete-show-completions):
3421 Use minibuffer-message to make pcomplete usable in minibuffer.
3422
3423 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
3424
3425 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3426
3427 * type-break.el: Use lexical-binding.
3428 (type-break-mode): Use define-minor-mode.
3429
3430 * emacs-lisp/pcase.el (pcase--mark-used): New.
3431 (pcase--u1): Use it (bug#12512).
3432
3433 * custom.el (load-theme): Set buffer-file-name so the load is recorded
3434 in load-history with the right file name.
3435
3436 2012-09-28 Tassilo Horn <tsdh@gnu.org>
3437
3438 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
3439 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
3440 (doc-view-get-bounding-box): Make bounding box slicing work for
3441 ODF and DVI documents.
3442
3443 2012-09-28 Glenn Morris <rgm@gnu.org>
3444
3445 * type-break.el (type-break-mode, type-break-interval)
3446 (type-break-good-rest-interval, type-break-keystroke-threshold):
3447 No need to autoload.
3448 (type-break-good-rest-interval, type-break-keystroke-threshold):
3449 Add :set-after.
3450
3451 2012-09-28 Chong Yidong <cyd@gnu.org>
3452
3453 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
3454 Add :version tag.
3455
3456 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3457
3458 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
3459
3460 2012-09-27 Glenn Morris <rgm@gnu.org>
3461
3462 * faces.el (x-display-name): Declare (for without-x builds).
3463
3464 * linum.el (linum-format): Don't autoload it. Improve :type.
3465
3466 * progmodes/tcl.el: Don't require outline when compiling.
3467 (outline-regexp, outline-level): Declare.
3468 * textmodes/sgml-mode.el: Don't require outline when compiling.
3469 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
3470
3471 * term.el (term-ansi-reset):
3472 Try setting term-ansi-face-already-done to nil. (Bug#11785)
3473
3474 * vc/vc.el (vc-next-action): Only gripe about committing read-only
3475 files for RCS and SCCS. (Bug#9781)
3476
3477 2012-09-27 Chong Yidong <cyd@gnu.org>
3478
3479 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
3480 change; value should be t.
3481
3482 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3483
3484 * image-mode.el: Use lexical-binding.
3485 (image-mode-winprops): Use t to stand for the window of
3486 a buffer that's not displayed.
3487 * doc-view.el (doc-view-new-window-function): Handle the new
3488 t in winprops.
3489 (doc-view-enlarge): Make it a real nop if the size is not changed.
3490 (doc-view-display): Handle the case where the buffer is not (yet?)
3491 displayed in any window.
3492 (doc-view-saved-settings): New var.
3493 (doc-view-mode): Use it.
3494 (doc-view-fallback-mode): Set it.
3495
3496 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
3497 Set lexical-binding.
3498 (minibuffer-eldef-shorten-default): New var.
3499 (minibuffer-default-in-prompt-regexps): Use it for new default.
3500 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
3501
3502 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
3503
3504 * international/uni-bidi.el:
3505 * international/uni-category.el:
3506 * international/uni-name.el:
3507 * international/uni-numeric.el: Regenerate.
3508
3509 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
3510 Stefan Monnier <monnier@iro.umontreal.ca>
3511
3512 * profiler.el: New file.
3513
3514 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
3517 (testcover-reinstrument): Simplify with CSE.
3518
3519 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
3520
3521 * window.el (temp-buffer-window-setup): Fix typo in docstring.
3522
3523 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
3524
3525 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
3526 (verilog-auto-input, verilog-auto-insert-lisp)
3527 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
3528 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
3529 (verilog-auto-unused, verilog-auto-wire)
3530 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
3531 newline. Reported by Andrew Jones.
3532 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
3533 Reported by Brad Dobbie.
3534 (verilog-batch-delete-trailing-whitespace):
3535 Create verilog-batch-delete-trailing-whitespace.
3536 Reported by Brad Dobbie.
3537 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
3538 parameters from another module. Reported by Dan Katz.
3539 (verilog-auto, verilog-auto-assign-modport)
3540 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
3541 AUTOINOUTMODPORT for UVM interface module shell generation.
3542 Reported by Brad Dobbie.
3543 (verilog-auto-inst-interfaced-ports): Make default nil, as more
3544 standard behavior.
3545 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
3546 Reported by Matt Martin.
3547
3548 2012-09-25 Martin Rudalics <rudalics@gmx.at>
3549
3550 * window.el (window--resize-child-windows): When resizing child
3551 windows proportionally, process them in reverse order to
3552 preserve the "when splitting a window the new one gets the odd
3553 line" behavior.
3554 (window--resize-root-window-vertically): When resizing the
3555 minibuffer window try to affect only windows at the bottom of the
3556 frame. (Bug#12419)
3557
3558 2012-09-25 Chong Yidong <cyd@gnu.org>
3559
3560 * subr.el (declare): Doc fix.
3561
3562 * help-fns.el (help-fns--obsolete): Handle macros properly.
3563
3564 2012-09-25 Chong Yidong <cyd@gnu.org>
3565
3566 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
3567 this function obsolete.
3568
3569 * calendar/cal-x.el (calendar-two-frame-setup)
3570 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3571 * calendar/calendar.el (american-calendar, european-calendar)
3572 (calendar-for-loop):
3573 * comint.el (comint-dynamic-simple-complete)
3574 (comint-dynamic-complete-as-filename, comint-unquote-filename):
3575 * desktop.el (desktop-load-default):
3576 * dired-x.el (dired-omit-here-always)
3577 (dired-hack-local-variables, dired-default-directory):
3578 * emacs-lisp/derived.el (derived-mode-class):
3579 * emacs-lisp/timer.el (timer-set-time-with-usecs):
3580 * emacs-lock.el (toggle-emacs-lock):
3581 * epa.el (epa-display-verify-result):
3582 * epg.el (epg-sign-keys, epg-start-sign-keys)
3583 (epg-passphrase-callback-function):
3584 * eshell/esh-util.el (eshell-for):
3585 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
3586 (eshell-add-to-window-buffer-names):
3587 * files.el (locate-file-completion):
3588 * imenu.el (imenu-example--create-c-index)
3589 (imenu-example--create-lisp-index)
3590 (imenu-example--lisp-extract-index-name)
3591 (imenu-example--name-and-position):
3592 * international/mule-cmds.el (princ-list):
3593 * international/mule-diag.el (decode-codepage-char):
3594 * international/mule-util.el (detect-coding-with-priority):
3595 * iswitchb.el (iswitchb-read-buffer):
3596 * mail/mailalias.el (mail-complete):
3597 * mail/sendmail.el (mail-sent-via):
3598 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
3599 (mouse-major-mode-menu):
3600 * password-cache.el (password-read-and-add):
3601 * pcomplete.el (pcomplete-parse-comint-arguments):
3602 * progmodes/sh-script.el (sh-maybe-here-document):
3603 * replace.el (query-replace-regexp-eval):
3604 * savehist.el (savehist-load):
3605 * simple.el (choose-completion-delete-max-match):
3606 * term.el (term-dynamic-simple-complete):
3607 * vc/ediff-init.el (ediff-check-version):
3608 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
3609 * vc/vc.el (vc-diff-switches-list):
3610 * view.el (view-return-to-alist-update): Likewise.
3611
3612 * subr.el (eval-next-after-load, makehash, insert-string)
3613 (assoc-ignore-representation, assoc-ignore-case): Use declare to
3614 mark obsolete.
3615 (mode-line-inverse-video): Variable deleted.
3616
3617 * international/mule-util.el (string-to-sequence): Remove.
3618
3619 * calendar/calendar.el (calendar-version):
3620 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
3621 (icalendar-convert-diary-to-ical):
3622 * cus-edit.el (custom-mode):
3623 * ansi-color.el (ansi-color-unfontify-region):
3624 * international/latin1-disp.el (latin1-char-displayable-p):
3625 * progmodes/cwarn.el (turn-on-cwarn-mode):
3626 * progmodes/which-func.el (which-func-update-1):
3627 Use define-obsolete-function-alias.
3628
3629 * net/newst-backend.el (newsticker-cache-filename):
3630 * net/newst-treeview.el (newsticker-groups-filename):
3631 Fix incorrect obsolescence declaration.
3632
3633 * allout.el (allout-passphrase-hint-string): Likewise.
3634 (allout-init): Use a declare form to mark obsolete.
3635
3636 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
3637 this applies to functions.
3638
3639 * iswitchb.el (iswitchb-read-buffer): Move code of
3640 iswitchb-define-mode-map here, and delete that obsolete function.
3641
3642 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
3643 font-lock-reference-face.
3644
3645 2012-09-25 Glenn Morris <rgm@gnu.org>
3646
3647 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
3648 Doc fixes.
3649
3650 * eshell/em-term.el (eshell-term-name):
3651 Default to term-term-name. (Bug#12485)
3652
3653 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
3654
3655 * progmodes/python.el (python-shell-send-buffer): Better handling
3656 of "if __name__ == '__main__':" conditionals when sending the buffer.
3657
3658 2012-09-24 Glenn Morris <rgm@gnu.org>
3659
3660 * eshell/esh-cmd.el (eshell-find-alias-function):
3661 Tighten up file-name regexp. (Bug#12499)
3662
3663 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
3664
3665 Enhancements for triple-quote string syntax.
3666 * progmodes/python.el (python-quote-syntax): Remove.
3667 (python-syntax-propertize-function): New value.
3668 (python-syntax-count-quotes, python-syntax-stringify):
3669 New functions.
3670
3671 2012-09-24 Chong Yidong <cyd@gnu.org>
3672
3673 * mail/supercite.el (sc-version): Remove obsolete function.
3674 (sc-describe): Don't mark as obsolete, since it is bound.
3675 (sc-submit-bug-report): Remove.
3676
3677 * vc/log-edit.el (cvs-changelog-full-paragraphs)
3678 (cvs-commit-buffer-require-final-newline): Remove.
3679 (log-edit-require-final-newline)
3680 (log-edit-changelog-full-paragraphs): Default to t.
3681
3682 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
3683 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
3684 * vc/vc.el (vc-checkout-carefully): Likewise.
3685
3686 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
3687 (emerge-version): Remove.
3688
3689 * progmodes/compile.el (compile-internal): Remove.
3690 (compilation-parse-errors-function): Fix typo.
3691
3692 * international/mule.el (set-char-table-default): Remove.
3693 (set-coding-priority, make-coding-system, generic-char-p)
3694 (charset-list, charset-bytes, charset-id): Use declare to mark
3695 functions as obsolete.
3696
3697 * vc/pcvs-defs.el (cvs-buffer-name-alist)
3698 (cvs-invert-ignore-marks): Remove references to obsolete vars.
3699 * vc/vc-hooks.el (vc-default-registered): Don't use
3700 vc-master-templates.
3701
3702 * font-lock.el (font-lock-reference-face):
3703 Use define-obsolete-variable-alias.
3704
3705 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
3706 * calendar/calendar.el (calendar-font-lock-keywords):
3707 * calendar/diary-lib.el (diary-font-lock-keywords)
3708 (diary-fancy-font-lock-keywords):
3709 * textmodes/reftex-sel.el (reftex-insert-docstruct):
3710 * textmodes/reftex-index.el (reftex-insert-index):
3711 * textmodes/reftex-cite.el (reftex-format-bib-entry):
3712 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3713 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
3714 * progmodes/prolog.el (prolog-font-lock-keywords):
3715 * progmodes/idlwave.el (idlwave-idl-keywords):
3716 * progmodes/ada-mode.el (ada-font-lock-keywords):
3717 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
3718
3719 2012-09-24 Glenn Morris <rgm@gnu.org>
3720
3721 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
3722
3723 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
3724
3725 * progmodes/python.el (python-indent-line): More consistent cursor
3726 movement behavior.
3727
3728 2012-09-23 Stefan Merten <smerten@oekonux.de>
3729
3730 * textmodes/rst.el: Fix compiler warning.
3731
3732 2012-09-23 Roland Winkler <winkler@gnu.org>
3733
3734 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
3735 Transcribe also LaTeX hyphenation.
3736 (bibtex-reformat): Bug fix. Do not quote twice the elements of
3737 bibtex-reformat-previous-options.
3738
3739 2012-09-23 Roland Winkler <winkler@gnu.org>
3740
3741 * proced.el (proced-renice-command): New variable.
3742 (proced-marked-processes): New function.
3743 (proced-with-processes-buffer): New macro.
3744 (proced-send-signal): Use them.
3745 (proced-renice): New command bound to r.
3746
3747 2012-09-23 Roland Winkler <winkler@gnu.org>
3748
3749 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
3750 ibuffer-saved-filter-groups has one element, shortcut the call of
3751 completing-read. (Bug#12331)
3752
3753 2012-09-23 Chong Yidong <cyd@gnu.org>
3754
3755 * bindings.el (mode-line-toggle-read-only):
3756 * bs.el (bs-toggle-readonly):
3757 * buff-menu.el (Buffer-menu-toggle-read-only):
3758 * dired.el (dired-toggle-read-only):
3759 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
3760
3761 2012-09-23 Chong Yidong <cyd@gnu.org>
3762
3763 * image.el (image-type-available-p): Adapt to init-image-library
3764 argument changes.
3765
3766 2012-09-22 Juri Linkov <juri@jurta.org>
3767
3768 * dired.el (dired-mode-map): Add [remap read-only-mode] for
3769 `dired-toggle-read-only'. (Bug#12462)
3770
3771 2012-09-22 Martin Rudalics <rudalics@gmx.at>
3772
3773 * subr.el (temp-output-buffer-show): New function.
3774 (with-output-to-temp-buffer): Call temp-output-buffer-show
3775 instead of internal-temp-output-buffer-show.
3776
3777 2012-09-22 Chong Yidong <cyd@gnu.org>
3778
3779 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
3780 (Bug#12462).
3781
3782 * repeat.el (repeat): Doc fix (Bug#12348).
3783
3784 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
3785 (Bug#10909).
3786
3787 * simple.el (shell-command-on-region): Doc fix.
3788 (read-only-mode): Doc fix.
3789
3790 2012-09-22 Eli Zaretskii <eliz@gnu.org>
3791
3792 * emacs-lisp/timer.el (run-with-idle-timer)
3793 (timer-activate-when-idle): Warn against reinvoking an idle timer
3794 from within its own timer action. (Bug#12447)
3795
3796 2012-09-22 Martin Rudalics <rudalics@gmx.at>
3797
3798 * cus-start.el (window-combination-limit): Add new optional
3799 values.
3800 * window.el (temp-buffer-window-show)
3801 (window--try-to-split-window): Handle new values of
3802 window-combination-limit (Bug#1806).
3803 (split-window): Test window-combination-limit for t instead of
3804 non-nil.
3805 (display-buffer-at-bottom): New buffer display action function.
3806 * help.el (temp-buffer-resize-regexps): New option.
3807 (temp-buffer-resize-mode): Rewrite doc-string.
3808 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
3809 Don't resize reused window. Suggested by Glenn Morris.
3810
3811 2012-09-22 Stefan Merten <smerten@oekonux.de>
3812
3813 * textmodes/rst.el: Revamp section title faces.
3814 (rst-official-version)
3815 (rst-package-emacs-version-alist): Sync with official version
3816 V1.4.0.
3817 (rst-faces-defaults, rst-set-level-default)
3818 (rst-level-face-max, rst-level-face-base-color)
3819 (rst-level-face-base-light, rst-level-face-format-light)
3820 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
3821 (rst-adornment-faces-alist): Match new setup.
3822 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
3823 (rst-level-5, rst-level-6): New faces.
3824
3825 2012-09-22 Chong Yidong <cyd@gnu.org>
3826
3827 * simple.el (undo): Handle indirect buffers (Bug#8207).
3828
3829 2012-09-21 Leo Liu <sdl.web@gmail.com>
3830
3831 IDO: Disable match re-ordering for buffer switching.
3832 * ido.el (ido-buffer-disable-smart-matches): New variable.
3833 (ido-set-matches-1): Use it. (Bug#2042)
3834
3835 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
3836
3837 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
3838 Fix 2011-05-17 change. (Bug#12418)
3839
3840 2012-09-21 Leo Liu <sdl.web@gmail.com>
3841
3842 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
3843
3844 2012-09-21 Glenn Morris <rgm@gnu.org>
3845
3846 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
3847 Be more robust about locating simple.el.
3848
3849 2012-09-21 Glenn Morris <rgm@gnu.org>
3850
3851 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
3852
3853 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
3854
3855 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
3856
3857 2012-09-20 Juri Linkov <juri@jurta.org>
3858
3859 * replace.el (query-replace-read-from): Use `read-regexp' instead
3860 of `read-from-minibuffer' when `regexp-flag' is non-nil.
3861 (occur-read-primary-args): Use `read-regexp' instead of
3862 `read-string'.
3863 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
3864 `read-from-minibuffer'.
3865 * isearch.el (isearch-occur): Use `read-regexp' instead of
3866 `read-string'.
3867 * dired.el (dired-read-regexp): Use `read-regexp' instead of
3868 `read-from-minibuffer'.
3869 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
3870 of `read-string'. (Bug#7567)
3871
3872 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
3873 and allow accepting a list of strings prepended to a list of
3874 standard default values. Doc fix. (Bug#12321)
3875
3876 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
3877
3878 * replace.el (read-regexp): Don't add ": " when PROMPT already
3879 ends with a colon and space. (Bug#12321)
3880
3881 2012-09-20 Tassilo Horn <tsdh@gnu.org>
3882
3883 * doc-view.el (doc-view-display): Better fix for the cl-assertion
3884 error.
3885
3886 2012-09-20 Stefan Merten <smerten@oekonux.de>
3887
3888 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
3889 Fixes feature request bug#11711.
3890 (rst-mode): Create `imenu-create-index-function'.
3891 (rst-get-stripped-line): Delete after refactoring.
3892 (rst-section-tree, rst-section-tree-rec)
3893 (rst-section-tree-point): Refactor and document properly.
3894 (rst-imenu-find-adornments-for-position)
3895 (rst-imenu-convert-cell, rst-imenu-create-index):
3896 New function.
3897
3898 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3899
3900 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
3901 (macroexp--expand-all): Use it.
3902 (macroexp--funcall-and-return): Remove by folding it into its sole
3903 caller (macroexp--warn-and-return).
3904 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
3905 Use macroexp--obsolete-warning.
3906
3907 * calc/calc.el: Fix last change by removing the whole chunk, since it
3908 was only needed back when Calc was not bundled.
3909
3910 2012-09-20 Martin Rudalics <rudalics@gmx.at>
3911
3912 * emacs-lisp/debug.el (debug): Restore assignment to
3913 debugger-old-buffer removed on 2012-09-08.
3914
3915 2012-09-20 Juri Linkov <juri@jurta.org>
3916
3917 * dired-aux.el (dired-diff): Remove (require 'diff) since
3918 `diff-latest-backup-file' is now autoloaded.
3919
3920 2012-09-20 Chong Yidong <cyd@gnu.org>
3921
3922 * vc/diff.el (diff-latest-backup-file): Autoload.
3923
3924 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3925
3926 * calc/calc.el: Remove redundant autoload shape check.
3927 (sel-mode): Don't defvar.
3928 (calc-get-stack-element): Add `sel-mode' arg instead.
3929 (calc-top, calc-top-list): Pass it this additional argument.
3930 * calc/calc-store.el (calc-store-map):
3931 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
3932 (calc-map-equation, calc-outer-product, calc-inner-product):
3933 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
3934
3935 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
3936
3937 2012-09-19 Juri Linkov <juri@jurta.org>
3938
3939 * dired-aux.el (dired-diff): Add (require 'diff) because
3940 `diff-latest-backup-file' is not autoloaded.
3941 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
3942 of `dired-get-filename' to t to not report error when there is
3943 no default file on the current line.
3944
3945 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3946
3947 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
3948 macroexp--eval-if-compile.
3949 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
3950 (macroexp--expand-all): Use them (bug#12371).
3951
3952 * doc-view.el (doc-view-guess-paper-size)
3953 (doc-view-scale-bounding-box): Fix unbound `caddr'.
3954
3955 2012-09-19 Tassilo Horn <tsdh@gnu.org>
3956
3957 New feature: set optimal slice from BoundingBox information.
3958 * doc-view.el (doc-view-mode-map): Add keybinding.
3959 (doc-view-menu): Add menu entry.
3960 (doc-view-set-slice): Adapt docstring.
3961 (doc-view-get-bounding-box, doc-view-guess-paper-size)
3962 (doc-view-scale-bounding-box)
3963 (doc-view-set-slice-from-bounding-box): New functions.
3964 (doc-view-paper-sizes): New defvar.
3965
3966 2012-09-19 Glenn Morris <rgm@gnu.org>
3967
3968 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
3969 (byte-compile-log-warning): Autoload. (Bug#12371)
3970
3971 * calendar/calendar.el (calendar-american-month-header)
3972 (calendar-european-month-header, calendar-iso-month-header)
3973 (calendar-month-header): New options.
3974 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
3975 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
3976
3977 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
3978
3979 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
3980
3981 2012-09-18 Juri Linkov <juri@jurta.org>
3982
3983 * dired-aux.el (dired-diff): Restore original functionality of
3984 getting the default value, but keep new feature of using the
3985 latest existing backup file (`diff-latest-backup-file').
3986
3987 2012-09-18 Juri Linkov <juri@jurta.org>
3988
3989 * dired.el (dired-mark): If the region is active in Transient Mark
3990 mode, mark all files in the active region. Doc fix.
3991 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
3992 Doc fix. (Bug#10624)
3993
3994 2012-09-18 Juri Linkov <juri@jurta.org>
3995
3996 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
3997 attributes for M-n are pulled from the file at point.
3998 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
3999 Suggested by Drew Adams. (Bug#10624)
4000
4001 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
4002
4003 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
4004 whitespace after "end".
4005 (ruby-do-end-to-brace): Collapse block to one line if it fits
4006 within fill-column.
4007
4008 2012-09-18 Martin Rudalics <rudalics@gmx.at>
4009
4010 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
4011 value.
4012 (debug): Don't remove debugger window when debugger is expected
4013 to be back.
4014
4015 2012-09-18 Chong Yidong <cyd@gnu.org>
4016
4017 * custom.el (defface): Doc fix.
4018
4019 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
4020
4021 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
4022
4023 * progmodes/compile.el (compilation-start): Use compilation-always-kill
4024 to initialize query-on-exit; then test that instead (bug#12288).
4025
4026 2012-09-17 Stefan Merten <smerten@oekonux.de>
4027
4028 * textmodes/rst.el: Add support for `testcover'.
4029 (rst-defcustom-testcover, rst-testcover-add-compose)
4030 (rst-testcover-add-1value): New functions.
4031 (rst-portable-mark-active-p): Replace by `use-region-p'.
4032 (rst-update-section, rst-classify-adornment)
4033 (rst-find-title-line): Mark `1value' forms.
4034 (rst-classify-adornment): Remove superfluous form.
4035 (rst-update-section, rst-get-adornments-around)
4036 (rst-adornment-complete-p, rst-get-next-adornment)
4037 (rst-adjust, rst-promote-region)
4038 (rst-display-adornments-hierarchy, rst-straighten-adornments)
4039 (rst-find-pfx-in-region, rst-section-tree-rec)
4040 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
4041 (rst-toc-node, rst-toc, rst-forward-section)
4042 (rst-iterate-leftmost-paragraphs)
4043 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
4044 (rst-bullet-list-region)
4045 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
4046 (rst-compile-find-conf, rst-compile)
4047 (rst-repeat-last-character): Fix style.
4048
4049 2012-09-17 Chong Yidong <cyd@gnu.org>
4050
4051 * comint.el (comint--complete-file-name-data): Don't add a space
4052 if the status is `sole'; that adds a gratuitous space in the
4053 completion-cycling case (Bug#12092).
4054
4055 * pcomplete.el (pcomplete-completions-at-point): Likewise.
4056
4057 2012-09-17 Richard Stallman <rms@gnu.org>
4058
4059 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
4060 only in the mime-shown mode, not in raw mode.
4061 (rmail-mime): Toggle off mime by displaying the message without
4062 mime processing. (Bug#12305)
4063
4064 * mail/rmail.el (rmail-retry-failure):
4065 Turn off mime processing first. (Bug#12037)
4066
4067 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
4068
4069 2012-09-17 Chong Yidong <cyd@gnu.org>
4070
4071 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
4072 (shell-dynamic-complete-functions): Convert to defcustom.
4073 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
4074
4075 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
4076 * comint.el (comint-prompt-read-only):
4077 * custom.el (defcustom):
4078 * hi-lock.el (hi-lock-mode):
4079 * ibuffer.el (ibuffer-formats):
4080 * ielm.el (ielm-prompt-read-only):
4081 * novice.el (disable-command):
4082 * saveplace.el (toggle-save-place):
4083 * speedbar.el (speedbar-supported-extension-expressions):
4084 * startup.el (auto-save-list-file-prefix, init-file-user)
4085 (after-init-hook, inhibit-startup-echo-area-message):
4086 * strokes.el (strokes-help):
4087 * time-stamp.el (time-stamp):
4088 * calendar/calendar.el (calendar, diary-file):
4089 * calendar/diary-lib.el (diary-mail-entries, diary)
4090 (diary-list-entries-hook):
4091 * calendar/holidays.el (holidays, calendar-holidays):
4092 * calendar/lunar.el (lunar-phases):
4093 * calendar/solar.el (sunrise-sunset):
4094 * emulation/edt.el (edt-load-keys):
4095 * emulation/viper.el (viper-mode):
4096 * eshell/em-alias.el (eshell-command-aliases-list):
4097 * eshell/esh-util.el (eshell-convert-numeric-arguments):
4098 * international/ogonek.el (ogonek-information):
4099 * net/tramp-cmds.el (tramp-bug):
4100 * net/quickurl.el (quickurl-reread-hook-postfix):
4101 * play/decipher.el (decipher-font-lock-keywords):
4102 * progmodes/cc-styles.el (c-set-style):
4103 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
4104 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4105 * progmodes/octave-mod.el (octave-mode):
4106 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
4107 * progmodes/verilog-mode.el (verilog-read-defines):
4108 * textmodes/two-column.el (2C-mode): Likewise.
4109
4110 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
4111
4112 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
4113 that holds many addresses.
4114
4115 2012-09-16 Chong Yidong <cyd@gnu.org>
4116
4117 * align.el (align-areas): Call the indication function with
4118 positions instead of markers for arguments (Bug#12343).
4119
4120 * files.el (parse-colon-path): Use split-string (Bug#12351).
4121
4122 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4123 (display-buffer-function): Mark as obsolete.
4124
4125 * progmodes/compile.el (compilation-parse-errors): Accept list
4126 values similar to font-lock-keywords (Bug#12136).
4127 Suggested by Oleksandr Manzyuk.
4128 (compilation-error-regexp-alist): Doc fix.
4129
4130 2012-09-15 Glenn Morris <rgm@gnu.org>
4131
4132 * version.el (emacs-bzr-version-bzr): New function.
4133 (emacs-bzr-get-version): Add optional EXTERNAL argument.
4134
4135 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
4136 checkouts, check the parent dirstate matches the branch.
4137 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
4138 empty string.
4139
4140 * version.el (emacs-bzr-version): Doc fix.
4141 (emacs-bzr-version-dirstate): New function.
4142 (emacs-bzr-get-version): For lightweight checkouts, if the parent
4143 is local try and check that it matches the branch. If not, just
4144 use dirstate information. (Bug#12441)
4145
4146 2012-09-14 Juri Linkov <juri@jurta.org>
4147
4148 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
4149 (Bug#12399)
4150
4151 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4152
4153 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
4154
4155 * emacs-lisp/edebug.el: Miscellaneous cleanup.
4156 Remove obsolete byte-compiler hack that tried to silence some warnings.
4157 (edebug-submit-bug-report): Remove.
4158 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
4159 Remove aliases, use the un-prefixed name instead.
4160 (edebug-pop-to-buffer): Consider other frames.
4161 (edebug-original-read):: Make it more obvious that it's always defined.
4162 (edebug--make-form-data-entry, edebug--form-data-name)
4163 (edebug--form-data-begin, edebug--form-data-end): Rename from the
4164 single-dashed name, and implement with cl-defstruct.
4165 (edebug-set-form-data-entry): Use the standard accessors.
4166 (edebug-make-top-form-data-entry): Use push.
4167 (edebug-no-match): Drop useless `funcall'.
4168 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
4169 to functions.
4170 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
4171 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
4172 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
4173 (easy-menu-define, with-custom-print): Remove redundant specs.
4174 (edebug-outside-overriding-local-map)
4175 (edebug-outside-overriding-terminal-local-map): Remove, unused.
4176 (edebug--display): Bind unread-command-events directly to nil rather
4177 than binding it to unread-command-events and later setting it to nil.
4178 (edebug--display): Kill edebug-eval-buffer here...
4179 (edebug--recursive-edit): ...rather than here.
4180 Bind standard-output and standard-input.
4181 (edebug-eval): Check cl-macroexpand-all is fboundp.
4182 (edebug-temp-display-freq-count): Fix last change.
4183
4184 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
4185 * subr.el (noreturn, 1value): Add `debug' spec.
4186 * emacs-lisp/advice.el: Require cl-lib.
4187 (ad-copy-tree): Remove, use copy-tree instead.
4188 (ad-dolist): Remove use dolist or cl-dolist instead.
4189 (ad-do-return): Remove, use cl-return instead.
4190 (defadvice): Add `debug' spec.
4191
4192 2012-09-13 Juri Linkov <juri@jurta.org>
4193
4194 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
4195 (Bug#12399)
4196
4197 2012-09-13 Glenn Morris <rgm@gnu.org>
4198
4199 * calc/calc.el (math-compose-expr):
4200 * calc/calc-ext.el (math-compose-expr):
4201 * progmodes/cc-defs.el (cl-macroexpand-all):
4202 * progmodes/cc-langs.el (delete-duplicates, mapcan)
4203 (cl-macroexpand-all): Update declarations.
4204
4205 * vc/vc.el: No need to require ediff.
4206 (ediff-load-version-control): Declare.
4207 (ediff-vc-internal): Fix declaration.
4208 (vc-version-ediff): Require ediff.
4209
4210 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4211
4212 Use a more backwards-compatible timer format (Bug#12430).
4213 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
4214 being right after USECS, as that better supports old code that
4215 inadvisedly looked directly at the timer vector.
4216
4217 2012-09-13 Kenichi Handa <handa@gnu.org>
4218
4219 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
4220 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
4221 `coding-priority' property of these language environment.
4222
4223 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4224
4225 Fix glitches caused by addition of psec to timers (Bug#12430).
4226 * image.el (image-animate-timer):
4227 * time.el (display-time-world-timer):
4228 Use timer--function and timer--args rather than raw access to
4229 timer vector.
4230
4231 2012-09-13 Glenn Morris <rgm@gnu.org>
4232
4233 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4234 If not compiling a file, try using load-file-name.
4235
4236 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
4239 Fix last change.
4240 (edebug-update-eval-list): Use `push'.
4241
4242 * emacs-lisp/edebug.el: Use lexical-binding.
4243 Remove the "edebug-" prefix from non-dynamically-scoped variables.
4244 Mark unused args with underscore.
4245 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
4246 (edebug-form-data): Use defvar-local.
4247 (edebug-make-before-and-after-form, edebug-make-after-form):
4248 Use backquote.
4249 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
4250 Not dynamically scoped any more.
4251 (edebug--enter-trace): Add arguments `function' and `args'.
4252 Rename from edebug-enter-trace.
4253 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
4254 (edebug--update-coverage): Add `after-index' and `value' args.
4255 Rename from edebug-update-coverage.
4256 (edebug-slow-after): Call it accordingly.
4257 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
4258 edebug-recursive-edit.
4259 (edebug--display): Call it accordingly. Add args `value',
4260 `offset-index', and `arg-mode'. Rename from edebug-display.
4261 (edebug-debugger, edebug): Call it accordingly.
4262 (edebug-eval-display-list): Use dolist.
4263
4264 2012-09-12 Juri Linkov <juri@jurta.org>
4265
4266 * info.el (Info-search): Don't check for isearch-mode and
4267 isearch-regexp before let-binding search-spaces-regexp to
4268 Info-search-whitespace-regexp.
4269 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
4270 search-whitespace-regexp if isearch-lax-whitespace or
4271 isearch-regexp-lax-whitespace is non-nil.
4272 (Info-mode): Don't set local variable search-whitespace-regexp.
4273 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
4274
4275 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4276
4277 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
4278 (debugger-env-macro): Remove support for unread-command-char.
4279
4280 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
4281 the temporary map re-appearing on emulation-mode-map-alists.
4282
4283 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
4284 since 22.1.
4285
4286 * ehelp.el (with-electric-help): Accept functions in
4287 electric-help-form-to-execute.
4288 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
4289 And replace unread-command-char -> unread-command-events.
4290
4291 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
4292
4293 Sync with Tramp 2.2.6.
4294
4295 * net/tramp.el (tramp-accept-process-output): Don't use
4296 JUST-THIS-ONE in the XEmacs case.
4297
4298 * net/trampver.el: Update release number.
4299
4300 2012-09-12 Martin Rudalics <rudalics@gmx.at>
4301
4302 * emacs-lisp/debug.el (debugger-previous-window-height):
4303 New variable.
4304 (debug): When debugger-jumping-flag is non-nil try to restore
4305 height of debugger window. (Bug#8789)
4306
4307 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
4310 overriding-local-map and pre/post-command-hook here.
4311 (edebug-recursive-edit): Do it here instead (bug#12345).
4312 (edebug-outside-unread-command-char): Remove all uses of
4313 unread-command-char.
4314
4315 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
4316 inhibit-debugger is bound instead.
4317
4318 2012-09-11 Bastien Guerry <bzg@gnu.org>
4319
4320 * subr.el (set-temporary-overlay-map): Add a docstring.
4321 (Bug#12346)
4322
4323 2012-09-11 Bastien Guerry <bzg@gnu.org>
4324
4325 * minibuffer.el (completion-table-subvert): Fix docstring.
4326 (Bug#12347)
4327
4328 2012-09-11 Bastien Guerry <bzg@gnu.org>
4329
4330 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
4331
4332 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
4333
4334 * progmodes/sql.el: Version 3.1
4335 (sql-db2-escape-newlines): New variable.
4336 (sql-escape-newlines-filter): Use it.
4337
4338 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
4339
4340 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
4341
4342 2012-09-10 Dan Nicolaescu <dann@gnu.org>
4343
4344 * vc/diff-mode.el (diff-mode-menu):
4345 Bind diff-remove-trailing-whitespace.
4346
4347 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
4350 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
4351 (emacs-lisp-byte-code-mode): New functions.
4352 (eval-sexp-add-defvars): Don't skip defvars in column >0.
4353 (eval-defun-2): Remove bogus interactive spec.
4354 (lisp-indent-line): Remove redundant whole-exp code, now done in
4355 indent-according-to-mode.
4356 (save-match-data): Remove redundant indent data.
4357
4358 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
4359 Use `declare'.
4360
4361 2012-09-09 Juri Linkov <juri@jurta.org>
4362
4363 * replace.el (replace-regexp-lax-whitespace): New defcustom.
4364 (replace-lax-whitespace, query-replace-regexp)
4365 (query-replace-regexp-eval, replace-regexp): Doc fix.
4366 (perform-replace, replace-highlight): Let-bind
4367 isearch-lax-whitespace to replace-lax-whitespace and
4368 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
4369
4370 * isearch.el (isearch-query-replace): Let-bind
4371 replace-lax-whitespace to isearch-lax-whitespace and
4372 replace-regexp-lax-whitespace to
4373 isearch-regexp-lax-whitespace. (Bug#10885)
4374
4375 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4376
4377 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
4378
4379 2012-09-09 Alan Mackenzie <acm@muc.de>
4380
4381 * progmodes/cc-engine.el (c-state-cache-init):
4382 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
4383 (c-record-parse-state-state):
4384 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
4385
4386 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
4387
4388 * register.el (register-separator): Rename from
4389 separator-register. All uses changed. Doc fix.
4390 (register): Fix version.
4391
4392 2012-09-09 Chong Yidong <cyd@gnu.org>
4393
4394 * replace.el (query-replace-map): Bind four new symbols for
4395 requesting window scrolling.
4396
4397 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
4398 query-replace-map (Bug#8948).
4399
4400 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
4401
4402 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
4403 since they are now in query-replace-map.
4404
4405 * window.el (scroll-other-window-down): Make the arg optional.
4406
4407 2012-09-09 Chong Yidong <cyd@gnu.org>
4408
4409 * files.el (hack-local-variables-confirm): Use quit-window to kill
4410 the *Local Variables* buffer.
4411
4412 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
4413
4414 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
4415 not just expect to be at its beginning. Adjust callees.
4416 Succeed when do-end block has no space before the pipe character.
4417 (ruby-brace-to-do-end): When the original block is one-liner,
4418 convert to multiline. Reindent the result.
4419
4420 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
4421
4422 * register.el (register): New group.
4423 (separator-register): New user option.
4424 (increment-register): Route it to `append-to-register', if
4425 register contains text. Implication is that `C-x r +' can now be
4426 used for appending to a text register (bug#12217).
4427 (append-to-register, prepend-to-register): Add separator based on
4428 `separator-register'.
4429
4430 2012-09-08 Alan Mackenzie <acm@muc.de>
4431
4432 AWK Mode: make auto-newline work when there's "==" in the pattern.
4433 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
4434 correctly.
4435 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
4436 Test more rigorously for "=" token.
4437
4438 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
4439
4440 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
4441 Only fail when reached LIMIT.
4442
4443 2012-09-08 Chong Yidong <cyd@gnu.org>
4444
4445 * dired.el (dired-mode-map): Don't bind M-=.
4446
4447 * dired-aux.el (dired-diff): Use backup file as default.
4448
4449 2012-09-08 Drew Adams <drew.adams@oracle.com>
4450
4451 * subr.el (add-to-history): Fix delete usage (Bug#12314).
4452
4453 2012-09-08 Chong Yidong <cyd@gnu.org>
4454
4455 * subr.el (syntax-after, syntax-class): Doc fix.
4456
4457 2012-09-08 Martin Rudalics <rudalics@gmx.at>
4458
4459 * window.el (display-buffer-in-previous-window): New buffer
4460 display action function.
4461
4462 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
4463 (debugger-previous-window): New variable.
4464 (debug): Rewrite using display-buffer-in-previous-window,
4465 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
4466
4467 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4468
4469 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
4470
4471 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
4472
4473 * progmodes/python.el (python-shell-send-string):
4474 When default-directory is remote, create temp file on remote
4475 filesystem.
4476 (python-shell-send-file): When file is remote, pass local view of
4477 file paths to remote Python interpreter. (Bug#12340)
4478
4479 2012-09-07 Chong Yidong <cyd@gnu.org>
4480
4481 * window.el (switch-to-buffer): Doc fix (Bug#12181).
4482
4483 * files.el (after-find-file): Don't fail on a read-only buffer if
4484 require-final-newline is `visit' or `visit-save' (Bug#11156).
4485
4486 * subr.el (read-char-choice): Allow quitting via ESC ESC.
4487
4488 * userlock.el (ask-user-about-supersession-threat):
4489 Use read-char-choice (Bug#12093).
4490
4491 2012-09-07 Chong Yidong <cyd@gnu.org>
4492
4493 * subr.el (buffer-narrowed-p): New function.
4494
4495 * ses.el (ses-widen):
4496 * simple.el (count-words--buffer-message):
4497 * net/browse-url.el (browse-url-of-buffer): Use it.
4498
4499 * simple.el (count-words-region): Don't signal an error if there
4500 is a non-nil prefix arg and the mark is not set.
4501
4502 * help.el (describe-key-briefly): Allow the message to be seen
4503 when invoked from the minibuffer (Bug#7014).
4504
4505 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
4506
4507 * progmodes/ruby-mode.el (ruby-end-of-defun)
4508 (ruby-beginning-of-defun): Simplify, allow indentation before
4509 block beginning and end keywords.
4510 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
4511 (ruby-end-of-defun): Expect that the point is at the beginning of
4512 the defun.
4513
4514 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4515
4516 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
4517 (bug#12367).
4518 (cl--make-usage-args): Strip _ from argument names.
4519
4520 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4521
4522 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
4523 obsolete alias speedbar-key-map.
4524 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
4525 (vhdl-index-menu-init): Don't use obsolete variable
4526 font-lock-maximum-size.
4527
4528 2012-09-06 Chong Yidong <cyd@gnu.org>
4529
4530 * frame.el (window-system-version): Mark as obsolete.
4531
4532 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
4533 of obsolete variable speedbar-key-map.
4534
4535 2012-09-06 Juri Linkov <juri@jurta.org>
4536
4537 * replace.el (replace-lax-whitespace): New defcustom.
4538 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4539 (replace-string, replace-regexp): Mention it in docstrings.
4540 (perform-replace, replace-highlight): Let-bind
4541 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
4542 to the values of replace-lax-whitespace and regexp-flag.
4543 Don't let-bind search-whitespace-regexp. (Bug#10885)
4544
4545 * isearch.el (isearch-query-replace): Let-bind
4546 replace-lax-whitespace instead of let-binding
4547 replace-search-function and replace-re-search-function.
4548 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
4549 and isearch-regexp-lax-whitespace to lazy-highlight variables.
4550 (isearch-toggle-symbol): Set isearch-regexp to nil
4551 in isearch-word mode (like in isearch-toggle-word).
4552
4553 2012-09-06 Juri Linkov <juri@jurta.org>
4554
4555 * replace.el (replace-search-function)
4556 (replace-re-search-function): Set default values to nil.
4557 (perform-replace): Let-bind isearch-related variables based on
4558 replace-related values, call `isearch-search-fun' and let-bind
4559 the result to `search-function'. Remove code that sets
4560 `search-function' and `search-string' separately for
4561 `delimited-flag'.
4562 (replace-highlight): Add new argument `delimited-flag' and
4563 rename other arguments to the names used in `perform-replace'.
4564 Let-bind `isearch-word' to the argument `delimited-flag'.
4565 (Bug#10885, bug#10887)
4566
4567 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
4568
4569 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
4570 ruby-beginning-of-indent, simplify, allow all keywords to have
4571 indentation before them.
4572 (ruby-beginning-of-indent): Adjust for above. Search until the
4573 found point is not inside a string or comment.
4574 (ruby-font-lock-keywords): Allow symbols to start with "@"
4575 character, give them higher priority than variables.
4576 (ruby-syntax-propertize-function)
4577 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
4578 matchers. Expression expansions are not comments when inside a
4579 string, and there comment syntax status is irrelevant.
4580 (ruby-match-expression-expansion): New function. Check that
4581 expression expansion is inside a string, and it's not escaped.
4582 (ruby-font-lock-keywords): Use it.
4583
4584 2012-09-05 Martin Rudalics <rudalics@gmx.at>
4585
4586 * help.el (temp-buffer-max-height): New default value.
4587 (temp-buffer-resize-frames): New option.
4588 (resize-temp-buffer-window): Optionally resize frame.
4589
4590 * window.el (fit-frame-to-buffer-bottom-margin): New option.
4591 (fit-frame-to-buffer): New function.
4592
4593 2012-09-05 Glenn Morris <rgm@gnu.org>
4594
4595 * emulation/cua-rect.el (cua--init-rectangles):
4596 * textmodes/picture.el (picture-mode-map):
4597 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
4598 like forward-char and backward-char. (Bug#12317)
4599
4600 2012-09-05 Leo Liu <sdl.web@gmail.com>
4601
4602 * progmodes/flymake.el (flymake-warning-re): New variable.
4603 (flymake-parse-line): Use it.
4604
4605 2012-09-05 Glenn Morris <rgm@gnu.org>
4606
4607 * calendar/holidays.el (holiday-christian-holidays):
4608 Rename an entry. (Bug#12289)
4609
4610 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
4613 (bug#12222).
4614
4615 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4616
4617 * loadup.el: Load macroexp. Remove hack.
4618 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
4619 (macroexp--expand-all): Use it to get better warnings.
4620 (macroexp--backtrace, macroexp--trim-backtrace-frame)
4621 (internal-macroexpand-for-load): New functions.
4622 (macroexp--pending-eager-loads): New var.
4623 (emacs-startup-hook): New hack to replace one in loadup.el.
4624 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
4625 (cl--compiler-macro-cXXr): Move to top, before they can be used.
4626 (cl-psetf): Simplify.
4627 (cl-defstruct): Add indent rule.
4628
4629 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
4630
4631 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
4632 over `user-mail-address' for the SMTP MAIL FROM envelope.
4633 (smtpmail-via-smtp): Ditto.
4634
4635 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
4636
4637 * progmodes/ruby-mode.el: Clean up keybindings.
4638 (ruby-mode-map): Don't bind ruby-electric-brace,
4639 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
4640 backward-kill-word, reindent-then-newline-and-indent.
4641 (ruby-mark-defun): Remove.
4642 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
4643 (ruby-mode): Set local beginning-of-defun-function and
4644 end-of-defun-function values.
4645
4646 2012-09-03 Martin Rudalics <rudalics@gmx.at>
4647
4648 * window.el (temp-buffer-window-setup-hook)
4649 (temp-buffer-window-show-hook): New hooks.
4650 (temp-buffer-window-setup, temp-buffer-window-show)
4651 (with-temp-buffer-window): New functions.
4652 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
4653 (special-display-popup-frame): Make sure the window used shows BUFFER.
4654
4655 * help.el (temp-buffer-resize-mode): Fix doc-string.
4656 (resize-temp-buffer-window): New optional argument WINDOW.
4657
4658 * files.el (recover-file, save-buffers-kill-emacs):
4659 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
4660
4661 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
4662
4663 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
4664 remote definition of `default-directory', ensure we can connect.
4665
4666 2012-09-02 Juri Linkov <juri@jurta.org>
4667
4668 Toggle whitespace matching mode with M-s SPC.
4669 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
4670
4671 * isearch.el (search-whitespace-regexp): Doc fix.
4672 Remove cons cell customization.
4673 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
4674 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
4675 New variables.
4676 (isearch-forward, isearch-forward-regexp): Doc fix.
4677 (isearch-toggle-lax-whitespace): New command.
4678 (search-forward-lax-whitespace, search-backward-lax-whitespace)
4679 (re-search-forward-lax-whitespace)
4680 (re-search-backward-lax-whitespace): New functions.
4681 (isearch-whitespace-regexp): Remove function.
4682 (isearch-query-replace): Let-bind replace-search-function and
4683 replace-re-search-function.
4684 (isearch-occur): Let-bind search-spaces-regexp according to the
4685 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
4686 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
4687 condition for C-q SPC.
4688 (isearch-search-fun-default): Use new functions mentioned above.
4689 (isearch-search-forward, isearch-search-backward): Remove functions.
4690 (isearch-search): Don't let-bind search-spaces-regexp.
4691 (isearch-lazy-highlight-space-regexp): Remove variable.
4692 (isearch-lazy-highlight-lax-whitespace)
4693 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
4694 (isearch-lazy-highlight-new-loop): Use them.
4695 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
4696
4697 2012-09-02 Chong Yidong <cyd@gnu.org>
4698
4699 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
4700
4701 2012-09-02 Glenn Morris <rgm@gnu.org>
4702
4703 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
4704
4705 2012-09-01 Glenn Morris <rgm@gnu.org>
4706
4707 * term.el: Tidy up menu definitions.
4708 (term-mode-map): Use easymenu for In/Out, Complete menus.
4709 (term-pager-break-map): Initialize in the defvar.
4710 (term-terminal-menu, term-signals-menu): Define with easymenu.
4711 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
4712 (term-pager-menu): New, extracted from term-process-pager.
4713 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
4714 (term-update-mode-line): Propertize line/char and page items.
4715 (term-process-pager): Move keymap initialization elsewhere.
4716
4717 2012-09-01 Martin Rudalics <rudalics@gmx.at>
4718
4719 * window.el (switch-to-prev-buffer): Handle additional values of
4720 BURY-OR-KILL argument. Don't switch in minibuffer window.
4721 (switch-to-next-buffer): Don't switch in minibuffer window.
4722 (quit-restore-window): New function based on quit-window.
4723 Handle additional values of former KILL argument.
4724 (quit-window): Call quit-restore-window with appropriate
4725 interpretation of KILL argument.
4726 (display-buffer-below-selected): New buffer display action
4727 function.
4728
4729 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4730
4731 * minibuffer.el (completion-at-point-functions): Complete docstring
4732 (bug#12254).
4733
4734 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
4735
4736 Better seed support for (random).
4737 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
4738 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
4739 * play/mpuz.el, play/tetris.el, play/zone.el:
4740 * calc/calc-comb.el (math-init-random-base):
4741 * play/blackbox.el (bb-init-board):
4742 * play/life.el (life):
4743 * server.el (server-use-tcp):
4744 * type-break.el (type-break):
4745 Remove unnecessary call to (random t).
4746 * net/sasl.el (sasl-unique-id-function):
4747 Change (random t) to (random), now that the latter is more random.
4748 * play/life.el (life-initialized): Remove no-longer-needed var.
4749
4750 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
4751
4752 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4753 Consider frame's buffer predicate when choosing the buffer.
4754 (Bug#12081)
4755
4756 2012-08-30 Richard Stallman <rms@gnu.org>
4757
4758 * simple.el (special-mode-map): Delete binding for `z'.
4759
4760 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
4761
4762 * progmodes/compile.el (compilation-always-kill): Doc fix.
4763
4764 2012-08-30 Chong Yidong <cyd@gnu.org>
4765
4766 * window.el (display-buffer-reuse-frames): Make the obsolescence
4767 message more informative.
4768
4769 2012-08-30 Glenn Morris <rgm@gnu.org>
4770
4771 * paren.el (show-paren-delay):
4772 Add a :set function. Doc fix. (Bug#12297)
4773
4774 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
4775
4776 * progmodes/compile.el (compilation-always-kill): New var.
4777 (compilation-start): Use it.
4778
4779 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * simple.el (read-only-mode): Move from files.el for bootstrapping.
4782 * files.el (read-only-mode): Move to simple.el.
4783
4784 * files.el (read-only-mode): New minor mode.
4785 (toggle-read-only): Use it and mark obsolete.
4786 (find-file--read-only):
4787 * vc/vc.el (vc-next-action, vc-checkout):
4788 * vc/vc-cvs.el (vc-cvs-checkout):
4789 * obsolete/vc-mcvs.el (vc-mcvs-update):
4790 * ffap.el (ffap--toggle-read-only): Update callers.
4791
4792 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
4793
4794 * eshell/esh-ext.el (eshell-external-command): Do not examine
4795 remote shell scripts.
4796 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
4797
4798 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
4799 "/usr/local/sbin".
4800
4801 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4802
4803 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
4804
4805 2012-08-28 Leo Liu <sdl.web@gmail.com>
4806
4807 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
4808 completion-at-point. (Bug#12220)
4809
4810 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
4811
4812 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
4813
4814 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4815
4816 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
4817 be buffer-local; add delete-trailing-whitespace (bug#12259).
4818
4819 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
4820
4821 * progmodes/hideif.el (hif-compress-define-list):
4822 Fix typo. (Bug#11951)
4823
4824 2012-08-28 Dan Nicolaescu <dann@gnu.org>
4825
4826 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
4827 buffer local setting.
4828
4829 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
4830 rcirc-encode-coding-system.
4831
4832 2012-08-28 Leo Liu <sdl.web@gmail.com>
4833
4834 * net/rcirc.el (rcirc-split-message): New function.
4835 (rcirc-send-message): Use it. (Bug#12051)
4836
4837 2012-08-28 Juri Linkov <juri@jurta.org>
4838
4839 * info.el (Info-fontify-node): Hide empty lines at the end of
4840 the node. (Bug#12272)
4841
4842 2012-08-27 Drew Adams <drew.adams@oracle.com>
4843
4844 * dired.el (dired-pop-to-buffer): Make window start at beginning
4845 of buffer (Bug#12281).
4846
4847 2012-08-26 Chong Yidong <cyd@gnu.org>
4848
4849 * window.el (special-display-regexps, special-display-frame-alist)
4850 (special-display-buffer-names, special-display-function)
4851 (display-buffer-reuse-frames): Mark as obsolete.
4852
4853 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
4854
4855 * help.el (help-print-return-message): Don't treat
4856 display-buffer-reuse-frames specially.
4857
4858 2012-08-26 Chong Yidong <cyd@gnu.org>
4859
4860 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
4861 New variable, replacing gdb-frame-parameters.
4862 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
4863 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
4864 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
4865 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
4866 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
4867 the functions directly with gdb-display-buffer-other-frame-action.
4868 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
4869 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
4870 (gdb-display-stack-buffer, gdb-display-locals-buffer)
4871 (gdb-display-registers-buffer): Define directly.
4872 (def-gdb-display-buffer): Macro deleted.
4873 (gdb-display-buffer): Remove second and third args, callers don't
4874 use them. Defer to the default display-buffer behavior, apart
4875 from making windows dedicated.
4876 (gdb-setup-windows): Don't call display-buffer unnecessarily.
4877
4878 * progmodes/gud.el (gud-display-line): Just use display-buffer.
4879
4880 * window.el (display-buffer-pop-up-frame): Handle a
4881 pop-up-frame-parameters alist entry.
4882 (display-buffer): Document it.
4883
4884 2012-08-26 Chong Yidong <cyd@gnu.org>
4885
4886 * isearch.el (search-whitespace-regexp): Make string and nil
4887 values apply to both ordinary and regexp search. Allow a cons
4888 cell value to distinguish between the two.
4889 (isearch-whitespace-regexp, isearch-search-forward)
4890 (isearch-search-backward): New functions.
4891 (isearch-occur, isearch-search-fun-default, isearch-search)
4892 (isearch-lazy-highlight-new-loop): Use them.
4893 (isearch-forward, isearch-forward-regexp): Doc fix.
4894
4895 2012-08-26 Chong Yidong <cyd@gnu.org>
4896
4897 * faces.el (help-argument-name): Always inherit from italic
4898 (Bug#12213).
4899
4900 2012-08-25 Martin Rudalics <rudalics@gmx.at>
4901
4902 * window.el (window--even-window-heights): Even heights when
4903 WINDOW and the selected window form a vertical combination.
4904 (display-buffer-use-some-window): Provide that window used gets
4905 sized back by quit-window. (Bug#11880) and (Bug#12091)
4906
4907 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
4908
4909 Fix file time stamp problem with bzr and CVS (Bug#12001).
4910 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
4911 in the file's time stamp, since the version control system loses
4912 that information.
4913
4914 2012-08-22 Juri Linkov <juri@jurta.org>
4915
4916 * info.el (Info-fontify-node): Hide the suffix of the
4917 Info file name in the header line. (Bug#12187)
4918
4919 2012-08-22 Glenn Morris <rgm@gnu.org>
4920
4921 * calendar/cal-tex.el (cal-tex-weekly-common):
4922 Restore leading blank page.
4923
4924 2012-08-22 Le Wang <l26wang@gmail.com>
4925
4926 * misc.el (forward-to-word, backward-to-word): Activate or extend
4927 the region under `shift-select-mode'. (Bug#12231)
4928
4929 2012-08-22 Bastien Guerry <bzg@gnu.org>
4930
4931 * progmodes/executable.el (executable-prefix): Set to "#!" instead
4932 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
4933 gives details on why the space is never needed.
4934
4935 2012-08-22 Martin Rudalics <rudalics@gmx.at>
4936
4937 * window.el (walk-window-tree, window-with-parameter):
4938 New optional argument MINIBUF to control whether these functions
4939 should run on the minibuffer window.
4940 (window-at-side-list): Don't operate on minibuffer window.
4941 (window-in-direction): Simplify and rewrite doc-string.
4942 (window--size-ignore): Rename to window--size-ignore-p.
4943 Update callers.
4944 (display-buffer-in-atom-window, window--major-non-side-window)
4945 (window--major-side-window, display-buffer-in-major-side-window)
4946 (delete-side-window, display-buffer-in-side-window):
4947 New functions.
4948 (window--side-check, window-deletable-p, delete-window)
4949 (delete-other-windows, split-window): Handle side windows and
4950 atomic windows appropriately.
4951 (window--display-buffer): Call display-buffer-record-window also
4952 when the window buffer did not change.
4953
4954 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
4955
4956 * help-fns.el (help-fns--key-bindings):
4957 Abbreviate non-symbol remap targets. (Bug#12174)
4958
4959 2012-08-22 Martin Rudalics <rudalics@gmx.at>
4960
4961 * dired.el (dired-mark-remembered): Don't clobber point.
4962 (Bug#11795)
4963
4964 2012-08-22 Glenn Morris <rgm@gnu.org>
4965
4966 * progmodes/bug-reference.el (bug-reference): New custom group.
4967 (bug-reference-bug-regexp): Make it a defcustom.
4968
4969 2012-08-22 Daiki Ueno <ueno@unixuser.org>
4970
4971 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
4972 (js-paren-indent-offset, js-square-indent-offset)
4973 (js-curly-indent-offset): Add :safe (Bug#12257).
4974
4975 2012-08-22 Edward O'Connor <hober0@gmail.com>
4976
4977 * json.el (json-key-format): Add error properties.
4978 (json-encode-key): New function.
4979 (json-encode-hash-table, json-encode-alist, json-encode-plist):
4980 Use json-encode-key.
4981
4982 2012-08-22 Glenn Morris <rgm@gnu.org>
4983
4984 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
4985 (cal-tex-leftday, cal-tex-rightday): Remove functions.
4986 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
4987 Update for above change.
4988
4989 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
4990
4991 * cus-face.el (custom-face-attributes): Fix customize type for the
4992 :underline attribute. (Bug#11805)
4993
4994 2012-08-21 Martin Rudalics <rudalics@gmx.at>
4995
4996 * window.el (window-point-1, set-window-point-1): Remove.
4997 (window-in-direction, record-window-buffer)
4998 (set-window-buffer-start-and-point, split-window-below)
4999 (window--state-get-1, display-buffer-record-window):
5000 Replace calls to window-point-1 and set-window-point-1 by calls to
5001 window-point and set-window-point respectively.
5002
5003 2012-08-21 Glenn Morris <rgm@gnu.org>
5004
5005 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
5006 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
5007 Use it.
5008
5009 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
5010 (cal-tex-shortday): New function.
5011 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
5012 (cal-tex-cursor-filofax-daily): Use the above.
5013
5014 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
5015 New functions.
5016 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
5017 (cal-tex-cursor-filofax-week): Use them.
5018
5019 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
5020 New constants.
5021 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
5022 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
5023
5024 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
5025 (cal-tex-end-document): Don't rely on buffer name.
5026
5027 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
5028 Use cal-tex-vspace.
5029 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
5030 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
5031 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
5032 Use cal-tex-arg.
5033
5034 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
5035 (cal-tex-cursor-week, cal-tex-cursor-week2)
5036 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
5037 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5038 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
5039 (cal-tex-insert-preamble, cal-tex-b-document)
5040 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
5041 Improve cal-tex-cmd usage.
5042
5043 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
5044 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
5045 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
5046 (cal-tex-weekly-paper): New function.
5047 (cal-tex-cursor-week, cal-tex-cursor-week2)
5048 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
5049 (cal-tex-cursor-day): Use it.
5050
5051 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
5052 (cal-tex-cursor-filofax-week): Remove leading blank page.
5053
5054 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
5055 Add autoload cookie. For now at least, don't use color, since
5056 no other cal-tex function does.
5057
5058 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
5059 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5060 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
5061
5062 2012-08-21 Juri Linkov <juri@jurta.org>
5063
5064 * info.el (Info-file-attributes): New variable.
5065 (info-insert-file-contents): Add file attributes to
5066 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
5067 `Info-toc-nodes' when previous modtime of the Info file is less
5068 than new modtime.
5069 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
5070 of info.el. (Bug#12230)
5071
5072 2012-08-20 Glenn Morris <rgm@gnu.org>
5073
5074 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
5075 * calendar/holidays.el (calendar-holiday-list):
5076 Report errors with display-warning rather than beep'n'sleep.
5077
5078 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
5079
5080 * net/tramp.el (tramp-accept-process-output): Accept only output
5081 from PROC. Otherwise, process filters and sentinels might be
5082 confused. (Bug#12145)
5083
5084 2012-08-20 Chong Yidong <cyd@gnu.org>
5085
5086 * descr-text.el (describe-text-properties-1): Use overlays-in to
5087 report on empty overlays (Bug#3322).
5088
5089 2012-08-20 Glenn Morris <rgm@gnu.org>
5090
5091 * mail/rmailout.el (rmail-output-read-file-name):
5092 Trap and report errors in rmail-output-file-alist elements.
5093
5094 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
5095 since most non-font-lock faces are not also variables).
5096
5097 2012-08-20 Edward Reingold <reingold@iit.edu>
5098
5099 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
5100 New function. (Bug12160)
5101
5102 2012-08-19 Glenn Morris <rgm@gnu.org>
5103
5104 * mail/rmailout.el (rmail-output-read-file-name):
5105 Fix previous change (when the alist is nil or does not match).
5106
5107 2012-08-19 Chong Yidong <cyd@gnu.org>
5108
5109 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
5110 (Bug#12228).
5111
5112 2012-08-18 Chong Yidong <cyd@gnu.org>
5113
5114 * simple.el (yank-handled-properties): New defcustom.
5115 (yank-excluded-properties): Add font-lock-face and category.
5116 (yank): Doc fix.
5117
5118 * subr.el (remove-yank-excluded-properties):
5119 Obey yank-handled-properties. The special handling of font-lock-face
5120 and category is now done this way, instead of being hard-coded.
5121 (insert-for-yank-1): Remove font-lock-face handling.
5122 (yank-handle-font-lock-face-property)
5123 (yank-handle-category-property): New function.
5124
5125 2012-08-17 Glenn Morris <rgm@gnu.org>
5126
5127 * mail/rmailout.el (rmail-output-read-file-name):
5128 Check rmail-output-file-alist against the full message body
5129 in the correct rmail buffer. (Bug#12214)
5130
5131 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
5132
5133 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5134 Eliminate superfluous prompt. (Bug#12203)
5135
5136 2012-08-17 Chong Yidong <cyd@gnu.org>
5137
5138 * mouse.el (mouse-appearance-menu): If x-select-font returns a
5139 font spec, set the font directly (Bug#3228).
5140
5141 2012-08-17 Martin Rudalics <rudalics@gmx.at>
5142
5143 * window.el (delete-window): Fix last fix.
5144
5145 2012-08-16 Martin Rudalics <rudalics@gmx.at>
5146
5147 * window.el (window-valid-p): Move to window.c.
5148 (window-child, window-child-count, window-last-child)
5149 (window-normalize-window, window-combined-p)
5150 (window-combinations, window-atom-root, window-min-size)
5151 (window-sizable, window-sizable-p, window-size-fixed-p)
5152 (window-min-delta, window-max-delta, window--resizable)
5153 (window--resizable-p, window-resizable, window-total-size)
5154 (window-full-height-p, window-full-width-p, window-body-size)
5155 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
5156 (minimize-window, window-deletable-p, delete-window)
5157 (delete-other-windows, set-window-buffer-start-and-point)
5158 (next-buffer, previous-buffer, split-window, balance-windows-2)
5159 (set-window-text-height, window-buffer-height)
5160 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
5161 (truncated-partial-width-window-p): Minor code adjustments.
5162 In doc-strings state whether the argument window has to denote a
5163 live, valid or any window.
5164
5165 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
5166
5167 * progmodes/subword.el (subword-forward-function)
5168 (subword-backward-function, subword-forward-regexp)
5169 (subword-backward-regexp): New variables.
5170 (subword-forward, subword-forward-internal, subword-backward-internal):
5171 Use new variables, eg so that different "word" definitions
5172 can be easily used. (Bug#11411)
5173
5174 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
5177 for composite selectors.
5178 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
5179 operation just because we can't find a previous revision.
5180
5181 2012-08-15 Chong Yidong <cyd@gnu.org>
5182
5183 * frame.el (set-frame-font): Accept font objects.
5184
5185 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5186
5187 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
5188
5189 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
5190
5191 * man.el (Man-overstrike-face, Man-underline-face)
5192 (Man-reverse-face): Remove variables.
5193 (Man-overstrike, Man-underline, Man-reverse): New faces.
5194 (Man-fontify-manpage): Use them instead of the variables.
5195 (Man-cleanup-manpage): Comment change.
5196 (Man-ansi-color-map): New variable.
5197 (Man-fontify-manpage): Use it.
5198 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
5199
5200 Implement ANSI SGR parameters 22-27 (bug#12146).
5201 * ansi-color.el (ansi-colors): Doc fix.
5202 (ansi-color-context, ansi-color-context-region): Doc fix.
5203 (ansi-color--find-face): New function.
5204 (ansi-color-apply, ansi-color-apply-on-region): Use it.
5205 Rename the local variable `face' to `codes' since it is now a list of
5206 ansi codes. Doc fix.
5207 (ansi-color-get-face): Remove.
5208 (ansi-color-parse-sequence): New function, derived from
5209 ansi-color-get-face.
5210 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
5211 codes 22-27.
5212
5213 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5214
5215 * subr.el (read-passwd): Allow use from a minibuffer.
5216
5217 2012-08-14 Eli Zaretskii <eliz@gnu.org>
5218
5219 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
5220 inside comments and strings as identifiers.
5221
5222 * progmodes/gud.el (gud-tooltip-print-command): Quote the
5223 expression to evaluate. This allows to evaluate expressions with
5224 embedded whitespace.
5225 (gud-tooltip-tips): Add a blank before the newline in the
5226 message-box text, for the benefit of message-box emulation on
5227 MS-Windows.
5228
5229 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
5230 messages from GDB, pop them up in a tooltip to give feedback to
5231 user.
5232 (gdb-tooltip-print-1): Quote the expression to evaluate.
5233 This allows to evaluate expressions with embedded whitespace.
5234 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
5235 if the TTY name is nil or empty (which happens when communicating
5236 with the inferior via pipes, e.g. on MS-Windows).
5237 (gdb-internals): If GDB sends a "&\n" empty debugging message,
5238 don't send that to the GUD buffer.
5239
5240 2012-08-14 Glenn Morris <rgm@gnu.org>
5241
5242 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
5243 Optimize away setq-default with no args, as for setq. (Bug#12195)
5244
5245 2012-08-14 Chong Yidong <cyd@gnu.org>
5246
5247 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
5248
5249 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
5250 (Bug#12085).
5251
5252 2012-08-14 Glenn Morris <rgm@gnu.org>
5253
5254 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
5255
5256 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
5257
5258 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
5259 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5260 Use cached shell name.
5261
5262 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
5263
5264 * progmodes/python.el (python-shell-send-string):
5265 (python-shell-send-setup-code): Do not use `format' with `message'.
5266
5267 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
5268
5269 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
5270 (ruby-percent-literal-beg-re): New constant.
5271 (ruby-syntax-general-delimiters-goto-beg): Rename to
5272 `ruby-syntax-enclosing-percent-literal', improve literal type check.
5273 (ruby-syntax-propertize-general-delimiters): Rename to
5274 `ruby-syntax-propertize-percent-literal', it's a shorter and more
5275 popular term. Adjust comments everywhere.
5276 (ruby-syntax-propertize-percent-literal): Only propertize when not
5277 inside a simple string or comment. When the literal is unclosed,
5278 leave the text after it unpropertized.
5279 (ruby-syntax-methods-before-regexp): New constant.
5280 (ruby-syntax-propertize-function): Use it to recognize regexps.
5281 Don't look at the text after regexp, just use the whitelist.
5282
5283 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
5284
5285 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
5286 non-nil always load the compiled file if it exists. (Bug#12197)
5287
5288 2012-08-14 Chong Yidong <cyd@gnu.org>
5289
5290 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
5291 (hi-lock-set-pattern): When deciding whether to use font lock or
5292 overlays, look at font-lock-mode instead of font-lock-fontified
5293 (Bug#12168).
5294 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
5295 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
5296
5297 2012-08-14 Daiki Ueno <ueno@unixuser.org>
5298
5299 * subr.el (internal--after-with-selected-window): Fix typo
5300 (Bug#12193).
5301
5302 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
5303
5304 Use `completion-table-dynamic' for completion functions.
5305 * progmodes/python.el
5306 (python-shell-completion--do-completion-at-point)
5307 (python-shell-completion--get-completions):
5308 Remove functions.
5309 (python-shell-completion-complete-at-point): New function.
5310 (python-completion-complete-at-point): Use it.
5311
5312 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
5313
5314 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
5315 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
5316
5317 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5318
5319 * subr.el (function-get): Refine `autoload' arg so it can also
5320 autoload functions for gv.el (bug#12191).
5321 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
5322 autoloads macros.
5323
5324 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
5325 Prefer pcase-let over destructuring-bind.
5326 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
5327 Also, remove whitespace as we go, rather than after accumulating the
5328 various places.
5329
5330 * subr.el (internal--before-with-selected-window)
5331 (internal--after-with-selected-window): Fix typo seleted->selected.
5332 (with-selected-window): Adjust callers.
5333 Reported by Dmitry Gutov <dgutov@yandex.ru>.
5334
5335 2012-08-13 Bastien Guerry <bzg@gnu.org>
5336
5337 * window.el (special-display-popup-frame): Minor docstring
5338 enhancement. (Bug#12172)
5339
5340 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
5341
5342 * tar-mode.el (tar-header-data-end): Only ignore size for files of
5343 type 1-6.
5344 (tar-header-block-summarize, tar-get-descriptor): Handle pax
5345 extended headers.
5346
5347 * files.el (hack-local-variables-filter): Remove useless eval.
5348
5349 2012-08-13 Martin Rudalics <rudalics@gmx.at>
5350
5351 * subr.el (with-selected-window): Fix last change.
5352
5353 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5354
5355 * subr.el (internal--before-with-seleted-window)
5356 (internal--after-with-seleted-window): New functions.
5357 (with-selected-window): Use them, to replace dependency on
5358 tty-top-frame.
5359
5360 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
5361
5362 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
5363 binding for `newline'.
5364 (ruby-move-to-block): When moving backward, stop at block opening,
5365 not indentation.
5366 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
5367 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
5368 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5369 `ruby-toggle-block'.
5370
5371 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5372
5373 * ibuffer.el (ibuffer-do-toggle-read-only):
5374 * dired.el (dired-toggle-read-only):
5375 * buff-menu.el (Buffer-menu-toggle-read-only):
5376 * bindings.el (mode-line-toggle-read-only):
5377 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
5378
5379 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
5380
5381 * descr-text.el (describe-char): Put the overlays over the
5382 "displayed as" character.
5383
5384 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
5385
5386 * calc/calc-units.el (math-default-units-table): Give an
5387 initial value.
5388 (math-put-default-units): Add options to put composite units and
5389 unit systems in the default units table.
5390 (calc-convert-units): Send composite units to
5391 `math-put-default-units' when appropriate.
5392
5393 2012-08-11 Glenn Morris <rgm@gnu.org>
5394
5395 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
5396
5397 * tutorial.el (help-with-tutorial):
5398 * emacs-lisp/copyright.el (copyright-update-directory):
5399 * emacs-lisp/autoload.el (autoload-find-generated-file)
5400 (autoload-find-file): Disable local eval: (for insurance).
5401
5402 * files.el (hack-local-variables-filter): If an eval: form is not
5403 known to be safe, and enable-local-variables is :safe, then ignore
5404 the form totally, as is done for non-eval forms. (Bug#12155)
5405 This is CVE-2012-3479.
5406
5407 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5408
5409 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
5410 (rx-form): Simplify.
5411
5412 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
5413
5414 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
5415 ?, _, and : are symbol constituents, ! is not (but kinda should be).
5416 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
5417 (ruby-syntax-propertize-function): Adjust for changes in
5418 `ruby-syntax-propertize-heredoc'.
5419
5420 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
5421
5422 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
5423 binding (use `M-;' instead).
5424 (ruby-singleton-class-p): New function.
5425 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
5426
5427 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
5430
5431 2012-08-10 Chong Yidong <cyd@gnu.org>
5432
5433 * progmodes/python.el (python-shell-get-process-name): Don't mess
5434 with same-window-buffer-names.
5435
5436 * eshell/eshell.el (eshell-add-to-window-buffer-names)
5437 (eshell-remove-from-window-buffer-names): Make obsolete.
5438 (eshell-buffer-name, eshell-unload-hook): Don't use them.
5439 (eshell): Just use pop-to-buffer-same-window instead.
5440
5441 2012-08-10 Chong Yidong <cyd@gnu.org>
5442
5443 * bindings.el: Bind M-= back to count-words-region.
5444
5445 * simple.el (count-words-region): Accept a prefix arg for acting
5446 on the entire buffer.
5447 (count-words--buffer-message): New helper function.
5448
5449 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5450
5451 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
5452 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
5453 (event-start, event-end): Use posn-at-point to return a more
5454 informative posn.
5455 (posnp): New function.
5456 * mouse.el (popup-menu-normalize-position): Use it.
5457
5458 2012-08-10 Masatake YAMATO <yamato@redhat.com>
5459
5460 * mouse.el (popup-menu-normalize-position): New function.
5461 (popup-menu): Use `popup-menu-normalize-position' to normalize
5462 the form for POSITION argument.
5463
5464 * term/x-win.el (x-menu-bar-open):
5465 Use the value returend from (posn-at-point) as position
5466 passed to `popup-menu'.
5467
5468 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
5469
5470 * calc/calccomp.el (math-compose-expr): Add extra argument
5471 indicating that parentheses should be put around products in
5472 denominators. Give multiplication precedence over division during
5473 composition.
5474
5475 2012-08-09 Chong Yidong <cyd@gnu.org>
5476
5477 * man.el (Man-switches, Man-sed-command, Man-awk-command)
5478 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
5479 (Man-untabify-command, manual-program): Convert to defcustom
5480 (Bug#10429).
5481
5482 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
5483
5484 * descr-text.el (describe-char): Don't insert extra newlines
5485 (Bug#10127).
5486
5487 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
5488 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
5489
5490 * align.el (align-region): Delete temporary markers (Bug#10047).
5491 Plus some code cleanups.
5492
5493 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
5494
5495 * progmodes/python.el (python-pdbtrack-tracked-buffer)
5496 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
5497 (python-shell-internal-last-output): Use make-local-variable
5498 instead of make-variable-buffer-local.
5499
5500 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
5501
5502 * progmodes/python.el: Enhancements to forward-sexp.
5503 (python-nav-forward-sexp): Rename from
5504 python-nav-forward-sexp-function.
5505 (python-nav--forward-sexp, python-nav--backward-sexp):
5506 New functions.
5507
5508 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
5509
5510 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
5511 modes and simplification modes.
5512
5513 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5514
5515 * delsel.el (delete-selection-pre-hook): Don't propagate the
5516 file-supersession signals (bug#12161).
5517
5518 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5519
5520 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
5521 (cl-map-extents): Add compatibility aliases (bug#12135).
5522
5523 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
5524
5525 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
5526 tests by `ignore-error'.
5527 (tramp-find-shell): Open also a new shell, when cache is already
5528 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
5529
5530 2012-08-08 Juri Linkov <juri@jurta.org>
5531
5532 * bookmark.el: Add `defaults' property to the bookmark record.
5533 (bookmark-current-buffer): Doc fix.
5534 (bookmark-make-record): Add `defaults' property with default values
5535 to the bookmark record.
5536 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
5537 with `bookmark-insert-current-bookmark'.
5538 (bookmark-set): Get `defaults' property from the bookmark record
5539 and use it in `read-from-minibuffer'.
5540 (bookmark-insert-current-bookmark): Remove function.
5541
5542 * info.el (Info-bookmark-make-record): Add `defaults' property
5543 with values of canonical Info node name, the current Info file
5544 name and the current Info node name. (Bug#12107)
5545
5546 2012-08-08 Juri Linkov <juri@jurta.org>
5547
5548 * files.el (basic-save-buffer): Use `buffer-name' as the default
5549 of `read-file-name' when buffer is not visiting a file (bug#12128).
5550
5551 2012-08-08 Juri Linkov <juri@jurta.org>
5552
5553 * info.el (Info-isearch-search): Doc fix.
5554 (Info-search): Change search-failed message from "initial node" to
5555 "end of node" (bug#12078).
5556 (Info-isearch-search): Change `isearch-string-state' to
5557 `isearch--state-string'.
5558
5559 2012-08-08 Glenn Morris <rgm@gnu.org>
5560
5561 * language/persian.el: Remove file.
5562 * language/misc-lang.el: Move unique part of persian.el here.
5563 * loadup.el: Remove language/persian.
5564
5565 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
5566
5567 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
5568
5569 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
5570
5571 * progmodes/python.el Fixed defsubst warning.
5572 (python-syntax-context) Rename from python-info-ppss-context.
5573 (python-syntax-context-type): Rename from
5574 python-info-ppss-context-type.
5575 (python-syntax-comment-or-string-p): Rename from
5576 python-info-ppss-comment-or-string-p.
5577
5578 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
5579
5580 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
5581
5582 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
5583
5584 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
5585 a defcustom that is quoted with backquote.
5586
5587 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
5588 Fix handling of interactive spec when the body uses return.
5589 (math-do-arg-check, math-define-function-body): Use backquote forms.
5590 * calc/calc-ext.el (math-defcache): Likewise.
5591 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
5592 * allout.el (allout-new-exposure): Likewise.
5593 * calc/calcalg2.el (math-tracing-integral): Likewise.
5594 * info.el (Info-last-menu-item): Likewise.
5595 * emulation/vip.el (vip-loop): Likewise.
5596 * textmodes/artist.el (artist-funcall): Likewise.
5597 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
5598 Construct menu-item directly.
5599
5600 * progmodes/autoconf.el (font-lock-syntactic-keywords):
5601 Don't declare.
5602
5603 2012-08-07 Chong Yidong <cyd@gnu.org>
5604
5605 * simple.el (deactivate-mark): Preserve text properties when
5606 saving the primary selection (Bug#8384).
5607
5608 2012-08-07 Kevin Ryde <user42@zip.com.au>
5609
5610 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
5611 (woman-parse-numeric-value): On a bad .IP line, issue a warning
5612 and continue processing (Bug#12110).
5613
5614 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5615
5616 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
5617 syntax-propertize-function (bug#10095).
5618
5619 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * help-fns.el (help-fns--key-bindings, help-fns--signature)
5622 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
5623 describe-function-1.
5624 (describe-function-1): Use them. Move compiler macro after sig.
5625 (help-fns--compiler-macro): Use function-get. Assume we're already in
5626 standard-output. Adjust layout to new call order.
5627
5628 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
5629 re-binding a symbol that has a symbol-macro (bug#12119).
5630
5631 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
5632
5633 * language/persian.el: New file. (Bug#11812)
5634 * loadup.el: Add language/persian.el.
5635
5636 2012-08-06 Chong Yidong <cyd@gnu.org>
5637
5638 * window.el (window--maybe-raise-frame): New function.
5639 (window--display-buffer): Split off from here.
5640 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5641 (display-buffer-pop-up-window, display-buffer-use-some-window):
5642 Obey an inhibit-switch-frame action alist entry.
5643 (display-buffer): Update doc.
5644
5645 * replace.el (occur-after-change-function): Avoid losing focus by
5646 using the inhibit-switch-frame display parameter (Bug#12139).
5647
5648 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
5649
5650 Make internal shell process buffer names start with space.
5651 * progmodes/python.el (python-shell-make-comint): Add optional
5652 argument INTERNAL.
5653 (run-python-internal): Use it.
5654 (python-shell-internal-get-or-create-process): Check for new
5655 internal buffer names.
5656
5657 2012-08-06 Glenn Morris <rgm@gnu.org>
5658
5659 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5660 Do less getting and setting of environment variables.
5661
5662 2012-08-05 Chong Yidong <cyd@gnu.org>
5663
5664 * proced.el (proced): Add substitution string to docstring to
5665 trigger autoloading of the proced library on C-h f (Bug#1768).
5666
5667 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5668 Don't show defvars which have no second argument (Bug#8638).
5669
5670 * imenu.el (imenu-generic-expression): Move documentation here
5671 from imenu--generic-function.
5672 (imenu--generic-function): Refer to imenu-generic-expression.
5673
5674 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
5675
5676 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
5677 indentation declaration.
5678 (viper-loop): Add indentation declaration (Bug#7025).
5679
5680 2012-08-05 Chong Yidong <cyd@gnu.org>
5681
5682 * help-fns.el (describe-variable): Add hyperlink for
5683 directory-local variables files. Improve buffer-local and
5684 permanent-local reporting; suggested by MON KEY (Bug#6644).
5685
5686 * help-mode.el (help-dir-local-var-def): New button type.
5687
5688 * files.el (kill-buffer-hook): Provide a defvar.
5689
5690 2012-08-05 Glenn Morris <rgm@gnu.org>
5691
5692 * eshell/esh-ext.el (eshell/addpath):
5693 Also update eshell-path-env. (Bug#12013)
5694
5695 2012-08-05 Chong Yidong <cyd@gnu.org>
5696
5697 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
5698
5699 * fringe.el (fringe-styles): Add docstring.
5700 (fringe--check-mode): New function.
5701 (set-fringe-mode, set-fringe-style): Use it.
5702 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
5703
5704 * files.el (set-auto-mode): Fix invalid setq call.
5705
5706 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
5707
5708 * isearch.el: Misc simplification; use defstruct.
5709 (isearch-mode-map): Dense maps now work like sparse ones.
5710 (isearch--state): New defstruct.
5711 (isearch-string-state, isearch-message-state, isearch-point-state)
5712 (isearch-success-state, isearch-forward-state)
5713 (isearch-other-end-state, isearch-word-state, isearch-error-state)
5714 (isearch-wrapped-state, isearch-barrier-state)
5715 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
5716 replaced by defstruct's accessors.
5717 (isearch--set-state): Rename from isearch-top-state and change
5718 calling convention.
5719 (isearch-push-state): Use new isearch--get-state.
5720 (isearch-toggle-word): Disable regexp when enabling word.
5721 (isearch-message-prefix): Remove unused arg _c-q-hack.
5722 (isearch-message-suffix): Remove unused arg _ellipsis.
5723
5724 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
5725
5726 * simple.el (list-processes--refresh): For a server use :host or
5727 :local as the address.
5728 (list-processes): Doc fix.
5729
5730 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
5731
5732 * lisp/mpc.el: Support password in host argument.
5733 (mpc--proc-connect): Parse and use new password element.
5734 Set mpc-proc variable instead of returning process.
5735 (mpc-proc): Adjust accordingly.
5736
5737 2012-08-03 Eli Zaretskii <eliz@gnu.org>
5738
5739 * whitespace.el (whitespace-display-mappings): Use Unicode
5740 codepoints, instead of emacs-mule codepoints. See
5741 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
5742 for the details.
5743
5744 * files.el (file-truename): Don't skip symlink-chasing part on
5745 windows-nt. Incorporate the resolution of 8+3 short aliases on
5746 Windows into the loop that recursively chases symlinks.
5747 Compare directory and its parent case-insensitively on MS-Windows and
5748 MS-DOS.
5749
5750 2012-08-03 Chong Yidong <cyd@gnu.org>
5751
5752 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
5753
5754 * sort.el (sort-regexp-fields): Doc fix.
5755
5756 2012-08-03 Tassilo Horn <tsdh@gnu.org>
5757
5758 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
5759 labels regex position point at the expected place.
5760
5761 2012-08-03 MON KEY <monkey@sandpframing.com>
5762
5763 * net/imap.el (imap-interactive-login, imap-authenticate)
5764 (imap-mailbox-lsub, imap-mailbox-list)
5765 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
5766 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
5767 (imap-parse-response): Doc fix.
5768
5769 2012-08-03 João Távora <joaotavora@gmail.com>
5770
5771 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
5772 if sexp scanning does not move point (Bug#5734).
5773
5774 2012-08-02 Tassilo Horn <tsdh@gnu.org>
5775
5776 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
5777 Add listings, minted, and ctable packages.
5778 (reftex-label-alist-builtin): Move listings, minted, and ctable
5779 entries before LaTeX.
5780 (reftex-label-alist): Docfix.
5781
5782 2012-08-02 Bastien Guerry <bzg@gnu.org>
5783
5784 * replace.el (occur): Fix docstring (bug#12122).
5785
5786 2012-08-02 Glenn Morris <rgm@gnu.org>
5787
5788 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
5789
5790 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
5791
5792 Obsolete alias inactivate-current-input-method-function (Bug#10150).
5793 * international/mule-cmds.el: Create
5794 inactivate-current-input-method-function as an obsolete alias for
5795 deactivate-current-input-method-function. See Katsumi Yamaoka in
5796 <http://bugs.gnu.org/10150#46>.
5797
5798 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
5799
5800 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
5801 of nested `if's.
5802
5803 2012-08-01 Glenn Morris <rgm@gnu.org>
5804
5805 * progmodes/autoconf.el (autoconf-definition-regexp):
5806 Add AH_TEMPLATE, adjust submatch numbering.
5807 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
5808 (autoconf-current-defun-function): Update for above change.
5809 (autoconf-current-defun-function): First skip to end of current word.
5810
5811 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
5812
5813 * calendar/cal-html.el (cal-html-insert-agenda-days):
5814 Fix typo. (Bug#12018)
5815
5816 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
5817
5818 Shell processes: enhancements to startup and CEDET compatibility.
5819 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
5820 (python-shell-make-comint): accept-process-output at startup.
5821 (run-python-internal): Set inferior-python-mode-hook to nil.
5822 (python-shell-internal-get-or-create-process): call sit-for.
5823 (python-preoutput-result): Add obsolete alias.
5824 (python-shell-internal-send-string): Use it.
5825 (python-shell-send-setup-code): Remove call to
5826 accept-process-output.
5827
5828 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
5829
5830 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
5831 (Bug#12108)
5832
5833 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
5834
5835 * calc-mode.el (calc-basic-simplification-mode): Rename from
5836 `calc-limited-simplification-mode'.
5837 (calc-alg-simplification-mode): New function.
5838 (calc-set-simplify-mode): Adjust message.
5839
5840 * calc.el (calc-set-mode-line): Adjust mode line display for
5841 basic simplification mode.
5842
5843 * calc-help.el (calc-m-prefix-help): Update help message.
5844
5845 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
5846 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
5847
5848 2012-07-31 Bastien Guerry <bzg@gnu.org>
5849
5850 * man.el (man): Fix comment. (bug#12101)
5851
5852 2012-07-31 Martin Rudalics <rudalics@gmx.at>
5853
5854 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
5855 Don't return a non-nil value when no suitable buffer was found.
5856
5857 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
5858
5859 * progmodes/python.el (run-python-internal): Disable font lock for
5860 internal shells.
5861
5862 2012-07-30 Stefan Merten <smerten@oekonux.de>
5863
5864 * textmodes/rst.el: Silence `checkdoc-ispell'.
5865 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5866 (rst-official-version, rst-official-cvs-rev)
5867 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
5868 (rst-mode-map): New key binding.
5869
5870 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
5871
5872 Update .PHONY listings in makefiles.
5873 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
5874 autoloads, update-subdirs, updates, bzr-update, update-authors,
5875 compile-onefile, compile-calc, backup-compiled-files,
5876 compile-after-backup, compile-one-process, mh-autoloads,
5877 bootstrap-clean, distclean, maintainer-clean.
5878
5879 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5880
5881 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
5882 (calc-set-mode-line): Don't display "AlgSimp ".
5883
5884 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
5885 (calc-lim-simplify-mode): New function.
5886 (calc-set-simplify-mode): Default to 'alg.
5887 (calc-default-simplify-mode): Make algebraic simplifications
5888 the default.
5889
5890 * calc/calc-ext.el (calc-init-extensions): Remove binding for
5891 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
5892
5893 * calc/calc-help.el (calc-m-prefix-help): Change messages to
5894 indicate new simplification modes.
5895
5896 * calc/README: Mention new default simplification mode.
5897
5898 * calc/calc.el (math-normalize-error): New variable.
5899 (math-normalize): Set `math-normalize-error' to t
5900 when there's an error.
5901
5902 * calc/calc-alg.el (math-simplify): Don't simplify when
5903 `math-normalize' returns an error.
5904
5905 2012-07-29 Eli Zaretskii <eliz@gnu.org>
5906
5907 * international/mule-cmds.el (set-locale-environment): Revert last
5908 change, since display-graphic-p returns nil when this function is
5909 called during startup. Instead...
5910
5911 * term/w32console.el (terminal-init-w32console): ...setup the
5912 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
5913
5914 2012-07-29 Juri Linkov <juri@jurta.org>
5915
5916 * simple.el (goto-line): Don't display default line number in the
5917 prompt because it should be displayed by `read-number' (bug#9952).
5918 Add the current line number to the defaults of `goto-line' to
5919 allow its easier modification by users with `M-n' (bug#9201).
5920
5921 * subr.el (read-number): Support multiple default values like in
5922 other minibuffer reading functions. Replace `read' with
5923 `string-to-number' for consistency with `number-to-string'.
5924
5925 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
5926
5927 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
5928 * emulation/viper-init.el (viper-deactivate-input-method-action):
5929 Rename from viper-inactivate-input-method-action.
5930 (viper-deactivate-input-method):
5931 Rename from viper-inactivate-input-method.
5932 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
5933 * international/mule-cmds.el (deactivate-input-method):
5934 Rename from inactivate-input-method.
5935 Also run input-method-deactivate-hook.
5936 (deactivate-current-input-method-function):
5937 Rename from inactivate-current-input-method-function.
5938 (input-method-deactivate-hook): New hook.
5939 (input-method-inactivate-hook): Mark obsolete.
5940 (inactivate-input-method): Mark obsolete.
5941
5942 * international/quail.el (quail-activate):
5943 Also run quail-deactivate-hook.
5944 (quail-deactivate): Rename from quail-inactivate.
5945 * international/robin.el (robin-activate):
5946 Also run robin-deactivate-hook.
5947 (robin-deactivate): Rename from robin-inactivate.
5948
5949 2012-07-29 Chong Yidong <cyd@gnu.org>
5950
5951 * simple.el (indicate-copied-region): New function.
5952 (kill-ring-save): Split off from here.
5953
5954 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
5955 (kill-rectangle): Set deactivate-mark to t on read-only error.
5956
5957 * register.el (copy-to-register, copy-rectangle-to-register):
5958 Deactivate the mark, and use indicate-copied-region (Bug#10056).
5959 (append-to-register, prepend-to-register): Call indicate-copied-region.
5960
5961 2012-07-29 Juri Linkov <juri@jurta.org>
5962
5963 * simple.el (async-shell-command-buffer): New defcustom.
5964 (shell-command): Use it. (Bug#4719)
5965
5966 2012-07-28 Eli Zaretskii <eliz@gnu.org>
5967
5968 * international/mule-cmds.el (set-locale-environment): In a
5969 console session on MS-Windows, set up keyboard and terminal
5970 encoding from the OEM codepage, not the ANSI codepage.
5971 (Bug#12055)
5972
5973 2012-07-28 Chong Yidong <cyd@gnu.org>
5974
5975 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
5976 gdb-get-location.
5977
5978 2012-07-28 Leo Liu <sdl.web@gmail.com>
5979
5980 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
5981 the alist (bug#12029).
5982
5983 2012-07-28 Eli Zaretskii <eliz@gnu.org>
5984
5985 * makefile.w32-in (custom-deps, finder-data, updates, compile)
5986 (compile-always, compile-first)
5987 ($(lisp)/calendar/cal-loaddefs.el)
5988 ($(lisp)/calendar/diary-loaddefs.el)
5989 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
5990 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
5991 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
5992 instead of on update-subdirs.
5993 (bootstrap-clean): Delete $(lisp)/subdirs.el.
5994
5995 2012-07-28 Chong Yidong <cyd@gnu.org>
5996
5997 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
5998 directory if vc-deduce-backend returns nil (Bug#7350).
5999
6000 * simple.el (delete-trailing-lines): New option.
6001 (delete-trailing-whitespace): Obey it (Bug#11879).
6002
6003 2012-07-28 David Engster <deng@randomsample.de>
6004
6005 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
6006 Explanation of new 'symbol-qnames feature in doc-strings.
6007 (xml-maybe-do-ns): Return expanded names as plain symbols if
6008 'symbol-qnames was provided in XML-NS argument (Bug#11916).
6009 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
6010
6011 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
6012
6013 Consistent completion in inferior python with emacs -nw.
6014 * progmodes/python.el (inferior-python-mode): replace "<tab>"
6015 binding in inferior-python-mode-map with "\t".
6016 (python-shell-completion-complete-at-point)
6017 (python-completion-complete-at-point): Remove interactive spec.
6018
6019 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
6020
6021 * calc/calccomp.el (math-compose-expr): Undo previous change.
6022
6023 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
6024
6025 * progmodes/python.el (python-mode-map): Add keybinding for
6026 run-python.
6027 (python-shell-make-comint): Fix pop-to-buffer call.
6028 (run-python): Autoload. New arg SHOW.
6029 (python-shell-get-or-create-process): Do not pop python process
6030 buffer.
6031
6032 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
6033
6034 * notifications.el (notifications-on-action-signal)
6035 (notifications-on-closed-signal): Use also the bus address for the map.
6036 (notifications-notify, notifications-close-notification)
6037 (notifications-get-capabilities): Add optional argument BUS.
6038
6039 2012-07-27 Tassilo Horn <tsdh@gnu.org>
6040
6041 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
6042 Add support for the lstlisting and minted environments, and for the
6043 ctable macro.
6044 * textmodes/reftex.el (reftex-compile-variables): Also recognize
6045 labels written in keyvals syntax.
6046
6047 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
6048
6049 * calc/calccomp.el (math-compose-expr): Use parentheses when
6050 there is a product in the denominator of a fraction.
6051
6052 2012-07-26 Eli Zaretskii <eliz@gnu.org>
6053
6054 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
6055 ($(lisp)/calendar/diary-loaddefs.el)
6056 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
6057 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
6058 Fixes failures in parallel bootstrap because subdirs.el is being
6059 rewritten while the autoload files are built at the same time,
6060 which needs to load subdirs.el.
6061
6062 2012-07-26 Martin Rudalics <rudalics@gmx.at>
6063
6064 * mouse.el (popup-menu): Fix doc-string and re-indent code.
6065 (mouse-drag-line): Don't exit tracking when a switch-frame or
6066 switch-window event occurs (Bug#12006).
6067
6068 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6069
6070 * mouse.el (popup-menu): Fix last change.
6071
6072 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 Autoload from Lisp with more care. Follow aliases when looking for
6075 function properties.
6076 * subr.el (autoloadp): New function.
6077 (symbol-file): Use it.
6078 (function-get): New function.
6079 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
6080 autoload-do-load.
6081 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
6082 (lisp-indent-function):
6083 * emacs-lisp/gv.el (gv-get):
6084 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
6085 * emacs-lisp/byte-opt.el (byte-optimize-form):
6086 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
6087 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
6088 Use function-get.
6089 * emacs-lisp/cl.el: Don't propagate function properties any more.
6090
6091 * speedbar.el (speedbar-add-localized-speedbar-support):
6092 * emacs-lisp/disass.el (disassemble-internal):
6093 * desktop.el (desktop-load-file):
6094 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
6095 (describe-function-1):
6096 * emacs-lisp/find-func.el (find-function-noselect):
6097 * emacs-lisp/elp.el (elp-instrument-function):
6098 * emacs-lisp/advice.el (ad-has-proper-definition):
6099 * apropos.el (apropos-safe-documentation, apropos-macrop):
6100 * emacs-lisp/debug.el (debug-on-entry):
6101 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
6102 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
6103 * calc/calc.el (name): Use autoloadp & autoload-do-load.
6104
6105 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
6106
6107 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
6108 function, not an obsolete variable (Bug#12046).
6109
6110 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
6111
6112 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
6113
6114 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
6115
6116 * emacs-lisp/pp.el (pp-display-expression): Select old selected
6117 window only if it is still live (Bug#12034).
6118
6119 2012-07-25 Martin Rudalics <rudalics@gmx.at>
6120
6121 * subr.el (redirect-frame-focus): Add advertised calling
6122 convention (Bug#12030).
6123
6124 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
6125
6126 Prefer typical American spelling for "acknowledgment".
6127 * vc/add-log.el (change-log-acknowledgment): Rename from
6128 change-log-acknowledgement, with an alias for the old name.
6129
6130 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
6131
6132 * calc-alg.el (math-simplify-divide): Don't cross multiply
6133 in an equation when the lhs is a variable.
6134
6135 2012-07-24 Julien Danjou <julien@danjou.info>
6136
6137 * net/netrc.el (netrc-find-service-number, netrc-store-data):
6138 Remove, unused.
6139
6140 2012-07-23 Eli Zaretskii <eliz@gnu.org>
6141
6142 * startup.el (command-line): Don't display an empty user name in
6143 the error message about non-existent home directory, when
6144 init-file-user was set to an empty string. See
6145 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
6146 for the details and context.
6147
6148 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
6149
6150 * ses.el (ses-cell-formula-aset): New macro.
6151 (ses-cell-references-aset): New macro.
6152 (ses-cell-p): New function.
6153 (ses-rename-cell): Do no longer rely on complex operations like
6154 ses-cell-set-formula or ses-set-cell to change the cell and handle
6155 the undo at the same time, but rather use lower level new macros
6156 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
6157 the undo directly. Refresh the mode line.
6158
6159 2012-07-21 Leo Liu <sdl.web@gmail.com>
6160
6161 * progmodes/cc-cmds.el (c-defun-name):
6162 Use match-string-no-properties instead for consistency.
6163
6164 2012-07-20 Leo Liu <sdl.web@gmail.com>
6165
6166 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
6167 (Bug#7879)
6168
6169 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
6170
6171 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6172
6173 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
6174 * progmodes/bug-reference.el, misearch.el: Provide themselves
6175 (bug#11915).
6176
6177 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
6178 of narrowed buffer (bug#11966).
6179
6180 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
6181
6182 * ses.el (ses-rename-cell): Set new name also in reference list of
6183 cells of which the renamed cell depends.
6184
6185 2012-07-20 Masatake YAMATO <yamato@redhat.com>
6186
6187 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
6188 to check whether menu-bar is shown or not. If not shown,
6189 show the menu-bar as a popup menu instead of using tmm.
6190 * mouse.el (popup-menu): Accept `point' as `position' argument.
6191
6192 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
6193
6194 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
6195 up inside string symbol literal (bug#11923).
6196
6197 2012-07-20 Eli Zaretskii <eliz@gnu.org>
6198
6199 * startup.el (fancy-startup-text): Read the whole tutorial, not
6200 just its first 256 bytes. Prevents gibberish in display of the
6201 tutorial title.
6202
6203 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
6204
6205 Drop idle buffer compaction due to an absence of the
6206 proved efficiency.
6207 * compact.el: Remove.
6208
6209 2012-07-19 Sam Steingold <sds@gnu.org>
6210
6211 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
6212 vc-bzr-pull & vc-bzr-merge-branch.
6213 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
6214 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
6215 for consistency with compilation-error-regexp-alist.
6216 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
6217 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
6218 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
6219 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
6220
6221 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6222
6223 * emacs-lisp/chart.el: Use lexical-binding.
6224 (chart-emacs-storage): Don't hardcode the list of entries.
6225
6226 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
6227
6228 Next round of tweaks caused by Fgarbage_collect changes.
6229 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
6230
6231 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
6232
6233 Compact buffers when idle.
6234 * compact.el: New file.
6235
6236 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6237
6238 * subr.el (eventp): Presume that if it looks vaguely like an event,
6239 it's an event (bug#10190).
6240
6241 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
6242
6243 Enhancements to ppss related code (thanks Stefan).
6244 * progmodes/python.el (python-indent-context)
6245 (python-indent-calculate-indentation, python-indent-dedent-line)
6246 (python-indent-electric-colon, python-nav-forward-block)
6247 (python-mode-abbrev-table)
6248 (python-info-assignment-continuation-line-p): Simplify checks
6249 for ppss context.
6250 (python-info-continuation-line-p): Cleanup.
6251 (python-info-ppss-context): Do not catch 'quote.
6252 (python-info-ppss-context-type)
6253 (python-info-ppss-comment-or-string-p): Simplify.
6254
6255 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
6256
6257 * progmodes/python.el: Enhancements to eldoc support.
6258 (python-info-current-symbol): New function.
6259 (python-eldoc-at-point): Use python-info-current-symbol.
6260 (python-info-current-defun): Fix cornercase on first defun scan.
6261 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
6262 and signal error when no inferior python process is available.
6263
6264 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
6265
6266 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
6267 assume it's always t.
6268 (vc-git-registered): Remove caching, the function is only called
6269 once.
6270 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
6271
6272 2012-07-18 Chong Yidong <cyd@gnu.org>
6273
6274 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
6275
6276 * simple.el (count-words): Report on narrowing (Bug#9959).
6277
6278 * bindings.el: Bind M-= to count-words.
6279
6280 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
6281
6282 2012-07-18 Masatake YAMATO <yamato@redhat.com>
6283
6284 * progmodes/sh-script.el (sh-imenu-generic-expression):
6285 Capture a function with `function' keyword and without parentheses
6286 like "function FOO" (bug#11856).
6287
6288 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
6289
6290 * window.el (split-window-sensibly): Make WINDOW argument
6291 optional.
6292
6293 2012-07-18 Chong Yidong <cyd@gnu.org>
6294
6295 * subr.el (keyboard-translate): Doc fix (Bug#7261).
6296
6297 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
6298 and make C-x 8 RET exit isearch (Bug#11439).
6299
6300 * international/iso-transl.el: Move isearch-mode-map key
6301 definitions to isearch.el.
6302
6303 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6304
6305 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
6306 (eieio-defclass): Use gv-define-setter when possible.
6307
6308 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
6309
6310 Reflect recent changes in Fgarbage_collect.
6311 * emacs-lisp/chart.el (chart-emacs-storage): Change to
6312 reflect new format of data returned by Fgarbage_collect.
6313
6314 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
6315
6316 New utility functions + python-info-ppss-context fix (Bug#11910).
6317 * progmodes/python.el (python-info-beginning-of-block-statement-p)
6318 (python-info-ppss-comment-or-string-p): New functions.
6319 (python-info-ppss-context): Small fix for string check.
6320
6321 2012-07-17 Juri Linkov <juri@jurta.org>
6322
6323 * dired-aux.el (dired-do-async-shell-command): Doc fix.
6324 (dired-do-async-shell-command): Don't add `*' at the end of the
6325 command (Bug#11815).
6326 (dired-do-shell-command): Doc fix.
6327 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
6328 Join the individual commands using either "&" or ";" as the
6329 separator depending on the values of these trailing characters.
6330 At the end re-add the trailing "&". (Bug#10598)
6331
6332 * simple.el (async-shell-command): Sync the interactive spec with
6333 `shell-command'. Doc fix.
6334 (shell-command): Doc fix.
6335
6336 2012-07-17 Juri Linkov <juri@jurta.org>
6337
6338 * descr-text.el (describe-char): Fix format args. (Bug#10129)
6339
6340 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
6341
6342 Final renames and doc fixes for movement commands (bug#11899).
6343 * progmodes/python.el (python-nav-beginning-of-statement):
6344 Rename from python-nav-statement-start.
6345 (python-nav-end-of-statement): Rename from
6346 python-nav-statement-end.
6347 (python-nav-beginning-of-block): Rename from
6348 python-nav-block-start.
6349 (python-nav-end-of-block): Rename from python-nav-block-end.
6350
6351 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
6352
6353 * progmodes/python.el (python-shell-send-string-no-output):
6354 Allow accept-process-output to quit, keeping shell process ready for
6355 future interactions (Bug#11868).
6356
6357 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6358
6359 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
6360
6361 * emacs-lisp/elint.el (elint-find-args-in-code):
6362 Use help-function-arglist, so as to handle lexical byte-code.
6363
6364 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
6365 change (bug#11826).
6366
6367 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6368
6369 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
6370 Avoid spuriously marking the buffer as modified because of c-is-sws.
6371
6372 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
6373 as not-a-comment (bug#11946).
6374
6375 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
6376 for uninterned vars.
6377
6378 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
6379 Use read-event since we don't really want to read chars but bytes.
6380
6381 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
6382 $$..$$ but also $..$ using regexps (bug#11953).
6383 Use tex-verbatim for \url and \path.
6384 (tex-font-lock-keywords): Define as defconst like the others.
6385 (tex-common-initialization): Don't use font-lock-syntax-table any more.
6386
6387 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
6388
6389 * international/mule-cmds.el (ucs-insert): Make it an obsolete
6390 alias for insert-char.
6391
6392 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
6393
6394 * progmodes/python.el: Simplified imenu implementation.
6395 (python-nav-jump-to-defun): Remove command.
6396 (python-mode-map): Use `imenu' instead.
6397 (python-nav-list-defun-positions-cache)
6398 (python-imenu-include-defun-type, python-imenu-make-tree)
6399 (python-imenu-subtree-root-label, python-imenu-index-alist):
6400 Remove vars.
6401 (python-nav-list-defun-positions, python-nav-read-defun)
6402 (python-imenu-tree-assoc, python-imenu-make-element-tree)
6403 (python-imenu-make-tree, python-imenu-create-index):
6404 Remove functions.
6405 (python-mode): Update to interact with imenu by setting
6406 `imenu-extract-index-name-function' only.
6407
6408 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
6409
6410 * progmodes/python.el: Enhancements to navigation commands.
6411 (python-nav-backward-sentence)
6412 (python-nav-forward-sentence): Remove.
6413 (python-nav-backward-statement, python-nav-forward-statement)
6414 (python-nav-statement-start, python-nav-statement-end)
6415 (python-nav-backward-block, python-nav-forward-block)
6416 (python-nav-block-start, python-nav-block-end)
6417 (python-nav-forward-sexp-function)
6418 (python-info-current-line-comment-p)
6419 (python-info-current-line-empty-p): New functions.
6420 (python-indent-context): Use `python-nav-statement-start'.
6421
6422 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
6423
6424 * eshell/em-ls.el (eshell/ls): Use `apply'.
6425
6426 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
6427 multi-hops, instead of Tramp internals.
6428
6429 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
6430
6431 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
6432 when F1 and F2 are located on different hosts.
6433
6434 2012-07-14 Chong Yidong <cyd@gnu.org>
6435
6436 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
6437 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
6438 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
6439 (xterm-mouse--read-event-sequence-1000)
6440 (xterm-mouse--read-event-sequence-1006): New functions. For old
6441 mouse protocol, handle M-mouse-X events correctly.
6442 (xterm-mouse-event): New arg specifying mouse protocol.
6443 (turn-on-xterm-mouse-tracking-on-terminal)
6444 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
6445 sequence to toggle extended coordinates on newer XTerms.
6446 This appears to be harmless on terminals which do not support this.
6447
6448 2012-07-14 Leo Liu <sdl.web@gmail.com>
6449
6450 Add fringe bitmap indicators for flymake. (Bug#11253)
6451 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
6452 (flymake-make-overlay): New arg BITMAP.
6453 (flymake-error-bitmap, flymake-warning-bitmap)
6454 (flymake-fringe-indicator-position): New user variables.
6455
6456 * fringe.el: New bitmap exclamation-mark.
6457
6458 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
6459
6460 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
6461 also (Bug#7879).
6462
6463 2012-07-14 Chong Yidong <cyd@gnu.org>
6464
6465 * electric.el (electric-pair-post-self-insert-function): Fix pair
6466 insertion in empty-region case (Bug#11520).
6467
6468 2012-07-14 Chong Yidong <cyd@gnu.org>
6469
6470 * bindings.el: Consolidate ctl-x-r-map bindings.
6471 Bind copy-rectangle-as-kill to C-x r w.
6472
6473 * rect.el, register.el: Move bindings to bindings.el.
6474
6475 2012-07-14 Reuben Thomas <rrt@sc3d.org>
6476
6477 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
6478
6479 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
6480
6481 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
6482
6483 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
6484
6485 * bindings.el (top): Use `mapc' instead of `mapcar'.
6486
6487 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
6488
6489 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
6490
6491 * progmodes/sql.el (sql-comint): Suppress the check for program on
6492 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
6493 (Bug#11908)
6494
6495 2012-07-13 Chong Yidong <cyd@gnu.org>
6496
6497 * bindings.el: Assign a non-nil permanent-local property to
6498 per-buffer variables which lack a default value (Bug#11930).
6499
6500 * help-fns.el (describe-variable): In the "automatically becomes
6501 local" notice, take note of permanent-local variables.
6502
6503 2012-07-13 Chong Yidong <cyd@gnu.org>
6504
6505 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
6506 to allow printing the message when called from Lisp.
6507
6508 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6509 Remove toggle-read-only.
6510
6511 * bs.el (bs-toggle-readonly):
6512 * buff-menu.el (Buffer-menu-toggle-read-only):
6513 Remove with-no-warnings around toggle-read-only.
6514
6515 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
6516 Remove with-no-warnings around toggle-read-only.
6517 (ffap-read-only, ffap-read-only-other-window)
6518 (ffap-read-only-other-frame): Callers changed.
6519
6520 * help-mode.el: Don't require view package.
6521 (help-mode-finish): Set buffer-read-only instead of calling
6522 toggle-read-only.
6523
6524 * bindings.el (mode-line-toggle-read-only):
6525 * dired.el (dired-toggle-read-only):
6526 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
6527 with non-nil second arg.
6528
6529 * emacs-lisp/eieio-custom.el (eieio-customize-object):
6530 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
6531 directly.
6532
6533 2012-07-12 Eli Zaretskii <eliz@gnu.org>
6534
6535 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
6536 not incf.
6537
6538 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6539
6540 More CL cleanups and reduction of use of cl.el.
6541 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
6542 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
6543 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
6544 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
6545 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
6546 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
6547 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
6548 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
6549 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
6550 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
6551 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
6552 * eshell/em-cmpl.el, eshell/em-banner.el:
6553 * calendar/parse-time.el: Use cl-lib.
6554 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
6555 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
6556 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
6557 * term/ns-win.el, term.el, shell.el, ps-samp.el:
6558 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
6559 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
6560 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
6561 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
6562 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
6563 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
6564 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
6565 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
6566 `lambda' rather than with `quote'.
6567 (eshell-do-opt): Adjust accordingly.
6568 (eshell-process-option): Simplify.
6569 * eshell/esh-var.el:
6570 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
6571 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
6572 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
6573 to `pcase--dontcare'.
6574 * emacs-lisp/cl.el (labels): Mark obsolete.
6575 (cl--letf, letf): Move to cl-lib.
6576 (cl--letf*, letf*): Remove.
6577 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
6578 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
6579 (cl-progv): Rewrite.
6580 (cl--letf, cl-letf): Move from cl.el.
6581 (cl-letf*): New macro.
6582 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
6583
6584 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
6585
6586 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
6587
6588 2012-07-11 Chong Yidong <cyd@gnu.org>
6589
6590 * vc/log-edit.el (log-edit-vc-backend): New variable.
6591 (log-edit): Doc fix.
6592
6593 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
6594 argument of log-edit to set up all local variables.
6595 (vc-start-logentry): New optional arg specifying VC backend.
6596
6597 * vc/vc.el (vc-checkin): Use it.
6598 (vc-deduce-fileset): Handle Log Edit buffers.
6599 (vc-diff): Make first argument optional too.
6600
6601 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
6602
6603 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
6604
6605 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
6606 command, just in case. The function is not needed anymore.
6607 (eshell-external-command): Do not call `eshell-remote-command'.
6608
6609 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 Reduce use of (require 'cl).
6612 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
6613 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
6614 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
6615 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
6616 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
6617 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
6618 * battery.el, avoid.el, abbrev.el: Use cl-lib.
6619 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
6620 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
6621 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
6622 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
6623 * calculator.el, autorevert.el, apropos.el: Don't require CL.
6624 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
6625 (byte-compile-unfold-bcf, byte-compile-check-variable):
6626 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
6627 (byte-compile-nilconstp):
6628 * emacs-lisp/autoload.el (make-autoload): Use pcase.
6629 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
6630
6631 * emacs-lisp/gv.el (cond): Make it a valid place.
6632 (if): Simplify slightly.
6633
6634 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
6635 (pcase--self-quoting-p): New function.
6636 (pcase--u1): Use it.
6637
6638 2012-07-10 Glenn Morris <rgm@gnu.org>
6639
6640 * emacs-lisp/authors.el (authors-fixed-entries):
6641 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
6642
6643 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
6644
6645 Rename configure.in to configure.ac (Bug#11603).
6646 * emacs-lisp/authors.el (authors-canonical-file-name):
6647 * progmodes/autoconf.el (autoconf-mode):
6648 Prefer configure.ac to configure.in.
6649
6650 2012-07-08 Chong Yidong <cyd@gnu.org>
6651
6652 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
6653 Implement the mouse-1-click-follows-link handling properly.
6654
6655 * info.el (Info-link-keymap): Use follow-link mechanism for
6656 header-line links (Bug#374).
6657
6658 * simple.el (deactivate-mark): Do not set the primary selection
6659 if another program has acquired it (Bug#11772).
6660
6661 2012-07-07 Kevin Ryde <user42@zip.com.au>
6662
6663 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
6664 (woman-decode-region): Replace escaped-escapes without destroying
6665 bold or underline (Bug#11552).
6666 (woman2-process-escapes): Handle nofill regions (Bug#11591).
6667
6668 2012-07-07 Chong Yidong <cyd@gnu.org>
6669
6670 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
6671 (interprogram-cut-function, interprogram-paste-function):
6672 Mention that we typically mean the clipboard.
6673
6674 2012-07-06 Glenn Morris <rgm@gnu.org>
6675
6676 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
6677
6678 * files.el (toggle-read-only): Restrict message to interactive use.
6679
6680 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
6681
6682 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
6683
6684 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
6685
6686 2012-07-06 Glenn Morris <rgm@gnu.org>
6687
6688 * Makefile.in (compile-one-process): Rename from "recompile".
6689
6690 * Makefile.in (bzr-update): "compile" is the same as "recompile
6691 autoloads", but parallelizable, so use that instead.
6692
6693 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
6694
6695 * window.el (quit-window): Always restore window height when
6696 it's saved in quit-restore parameter (Bug#11810).
6697
6698 2012-07-06 Glenn Morris <rgm@gnu.org>
6699
6700 * simple.el (kill-whole-line): Doc tweak.
6701
6702 2012-07-06 Eli Zaretskii <eliz@gnu.org>
6703
6704 * files.el (file-relative-name): Compare file names
6705 case-insensitively if on MS-Windows or MS-DOS, or if
6706 read-file-name-completion-ignore-case is non-nil. Don't use
6707 case-fold-search for this purpose. (Bug#11827)
6708
6709 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
6710
6711 * calendar/cal-dst.el (calendar-current-time-zone):
6712 Return calendar-current-time-zone-cache if non-nil.
6713
6714 2012-07-17 Masatake YAMATO <yamato@redhat.com>
6715 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
6716
6717 * calendar/cal-dst.el (calendar-current-time-zone):
6718 Return calendar-current-time-zone-cache if non-nil.
6719
6720 2012-07-06 Glenn Morris <rgm@gnu.org>
6721
6722 * Makefile.in (cvs-update): Remove old alias.
6723
6724 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
6725
6726 Sync with Tramp 2.2.6-pre.
6727
6728 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
6729 compatible declaration.
6730
6731 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6732 Protect `list-load-path-shadows' call.
6733
6734 * net/tramp-compat.el (top): Require packages, which aren't
6735 autoloaded anymore for XEmacs. Protect call of
6736 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
6737 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
6738 it hurts at least for SXEmacs.
6739 (tramp-compat-temporary-file-directory): In XEmacs, there is no
6740 standard-value for `temporary-file-directory'.
6741
6742 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
6743 Redirect stderr to /dev/null.
6744 (tramp-sh-handle-write-region): uid and gid can be floats.
6745 Reported by Russell Sim <russell.sim@gmail.com>.
6746 (tramp-sh-handle-vc-registered): Hide errors.
6747 (tramp-vc-file-name-handler): Use dummy results for `process-file'
6748 and `start-file-process'.
6749 (tramp-maybe-open-connection): Check also whether `non-essential'
6750 is bound.
6751
6752 2012-07-04 Chong Yidong <cyd@gnu.org>
6753
6754 * xml.el (xml--parse-buffer): Use xml-syntax-table.
6755 (xml-parse-tag): Likewise, and avoid changing entity tables.
6756 (xml-syntax-table): Define from scratch, making sure not to give
6757 x2000 and other Unicode spaces whitespace syntax, since those are
6758 not spaces in XML.
6759 (xml-parse-fragment): Delete unused function.
6760 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
6761 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
6762 (xml-entity-ref, xml-pe-reference-re)
6763 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
6764 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
6765 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
6766 (xml-entity-value-re): Use syntax references in regexps where
6767 possible; no need to define inside a let-binding.
6768 (xml-parse-dtd): Use xml-pe-reference-re.
6769 (xml-entity-or-char-ref-re): New defconst.
6770 (xml-parse-string, xml-substitute-special): Use it.
6771
6772 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * files.el (locate-dominating-file): Allow `name' to be a predicate.
6775 (find-file--read-only): New function.
6776 (find-file-read-only, find-file-read-only-other-window)
6777 (find-file-read-only-other-frame): Use it.
6778 (insert-file-contents-literally): Don't `fset'.
6779 (get-free-disk-space): Use locate-dominating-file.
6780
6781 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
6782 function is already compiled.
6783
6784 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
6785
6786 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
6787
6788 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
6789 files on the same host.
6790
6791 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
6792
6793 * help-fns.el (describe-function-1): Only call
6794 help-fns--autoloaded-p when we have a file name. (Bug#11848)
6795
6796 2012-07-03 Chong Yidong <cyd@gnu.org>
6797
6798 * xml.el: Protect parser against XML bombs.
6799 (xml-entity-expansion-limit): New variable.
6800 (xml-parse-string, xml-substitute-special): Use it.
6801 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
6802
6803 2012-07-03 Glenn Morris <rgm@gnu.org>
6804
6805 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6806 Allow linking to specific messages in debbugs reports (eg 123#5).
6807
6808 2012-07-02 Chong Yidong <cyd@gnu.org>
6809
6810 * xml.el: Fix entity and character reference expansion, allowing
6811 them to expand into markup as per XML spec.
6812 (xml-default-ns): New variable.
6813 (xml-entity-alist): Use XML spec definitions for lt and amp.
6814 (xml-parse-region): Make first two arguments optional.
6815 Discard text properties.
6816 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
6817 All callers changed.
6818 (xml-parse-tag): Call xml-parse-tag-1. For backward
6819 compatibility, this function should not modify buffer contents.
6820 (xml-parse-tag-1): Fix opening-tag regexp.
6821 (xml-parse-string): Rewrite, handling entity and character
6822 references properly.
6823 (xml--entity-replacement-text): Signal an error if a parameter
6824 entity is undefined.
6825
6826 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6827
6828 * comint.el (comint-output-filter): Filter out repeated prompts.
6829
6830 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
6831 and file-name-absolute-p.
6832 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
6833 internal calls.
6834
6835 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
6836
6837 Spelling fixes.
6838 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
6839 Rename from byte-compile--refiy-function. All uses changed.
6840
6841 2012-07-01 Chong Yidong <cyd@gnu.org>
6842
6843 * xml.el (xml--parse-buffer): New function. Move most of
6844 xml-parse-region here.
6845 (xml-parse-region): Copy region into a temporary buffer, since
6846 parameter entity substitution requires changing buffer contents.
6847 Use xml--parse-buffer.
6848 (xml-parse-file): Use xml--parse-buffer.
6849 (xml-parse-dtd): Make parameter entity substitution work right.
6850 Use proper regexps for ELEMENT declarations (Bug#7172).
6851
6852 2012-06-30 Glenn Morris <rgm@gnu.org>
6853
6854 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
6855
6856 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
6857 Remove outdated and unnecessary dbus declarations.
6858
6859 2012-06-30 Eli Zaretskii <eliz@gnu.org>
6860
6861 * emacs-lisp/timer.el (timer-until): Subtract results of
6862 float-time, instead of taking float-time of the result of
6863 time-subtract, since float-time signals an error for negative time
6864 arguments.
6865
6866 2012-06-30 Chong Yidong <cyd@gnu.org>
6867
6868 * xml.el (xml-*-re): Convert defvars into defconsts, and
6869 eval-and-compile them so eval-and-compile works on derivatives.
6870 (xml--entity-replacement-text): Use eval-and-comple.
6871
6872 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
6873
6874 * vc/vc-git.el (vc-git-registered): Use cache property
6875 `git-registered'.
6876 (vc-git-mode-line-string): Call `vc-working-revision' instead of
6877 `vc-git-working-revision' in order to benefit from the cache.
6878 (vc-git-root): Use cache property `git-root'. (Bug#11757)
6879
6880 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
6881
6882 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
6883 removed (likely outside Emacs). (Bug#11757)
6884
6885 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * emacs-lisp/cl-lib.el: Require macroexp.
6888
6889 2012-06-30 Chong Yidong <cyd@gnu.org>
6890
6891 * xml.el: Implement XML parameter entities.
6892 (xml-parameter-entity-alist): New variable.
6893 (xml-parse-region, xml-parse-fragment): Preserve previous values
6894 of xml-entity-alist and xml-parameter-entity-alist, so that
6895 repeated calls on different documents do not change them.
6896 (xml-parse-tag): Fix doctype regexp.
6897 (xml--entity-replacement-text): New function.
6898 (xml-parse-dtd): Use it. Don't handle system entities; doing that
6899 properly requires url retrieval which is unimplemented.
6900 (xml-escape-string): Doc fix.
6901
6902 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
6905
6906 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
6907
6908 * fringe.el (fringe-mode): Doc fix.
6909
6910 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
6911
6912 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
6913 is non-nil.
6914 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
6915 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
6916
6917 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
6918
6919 * calendar/cal-dst.el (calendar-current-time-zone):
6920 Return calendar-current-time-zone-cache if non-nil.
6921
6922 2012-06-29 Masatake YAMATO <yamato@redhat.com>
6923
6924 * progmodes/which-func.el (which-func-format):
6925 Add mouse-face. (Bug#11698)
6926
6927 2012-06-29 Leo Liu <sdl.web@gmail.com>
6928
6929 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
6930
6931 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6932
6933 * minibuffer.el (minibuffer-confirm-exit-commands):
6934 Add completion-at-point (bug#11725).
6935
6936 2012-06-29 Glenn Morris <rgm@gnu.org>
6937
6938 * progmodes/f90.el (f90-font-lock-keywords-2):
6939 Add some preprocessor elements. (Bug#10499)
6940
6941 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6942
6943 * progmodes/cperl-mode.el (cperl-update-syntaxification):
6944 Use syntax-propertize (bug#11739).
6945
6946 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
6947
6948 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
6949
6950 2012-06-28 Julien Danjou <julien@danjou.info>
6951
6952 * term.el (term-handle-colors-array): Use a set of new faces to
6953 color the terminal. Also uses :inverse-video property.
6954 (term-default-fg-color): Set to nil by default, deprecate in favor
6955 of `term-face'.
6956 (term-default-bg-color): Set to nil by default, deprecate in favor
6957 of `term-face'.
6958 (term-current-face): Use `term-face' by default.
6959 (term-bold-attribute): Variable deleted.
6960
6961 2012-06-28 Glenn Morris <rgm@gnu.org>
6962
6963 * simple.el (completion-list-mode-finish):
6964 Don't use toggle-read-only. (Since completion-list-mode has
6965 a special mode-class, it wasn't doing anything extra anyway.)
6966
6967 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6968
6969 Make inlining of other-mode interpreted functions work (bug#11799).
6970 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
6971 (byte-compile): Use it to fix compilation of lexical-binding closures.
6972 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
6973 function, if needed.
6974
6975 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6976
6977 * help-mode.el (help-make-xrefs): Don't just withstand
6978 cyclic-variable-indirection but any error in documentation-property.
6979
6980 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
6981 memory use.
6982 * bindings.el (bindings--define-key): New function.
6983 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
6984 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
6985 * bindings.el: Use it to purecopy define-key bindings.
6986
6987 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
6988
6989 * emacs-lisp/cl.el (flet): Mark obsolete.
6990 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
6991 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
6992 * progmodes/js.el (js-c-fill-paragraph):
6993 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
6994 (ebrowse-switch-member-buffer-to-derived-class):
6995 * play/5x5.el (5x5-solver): Use cl-flet.
6996
6997 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
6998 (cl--symbol-function): New macro.
6999 (cl--letf, cl--letf*): Use it.
7000
7001 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7002 Strip "toggle-" if any.
7003
7004 2012-06-27 Glenn Morris <rgm@gnu.org>
7005
7006 * info.el (Info-default-directory-list): Move here from paths.el.
7007 * paths.el: Remove file, which is now empty.
7008 * loadup.el: No longer load "paths".
7009
7010 * custom.el (custom-initialize-delay): Doc fix.
7011
7012 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7013 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7014 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7015 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7016 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7017 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
7018 * eshell/eshell.el (eshell-defgroup): Remove alias.
7019
7020 2012-06-27 Chong Yidong <cyd@gnu.org>
7021
7022 * help.el (help-enable-auto-load): New variable.
7023
7024 * help-fns.el (help-fns--autoloaded-p): New function.
7025 (describe-function-1): Refer to a function as "autoloaded" if it
7026 was autoloaded at any time in the past. Perform autoloading if
7027 help-enable-auto-load is non-nil.
7028
7029 2012-06-26 Eli Zaretskii <eliz@gnu.org>
7030
7031 * makefile.w32-in (compile, compile-always): Depend on
7032 update-subdirs, not on subdirs.el. Otherwise, several different
7033 sub-targets of 'bootstrap' running in parallel could
7034 simultaneously write to subdirs.el, producing a garbled file.
7035
7036 2012-06-26 Sam Steingold <sds@gnu.org>
7037
7038 * files.el (file-name-base): New convenience function.
7039 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
7040 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
7041 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
7042 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
7043 * textmodes/ispell.el, textmodes/reftex-ref.el:
7044 * textmodes/tex-mode.el: Use it.
7045 Did not touch cedet and org because they are maintained elsewhere.
7046
7047 2012-06-26 Martin Rudalics <rudalics@gmx.at>
7048
7049 * calendar/calendar.el (calendar-exit): Don't try to delete or
7050 iconify last frame. See:
7051 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
7052
7053 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
7054
7055 * server.el (server-process-filter): Remember dir in the
7056 process's `server-client-directory' properties.
7057
7058 2012-06-24 Chong Yidong <cyd@gnu.org>
7059
7060 * xml.el (xml-parse-tag): Correctly handle comment embedded in
7061 non-tag text.
7062
7063 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
7064
7065 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
7066
7067 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7068
7069 * help-fns.el (describe-variable): Don't croak when doc is not found.
7070 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
7071 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
7072 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
7073 * emacs-lisp/smie.el (smie-next-sexp): CSE.
7074 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
7075 ((lambda ..) ..).
7076 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
7077
7078 2012-06-23 Chong Yidong <cyd@gnu.org>
7079
7080 * info.el (Info-mouse-follow-link): Accept symbol values of
7081 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
7082 (Info-fontify-node): Use Info-link-keymap for all navigation
7083 buttons, with link-args property to perform the desired action.
7084 (Info-link-keymap): Doc fix.
7085 (Info-next-link-keymap, Info-prev-link-keymap)
7086 (Info-up-link-keymap): Delete now-unused keymaps.
7087
7088 2012-06-23 Chong Yidong <cyd@gnu.org>
7089
7090 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
7091
7092 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
7093 system abbrevs.
7094
7095 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
7096
7097 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7098
7099 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
7100 (bug#11719).
7101
7102 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
7103 the requote function doesn't work properly (bug#11714).
7104
7105 2012-06-23 Glenn Morris <rgm@gnu.org>
7106
7107 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
7108
7109 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7110
7111 Further GV/CL cleanups.
7112 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
7113 gv-expander.
7114 (gv--defun-declaration): New function.
7115 (defun-declarations-alist): Use it.
7116 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
7117 (gv-place): Autoload.
7118 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
7119 original definition of dotimes and dolist.
7120 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
7121 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
7122 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
7123 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
7124 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
7125 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
7126 to the function's definition.
7127 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
7128 * window.el:
7129 * files.el:
7130 * faces.el:
7131 * env.el: Don't use CL.
7132
7133 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
7134
7135 Support higher-resolution time stamps (Bug#9000).
7136
7137 * calendar/time-date.el (with-decoded-time-value): New arg
7138 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
7139 (encode-time-value): New optional arg PICO. New type 3.
7140 (time-to-seconds) [!float-time]: Support the new picoseconds
7141 component if it's used.
7142 (seconds-to-time, time-subtract, time-add):
7143 Support ps-resolution time stamps as well.
7144
7145 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
7146 (timerp): Timer vectors now have length 9, not 8.
7147 (timer--time): Support new-style (4-part) time stamps.
7148 (timer-next-integral-multiple-of-time): Time stamps now have
7149 picosecond resolution, so take a bit more care about rounding.
7150 (timer-relative-time, timer-inc-time): New optional arg psecs.
7151 (timer-set-time-with-usecs): Set psecs to 0.
7152 (timer--activate): Check psecs component, too.
7153
7154 * proced.el (proced-time-lessp): Support ps-resolution stamps.
7155
7156 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
7159 Move the non-essential binding to the post/pre-command-hook where it is
7160 more obviously correct.
7161
7162 * subr.el (read-passwd): Don't use a history at all.
7163 * savehist.el (savehist-save): Remove password saved accidentally
7164 because of the above bug.
7165
7166 2012-06-22 Bastien Guerry <bzg@gnu.org>
7167
7168 * files.el (toggle-read-only): Display a message telling whether
7169 the buffer is read-only or not (bug#11726).
7170
7171 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7172
7173 * emacs-lisp/gv.el: New file.
7174 * subr.el (push, pop): Extend to generalized variables.
7175 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
7176 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
7177 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
7178 gv-define-simple-setter, and gv-define-expander.
7179 Remove setf-methods defined in gv. Rename cl-setf -> setf.
7180 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
7181 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
7182 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
7183 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
7184 gv-letplace.
7185 (cl-defstruct): Don't define setf-method any more.
7186 * emacs-lisp/cl.el (flet): Don't autoload.
7187 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
7188 (define-setf-expander, defsetf, define-modify-macro)
7189 (cl-struct-setf-expander): Move from cl-lib.el.
7190 * emacs-lisp/syntax.el:
7191 * emacs-lisp/ewoc.el:
7192 * emacs-lisp/smie.el:
7193 * emacs-lisp/cconv.el:
7194 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
7195 (timer--time): Use gv-define-simple-setter.
7196 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
7197 to avoid coding-system problems in subr.el. Adjust all users.
7198 (macroexp--maxsize, macroexp-small-p): New functions.
7199 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
7200 * scroll-bar.el (scroll-bar-mode):
7201 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
7202 (normal-erase-is-backspace-mode): Don't use the `eq' place.
7203 * winner.el (winner-configuration, winner-make-point-alist)
7204 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
7205 * files.el (locate-file-completion-table): Avoid list*.
7206
7207 2012-06-22 Chong Yidong <cyd@gnu.org>
7208
7209 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
7210 (dired-create-files): Doc fix (Bug#11329).
7211 (dired-do-copy): Doc fix (Bug#11334).
7212 (dired-mark-read-string): Doc fix (Bug#11553).
7213
7214 * dired.el (dired-recursive-copies, dired-recursive-deletes):
7215 Doc fix (Bug#11326).
7216 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
7217 (dired-dwim-target): Doc fix.
7218
7219 * wdired.el (wdired-mode): Doc fix.
7220
7221 2012-06-22 Glenn Morris <rgm@gnu.org>
7222
7223 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
7224 (pcmpl-rpm-cache-stamp-file): New constant.
7225 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
7226 (pcmpl-rpm-packages): Optionally cache list of packages.
7227
7228 * pcmpl-rpm.el (pcmpl-rpm): New group.
7229 (pcmpl-rpm-query-options): New option.
7230 (pcmpl-rpm-packages): No need to inline it.
7231 Use pcmpl-rpm-query-options.
7232
7233 * calendar/calendar.el (calendar-in-read-only-buffer):
7234 Avoid some needless mode changes.
7235
7236 2012-06-21 Chong Yidong <cyd@gnu.org>
7237
7238 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
7239 (desktop-path): Remove . from the default value (Bug#10977).
7240 (desktop-read): Use user-emacs-directory if desktop-path is nil.
7241
7242 2012-06-20 Chong Yidong <cyd@gnu.org>
7243
7244 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
7245
7246 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
7247
7248 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
7249 (bug#11201).
7250
7251 2012-06-20 Chong Yidong <cyd@gnu.org>
7252
7253 * term.el (term-window-width): Handle the case of a missing right
7254 fringe (Bug#8837).
7255 (term-check-size): Use window-text-height (Bug#5445).
7256 (term-mode): Use define-derived-mode. Minor cleanups.
7257 Set font-lock-defaults (Bug#7692).
7258 (term-move-columns, term-insert-char, term-emulate-terminal)
7259 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
7260
7261 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
7262
7263 * net/ange-ftp.el (ange-ftp-get-passwd):
7264 Bind `enable-recursive-minibuffers'.
7265 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
7266
7267 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
7268
7269 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
7270
7271 2012-06-19 Glenn Morris <rgm@gnu.org>
7272
7273 * progmodes/python.el (python-mode): Derive from prog-mode.
7274
7275 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
7276
7277 * emulation/edt.el (edt-default-menu-bar-update-buffers)
7278 (edt-user-menu-bar-update-buffers): New functions.
7279 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
7280
7281 2012-06-19 Chong Yidong <cyd@gnu.org>
7282
7283 * subr.el (with-selected-window): Preserve the selected window's
7284 terminal's top-frame (Bug#4702).
7285
7286 * window.el (save-selected-window): Likewise.
7287
7288 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7289
7290 * progmodes/python.el (python-rx-constituents): Move backquote.
7291 (python-skeleton-define, python-define-auxiliary-skeleton):
7292 Use `declare'.
7293
7294 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
7295
7296 * minibuffer.el (read-file-name-default): Revert the patch from
7297 2012-06-17.
7298
7299 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7300
7301 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
7302 (pcase--u1, pcase--q1): Don't use apply-partially.
7303
7304 2012-06-18 Glenn Morris <rgm@gnu.org>
7305
7306 * progmodes/python.el (python-proc, python-buffer)
7307 (python-send-receive, python-send-string): Fix obsolete versions.
7308
7309 2012-06-18 Martin Rudalics <rudalics@gmx.at>
7310
7311 * window.el (special-display-p): Completely remove stringp
7312 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
7313
7314 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
7315
7316 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
7317
7318 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
7319
7320 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
7321 * net/tramp-sh.el (tramp-maybe-open-connection):
7322 Throw if `non-essential' is non-nil.
7323
7324 2012-06-17 Martin Rudalics <rudalics@gmx.at>
7325
7326 * window.el (special-display-p): Signal an error if BUFFER-NAME
7327 is not a string (Bug#11713).
7328
7329 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
7330
7331 * progmodes/python.el (python-info-beginning-of-backslash):
7332 Rename from python-info-beginning-of-backlash, as a spelling fix.
7333
7334 2012-06-17 Chong Yidong <cyd@gnu.org>
7335
7336 * term.el (term-emulate-terminal): If term-check-size is called,
7337 move point to the process mark without resetting point (Bug#4635).
7338
7339 2012-06-17 Glenn Morris <rgm@gnu.org>
7340
7341 * international/mule-cmds.el (mule-menu-keymap)
7342 (set-language-environment, set-locale-environment): Doc tweaks.
7343
7344 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
7345
7346 * cus-face.el (custom-face-attributes): Add wave-style underline
7347 attribute.
7348 * faces.el (set-face-attribute): Update docstring to describe
7349 wave-style underline attribute.
7350
7351 2012-06-16 Chong Yidong <cyd@gnu.org>
7352
7353 * term/xterm.el (terminal-init-xterm): Discard input before
7354 querying background mode (Bug#10959).
7355
7356 2012-06-16 Stefan Merten <smerten@oekonux.de>
7357
7358 * textmodes/rst.el: Added and corrected some comments.
7359 (rst-re-alist-def): Improve symbol syntax.
7360 (rst-mode-syntax-table): Correct syntax entries.
7361 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7362 (rst-official-version, rst-official-cvs-rev): Update version
7363 information.
7364
7365 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
7366
7367 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
7368 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
7369
7370 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
7371
7372 * progmodes/python.el: New python.el merge.
7373 (python-guess-indent): Obsolete var.
7374 (python-indent-guess-indent-offset): New defcustom.
7375 (python-indent): Obsolete var.
7376 (python-indent-offset): New defcustom.
7377 (python-python-command, python-jython-command): Delete var.
7378 (python-shell-interpreter): New defcustom.
7379 (python-pdbtrack-do-tracking-p): Delete var.
7380 (python-pdbtrack-activate): New defcustom.
7381 (python-use-skeletons): Obsolete var.
7382 (python-skeleton-autoinsert): New defcustom.
7383 (inferior-python-filter-regexp, python-continuation-offset)
7384 (python-honour-comment-indentation, python-indent-string-contents)
7385 (python-jython-packages, python-mode-hook)
7386 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
7387 (python-shell-prompt-alist)
7388 (python-source-modes): Delete defcustoms.
7389 (python-check-buffer-name, python-eldoc-setup-code)
7390 (python-eldoc-string-code, python-ffap-setup-code)
7391 (python-ffap-string-code, python-fill-comment-function)
7392 (python-fill-decorator-function, python-fill-paren-function)
7393 (python-fill-string-function, python-imenu-include-defun-type)
7394 (python-imenu-make-tree, python-imenu-subtree-root-label)
7395 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
7396 (python-shell-compilation-regexp-alist)
7397 (python-shell-completion-module-string-code)
7398 (python-shell-completion-pdb-string-code)
7399 (python-shell-completion-setup-code)
7400 (python-shell-completion-string-code)
7401 (python-shell-enable-font-lock, python-shell-exec-path)
7402 (python-shell-extra-pythonpaths)
7403 (python-shell-internal-buffer-name, python-shell-interpreter-args)
7404 (python-shell-process-environment)
7405 (python-shell-prompt-block-regexp)
7406 (python-shell-prompt-output-regexp)
7407 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
7408 (python-shell-send-setup-max-wait, python-shell-setup-codes)
7409 (python-shell-virtualenv-path): New defcustoms.
7410 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
7411 (inferior-python-mode-syntax-table, python--prompt-regexp)
7412 (python-buffer, python-command python-python-command)
7413 (python-default-template, python-imports, python-indent-index)
7414 (python-indent-list, python-indent-list-length)
7415 (python-mode-running, python-pdbtrack-is-tracking-p)
7416 (python-preoutput-continuation, python-preoutput-leftover)
7417 (python-preoutput-result, python-preoutput-skip-next-prompt)
7418 (python-prev-dir/file, python-recursing)
7419 (python-saved-check-command, python-version-checked)
7420 (python-which-func-length-limit)
7421 (view-return-to-alist): Delete vars.
7422 (python-check-custom-command, python-dotty-syntax-table)
7423 (python-imenu-index-alist, python-indent-current-level)
7424 (python-indent-dedenters, python-indent-levels)
7425 (python-nav-beginning-of-defun-regexp)
7426 (python-nav-list-defun-positions-cache)
7427 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
7428 (python-shell-internal-buffer)
7429 (python-skeleton-available): New vars.
7430 (def-python-skeleton): Delete macro.
7431 (python-skeleton-define): New macro.
7432 (python-define-auxiliary-skeleton, python-rx): New macros.
7433 (python-insert-class): Delete command.
7434 (python-skeleton-class): New command.
7435 (python-insert-def): Delete command.
7436 (python-skeleton-def): New command.
7437 (python-insert-for): Delete command.
7438 (python-skeleton-for): New command.
7439 (python-insert-if): Delete command.
7440 (python-skeleton-if): New command.
7441 (python-insert-try/except, python-insert-try/finally): Delete commands.
7442 (python-skeleton-try): New command.
7443 (python-insert-while): Delete command.
7444 (python-skeleton-while): New command.
7445 (python-backspace): Delete command.
7446 (python-indent-dedent-line-backspace): New command.
7447 (python-electric-colon): Delete command.
7448 (python-indent-electric-colon): New command.
7449 (python-guess-indent): Delete command.
7450 (python-indent-guess-indent-offset): New command.
7451 (python-shift-left): Delete command.
7452 (python-indent-shift-left): New command.
7453 (python-shift-right): Delete command.
7454 (python-indent-shift-right): New command.
7455 (python-find-function): Delete command.
7456 (python-nav-jump-to-defun): New command.
7457 (python-next-statement): Delete command.
7458 (python-nav-forward-sentence): New command.
7459 (python-previous-statement): Delete command.
7460 (python-nav-backward-sentence): New command.
7461 (python-fill-paragraph): Delete command.
7462 (python-fill-paragraph-function): New command.
7463 (python-send-buffer): Delete command.
7464 (python-shell-send-buffer): New command.
7465 (python-send-defun): Delete command.
7466 (python-shell-send-defun): New command.
7467 (python-send-region, python-send-region-and-go): Delete commands.
7468 (python-shell-send-region)
7469 (python-shell-switch-to-shell): New commands.
7470 (python-send-string): Delete command.
7471 (python-shell-send-string): New command.
7472 (python-switch-to-python): Delete command.
7473 (python-shell-switch-to-shell): New command.
7474 (python-describe-symbol): Delete command.
7475 (python-eldoc-at-point): New command.
7476 (python--set-prompt-regexp, python-args-to-list)
7477 (python-after-info-look, python-check-version)
7478 (python-check-comint-prompt, python-find-imports)
7479 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
7480 (python-unload-function, python-expand-template)
7481 (python-maybe-jython, python-preoutput-filter)
7482 (python-pdbtrack-get-source-buffer)
7483 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
7484 (python-pdbtrack-toggle-stack-tracking)
7485 (python-pdbtrack-track-stack-file, python-initial-text)
7486 (python-first-word, python-comment-line-p, python-send-command)
7487 (python-setup-brm, python-sentinel, python-set-proc)
7488 (python-skip-out, python-input-filter, python-outdent-p)
7489 (python-outline-level, python-backslash-continuation-line-p)
7490 (python-end-of-block, python-end-of-statement, python-mark-block)
7491 (python-beginning-of-block, python-beginning-of-statement)
7492 (python-blank-line-p, python-beginning-of-string)
7493 (python-open-block-statement-p): Delete functions.
7494 (python-indent-line, python-indent-line-1): Delete functions.
7495 (python-indent-line): New function.
7496 (python-indentation-levels): Delete function.
7497 (python-indent-calculate-levels): New function.
7498 (python-proc): Delete function.
7499 (python-shell-get-process): New function.
7500 (python-send-receive): Delete function.
7501 (python-shell-send-string-no-output): New function.
7502 (python-module-path): Delete function.
7503 (python-ffap-module-path): New function.
7504 (python-completion-at-point)
7505 (python-symbol-completions): Delete functions.
7506 (python-completion-complete-at-point): New function.
7507 (python-load-file): Delete function.
7508 (python-shell-send-file): New function.
7509 (python-calculate-indentation): Delete function.
7510 (python-indent-calculate-indentation): New function.
7511 (python-skip-comments/blanks): Delete function.
7512 (python-util-forward-comment): New function.
7513 (python-continuation-line-p): Delete function.
7514 (python-info-continuation-line-p): New function.
7515 (python-which-func, python-current-defun): Delete function.
7516 (python-info-current-defun): New function.
7517 (python-beginning-of-defun): Delete function.
7518 (python-nav-beginning-of-defun): New function.
7519 (python-close-block-statement-p)
7520 (python-block-end-p): Delete function.
7521 (python-info-closing-block): New function.
7522 (python-comint-output-filter-function)
7523 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
7524 (python-fill-comment, python-fill-decorator, python-fill-paren)
7525 (python-fill-string, python-imenu-make-element-tree)
7526 (python-imenu-make-tree, python-imenu-tree-assoc)
7527 (python-indent-context, python-indent-dedent-line)
7528 (python-indent-line-function)
7529 (python-indent-post-self-insert-function)
7530 (python-indent-toggle-levels)
7531 (python-info-assignment-continuation-line-p)
7532 (python-info-beginning-of-backlash)
7533 (python-info-block-continuation-line-p)
7534 (python-info-closing-block-message)
7535 (python-info-line-ends-backslash-p)
7536 (python-info-looking-at-beginning-of-defun)
7537 (python-info-ppss-context, python-info-ppss-context-type)
7538 (python-nav-list-defun-positions, python-nav-read-defun)
7539 (python-nav-sentence-end, python-nav-sentence-start)
7540 (python-pdbtrack-comint-output-filter-function)
7541 (python-pdbtrack-set-tracked-buffer)
7542 (python-shell-calculate-exec-path)
7543 (python-shell-calculate-process-environment)
7544 (python-shell-completion--do-completion-at-point)
7545 (python-shell-completion--get-completions)
7546 (python-shell-completion-complete-at-point)
7547 (python-shell-completion-complete-or-indent)
7548 (python-shell-get-or-create-process)
7549 (python-shell-get-process-name)
7550 (python-shell-internal-get-or-create-process)
7551 (python-shell-internal-get-process-name)
7552 (python-shell-internal-send-string, python-shell-make-comint)
7553 (python-shell-parse-command, python-shell-send-setup-code)
7554 (python-skeleton-add-menu-items)
7555 (python-util-clone-local-variables, python-util-position)
7556 (run-python-internal, python-indentation-levels)
7557 (python-nav-beginning-of-defun)
7558 (python-completion-complete-at-point): New functions.
7559 (run-python): Change arguments. New API requirements.
7560
7561 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7562
7563 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
7564 (bug#11649).
7565
7566 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
7567 (macroexp--expand-all): Use it.
7568
7569 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
7570 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
7571 Use `cl-function' instead.
7572
7573 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
7574
7575 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
7576 Suggested by Stefan Monnier while discussing bug#11657.
7577
7578 2012-06-14 Sam Steingold <sds@gnu.org>
7579
7580 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
7581
7582 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
7583
7584 * play/doctor.el (doctor-doc): Remove parameter and use
7585 doctor-sent instead of sent.
7586 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
7587
7588 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7589
7590 * files.el: Require cl-lib.
7591 (file-name-non-special): Replace case -> cl-case.
7592
7593 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
7594
7595 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
7596 mapping from #' to function*.
7597
7598 2012-06-13 Chong Yidong <cyd@gnu.org>
7599
7600 * mouse.el (mouse-drag-track): Do not set the mark if the user
7601 releases the mouse without selecting anything (Bug#11588).
7602
7603 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7604
7605 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
7606 as well (bug#11646).
7607
7608 * loadup.el: Count byte-code functions as well.
7609
7610 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
7611 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
7612
7613 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
7614 (bug#11649). Add cl-defun and cl-defmacro.
7615
7616 2012-06-13 Drew Adams <drew.adams@oracle.com>
7617
7618 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
7619 Fix last change.
7620
7621 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
7622
7623 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
7624 Otherwise, it blocks in batch mode.
7625
7626 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
7627
7628 * help-mode.el (bookmark-make-record-default): Declare.
7629
7630 2012-06-13 Chong Yidong <cyd@gnu.org>
7631
7632 * emacs-lisp/package.el (list-packages): Compute a list of
7633 packages that are newly-available since the last list-packages
7634 invocation.
7635 (package-menu--new-package-list): New var.
7636 (package-menu--generate, package-menu--print-info)
7637 (package-menu--status-predicate, package-menu-mark-install):
7638 Handle new status label "new".
7639
7640 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
7643 conversion to backquotes.
7644
7645 2012-06-12 Chong Yidong <cyd@gnu.org>
7646
7647 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
7648 Rename from gud-inhibit-global-bindings.
7649
7650 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
7651
7652 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
7653 hook from nxml-glyph-set-hook.
7654
7655 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
7656 declaration.
7657
7658 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
7659
7660 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
7661 Convert to defcustom.
7662
7663 2012-06-12 Drew Adams <drew.adams@oracle.com>
7664
7665 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
7666 New functions.
7667 (help-mode): Use them.
7668
7669 2012-06-11 Glenn Morris <rgm@gnu.org>
7670
7671 * progmodes/fortran.el (fortran-font-lock-keywords-3):
7672 Use preprocessor face for directives.
7673 (fortran-directive-re): Doc fix.
7674
7675 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
7678 conversion to backquotes (bug#11652).
7679
7680 Fix compiler-expansion of CL's cXXr functions (bug#11673).
7681 * emacs-lisp/cl-lib.el (cl--defalias): New function.
7682 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
7683 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
7684 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
7685 (cl-ninth, cl-tenth): Mark them as inlinable.
7686 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
7687 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
7688 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
7689 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
7690 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
7691 (cl-list*, cl-adjoin): Don't put an autoload manually.
7692 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
7693 (cl--compiler-macro-list*): Add autoload cookie.
7694 (cl--compiler-macro-cXXr): New function.
7695
7696 * help-fns.el (help-fns--compiler-macro): New function extracted from
7697 describe-function-1; follow aliases and use `compiler-macro' property.
7698 (describe-function-1): Use it.
7699
7700 2012-06-11 Chong Yidong <cyd@gnu.org>
7701
7702 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
7703 is uninstalled, if imagemagick is installed.
7704
7705 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7706
7707 * emacs-lisp/cl-lib.el: Use lexical-binding.
7708 (cl-map-extents, cl-maclisp-member): Remove.
7709 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
7710 (cl--set-substring, cl--block-wrapper, cl--block-throw)
7711 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
7712 * emacs-lisp/cl-extra.el: Use lexical-binding.
7713 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
7714 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
7715 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
7716 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
7717 * emacs-lisp/cl-seq.el: Use lexical-binding.
7718 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
7719 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
7720 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
7721 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
7722 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
7723 CL's internals.
7724
7725 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
7726
7727 Sync with Tramp 2.2.6-pre.
7728
7729 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
7730 `print-length' and `print-level' to nil, in order to avoid
7731 truncation. Reported by Christopher Schmidt
7732 <christopher@ristopher.com>.
7733
7734 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
7735
7736 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
7737 New defmacro.
7738 (tramp-compat-copy-directory): Add optional argument
7739 COPY-CONTENTS. It is not handled yet.
7740
7741 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
7742 (tramp-ftp-file-name-p): Simplify.
7743
7744 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
7745 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
7746 connection vector.
7747
7748 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
7749 (tramp-methods): Do not use `tramp-password-end-of-line'.
7750 (tramp-completion-function-alist-putty): Handle UNIX case.
7751 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
7752 (tramp-do-file-attributes-with-stat)
7753 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
7754 gid as real numbers. They could run out of integer range on cygwin.
7755 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
7756 (tramp-sh-handle-expand-file-name): Handle hops.
7757 (tramp-open-connection-setup-interactive-shell):
7758 Use `tramp-cleanup'. Move check for busyboxes ...
7759 (tramp-find-shell): ... here. Simplify implementation.
7760 Set "remote-shell" property also for alternative shells.
7761 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
7762 If failing, a regular file would be written otherwise.
7763 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
7764 (tramp-find-inline-encoding): Cache the coding commands in the
7765 process cache. Apply test command on the remote side, if defined.
7766 (tramp-find-inline-compress): Cache the compress commands in the
7767 process cache.
7768 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
7769 when requested. Handle hops.
7770 (tramp-current-connection): New defvar.
7771 (tramp-maybe-open-connection): Use `tramp-cleanup'.
7772 Throw `suppress', if there was a failed connection shortly before.
7773 Handle user interrupt. (Bug#10187)
7774 (tramp-get-inline-compress, tramp-get-inline-coding):
7775 Read connection properties from the process cache.
7776
7777 * net/tramp-smb.el (tramp-smb-server-version)
7778 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
7779 New defconsts.
7780 (tramp-smb-prompt): Extend for powershell prompt.
7781 (tramp-smb-file-name-handler-alist): Add handlers for
7782 `process-file', `shell-command' and `start-file-process'.
7783 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
7784 (tramp-smb-winexe-shell-command-switch): New defcustoms.
7785 (tramp-smb-file-name-p): Simplify.
7786 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
7787 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
7788 (tramp-smb-shell-quote-argument): New defuns.
7789 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
7790 Implement using "tar". By this, time-stamps are preserved.
7791 (tramp-smb-handle-copy-file): Handle also the case of directories.
7792 (tramp-smb-do-file-attributes-with-stat)
7793 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
7794 Use `tramp-get-connection-buffer').
7795 (tramp-smb-handle-rename-file): Use "rename", when source and
7796 target are on the same share.
7797 (tramp-smb-maybe-open-connection): Handle wrong passwords.
7798 Use `tramp-smb-server-version'.
7799 (tramp-smb-wait-for-output): Remove prompt.
7800
7801 * net/tramp.el (top): Require 'cl.
7802 (tramp-methods, tramp-rsh-end-of-line):
7803 Remove `tramp-password-end-of-line' from docstring.
7804 (tramp-save-ad-hoc-proxies): New defcustom.
7805 (tramp-completion-function-alist): Adapt docstring.
7806 (tramp-default-password-end-of-line): Remove defcustom.
7807 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
7808 (tramp-user-regexp, tramp-file-name-regexp-unified)
7809 (tramp-file-name-regexp-url): Extend regexp by hop separator.
7810 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
7811 (tramp-remote-file-name-spec-regexp): New defconst.
7812 (tramp-file-name-structure): Extend structure for hops.
7813 (tramp-get-method-parameter): Move up.
7814 (tramp-file-name-p, tramp-dissect-file-name)
7815 (with-parsed-tramp-file-name): Handle hops.
7816 (tramp-file-name-hop): New defun.
7817 (tramp-make-tramp-file-name): New optional arg HOP.
7818 (tramp-message-show-progress-reporter-message): New defvar.
7819 (tramp-with-progress-reporter): Use it. We cannot use
7820 `tramp-message-show-message' here, because this suppresses also
7821 error buffers.
7822 (tramp-error-with-buffer): Suppress buffer view, if
7823 `tramp-message-show-message' is nil.
7824 Use `tramp-get-connection-buffer'.
7825 (tramp-cleanup): New defun.
7826 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
7827 (tramp-file-name-handler): If `debug-on-error' is set, propagate
7828 an error unchanged.
7829 (tramp-completion-handle-file-name-all-completions): Handle hops.
7830 Fix an error when called from ido.
7831 (tramp-completion-dissect-file-name): Use better local variable
7832 name. Add hop to the vector.
7833 (tramp-handle-insert-file-contents): Use progress-reporter for the
7834 whole scenario.
7835 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
7836 to `t'.
7837 (tramp-check-for-regexp): Simplify search.
7838 (tramp-enter-password): Remove it. Move implementation ...
7839 (tramp-action-password): ... here.
7840 (tramp-mode-string-to-int, tramp-local-host-p)
7841 (tramp-make-tramp-temp-file, tramp-read-passwd)
7842 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
7843 Set tramp-autoload cookie.
7844
7845 * net/trampver.el: Update release number.
7846
7847 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7848 Michael Albinus <michael.albinus@gmx.de>
7849
7850 * net/tramp.el (tramp-set-completion-function): Fix docstring.
7851 (tramp-parse-group, tramp-parse-file)
7852 (tramp-parse-shostkeys-sknownhosts): New defuns.
7853 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
7854 (tramp-parse-shosts-group, tramp-parse-sconfig)
7855 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
7856 (tramp-parse-sknownhosts, tramp-parse-hosts)
7857 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
7858 Use them.
7859 (tramp-parse-passwd-group, tramp-parse-netrc-group)
7860 (tramp-parse-putty-group): Don't narrow.
7861 (tramp-parse-putty): Make a loop.
7862 (tramp-file-name-handler): Catch the `suppress' signal.
7863
7864 2012-06-11 Chong Yidong <cyd@gnu.org>
7865
7866 * image.el (imagemagick-register-types): Put the ImageMagick entry
7867 at the end of image-type-file-name-regexps.
7868
7869 2012-06-11 Johan Bockgård <bojohan@gnu.org>
7870
7871 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
7872 (pcase, pcase-let*, pcase-dolist): Use them.
7873
7874 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7875
7876 * emacs-lisp/pcase.el (pcase--let*): New function.
7877 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
7878 (pcase--expand): Use macroexp-let².
7879
7880 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7881
7882 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
7883 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
7884 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
7885 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
7886 * emacs-lisp/derived.el: Use pcase instead of `cl'.
7887 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
7888
7889 2012-06-10 Glenn Morris <rgm@gnu.org>
7890
7891 * mail/rmail.el (rmail-yank-current-message): Leave point at
7892 correct position. (Bug#11660)
7893
7894 2012-06-10 Chong Yidong <cyd@gnu.org>
7895
7896 * allout-widgets.el: Fix code header.
7897
7898 2012-06-10 Chong Yidong <cyd@gnu.org>
7899
7900 * cus-edit.el (customize-changed-options-previous-release):
7901 Bump to 24.1.
7902
7903 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
7904
7905 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
7906
7907 2012-06-09 Chong Yidong <cyd@gnu.org>
7908
7909 * ebuff-menu.el (electric-buffer-list): Preserve header line.
7910
7911 2012-06-09 Martin Rudalics <rudalics@gmx.at>
7912
7913 * window.el (special-display-popup-frame): Don't use
7914 window--display-buffer (Bug#11651).
7915
7916 2012-06-09 Eli Zaretskii <eliz@gnu.org>
7917
7918 Fix parallel builds: make sure loaddefs.el is not being written
7919 while Lisp files are compiled.
7920 (compile): Don't depend on 'mh-autoloads'.
7921 (compile-CMD, compile-SH): Depend on 'autoloads'.
7922 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
7923
7924 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
7925
7926 2012-06-09 Chong Yidong <cyd@gnu.org>
7927
7928 * face-remap.el (face-remap-add-relative, face-remap-set-base)
7929 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
7930 Doc fixes (Bug#11225).
7931
7932 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7933
7934 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
7935 a function if there's a clear indication that it has a compiler-macro.
7936 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
7937 (macro-declarations-alist): Add arglist to declaration functions.
7938 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
7939 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
7940 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
7941 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
7942 Also add autoload to find the compiler macro.
7943 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
7944 (cl--compiler-macro-member, cl--compiler-macro-assoc)
7945 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
7946 (cl--compiler-macro-get): New functions, replacing calls to
7947 cl-define-compiler-macro.
7948 (cl-typep) [compiler-macro]: Use macroexp-let².
7949
7950 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
7951
7952 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
7953 string properly, fixes Bug#11473.
7954
7955 2012-06-08 Chong Yidong <cyd@gnu.org>
7956
7957 * faces.el (set-face-attribute): Doc fix.
7958 (modify-face): Don't use :bold and :italic.
7959 (error, warning, success): Tweak definitions.
7960
7961 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
7962 (custom-modified, custom-set, custom-changed, custom-themed)
7963 (custom-saved, custom-button, custom-button-mouse)
7964 (custom-button-pressed, custom-state, custom-comment-tag)
7965 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
7966 (custom-group-subtitle): Use new-style face specs.
7967 (custom-invalid-face, custom-rogue-face, custom-modified-face)
7968 (custom-set-face, custom-changed-face, custom-saved-face)
7969 (custom-button-face, custom-button-pressed-face)
7970 (custom-documentation-face, custom-state-face)
7971 (custom-comment-face, custom-comment-tag-face)
7972 (custom-variable-tag-face, custom-variable-button-face)
7973 (custom-face-tag-face, custom-group-tag-face-1)
7974 (custom-group-tag-face): Remove obsolete face alias.
7975
7976 * epa.el (epa-validity-high, epa-validity-medium)
7977 (epa-validity-low, epa-mark, epa-field-name, epa-string)
7978 (epa-field-name, epa-field-body):
7979 * font-lock.el (font-lock-comment-face, font-lock-string-face)
7980 (font-lock-keyword-face, font-lock-builtin-face)
7981 (font-lock-function-name-face, font-lock-variable-name-face)
7982 (font-lock-type-face, font-lock-constant-face):
7983 * ido.el (ido-first-match, ido-only-match, ido-subdir)
7984 (ido-virtual, ido-indicator, ido-incomplete-regexp):
7985 * speedbar.el (speedbar-button-face, speedbar-file-face)
7986 (speedbar-directory-face, speedbar-tag-face)
7987 (speedbar-selected-face, speedbar-highlight-face)
7988 (speedbar-separator-face):
7989 * whitespace.el (whitespace-newline, whitespace-space)
7990 (whitespace-hspace, whitespace-tab, whitespace-trailing)
7991 (whitespace-line, whitespace-space-before-tab)
7992 (whitespace-space-after-tab, whitespace-indentation)
7993 (whitespace-empty):
7994 * emulation/cua-base.el (cua-global-mark):
7995 * eshell/em-prompt.el (eshell-prompt):
7996 * net/newst-plainview.el (newsticker-new-item-face)
7997 (newsticker-old-item-face, newsticker-immortal-item-face)
7998 (newsticker-obsolete-item-face, newsticker-date-face)
7999 (newsticker-statistics-face, newsticker-default-face):
8000 * net/newst-reader.el (newsticker-feed-face)
8001 (newsticker-extra-face, newsticker-enclosure-face):
8002 * net/newst-treeview.el (newsticker-treeview-face)
8003 (newsticker-treeview-new-face, newsticker-treeview-old-face)
8004 (newsticker-treeview-immortal-face)
8005 (newsticker-treeview-obsolete-face)
8006 (newsticker-treeview-selection-face):
8007 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
8008 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
8009 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
8010 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
8011 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
8012 (nxml-outline-active-indicator, nxml-outline-ellipsis):
8013 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8014 (mpuz-text):
8015 * progmodes/vera-mode.el (vera-font-lock-number)
8016 (vera-font-lock-function, vera-font-lock-interface):
8017 * textmodes/table.el (table-cell): Use new-style face specs, and
8018 don't use the old :bold and :italic attributes.
8019
8020 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8021 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
8022 (ebrowse-member-class, ebrowse-progress): Likewise.
8023 (ebrowse-tree-mark-face, ebrowse-root-class-face)
8024 (ebrowse-file-name-face, ebrowse-default-face)
8025 (ebrowse-member-attribute-face, ebrowse-member-class-face)
8026 (ebrowse-progress-face): Remove obsolete faces.
8027
8028 * progmodes/flymake.el (flymake-errline, flymake-warnline):
8029 Inherit from error and warning faces respectively.
8030
8031 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8032 Likewise.
8033 (flyspell-incorrect-face, flyspell-duplicate-face):
8034 Remove obsolete aliases.
8035
8036 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
8037
8038 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
8039 Avoid infloop.
8040
8041 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8042
8043 * startup.el (argv, argi): Make lexically scoped.
8044 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
8045 * emacs-lisp/cl-macs.el: Use lexical-binding.
8046 Rename cl-bind-* to cl--bind-*.
8047 * files.el: Don't require `cl' since it doesn't use it.
8048 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
8049
8050 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
8051
8052 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
8053 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
8054 instead of calling external sort utility.
8055 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
8056
8057 2012-06-08 Eli Zaretskii <eliz@gnu.org>
8058
8059 * descr-text.el (describe-char): Mention how to insert the
8060 character, if the current input method doesn't support it.
8061 See the discussion in this thread for the details:
8062 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
8063
8064 2012-06-08 Sam Steingold <sds@gnu.org>
8065
8066 * bindings.el (global-map): Bind XF86Forward to next-buffer and
8067 XF86Back to previous-buffer.
8068 (minibuffer-local-map): Bind them to next-history-element and
8069 previous-history-element respectively.
8070 * help-mode.el (help-mode-map): Bind them to help-go-forward and
8071 help-go-back respectively.
8072 * info.el (Info-mode-map): Bind them to Info-history-forward and
8073 Info-history-back respectively.
8074 These are the keys next to Up on the ThinkPad keyboard.
8075
8076 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
8079 * emacs-lisp/cl-macs.el: Provide itself.
8080 (cl--labels-convert-cache): New var.
8081 (cl--labels-convert): New function.
8082 (cl-flet, cl-labels): New implementation with new semantics, relying on
8083 lexical-binding.
8084 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
8085 (cl-closure-vars, cl--function-convert-cache)
8086 (cl--function-convert): Move from cl-macs.el.
8087 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
8088 rename by removing the "cl-" prefix.
8089 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
8090
8091 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8092
8093 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
8094 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
8095 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
8096 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
8097 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
8098 (cl-hash-table-count): Add old compatibility aliases.
8099
8100 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
8101 Use macroexpand-all-environment instead.
8102 (cl--old-macroexpand): New var.
8103 (cl--sm-macroexpand): New function.
8104 (cl-symbol-macrolet): Use it during macro expansion.
8105 (cl--function-convert-cache): New var.
8106 (cl--function-convert): New function, extracted from
8107 cl-macroexpand-all.
8108 (cl-lexical-let): Use it.
8109
8110 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
8111 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
8112 (cl-member): Remove old alias.
8113
8114 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
8115 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
8116 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
8117 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
8118 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
8119 (cl-macroexpand-cmacs): Remove var.
8120 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
8121 Use macroexpand-all instead.
8122
8123 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8124
8125 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
8126 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
8127 (macroexp-copyable-p): New functions and macros.
8128 * emacs-lisp/edebug.el (edebug-unwrap):
8129 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
8130 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
8131 (pcase--let*): Remove.
8132 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
8133 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
8134 macroexp-const-p instead.
8135 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
8136
8137 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
8138 instead of "cl-" for internal definitions. Use macroexp-const-p.
8139 (cl-old-bc-file-form): Remove var.
8140 (cl-const-exprs-p): Remove fun.
8141 (cl-labels, cl-macrolet): Use backquote.
8142 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
8143 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
8144 (cl-define-setf-expander): Rename from cl-define-setf-method.
8145 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
8146
8147 * international/mule-cmds.el: Don't require CL.
8148 (view-hello-file): Don't use `letf'.
8149
8150 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8151
8152 * tmm.el (tmm-prompt): Use string-prefix-p.
8153 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
8154 (tmm-add-prompt): Use minibuffer-completion-help.
8155 (tmm-delete-map): Remove.
8156
8157 * subr.el (kbd): Make it its own function.
8158
8159 2012-06-07 Stefan Merten <smerten@oekonux.de>
8160
8161 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
8162 Silence compiler warnings. Fix versions.
8163 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
8164 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
8165 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
8166 (rst-package-emacs-version-alist): Correct Emacs version to
8167 represent major merge with upstream.
8168 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
8169
8170 2012-06-06 Glenn Morris <rgm@gnu.org>
8171
8172 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
8173 Only print environment variables if set.
8174
8175 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8176
8177 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
8178 (macroexp--cons): Rename from maybe-cons.
8179 (macroexp--accumulate): Rename from macroexp-accumulate.
8180 (macroexp--all-forms): Rename from macroexpand-all-forms.
8181 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
8182 (macroexp--expand-all): Rename from macroexpand-all-1.
8183
8184 2012-06-06 Sam Steingold <sds@gnu.org>
8185
8186 * calendar/calendar.el (calendar-in-read-only-buffer):
8187 Call `special-mode' to enable the standard read-only keybindings.
8188
8189 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8190
8191 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
8192 with "loading" messages (bug#11635).
8193
8194 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
8195
8196 * files.el (enable-remote-dir-locals): New option.
8197 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
8198
8199 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
8200 Ensure, that the temp directory is local.
8201
8202 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
8203 `temporary-file-directory'.
8204
8205 * progmodes/python.el (python-send-region): Ensure, that the
8206 temporary file is created also in the remote case.
8207
8208 2012-06-06 Glenn Morris <rgm@gnu.org>
8209
8210 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
8211 (vc-rcs-update-changelog): Use it.
8212
8213 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
8214
8215 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
8216 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
8217 (vc-sccs-diff): Replace use of the external vcdiff script.
8218
8219 2012-06-05 Glenn Morris <rgm@gnu.org>
8220
8221 * ledit.el: Move to obsolete/.
8222
8223 2012-06-05 Sam Steingold <sds@gnu.org>
8224
8225 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
8226 patch (Bug#11140).
8227
8228 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8229
8230 * emacs-lisp/cust-print.el: Move to obsolete.
8231
8232 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
8233 compiler-macro expansion.
8234
8235 Add native compiler-macro support.
8236 * emacs-lisp/macroexp.el (macroexpand-all-1):
8237 Support compiler-macros directly. Properly follow aliases and apply
8238 the compiler macros more thoroughly.
8239 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
8240 macroexpand now properly follows aliases.
8241 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
8242 (cl-compiler-macroexpand): Use new prop.
8243 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
8244
8245 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
8246
8247 2012-06-05 Martin Rudalics <rudalics@gmx.at>
8248
8249 * window.el (get-lru-window, get-mru-window, get-largest-window):
8250 New argument NOT-SELECTED to avoid picking the selected window.
8251 (window--display-buffer-1, window--display-buffer-2): Replace by
8252 new function window--display-buffer
8253 (display-buffer-same-window, display-buffer-reuse-window)
8254 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8255 Use window--display-buffer.
8256 (display-buffer-use-some-window): Remove temporary dedication
8257 hack by calling get-lru-window and get-largest-window with
8258 NOT-SELECTED argument non-nil. Call window--display-buffer.
8259
8260 2012-06-05 Glenn Morris <rgm@gnu.org>
8261
8262 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
8263 Replace external vcdiff script.
8264
8265 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8266
8267 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
8268
8269 2012-06-04 Chong Yidong <cyd@gnu.org>
8270
8271 * image.el (imagemagick-types-inhibit): Revert last change.
8272 Add INFO and M.
8273 (imagemagick-enabled-types): Remove CIN and EPS*.
8274
8275 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8276
8277 * emacs-lisp/cl-lib.el: Rename from cl.el.
8278 * emacs-lisp/cl.el: New compatibility file.
8279 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
8280 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
8281 to obey the "cl-" prefix.
8282 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
8283
8284 2012-06-03 Glenn Morris <rgm@gnu.org>
8285
8286 * emacs-lisp/authors.el (authors-aliases): Addition.
8287
8288 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
8289 Fix :version.
8290
8291 2012-06-03 Stefan Merten <smerten@oekonux.de>
8292
8293 * textmodes/rst.el: Add comments.
8294 (rst-transition, rst-adornment): New faces.
8295 (rst-adornment-faces-alist): Make default safe to reevaluate.
8296 Fixes
8297 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
8298 Improve customization tags.
8299 (rst-define-level-faces): Clarify meaning.
8300
8301 2012-06-03 Chong Yidong <cyd@gnu.org>
8302
8303 * progmodes/compile.el (compilation-mode-line-fail)
8304 (compilation-mode-line-run, compilation-mode-line-exit):
8305 New faces.
8306 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
8307
8308 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
8309
8310 * progmodes/which-func.el (which-func-update-ediff-windows):
8311 New function. Use it in ediff-select-hook (Bug#11478).
8312
8313 2012-06-03 Chong Yidong <cyd@gnu.org>
8314
8315 * bindings.el: Remove explicit help text from format-mode-line.
8316 It is now supplied by mode-line-default-help-echo.
8317 (mode-line-front-space, mode-line-end-spaces)
8318 (mode-line-misc-info): New variables.
8319 (mode-line-modes, mode-line-position): Move the default value to
8320 the variable definition.
8321 (mode-line-default-help-echo): New defcustom.
8322 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
8323 (mode-line-modified-help-echo): New functions.
8324 (mode-line-mule-info, mode-line-modified): Use them.
8325 (mode-line-eol-desc, propertized-buffer-identification):
8326 Consistency fixes for help text.
8327 (mode-line-coding-system-map): Allow using mouse-3 to invoke
8328 set-buffer-file-coding-system (Bug#289).
8329 (mode-line-mule-info-help-echo): Update help text.
8330
8331 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8332
8333 * simple.el (execute-extended-command): Set real-this-command
8334 (bug#11506).
8335
8336 2012-06-02 Chong Yidong <cyd@gnu.org>
8337
8338 Remove incorrect uses of "modeline" in comments, docstrings, and
8339 function/variable names (Bug#10329).
8340
8341 * cus-edit.el (mode-line):
8342 * dframe.el (dframe-mouse-hscroll):
8343 * emacs-lisp/re-builder.el:
8344 * emacs-lisp/easy-mmode.el (define-minor-mode):
8345 * frame.el (set-frame-name):
8346 * help.el (lookup-minor-mode-from-indicator):
8347 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
8348 * progmodes/cc-cmds.el (c-toggle-auto-newline)
8349 (c-toggle-hungry-state):
8350 * progmodes/antlr-mode.el (antlr-language-alist):
8351 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
8352 * progmodes/vhdl-mode.el (vhdl-mode):
8353 * progmodes/which-func.el (which-func, which-func-cleanup-function):
8354 * term/ns-win.el (ns-face-at-pos):
8355 * term/sup-mouse.el (sup-mouse-report):
8356 * textmodes/flyspell.el (flyspell-mode-line-string):
8357 * textmodes/ispell.el (ispell-highlight-face):
8358 * textmodes/reftex-global.el:
8359 * vc/vc-arch.el (vc-arch-mode-line-string):
8360 * vc/vc-cvs.el (vc-cvs-mode-line-string):
8361 * vc/vc-git.el (vc-git-mode-line-string):
8362 * vc/vc-hooks.el (vc-display-status)
8363 (vc-default-mode-line-string):
8364 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
8365
8366 * ansi-color.el (ansi-color-faces-vector): Change default faces.
8367
8368 * dired.el (dired-sort-set-mode-line): Rename from
8369 dired-sort-set-modeline. All callers changed.
8370
8371 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
8372 eshell-status-in-modeline.
8373
8374 * foldout.el (foldout-mode-line-string): Rename from
8375 foldout-modeline-string. All callers changed.
8376 (foldout-update-mode-line): Rename from foldout-update-modeline.
8377
8378 * subr.el (redraw-modeline): Make into obsolete alias.
8379
8380 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
8381 timeclock-modeline-display. Make old name an alias.
8382 (timeclock-update-mode-line): Likewise. All callers changed.
8383 (timeclock-mode-line-display): No need to check before using
8384 add-hook.
8385 (timeclock-relative, timeclock-day-over-hook)
8386 (timeclock-use-elapsed, timeclock-mode-string)
8387 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
8388
8389 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
8390 crisp-mode-modeline-string.
8391
8392 * play/solitaire.el (solitaire-build-mode-line): Rename from
8393 solitaire-build-modeline. All callers changed.
8394
8395 * play/zone.el (zone-hiding-mode-line): Rename from
8396 zone-hiding-modeline. All callers changed.
8397 (zone): Remove unusued `modeline-hidden-level' property.
8398
8399 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
8400 xscheme-modeline-initialize. All callers changed.
8401
8402 * strokes.el (strokes-lighter): Rename from
8403 strokes-modeline-string.
8404
8405 * textmodes/sgml-mode.el (html-face-tag-alist)
8406 (html-tag-face-alist): Use mode-line face instead of obsolete
8407 alias modeline.
8408
8409 2012-06-02 Stefan Merten <smerten@oekonux.de>
8410
8411 * textmodes/rst.el: Always require `cl'.
8412 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
8413
8414 2012-06-02 Chong Yidong <cyd@gnu.org>
8415
8416 * image.el (imagemagick-enabled-types): Rename from
8417 imagemagick-types-enable. Add many more types.
8418 (imagemagick-types-inhibit): Change default to nil.
8419 (imagemagick-filter-types): Caller changed.
8420
8421 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8422
8423 * emacs-lisp/cl-macs.el: Use backquotes.
8424 (cl-transform-function-property): Use eval-and-compile rather than
8425 abusing `require'.
8426 (defstruct): Use declare-function instead of with-no-warnings.
8427
8428 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
8429 (byte-compile-output-docform): Re-add the print-circle bindings.
8430 (byte-compile-fix-header): Use #$ just because it's shorter.
8431 (byte-compile-output-file-form): Remove defun/defmacro.
8432
8433 2012-06-01 Martin Rudalics <rudalics@gmx.at>
8434
8435 * simple.el (choose-completion): Remove now obsolete binding for
8436 owindow.
8437
8438 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
8439
8440 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
8441 in order to avoid "Stack overflow in regexp matcher".
8442
8443 2012-05-31 Glenn Morris <rgm@gnu.org>
8444
8445 * image.el: For clarity, call imagemagick-register-types at
8446 top-level, rather than relying on a custom :initialize.
8447 (imagemagick-types-enable): New option. (Bug#11557)
8448 (imagemagick-filter-types): New function. (Bug#7406)
8449 (imagemagick-register-types): Use imagemagick-filter-types.
8450 If disabling support, remove elements altogether rather
8451 than using an impossible regexp.
8452 (imagemagick-types-inhibit): Give it the default init function.
8453
8454 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8455
8456 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
8457 Handle arbitrary file name lengths (Bug#11585).
8458
8459 2012-05-31 Martin Rudalics <rudalics@gmx.at>
8460
8461 * desktop.el (desktop-read): Clear previous and next buffers for
8462 all windows and bury *Messages* buffer (bug#11556).
8463
8464 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8465
8466 Add `declare' for `defun'. Align `defmacro's with it.
8467 * emacs-lisp/easy-mmode.el (define-minor-mode)
8468 (define-globalized-minor-mode): Don't autoload the var definitions.
8469 * emacs-lisp/byte-run.el: Use lexical-binding.
8470 (defun-declarations-alist, macro-declarations-alist): New vars.
8471 (defmacro, defun): Use them.
8472 (make-obsolete, define-obsolete-function-alias)
8473 (make-obsolete-variable, define-obsolete-variable-alias):
8474 Use `declare'.
8475 (macro-declaration-function): Mark obsolete.
8476 * emacs-lisp/autoload.el: Use lexical-binding.
8477 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
8478
8479 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8480
8481 * textmodes/ispell.el (ispell-with-no-warnings):
8482 Define as a macro.
8483 (ispell-kill-ispell, ispell-change-dictionary):
8484 Use `called-interactively-p' for Emacs instead of obsolete
8485 `interactive-p'.
8486
8487 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8488
8489 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
8490 (macro-declaration-function): Move var from C code.
8491 (macro-declaration-function): Define function with defalias.
8492 * emacs-lisp/macroexp.el (macroexpand-all-1):
8493 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
8494 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
8495 defun/defmacro any more.
8496 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
8497 Provide fallback for unknown arglist.
8498 (byte-compile-arglist-warn): Change calling convention.
8499 (byte-compile-output-file-form): Move print-vars binding.
8500 (byte-compile-output-docform): Simplify accordingly.
8501 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
8502 (byte-compile-defmacro-declaration): Remove.
8503 (byte-compile-file-form-defmumble): Generalize to defalias.
8504 (byte-compile-output-as-comment): Return byte-positions.
8505 Simplify callers accordingly.
8506 (byte-compile-lambda): Use `assert'.
8507 (byte-compile-defun, byte-compile-defmacro): Remove.
8508 (byte-compile-file-form-defalias):
8509 Use byte-compile-file-form-defmumble.
8510 (byte-compile-defalias-warn): Remove.
8511
8512 2012-05-29 Stefan Merten <smerten@oekonux.de>
8513
8514 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
8515 possible. Fix authors. Improve comments. Improve loading of `cl'.
8516
8517 (rst-mode-abbrev-table): Merge definition.
8518 (rst-mode): Make sure `font-lock-defaults' is buffer local.
8519 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
8520
8521 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
8522
8523 * calendar/icalendar.el
8524 (icalendar-export-region): Export UID properly.
8525
8526 2012-05-29 Leo Liu <sdl.web@gmail.com>
8527 * calendar/icalendar.el (icalendar-import-format):
8528 Add `icalendar-import-format-uid' (Bug#11525).
8529 (icalendar-import-format-uid): New.
8530 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
8531 Export UID.
8532
8533 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8534
8535 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
8536 different alternative patterns.
8537 (pcase-codegen): Be more careful to preserve identity.
8538 (pcase--u1): Don't forget to mark vars as used.
8539
8540 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
8541 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
8542 (byte-compile-from-buffer): ...rather than here.
8543
8544 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
8545 functions from byte-compile-function-environment.
8546
8547 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
8548
8549 * window.el (window-deletable-p): Avoid deleting the root window
8550 of a frame with an active minibuffer.
8551
8552 2012-05-29 Martin Rudalics <rudalics@gmx.at>
8553
8554 * simple.el (choose-completion): Use quit-window (Bug#11567).
8555
8556 2012-05-29 Chong Yidong <cyd@gnu.org>
8557
8558 * whitespace.el (whitespace-cleanup): Fix usage of
8559 whitespace-empty-at-bob-regexp (Bug#11492).
8560
8561 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8562
8563 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
8564 revert (Bug#11488).
8565
8566 2012-05-29 Juri Linkov <juri@jurta.org>
8567
8568 * isearch.el (isearch-mode-map): Bind `M-s _' to
8569 `isearch-toggle-symbol'. Bind `M-s c' to
8570 `isearch-toggle-case-fold'.
8571 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
8572 (isearch-forward): Add `M-s _' to the docstring.
8573 (isearch-forward-symbol, isearch-toggle-case-fold)
8574 (isearch-symbol-regexp): New functions. (Bug#11381)
8575
8576 2012-05-29 Juri Linkov <juri@jurta.org>
8577
8578 * isearch.el (isearch-word): Add docstring. (Bug#11381)
8579 (isearch-occur, isearch-search-and-update): If `isearch-word' is
8580 a function, call it to get the regexp.
8581 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
8582 property `isearch-message-prefix' instead of the string "word ".
8583 (isearch-search-fun-default): For the case of `isearch-word',
8584 return a lambda that calls re-search-forward/re-search-backward
8585 with a regexp returned by `word-search-regexp' or by the function
8586 in `isearch-word'.
8587
8588 2012-05-29 Juri Linkov <juri@jurta.org>
8589
8590 * isearch.el (isearch-search-fun-default): New function.
8591 (isearch-search-fun): Move default part to the new function
8592 `isearch-search-fun-default'.
8593 (isearch-search-fun-function): Set the default value to
8594 `isearch-search-fun-default'. (Bug#11381)
8595
8596 * comint.el (comint-history-isearch-end):
8597 Use `isearch-search-fun-default'.
8598 (comint-history-isearch-search): Use `isearch-search-fun-default'
8599 and remove spacial case for `isearch-word'.
8600 (comint-history-isearch-wrap): Remove spacial case for
8601 `isearch-word'.
8602
8603 * hexl.el (hexl-isearch-search-function):
8604 Use `isearch-search-fun-default'.
8605
8606 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
8607 Use `word-search-regexp' for `isearch-word'.
8608
8609 * misearch.el (multi-isearch-search-fun):
8610 Use `isearch-search-fun-default'.
8611
8612 * simple.el (minibuffer-history-isearch-search):
8613 Use `isearch-search-fun-default' and remove spacial case for
8614 `isearch-word'.
8615 (minibuffer-history-isearch-wrap): Remove spacial case for
8616 `isearch-word'.
8617
8618 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
8619 Remove spacial case for `isearch-word'.
8620 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
8621
8622 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8623
8624 Decrease XEmacs incompatibilities.
8625 * textmodes/flyspell.el (flyspell-check-pre-word-p):
8626 Use `string-match'.
8627 (flyspell-delete-region-overlays): Use alternative definition for
8628 XEmacs.
8629 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
8630 (flyspell-word): Use `process-kill-without-query' if XEmacs.
8631 (flyspell-mode-on): Use `interactive-p' if XEmacs.
8632 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
8633 `define-obsolete-face-alias' under XEmacs, but old method.
8634
8635 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
8636 `with-no-warnings' definition or Emacs alias.
8637 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
8638 (ispell-word): Do not use `region-p' if XEmacs.
8639
8640 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8641
8642 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8643 Check for `ispell-dictionary-base-alist' instead of full
8644 `ispell-dictionary-alist'.
8645 (ispell-init-process): Show spellchecker when starting new Ispell
8646 process.
8647
8648 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8649
8650 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
8651 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
8652
8653 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
8654
8655 * version.el (motif-version-string, gtk-version-string)
8656 (ns-version-string): Declare.
8657
8658 2012-05-27 Juri Linkov <juri@jurta.org>
8659
8660 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
8661 after the `eval-defun-1' specialcaseing
8662 like in `edebug-eval-defun' (bug#10181).
8663
8664 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
8665 like in `eval-defun-1'.
8666
8667 2012-05-27 Eli Zaretskii <eliz@gnu.org>
8668
8669 * mail/sendmail.el (mail-yank-region):
8670 Recognize rmail-yank-current-message in addition to insert-buffer.
8671 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
8672 a *mail* buffer created through rmail-start-mail with sendmail as
8673 mail-user-agent.
8674
8675 2012-05-27 Chong Yidong <cyd@gnu.org>
8676
8677 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
8678 Default to 256 (Bug#11267).
8679
8680 * help.el (describe-mode): Doc fix.
8681
8682 2012-05-26 Glenn Morris <rgm@gnu.org>
8683
8684 * w32-fns.el (w32-init-info): Remove.
8685 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
8686
8687 * info.el (info-initialize): For self-contained NS builds, put the
8688 included info/ directory at the front. (Bug#2791)
8689
8690 * paths.el (Info-default-directory-list): Make it a defcustom,
8691 mainly so that we can use custom-initialize-delay.
8692
8693 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8694
8695 * subr.el (buffer-has-markers-at): Mark obsolete.
8696
8697 * subr.el (lambda): Use declare.
8698
8699 * emacs-lisp/lisp-mode.el (lambda):
8700 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
8701
8702 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8703
8704 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
8705
8706 2012-05-26 Glenn Morris <rgm@gnu.org>
8707
8708 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
8709
8710 2012-05-25 Glenn Morris <rgm@gnu.org>
8711
8712 * paths.el: Remove no-byte-compile.
8713 * loadup.el: No need to load paths.el uncompiled.
8714
8715 * image.el (imagemagick-types-inhibit): Doc fix.
8716
8717 * version.el: Remove no-byte-compile and associated formatting.
8718 * loadup.el: No need to load version.el uncompiled. AFAICS, this
8719 is ancient code from when there was an "inc-vers.el".
8720
8721 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8722
8723 * progmodes/gdb-mi.el: Minor style changes.
8724 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
8725 Turn into minor modes.
8726 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
8727 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
8728 (gdb-shell): Remove unneeded let-binding.
8729 (gdb-get-many-fields): Eliminate O(n²) behavior.
8730
8731 2012-05-25 Eli Zaretskii <eliz@gnu.org>
8732
8733 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
8734 platforms that don't link in fontset.c.
8735
8736 2012-05-25 Juri Linkov <juri@jurta.org>
8737
8738 Use the same diff color scheme as in modern VCSes (bug#10181).
8739
8740 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
8741 to avoid confusion with `diff-added' that now uses green colors.
8742 (diff-removed): Use shades of red.
8743 (diff-added): Use shades of green.
8744 (diff-changed): Leave just the yellow color.
8745 (diff-use-changed-face): New variable.
8746 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
8747 how to highlight context diff changes.
8748 (diff-refine-change): Use shades of yellow.
8749 (diff-refine-removed): New face that uses shades of red.
8750 (diff-refine-added): New face that uses shades of green.
8751 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
8752 `diff-refine-removed' in the call to `smerge-refine-subst'
8753 depending on the value of `diff-use-changed-face'.
8754
8755 * vc/smerge-mode.el (smerge-mine): Use shades of red.
8756 (smerge-other): Use shades of green.
8757 (smerge-base): Use shades of yellow.
8758 (smerge-refined-change): Empty face.
8759 (smerge-refined-removed): New face that uses shades of red.
8760 (smerge-refined-added): New face that uses shades of green.
8761 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
8762 args `props-r' and `props-a', and use them. Doc fix.
8763 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
8764 on its value use different faces `smerge-refined-change',
8765 `smerge-refined-removed', `smerge-refined-added' in the call to
8766 `smerge-refine-subst'.
8767
8768 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
8769 Add face condition `min-colors 88' with shades of red.
8770 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
8771 `min-colors 88' with shades of green.
8772 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
8773 `min-colors 88' with shades of yellow.
8774
8775 2012-05-24 Glenn Morris <rgm@gnu.org>
8776
8777 * paths.el (prune-directory-list, remote-shell-program): Move to...
8778 * files.el (prune-directory-list, remote-shell-program): ...here.
8779 For the latter, delay initialization, prefer ssh, just search PATH.
8780
8781 * paths.el (term-file-prefix): Move to faces.el (the only user).
8782 * faces.el (term-file-prefix): Move here, make it a defcustom.
8783
8784 * paths.el (news-directory, news-path, news-inews-program):
8785 Move to gnus/nnspool.el.
8786
8787 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
8788
8789 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
8790 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
8791 Make the latter a defcustom, with a delayed initialization.
8792
8793 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
8794 These were deleted from Gnus itself late 2010.
8795
8796 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
8797
8798 * progmodes/which-func.el (which-func-ff-hook):
8799 Check against user-error, not error.
8800
8801 * emacs-lisp/edebug.el (top): Do not load or set up loading of
8802 cl-specs.el, which no longer exists.
8803
8804 2012-05-22 Glenn Morris <rgm@gnu.org>
8805
8806 * info.el (info-emacs-bug): New command.
8807 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
8808 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
8809
8810 2012-05-21 Glenn Morris <rgm@gnu.org>
8811
8812 * makefile.w32-in (update-subdirs-SH):
8813 * Makefile.in (update-subdirs): Update for moved update-subdirs.
8814
8815 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8816
8817 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
8818
8819 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8820 Simplify Maven regexp, and make sure the file can't start with a space
8821 (bug#11517).
8822
8823 2012-05-21 Glenn Morris <rgm@gnu.org>
8824
8825 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8826 Scrap superfluous subshells.
8827
8828 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8829
8830 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
8831 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
8832
8833 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
8834
8835 * calc/calc.el (calc-ensure-consistent-units): New variable.
8836
8837 * calc/calc-units.el (math-consistent-units-p)
8838 (math-check-unit-consistency): New functions.
8839 (calc-quick-units, calc-convert-units):
8840 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
8841 is non-nil.
8842 (calc-extract-units): Fix typo.
8843
8844 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8845
8846 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
8847
8848 * textmodes/flyspell.el: Commenting style, plus code simplifications.
8849 (flyspell-default-deplacement-commands): Don't spell check after
8850 repeated window/frame switches (e.g. triggered by mouse-movement).
8851 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
8852 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
8853 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
8854 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
8855 Remove unused vars.
8856 (flyspell-get-casechars, flyspell-get-not-casechars):
8857 Simplify; Don't bother removing a ] just to add it back.
8858 * textmodes/ispell.el (ispell-program-name): Use executable-find.
8859
8860 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8861
8862 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
8863 New functions.
8864 (math-function-table): Add support for more C functions.
8865
8866 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8867
8868 * textmodes/flyspell.el (flyspell-check-pre-word-p)
8869 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
8870 Protect delay handling for otherchars against empty otherchars.
8871
8872 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8873
8874 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
8875 their respective macro declarations.
8876 * skeleton.el (define-skeleton):
8877 * progmodes/compile.el (define-compilation-mode):
8878 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
8879 (define-ibuffer-filter):
8880 * emacs-lisp/generic.el (define-generic-mode):
8881 * emacs-lisp/easy-mmode.el (define-minor-mode)
8882 (define-globalized-minor-mode):
8883 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
8884 * emacs-lisp/byte-run.el (defsubst):
8885 * custom.el (deftheme): Add doc-string metadata.
8886
8887 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8888
8889 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
8890
8891 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8892
8893 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
8894
8895 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
8896 * emacs-lisp/cl-macs.el: Idem.
8897 * emacs-lisp/cl-specs.el: Remove.
8898
8899 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8900
8901 Minor renaming of internal CL functions and variables.
8902 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
8903 (cl--position): Rename from cl-position.
8904 (cl--delete-duplicates): Rename from cl-delete-duplicates.
8905 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
8906 (cl--random-state): Rename from *random-state*.
8907
8908 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8909
8910 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
8911 parens around the arg list (bug#11499).
8912
8913 2012-05-17 Juri Linkov <juri@jurta.org>
8914
8915 * isearch.el (word-search-regexp, word-search-backward)
8916 (word-search-forward, word-search-backward-lax)
8917 (word-search-forward-lax): Move functions from search.c
8918 (bug#10145, bug#11381).
8919
8920 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8921
8922 * textmodes/flyspell.el (flyspell-check-pre-word-p)
8923 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
8924 Delay for otherchars as for normal word components.
8925
8926 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8927
8928 * minibuffer.el (completion--sifn-requote): Fix last change.
8929 (minibuffer-local-must-match-filename-map):
8930 Move define-obsolete-variable-alias before its var.
8931
8932 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8933
8934 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
8935
8936 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
8937 behavior.
8938 (completion--string-equal-p): New function.
8939 (completion--twq-all): Use it to get better assertion failure data.
8940
8941 Only handle ".." and '..' quoting in shell-mode (bug#11466).
8942 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
8943 (shell--requote-argument): New functions.
8944 (shell-completion-vars): Use them.
8945 (shell--parse-pcomplete-arguments): Rename from
8946 shell-parse-pcomplete-arguments.
8947 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
8948 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
8949 Obey comint-file-name-quote-list.
8950
8951 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
8952 (smie-indent-keyword): Use it.
8953
8954 2012-05-14 Stefan Merten <smerten@oekonux.de>
8955
8956 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
8957
8958 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8959
8960 * net/rlogin.el (rlogin-mode-map): Fix last change.
8961
8962 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8963
8964 * mail/smtpmail.el (smtpmail-send-command): Send the command and
8965 the following \r\n using a single `process-send-string', since the
8966 Lotus SMTP server refuses to accept any commands if they are sent
8967 with two `process-send-string's (Bug#11444).
8968
8969 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8970
8971 * shell.el (shell-parse-pcomplete-arguments):
8972 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
8973
8974 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
8975
8976 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
8977 (image-transform-scale, image-transform-right-angle-fudge): New vars.
8978 (image-transform-width, image-transform-fit-width): New functions.
8979 (image-transform-properties): Use them.
8980 (image-transform-check-size): New function.
8981 (image-toggle-display-image): Use it (for testing).
8982 (image-transform-set-rotation): Reduce angle mod 360.
8983 Delete obsolete comment.
8984
8985 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
8986
8987 * image-mode.el: Fix scaling (bug#11399).
8988 (image-transform-resize): Doc fix.
8989 (image-transform-properties): Default scale is 1 and height should
8990 be an integer.
8991
8992 2012-05-13 Johan Bockgård <bojohan@gnu.org>
8993
8994 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
8995 than hard-coding `car', to fix misbehavior when moving forward.
8996
8997 2012-05-13 Chong Yidong <cyd@gnu.org>
8998
8999 * emacs-lisp/tabulated-list.el (tabulated-list-format)
9000 (tabulated-list-entries, tabulated-list-padding)
9001 (tabulated-list-sort-key): Make permanent-local.
9002
9003 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
9004 (electric-buffer-list): Put electric buffer menu
9005 command descriptions in this docstring, instead of the docstring
9006 of electric-buffer-menu-mode. Code cleanups.
9007 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
9008 Electric-buffer-menu-mode.
9009 (electric-buffer-update-highlight): Minor code cleanup.
9010
9011 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
9012
9013 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
9014 (Bug#11447)
9015
9016 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9017
9018 Move define-obsolete-variable-alias before the var's definition.
9019 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
9020 * tooltip.el (tooltip-hook):
9021 * textmodes/reftex-toc.el (reftex-toc-map):
9022 * textmodes/reftex-sel.el (reftex-select-label-map)
9023 (reftex-select-bib-map):
9024 * textmodes/reftex-index.el (reftex-index-map)
9025 (reftex-index-phrases-map):
9026 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
9027 * progmodes/meta-mode.el (meta-mode-map):
9028 * novice.el (disabled-command-hook):
9029 * loadhist.el (unload-hook-features-list):
9030 * frame.el (blink-cursor):
9031 * files.el (find-file-not-found-hooks, write-file-hooks)
9032 (write-contents-hooks):
9033 * emulation/tpu-edt.el (GOLD-map):
9034 * emacs-lock.el (emacs-lock-from-exiting):
9035 * emacs-lisp/generic.el (generic-font-lock-defaults):
9036 * emacs-lisp/chart.el (chart-map):
9037 * dos-fns.el (register-name-alist):
9038 * dired-x.el (dired-omit-files-p):
9039 * desktop.el (desktop-enable):
9040 * cus-edit.el (custom-mode-hook):
9041 * buff-menu.el (buffer-menu-mode-hook):
9042 * bookmark.el (bookmark-read-annotation-text-func)
9043 (bookmark-exit-hooks):
9044 * allout.el (allout-mode-deactivate-hook)
9045 (allout-exposure-change-hook, allout-structure-added-hook)
9046 (allout-structure-deleted-hook, allout-structure-shifted-hook):
9047 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
9048 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
9049 comes before the corresponding variable's definition.
9050
9051 2012-05-12 Chong Yidong <cyd@gnu.org>
9052
9053 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
9054 (Buffer-menu-mouse-select): Restore function (Bug#11459).
9055 (Buffer-menu-mode-map): Bind it.
9056 (Buffer-menu--pretty-name): Add a mouse-face property.
9057
9058 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9059
9060 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
9061 (prolog-upper-case-string, prolog-lower-case-string)
9062 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
9063 (prolog-use-smie, prolog-smie-grammar): New vars.
9064 (prolog-smie-forward-token, prolog-smie-backward-token)
9065 (prolog-smie-rules): New funs.
9066 (prolog-comment-indent): Remove.
9067 (prolog-mode-variables): Use default comment indentation instead.
9068 Setup SMIE.
9069 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
9070 (prolog-mode): Don't call them any more.
9071 (prolog-electric-colon, prolog-electric-dash)
9072 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
9073
9074 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
9075
9076 * minibuffer.el (completion--twq-all): Again, allow case differences.
9077
9078 * term.el: Move keymap initialization code to be more idiomatic.
9079 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
9080 (term-terminal-menu): Move initialization into declaration.
9081 (term-escape-char): Let the user set it in her .emacs.
9082
9083 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
9084 Provide SMIE-based indentation (not enabled by default yet).
9085 (sh-mode-map): Don't bind electric keys.
9086 Use electric-pair-mode instead of skeleton-pair.
9087 (sh-assignment-regexp): Fit within 80 columns.
9088 (sh-indent-supported): Specify actual shell name instead of boolean.
9089 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
9090 (sh-maybe-here-document): Use it. Make obsolete.
9091 (sh-electric-here-document-mode) New minor mode.
9092 (sh-mode): Use it. Don't set sh-indent-supported-here here.
9093 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
9094 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
9095 (sh-smie-rc-grammar, sh-use-smie): New vars.
9096 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
9097 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
9098 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
9099 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
9100 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
9101 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
9102 (sh-set-shell): Use smie-setup if requested.
9103
9104 * term.el (term-set-escape-char): Properly set term-escape-char.
9105 See http://stackoverflow.com/questions/10524656.
9106
9107 2012-05-10 Chong Yidong <cyd@gnu.org>
9108
9109 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
9110 Use url-generic-parse-url, and handle host names and Windows
9111 filenames properly.
9112 (ffap-url-unwrap-remote): Use url-generic-parse-url.
9113 (ffap-url-unwrap-remote): Accept list values, specifying a list of
9114 URL schemes to work on.
9115 (ffap--toggle-read-only): New function.
9116 (ffap-read-only, ffap-read-only-other-window)
9117 (ffap-read-only-other-frame): Use it.
9118 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
9119 necessary for ffap-url-unwrap-remote.
9120
9121 2012-05-10 Dave Abrahams <dave@boostpro.com>
9122
9123 * cus-start.el (create-lockfiles): Add it.
9124
9125 2012-05-09 Chong Yidong <cyd@gnu.org>
9126
9127 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
9128 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
9129
9130 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9131
9132 * shell.el (shell-completion-vars): Fix last change (bug#11348).
9133
9134 2012-05-09 Chong Yidong <cyd@gnu.org>
9135
9136 * ansi-color.el (ansi-color-process-output): Check for validity of
9137 comint-last-output-start before using it. This avoids a bad
9138 interaction with gdb-mi's input/output buffer.
9139
9140 2012-05-09 Glenn Morris <rgm@gnu.org>
9141
9142 * files.el (dir-locals-read-from-file):
9143 Mention dir-locals in any error message.
9144
9145 2012-05-09 Chong Yidong <cyd@gnu.org>
9146
9147 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
9148 package (Bug#11410).
9149
9150 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
9151 variables into description.
9152
9153 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9154
9155 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
9156 shell-delimiter-argument-list (bug#11348).
9157 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
9158
9159 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
9160
9161 * textmodes/rst.el: Silence byte-compiler warnings.
9162 (rst-re-alist, rst-reset-section-caches): Move around.
9163 (rst-re): Use `characterp', not `char-valid-p'.
9164 (font-lock-beg, font-lock-end): Declare.
9165
9166 * progmodes/idlw-shell.el (specs): Remove reference to deleted
9167 variable `idlwave-shell-activate-alt-keybindings' and simplify.
9168
9169 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
9170
9171 2012-05-08 Glenn Morris <rgm@gnu.org>
9172
9173 * files.el (auto-mode-alist): Treat ".make" like ".mk".
9174
9175 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9176
9177 * vc/log-edit.el: Add GNU coding standards highlighting.
9178 (log-edit-font-lock-gnu-style)
9179 (log-edit-font-lock-gnu-keywords): New vars.
9180 (log-edit-font-lock-keywords): New fun.
9181 (log-edit-mode): Don't fold case in font-lock.
9182 (log-edit-font-lock-keywords): Do not assume case-folding.
9183
9184 * imenu.el: Misc cleanup. Make docstrings out of comments.
9185 Use lexical-binding.
9186 (imenu--index-alist, imenu--last-menubar-index-alist)
9187 (imenu-menubar-modified-tick): Use defvar-local.
9188 (imenu--split-menu): Remove unused var.
9189 (imenu--cleanup-seen): Declare as global.
9190 (imenu--cleanup): Use dolist.
9191
9192 * subr.el (defvar-local): Add debug spec and doc-string position.
9193
9194 2012-05-08 Glenn Morris <rgm@gnu.org>
9195
9196 * language/burmese.el, language/cham.el, language/czech.el:
9197 * language/english.el, language/georgian.el, language/greek.el:
9198 * language/japanese.el, language/khmer.el, language/korean.el:
9199 * language/lao.el, language/misc-lang.el, language/romanian.el:
9200 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
9201 * language/thai.el, language/utf-8-lang.el:
9202 Remove no-byte-compile setting.
9203
9204 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
9205
9206 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9207
9208 * progmodes/make-mode.el (makefile-browse):
9209 Remove unnecessary interactive. (Bug#11324)
9210
9211 2012-05-07 Glenn Morris <rgm@gnu.org>
9212
9213 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
9214
9215 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
9216
9217 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9218
9219 * loadup.el: Preload newcomment.el.
9220 * newcomment.el: Move autoload-only code to toplevel.
9221
9222 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
9223 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9224 Handle new :right-align column property.
9225 (tabulated-list-print-col): Idem, plus use `display' text-property to
9226 try and preserve alignment for variable pitch fonts.
9227
9228 2012-05-07 Chong Yidong <cyd@gnu.org>
9229
9230 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
9231 (tabulated-list-use-header-line): New var.
9232 (tabulated-list-init-header): Use it.
9233 (tabulated-list-print-fake-header): New function.
9234 (tabulated-list-print): Use it.
9235 (tabulated-list-sort-button-map): Add non-header-line commands.
9236 (tabulated-list-init-header): Add column name property to basic
9237 labels as well.
9238 (tabulated-list-col-sort): Handle non-header-line button case.
9239 (tabulated-list--sort-by-column-name): Fix a corner case.
9240
9241 * buff-menu.el (list-buffers--refresh):
9242 Handle Buffer-menu-use-header-line.
9243
9244 2012-05-06 Chong Yidong <cyd@gnu.org>
9245
9246 * buff-menu.el: Convert to Tabulated List mode.
9247 (Buffer-menu-buffer+size-width): Make obsolete.
9248 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
9249 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
9250 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
9251 documentation into docstring of buffer-menu.
9252 (Buffer-menu-toggle-files-only): Add an informative message.
9253 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
9254 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
9255 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
9256 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
9257 (Buffer-menu-execute, Buffer-menu-select)
9258 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
9259 (Buffer-menu-bury): Use Tabulated List machinery.
9260 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
9261 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
9262 Delete.
9263 (list-buffers--refresh): New function.
9264 (list-buffers-noselect): Use it.
9265 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
9266 (Buffer-menu--pretty-file-name): New helper functions.
9267
9268 * loadup.el: Preload tabulated-list.
9269
9270 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
9271 tabulated-list-sort-column.
9272 (tabulated-list-init-header): Add the initial aligning space even
9273 if tabulated-list-padding is zero.
9274
9275 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
9276
9277 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
9278 whose cdr is not a cons cell correctly (bug#11038).
9279
9280 2012-05-06 Chong Yidong <cyd@gnu.org>
9281
9282 * emacs-lisp/tabulated-list.el (tabulated-list-format):
9283 Accept additional plist in column descriptors.
9284 (tabulated-list-init-header): Obey it.
9285 (tabulated-list-get-entry): New function.
9286 (tabulated-list-put-tag): Use it. Use string-width instead of
9287 length.
9288 (tabulated-list--column-number): New function.
9289 (tabulated-list-print): Use it.
9290 (tabulated-list-print-col): New function.
9291 Set `tabulated-list-column-name' property on each column's text.
9292 (tabulated-list-print-entry): Use it.
9293 (tabulated-list-delete-entry, tabulated-list-set-col):
9294 New functions.
9295 (tabulated-list-sort-column): New command (Bug#11337).
9296
9297 * buff-menu.el (list-buffers): Move C-x C-b binding from
9298 buff-menu.el to bindings.el.
9299
9300 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
9301 :advertised-binding feature.
9302
9303 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
9304
9305 * progmodes/compile.el (compilation-internal-error-properties):
9306 Calculate start position correctly when end-col is set but
9307 end-line is not (Bug#11382).
9308
9309 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
9310
9311 * man.el (Man-unindent): Use text-property-default-nonsticky to
9312 prevent untabify from inheriting face properties (Bug#11408).
9313
9314 2012-05-05 Stefan Merten <smerten@oekonux.de>
9315
9316 * textmodes/rst.el: Major merge with upstream development up to
9317 Docutils SVN r7399 / rst.el V1.2.1.
9318
9319 Clarify maintainership and authors.
9320
9321 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
9322 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
9323 (rst-official-version, rst-official-cvs-rev, rst-version)
9324 (rst-package-emacs-version-alist): New functions and variables
9325 for version information.
9326
9327 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
9328 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
9329 (rst-mode-syntax-table, rst-mode): New and corrected functions
9330 and variables representing reStructuredText features.
9331
9332 (rst-re): New function for reStructuredText regexes. Use in
9333 many places.
9334
9335 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
9336 (rst-mode-map): Rebind keys.
9337
9338 (rst-mode-lazy, rst-font-lock-keywords)
9339 (rst-font-lock-extend-region)
9340 (rst-font-lock-extend-region-internal)
9341 (rst-font-lock-extend-region-extend)
9342 (rst-font-lock-find-unindented-line-limit)
9343 (rst-font-lock-find-unindented-line-match)
9344 (rst-adornment-level, rst-font-lock-adornment-level)
9345 (rst-font-lock-adornment-match)
9346 (rst-font-lock-handle-adornment-pre-match-form)
9347 (rst-font-lock-handle-adornment-matcher): Major revision of
9348 font-locking. Integrate with other code. Use `jit-lock-mode'.
9349
9350 (rst-preferred-adornments, rst-adjust-hook)
9351 (rst-new-adornment-down, rst-preferred-bullets)
9352 (rst-preferred-bullets, rst-indent, rst-indent-width)
9353 (rst-indent-field, rst-indent-literal-normal)
9354 (rst-indent-literal-minimized, rst-indent-comment): Change,
9355 extend and improve customization.
9356
9357 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
9358 (rst-normalize-cursor-position, rst-get-decoration)
9359 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
9360 (rst-rstrip, rst-toc-insert-find-delete-contents)
9361 (rst-shift-fill-region, rst-compute-bullet-tabs)
9362 (rst-debug-print-tabs, rst-debug-mark-found)
9363 (rst-shift-region-guts, rst-shift-region-right)
9364 (rst-shift-region-left, rst-use-char-classes)
9365 (rst-font-lock-keywords-function)
9366 (rst-font-lock-indentation-point)
9367 (rst-font-lock-find-unindented-line-begin)
9368 (rst-font-lock-find-unindented-line-end)
9369 (rst-font-lock-find-unindented-line)
9370 (rst-font-lock-adornment-point, rst-font-lock-level)
9371 (rst-adornment-level-alist): Remove functions and variables.
9372
9373 (rst-compare-adornments, rst-get-adornment-match)
9374 (rst-suggest-new-adornment, rst-get-adornments-around)
9375 (rst-adornment-complete-p, rst-get-next-adornment)
9376 (rst-adjust-adornment, rst-display-adornments-hierarchy)
9377 (rst-straighten-adornments): Standardize function names to
9378 use "adornment" instead of "decoration". Correct callers.
9379 Similar standardizing in many places.
9380
9381 (rst-update-section, rst-adjust, rst-promote-region)
9382 (rst-enumerate-region, rst-bullet-list-region)
9383 (rst-repeat-last-character): Correct use of `interactive'.
9384
9385 (rst-classify-adornment, rst-find-all-adornments)
9386 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
9387 (rst-find-leftmost-column, rst-repeat-last-character):
9388 Refactor functions.
9389
9390 (rst-find-title-line, rst-reset-section-caches)
9391 (rst-get-adornments-around, rst-adjust-adornment-work)
9392 (rst-arabic-to-roman, rst-roman-to-arabic)
9393 (rst-insert-list-pos, rst-insert-list-new-item)
9394 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
9395 New functions.
9396
9397 (rst-all-sections, rst-section-hierarchy)
9398 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
9399 New variables.
9400
9401 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
9402 configuration instead of only buffer. Change where necessary.
9403
9404 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
9405 (rst-shift-region, rst-adaptive-fill): New functions for
9406 indentation and filling.
9407
9408 (rst-comment-line-break, rst-comment-indent)
9409 (rst-comment-insert-comment, rst-comment-region)
9410 (rst-uncomment-region): New functions for handling comments.
9411
9412 (rst-compile): Quote shell arguments.
9413
9414 (rst-compile-pdf-preview, rst-compile-slides-preview):
9415 Delete temporary files after use.
9416
9417 2012-05-05 Glenn Morris <rgm@gnu.org>
9418
9419 * calendar/cal-html.el: Optionally include holidays in the output.
9420 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
9421 (cal-html-holidays): New option.
9422 (cal-html-css-default): Add holiday entry.
9423 (holiday-in-range): Autoload it.
9424 (cal-html-htmlify-entry): Add optional class argument.
9425 (cal-html-htmlify-list): Add optional holidays argument.
9426 (cal-html-insert-agenda-days): Include holidays in the output.
9427 (cal-html-one-month): Maybe include holidays.
9428
9429 * calendar/holidays.el (holiday-in-range):
9430 Move here from cal-tex-list-holidays.
9431 * calendar/cal-tex.el (cal-tex-list-holidays):
9432 Make it an obsolete alias for holiday-in-range. Update all callers.
9433
9434 2012-05-05 Chong Yidong <cyd@gnu.org>
9435
9436 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
9437 Nextstep.
9438
9439 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
9440
9441 * files.el (file-auto-mode-skip): New var.
9442 (set-auto-mode-1): Use it.
9443
9444 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9445
9446 * repeat.el: Use lexical-binding.
9447 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
9448 (repeat-undo-count): Remove.
9449 (repeat):
9450 * progmodes/octave-mod.el (octave-abbrev-start):
9451 * progmodes/f90.el (f90-abbrev-start):
9452 * face-remap.el (text-scale-adjust):
9453 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
9454
9455 * emacs-lisp/pcase.el (pcase--let*): New function.
9456 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
9457 a bit more.
9458 (pcase--split-pred): Be more clever about ruling out overlap between
9459 a predicate and some constant pattern.
9460 (pcase--q1): Use `null' instead of (eq foo nil).
9461
9462 * subr.el (setq-local, defvar-local): New macros.
9463 (kbd): Redefine as an alias.
9464 (with-selected-window): Leave unrelated frames alone.
9465 (set-temporary-overlay-map): New function.
9466
9467 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9468
9469 * subr.el (user-error): New function.
9470 * window.el (switch-to-buffer):
9471 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
9472 (smerge-match-conflict):
9473 * simple.el (previous-matching-history-element)
9474 (next-matching-history-element, goto-history-element, undo-more)
9475 (undo-start):
9476 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
9477 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
9478 (next-file, tags-loop-scan, list-tags, complete-tag):
9479 * progmodes/compile.el (compilation-loop):
9480 * mouse.el (mouse-minibuffer-check):
9481 * man.el (Man-bgproc-sentinel, Man-goto-page):
9482 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
9483 (Info-history-forward, Info-follow-reference, Info-menu)
9484 (Info-extract-menu-item, Info-extract-menu-counting)
9485 (Info-forward-node, Info-backward-node, Info-next-menu-item)
9486 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
9487 (Info-next-reference, Info-prev-reference, Info-index)
9488 (Info-index-next, Info-follow-nearest-node)
9489 (Info-copy-current-node-name):
9490 * imenu.el (imenu--make-index-alist)
9491 (imenu-default-create-index-function, imenu-add-to-menubar):
9492 * files.el (basic-save-buffer, recover-file):
9493 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9494 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9495 (checkdoc-message-text, checkdoc-defun):
9496 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
9497 * cus-edit.el (customize-changed-options, customize-rogue)
9498 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
9499 (custom-variable-mark-to-reset-standard)
9500 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
9501 (custom-file):
9502 * completion.el (check-completion-length):
9503 * comint.el (comint-search-arg)
9504 (comint-previous-matching-input-string-position)
9505 (comint-previous-matching-input)
9506 (comint-replace-by-expanded-history-before-point, comint-send-input)
9507 (comint-copy-old-input, comint-backward-matching-input)
9508 (comint-goto-process-mark, comint-set-process-mark):
9509 * calendar/calendar.el (calendar-cursor-to-date): Use it.
9510 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
9511
9512 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9513
9514 * dabbrev.el (dabbrev--ignore-case-p): New function.
9515 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
9516 Use it.
9517
9518 * files.el (automount-dir-prefix): Mark as obsolete.
9519
9520 2012-05-04 Glenn Morris <rgm@gnu.org>
9521
9522 * patcomp.el, play/bruce.el: Move to obsolete/.
9523
9524 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
9525
9526 Fix minor Y10k bugs.
9527 * arc-mode.el (archive-unixdate):
9528 * autoinsert.el (auto-insert-alist):
9529 * calc/calc-forms.el (math-this-year):
9530 * emacs-lisp/copyright.el (copyright-current-year)
9531 (copyright-update-year, copyright):
9532 * tar-mode.el (tar-clip-time-string):
9533 * time.el (display-time-update):
9534 Don't assume years have 4 digits.
9535
9536 2012-05-04 Chong Yidong <cyd@gnu.org>
9537
9538 * dos-w32.el (file-name-buffer-file-type-alist)
9539 (direct-print-region-use-command-dot-com):
9540 * ffap.el (ffap-menu-regexp):
9541 * find-file.el (ff-special-constructs):
9542 * follow.el (follow-debug):
9543 * forms.el (forms--debug):
9544 * iswitchb.el (iswitchb-all-frames):
9545 * ido.el (ido-all-frames):
9546 * emacs-lisp/timer.el (timer-max-repeats):
9547 * mail/feedmail.el (feedmail-mail-send-hook)
9548 (feedmail-mail-send-hook-queued):
9549 * mail/footnote.el (footnote-signature-separator):
9550 * mail/mailabbrev.el (mail-alias-separator-string)
9551 (mail-abbrev-mode-regexp):
9552 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
9553 * progmodes/idlwave.el (idlwave-libinfo-file)
9554 (idlwave-default-completion-case-is-down)
9555 (idlwave-library-routines): Convert defvars to defcustoms.
9556
9557 * mail/rmail.el (rmail-decode-mime-charset):
9558 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
9559 (idlwave-shell-fix-inserted-breaks)
9560 (idlwave-shell-activate-alt-keybindings)
9561 (idlwave-shell-use-breakpoint-glyph):
9562 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
9563
9564 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9565
9566 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
9567
9568 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
9569
9570 * progmodes/verilog-mode.el (font-lock-keywords):
9571 Fix mis-highligting auto. Reported by Craig Barner.
9572 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
9573 defines from global name space. Reported by Dan Dever.
9574 (verilog-auto-reset, verilog-auto-reset-widths)
9575 (verilog-auto-tieoff): Support using unbased numbers for
9576 AUTORESET and AUTOTIEOFF.
9577 (verilog-submit-bug-report): Update variable list.
9578 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
9579 parenthesis from not matching. Reported by Michael Rytting.
9580 (verilog-auto-template-lint): Fix hash error when linting modules
9581 with no used templates.
9582 (verilog-warn, verilog-warn-error)
9583 (verilog-warn-fatal): When non-interactive report multiple
9584 warnings before exiting. Suggested by Brad Dobbie.
9585 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
9586 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
9587 to report unused template errors. Reported by Brad Dobbie.
9588 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
9589 nets, bug438. Reported by Vns Blore.
9590 (verilog-auto-inout-module, verilog-auto-reg)
9591 (verilog-read-decls, verilog-read-sub-decls-sig)
9592 (verilog-signals-edit-wire-reg, verilog-signals-with):
9593 Fix passing of Verilog data types in ANSI input/output ports
9594 such as "output logic" into the AUTOs. Special case "wire" and
9595 "reg" for backwards compatibility presuming Verilog 2001.
9596 (verilog-auto-ascii-enum): Add "auto enum" as alias.
9597 (verilog-preprocess): Fix replication of preprocess output.
9598 Reported by Brad Dobbie.
9599 (verilog-auto-inst-interfaced-ports):
9600 Create verilog-auto-inst-interfaced-ports, bug429.
9601 Reported by Julian Gorfajn.
9602 (verilog-after-save-font-hook)
9603 (verilog-before-save-font-hook): New variable.
9604 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
9605 (verilog-save-font-mods): Wrap disabling fontification, reported
9606 by David Rogoff.
9607 (verilog-do-indent, verilog-pretty-declarations-auto)
9608 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
9609 Reported by Pierre-David Pfister.
9610 (verilog-set-auto-endcomments): Fix endtask auto comments outside
9611 of class declarations, bug292. Reported by Kevin Heilman.
9612 (verilog-read-decls): Fix 'parameter type' not appearing in
9613 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
9614 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
9615 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
9616 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
9617 Reported by David Kravitz.
9618
9619 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
9620
9621 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
9622 assignment with tests in ifs and for loops.
9623 (verilog-extended-complete-re, verilog-complete-reg): Change so
9624 that DPI inport functions don't look like fuction declarations.
9625 (verilog-pretty-expr): Don't line up assignment
9626 operations to the test and increment in if and for loops
9627 (verilog-extended-complete-re, verilog-complete-reg): Change so
9628 that DPI inport functions don't look like fuction declarations.
9629
9630 2012-05-03 Kenichi Handa <handa@m17n.org>
9631
9632 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
9633 decoding, and show a warning message without signaling an error
9634 (Bug#11282).
9635
9636 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9637
9638 * emacs-lisp/bytecomp.el
9639 (byte-compile-file-form-custom-declare-variable): Compile all elements,
9640 since cconv.el might have introduced :fun-body, internal-make-closure,
9641 and friends for bytecomp to handle (bug#11391).
9642 * custom.el (defcustom): Avoid ((λ ..) ..).
9643
9644 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
9647
9648 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
9649
9650 * notifications.el (dbus-debug):
9651 * term/linux.el (gpm-mouse-enable):
9652 * term/screen.el (xterm-register-default-colors): Declare.
9653
9654 2012-05-02 Chong Yidong <cyd@gnu.org>
9655
9656 * cus-start.el (gc-cons-percentage, exec-suffixes)
9657 (dos-display-scancodes, dos-hyper-key, dos-super-key)
9658 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
9659 (make-cursor-line-fully-visible, void-text-area-pointer)
9660 (font-list-limit): Add customization data.
9661
9662 * allout.el (allout-exposure-change-functions)
9663 (allout-structure-added-functions)
9664 (allout-structure-deleted-functions)
9665 (allout-structure-shifted-functions): Rename abnormal hooks from
9666 *-hook, and convert to defcustoms.
9667 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
9668 Convert to defcustoms.
9669 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
9670
9671 * allout-widgets.el: Hook callers changed.
9672
9673 2012-05-02 Eli Zaretskii <eliz@gnu.org>
9674
9675 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
9676 the yanked message in preference to the default value of
9677 buffer-file-coding-system.
9678
9679 2012-05-02 Martin Rudalics <rudalics@gmx.at>
9680
9681 * window.el (display-buffer--action-function-custom-type):
9682 Fix entry.
9683
9684 2012-05-02 Alan Mackenzie <acm@muc.de>
9685
9686 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
9687
9688 2012-05-01 Glenn Morris <rgm@gnu.org>
9689
9690 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
9691
9692 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
9693
9694 * cus-edit.el (custom-variable-documentation): Simplify with format.
9695
9696 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9697 Stefan Monnier <monnier@iro.umontreal.ca>
9698
9699 * simple.el (suggest-key-bindings, execute-extended-command):
9700 Move from keyboard.c.
9701
9702 2012-05-01 Chong Yidong <cyd@gnu.org>
9703
9704 * follow.el: Eliminate advice.
9705 (set-process-filter, process-filter, sit-for): Advice deleted.
9706 (follow-mode-off-hook): Obsolete hook removed.
9707 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
9708 Vars deleted.
9709 (follow-auto): Use a :set function.
9710 (follow-mode): Rewritten. Don't advise process filters.
9711 (follow-switch-to-current-buffer-all, follow-scroll-up)
9712 (follow-scroll-down): Assume follow-mode is bound.
9713 (follow-comint-scroll-to-bottom)
9714 (follow-align-compilation-windows): New functions.
9715 (follow--window-sorter): New function.
9716 (follow-all-followers): Use it to explicitly sort windows by their
9717 positions; don't make assumptions about next-window order.
9718 (follow-windows-start-end, follow-delete-other-windows-and-split)
9719 (follow-calc-win-start): Doc fix.
9720 (follow-windows-aligned-p, follow-select-if-visible): Don't call
9721 vertical-motion unnecessarily.
9722 (follow-adjust-window): New function.
9723 (follow-post-command-hook): Use it.
9724 (follow-call-set-process-filter, follow-call-process-filter)
9725 (follow-intercept-process-output, follow-tidy-process-filter-alist)
9726 (follow-stop-intercept-process-output, follow-generic-filter):
9727 Functions deleted.
9728 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
9729 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
9730 New functions, replacing advice on scroll-bar-* commands.
9731 (follow-mwheel-scroll): New function (Bug#4112).
9732
9733 * comint.el (comint-adjust-point): New function.
9734 (comint-postoutput-scroll-to-bottom): Use it.
9735 Call follow-comint-scroll-to-bottom for Follow mode buffers.
9736
9737 2012-05-01 Glenn Morris <rgm@gnu.org>
9738
9739 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
9740 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
9741 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
9742 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
9743 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
9744 Remove no-byte-compile setting.
9745
9746 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9747
9748 * minibuffer.el (completion-table-with-quoting): Fix compatibility
9749 all-completions code to not return a number in the last cdr.
9750
9751 2012-04-30 Leo Liu <sdl.web@gmail.com>
9752
9753 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
9754 read-only error.
9755
9756 2012-04-29 Chong Yidong <cyd@gnu.org>
9757
9758 * follow.el (follow-calc-win-end): Rewrite to handle partial
9759 screen lines correctly (Bug#8390).
9760 (follow-avoid-tail-recenter): Minor cleanup.
9761
9762 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9763
9764 Avoid the obsolete `assoc' package.
9765 * speedbar.el (speedbar-refresh): Avoid adelete.
9766 (speedbar-file-lists): Simplify and avoid aput.
9767 * man.el (Man--sections, Man--refpages): New vars, replacing
9768 Man-sections-alist and Man-refpages-alist.
9769 (Man-build-section-alist, Man-build-references-alist):
9770 Use them; avoid aput.
9771 (Man--last-section, Man--last-refpage): New vars.
9772 (Man-follow-manual-reference): Use them.
9773 Use the `default' arg of completing-read.
9774 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
9775
9776 2012-04-27 Chong Yidong <cyd@gnu.org>
9777
9778 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
9779
9780 * startup.el (x-apply-session-resources): New function.
9781
9782 * term/ns-win.el (ns-initialize-window-system):
9783 * term/w32-win.el (w32-initialize-window-system):
9784 * term/x-win.el (x-initialize-window-system): Use it to properly
9785 set menu-bar-mode and other vars from X resources, even if the
9786 initial frame is not a window-system frame (Bug#2299).
9787
9788 * subr.el (read-key): Avoid running filter function when setting
9789 up temporary tool bar entries (Bug#9922).
9790
9791 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
9792
9793 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
9794 (Bug#11344)
9795
9796 2012-04-27 Chong Yidong <cyd@gnu.org>
9797
9798 * select.el (xselect--encode-string): New function, split from
9799 xselect-convert-to-string.
9800 (xselect-convert-to-string): Use it.
9801 (xselect-convert-to-filename, xselect-convert-to-os)
9802 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
9803 returned strings are properly encoded (Bug#11315).
9804
9805 2012-04-27 Chong Yidong <cyd@gnu.org>
9806
9807 * simple.el (delete-active-region): Move to killing custom group.
9808
9809 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
9810
9811 * progmodes/which-func.el (which-func-current): Quote %
9812 characters for mode-line processing.
9813
9814 2012-04-27 Chong Yidong <cyd@gnu.org>
9815
9816 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
9817 reaching eob (Bug#11286).
9818
9819 2012-04-27 Eli Zaretskii <eliz@gnu.org>
9820
9821 * progmodes/gdb-mi.el (gdb-control-level): New variable.
9822 (gdb): Make it buffer-local and init to zero.
9823 (gdb-control-commands-regexp): New variable.
9824 (gdb-send): Don't wrap in "-interpreter-exec console" if
9825 gdb-control-level is positive. Increment gdb-control-level
9826 whenever the command matches gdb-control-commands-regexp, and
9827 decrement it each time the command is "end". (Bug#11279)
9828
9829 2012-04-27 Martin Rudalics <rudalics@gmx.at>
9830
9831 * window.el (adjust-window-trailing-edge, enlarge-window)
9832 (shrink-window, window-resize):
9833 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
9834 windows (Bug#11276).
9835
9836 2012-04-27 Chong Yidong <cyd@gnu.org>
9837
9838 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
9839 fix "missing prefix" warning. All callers changed.
9840
9841 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9842
9843 * emacs-lisp/assoc.el: Move to obsolete/.
9844
9845 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9846
9847 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
9848
9849 * term/ns-win.el (ns-define-service):
9850 * progmodes/pascal.el (pascal-goto-defun):
9851 * progmodes/js.el (js--read-tab):
9852 * progmodes/etags.el (tags-lazy-completion-table):
9853 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
9854 * emacs-lisp/ewoc.el (ewoc--wrap):
9855 * emacs-lisp/assoc.el (aput, adelete, amake):
9856 * doc-view.el (doc-view-convert-current-doc):
9857 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
9858
9859 2012-04-26 Chong Yidong <cyd@gnu.org>
9860
9861 * image.el (image-type-from-buffer): Only return supported image
9862 type (Bug#9045).
9863
9864 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
9865 value, for symmetry with diff-end-of-hunk.
9866 (diff-split-hunk, diff-find-source-location)
9867 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
9868 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
9869 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
9870 compute the relevant hunk or file properly (Bug#6005).
9871 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
9872
9873 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9874
9875 * vc/vc-mtn.el:
9876 * vc/vc-hg.el:
9877 * vc/vc-git.el:
9878 * vc/vc-dir.el:
9879 * vc/vc-cvs.el:
9880 * vc/vc-bzr.el:
9881 * vc/vc-arch.el:
9882 * vc/vc.el: Replace lexical-let by lexical-binding.
9883 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
9884 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
9885 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
9886
9887 2012-04-26 Chong Yidong <cyd@gnu.org>
9888
9889 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
9890 (diff-mode-shared-map): Bind it to / and [remap undo].
9891
9892 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
9893 (ediff-window-setup-function): Use it as the default, to set up
9894 windows based on whether the current frame is graphical (Bug#2138).
9895 (ediff-choose-window-setup-function-automatically): Make obsolete.
9896
9897 * vc/ediff-init.el: Always define ediff-pixel-width/height.
9898
9899 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9900
9901 * ffap.el: Remove old code for obsolete package.
9902 (ffap-complete-as-file-p): Remove.
9903
9904 Use completion-table-with-quoting for comint and pcomplete.
9905 * comint.el (comint--unquote&requote-argument)
9906 (comint--unquote-argument, comint--requote-argument): New functions.
9907 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
9908 (comint-quote-filename): Use regexp-opt-charset.
9909 (comint--common-suffix, comint--common-quoted-suffix)
9910 (comint--table-subvert): Remove.
9911 (comint-unquote-function, comint-requote-function): New vars.
9912 (comint--complete-file-name-data): Use them with
9913 completion-table-with-quoting.
9914 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
9915 * pcomplete.el (pcomplete-arg-quote-list)
9916 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
9917 (pcomplete-unquote-argument-function): Default to non-nil.
9918 (pcomplete-unquote-argument): Simplify.
9919 (pcomplete--common-quoted-suffix): Remove.
9920 (pcomplete-requote-argument-function): New var.
9921 (pcomplete--common-suffix): New function.
9922 (pcomplete-completions-at-point): Use completion-table-with-quoting
9923 and completion-table-subvert.
9924
9925 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
9926 (minibuffer--double-dollars): Preserve properties.
9927 (completion--sifn-requote): New function.
9928 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
9929
9930 * minibuffer.el: Add support for completion of quoted/escaped data.
9931 (completion-table-with-quoting, completion-table-subvert): New funs.
9932 (completion--twq-try, completion--twq-all): New functions.
9933 (completion--nth-completion): New function.
9934 (completion-try-completion, completion-all-completions): Use it.
9935
9936 2012-04-25 Leo Liu <sdl.web@gmail.com>
9937
9938 * progmodes/python.el (python-pdbtrack-get-source-buffer):
9939 Use compilation-message if available to find real filename.
9940
9941 2012-04-25 Chong Yidong <cyd@gnu.org>
9942
9943 * vc/diff-mode.el (diff-setup-whitespace): New function.
9944 (diff-mode): Use it.
9945
9946 * vc/diff.el (diff-sentinel):
9947 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
9948 Whitespace mode variables based on diff style (Bug#8612).
9949
9950 2012-04-25 Leo Liu <sdl.web@gmail.com>
9951
9952 * progmodes/python.el (python-send-region): Add suffix .py to the
9953 temp file.
9954
9955 * files.el (auto-mode-alist): Use javascript-mode instead.
9956
9957 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
9958
9959 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
9960
9961 * net/soap-client.el (soap-resolve-references-for-sequence-type)
9962 (soap-resolve-references-for-array-type): Hack to prevent self
9963 references, see Bug#9.
9964 (soap-parse-envelope): Report the contents of the 'detail' node
9965 when receiving a fault reply.
9966 (soap-parse-envelope): Report the contents of the entire 'detail' node.
9967
9968 * net/soap-inspect.el (soap-sample-value-for-simple-type)
9969 (soap-inspect-simple-type): New function.
9970
9971 * net/soap-client.el (soap-simple-type): New struct.
9972 (soap-default-xsd-types, soap-default-soapenc-types)
9973 (soap-decode-basic-type, soap-encode-basic-type):
9974 support unsignedInt and double basic types.
9975 (soap-resolve-references-for-simple-type)
9976 (soap-parse-simple-type, soap-encode-simple-type): New function.
9977 (soap-parse-schema): Parse xsd:simpleType declarations.
9978
9979 * net/soap-client.el (soap-default-xsd-types)
9980 (soap-default-soapenc-types): Add integer, byte and anyURI types.
9981 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
9982 the local name of "soapenc:Array".
9983 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
9984 decoding integer, byte and anyURI xsd types.
9985
9986 2012-04-25 Chong Yidong <cyd@gnu.org>
9987
9988 * cus-edit.el (custom-buffer-create-internal): Update header text.
9989
9990 2012-04-25 Eli Zaretskii <eliz@gnu.org>
9991
9992 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
9993 settings on 'system-type', not on 'window-system'. On MS-Windows,
9994 set interactive-mode on in GDB.
9995
9996 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9997
9998 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
9999 (ruby-syntax-propertize-regexp): Remove.
10000 (ruby-syntax-propertize-function): Split regexp into chunks.
10001 Match following code directly.
10002
10003 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
10004
10005 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
10006 (ruby-syntax-propertize-regexp): New function.
10007 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
10008 by a special keyword.
10009
10010 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
10011 (ruby-syntax-general-delimiters-goto-beg)
10012 (ruby-syntax-propertize-general-delimiters): New functions.
10013 (ruby-syntax-propertize-function): Use them to handle GDL.
10014 (ruby-font-lock-keywords): Move old handling of GDL...
10015 (ruby-font-lock-syntactic-keywords): .. to here.
10016 (ruby-calculate-indent): Adjust indentation for GDL.
10017
10018 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
10019
10020 * notifications.el (top): Remove unneeded declarations.
10021 (notifications-specification-version): Change to "1.2".
10022 (notifications-interface, notifications-notify-method)
10023 (notifications-close-notification-method): Fix docstring.
10024 (notifications-get-capabilities-method): New defconst.
10025 (notifications-notify): Add :action-items, :resident and
10026 :transient hints. Change "image_data" to "image-data" and
10027 "image_path" to "image-path".
10028 (notifications-get-capabilities): New defun.
10029
10030 2012-04-24 Leo Liu <sdl.web@gmail.com>
10031
10032 * progmodes/python.el: Move hideshow setup to the end.
10033
10034 2012-04-24 Martin Rudalics <rudalics@gmx.at>
10035
10036 * window.el (handle-select-window): Clear echo area since this is
10037 no more done by read_char (Bug#11304).
10038
10039 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
10042 and `/ M' to filter-derived-mode.
10043 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
10044 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10045 (ibuffer-mark-by-mode): Use default rather than initial-input.
10046 (ibuffer-filter-by-derived-mode): Autoload and require-match.
10047
10048 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
10049
10050 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
10051 (ibuffer-filter-by-derived-mode): New filter.
10052 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
10053
10054 2012-04-23 Andreas Politz <politza@fh-trier.de>
10055
10056 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
10057
10058 2012-04-23 Chong Yidong <cyd@gnu.org>
10059
10060 * cus-edit.el (customize-apropos, customize-apropos-options):
10061 Disable matching of non-option variables (Bug#11176).
10062 (customize-option, customize-option-other-window)
10063 (customize-changed-options): Doc fix.
10064 (customize-apropos-options, customize-apropos-faces)
10065 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
10066
10067 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
10068 Fix word list splitting (Bug#11132).
10069 (apropos-symbol, apropos-keybinding, apropos-label)
10070 (apropos-property, apropos-function-button)
10071 (apropos-variable-button, apropos-misc-button): New faces.
10072 (apropos-symbol-face, apropos-keybinding-face)
10073 (apropos-label-face, apropos-property-face, apropos-match-face):
10074 Variables removed (Bug#8396).
10075 (apropos-library-button, apropos-format-plist, apropos-print)
10076 (apropos-print-doc, apropos-describe-plist): Callers changed.
10077
10078 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
10079
10080 * net/xesam.el (xesam-mode-map): Use let-bound map in
10081 initialization. (Bug#11292)
10082
10083 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10084
10085 Preserve ispell session localwords when switching back to
10086 original buffer.
10087
10088 * textmodes/ispell.el (ispell-buffer-session-localwords):
10089 New buffer-local variable to hold buffer session localwords.
10090 (ispell-kill-ispell): Add option 'clear to delete session
10091 localwords.
10092 (ispell-command-loop, ispell-change-dictionary)
10093 (ispell-buffer-local-words): Preserve session localwords when
10094 needed.
10095
10096 * textmodes/flyspell.el (flyspell-process-localwords)
10097 (flyspell-do-correct): Preserve session localwords when needed.
10098
10099 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10100
10101 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
10102 using obsolete `translation-table-for-input'.
10103 (ispell-word, ispell-process-line, ispell-complete-word):
10104 Use plain `insert' instead of removed `ispell-insert-word'.
10105
10106 2012-04-22 Chong Yidong <cyd@gnu.org>
10107
10108 * cus-edit.el (custom-variable-menu)
10109 (custom-variable-reset-saved, custom-face-menu)
10110 (custom-face-reset-saved): If there is no saved value, make the
10111 "reset-saved" operation bring back the default (Bug#9509).
10112 (custom-face-state): Properly detect themed faces.
10113
10114 * faces.el (face-spec-set): Stop supporting deprecated form of
10115 third arg.
10116
10117 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
10118
10119 Move functions from C to Lisp. Make non-blocking method calls
10120 the default. Implement further D-Bus standard interfaces.
10121
10122 * net/dbus.el (dbus-message-internal): Declare function.
10123 Remove unneeded function declarations.
10124 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
10125 (dbus-message-type-method-return, dbus-message-type-error)
10126 (dbus-message-type-signal): Declare variables. Remove local
10127 definitions.
10128 (dbus-interface-dbus, dbus-interface-peer)
10129 (dbus-interface-introspectable, dbus-interface-properties)
10130 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
10131 Adapt docstring.
10132 (dbus-interface-objectmanager): New defconst.
10133 (dbus-call-method, dbus-call-method-asynchronously)
10134 (dbus-send-signal, dbus-method-return-internal)
10135 (dbus-method-error-internal, dbus-register-service)
10136 (dbus-register-signal, dbus-register-method): New defuns, moved
10137 from dbusbind.c
10138 (dbus-call-method-handler, dbus-setenv)
10139 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
10140 New defuns.
10141 (dbus-call-method-non-blocking): Make it an obsolete function.
10142 (dbus-unregister-object, dbus-unregister-service)
10143 (dbus-handle-event, dbus-register-property)
10144 (dbus-property-handler): Obey the new structure of
10145 `bus-registered-objects'.
10146 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
10147 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10148 Use `dbus-call-method'.
10149
10150 2012-04-22 Chong Yidong <cyd@gnu.org>
10151
10152 * cus-edit.el (custom-commands, custom-reset-menu)
10153 (Custom-reset-standard): Tweak labels.
10154 (custom-reset-button-menu): Change default to t.
10155 (custom-buffer-create-internal): For the custom-reset-button-menu
10156 case, put the revert button first.
10157 (custom-group-subtitle): New face.
10158 (custom-group-value-create): Align docstring to a specific column.
10159
10160 * wid-edit.el (widget-documentation-link-add): Don't handle
10161 indentation in this function.
10162 (widget-documentation-string-indent-to): New function.
10163 (widget-documentation-string-value-create): Use it.
10164
10165 * autorevert.el (auto-revert):
10166 * epg-config.el (epg):
10167 * ibuffer.el (ibuffer):
10168 * mpc.el (mpc):
10169 * ses.el (ses):
10170 * eshell/eshell.el (eshell):
10171 * net/ange-ftp.el (ange-ftp):
10172 * progmodes/ebnf2ps.el (postscript):
10173 * progmodes/flymake.el (flymake):
10174 * progmodes/prolog.el (prolog):
10175 * progmodes/verilog-mode.el (verilog-mode):
10176 * progmodes/which-func.el (which-func):
10177 * term/xterm.el (xterm):
10178 * textmodes/picture.el (picture):
10179 * textmodes/tildify.el (tildify):
10180 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
10181 customization buffers.
10182
10183 2012-04-22 Alan Mackenzie <acm@muc.de>
10184
10185 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
10186 Adding a ) can hide the resulting (..) from searches. Fix it.
10187 Bound the backward search to the position of the existing (.
10188
10189 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
10190
10191 * progmodes/verilog-mode.el (verilog-mode): Check whether
10192 which-func-modes is t before adding verilog-mode.
10193 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
10194
10195 2012-04-21 Leo Liu <sdl.web@gmail.com>
10196
10197 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
10198
10199 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
10200
10201 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
10202 filling of the last column of a table (Bug#5635).
10203 (woman-find-next-control-line): New arg, specifying an additional
10204 regexp component for the control line.
10205 (woman2-roff-buffer): Use it.
10206 (woman-break-table): New function.
10207 (woman2-TS): Use it.
10208
10209 2012-04-21 Chong Yidong <cyd@gnu.org>
10210
10211 * woman.el (woman-set-buffer-display-table, woman-decode-region)
10212 (woman-horizontal-escapes, woman-negative-vertical-space)
10213 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
10214 (WoMan-warn-ignored): Use ?\s instead of ?\ .
10215
10216 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10217
10218 * minibuffer.el (completion-file-name-table): Complete user names.
10219
10220 2012-04-20 Leo Liu <sdl.web@gmail.com>
10221
10222 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
10223 and pcase-let*.
10224
10225 2012-04-20 Chong Yidong <cyd@gnu.org>
10226
10227 * server.el (server-execute): Respect initial-buffer-choice if it
10228 is a string and there are no files to open (Bug#2825).
10229 (server-create-window-system-frame, server-create-tty-frame):
10230 Don't switch buffers here.
10231 (server-process-filter): Only try to open a window system frame if
10232 compiled with graphical support (Bug#8314).
10233
10234 2012-04-20 Dan Nicolaescu <dann@gnu.org>
10235
10236 * battery.el (battery-echo-area-format): Display remaining time
10237 for sysfs backend too (Bug#11269).
10238 (battery-linux-sysfs): Fix conditional for the charge.
10239
10240 2012-04-20 Chong Yidong <cyd@gnu.org>
10241
10242 * progmodes/gdb-mi.el (gdb): Revert previous change.
10243 (gdb-inferior-io--init-proc): New function.
10244 (gdb-init-1): Use it.
10245 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
10246 responsible for allocating a new pty and hooking it to gdb when
10247 the old pty gets an EIO due to process exit.
10248 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
10249 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
10250 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
10251
10252 2012-04-20 Eli Zaretskii <eliz@gnu.org>
10253
10254 * window.el (window-min-size, window-sizable, window-min-delta)
10255 (window-max-delta, window--resizable, window-resizable)
10256 (window-total-size, window-full-height-p, window-full-width-p)
10257 (window-in-direction, window--resize-mini-window, window-resize)
10258 (window--resize-child-windows-normal)
10259 (window--resize-child-windows, window--resize-siblings)
10260 (window--resize-this-window, adjust-window-trailing-edge)
10261 (enlarge-window, shrink-window): Doc fixes.
10262
10263 2012-04-20 Chong Yidong <cyd@gnu.org>
10264
10265 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
10266 New function to call delete-process on the gdb-inferior buffer's pty.
10267 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
10268 pty process (Bug#11273).
10269 (gdb-update): New arg to suppress talking to the gdb process.
10270 (gdb-done-or-error): Use it.
10271 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
10272 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
10273 sentinel not being called.
10274
10275 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
10276
10277 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
10278
10279 2012-04-20 Glenn Morris <rgm@gnu.org>
10280
10281 * net/network-stream.el (open-network-stream): Doc fix.
10282
10283 2012-04-20 Chong Yidong <cyd@gnu.org>
10284
10285 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
10286
10287 2012-04-20 Alan Mackenzie <acm@muc.de>
10288
10289 Ensure searching for keywords is case sensitive.
10290
10291 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
10292 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
10293 (c-defun-name, c-mark-function, c-cpp-define-name)
10294 (c-comment-indent, c-scan-conditionals, c-indent-defun)
10295 (c-context-line-break): Bind case-fold-search to nil.
10296
10297 * progmodes/cc-mode.el (c-font-lock-fontify-region):
10298 Bind case-fold-search to nil.
10299
10300 2012-04-20 Chong Yidong <cyd@gnu.org>
10301
10302 * mail/sendmail.el (mail-bury): Call return action with the right
10303 Rmail buffer (Bug#11242).
10304
10305 * server.el (server-process-filter): Handle corner case where both
10306 tty and nowait options are present (Bug#11102).
10307
10308 2012-04-20 Eli Zaretskii <eliz@gnu.org>
10309
10310 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
10311 (top level): Put into the executable the ident-style '$Id:' tag on
10312 windows-nt as well.
10313
10314 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10315
10316 * electric.el (electric-indent-post-self-insert-function): Check that
10317 electric-indent-mode is enabled in current buffer.
10318
10319 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
10320
10321 * imenu.el (imenu-progress-message): Restore; it is "used" in
10322 erc/erc-imenu.el and net/snmp-mode.el.
10323
10324 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
10325
10326 * avoid.el (mouse-avoidance-mode): Mark unused arg.
10327 (mouse-avoidance-nudge-mouse): Remove unused binding.
10328
10329 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
10330
10331 * descr-text.el (describe-char):
10332 * progmodes/python.el (python-describe-symbol):
10333 Don't call `toggle-read-only', set `buffer-read-only'.
10334
10335 * imenu.el (imenu-default-goto-function): Mark unused args.
10336 (imenu-progress-message): Remove obsolete macro; all callers changed.
10337
10338 * subr.el (keymap-canonicalize): Remove unused binding.
10339 (read-passwd): Mark unused arg.
10340
10341 * tutorial.el (tutorial--display-changes): Remove unused binding.
10342 (tutorial--save-tutorial-to): Remove unused variable.
10343
10344 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
10345 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
10346 (package-generate-autoloads, package-menu--generate)
10347 (package-menu--find-upgrades): Remove unused bindings.
10348
10349 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
10350 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
10351 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
10352 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
10353 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
10354 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
10355 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
10356 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
10357 (cua-delete-char-rectangle): Mark unused args.
10358 (cua-align-rectangle): Remove unused binding.
10359
10360 * mail/rmail.el (compilation--message->loc)
10361 (epa--find-coding-system-for-mime-charset): Declare.
10362
10363 * net/dbus.el (dbus-register-service): Declare.
10364 (dbus-name-owner-changed-handler): Remove unused binding.
10365
10366 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
10367 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
10368 (nxml-scan-backward-within): Mark unused arg.
10369 (nxml-dynamic-markup-word): Remove unused binding.
10370
10371 * mouse.el (mouse-menu-major-mode-map):
10372 * emacs-lisp/authors.el (authors-scan-change-log)
10373 (authors-add-to-author-list):
10374 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
10375 * emacs-lisp/smie.el (smie-auto-fill):
10376 * mail/sendmail.el (mail-bury):
10377 * mail/unrmail.el (unrmail):
10378 * net/tls.el (open-tls-stream):
10379 * textmodes/picture.el (picture-mouse-set-point):
10380 Remove unused bindings.
10381
10382 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
10383
10384 * net/tramp.el (tramp-action-password): Let-bind
10385 `enable-recursive-minibuffers' to t.
10386
10387 2012-04-18 Sam Steingold <sds@gnu.org>
10388
10389 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
10390 instead of 'string to accommodate values like [f11].
10391 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
10392 * progmodes/gdb-mi.el: Likewise.
10393
10394 2012-04-18 Leo Liu <sdl.web@gmail.com>
10395
10396 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
10397 current buffer.
10398 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
10399 LOCAL is nil.
10400
10401 2012-04-18 Chong Yidong <cyd@gnu.org>
10402
10403 * simple.el (line-move): Use forward-line if in batch mode
10404 (Bug#11053).
10405
10406 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
10407
10408 * files.el (after-find-file): Do not try to add a final newline if
10409 the buffer is read-only (Bug#11156).
10410
10411 2012-04-17 Richard Stallman <rms@gnu.org>
10412
10413 * mail/rmail.el (rmail-start-mail):
10414 Pass (rmail-mail-return...) for the return-action.
10415 Pass (rmail-yank-current-message...) for the yank-action.
10416 (rmail-yank-current-message): New function.
10417 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
10418 (rmail-reply): Likewise.
10419 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
10420
10421 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
10422 buffer, not the last. Reject temp buffers. Use the rmail-mode
10423 buffer, not newbuf.
10424
10425 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
10426
10427 * server.el (server-ensure-safe-dir): Simplify.
10428
10429 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10430
10431 * emacs-lisp/smie.el: Provide smarter auto-filling.
10432 (smie-auto-fill): New function.
10433 (smie-setup): Use it.
10434
10435 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
10436
10437 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
10438
10439 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
10440 (comment-indent): Use it.
10441
10442 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
10443
10444 * ses.el: The overall change is to add cell renaming, that is
10445 setting fancy names for cell symbols other than name matching
10446 "\\`[A-Z]+[0-9]+\\'" regexp .
10447 (ses-localvars): Add ses--renamed-cell-symb-list.
10448 (ses-create-cell-variable): New defun.
10449 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
10450 (ses-relocate-formula): Relocate formulas only for cells the
10451 symbols of which are not renamed, i.e. symbols whose names do not
10452 match regexp "\\`[A-Z]+[0-9]+\\'".
10453 (ses-relocate-all): Relocate values only for cells the symbols of
10454 which are not renamed.
10455 (ses-load): Create cells variables as the (ses-cell ...) are read,
10456 in order to check row col consistency with cell symbol name only
10457 for cells that are not renamed.
10458 (ses-replace-name-in-formula): New defun.
10459 (ses-rename-cell): New defun.
10460
10461 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
10462
10463 * progmodes/perl-mode.el (perl-indent-parens-as-block):
10464 New option (bug#11118).
10465 (perl-calculate-indent): Respect it.
10466
10467 2012-04-17 Glenn Morris <rgm@gnu.org>
10468
10469 * dired-aux.el (dired-mark-read-string): Doc fix.
10470
10471 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
10472
10473 * dired-aux.el (dired-mark-read-string): Offer optional completion.
10474 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
10475
10476 2012-04-17 Glenn Morris <rgm@gnu.org>
10477
10478 * mouse.el (mouse-drag-track):
10479 * speedbar.el (speedbar-frame-mode):
10480 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
10481
10482 2012-04-16 Leo Liu <sdl.web@gmail.com>
10483
10484 * progmodes/python.el: Trivial cleanup.
10485
10486 2012-04-16 Glenn Morris <rgm@gnu.org>
10487
10488 * vc/vc.el (vc-string-prefix-p):
10489 * vc/pcvs-util.el (cvs-string-prefix-p):
10490 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
10491 * mpc.el (mpc-string-prefix-p):
10492 Make all of these into obsolete aliases for string-prefix-p.
10493 Update callers.
10494 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
10495
10496 * textmodes/two-column.el: Move custom options to the start.
10497 (frame-width): Remove compat definition.
10498 (2C-associate-buffer, 2C-dissociate):
10499 Use with-current-buffer rather than save-excursion.
10500 (2C-dissociate): Force a mode-line update.
10501 (2C-autoscroll): Use ignore-errors.
10502
10503 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
10504 Autoload trivia.
10505
10506 * emacs-lisp/cl-extra.el (*random-state*):
10507 Remove unnecessary declaration.
10508
10509 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
10510
10511 * play/cookie1.el (cookie-snarf):
10512 Give an explicit error if input file cannot be read.
10513
10514 * play/yow.el (yow-file): Use expand-file-name rather than concat.
10515
10516 * progmodes/perl-mode.el (c-macro-expand):
10517 Remove unnecessary autoload (it is in loaddefs.el).
10518
10519 * textmodes/picture.el (picture-desired-column)
10520 (picture-update-desired-column): Convert comments to doc-strings.
10521 (picture-substitute): Remove function.
10522 (picture-mode-map): Initialize in the defvar.
10523
10524 * woman.el: Remove eval-after-load for tar-mode.
10525 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
10526 (woman-tar-extract-file): Autoload it.
10527
10528 * frame.el (automatic-hscrolling): Make this alias obsolete.
10529
10530 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10531
10532 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
10533 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
10534 (ispell-dictionary-base-alist): Revert to original XEmacs
10535 friendly version for default. [:alpha:] will be added in
10536 `ispell-set-spellchecker-params' if needed.
10537
10538 2012-04-16 Chong Yidong <cyd@gnu.org>
10539
10540 * image.el (imagemagick--file-regexp): New variable.
10541 (imagemagick-register-types): Use it.
10542 (imagemagick-types-inhibit): Add :set function. Allow new value
10543 of t to inhibit all types.
10544
10545 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
10546 so we can preload it.
10547
10548 * loadup.el (fboundp): Preload regexp-opt, needed by
10549 imagemagick-register-types.
10550
10551 2012-04-15 Chong Yidong <cyd@gnu.org>
10552
10553 * frame.el (scrolling): Remove nearly unused customization group.
10554
10555 * scroll-all.el (scroll-all-mode): Move to windows group.
10556
10557 2012-04-15 Chong Yidong <cyd@gnu.org>
10558
10559 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
10560
10561 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10562
10563 Avoid the use of ((lambda ...) ...) in lexical-binding code.
10564 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
10565
10566 2012-04-15 Glenn Morris <rgm@gnu.org>
10567
10568 * simple.el (process-file-side-effects): Doc fix.
10569
10570 2012-04-15 Glenn Morris <rgm@gnu.org>
10571
10572 * international/mule-cmds.el (set-language-environment): Doc fix.
10573
10574 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
10575
10576 * server.el (server-auth-key, server-generate-key): Doc fixes.
10577 (server-get-auth-key): Doc fix. Use `string-match-p'.
10578 (server-start): Reflow docstring.
10579
10580 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
10581
10582 * server.el (server-generate-key): `called-interactively-p'
10583 requires a parameter.
10584
10585 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
10586
10587 * server.el (server-auth-key): New variable.
10588 (server-generate-key, server-get-auth-key): New function.
10589 (server-start): Use the new variable and functions to allow
10590 setting a permanent server key (bug#9423).
10591
10592 2012-04-14 Leo Liu <sdl.web@gmail.com>
10593
10594 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
10595
10596 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
10597
10598 Spelling fixes.
10599 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
10600 Emacs uses American spelling.
10601
10602 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
10603
10604 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
10605 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
10606 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
10607 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
10608
10609 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * progmodes/which-func.el (which-func-modes): Change default.
10612
10613 2012-04-14 Kim F. Storm <storm@cua.dk>
10614
10615 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
10616 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
10617
10618 2012-04-14 Chong Yidong <cyd@gnu.org>
10619
10620 * custom.el (custom-theme-set-variables): Doc fix.
10621
10622 2012-04-14 Glenn Morris <rgm@gnu.org>
10623
10624 * international/mule.el (set-auto-coding-for-load): Doc fix.
10625
10626 2012-04-14 Alan Mackenzie <acm@muc.de>
10627
10628 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
10629 imenu work again for Objective C Mode. Correct the *-index values,
10630 these having been disturbed by a previous change in 2011-08.
10631
10632 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
10633 Correct two search limits.
10634
10635 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10636
10637 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
10638
10639 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
10640
10641 * international/characters.el: Fix sorting.
10642
10643 2012-04-14 Eli Zaretskii <eliz@gnu.org>
10644
10645 * international/characters.el: Add more missing Latin case pairs.
10646
10647 2012-04-14 Glenn Morris <rgm@gnu.org>
10648
10649 * files.el (dir-locals-set-class-variables): Doc fix.
10650
10651 2012-04-14 Eli Zaretskii <eliz@gnu.org>
10652
10653 * international/characters.el: Add set-case-syntax-pair call for
10654 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
10655 counterpart. (Bug#11209)
10656
10657 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
10658
10659 2012-04-14 Glenn Morris <rgm@gnu.org>
10660
10661 * calendar/holidays.el (calendar-check-holidays): Doc fix.
10662
10663 2012-04-14 Eli Zaretskii <eliz@gnu.org>
10664
10665 * textmodes/ispell.el (ispell-dictionary-base-alist):
10666 Add data for Hebrew.
10667
10668 2012-04-14 Chong Yidong <cyd@gnu.org>
10669
10670 * net/rcirc.el (rcirc-cmd-quit):
10671 Revert 2012-03-18 change (Bug#11192).
10672
10673 2012-04-14 Glenn Morris <rgm@gnu.org>
10674
10675 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
10676
10677 2012-04-14 Eli Zaretskii <eliz@gnu.org>
10678
10679 * minibuffer.el (completion-in-region-mode-map):
10680 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
10681
10682 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
10683
10684 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
10685
10686 2012-04-13 Masatake YAMATO <yamato@redhat.com>
10687
10688 * minibuffer.el (minibuffer-local-filename-syntax): New variable
10689 to allow `C-M-f' and `C-M-b' to move to the nearest path
10690 separator (bug#9511).
10691
10692 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
10693
10694 * avoid.el: Require cl when compiling. And also move the
10695 `provide' to the end.
10696
10697 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10698
10699 * avoid.el (mouse-avoidance-banish-position): New variable.
10700 (mouse-avoidance-banish-destination): Use it (bug#10165).
10701
10702 2012-04-13 Leo Liu <sdl.web@gmail.com>
10703
10704 * progmodes/which-func.el (which-func-modes): Add objc-mode.
10705
10706 2012-04-13 Ken Brown <kbrown@cornell.edu>
10707
10708 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
10709 this is no longer needed now that cygstart understands file:// URLs.
10710 (browse-url-filename-alist): For the same reason, don't modify
10711 file:// URLs on Cygwin.
10712
10713 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10714
10715 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
10716 the region on shift if the binding is already shifted (bug#11221).
10717
10718 2012-04-12 Glenn Morris <rgm@gnu.org>
10719
10720 * mail/mailpost.el: Move to obsolete/.
10721
10722 2012-04-12 Drew Adams <drew.adams@oracle.com>
10723
10724 * imenu.el (imenu--generic-function): Ignore invisible definitions
10725 (bug#10123).
10726
10727 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
10728
10729 * hexl.el (hexl-bits): New variable.
10730 (hexl-options): Mention the variable in the doc string.
10731 (hexl-rulerise, hexl-line-displen): New functions.
10732 (hexl-mode): Mention the new variable.
10733 (hexl-mode, hexl-current-address, hexl-current-address):
10734 Use the displen.
10735 (hexl-ascii-start-column): New function.
10736 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
10737 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
10738
10739 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10740
10741 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
10742 '("-i" ENCODING), in 2 separate command-line arguments, to specify
10743 the encoding, as expected by hunspell.
10744
10745 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10746
10747 * battery.el (battery--linux-sysfs-regexp): New const.
10748 (battery-status-function): Use it. Remove yeeloong special case.
10749 (battery-yeeloong-sysfs): Remove.
10750 (battery-echo-area-format): Remove yeeloong special case.
10751
10752 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10753
10754 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
10755 Reported by Noah Friedman.
10756
10757 * subr.el (read-passwd): Use read-string.
10758
10759 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10760
10761 * vcursor.el (vcursor-move): Increase the priority of the overlay
10762 (bug#9663).
10763
10764 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10765
10766 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
10767 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
10768
10769 2012-04-11 William Stevenson <yhvh2000@gmail.com>
10770
10771 * textmodes/artist.el (artist-mode): Convert artist-mode to use
10772 define-minor-mode (bug#10760).
10773
10774 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10775
10776 * progmodes/grep.el (rgrep): Tweak the find command line so
10777 that directories matching `grep-find-ignored-files' won't be
10778 pruned (bug#10351).
10779
10780 2012-04-11 Chong Yidong <cyd@gnu.org>
10781
10782 * startup.el (command-line): Remove support for long-obsolete
10783 variable font-lock-face-attributes.
10784
10785 2012-04-11 Glenn Morris <rgm@gnu.org>
10786
10787 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
10788
10789 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10790
10791 * window.el (window--state-get-1): Obey window-point-insertion-type.
10792
10793 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
10794
10795 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
10796 to previous function when point is on the first character of a
10797 function. Take care of that in `narrow-to-defun' (bug#6157).
10798
10799 2012-04-11 Glenn Morris <rgm@gnu.org>
10800
10801 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
10802 not just file-errors.
10803
10804 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
10805 (vc-bzr-sha1): Use internal sha1.
10806
10807 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10808
10809 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
10810
10811 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
10812
10813 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
10814 that start in the middle of the line (bug#10496).
10815
10816 2012-04-10 Dan Nicolaescu <dann@gnu.org>
10817
10818 * battery.el (battery-linux-proc-acpi): Only one battery is
10819 discharged at a time, but that seems to confuse battery.el when
10820 computing `rate-type' for the battery not being discharged
10821 (bug#10332).
10822
10823 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10824
10825 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
10826
10827 * international/quail.el: Use dolist and simplify.
10828 (quail-define-package, quail-update-keyboard-layout)
10829 (quail-define-rules): Use dolist.
10830 (quail-insert-kbd-layout, quail-get-translation): CSE.
10831
10832 * tmm.el: Use dolist, remove left over hook.
10833 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
10834 Use dolist.
10835 (calendar-load-hook): Don't mess with it.
10836
10837 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
10838 Use derived-mode-p. Run the diff asynchronously.
10839
10840 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10841
10842 * obsolete/mouse-sel.el: Add an Obsolete-since header.
10843
10844 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
10845
10846 * misc.el: Display absolute path of loaded DLLs (bug#10424).
10847 (list-dynamic-libraries--loaded): New function.
10848 (list-dynamic-libraries--refresh): Use it.
10849
10850 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
10851
10852 * progmodes/python.el (python-fill-paragraph):
10853 Make python-fill-region in a multiline string work when font-lock is
10854 disabled (bug#7018).
10855
10856 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
10857
10858 * language/european.el (cp775): Add oem/legacy (en)coding on
10859 DOS/MS Windows for the Baltic languages. There are still plenty
10860 of texts written in this encoding/codepage (bug#6519).
10861
10862 2012-04-10 Glenn Morris <rgm@gnu.org>
10863
10864 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
10865 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
10866
10867 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
10868
10869 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
10870 next-line "n" and previous-line "p" in order to make recentf more
10871 consistent with ibuffer, dired or org-mode (bug#9387).
10872
10873 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10874
10875 * image.el (put-image): Return the overlay created instead of the
10876 optional input string (bug#7834). Note that this may break code
10877 that is (for some reason or other) depending on `put-image'
10878 returning the string.
10879
10880 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
10881
10882 * simple.el (zap-to-char): Allow zapping using input methods
10883 (bug#1580).
10884
10885 * textmodes/fill.el (fill-region): Leave point and mark where they
10886 were before filling (bug#5399).
10887
10888 2012-04-09 Glenn Morris <rgm@gnu.org>
10889
10890 * version.el (emacs-bzr-get-version):
10891 Handle lightweight checkouts of local branches.
10892
10893 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
10894
10895 * international/characters.el: Recover lost case pairs. (Bug#11209)
10896
10897 2012-04-09 Chong Yidong <cyd@gnu.org>
10898
10899 * custom.el (custom-variable-p): Return nil for non-symbol
10900 arguments instead of signaling an error.
10901 (user-variable-p): Obsolete alias for custom-variable-p.
10902
10903 * apropos.el (apropos-variable):
10904 * files-x.el (read-file-local-variable):
10905 * simple.el (set-variable):
10906 * woman.el (woman-mini-help):
10907 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
10908
10909 2012-04-09 Glenn Morris <rgm@gnu.org>
10910
10911 * startup.el (normal-top-level): Don't look for leim-list.el
10912 in places where it will not be found. (Bug#910)
10913
10914 * international/mule-cmds.el (set-default-coding-systems):
10915 * files.el (normal-mode):
10916 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
10917 This function was removed with ucs-tables.el in 2008.
10918
10919 2012-04-08 Eli Zaretskii <eliz@gnu.org>
10920
10921 * textmodes/ispell.el (ispell-check-version): For hunspell, set
10922 ispell-encoding8-command to "-i", without a trailing space.
10923 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
10924 separate command-line arguments, to specify the encoding, since
10925 that's how hunspell expects it.
10926
10927 2012-04-08 Glenn Morris <rgm@gnu.org>
10928
10929 * loadup.el: Load bindings before cus-start.
10930 This reduces somewhat the number of "rogue" settings in emacs -Q.
10931
10932 2012-04-07 Glenn Morris <rgm@gnu.org>
10933
10934 * version.el (emacs-bzr-get-version): New function.
10935 (emacs-bzr-version): New variable.
10936 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
10937 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
10938
10939 2012-04-07 Eli Zaretskii <eliz@gnu.org>
10940
10941 * international/uni-bidi.el, international/uni-category.el:
10942 * international/uni-combining.el, international/uni-decimal.el:
10943 * international/uni-decomposition.el, international/uni-digit.el:
10944 * international/uni-lowercase.el, international/uni-mirrored.el:
10945 * international/uni-name.el, international/uni-numeric.el:
10946 * international/uni-titlecase.el, international/uni-uppercase.el:
10947 Update for Unicode 6.1.
10948
10949 2012-04-07 Eli Zaretskii <eliz@gnu.org>
10950
10951 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
10952
10953 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10954
10955 * window.el (shrink-window): Mention the `window-min-height'
10956 variable in the doc string.
10957
10958 2012-04-05 Bastien Guerry <bzg@altern.org>
10959
10960 * color.el (color-lighten-name): Fix typo.
10961
10962 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10963
10964 * server.el (server--on-display-p): New function.
10965 (server--on-display-p): Use it.
10966
10967 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
10968
10969 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
10970 (bug#11145).
10971
10972 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10973
10974 * comint.el (comint--common-quoted-suffix): Check string boundary
10975 before comparing (bug#11158).
10976 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
10977
10978 2012-04-04 Chong Yidong <cyd@gnu.org>
10979
10980 * minibuffer.el (completion-extra-properties): Doc fix.
10981
10982 * subr.el (delayed-warnings-hook): Doc fix.
10983
10984 2012-04-04 Daiki Ueno <ueno@unixuser.org>
10985
10986 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
10987 selection (Bug#11159).
10988 (epa-insert-keys): Inform that the default public key will be
10989 exported if no key is selected.
10990
10991 2012-04-04 Richard Stallman <rms@gnu.org>
10992
10993 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
10994
10995 2012-04-03 Chong Yidong <cyd@gnu.org>
10996
10997 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
10998 mail-insert-file, not its obsolete alias mail-attach-file.
10999
11000 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
11001
11002 * notifications.el (notifications-notify): Fix docstring.
11003
11004 2012-04-02 Glenn Morris <rgm@gnu.org>
11005
11006 * emacs-lisp/authors.el (authors-aliases): Another addition.
11007
11008 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
11009
11010 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
11011 `tramp-compat-call-process' instead of `tramp-local-call-process'.
11012 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
11013
11014 2012-04-01 Chong Yidong <cyd@gnu.org>
11015
11016 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
11017 Handle root directory properly.
11018 (copy-directory): Caller changed.
11019
11020 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
11021 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
11022
11023 2012-03-31 Glenn Morris <rgm@gnu.org>
11024
11025 * term/xterm.el (xterm-extra-capabilities): Doc fix.
11026
11027 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
11028
11029 * calendar/calendar.el (calendar-window-list)
11030 (calendar-hide-window): Restore. (Bug#11140)
11031 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
11032
11033 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
11034
11035 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11036
11037 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
11038 Check if file is a symlink (Bug#10489).
11039
11040 * files.el (copy-directory): Likewise.
11041
11042 2012-03-30 Chong Yidong <cyd@gnu.org>
11043
11044 * image.el (imagemagick-types-inhibit)
11045 (imagemagick-register-types): Doc fix.
11046
11047 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11048
11049 * textmodes/ispell.el (ispell-get-extended-character-mode):
11050 Disable extended-char-mode for hunspell. hunspell does not support it
11051 and treats ~word as ordinary words in pipe mode.
11052
11053 2012-03-30 Glenn Morris <rgm@gnu.org>
11054
11055 * tutorial.el (help-with-tutorial): Ensure local variables don't
11056 happen to make the buffer read-only. (Bug#11127)
11057
11058 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11059
11060 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
11061 (perl-calculate-indent): Return `noindent' in strings.
11062
11063 2012-03-28 Sam Steingold <sds@gnu.org>
11064
11065 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
11066 instead of the broken adhockery which does not prevent calendar
11067 buffers from being displayed at random after exit.
11068 (calendar-window-list, calendar-hide-window): Remove the broken
11069 adhockery.
11070
11071 2012-03-28 Glenn Morris <rgm@gnu.org>
11072
11073 * replace.el (query-replace-map): Doc fix.
11074
11075 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
11076
11077 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
11078 contents. (Bug#11109)
11079
11080 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11081
11082 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
11083 (bug#11077).
11084 (avl-tree--check, avl-tree--check-node): New funs.
11085
11086 2012-03-27 Martin Rudalics <rudalics@gmx.at>
11087
11088 * window.el (switch-to-visible-buffer): New option.
11089 (switch-to-prev-buffer, switch-to-next-buffer):
11090 Observe switch-to-visible-buffer. Make sure that checking for a window
11091 showing a buffer already is done on the same frame.
11092
11093 2012-03-27 Glenn Morris <rgm@gnu.org>
11094
11095 * startup.el (mail-host-address): Doc fix.
11096
11097 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11098
11099 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
11100 than 197 variables.
11101
11102 2012-03-26 Ami Fischman <ami@fischman.org>
11103
11104 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
11105
11106 2012-03-26 Glenn Morris <rgm@gnu.org>
11107
11108 * files.el (save-buffers-kill-emacs): Doc fix.
11109
11110 * startup.el (normal-top-level, command-line, command-line-1):
11111 Give them doc strings.
11112
11113 2012-03-25 Eli Zaretskii <eliz@gnu.org>
11114
11115 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
11116 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
11117
11118 2012-03-25 Chong Yidong <cyd@gnu.org>
11119
11120 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
11121 theme if it was previously enabled before (Bug#11031).
11122
11123 * cus-theme.el (custom-theme-write-faces): Retrieve current face
11124 spec with custom-face-get-current-spec if its :shown-value is not
11125 determined yet (Bug#9337).
11126 (customize-create-theme, custom-theme-revert): Doc fixes.
11127
11128 * button.el (button-at): Minor addition to docstring.
11129
11130 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
11131
11132 * vc/vc.el (vc-merge): Fix a prompt.
11133
11134 2012-03-24 Chong Yidong <cyd@gnu.org>
11135
11136 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
11137 point (Bug#9623).
11138
11139 * button.el (button-at): Minor addition to docstring.
11140
11141 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11142
11143 * newcomment.el (comment-choose-indent): No space after BOL.
11144
11145 2012-03-22 Sam Steingold <sds@gnu.org>
11146
11147 * window.el (switch-to-prev-buffer): Revert last patch because the
11148 bug turned out to be an advertised feature (Elisp manual 28.14).
11149
11150 2012-03-22 Glenn Morris <rgm@gnu.org>
11151
11152 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
11153 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
11154
11155 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11156
11157 * net/network-stream.el (network-stream-open-starttls): Make error
11158 message under Windows be less misleading.
11159
11160 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
11161
11162 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
11163 understands (bug#9942).
11164
11165 2012-03-22 Chong Yidong <cyd@gnu.org>
11166
11167 * simple.el (end-of-visible-line): Handle return value of
11168 next-single-property-change properly (Bug#9371).
11169
11170 2012-03-22 Kenichi Handa <handa@m17n.org>
11171
11172 * international/quail.el (quail-insert-kbd-layout): Fix previous
11173 change. To avoid unwanted bidi reordering, use
11174 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
11175
11176 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
11177
11178 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
11179 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
11180 (ruby-beginning-of-indent): Be more careful with the difference
11181 between word-boundary and symbol boundary.
11182 (ruby-mode-syntax-table): Make : a symbol constituent.
11183
11184 2012-03-21 Andreas Politz <politza@fh-trier.de>
11185
11186 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
11187
11188 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11189
11190 * progmodes/etags.el (tags-completion-at-point-function):
11191 Improve last fix.
11192
11193 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
11194
11195 2012-03-21 Sam Steingold <sds@gnu.org>
11196
11197 * progmodes/etags.el (tags-completion-at-point-function):
11198 Avoid the error when point is inside the pattern.
11199
11200 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
11201
11202 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
11203 line (Bug#10855).
11204
11205 2012-03-21 Drew Adams <drew.adams@oracle.com>
11206
11207 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
11208
11209 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
11210
11211 * ido.el (ido-set-current-directory, ido-read-internal)
11212 (ido-choose-completion-string, ido-completion-help): Handle nil
11213 value of ido-completion-buffer (Bug#11008).
11214
11215 2012-03-21 Sam Steingold <sds@gnu.org>
11216
11217 * window.el (switch-to-prev-buffer): Do not switch to a visible
11218 window previous buffer, just like with the frame previous buffers.
11219
11220 2012-03-21 Chong Yidong <cyd@gnu.org>
11221
11222 * faces.el (make-face, make-empty-face, copy-face):
11223 * face-remap.el (face-remap-add-relative, face-remap-set-base):
11224 Doc fixes.
11225
11226 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * wid-edit.el (widget-complete-field): Remove (bug#11051).
11229 (widget-complete): Remove broken use of it.
11230
11231 2012-03-20 Chong Yidong <cyd@gnu.org>
11232
11233 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11234 Use string-width and truncate-string-width to handle arbitrary
11235 characters.
11236
11237 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
11238
11239 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
11240 to draw rectangles, not squares. (Regression introduced by revno
11241 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
11242
11243 2012-03-18 Chong Yidong <cyd@gnu.org>
11244
11245 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
11246 it is not yet defined (for temacs).
11247
11248 2012-03-18 Leo Liu <sdl.web@gmail.com>
11249
11250 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
11251 prefix.
11252
11253 2012-03-17 Eli Zaretskii <eliz@gnu.org>
11254
11255 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
11256 (ispell-choices-win-default-height, ispell-silently-savep)
11257 (ispell-dictionary-alist, ispell-encoding8-command)
11258 (ispell-check-version, ispell-aspell-find-dictionary)
11259 (ispell-valid-dictionary-list, ispell-words-keyword)
11260 (ispell-get-word, ispell-internal-change-dictionary)
11261 (ispell-region, ispell-skip-region-list)
11262 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
11263 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
11264 (ispell-message-text-end, ispell-message)
11265 (ispell-buffer-local-parsing): Doc fix.
11266
11267 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
11268
11269 * htmlfontify.el: Add support for code block fontification for ODT
11270 export (Bug #9914).
11271 (hfy-optimisations): Define new option
11272 `body-text-only'
11273 (hfy-fontify-buffer): Honor above setting.
11274 (hfy-begin-span, hfy-end-span): New routines factored out form
11275 `hfy-fontify-buffer'.
11276 (hfy-begin-span-handler, hfy-end-span-handler): New variables
11277 that permit insertion of custom tags.
11278 (hfy-fontify-buffer): Use above handlers.
11279 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
11280 (hfy-face-to-css): Re-defined to be a variable.
11281 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
11282 over multiple runs. This is made possible by having the caller let
11283 bind a special variable `hfy-user-sheet-assoc'.
11284 (htmlfontify-string): New defun.
11285 (hfy-compile-face-map): Make sure that the last char in the
11286 buffer is correctly fontified.
11287 (hfy-face-resolve-face): Whitespace only change.
11288
11289 2012-03-17 Eli Zaretskii <eliz@gnu.org>
11290
11291 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
11292 message more clear.
11293
11294 2012-03-16 Leo Liu <sdl.web@gmail.com>
11295
11296 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
11297
11298 2012-03-16 Alan Mackenzie <acm@muc.de>
11299
11300 Further optimise the handling of large macros.
11301
11302 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
11303 limit to a call of `c-literal-limits'.
11304 (c-determine-+ve-limit): New function.
11305 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
11306 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
11307 In CASE 5B, restrict a search limit to 500.
11308 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
11309
11310 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
11311 Restrict macro bounds to +-500 from after-change's BEG END.
11312
11313 2012-03-16 Leo Liu <sdl.web@gmail.com>
11314
11315 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
11316
11317 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
11318
11319 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
11320 `special-mode' setting of `buffer-read-only'. (Bug#11010)
11321
11322 2012-03-16 Glenn Morris <rgm@gnu.org>
11323
11324 * view.el (view-buffer, view-buffer-other-window)
11325 (view-buffer-other-frame): Doc fixes re special mode-class.
11326
11327 * subr.el (eval-after-load): If named feature is provided not from
11328 a file, run after-load forms. (Bug#10946)
11329
11330 * calendar/calendar.el (calendar-insert-at-column):
11331 Handle non-unit-width characters a bit better. (Bug#10978)
11332
11333 2012-03-15 Chong Yidong <cyd@gnu.org>
11334
11335 * emacs-lisp/ring.el (ring-extend): New function.
11336 (ring-insert+extend): Extend the ring correctly (Bug#11019).
11337
11338 * comint.el (comint-read-input-ring)
11339 (comint-add-to-input-history): Grow comint-input-ring lazily.
11340
11341 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
11344 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
11345
11346 * imenu.el: Fix multiple inheritance breakage (bug#9199).
11347 (imenu-add-to-menubar): Don't add a redundant index.
11348 (imenu-update-menubar): Handle a dynamically composed keymap.
11349
11350 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11351
11352 * mail/sendmail.el (mail-encode-header):
11353 Bind rfc2047-encode-encoded-words to nil.
11354
11355 2012-03-13 Glenn Morris <rgm@gnu.org>
11356
11357 * calendar/calendar.el (calendar-string-spread):
11358 Handle non-unit-width characters a bit better. (Bug#10978)
11359
11360 2012-03-13 Leo Liu <sdl.web@gmail.com>
11361
11362 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
11363 directory and file as argument (Bug#10822).
11364
11365 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
11366
11367 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
11368 For dynamically generated code, follow $PC.
11369 (gdb-disassembly-handler-custom): Handle no function name case.
11370
11371 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
11372
11373 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
11374 * emulation/ws-mode.el (ws-query-replace):
11375 * sort.el (sort-regexp-fields):
11376 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
11377
11378 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11379
11380 * dabbrev.el: Fix cycle completion order (bug#10963).
11381 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
11382 (dabbrev-completion): Don't use an obarray; provide
11383 a cycle-sort-function.
11384
11385 2012-03-12 Leo Liu <sdl.web@gmail.com>
11386
11387 * simple.el (kill-new): Use equal-including-properties for comparison.
11388 (kill-do-not-save-duplicates): Doc fix.
11389
11390 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11391
11392 * dabbrev.el: Fix cycle completion (bug#10963).
11393 Use lexical binding and wrap to 80 columns.
11394 (dabbrev-completion): Delay computing the list of completions.
11395
11396 2012-03-12 Kenichi Handa <handa@m17n.org>
11397
11398 * international/quail.el (quail-insert-kbd-layout): Surround each
11399 row by LRO and PDF instead of inserting many LRMs. Pad the left
11400 and right of each non-spacing marks. Insert invisible space
11401 between lower and upper characters to prevent composition.
11402
11403 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11404
11405 * minibuffer.el (minibuffer-complete): Don't get confused when the
11406 function is run twice via different commands (bug#10958).
11407 (complete-with-action): Fix docstring.
11408
11409 2012-03-12 Chong Yidong <cyd@gnu.org>
11410
11411 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
11412 (nxml-completion-at-point-function): New function.
11413 (nxml-mode): Use it.
11414 (nxml-bind-meta-tab-to-complete-flag): Default to t.
11415
11416 * emacs-lisp/package.el (package-unpack, package-unpack-single):
11417 Load generated autoloads file before byte compiling (Bug#10970).
11418 (package--make-autoloads-and-compile): New helper fun.
11419
11420 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
11421
11422 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
11423
11424 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
11425
11426 * autorevert.el (auto-revert-handler): Ensure, that
11427 file-readable-p is applied only for local files or in
11428 auto-revert-tail-mode.
11429
11430 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
11431
11432 * server.el (server-eval-at): Handle non-tcp connections.
11433 Decode result string.
11434
11435 * server.el (server-msg-size): New constant.
11436 (server-reply-print): New function.
11437 (server-eval-and-print): Use it.
11438 (server-eval-at): Use server-quote-arg and server-unquote-arg.
11439 Handle -print-nonl.
11440
11441 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
11442
11443 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
11444 (Bug#10987).
11445
11446 2012-03-11 Chong Yidong <cyd@gnu.org>
11447
11448 * simple.el (goto-line): Doc fix (Bug#9938).
11449
11450 * subr.el (save-window-excursion): Doc fix (Bug#9979).
11451
11452 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
11453 when finished (Bug#10963).
11454
11455 2012-03-11 Martin Rudalics <rudalics@gmx.at>
11456
11457 * window.el (split-window-below): Fix bug in case where
11458 split-window-keep-point is nil (Bug#10971).
11459
11460 2012-03-11 Juri Linkov <juri@jurta.org>
11461
11462 * replace.el (replace-highlight): Set isearch-word to nil
11463 unconditionally. (Bug#10887)
11464
11465 2012-03-10 Eli Zaretskii <eliz@gnu.org>
11466
11467 * net/mairix.el (mairix-replace-invalid-chars): Rename from
11468 mairix-replace-illegal-chars; all callers changed. Don't remove
11469 ^, ~, and = characters: they are meaningful in mairix search specs.
11470 (mairix-widget-create-query): Add usage information about mairix
11471 search forms: negating words, searching for substrings, etc.
11472
11473 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
11474
11475 * international/fontset.el (font-encoding-alist): Add an entry for
11476 ksx1001 (Bug#5667).
11477
11478 2012-03-10 Richard Stallman <rms@gnu.org>
11479
11480 * mail/sendmail.el (mail-encode-header):
11481 Set rfc2047-encode-encoded-words.
11482
11483 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
11484
11485 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
11486 view buffer means not swapped.
11487 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
11488 (rmail-write-region-annotate): Error if real text has disappeared.
11489
11490 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
11491
11492 2012-03-10 Chong Yidong <cyd@gnu.org>
11493
11494 * emulation/cua-rect.el (cua--init-rectangles):
11495 * emulation/cua-base.el (cua--init-keymaps):
11496 Add delete-forward-char to remappings (Bug#9666).
11497
11498 2012-03-10 Martin Rudalics <rudalics@gmx.at>
11499
11500 * speedbar.el (speedbar-unhighlight-one-tag-line):
11501 Avoid unhighlighting due to frame switching (Bug#10275).
11502
11503 2012-03-10 Chong Yidong <cyd@gnu.org>
11504
11505 * minibuffer.el (completion-in-region, completion-help-at-point):
11506 Give the completion field overlay a high priority (Bug#6830).
11507
11508 * dired.el (dired-goto-file): Recognize absolute file name
11509 listings (Bug#7126).
11510 (dired-goto-file-1): New helper function.
11511 (dired-toggle-read-only): Inhibit warnings.
11512
11513 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
11514
11515 * net/dbus.el (dbus-property-handler): Return empty array if
11516 there are no properties.
11517
11518 2012-03-09 Leo Liu <sdl.web@gmail.com>
11519
11520 * savehist.el (savehist-printable): Stricter check for string
11521 value (Bug#10937).
11522
11523 2012-03-09 Eli Zaretskii <eliz@gnu.org>
11524
11525 * mail/smtpmail.el (smtpmail-send-it):
11526 Bind coding-system-for-write to *-unix, so that FCC files are kept in
11527 valid mbox format.
11528
11529 2012-03-09 Glenn Morris <rgm@gnu.org>
11530
11531 * files.el (dir-locals-find-file):
11532 Don't check result is regular, readable.
11533 (dir-locals-read-from-file): Demote errors.
11534
11535 2012-03-08 Eli Zaretskii <eliz@gnu.org>
11536
11537 * international/quail.el (quail-insert-kbd-layout):
11538 Insert invisible LRM characters before each character in a keyboard
11539 layout cell, to prevent their reordering by bidi display engine.
11540 For details, see the discussion in
11541 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
11542
11543 2012-03-08 Alan Mackenzie <acm@muc.de>
11544
11545 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
11546 the starting position; make it extend the marked region when
11547 invoked repeatedly - all under appropriate circumstances.
11548 Fixes bugs #5525, #10906.
11549
11550 2012-03-08 Glenn Morris <rgm@gnu.org>
11551
11552 * files.el (locate-dominating-file, dir-locals-find-file):
11553 Undo 2012-03-06 change.
11554
11555 2012-03-07 Eli Zaretskii <eliz@gnu.org>
11556
11557 * international/quail.el (quail-help):
11558 Force bidi-paragraph-direction be left-to-right. See discussion in
11559 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
11560 for the reason.
11561
11562 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
11563
11564 Avoid superfluous registering of signals. (Bug#10807)
11565
11566 * notifications.el (notifications-on-action-object)
11567 (notifications-on-close-object): New defvars.
11568 (notifications-on-action-signal, notifications-on-closed-signal):
11569 Unregister the signal if not needed any longer.
11570 (notifications-notify): Register `notifications-action-signal' or
11571 `notifications-closed-signal', if :on-action or :on-close has been
11572 passed as argument.
11573
11574 2012-03-07 Chong Yidong <cyd@gnu.org>
11575
11576 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
11577 non-X platforms.
11578
11579 2012-03-06 Glenn Morris <rgm@gnu.org>
11580
11581 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11582 (x-disown-selection-internal, x-get-selection-internal):
11583 Doc fix (add arglist signatures). (Bug#10783)
11584
11585 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
11586
11587 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11588 Handle breakpoints with no "type".
11589
11590 2012-03-06 Glenn Morris <rgm@gnu.org>
11591
11592 * files.el (locate-dominating-file): Add optional predicate argument.
11593 (dir-locals-find-file): Make use of above change.
11594
11595 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
11596
11597 * info.el (Info-insert-dir): Also try "dir.gz".
11598
11599 2012-03-06 Glenn Morris <rgm@gnu.org>
11600
11601 * files.el (dir-locals-find-file):
11602 Ignore non-readable or non-regular files. (Bug#10928)
11603
11604 * files.el (locate-dominating-file): Doc fix.
11605
11606 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
11607
11608 * calendar/calendar.el (calendar-set-mode-line):
11609 `getenv' returns a string. (Bug#10951)
11610
11611 2012-03-05 Leo Liu <sdl.web@gmail.com>
11612
11613 * simple.el (backward-delete-char-untabify): Constrain point to
11614 field (Bug#10939).
11615
11616 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
11617
11618 2012-03-05 Chong Yidong <cyd@gnu.org>
11619
11620 * simple.el (count-words): If called from Lisp, return the word
11621 count, for symmetry with `count-lines'. Arglist changed.
11622 (count-words--message): Args changed. Consolidate counting code
11623 from count-words and count-words-region.
11624 (count-words-region): Caller changed.
11625 (count-lines-region): Make it an obsolete alias.
11626
11627 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
11628
11629 * saveplace.el (save-place-to-alist)
11630 (save-place-ignore-files-regexp): Allow value nil to disable this
11631 feature.
11632
11633 2012-03-04 Chong Yidong <cyd@gnu.org>
11634
11635 * faces.el (face-spec-reset-face): For the default face, reset the
11636 attributes to default values (Bug#10748).
11637
11638 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11639
11640 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
11641 previous patch: Check `message-send-mail-function', and not the
11642 default function (bug#10897).
11643
11644 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
11645
11646 * notifications.el (notifications-on-action-signal)
11647 (notifications-on-closed-signal): Check for unique service name of
11648 incoming event. Fix error in removing entry.
11649 (top): Register for signals with wildcard service name.
11650 (notifications-notify): Use daemon unique service name for map entries.
11651
11652 2012-03-04 Chong Yidong <cyd@gnu.org>
11653
11654 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
11655
11656 2012-03-04 Glenn Morris <rgm@gnu.org>
11657
11658 * abbrev.el (copy-abbrev-table, abbrev-table-p)
11659 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
11660 (expand-abbrev, define-abbrev-table): Doc fixes.
11661
11662 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11663
11664 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
11665 `message-default-send-mail-function' and not `send-mail-function'
11666 when doing the prompting for `sendmail-query-once' before sending
11667 in Message buffers (bug#10897).
11668
11669 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
11670 This is inconsistent with all the other stream functions, which leave
11671 the setting up to the higher levels (if so wanted) (bug#10931).
11672
11673 2012-03-02 Alan Mackenzie <acm@muc.de>
11674
11675 Depessimize the handling of very large macros.
11676
11677 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
11678 (c-macro-cache-syntactic): New variables to implement a one
11679 element macro cache.
11680 (c-invalidate-macro-cache): New function.
11681 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
11682 Adapt to use the new cache.
11683 (c-state-safe-place): Use better the cache of safe positions.
11684 (c-state-semi-nonlit-pos-cache)
11685 (c-state-semi-nonlit-pos-cache-limit):
11686 New variables for...
11687 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
11688 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
11689 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
11690 Use c-state-semi-safe-place.
11691
11692 * progmodes/cc-langs.el (c-get-state-before-change-functions):
11693 Add c-invalidate-macro-cache to the C, C++, Obj entries.
11694
11695 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
11696
11697 * jka-compr.el (jka-compr-call-process):
11698 Apply `file-accessible-directory-p' only when the default directory is
11699 not remote.
11700
11701 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
11702
11703 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
11704 access of FILE2, if FILE1 does not exist.
11705
11706 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
11707 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
11708
11709 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
11710 Add "PAGER=" to `process-environment'.
11711
11712 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
11713
11714 * progmodes/sql.el: Bug fix
11715 (sql-get-login-ext): Save login values in globals.
11716 (sql-get-login): Use new version of `sql-get-login-ext'.
11717 (sql-interactive-mode): Set global `sql-connection' to nil.
11718 (sql-connect): Set global values for connection.
11719 (sql-product-interactive): Save global values as buffer local.
11720
11721 2012-02-29 Leo Liu <sdl.web@gmail.com>
11722
11723 * abbrev.el (define-abbrevs): Reset sys to nil.
11724
11725 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11726
11727 * files.el (file-equal-p): Rename from `files-equal-p'.
11728 Return nil when one or both files don't exist.
11729 (file-subdir-of-p): Now only top directory must exists,
11730 return nil if it doesn't.
11731 (copy-directory): No need to test with `file-subdir-of-p' after
11732 creating dir.
11733 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
11734 to `file-equal-p'.
11735
11736 2012-02-28 Glenn Morris <rgm@gnu.org>
11737
11738 * shell.el (shell-mode):
11739 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
11740 * play/landmark.el (landmark-font-lock-face-O):
11741 * play/handwrite.el (handwrite):
11742 * play/gomoku.el (gomoku-O):
11743 * net/browse-url.el (browse-url-browser-display):
11744 * international/mule.el (define-charset):
11745 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
11746 * filesets.el (filesets-find-file-delay):
11747 * eshell/em-xtra.el (eshell-xtra):
11748 * eshell/em-unix.el (eshell-grep):
11749 * emulation/viper.el (viper-mode):
11750 * emacs-lisp/regexp-opt.el (regexp-opt-group):
11751 * emacs-lisp/easymenu.el (easy-menu-define):
11752 * calendar/timeclock.el (timeclock-use-display-time):
11753 * bs.el (bs-mode):
11754 * bookmark.el (bookmark-save-flag):
11755 Doc fix (standardize possessive apostrophe usage).
11756
11757 2012-02-27 Chong Yidong <cyd@gnu.org>
11758
11759 * emulation/viper-cmd.el (viper-intercept-ESC-key):
11760 Fix key-binding lookup for ESC key (Bug#9146).
11761
11762 * font-lock.el (font-lock-specified-p): Rename from
11763 font-lock-spec-present. Callers changed.
11764
11765 2012-02-27 Daniel Hackney <dan@haxney.org>
11766
11767 * emacs-lisp/package.el (package-compute-transaction):
11768 Handle holding a package version to t in package-load-list.
11769
11770 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
11771
11772 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
11773 (tramp-get-inode, tramp-get-device): Use cached values.
11774
11775 2012-02-26 Alan Mackenzie <acm@muc.de>
11776
11777 Check there is a font-lock specification before doing initial
11778 fontification.
11779
11780 * font-core.el (font-lock-mode): Move the conditional from
11781 :after-hook to font-lock-initial-fontify.
11782 (font-lock-default-function): Move the check for a specification
11783 to font-lock-spec-present.
11784
11785 * font-lock.el (font-lock-initial-fontify): Call ...
11786 (font-lock-spec-present): New function.
11787
11788 2012-02-26 Jim Blandy <jimb@red-bean.com>
11789
11790 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
11791 (gdb-send): Apply it to the operand of the '-interpreter-exec
11792 console' command, so that we can pass arguments with (say) quotes
11793 in them. Store exact string sent in gdb-debug-log (Bug#10765).
11794
11795 2012-02-26 Chong Yidong <cyd@gnu.org>
11796
11797 * help-fns.el (describe-function-1): Clarify description of
11798 remapping (Bug#10844).
11799
11800 * files.el (files-equal-p): Doc fix.
11801 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
11802 and quit the loop once a mismatch is found.
11803
11804 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
11805
11806 * bs.el (bs--show-with-configuration): Don't throw an error
11807 if the window cannot be split; otherwise, subsequent calls to
11808 bs-show fail, restoring a stale window config. (Bug#10882)
11809
11810 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
11811
11812 * term/ns-win.el (global-map): Bind ns-drag-file to
11813 ns-find-file (Bug#5855, Bug#10050).
11814
11815 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
11816
11817 * calendar/parse-time.el (parse-time-string): Allow extractor to
11818 return nil.
11819
11820 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
11821
11822 * net/tramp.el (tramp-file-name-for-operation):
11823 Add `files-equal-p' and `file-subdir-of-p'.
11824
11825 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
11826 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
11827 Add COPY-CONTENTS argument.
11828
11829 2012-02-25 Chong Yidong <cyd@gnu.org>
11830
11831 Add custom groups for VC backends, for consistency with vc-bzr.
11832
11833 * vc/vc-arch.el (vc-arch):
11834 * vc/vc-cvs.el (vc-cvs):
11835 * vc/vc-git.el (vc-git):
11836 * vc/vc-hg.el (vc-hg):
11837 * vc/vc-mtn.el (vc-mtn):
11838 * vc/vc-rcs.el (vc-rcs):
11839 * vc/vc-sccs.el (vc-sccs):
11840 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
11841 All relevant defcustoms reassigned.
11842
11843 2012-02-25 Chong Yidong <cyd@gnu.org>
11844
11845 * newcomment.el (comment-styles): Add autoload (Bug#10868).
11846
11847 * term/x-win.el (x-initialize-window-system): Reduce default for
11848 x-selection-timeout to 5 seconds (Bug#8869).
11849
11850 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11851
11852 * files.el (files-equal-p, file-subdir-of-p): New functions.
11853 (copy-directory): Error when trying to copy a directory on itself.
11854 Add missing copy-contents arg to tramp handler.
11855 * dired-aux.el (dired-copy-file-recursive): Same.
11856 (dired-create-files): Modify destination when source is equal to
11857 dest when copying files.
11858 Return also when dest is a subdir of source. (Bug#10489)
11859
11860 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
11861
11862 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
11863 (Bug#10874)
11864
11865 2012-02-23 Alan Mackenzie <acm@muc.de>
11866
11867 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
11868 parameter "after-hook:" to allow the expansion to run code after
11869 the execution of the mode hooks.
11870
11871 * font-lock.el (font-lock-initial-fontify): New function extracted
11872 from font-lock-mode-internal.
11873
11874 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
11875 :after-hook.
11876
11877 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11878
11879 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
11880 (completion--cache-all-sorted-completions): New function.
11881 (completion-all-sorted-completions): Use it.
11882 (completion--do-completion, minibuffer-force-complete):
11883 Use it to re-instate the flush hook.
11884
11885 * icomplete.el (icomplete-completions): Replace last fix with a better
11886 one (bug#10850).
11887
11888 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
11889
11890 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
11891 when it might call us back infinitely (bug#10797).
11892
11893 2012-02-23 Glenn Morris <rgm@gnu.org>
11894
11895 * minibuffer.el (completion-category-overrides): Doc fix.
11896
11897 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * minibuffer.el (completion-table-with-context): Fix inf-loop.
11900 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
11901
11902 2012-02-23 Glenn Morris <rgm@gnu.org>
11903
11904 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
11905 (authors-obsolete-files-regexps, authors-ignored-files)
11906 (authors-ambiguous-files, authors-renamed-files-alist):
11907 Add more entries.
11908
11909 2012-02-23 Juri Linkov <juri@jurta.org>
11910
11911 * isearch.el (isearch-occur): Sync interactive spec with occur's
11912 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
11913
11914 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
11915
11916 2012-02-22 Juri Linkov <juri@jurta.org>
11917
11918 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
11919 (ucs-insert): Doc fix. Check for hex digits in the string.
11920 Don't display `nil' in the error message. (Bug#10857)
11921
11922 2012-02-22 Alan Mackenzie <acm@muc.de>
11923
11924 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
11925
11926 2012-02-22 Glenn Morris <rgm@gnu.org>
11927
11928 * ffap.el (ffap-c-path):
11929 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
11930
11931 2012-02-22 Chong Yidong <cyd@gnu.org>
11932
11933 * custom.el (load-theme): Doc fix.
11934
11935 2012-02-22 Glenn Morris <rgm@gnu.org>
11936
11937 * dired-x.el (dired-guess-shell-alist-default):
11938 Remove escape sequences from nroff output. (Bug#172)
11939
11940 2012-02-21 Glenn Morris <rgm@gnu.org>
11941
11942 * vc/emerge.el (emerge-defvar-local):
11943 Set `permanent-local' property rather than unused `preserved'.
11944
11945 * textmodes/picture.el (picture-delete-char): New alias.
11946 (picture-mode-map): Use it. (Bug#10860)
11947 (picture-mode): Doc fix.
11948
11949 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
11950
11951 * newcomment.el (uncomment-region-default): Remove unused binding.
11952
11953 2012-02-21 Glenn Morris <rgm@gnu.org>
11954
11955 * textmodes/picture.el (picture-motion, picture-motion-reverse)
11956 (picture-self-insert, picture-tab-chars): Doc fix.
11957 (picture-mode-map): Fix C-a, C-e.
11958
11959 2012-02-20 Glenn Morris <rgm@gnu.org>
11960
11961 * emacs-lisp/authors.el (authors-aliases): Add another entry.
11962
11963 2012-02-20 Leo Liu <sdl.web@gmail.com>
11964
11965 * icomplete.el (icomplete-completions): Check FROM arg before
11966 passing to substring (Bug#10850).
11967
11968 2012-02-19 Chong Yidong <cyd@gnu.org>
11969
11970 * comint.el: Require ansi-color.
11971 (comint-output-filter-functions): Add ansi-color-process-output.
11972
11973 * ansi-color.el: Don't set comint-output-filter-functions; it is
11974 now in the initial value defined in comint.el.
11975 (ansi-color-apply-face-function): New variable.
11976 (ansi-color-apply-on-region): Use it.
11977 (ansi-color-apply-overlay-face): New function.
11978
11979 * shell.el (shell): No need to require ansi-color.
11980 (shell-mode): Use ansi-color-apply-face-function to highlight
11981 color escapes using font-lock-face property (Bug#10835).
11982
11983 2012-02-19 Chong Yidong <cyd@gnu.org>
11984
11985 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
11986 mode-line formats (Bug#10839).
11987
11988 2012-02-18 Glenn Morris <rgm@gnu.org>
11989
11990 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
11991
11992 * mail/undigest.el (unforward-rmail-message): Doc fix.
11993
11994 * saveplace.el (save-place-ignore-files-regexp): Add :version.
11995
11996 2012-02-18 Eli Zaretskii <eliz@gnu.org>
11997
11998 * international/characters.el (script-list): Sync with the latest
11999 Unicode Character Database.
12000
12001 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
12002
12003 * international/titdic-cnv.el: Remove duplicate coding tag.
12004 * language/cham.el: Likewise.
12005 * language/tai-viet.el: Likewise.
12006
12007 2012-02-18 Glenn Morris <rgm@gnu.org>
12008
12009 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
12010 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
12011 (calendar-bahai-all-holidays-flag, calendar-other-dates):
12012 * calendar/diary-lib.el (diary-abbreviated-year-flag):
12013 * calendar/holidays.el (holiday-bahai-holidays)
12014 (calendar-holidays, list-holidays):
12015 Use utf-8 Bahá'í in doc-strings, menus, etc.
12016
12017 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
12018
12019 * saveplace.el (save-place-ignore-files-regexp): New variable
12020 allowing for excluding files from saving their location of point.
12021 The default value matches the temporary commit message editing
12022 files from Git, SVN, Bazaar, and Mercurial.
12023 (save-place-to-alist): Use it.
12024
12025 2012-02-17 Lawrence Mitchell <wence@gmx.li>
12026 Stefan Monnier <monnier@iro.umontreal.ca>
12027
12028 * newcomment.el (uncomment-region-default): Don't leave extra space
12029 when an arg is provided (bug#8150).
12030
12031 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
12032
12033 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
12034
12035 2012-02-17 Glenn Morris <rgm@gnu.org>
12036
12037 * net/socks.el: Require network-stream. (Bug#10599)
12038
12039 2012-02-17 Kenichi Handa <handa@m17n.org>
12040
12041 * international/charprop.el:
12042 * international/uni-name.el:
12043 * international/uni-old-name.el:
12044 * international/uni-comment.el: Regenerate.
12045
12046 2012-02-16 Glenn Morris <rgm@gnu.org>
12047
12048 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
12049 Interactively in calendar buffer, give an error if not on a date.
12050
12051 2012-02-15 Glenn Morris <rgm@gnu.org>
12052
12053 * shell.el (shell-delimiter-argument-list):
12054 Revert 2011-02-17 change. (Bug#8027)
12055
12056 2012-02-15 Chong Yidong <cyd@gnu.org>
12057
12058 * minibuffer.el (completion-at-point-functions): Doc fix.
12059
12060 * custom.el (defcustom): Doc fix; note use of defvar.
12061
12062 2012-02-15 Glenn Morris <rgm@gnu.org>
12063
12064 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
12065 Doc fixes.
12066
12067 2012-02-14 Glenn Morris <rgm@gnu.org>
12068
12069 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
12070
12071 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
12072
12073 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
12074 way the ports list is computed.
12075 (smtpmail-query-smtp-server): Prompt the user for a port number if
12076 we can't connect to any of the standard ports (bug#10810).
12077
12078 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
12079
12080 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
12081
12082 2012-02-13 Glenn Morris <rgm@gnu.org>
12083
12084 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
12085
12086 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
12087
12088 * net/gnutls.el (gnutls-trustfiles): New variable.
12089 (gnutls-negotiate): Use it.
12090
12091 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
12092
12093 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
12094 does its stuff if Gnus is running.
12095
12096 2012-02-13 Alan Mackenzie <acm@muc.de>
12097
12098 Fix a loop in c-set-fl-decl-start.
12099
12100 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
12101 c-backward-syntactic-ws actually moves backwards.
12102
12103 2012-02-13 Leo Liu <sdl.web@gmail.com>
12104
12105 * net/rcirc.el (rcirc-markup-attributes): Move point to the
12106 beginning so that all \C-o chars are removed.
12107
12108 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
12109
12110 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
12111
12112 2012-02-12 Alan Mackenzie <acm@muc.de>
12113
12114 Fix infinite loop with long macros.
12115 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
12116
12117 2012-02-12 Chong Yidong <cyd@gnu.org>
12118
12119 * window.el (display-buffer): Doc fix (Bug#10785).
12120
12121 2012-02-12 Glenn Morris <rgm@gnu.org>
12122
12123 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12124 (x-disown-selection-internal, x-get-selection-internal):
12125 Sync docs with the xselect.c versions.
12126
12127 * allout-widgets.el: Add missing license notice.
12128
12129 2012-02-11 Glenn Morris <rgm@gnu.org>
12130
12131 * select.el (x-get-selection-internal, x-own-selection-internal)
12132 (x-disown-selection-internal):
12133 * x-dnd.el (x-get-selection-internal): Update declarations.
12134
12135 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
12136
12137 * window.el (window-sides-slots):
12138 * tool-bar.el (tool-bar-position):
12139 * term/xterm.el (xterm-extra-capabilities):
12140 * ses.el (ses-self-reference-early-detection):
12141 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
12142 (verilog-auto-wire-type)
12143 (verilog-auto-delete-trailing-whitespace)
12144 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
12145 (verilog-auto-tieoff-declaration):
12146 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
12147 (sql-oracle-statement-starters, sql-oracle-scan-on):
12148 * progmodes/prolog.el (prolog-align-comments-flag)
12149 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
12150 (prolog-left-indent-regexp, prolog-paren-indent-p)
12151 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
12152 (prolog-types, prolog-mode-specificators)
12153 (prolog-determinism-specificators, prolog-directives)
12154 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
12155 (prolog-electric-dot-flag)
12156 (prolog-electric-dot-full-predicate-template)
12157 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
12158 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
12159 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
12160 (prolog-program-switches, prolog-prompt-regexp)
12161 (prolog-debug-on-string, prolog-debug-off-string)
12162 (prolog-trace-on-string, prolog-trace-off-string)
12163 (prolog-zip-on-string, prolog-zip-off-string)
12164 (prolog-use-standard-consult-compile-method-flag)
12165 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
12166 (prolog-imenu-max-lines, prolog-info-predicate-index)
12167 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
12168 (prolog-char-quote-workaround):
12169 * progmodes/cc-vars.el (c-defun-tactic):
12170 * net/tramp.el (tramp-encoding-command-interactive)
12171 (tramp-local-end-of-line):
12172 * net/soap-client.el (soap-client):
12173 * net/netrc.el (netrc-file):
12174 * net/gnutls.el (gnutls):
12175 * minibuffer.el (completion-category-overrides)
12176 (completion-cycle-threshold)
12177 (completion-pcm-complete-word-inserts-delimiters):
12178 * man.el (Man-name-local-regexp):
12179 * mail/feedmail.el (feedmail-display-full-frame):
12180 * international/characters.el (glyphless-char-display-control):
12181 * eshell/em-ls.el (eshell-ls-date-format):
12182 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
12183 (lisp-lambda-list-keyword-parameter-indentation)
12184 (lisp-lambda-list-keyword-parameter-alignment):
12185 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
12186 * dired-x.el (dired-omit-verbose):
12187 * cus-theme.el (custom-theme-allow-multiple-selections):
12188 * calc/calc.el (calc-highlight-selections-with-faces)
12189 (calc-lu-field-reference, calc-lu-power-reference)
12190 (calc-note-threshold):
12191 * battery.el (battery-mode-line-limit):
12192 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
12193 (archive-7z-update):
12194 * allout.el (allout-prefixed-keybindings)
12195 (allout-unprefixed-keybindings)
12196 (allout-inhibit-auto-fill-on-headline)
12197 (allout-flattened-numbering-abbreviation):
12198 * allout-widgets.el (allout-widgets-auto-activation)
12199 (allout-widgets-icons-dark-subdir)
12200 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
12201 (allout-widgets-theme-dark-background)
12202 (allout-widgets-theme-light-background)
12203 (allout-widgets-item-image-properties-emacs)
12204 (allout-widgets-item-image-properties-xemacs)
12205 (allout-widgets-run-unit-tests-on-load)
12206 (allout-widgets-time-decoration-activity)
12207 (allout-widgets-hook-error-post-time)
12208 (allout-widgets-track-decoration):
12209 Add missing :version tags to new defcustoms and defgroups.
12210
12211 * progmodes/sql.el (sql-ansi-statement-starters)
12212 (sql-oracle-statement-starters): Add custom type.
12213
12214 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
12215 (prolog-system-version): Give it a type.
12216
12217 2012-02-11 Eli Zaretskii <eliz@gnu.org>
12218
12219 * term/pc-win.el (x-select-text, x-selection-owner-p)
12220 (x-own-selection-internal, x-disown-selection-internal)
12221 (x-get-selection-internal): Sync doc strings and argument lists
12222 with xselect.c, common-win.el and x-win.el. (Bug#10783)
12223
12224 2012-02-11 Leo Liu <sdl.web@gmail.com>
12225
12226 * progmodes/python.el (python-end-of-statement): Fix infinite
12227 loop. (Bug#10788)
12228
12229 2012-02-10 Glenn Morris <rgm@gnu.org>
12230
12231 * international/mule-cmds.el (unify-8859-on-encoding-mode)
12232 (unify-8859-on-decoding-mode): Properly mark as obsolete.
12233
12234 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
12235
12236 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
12237 about SMTP before checking the From header.
12238
12239 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
12240 into own function for reuse by emacsbug.el.
12241
12242 2012-02-10 Leo Liu <sdl.web@gmail.com>
12243
12244 * subr.el (condition-case-unless-debug): Rename from
12245 condition-case-no-debug. All callers changed.
12246 (with-demoted-errors): Fix caller.
12247
12248 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
12249 * nxml/rng-valid.el (rng-do-some-validation):
12250 * emacs-lisp/package.el (package-refresh-contents)
12251 (package-menu-execute):
12252 * desktop.el (desktop-create-buffer):
12253 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
12254
12255 2012-02-10 Glenn Morris <rgm@gnu.org>
12256
12257 * textmodes/bibtex.el:
12258 Add missing :version tags for new/changed defcustoms.
12259
12260 * files.el (remote-file-name-inhibit-cache): Doc fixes.
12261
12262 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
12263
12264 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
12265 (smtpmail-via-smtp): Use it, or fall back on the From address.
12266 (smtpmail-send-it): Ditto.
12267
12268 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
12269
12270 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
12271 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
12272 (byte-compile-tmp-var): New const.
12273 (byte-compile-defvar): Use it to minimize .elc size.
12274 Just use `defvar' rather than simulate it (bug#10761).
12275
12276 2012-02-09 Glenn Morris <rgm@gnu.org>
12277
12278 * files.el (rename-uniquely): Doc fix. (Bug#3806)
12279
12280 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
12281 Add :version tags.
12282
12283 * progmodes/compile.el (compilation-error-screen-columns)
12284 (compilation-first-column, compilation-filter-start): Doc fixes.
12285
12286 * vc/log-view.el (log-view-toggle-entry-display):
12287 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
12288
12289 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
12290 (report-emacs-bug-can-use-xdg-email):
12291 (report-emacs-bug-insert-to-mailer): Doc fixes.
12292 (report-emacs-bug): Message fix.
12293
12294 * net/browse-url.el (browse-url-can-use-xdg-open)
12295 (browse-url-xdg-open): Doc fixes.
12296
12297 * electric.el (electric-indent-mode, electric-pair-mode)
12298 (electric-layout-rules, electric-layout-mode): Doc fixes.
12299 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
12300
12301 2012-02-08 Martin Rudalics <rudalics@gmx.at>
12302
12303 * server.el (server-unselect-display): Don't inadvertently kill
12304 the current buffer. (Bug#10729)
12305
12306 2012-02-08 Glenn Morris <rgm@gnu.org>
12307
12308 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
12309 (sql-list-table): Doc fixes.
12310
12311 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
12312 Comment out (does nothing).
12313
12314 * completion.el (dynamic-completion-mode):
12315 * dirtrack.el (dirtrack-debug-mode):
12316 * electric.el (electric-layout-mode):
12317 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
12318 * face-remap.el (text-scale-mode, buffer-face-mode):
12319 * iimage.el (iimage-mode):
12320 * image-mode.el (image-transform-mode):
12321 * minibuffer.el (completion-in-region-mode):
12322 * scroll-lock.el (scroll-lock-mode):
12323 * simple.el (next-error-follow-minor-mode):
12324 * tar-mode.el (tar-subfile-mode):
12325 * tooltip.el (tooltip-mode):
12326 * vcursor.el (vcursor-use-vcursor-map):
12327 * wid-browse.el (widget-minor-mode):
12328 * emulation/tpu-edt.el (tpu-edt-mode):
12329 * emulation/tpu-extras.el (tpu-cursor-free-mode):
12330 * international/iso-ascii.el (iso-ascii-mode):
12331 * language/thai-util.el (thai-word-mode):
12332 * mail/supercite.el (sc-minor-mode):
12333 * net/goto-addr.el (goto-address-mode):
12334 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
12335 * progmodes/cwarn.el (cwarn-mode):
12336 * progmodes/flymake.el (flymake-mode):
12337 * progmodes/glasses.el (glasses-mode):
12338 * progmodes/hideshow.el (hs-minor-mode):
12339 * progmodes/pascal.el (pascal-outline-mode):
12340 * textmodes/enriched.el (enriched-mode):
12341 * vc/smerge-mode.el (smerge-mode):
12342 Doc fixes (minor mode argument).
12343
12344 2012-02-07 Eli Zaretskii <eliz@gnu.org>
12345
12346 * ls-lisp.el (ls-lisp-sanitize): New function.
12347 (ls-lisp-insert-directory): Use it to fix or remove any elements
12348 in file-alist with missing attributes. (Bug#4673)
12349
12350 2012-02-07 Alan Mackenzie <acm@muc.de>
12351
12352 Fix spurious recognition of c-in-knr-argdecl.
12353
12354 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
12355 putative K&R region.
12356
12357 2012-02-07 Alan Mackenzie <acm@muc.de>
12358
12359 * progmodes/cc-engine.el (c-forward-objc-directive):
12360 Prevent looping in "#pragma mark @implementation".
12361
12362 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
12363
12364 * notifications.el (notifications-on-closed-signal): Make `reason'
12365 optional. (Bug#10744)
12366
12367 2012-02-07 Glenn Morris <rgm@gnu.org>
12368
12369 * emacs-lisp/easy-mmode.el (define-minor-mode):
12370 Doc fixes for the macro and the mode it defines.
12371
12372 * image.el (imagemagick-types-inhibit): Doc fix.
12373
12374 * cus-start.el (imagemagick-render-type): Add it.
12375
12376 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
12377
12378 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
12379 Set the default at load time, too, so that `font-lock-fontify-buffer'
12380 can be called without setting up the entire mode first. This fixes
12381 a bug in `mm-inline-text' with C MIME parts.
12382
12383 2012-02-06 Chong Yidong <cyd@gnu.org>
12384
12385 * simple.el (list-processes--refresh): Delete exited processes
12386 (Bug#8094).
12387
12388 * comint.el (comint-next-prompt): next-single-char-property-change
12389 and prev-single-char-property-change never return nil (Bug#8657).
12390
12391 * custom.el (defcustom): Doc fix (Bug#9711).
12392
12393 2012-02-05 Chong Yidong <cyd@gnu.org>
12394
12395 * cus-edit.el (custom-variable-reset-backup): Quote the value
12396 before storing it in the customized-value property (Bug#6712).
12397 (custom-display): Add a customization type tag.
12398 (custom-buffer-create-internal): Improve tooltip message.
12399
12400 * wid-edit.el (widget-field-value-get): New optional arg to
12401 suppress trailing whitespace truncation.
12402 (character): Use it (Bug#2689).
12403
12404 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
12405
12406 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
12407 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
12408
12409 2012-02-05 Chong Yidong <cyd@gnu.org>
12410
12411 * cus-edit.el (custom-variable-value-create): For mismatched
12412 types, show the current value (Bug#7600).
12413
12414 * custom.el (defcustom): Doc fix.
12415
12416 2012-02-05 Glenn Morris <rgm@gnu.org>
12417
12418 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
12419
12420 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
12421
12422 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
12423 (pp-buffer): Use `ignore-errors', `looking-at-p'.
12424 (pp-last-sexp): Use `looking-at-p'.
12425
12426 2012-02-04 Glenn Morris <rgm@gnu.org>
12427
12428 * files.el (revert-buffer):
12429 Doc fix (mention revert-buffer-in-progress-p).
12430
12431 * emacs-lisp/ert-x.el (ert-simulate-command):
12432 Check deferred-action-list (which is obsolete) is bound.
12433
12434 * subr.el (with-wrapper-hook): Doc fixes.
12435
12436 * simple.el (filter-buffer-substring-functions)
12437 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
12438
12439 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
12440
12441 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
12442 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
12443
12444 2012-02-04 Leo Liu <sdl.web@gmail.com>
12445
12446 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
12447
12448 2012-02-04 Glenn Morris <rgm@gnu.org>
12449
12450 * image.el (image-extension-data): Add obsolete alias.
12451
12452 * isearch.el (isearch-update): Doc fix.
12453
12454 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
12455
12456 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
12457
12458 2012-02-03 Glenn Morris <rgm@gnu.org>
12459
12460 * image.el (image-animated-p): Doc fix. Use image-animated-types.
12461 (image-animate-timeout): Doc fix.
12462
12463 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
12464
12465 2012-02-02 Glenn Morris <rgm@gnu.org>
12466
12467 * server.el (server-auth-dir): Doc fix.
12468 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
12469
12470 * subr.el (run-mode-hooks): Doc fix.
12471
12472 2012-02-02 Juri Linkov <juri@jurta.org>
12473
12474 * image-mode.el (image-toggle-display-image): Remove tautological
12475 `major-mode' from the `derived-mode-p' test.
12476
12477 2012-02-02 Kenichi Handa <handa@m17n.org>
12478
12479 * composite.el (compose-region): Cancel previous change.
12480
12481 2012-02-02 Kenichi Handa <handa@m17n.org>
12482
12483 * composite.el (compose-region, compose-string): Signal error for
12484 a null string component (Bug#6988).
12485
12486 2012-02-01 Chong Yidong <cyd@gnu.org>
12487
12488 * view.el (view-buffer-other-window, view-buffer-other-frame):
12489 Handle special modes like view-buffer (Bug#10650).
12490 (view-buffer): Simplify.
12491
12492 * frame.el (set-frame-font): Tweak meaning of third argument.
12493
12494 * dynamic-setting.el (font-setting-change-default-font):
12495 Use set-frame-font (Bug#9982).
12496
12497 2012-02-01 Glenn Morris <rgm@gnu.org>
12498
12499 * progmodes/compile.el (compilation-internal-error-properties):
12500 Respect compilation-first-column in the "*compilation*" buffer.
12501
12502 * emacs-lisp/easy-mmode.el (define-minor-mode):
12503 Relax :variable's test for a named function.
12504
12505 2012-01-31 Alan Mackenzie <acm@muc.de>
12506
12507 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
12508 off by one error.
12509
12510 2012-01-31 Chong Yidong <cyd@gnu.org>
12511
12512 * frame.el (set-frame-font): New arg ALL-FRAMES.
12513
12514 * menu-bar.el (menu-set-font): Use set-frame-font.
12515
12516 * faces.el (face-spec-reset-face): Don't apply unspecified
12517 attribute values to the default face.
12518
12519 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
12520
12521 * progmodes/cwarn.el (cwarn): Remove dead link.
12522 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
12523 Remove * from defcustom docstrings.
12524 (turn-on-cwarn-mode): Make obsolete.
12525 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
12526 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
12527
12528 2012-01-31 Glenn Morris <rgm@gnu.org>
12529
12530 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12531 Fix :variable handling of mode a symbol not equal to modefun.
12532 Allow named functions to be used as the cdr of :variable.
12533
12534 2012-01-30 Glenn Morris <rgm@gnu.org>
12535
12536 * emacs-lisp/authors.el (authors-fixed-entries):
12537 Remove reference to deleted file rnewspost.el.
12538
12539 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
12540
12541 * window.el (window-with-parameter): Remove unused variable `windows'.
12542 (window--side-check): Remove unused variable `code'.
12543 (window--resize-siblings): Remove unused variable `first'.
12544 (adjust-window-trailing-edge): Remove unused variable `failed'.
12545 (window-deletable-p, window--delete): Remove unused variable `buffer'.
12546 Use `let', not `let*'.
12547 (balance-windows-2): Remove unused variable `found'.
12548 (window--state-put-2): Remove unused variable `splits'.
12549 (window-state-put): Remove unused variable `selected'.
12550 (same-window-p): Use `string-match-p'.
12551 (display-buffer-assq-regexp): Remove unused variable `value'.
12552 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12553 Mark argument ALIST as ignored.
12554 (pop-to-buffer): Remove unused variable `old-window'.
12555
12556 2012-01-29 Eli Zaretskii <eliz@gnu.org>
12557
12558 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
12559 and .lzma compressed files.
12560
12561 2012-01-29 Chong Yidong <cyd@gnu.org>
12562
12563 * frame.el (window-system-default-frame-alist): Doc fix.
12564
12565 * dynamic-setting.el (font-setting-change-default-font): Don't
12566 change the default face if SET-FONT argument is non-nil (Bug#9982).
12567
12568 2012-01-29 Samuel Bronson <naesten@gmail.com>
12569
12570 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
12571
12572 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
12573
12574 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
12575 breakpoints in files outside current directory (Bug#6098).
12576
12577 2012-01-29 Chong Yidong <cyd@gnu.org>
12578
12579 * progmodes/python.el: Require ansi-color at top-level.
12580
12581 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
12582 Define and use in Emacs Lisp mode (Bug#9360).
12583 (lisp-mode-abbrev-table): Add doc.
12584 (lisp-mode-variables): Don't set local-abbrev-table.
12585 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
12586
12587 2012-01-28 Roland Winkler <winkler@gnu.org>
12588
12589 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
12590
12591 2012-01-28 Roland Winkler <winkler@gnu.org>
12592
12593 * textmodes/bibtex.el (bibtex-entry-alist): New function.
12594 (bibtex-set-dialect): Use it. Either set global values of
12595 dialect-dependent variables or bind these variables buffer-locally
12596 (Bug#10254).
12597 (bibtex-mode): Call bibtex-set-dialect via
12598 hack-local-variables-hook.
12599 (bibtex-dialect): Update docstring.
12600 Add safe-local-variable predicate.
12601 (bibtex-entry-alist, bibtex-field-alist): Initialize via
12602 bibtex-set-dialect.
12603 (bibtex-mode-map): Define menu for each dialect.
12604 (bibtex-entry): Fix docstring.
12605
12606 2012-01-28 Chong Yidong <cyd@gnu.org>
12607
12608 * eshell/esh-arg.el (eshell-quote-argument): New function.
12609
12610 * eshell/esh-ext.el (eshell-invoke-batch-file):
12611 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
12612 first arg to eshell-parse-command (Bug#10523).
12613
12614 2012-01-28 Drew Adams <drew.adams@oracle.com>
12615
12616 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
12617 `default-directory' is non-nil.
12618
12619 2012-01-28 Eli Zaretskii <eliz@gnu.org>
12620
12621 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
12622 line that displays system-configuration-options. (Bug#9924)
12623
12624 2012-01-28 Drew Adams <drew.adams@oracle.com>
12625
12626 * descr-text.el (describe-char): Show information about POS, in
12627 addition to information about the character at POS. Improve and
12628 update the doc string. Change "code point" to "code point in
12629 charset", to avoid confusion with the character's Unicode code
12630 point shown above that. (Bug#10129)
12631
12632 2012-01-28 Eli Zaretskii <eliz@gnu.org>
12633
12634 * descr-text.el (describe-char): Show the raw character, not only
12635 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
12636 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
12637 for the reasons.
12638
12639 2012-01-28 Phil Hagelberg <phil@hagelb.org>
12640
12641 * emacs-lisp/package.el (package-install):
12642 Run package-refresh-contents if there is no archive yet (Bug#9798).
12643
12644 2012-01-28 Chong Yidong <cyd@gnu.org>
12645
12646 * emacs-lisp/package.el (package-maybe-load-descriptor):
12647 New function, split from package-maybe-load-descriptor.
12648 (package-maybe-load-descriptor): Use it.
12649 (package-download-transaction): Fully load required packages
12650 inside the loop, so that `require' calls work (Bug#10593).
12651 (package-install): No need to call package-initialize now.
12652
12653 2012-01-28 Chong Yidong <cyd@gnu.org>
12654
12655 * simple.el (deactivate-mark): Doc fix (Bug#8614).
12656
12657 * tooltip.el (tooltip-mode): Doc fix.
12658 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
12659
12660 * frame.el (set-cursor-color): Doc fix (Bug#352).
12661
12662 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
12663 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
12664
12665 * cus-edit.el (custom-buffer-create-internal): Fix search button
12666 action (Bug#10542).
12667 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
12668
12669 2012-01-27 Eduard Wiebe <usenet@pusto.de>
12670
12671 * dired.el (dired-mark-files-regexp):
12672 Include any subdirectory components. (Bug#10445)
12673
12674 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
12675
12676 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
12677 Handle [host]:port syntax. (Bug#10533)
12678
12679 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
12680
12681 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
12682
12683 2012-01-26 Glenn Morris <rgm@gnu.org>
12684
12685 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
12686 * term.el (term-raw-escape-map): Use Control-X-prefix.
12687 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
12688
12689 2012-01-25 Martin Rudalics <rudalics@gmx.at>
12690
12691 * window.el (window-state-get, window--state-get-1): Don't deal
12692 with fixed-sizeness of windows. Simplify code.
12693
12694 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
12695
12696 * window.el (window--state-get-1, window--state-put-2):
12697 Don't save and restore the mark.
12698
12699 2012-01-25 Chong Yidong <cyd@gnu.org>
12700
12701 * custom.el (custom-variable-p): Doc fix.
12702
12703 2012-01-25 Glenn Morris <rgm@gnu.org>
12704
12705 * dired.el (dired-goto-file): Handle some of the more common
12706 characters that `ls -b' escapes. (Bug#10596)
12707
12708 * progmodes/compile.el (compilation-next-error-function):
12709 Respect compilation-first-column in the "*compilation*" buffer.
12710 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
12711
12712 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
12713
12714 2012-01-24 Glenn Morris <rgm@gnu.org>
12715
12716 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
12717
12718 2012-01-24 Julien Danjou <julien@danjou.info>
12719
12720 * color.el (color-rgb-to-hsl): Fix value computing.
12721 (color-hue-to-rgb): New function.
12722 (color-hsl-to-rgb): New function.
12723 (color-clamp, color-saturate-hsl, color-saturate-name)
12724 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
12725 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
12726
12727 2012-01-24 Glenn Morris <rgm@gnu.org>
12728
12729 * vc/vc-rcs.el (vc-rcs-create-tag):
12730 * vc/vc-sccs.el (vc-sccs-create-tag):
12731 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
12732
12733 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
12734
12735 * eshell/esh-util.el (eshell-read-hosts-file):
12736 Skip comment lines. (Bug#10549)
12737
12738 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
12739
12740 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
12741
12742 * subr.el (display-delayed-warnings): Doc fix.
12743 (collapse-delayed-warnings): New function to collapse identical
12744 adjacent warnings.
12745 (delayed-warnings-hook): Add it.
12746
12747 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
12748
12749 * net/tramp.el (tramp-action-login): Set connection property "login-as".
12750
12751 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
12752 (tramp-default-user-alist): Don't add "pscp".
12753 (tramp-do-copy-or-rename-file-out-of-band): Use connection
12754 property "login-as", if set. (Bug#10530)
12755
12756 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
12757
12758 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
12759 "plink1" and "psftp". (Bug#10530)
12760
12761 2012-01-21 Kenichi Handa <handa@m17n.org>
12762
12763 * international/mule-cmds.el (prefer-coding-system): Show a
12764 warning message if the default value of file-name-coding-system
12765 was not changed.
12766
12767 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
12768
12769 * windmove.el (windmove-reference-loc):
12770 Fix windmove-reference-loc miscalculation.
12771
12772 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
12773
12774 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
12775 default unit.
12776
12777 2012-01-21 Glenn Morris <rgm@gnu.org>
12778
12779 * international/mule.el (auto-coding-alist): Add .tbz.
12780
12781 * files.el (local-enable-local-variables): Doc fix.
12782 (inhibit-local-variables-regexps): Rename from
12783 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
12784 Doc fix. Add some extensions from auto-coding-alist.
12785 (inhibit-local-variables-suffixes):
12786 Rename from inhibit-first-line-modes-suffixes. Doc fix.
12787 (inhibit-local-variables-p):
12788 New function, extracted from set-auto-mode-1.
12789 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
12790 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
12791 (hack-local-variables): Doc fix. Make the mode-only case
12792 respect enable-local-variables and friends.
12793 Respect inhibit-local-variables-regexps for file-locals, but
12794 not for directory-locals.
12795 (set-visited-file-name):
12796 Take account of inhibit-local-variables-regexps.
12797 Whether it applies may change as the file name is changed.
12798 * jka-cmpr-hook.el (jka-compr-install):
12799 * jka-compr.el (jka-compr-uninstall):
12800 Update for inhibit-first-line-modes-suffixes name change.
12801
12802 2012-01-20 Martin Rudalics <rudalics@gmx.at>
12803
12804 * help-macro.el (make-help-screen): Temporarily restore original
12805 binding for minor-mode-map-alist (Bug#10454).
12806
12807 2012-01-19 Julien Danjou <julien@danjou.info>
12808
12809 * color.el (color-name-to-rgb): Use the white color to find the max
12810 color component value and return correctly computed values.
12811 (color-name-to-rgb): Add missing float conversion for max value.
12812
12813 2012-01-19 Martin Rudalics <rudalics@gmx.at>
12814
12815 * window.el (window--state-get-1, window-state-get): Do not use
12816 special state value for window-persistent-parameters.
12817 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
12818 (window--state-put-2): Reset all window parameters to nil before
12819 assigning values of persistent parameters.
12820
12821 2012-01-18 Alan Mackenzie <acm@muc.de>
12822
12823 Eliminate sluggishness and hangs in fontification of "semicolon
12824 deserts".
12825
12826 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
12827 Change value 10000 -> 3000.
12828 (c-state-safe-place): Reformulate so it doesn't stack up an
12829 infinite number of wrong entries in c-state-nonlit-pos-cache.
12830 (c-determine-limit-get-base, c-determine-limit): New functions to
12831 determine backward search limits disregarding literals.
12832 (c-find-decl-spots): Amend commenting.
12833 (c-cheap-inside-bracelist-p): New function which detects "={".
12834
12835 * progmodes/cc-fonts.el
12836 (c-make-font-lock-BO-decl-search-function): Give a limit to a
12837 backward search.
12838 (c-font-lock-declarations): Fix an occurrence of point being
12839 undefined. Check additionally for point being in a bracelist or
12840 near a macro invocation without a semicolon so as to avoid a
12841 fruitless time consuming search for a declarator. Give a more
12842 precise search limit for declarators using the new
12843 c-determine-limit.
12844
12845 2012-01-18 Glenn Morris <rgm@gnu.org>
12846
12847 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
12848 (set-auto-mode): Doc fixes.
12849
12850 2012-01-17 Glenn Morris <rgm@gnu.org>
12851
12852 * isearch.el (search-nonincremental-instead): Fix doc typo.
12853
12854 * dired.el (dired-insert-directory): Handle newlines in directory name.
12855 (dired-build-subdir-alist): Unescape newlines in directory name.
12856
12857 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
12858
12859 * net/tramp.el (tramp-local-end-of-line): New defcustom.
12860 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
12861 (tramp-action-terminal): Use it. (Bug#10530)
12862
12863 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
12864
12865 * minibuffer.el (completion--replace): Strip properties (bug#10062).
12866
12867 2012-01-16 Martin Rudalics <rudalics@gmx.at>
12868
12869 * window.el (window-state-ignored-parameters): Remove variable.
12870 (window--state-get-1): Rename argument MARKERS to IGNORE.
12871 Handle persistent window parameters. Make copy of clone-of
12872 parameter only if requested. (Bug#10348)
12873 (window--state-put-2): Install a window parameter only if it has
12874 a non-nil value or an existing parameter shall be overwritten.
12875
12876 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
12877
12878 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
12879
12880 2012-01-14 Eli Zaretskii <eliz@gnu.org>
12881
12882 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
12883 don't pass the (nil) value of `upnode' to string-match.
12884
12885 2012-01-14 Chong Yidong <cyd@gnu.org>
12886
12887 * startup.el (command-line): Fix X resource class for cursorColor.
12888 Fix values recognized by the cursorBlink resource.
12889
12890 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
12891
12892 * epg.el (epg--make-temp-file): Avoid permission race condition
12893 when running on old Emacs versions (bug#10403).
12894
12895 2012-01-14 Glenn Morris <rgm@gnu.org>
12896
12897 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
12898
12899 2012-01-13 Alan Mackenzie <acm@muc.de>
12900
12901 Fix filling for when filladapt mode is enabled.
12902
12903 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
12904 c-mask-paragraph, pass in `fill-paragraph' rather than
12905 `fill-region-as-paragraph'. (This is a reversion of a previous
12906 change.)
12907 * progmodes/cc-mode.el (c-basic-common-init):
12908 Make fill-paragraph-handle-comment buffer local and set it to nil.
12909
12910 2012-01-13 Glenn Morris <rgm@gnu.org>
12911
12912 * dired.el (dired-switches-escape-p): New function.
12913 (dired-insert-directory): Use dired-switches-escape-p.
12914 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
12915
12916 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
12917
12918 2012-01-12 Glenn Morris <rgm@gnu.org>
12919
12920 * mail/sendmail.el (mail-mode): Update paragraph-separate for
12921 changes in adaptive-fill-regexp. (Bug#10276)
12922
12923 2012-01-11 Alan Mackenzie <acm@muc.de>
12924
12925 Fix Emacs bug #10463 - put `widen's around the critical spots.
12926
12927 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
12928 widen around each invocation of c-state-pp-to-literal. Remove an
12929 unused let variable.
12930
12931 2012-01-11 Glenn Morris <rgm@gnu.org>
12932
12933 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
12934 Doc fix.
12935
12936 2012-01-10 Chong Yidong <cyd@gnu.org>
12937
12938 * net/network-stream.el (network-stream-open-starttls):
12939 Avoid emitting a confusing error message when the server gives a bad
12940 response to the capability command.
12941
12942 2012-01-10 Glenn Morris <rgm@gnu.org>
12943
12944 * mail/unrmail.el (unrmail): Tweak previous change.
12945
12946 2012-01-09 Chong Yidong <cyd@gnu.org>
12947
12948 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
12949
12950 2012-01-08 Alan Mackenzie <acm@muc.de>
12951
12952 Optimise font locking in long enum definitions.
12953
12954 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
12955 arm to a cond form to handle enums.
12956 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
12957 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
12958
12959 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
12960
12961 * files.el (move-file-to-trash): Preserve default file modes on error.
12962 (Bug#10401)
12963
12964 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12965
12966 * faces.el (set-face-attribute): Clarify the meaning of the nil
12967 frame (bug#10294).
12968
12969 * subr.el (with-selected-frame): Mention that the selected frame
12970 is restored (bug#9980).
12971
12972 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
12973 (bug#9759).
12974
12975 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
12976 (password-read): Don't autoload unused function.
12977
12978 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
12979
12980 * progmodes/which-func.el (which-func-mode): Turn into a
12981 non-interactive function and mark as obsolete (bug#10428).
12982
12983 2012-01-06 Chong Yidong <cyd@gnu.org>
12984
12985 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
12986 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
12987 functions, along with 1 and -1.
12988
12989 2012-01-06 Eli Zaretskii <eliz@gnu.org>
12990
12991 * time.el (display-time-load-average)
12992 (display-time-default-load-average): Doc fixes. See the thread
12993 starting at
12994 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
12995 for the details.
12996
12997 2012-01-06 Glenn Morris <rgm@gnu.org>
12998
12999 * mail/unrmail.el (unrmail): Give an explicit error if the input file
13000 has no messages. (Bug#10377)
13001
13002 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
13003 than Info-edit. (Bug#10385)
13004
13005 * time.el (display-time-load-average, display-time-next-load-average):
13006 Doc fixes.
13007
13008 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
13009 local setting of buffer-read-only to the input buffer. (Bug#10419)
13010
13011 * calendar/calendar.el (calendar-mode):
13012 Locally set scroll-margin to 0. (Bug#10379)
13013
13014 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
13015
13016 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
13017
13018 2012-01-05 Glenn Morris <rgm@gnu.org>
13019
13020 * eshell/em-unix.el (diff-no-select): Autoload it.
13021 (eshell/diff): Use diff-no-select. (Bug#10420)
13022
13023 2012-01-05 Chong Yidong <cyd@gnu.org>
13024
13025 * shell.el (shell-dynamic-complete-functions): Revert last change.
13026 (shell-command-completion-function): New function.
13027 (shell-completion-vars): Use it to implement
13028 shell-completion-execonly (Bug#10417).
13029
13030 * custom.el (enable-theme): Don't set custom-safe-themes.
13031
13032 * cus-theme.el (custom-theme-merge-theme):
13033 Ignore custom-enabled-themes and custom-safe-themes.
13034
13035 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
13036
13037 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
13038 first prompt in `sql-interacive-mode'.
13039 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
13040 keywords.
13041 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
13042 (sql-product-interactive): Bug fix: Set `sql-buffer' in
13043 context of original buffer. Invoke `sql-login-hook'.
13044
13045 2012-01-04 Eli Zaretskii <eliz@gnu.org>
13046
13047 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
13048 letters in cite-prefix.
13049
13050 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13051
13052 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
13053
13054 2012-01-03 Chong Yidong <cyd@gnu.org>
13055
13056 * shell.el (shell-dynamic-complete-functions):
13057 Put pcomplete-completions-at-point, so as to try
13058 comint-filename-completion first (Bug#10417).
13059
13060 2012-01-02 Richard Stallman <rms@gnu.org>
13061
13062 * battery.el (battery-status-function):
13063 Detect when to use battery-yeeloong-sysfs.
13064 (battery-echo-area-format): Add string for Yeeloong.
13065 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
13066 (battery-yeeloong-sysfs): New function.
13067
13068 2012-01-02 Chong Yidong <cyd@gnu.org>
13069
13070 * dirtrack.el (dirtrack-list): Eliminate unused third element.
13071 (dirtrack): Merge code for handling relative filenames in prompt
13072 from shell-dir-cookie-watcher.
13073 (dirtrack-debug-message): New arg to avoid excess format calls.
13074
13075 * shell.el (shell-dir-cookie-re): Variable deleted.
13076 (shell-dir-cookie-watcher): Function deleted.
13077 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
13078 with dirtrack-mode.
13079
13080 2012-01-01 Eli Zaretskii <eliz@gnu.org>
13081
13082 * term/w32-win.el (dynamic-library-alist) <gnutls>:
13083 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
13084 libgnutls-26.dll.
13085
13086 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
13087
13088 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
13089
13090 2011-12-31 Eli Zaretskii <eliz@gnu.org>
13091
13092 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
13093 headers of non-MIME messages, when rmail-enable-mime is non-nil.
13094
13095 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
13096
13097 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
13098 also for alternative shells.
13099 (tramp-open-connection-setup-interactive-shell): Check, whether
13100 the shell is a busybox.
13101 (tramp-send-command): Don't suppress multiple prompts for
13102 busyboxes, it hurts.
13103
13104 2011-12-28 Chong Yidong <cyd@gnu.org>
13105
13106 * progmodes/gdb-mi.el (gdb-get-source-file-list)
13107 (gdb-get-source-file): Move mode line update to
13108 gdb-get-source-file (Bug#10087).
13109
13110 2011-12-25 Chong Yidong <cyd@gnu.org>
13111
13112 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
13113 gud-gdb-marker-filter without taking it as an argument.
13114 (gud-gdb-run-command-fetch-lines): Caller changed.
13115 (gud-gdb-completion-function): New variable.
13116 (gud-gdb-completion-at-point): Use it.
13117 (gud-gdb-completions-1): Split from gud-gdb-completions.
13118
13119 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
13120 function as separate arguments.
13121 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
13122 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
13123 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
13124 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
13125 (gdb-stopped, def-gdb-auto-update-trigger)
13126 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
13127 (gdb-get-changed-registers, gdb-get-main-selected-frame):
13128 Callers changed.
13129 (gud-gdbmi-completions): New function.
13130 (gdb): Use it for generating the completion table.
13131
13132 2011-12-24 Alan Mackenzie <acm@muc.de>
13133
13134 Introduce a mechanism to widen the region used in context font
13135 locking. Use this to protect declarations from losing their contexts.
13136
13137 * progmodes/cc-langs.el (c-before-font-lock-functions):
13138 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
13139 (c-before-context-fontification-functions): New defvar, a list of
13140 functions to be run just before context (etc.) font locking.
13141
13142 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
13143 New, functionality extracted from
13144 c-neutralize-syntax-in-and-mark-CPP.
13145 (c-in-after-change-fontification): New variable.
13146 (c-after-change): Set c-in-after-change-fontification.
13147 (c-set-fl-decl-start): Rejig its interface, so it can be called
13148 from both after-change and context fontifying.
13149 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
13150 New functions.
13151 (c-standard-font-lock-fontify-region-function): New variable.
13152 (c-font-lock-fontify-region): New function.
13153
13154 2011-12-24 Juri Linkov <juri@jurta.org>
13155
13156 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
13157 (Bug#10348)
13158
13159 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
13160
13161 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
13162 existence of source file. (Bug#10325)
13163
13164 2011-12-23 Alan Mackenzie <acm@muc.de>
13165
13166 Fix unstable fontification inside templates.
13167
13168 * progmodes/cc-langs.el (c-before-font-lock-functions):
13169 Newly created from the singular version. The (c c++ objc) entry now
13170 additionally has c-set-fl-decl-start. The other languages (apart
13171 from AWK) have that as a single entry.
13172
13173 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13174 The functionality for "local" declarations has been extracted to
13175 c-set-fl-decl-start.
13176
13177 * progmodes/cc-mode.el (c-common-init, c-after-change):
13178 Changes due to pluralisation of c-before-font-lock-functions.
13179 (c-set-fl-decl-start): New function, extracted from
13180 c-font-lock-enclosing-decls and enhanced.
13181
13182 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
13183
13184 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
13185
13186 2011-12-22 Juri Linkov <juri@jurta.org>
13187
13188 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
13189
13190 2011-12-22 Chong Yidong <cyd@gnu.org>
13191
13192 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
13193
13194 2011-12-21 Drew Adams <drew.adams@oracle.com>
13195
13196 * files.el (file-remote-p): Fix docstring. (Bug#10319)
13197
13198 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
13199
13200 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
13201
13202 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
13203
13204 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
13205 highlighting and support. Fix up comments for capitalization.
13206 (cfengine-mode-debug): New var.
13207 (cfengine3-mode): Change the modeline indicator to "CFE3".
13208 (cfengine3-font-lock-keywords): Improve defun highlighting.
13209 (cfengine2-actions): Rename from `cfengine-actions'.
13210 (cfengine2-font-lock-keywords): Rename from
13211 `cfengine-font-lock-keywords'.
13212 (cfengine2-imenu-expression): Rename from
13213 `cfengine-imenu-expression'.
13214 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
13215 (cfengine2-beginning-of-defun): Rename from
13216 `cfengine-beginning-of-defun'.
13217 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
13218 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
13219 (cfengine2-mode): Rename from `cfengine-mode'. Change the
13220 modeline indicator to "CFE2".
13221 (cfengine-mode): Defalias to `cfengine-auto-mode'.
13222 (cfengine-mode-abbrevs): Mark obsolete.
13223
13224 2011-12-21 Chong Yidong <cyd@gnu.org>
13225
13226 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
13227 filename argument.
13228
13229 2011-12-20 Martin Rudalics <rudalics@gmx.at>
13230
13231 * window.el (window-normalize-buffer-to-display): Remove.
13232 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
13233
13234 2011-12-19 Chong Yidong <cyd@gnu.org>
13235
13236 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
13237 Don't signal an error in a predicate function; return non-nil.
13238 (vc-dir-mark-file): Move the error here.
13239 (vc-dir-mark-unmark): If acting on the region, keep going if one
13240 of the entries cannot be marked/unmarked.
13241 (vc-dir-mark-all-files): If current entry is a directory, mark
13242 only child files, as documented.
13243
13244 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
13245
13246 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
13247 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
13248 addition.
13249
13250 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
13251
13252 * term/ns-win.el (ns-get-selection-internal)
13253 (ns-store-selection-internal): Declare.
13254 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
13255 Declare as obsolete.
13256 (ns-get-pasteboard, ns-paste-secondary):
13257 Use ns-get-selection-internal.
13258 (ns-set-pasteboard, ns-copy-including-secondary):
13259 Use ns-store-selection-internal.
13260
13261 2011-12-17 Chong Yidong <cyd@gnu.org>
13262
13263 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
13264 (vc-deduce-fileset): Doc fix.
13265
13266 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
13267
13268 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
13269
13270 2011-12-13 Sam Steingold <sds@gnu.org>
13271
13272 * man.el (Man-getpage-in-background): When running under a
13273 window-system, ignore $MANWIDTH and $COLUMNS.
13274
13275 2011-12-15 Kenichi Handa <handa@m17n.org>
13276
13277 * language/ethio-util.el: Change coding tag to utf-8-emacs.
13278 (setup-ethiopic-environment-internal): Comment out key-binding for
13279 ethio-toggle-punctuation.
13280
13281 2011-12-13 Alan Mackenzie <acm@muc.de>
13282
13283 Add the switch statement to AWK Mode.
13284
13285 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
13286 "default" to the keywords regexp.
13287
13288 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
13289 expression as the rest.
13290 (c-nonlabel-token-key): Allow string literals for AWK.
13291 Refactor for the other modes.
13292
13293 Large brace-block initialisation makes CC Mode slow: Fix.
13294 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13295 routines. Limit backward searching in c-font-lock-enclosing.decl.
13296
13297 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
13298 pp-state and literal type in addition to the limits.
13299 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13300 (c-state-literal-at): Use the above new defun.
13301 (c-slow-in-literal, c-fast-in-literal): Remove.
13302 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13303
13304 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
13305 being in a literal. Add a limit for backward searching.
13306
13307 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
13308 c-slow-in-literal.
13309
13310 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
13311
13312 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
13313
13314 2011-12-13 Martin Rudalics <rudalics@gmx.at>
13315
13316 * window.el (delete-other-windows): Use correct frame in call to
13317 window-with-parameter.
13318
13319 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
13320
13321 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
13322 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
13323 (makefile-gmake-statements, makefile-makepp-statements):
13324 Use it and add new makepp keywords.
13325 (makefile-makepp-font-lock-keywords): Add new patterns.
13326 (makefile-match-function-end): Match new [...] and [[...]].
13327
13328 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
13329
13330 * ses.el (ses-call-printer-return, ses-cell-property-get)
13331 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
13332 (ses-create-cell-variable, ses-reset-header-string)
13333 (ses-cell-set-formula, ses-repair-cell-reference-all)
13334 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
13335 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
13336 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
13337 (ses-aset-with-undo, ses-load, ses-truncate-cell)
13338 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
13339 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
13340 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
13341 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
13342 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
13343 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
13344 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
13345 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
13346
13347 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
13348
13349 * ses.el: The overall change is to add cell renaming, that is
13350 setting fancy names for cell symbols other than name matching
13351 "\\`[A-Z]+[0-9]+\\'" regexp .
13352 (ses-create-cell-variable): New defun.
13353 (ses-relocate-formula): Relocate formulas only for cells the
13354 symbols of which are not renamed, i.e. symbols whose names do not
13355 match regexp "\\`[A-Z]+[0-9]+\\'".
13356 (ses-relocate-all): Relocate values only for cells the symbols of
13357 which are not renamed.
13358 (ses-load): Create cells variables as the (ses-cell ...) are read,
13359 in order to check row col consistency with cell symbol name only
13360 for cells that are not renamed.
13361 (ses-replace-name-in-formula): New defun.
13362 (ses-rename-cell): New defun.
13363
13364 2011-12-11 Chong Yidong <cyd@gnu.org>
13365
13366 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
13367 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
13368
13369 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
13370
13371 * window.el (other-window): Fix docstring.
13372
13373 2011-12-10 Eli Zaretskii <eliz@gnu.org>
13374
13375 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
13376 `from' or `to' address before taking its substring.
13377 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
13378 encoded name is chopped in the middle of the encoded string, and
13379 thus displayed encoded.
13380
13381 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
13382
13383 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
13384
13385 2011-12-10 Eli Zaretskii <eliz@gnu.org>
13386
13387 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
13388 to use texinfo-update-node and commands that call it if the
13389 Texinfo file uses @node lines without next/prev/up pointers.
13390 Correct outdated description about texinfo-master-menu.
13391 (texinfo-all-menus-update, texinfo-master-menu)
13392 (texinfo-update-node, texinfo-every-node-update)
13393 (texinfo-multiple-files-update): Doc fix. Warn against updating
13394 all the @node lines.
13395 (texinfo-master-menu): Only call texinfo-update-node if the prefix
13396 argument is numeric. Explain better in the doc string what the
13397 function really does.
13398 (texinfo-insert-master-menu-list): Improve the error message
13399 displayed if there's no menu in the Top node.
13400 (Bug#2975) See also this thread:
13401 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
13402
13403 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
13404
13405 * speedbar.el (speedbar-supported-extension-expressions):
13406 Add .adb and .ads, commonly used for Ada source code (bug#10256).
13407
13408 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
13409
13410 * printing.el (pr-mode-alist):
13411 * simple.el (filter-buffer-substring-functions)
13412 (completion-list-insert-choice-function):
13413 * window.el (window-with-parameter, window-atom-root)
13414 (window-sides-slots, window-size-fixed, window-min-delta)
13415 (window-max-delta, window--resize-mini-window)
13416 (window--resize-child-windows-normal, window-tree)
13417 (delete-other-windows, quit-window, split-window)
13418 (display-buffer-record-window, special-display-buffer-names)
13419 (special-display-regexps, special-display-popup-frame)
13420 (same-window-p, split-window-sensibly)
13421 (display-buffer-overriding-action, display-buffer-alist)
13422 (display-buffer-base-action, display-buffer, switch-to-buffer)
13423 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
13424 (fit-window-to-buffer, recenter-positions)
13425 (mouse-autoselect-window-state, mouse-autoselect-window-select):
13426 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
13427 and remove unneeded backslashes in docstrings.
13428
13429 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
13430
13431 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
13432
13433 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
13434 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
13435 end in ".mk".
13436 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
13437 when reading the makefile (bug#10116).
13438
13439 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13440
13441 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
13442 (bug#10116).
13443
13444 2011-12-06 Glenn Morris <rgm@gnu.org>
13445
13446 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
13447
13448 2011-12-06 Chong Yidong <cyd@gnu.org>
13449
13450 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
13451
13452 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
13453
13454 * textmodes/table.el (table-shorten-cell): Fix typo.
13455
13456 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
13457
13458 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
13459
13460 2011-12-05 Eli Zaretskii <eliz@gnu.org>
13461
13462 * descr-text.el (describe-char): Fix display of strong
13463 right-to-left characters and directional embeddings and overrides.
13464
13465 * simple.el (what-cursor-position): Fix display of codepoints of
13466 strong right-to-left characters.
13467
13468 2011-12-05 Chong Yidong <cyd@gnu.org>
13469
13470 * faces.el (read-color): Doc fix.
13471
13472 2011-12-05 Glenn Morris <rgm@gnu.org>
13473
13474 * align.el (align--set-marker): Add doc-string.
13475 Don't try to move something that is not a marker. (Bug#10216)
13476
13477 2011-12-04 Glenn Morris <rgm@gnu.org>
13478
13479 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
13480 overly zealous deletion of trailing whitespace.
13481
13482 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
13483
13484 * server.el (server-delete-client): On Windows, do not try to delete
13485 the only terminal.
13486 (server-process-filter): On Windows, treat requests for a tty frame as
13487 if they were for a GUI frame if the running server is in GUI mode.
13488
13489 2011-12-03 Glenn Morris <rgm@gnu.org>
13490
13491 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
13492
13493 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
13494
13495 * electric.el: Streamline electric-indent's hook.
13496 (electric-indent-chars): Revert to simple list.
13497 (electric-indent-functions): New var.
13498 (electric-indent-post-self-insert-function): Use it.
13499
13500 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
13501 there's no inferior buffer (bug#10196).
13502 (prolog-consult-compile): Don't use toggle-read-only.
13503
13504 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
13505
13506 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
13507 interrupt. (Bug#10187)
13508
13509 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13510
13511 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
13512 (bug#9160).
13513
13514 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
13515 (bug#10191).
13516
13517 2011-12-02 Juri Linkov <juri@jurta.org>
13518
13519 * info.el (Info-search): Display "end of manual" when Isearch
13520 reaches the end of single-file Info manual. (Bug#9918)
13521
13522 2011-12-02 Eli Zaretskii <eliz@gnu.org>
13523
13524 * isearch.el (isearch-message-prefix): Run the input method part
13525 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
13526
13527 2011-12-02 Juri Linkov <juri@jurta.org>
13528
13529 * isearch.el (isearch-occur): Use `word-search-regexp' for
13530 `isearch-word'.
13531 (isearch-search-and-update): Add condition for `isearch-word' and
13532 call `word-search-regexp'. (Bug#10145)
13533
13534 2011-12-01 Glenn Morris <rgm@gnu.org>
13535
13536 * eshell/em-hist.el (eshell-hist-initialize):
13537 Handle eshell-history-size nil and HISTSIZE set or unset.
13538 (eshell-history-file-name, eshell-history-size): Fix custom type.
13539
13540 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
13541
13542 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
13543
13544 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
13545
13546 * progmodes/verilog-mode.el (verilog-pretty-expr):
13547 Rework verilog-pretty-expr to handle new assignment operators in system
13548 verilog, such as += *= and the like.
13549 (verilog-assignment-operator-re): Regular expression to find the
13550 assigment operator in a verilog assignment.
13551 (verilog-assignment-operation-re): Regular expression to find an
13552 assignment statement for pretty-expr.
13553 (verilog-in-attribute-p): Query returns true if point is in an
13554 attribute context; used to skip these for expression line up from
13555 pretty-expr.
13556 (verilog-in-parameter-p): Query returns true if point is in an
13557 parameter definition context; used to skip these for expression
13558 line up from pretty-expr.
13559 (verilog-in-parenthesis-p): Query returns true if point is in a
13560 parenthetical expression, specifically ( ) but not [ ] or { };
13561 used by pretty-expr.
13562 (verilog-just-one-space): If there is no space, don't add one.
13563 (verilog-get-lineup-indent-2): Specifically skip just attribute
13564 contexts for expression lineup, rather than skipping all
13565 parenthetical expressions.
13566 (verilog-calculate-indent): Fix comment, and fix indent.
13567 (verilog-do-indent): Indent declarations in lists (suggested by
13568 Joachim Lechner).
13569 (verilog-mode-abbrev-table): Populate abbrev mode with the various
13570 skeleton items.
13571 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
13572 by Alain Mellan).
13573
13574 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
13575
13576 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
13577 parameters with embedded comments. Reported by Ray Stevens.
13578 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
13579 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
13580 Reported by Tim Holt.
13581 (verilog-auto): Fix AUTOing a upper module then AUTOing module
13582 instantiated by upper module causing wrong expansion until AUTOed a
13583 second time. Reported by K C Buckenmaier.
13584 (verilog-diff-auto): Fix showing .* as a difference when
13585 `verilog-auto-star-save' off. Reported by Dan Dever.
13586 (verilog-auto-reset, verilog-read-always-signals)
13587 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
13588 temporary signals in reset list if
13589 verilog-auto-reset-blocking-in-non is nil, and match assignment
13590 style to each signal's assignment type, bug381.
13591 Reported by Thomas Esposito.
13592 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
13593 (verilog-uvm-statement-re): Support UVM indentation and
13594 highlighting, with old OVM keywords only.
13595 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
13596 Support AUTOTIEOFF creating non-wire data types.
13597 Suggested by Jonathan Greenlaw.
13598 (verilog-auto-insert-lisp, verilog-delete-to-paren)
13599 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
13600 (verilog-inject-sense, verilog-read-inst-pins)
13601 (verilog-read-sub-decls, verilog-read-sub-decls-line):
13602 Fix mismatching parenthesis inside commented out code when deleting
13603 AUTOINST, bug383. Reported by Jonathan Greenlaw.
13604 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
13605 non-numeric vector width. Reported by Alex Reed.
13606 (verilog-auto-ascii-enum): Add "onehot" option to work around not
13607 detecting signals with parameter widths. Reported by Alex Reed.
13608 (verilog-auto-delete-trailing-whitespace):
13609 With `verilog-auto-delete-trailing-whitespace' remove trailing
13610 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
13611 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
13612 Fix verilog-scan-cache corruption when running user AUTO expansion
13613 hooks that call indentation routines.
13614 (verilog-simplify-range-expression): Fix typo ignoring lower case
13615 identifiers.
13616 (verilog-delete-auto): Fix delete-autos to also remove user created
13617 automatics, as long as they start with AUTO.
13618 (verilog-batch-diff-auto, verilog-diff-auto)
13619 (verilog-diff-function): Add `verilog-diff-auto' and bind to
13620 "C-c?" to report differences in AUTO expansion, ignoring spaces.
13621 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
13622 (verilog-in-paren-quick, verilog-re-search-backward-quick)
13623 (verilog-re-search-forward-quick, verilog-syntax-ppss):
13624 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
13625 is disabled and its cache will get corrupt, causing AUTOS not to
13626 expand. Instead use only -quick functions.
13627 (verilog-scan-region): Fix scanning over escaped quotes.
13628 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
13629 (verilog-re-search-backward-quick)
13630 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
13631 related functions now ignore strings, to fix misparsing of strings
13632 with magic comments embedded in them.
13633 (verilog-read-auto-template):
13634 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
13635 Reported by Brad Dobbie.
13636 (verilog-read-auto-template):
13637 Fix 'verilog-auto-inst-template-numbers' with comments.
13638 Reported by Brad Dobbie.
13639 (verilog-auto-inst, verilog-auto-inst-param)
13640 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
13641 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
13642 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
13643 debugging templates without merge conflicts, bug357.
13644 Reported by Brad Dobbie.
13645 (verilog-read-auto-template):
13646 Fix verilog-auto-inst-template-numbers with multiple templates.
13647 Reported by Brad Dobbie.
13648 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
13649 abbrevs so user won't be asked to save.
13650 (verilog-read-auto-lisp-present): Fix to start at beginning of
13651 buffer in case called outside of verilog-auto.
13652 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
13653 to "X-2". Reported by Matthew Myers.
13654 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
13655 all inputs from module templates. Reported by Leith Johnson.
13656 (verilog-module-inside-filename-p): Fix locating programs as with
13657 modules.
13658 (verilog-auto-inst-port): Fix vl-width expressions when using
13659 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
13660 (verilog-decls-get-regs, verilog-decls-get-signals,
13661 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
13662 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
13663 verilog-read-decls): Combine reg and wire structures into one var
13664 structure to represent SystemVerilog concepts.
13665 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
13666 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
13667 (verilog-auto-wire-type, verilog-insert-definition):
13668 Add verilog-auto-wire-type and AUTOLOGIC to support using
13669 SystemVerilog "logic" keyword instead of "wire"/"reg".
13670 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
13671 to declares outputs that also have assignments (presumably in an
13672 ifdef or generate if so there's not a driver conflict).
13673 Reported by Matthew Myers.
13674 (verilog-auto-declare-nettype, verilog-insert-definition):
13675 Add verilog-auto-declare-nettype to fix declarations using
13676 `default_nettype none. Reported by Julian Gorfajn.
13677 (verilog-read-always-signals-recurse, verilog-read-decls)
13678 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
13679 malformed end statement, bug325. Reported by Joshua Wise and
13680 Andrew Drake.
13681 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
13682 (verilog-inst-comment-re): Fix not deleting Interfaced comment
13683 when expanding .* in interfaces, bug320.
13684 Reported by Pierre-David Pfister.
13685 (verilog-read-module-name): Fix import statements between module
13686 name and open parenthesis, bug317.
13687 Reported by Pierre-David Pfister.
13688 (verilog-simplify-range-expression): Fix simplification of
13689 multiplications inside AUTOWIRE connections, bug303.
13690 (verilog-auto-inst-port): Support parameter expansion in
13691 multidimensional arrays.
13692 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
13693 after "assert property". Reported by Julian Gorfajn.
13694 (verilog-simplify-range-expression): Fix "couldn't merge" errors
13695 with multiplication, bug303.
13696 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
13697 Reported by Jan Frode Lonnum.
13698
13699 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
13700
13701 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
13702 (hfy-shell-file-name, hfy-shell):
13703 * international/fontset.el (x-decompose-font-name): Fix typos.
13704
13705 2011-11-29 Ken Brown <kbrown@cornell.edu>
13706
13707 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
13708 (gdb-version): Remove defvar.
13709 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
13710 (gdb-gud-context-command, gdb-non-stop-handler)
13711 (gdb-current-context-command, gdb-stopped): Use it.
13712 (gdb-init-1): Enable pretty printing here.
13713 (gdb-non-stop-handler): Don't enable pretty-printing here.
13714 Check to see if the target supports non-stop mode; if not, turn off
13715 non-stop mode. Use the following.
13716 (gdb-check-target-async): New defun.
13717 (gud-watch, gdb-stopped): Fix whitespace.
13718 (gdb-get-source-file): Don't try to display the source file if
13719 `gdb-main-file' is nil.
13720
13721 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
13722
13723 * align.el: Try to generate fewer markers (bug#10047).
13724 (align--set-marker): New macro.
13725 (align-region): Use it.
13726
13727 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
13728
13729 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
13730
13731 2011-11-29 Chong Yidong <cyd@gnu.org>
13732
13733 * indent.el (indent-for-tab-command, indent-according-to-mode):
13734 Doc fix.
13735 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
13736
13737 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
13738
13739 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
13740 aware of remote file names. (Bug#10124)
13741
13742 2011-11-29 Chong Yidong <cyd@gnu.org>
13743
13744 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
13745
13746 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13747
13748 * files.el (find-file): Don't use force-same-window (bug#10144).
13749 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
13750 use pop-to-buffer if the selected window can't be used.
13751 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
13752
13753 2011-11-28 Eli Zaretskii <eliz@gnu.org>
13754
13755 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
13756 special-mode-map.
13757
13758 2011-11-28 Chong Yidong <cyd@gnu.org>
13759
13760 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
13761
13762 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
13763
13764 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
13765 gdb-get-source-file-list on gdb-create-source-file-list.
13766
13767 2011-11-26 Eli Zaretskii <eliz@gnu.org>
13768
13769 * whitespace.el (whitespace-newline): Use a different foreground
13770 color for 16-color light-background displays.
13771
13772 2011-11-24 Chong Yidong <cyd@gnu.org>
13773
13774 * window.el (display-buffer--special-action): Doc fix.
13775
13776 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
13777
13778 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
13779 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
13780 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
13781 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
13782 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
13783 (avl-tree-stack-first):
13784 * emacs-lisp/cconv.el (cconv--analyse-use):
13785 * net/gnutls.el (gnutls-negotiate): Fix typos.
13786
13787 2011-11-24 Glenn Morris <rgm@gnu.org>
13788
13789 * lpr.el (lpr-windows-system, lpr-lp-system):
13790 * mail/binhex.el (binhex-begin-line):
13791 * progmodes/grep.el (grep-history, grep-find-history):
13792 * textmodes/flyspell.el:
13793 * vc/pcvs-defs.el (cvs-global-menu):
13794 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
13795 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
13796 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
13797
13798 * net/tls.el: Fix case of "GnuTLS".
13799
13800 * paths.el (rmail-file-name): Format doc-string for make-docfile.
13801
13802 * version.el (emacs-build-system): Give it a doc-string.
13803
13804 2011-11-24 Juri Linkov <juri@jurta.org>
13805
13806 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
13807
13808 2011-11-24 Glenn Morris <rgm@gnu.org>
13809
13810 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
13811 if called on a non-mime message just toggle the headers. (Bug#8006)
13812
13813 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
13814
13815 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
13816 (allout-lead-with-comment-string, allout-structure-deleted-hook)
13817 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
13818 (allout-rebullet-heading, allout-open-sibtopic)
13819 (allout-toggle-current-subtree-encryption)
13820 (allout-toggle-subtree-encryption, allout-encrypt-string)
13821 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
13822 (allout-distinctive-bullets-string, allout-auto-activation):
13823 * window.el (window-normalize-buffer-to-display):
13824 * progmodes/verilog-mode.el (verilog-batch-indent):
13825 * textmodes/bibtex.el (bibtex-field-braces-opt)
13826 (bibtex-field-strings-opt):
13827 * vc/cvs-status.el (cvs-tree-merge):
13828 Fix typos.
13829
13830 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
13831
13832 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
13833 `non-essential' to t, in order to avoid remote connections.
13834
13835 2011-11-23 Eli Zaretskii <eliz@gnu.org>
13836
13837 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13838 On MS-DOS and MS-Windows, compare with loaddefs.el
13839 case-insensitively.
13840
13841 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13842
13843 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
13844
13845 2011-11-23 Glenn Morris <rgm@gnu.org>
13846
13847 * paths.el (rmail-file-name): Reformat the doc-string so that it
13848 is picked up.
13849
13850 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
13851 (rmail-auto-file): Ignore case in the "special" field names,
13852 as mail-fetch-field does for all others.
13853
13854 * mail/rmail.el (rmail-forward):
13855 * mail/rmailkwd.el (rmail-set-label):
13856 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
13857 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
13858
13859 * mail/rmail.el (rmail-current-message): Doc fix.
13860
13861 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
13862
13863 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13864
13865 * server.el (server-eval-and-print): Allow C-g (bug#6585).
13866
13867 2011-11-22 Glenn Morris <rgm@gnu.org>
13868
13869 * mail/rmailmm.el (test-rmail-mime-handler)
13870 (test-rmail-mime-bulk-handler)
13871 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
13872
13873 2011-11-21 Juri Linkov <juri@jurta.org>
13874
13875 * calc/calc.el (calc-read-key-sequence):
13876 Let-bind `input-method-function' to nil. (Bug#10018)
13877
13878 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13879
13880 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
13881 Tell the caller that the next line needs recomputation, even
13882 though it doesn't start a sexp (bug#10094).
13883
13884 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13885
13886 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
13887
13888 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13889
13890 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13891 Use force-same-window.
13892
13893 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
13894
13895 * descr-text.el (describe-char-unicode-data):
13896 * json.el (json-string-escape):
13897 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
13898 (Footnote-unicode, Footnote-style-p):
13899 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
13900
13901 2011-11-20 Chong Yidong <cyd@gnu.org>
13902
13903 * window.el (replace-buffer-in-windows): Restore interactive spec.
13904
13905 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13906
13907 * electric.el (electric-indent-mode): Fix last change (too optimistic).
13908
13909 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
13910 (byte-compile-global-not-obsolete-vars): New var.
13911 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
13912 Use it.
13913 (byte-compile-warn-obsolete): Align text with the one in *Help*.
13914
13915 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
13916
13917 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
13918 * progmodes/pascal.el (electric-pascal-equal):
13919 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
13920 * xml.el (xml-substitute-special): Fix typos.
13921
13922 2011-11-20 Glenn Morris <rgm@gnu.org>
13923
13924 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
13925 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
13926 Doc fixes.
13927 (rmail-decode-mime-charset): Mark as obsolete.
13928
13929 * mail/rmailsum.el (rmail-message-regexp-p-1):
13930 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
13931 Before using mime functions, check they are set. (Bug#10077)
13932
13933 2011-11-19 Juri Linkov <juri@jurta.org>
13934
13935 * info.el (Info-finder-find-node): Use `package--builtins' instead
13936 of `package-alist'. Use node names formed by the pattern "Keyword "
13937 and the keyword name.
13938
13939 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
13940
13941 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
13942
13943 2011-11-19 Juri Linkov <juri@jurta.org>
13944
13945 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
13946 that calls `revert-buffer' on all Info buffers. (Bug#9915)
13947 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
13948 `old-history', `old-history-forward'. Add let-binding
13949 `window-selected'. Remove calls to `kill-buffer',
13950 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
13951 before calling `Info-find-node', so `Info-find-node-2' will reread
13952 the Info file. Restore window positions only when `window-selected'
13953 is non-nil.
13954
13955 2011-11-19 Juri Linkov <juri@jurta.org>
13956
13957 * isearch.el (isearch-lazy-highlight-new-loop):
13958 Remove condition `(not isearch-error)'. (Bug#9918)
13959
13960 * misearch.el (multi-isearch-search-fun): Add condition
13961 `(not bound)' to ignore lazy-highlighting search.
13962 Add the search-failed message "end of multi" when the end of
13963 multi-sequence is reached. Uncapitalize the search-failed
13964 message "Repeat for next buffer".
13965
13966 * info.el (Info-search): Add the search-failed message
13967 "end of the manual" when the end of the manual is reached
13968 in Isearch mode.
13969
13970 2011-11-19 Juri Linkov <juri@jurta.org>
13971
13972 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
13973 Use non-destructive `remove' instead of `delete' because
13974 `Info-history-list' stored to `Info-isearch-initial-history-list' in
13975 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
13976
13977 2011-11-19 Juri Linkov <juri@jurta.org>
13978
13979 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
13980 to nil instead of binding `search-ring' and `regexp-search-ring'.
13981 (Bug#9185)
13982
13983 2011-11-19 Eli Zaretskii <eliz@gnu.org>
13984
13985 * simple.el (line-move): Force movement by logical lines for any
13986 hscrolled window, not only when auto-hscroll-mode is on.
13987 (line-move-visual): Update doc string to that effect. (Bug#10076)
13988
13989 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
13990
13991 * language/european.el (macintosh): Define as alias for mac-roman.
13992
13993 2011-11-19 Eli Zaretskii <eliz@gnu.org>
13994
13995 * mail/rmailmm.el (rmail-mime-display-header)
13996 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
13997 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
13998 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
13999 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
14000 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
14001 of a raw aref.
14002 (rmail-mime-entity-segment): To get past the tagline, move forward
14003 2 more lines, to account for the 2 empty lines that precede and
14004 follow the line with the buttons.
14005 (rmail-mime-update-tagline): Move one more line, to get past the
14006 empty line that follows the buttons in the tagline. (Bug#9520)
14007
14008 2011-11-19 Martin Rudalics <rudalics@gmx.at>
14009
14010 * window.el (window-max-delta-1, window-min-delta-1)
14011 (window-min-size-1, window-state-get-1, window-state-put-1)
14012 (window-state-put-2): Use "window--" prefix.
14013
14014 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
14015
14016 * emacs-lisp/smie.el: Improve warnings and conflict detection.
14017 (smie-warning-count): New var.
14018 (smie-set-prec2tab): Use it.
14019 (smie-bnf->prec2): Improve warnings. Add docstring.
14020 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
14021 (smie-bnf--set-class): New function.
14022 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
14023 corner case.
14024
14025 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
14026 (compilation-error-properties, compilation-move-to-column):
14027 Handle compilation-first-column while in the target buffer.
14028
14029 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
14030 Don't hardcode point-min==1.
14031
14032 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
14033 (eshell-rewrite-for-command): Remove workaround.
14034 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
14035 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
14036 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
14037
14038 * files-x.el (modify-file-local-variable): Obey commenting conventions.
14039
14040 2011-11-17 Glenn Morris <rgm@gnu.org>
14041
14042 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14043 Ignore buffer-local generated-autoload-file if it is the same
14044 as the global value. (Bug#10049)
14045
14046 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
14047
14048 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
14049 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
14050 (reftex-toc-previous-heading, reftex-toc-max-level)
14051 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
14052 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
14053 (reftex-toc-do-promote, reftex-toc-promote-prepare)
14054 (reftex-toc-promote-action, reftex-toc-extract-section-number)
14055 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
14056 (reftex-toc-rename-label, reftex-toc-visit-location)
14057 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
14058 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
14059 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
14060 leaving "*toc*" only for references to the buffer.
14061
14062 2011-11-17 Martin Rudalics <rudalics@gmx.at>
14063
14064 * window.el (window-resize, delete-window, split-window):
14065 Replace window-splits by window-combination-resize.
14066 * cus-start.el (window-splits): Replace by window-combination-resize.
14067
14068 2011-11-17 Glenn Morris <rgm@gnu.org>
14069
14070 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14071 Make bash entry derive from sh entry, not shell entry.
14072
14073 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
14074
14075 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
14076 local file name.
14077
14078 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
14079
14080 * menu-bar.el (menu-bar-file-menu):
14081 * printing.el (pr-ps-utility):
14082 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
14083 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
14084 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
14085 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
14086 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
14087 (icalendar--convert-cyclic-to-ical)
14088 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
14089 (icalendar--convert-ical-to-diary)
14090 (icalendar--convert-recurring-to-diary)
14091 (icalendar--convert-non-recurring-all-day-to-diary)
14092 (icalendar-import-format-sample):
14093 * progmodes/idlw-shell.el (idlwave-shell-mode):
14094 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
14095 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
14096 (vhdl-ps-print-init): Fix typos.
14097
14098 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
14099
14100 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
14101 FSF and collapse date sequence, obscure author/maintainer email address
14102 better, remove extra version line, track relocation of author's webpage.
14103
14104 * progmodes/python.el (python-pdbtrack-input-prompt)
14105 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
14106 regular python pdb prompts. Adjustments shamelessly taken exactly as
14107 suggested in EmacsWiki page (tiny change):
14108 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
14109
14110 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
14111
14112 * expand.el (expand-pos, expand-index, expand-point):
14113 Remove redundant info from docstring.
14114 (expand-add-abbrevs): Doc fix.
14115 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
14116 (expand-sample-perl-mode-expand-list): Fix typos.
14117
14118 * net/dbus.el (dbus-event-member-name):
14119 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
14120 * term/pc-win.el (msdos-create-frame-with-faces):
14121 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
14122
14123 2011-11-16 Martin Rudalics <rudalics@gmx.at>
14124
14125 * window.el (split-window, window-state-get-1)
14126 (window-state-put-1, window-state-put-2): Rename occurrences of
14127 window-nest to window-combination-limit.
14128 * cus-start.el (window-nest): Rename to window-combination-limit.
14129
14130 2011-11-16 Chong Yidong <cyd@gnu.org>
14131
14132 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
14133 regexp (Bug#10033).
14134
14135 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14136
14137 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
14138 `completing-read' will remove *Completions* and will preserve
14139 current-buffer for us.
14140 (tmm-add-prompt): Users of *Completions* will always (re)set its
14141 major mode.
14142 (tmm-old-comp-map): Remove.
14143
14144 2011-11-16 Glenn Morris <rgm@gnu.org>
14145
14146 * mail/rmailedit.el: Require rmailmm when compiling.
14147 (rmail-old-mime-state): New declaration.
14148 (rmail-edit-current-message): If editing a mime message,
14149 edit the "raw" message from the mbox buffer.
14150 (rmail-cease-edit): Handle mime messages. (Bug#9840)
14151
14152 2011-11-15 Glenn Morris <rgm@gnu.org>
14153
14154 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
14155 which wasn't being used. Add optional arg to force given state.
14156 (rmail-mime): Add optional arg to force given state.
14157
14158 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
14159
14160 * allout.el (allout-encryption-plaintext-sanitization-regexps):
14161 * frame.el (display-mm-dimensions-alist):
14162 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
14163 (outline-move-subtree-down):
14164 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
14165 (newsticker--treeview-do-get-node):
14166 * net/quickurl.el (quickurl-list-buffer-name):
14167 * progmodes/dcl-mode.el (dcl-mode):
14168 * progmodes/gdb-mi.el (gdb-mapcar*):
14169 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
14170
14171 2011-11-15 Glenn Morris <rgm@gnu.org>
14172
14173 * mail/rmail.el (rmail-file-coding-system): It's only ever used
14174 in a boolean sense, so just make it a boolean, and fix the doc.
14175 (rmail-show-mime-function, rmail-mime-feature)
14176 (rmail-require-mime-maybe): Doc fixes.
14177 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
14178
14179 * mail/rmailmm.el (rmail-show-mime): Doc fix.
14180
14181 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
14182
14183 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
14184 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
14185 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
14186 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
14187
14188 2011-11-15 Glenn Morris <rgm@gnu.org>
14189
14190 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
14191 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
14192 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
14193 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
14194 (rmail-mime, rmail-show-mime): Doc fixes.
14195
14196 * term/ns-win.el (mode-line-frame-identification):
14197 Leave it alone. (Bug#10051)
14198
14199 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
14200
14201 * mail/rmailout.el (rmail-output-to-rmail-buffer):
14202 Handle empty buffers. (Bug#9978)
14203
14204 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
14205
14206 * international/mule.el (define-charset):
14207 * mail/rmailmm.el (rmail-mime-find-header-encoding):
14208 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
14209 * progmodes/verilog-mode.el (verilog-backward-token):
14210 * textmodes/ispell.el (lookup-words):
14211 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
14212
14213 2011-11-14 Glenn Morris <rgm@gnu.org>
14214
14215 * progmodes/executable.el
14216 (executable-make-buffer-file-executable-if-script-p):
14217 Handle file-modes returning nil.
14218
14219 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
14220 message - not necessary, and causes problems. (Bug#9831)
14221
14222 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
14223
14224 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
14225
14226 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
14227 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
14228 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
14229
14230 2011-11-12 Martin Rudalics <rudalics@gmx.at>
14231
14232 * window.el (window-resize, delete-window): Use window-splits
14233 variable instead of function.
14234 (window-state-get-1, window-state-put-2, window-state-put):
14235 Don't deal with windows' splits status.
14236
14237 2011-11-12 Glenn Morris <rgm@gnu.org>
14238
14239 * apropos.el (apropos-do-all, apropos-library, apropos-value)
14240 (apropos-documentation): Doc fixes.
14241
14242 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
14243
14244 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
14245 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
14246
14247 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
14248
14249 * electric.el (electric-indent-post-self-insert-function): Make it
14250 possible for a char to only indent in some circumstances.
14251 (electric-indent-mode): Simplify.
14252
14253 2011-11-11 Martin Rudalics <rudalics@gmx.at>
14254
14255 * window.el (windows-with-parameter): Remove unused function.
14256 (windows-at-side): Rename to window-at-side-list.
14257 (window-check, window-atom-check, window-atom-check-1)
14258 (window-side-check, window-size-ignore, window-size-fixed-1)
14259 (window-in-direction-2): Prefix with "window--".
14260 (window-tree-1): Rename to window--subtree, fix doc-string.
14261
14262 2011-11-11 Glenn Morris <rgm@gnu.org>
14263
14264 * subr.el (eval-after-load): If FILE is already loaded,
14265 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
14266
14267 2011-11-10 Glenn Morris <rgm@gnu.org>
14268
14269 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
14270 Call svn via vc-svn-command rather than vc-do-command.
14271 (vc-svn-command): Add --non-interactive. (Bug#9993)
14272 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
14273
14274 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14275 Add toggle-read-only. (Bug#7292)
14276 * files.el (toggle-read-only): Mention that it should only
14277 be used interactively. (Bug#10006)
14278
14279 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14280
14281 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14282 Adjust regexp for OCaml warnings.
14283
14284 * electric.el (electric-pair-post-self-insert-function): Let user
14285 turn it off buffer-locally (bug#9932).
14286
14287 * progmodes/python.el (python-beginning-of-statement):
14288 Rewrite (bug#2703).
14289
14290 * progmodes/compile.el: Better handle TABs (bug#9749).
14291 (compilation-internal-error-properties)
14292 (compilation-next-error-function): Obey the target buffer's
14293 compilation-error-screen-columns.
14294
14295 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
14296
14297 * progmodes/meta-mode.el: Remove obsolete comments.
14298 (meta-right-comment-regexp, meta-ignore-comment-regexp):
14299 Fix typos in docstrings.
14300
14301 2011-11-09 Martin Rudalics <rudalics@gmx.at>
14302
14303 * window.el (window-size-fixed-p): Rewrite doc-string.
14304 (window-resizable-p): Rename to window--resizable-p. Update callers.
14305 (window--resizable): New function. Make all callers of
14306 window-resizable call window--resizable instead.
14307 (window-resizable): Rewrite in terms of window--resizable.
14308
14309 2011-11-08 Glenn Morris <rgm@gnu.org>
14310
14311 * progmodes/delphi.el (delphi-mode-syntax-table):
14312 Let define-derived-mode define a proper syntax table. (Bug#9994)
14313
14314 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14315
14316 * window.el: Stay away from defsubst.
14317 (window-list-no-nils): Remove.
14318 (window-state-get-1, window-state-get): Use backquote instead.
14319
14320 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14321
14322 * emacs-lisp/find-func.el (find-function-read):
14323 Fix incorrect use of default argument in `completing-read'.
14324
14325 2011-11-08 Martin Rudalics <rudalics@gmx.at>
14326
14327 * window.el (display-buffer-function, special-display-function):
14328 Mention display-buffer-record-window but do not mention
14329 help-setup parameter in doc-strings.
14330 (window-min-delta): Fix doc-string typo.
14331
14332 2011-11-08 Chong Yidong <cyd@gnu.org>
14333
14334 * window.el (window-total-height, window-total-width): Doc fix.
14335 (window-body-size): Move from C.
14336 (window-body-height, window-body-width): Move to C.
14337
14338 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14339
14340 * window.el: Make special-display like display-buffer-alist (bug#9532).
14341 (display-buffer--special-action): New function, morphed
14342 from display-buffer--special.
14343 (display-buffer): Use it to handle special-display-buffers at higher
14344 priority (just after display-buffer-alist).
14345 (display-buffer-fallback-action, display-buffer--other-frame-action)
14346 (pop-to-buffer-same-window): Remove display-buffer--special.
14347
14348 2011-11-07 Glenn Morris <rgm@gnu.org>
14349
14350 * calendar/cal-menu.el (cal-menu-set-date-title):
14351 Do nothing if not in a calendar. (Bug#9976)
14352
14353 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
14354
14355 * files.el (find-file): Always use selected-window.
14356
14357 2011-11-07 Martin Rudalics <rudalics@gmx.at>
14358
14359 * window.el (window-combinations): Make WINDOW argument
14360 mandatory. Rewrite doc-string.
14361 (walk-window-subtree, window-atom-check, window-min-delta)
14362 (window-max-delta, window--resize-this-window)
14363 (window--resize-root-window-vertically, window-tree)
14364 (balance-windows, window-state-put): Rewrite doc-strings as to
14365 not mention the term "subwindow".
14366 (window--resize-subwindows-skip-p): Rename to
14367 window--resize-child-windows-skip-p.
14368 (window--resize-subwindows-normal): Rename to
14369 window--resize-child-windows-normal.
14370 (window--resize-subwindows): Rename to
14371 window--resize-child-windows.
14372 (window-or-subwindow-p): Rename to window--in-subtree-p.
14373
14374 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
14375
14376 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
14377 Ensure that mbox format messages end in two newlines (Bug#9974).
14378
14379 2011-11-06 Chong Yidong <cyd@gnu.org>
14380
14381 * window.el (window-combination-p): Function deleted; its
14382 side-effect is not used in any existing code.
14383 (window-combinations, window-combined-p): Call window-*-child
14384 directly.
14385
14386 2011-11-05 Chong Yidong <cyd@gnu.org>
14387
14388 * window.el (window-valid-p): Rename from window-any-p.
14389 (window-size-ignore, window-state-get): Callers changed.
14390 (window-normalize-window): Rename from window-normalize-any-window.
14391 New arg LIVE-ONLY, replacing window-normalize-live-window.
14392 (window-normalize-live-window): Delete.
14393 (window-combination-p, window-combined-p, window-combinations)
14394 (walk-window-subtree, window-atom-root, window-min-size)
14395 (window-sizable, window-sizable-p, window-size-fixed-p)
14396 (window-min-delta, window-max-delta, window-resizable)
14397 (window-resizable-p, window-full-height-p, window-full-width-p)
14398 (window-current-scroll-bars, window-point-1, set-window-point-1)
14399 (window-at-side-p, window-in-direction, window-resize)
14400 (adjust-window-trailing-edge, maximize-window, minimize-window)
14401 (window-deletable-p, delete-window, delete-other-windows)
14402 (record-window-buffer, unrecord-window-buffer)
14403 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
14404 (quit-window, split-window, window-state-put)
14405 (set-window-text-height, fit-window-to-buffer)
14406 (shrink-window-if-larger-than-buffer): Callers changed.
14407
14408 2011-11-04 Eli Zaretskii <eliz@gnu.org>
14409
14410 * mail/rmail.el (rmail-simplified-subject): Decode subject with
14411 rfc2047-decode-string.
14412 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
14413 warnings.
14414
14415 * window.el (window-body-height, window-body-width): Mention in
14416 the doc string that the return values are in frame's canonical
14417 units. (Bug#9949)
14418
14419 2011-11-03 Alan Mackenzie <acm@muc.de>
14420
14421 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
14422 change in cc-engine.el.
14423
14424 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
14425
14426 * window.el (switch-to-buffer): Use `force-same-window' interactively.
14427
14428 2011-11-02 Martin Rudalics <rudalics@gmx.at>
14429
14430 * window.el (quit-window): Call unrecord-window-buffer after
14431 showing another buffer in the window. (Bug#9937)
14432 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
14433
14434 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
14435
14436 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
14437 Accept status with more than 9 shelves. (Bug#9935)
14438 Reported by Colin D Bennett <colin@gibibit.com>.
14439
14440 2011-11-01 Martin Rudalics <rudalics@gmx.at>
14441
14442 * help.el (with-help-window): Don't reference
14443 temp-buffer-show-specifiers in doc-string.
14444
14445 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
14446
14447 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
14448 menu-item.
14449
14450 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14451
14452 * whitespace.el: New version 13.2.2.
14453 (whitespace-newline-mode): Disable properly. Reported by Sarah
14454 <EmacsWiki>.
14455
14456 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
14457
14458 * net/newst-treeview.el: Remove "Time-stamp".
14459 (newsticker--group-manage-orphan-feeds): Do not call
14460 newsticker--treeview-tree-update.
14461 (newsticker-treeview-update, newsticker-treeview):
14462 Call newsticker--treeview-tree-update if necessary.
14463
14464 2011-10-30 Martin Rudalics <rudalics@gmx.at>
14465
14466 * window.el (window-iso-combination-p, window-iso-combined-p)
14467 (window-iso-combinations): Remove "iso-" infix.
14468 Suggested by Chong Yidong.
14469 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
14470 (window-max-delta-1, window-resize, window--resize-siblings)
14471 (window--resize-this-window, adjust-window-trailing-edge)
14472 (split-window, balance-windows-1)
14473 (shrink-window-if-larger-than-buffer):
14474 * calendar/calendar.el (calendar-generate-window):
14475 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
14476
14477 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14478
14479 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
14480 in place (bug#9907).
14481 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
14482 (eshell-rewrite-if-command, eshell-rewrite-for-command)
14483 (eshell-structure-basic-command, eshell-rewrite-while-command)
14484 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
14485 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
14486 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
14487 (eshell-do-pipelines-synchronously, eshell-eval-command):
14488 Use backquotes and prefer setq to set.
14489 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
14490 (eshell-macrop): Use functionp.
14491 (eshell-do-eval): Handle multiple expressions in `while' body.
14492
14493 2011-10-30 Chong Yidong <cyd@gnu.org>
14494
14495 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
14496 instead of set-mark (Bug#9810).
14497
14498 2011-10-30 Chong Yidong <cyd@gnu.org>
14499
14500 * window.el (split-window-below, split-window-right): Rename from
14501 split-window-above-each-other and split-window-side-by-side
14502 respectively. All callers changed.
14503 (split-window-sensibly, split-window-sensibly): Use them.
14504 (split-window-keep-point): Doc fix.
14505
14506 * isearch.el: Add isearch-scroll property to split-window-below
14507 and split-window-right.
14508
14509 * follow.el (follow-mode):
14510 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
14511 * progmodes/ada-xref.el (ada-gdb-application):
14512 * emulation/vip.el (vip-buffer-in-two-windows):
14513 * image-dired.el (image-dired-dired-with-window-configuration):
14514 * dired-x.el (dired-do-find-marked-files):
14515 * dired.el (dired-pop-to-buffer):
14516 * bs.el (bs--show-with-configuration):
14517 * vc/emerge.el (emerge-setup-windows):
14518 * textmodes/two-column.el (2C-two-columns):
14519 * textmodes/reftex-toc.el (reftex-toc):
14520 * progmodes/gdb-mi.el (gdb-setup-windows):
14521 * progmodes/fortran.el (fortran-window-create):
14522 * net/newst-treeview.el (newsticker--treeview-window-init):
14523 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
14524 * emulation/tpu-edt.el (tpu-gold-map):
14525 * emulation/crisp.el (crisp-mode-map):
14526 * calendar/calendar.el (calendar-basic-setup): Callers changed.
14527
14528 2011-10-29 Chong Yidong <cyd@gnu.org>
14529
14530 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
14531
14532 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
14533
14534 * textmodes/flyspell.el (flyspell-word): Fix char offset for
14535 forged Ispell output (Bug#7904).
14536
14537 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
14538
14539 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14540
14541 * doc-view.el: Avoid ugly errors about not finding nil.
14542 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
14543 (doc-view-dvipdf-program, doc-view-unoconv-program)
14544 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
14545 Avoid nil or absolute file name as default value.
14546 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
14547
14548 2011-10-28 Alan Mackenzie <acm@muc.de>
14549
14550 * progmodes/cc-defs.el (c-version): -> 5.32.2.
14551
14552 2011-10-28 Alan Mackenzie <acm@muc.de>
14553
14554 Amend the handling of c-beginning/end-of-defun in nested declaration
14555 scopes.
14556
14557 * progmodes/cc-vars.el (c-defun-tactic): Move here from
14558 cc-langs.el. Change it to a defcustom.
14559
14560 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
14561 cc-vars.el.
14562
14563 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14564 Prevent "class foo : bar" being spuriously recognized as a label.
14565
14566 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
14567 Add parameter `inclusive' (to include enclosing braces in the region).
14568 (c-widen-to-enclosing-decl-scope): New function.
14569 (c-while-widening-to-decl-block): New macro.
14570 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
14571 outward for defun boundaries, and correspondingly change symbol
14572 `respect-enclosure' to `go-outward'.
14573 (c-declaration-limits): Change algorithm to report only the "innermost"
14574 defun's boundaries.
14575
14576 2011-10-28 Deniz Dogan <deniz@dogan.se>
14577
14578 * net/rcirc.el (rcirc-mode): Use hard newlines.
14579
14580 2011-10-28 Alan Mackenzie <acm@muc.de>
14581
14582 Amend to indent and fontify macros "which include their own semicolon"
14583 correctly, using the "virtual semicolon" mechanism.
14584
14585 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
14586
14587 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
14588 Recode to scan one line at a time rather than having \n and \r
14589 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
14590 (c-forward-label): Amend for virtual semicolons.
14591 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
14592
14593 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
14594 of the new C macros.
14595
14596 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
14597 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
14598 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
14599 (c-opt-cpp-macro-define): Make into a full language variable.
14600 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
14601 AWK Mode (including \n, \r) removed, no longer needed.
14602
14603 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
14604 Invoke c-make-macro-with-semi-re.
14605
14606 * progmodes/cc-vars.el (c-macro-with-semi-re):
14607 (c-macro-names-with-semicolon): New variables.
14608 (c-make-macro-with-semi-re): New function.
14609
14610 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14611
14612 * vc/log-edit.el: Fill empty field rather than adding new one.
14613 (log-edit-add-field): New function.
14614 (log-edit-insert-changelog): Use it.
14615
14616 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
14617
14618 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
14619
14620 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14621
14622 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
14623 (gdb--check-interpreter): New function.
14624 (gdb): Use it.
14625
14626 2011-10-27 Glenn Morris <rgm@gnu.org>
14627
14628 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
14629 (least-positive-float, least-negative-float)
14630 (least-positive-normalized-float, least-negative-normalized-float)
14631 (float-epsilon, float-negative-epsilon):
14632 Remove unnecessary declarations.
14633
14634 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
14635 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
14636 (least-positive-float, least-negative-float)
14637 (least-positive-normalized-float, least-negative-normalized-float)
14638 (float-epsilon, float-negative-epsilon): Add doc-strings,
14639 based on those in cl.texi.
14640
14641 * files.el (set-visited-file-name): If the major-mode changed,
14642 reload the local variables. (Bug#9796)
14643
14644 2011-10-27 Chong Yidong <cyd@gnu.org>
14645
14646 * subr.el (change-major-mode-after-body-hook): New hook.
14647 (run-mode-hooks): Run it.
14648
14649 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14650 Use change-major-mode-before-body-hook.
14651
14652 * simple.el (fundamental-mode):
14653 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
14654 change introducing fundamental-mode-hook.
14655
14656 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
14657
14658 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
14659
14660 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
14661
14662 * ido.el (ido-file-name-all-completions-1): Do not require
14663 tramp.el explicitly. (Bug#7583)
14664
14665 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
14666
14667 * progmodes/octave-mod.el:
14668 * progmodes/octave-inf.el: Update maintainer.
14669
14670 2011-10-26 Chong Yidong <cyd@gnu.org>
14671
14672 * subr.el (with-wrapper-hook): Rewrite doc.
14673
14674 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
14675
14676 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
14677 filenames "/method:foo:". (Bug#9793)
14678
14679 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14680
14681 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
14682 (bug#9865).
14683
14684 2011-10-24 Glenn Morris <rgm@gnu.org>
14685
14686 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
14687
14688 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
14689
14690 * notifications.el: Add the requirement of a running D-Bus session
14691 bus to the Commentary.
14692
14693 2011-10-24 Juri Linkov <juri@jurta.org>
14694
14695 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14696 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
14697 (Bug#9364)
14698
14699 2011-10-24 Juri Linkov <juri@jurta.org>
14700
14701 * info.el (Info-following-node-name-re): Add newline to the list
14702 of allowed characters for leading space. (Bug#9824)
14703
14704 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14705
14706 * progmodes/octave-inf.el (inferior-octave-mode-map):
14707 Fix C-c C-h binding.
14708 * progmodes/octave-mod.el (octave-help): Remove.
14709
14710 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
14711
14712 Sync with Tramp 2.2.3.
14713
14714 * net/tramp-cache.el (top): Pacify byte-compiler using
14715 `init-file-user' and `site-run-file'.
14716
14717 * net/trampver.el: Update release number.
14718
14719 2011-10-23 Chong Yidong <cyd@gnu.org>
14720
14721 * files.el (toggle-read-only): Remove obsolete comment about
14722 version control.
14723
14724 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
14725 for toggle-read-only. Note that this hasn't called vc-next-action
14726 since 2008-05-02, though it wasn't documented at the time.
14727
14728 * vc/ediff-init.el (ediff-toggle-read-only-function):
14729 Use toggle-read-only.
14730
14731 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
14732
14733 Fix bug #9560, sporadic wrong indentation; improve instrumentation
14734 of c-parse-state.
14735
14736 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
14737 correct faulty logical expression.
14738 (c-parse-state-state, c-record-parse-state-state):
14739 (c-replay-parse-state-state): New defvar/defuns.
14740 (c-debug-parse-state): Use new functions.
14741
14742 2011-10-22 Martin Rudalics <rudalics@gmx.at>
14743
14744 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
14745 last fix. Use window-in-direction correctly.
14746
14747 2011-10-21 Chong Yidong <cyd@gnu.org>
14748
14749 * progmodes/idlwave.el (idlwave-mode):
14750 * progmodes/vera-mode.el (vera-mode): No need to set
14751 require-final-newline; that's done in prog-mode.
14752 Suggested by Stefan Monnier.
14753
14754 2011-10-21 Martin Rudalics <rudalics@gmx.at>
14755
14756 * mouse.el (mouse-drag-window-above)
14757 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
14758 (mouse-drag-mode-line-1, mouse-drag-header-line)
14759 (mouse-drag-vertical-line-rightward-window): Remove.
14760 (mouse-drag-line): New function.
14761 (mouse-drag-mode-line, mouse-drag-header-line)
14762 (mouse-drag-vertical-line): Call mouse-drag-line.
14763 * window.el (window-at-side-p, windows-at-side): New functions.
14764
14765 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
14766
14767 * tar-mode.el (tar-grind-file-mode):
14768 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
14769
14770 2011-10-21 Chong Yidong <cyd@gnu.org>
14771
14772 * progmodes/idlwave.el (idlwave-mode):
14773 * progmodes/vera-mode.el (vera-mode):
14774 Use mode-require-final-newline.
14775
14776 2011-10-20 Glenn Morris <rgm@gnu.org>
14777
14778 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
14779
14780 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
14781
14782 * emulation/cua-base.el (cua-set-mark): Fix case of string.
14783
14784 2011-10-20 Chong Yidong <cyd@gnu.org>
14785
14786 * emulation/cua-base.el (cua-mode):
14787 * mail/footnote.el (footnote-mode):
14788 * mail/mailabbrev.el (mail-abbrevs-mode):
14789 * net/xesam.el (xesam-minor-mode):
14790 * progmodes/bug-reference.el (bug-reference-mode):
14791 * progmodes/cap-words.el (capitalized-words-mode):
14792 * progmodes/compile.el (compilation-minor-mode)
14793 (compilation-shell-minor-mode):
14794 * progmodes/gud.el (gud-tooltip-mode):
14795 * progmodes/hideif.el (hide-ifdef-mode):
14796 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
14797 * progmodes/subword.el (subword-mode):
14798 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14799 * progmodes/which-func.el (which-function-mode):
14800 * term/tvi970.el (tvi970-set-keypad-mode):
14801 * term/vt100.el (vt100-wide-mode):
14802 * textmodes/flyspell.el (flyspell-mode):
14803 * textmodes/ispell.el (ispell-minor-mode):
14804 * textmodes/nroff-mode.el (nroff-electric-mode):
14805 * textmodes/paragraphs.el (use-hard-newlines):
14806 * textmodes/refill.el (refill-mode):
14807 * textmodes/reftex.el (reftex-mode):
14808 * textmodes/rst.el (rst-minor-mode):
14809 * textmodes/sgml-mode.el (html-autoview-mode)
14810 (sgml-electric-tag-pair-mode):
14811 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
14812 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
14813 * emulation/crisp.el (crisp-mode):
14814 * emacs-lisp/eldoc.el (eldoc-mode):
14815 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
14816 minor mode behavior.
14817
14818 2011-10-19 Juri Linkov <juri@jurta.org>
14819
14820 * descr-text.el (describe-char): Add #x2010 and #x2011 to
14821 the list of hard-coded chars with escape-glyph face.
14822
14823 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14824
14825 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
14826
14827 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
14828
14829 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
14830 running process.
14831
14832 2011-10-19 Glenn Morris <rgm@gnu.org>
14833
14834 * vc/vc-bzr.el (vc-bzr-after-dir-status):
14835 Ignore ignored files. (Bug#9726)
14836
14837 2011-10-19 Chong Yidong <cyd@gnu.org>
14838
14839 Doc fix for minor modes, stating that an omitted argument enables
14840 the mode unconditionally when called from Lisp.
14841
14842 * abbrev.el (abbrev-mode):
14843 * allout.el (allout-mode):
14844 * autoinsert.el (auto-insert-mode):
14845 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14846 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14847 (global-auto-revert-mode):
14848 * battery.el (display-battery-mode):
14849 * composite.el (global-auto-composition-mode)
14850 (auto-composition-mode):
14851 * delsel.el (delete-selection-mode):
14852 * desktop.el (desktop-save-mode):
14853 * dired-x.el (dired-omit-mode):
14854 * dirtrack.el (dirtrack-mode):
14855 * doc-view.el (doc-view-minor-mode):
14856 * double.el (double-mode):
14857 * electric.el (electric-indent-mode, electric-pair-mode):
14858 * emacs-lock.el (emacs-lock-mode):
14859 * epa-hook.el (auto-encryption-mode):
14860 * follow.el (follow-mode):
14861 * font-core.el (font-lock-mode):
14862 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
14863 * help.el (temp-buffer-resize-mode):
14864 * hilit-chg.el (highlight-changes-mode)
14865 (highlight-changes-visible-mode):
14866 * hi-lock.el (hi-lock-mode):
14867 * hl-line.el (hl-line-mode, global-hl-line-mode):
14868 * icomplete.el (icomplete-mode):
14869 * ido.el (ido-everywhere):
14870 * image-file.el (auto-image-file-mode):
14871 * image-mode.el (image-minor-mode):
14872 * iswitchb.el (iswitchb-mode):
14873 * jka-cmpr-hook.el (auto-compression-mode):
14874 * linum.el (linum-mode):
14875 * longlines.el (longlines-mode):
14876 * master.el (master-mode):
14877 * mb-depth.el (minibuffer-depth-indicate-mode):
14878 * menu-bar.el (menu-bar-mode):
14879 * minibuf-eldef.el (minibuffer-electric-default-mode):
14880 * mouse-sel.el (mouse-sel-mode):
14881 * msb.el (msb-mode):
14882 * mwheel.el (mouse-wheel-mode):
14883 * outline.el (outline-minor-mode):
14884 * paren.el (show-paren-mode):
14885 * recentf.el (recentf-mode):
14886 * reveal.el (reveal-mode, global-reveal-mode):
14887 * rfn-eshadow.el (file-name-shadow-mode):
14888 * ruler-mode.el (ruler-mode):
14889 * savehist.el (savehist-mode):
14890 * scroll-all.el (scroll-all-mode):
14891 * scroll-bar.el (scroll-bar-mode):
14892 * server.el (server-mode):
14893 * shell.el (shell-dirtrack-mode):
14894 * simple.el (auto-fill-mode, transient-mark-mode)
14895 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
14896 (line-number-mode, column-number-mode, size-indication-mode)
14897 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
14898 * strokes.el (strokes-mode):
14899 * time.el (display-time-mode):
14900 * t-mouse.el (gpm-mouse-mode):
14901 * tool-bar.el (tool-bar-mode):
14902 * tooltip.el (tooltip-mode):
14903 * type-break.el (type-break-mode-line-message-mode)
14904 (type-break-query-mode):
14905 * view.el (view-mode):
14906 * whitespace.el (whitespace-mode, whitespace-newline-mode)
14907 (global-whitespace-mode, global-whitespace-newline-mode):
14908 * xt-mouse.el (xterm-mouse-mode): Doc fix.
14909
14910 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14911 Fix autogenerated docstring.
14912
14913 2011-10-19 Juri Linkov <juri@jurta.org>
14914
14915 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
14916 by checking environment variables "DESKTOP_SESSION" and
14917 "XDG_CURRENT_DESKTOP". (Bug#9779)
14918
14919 2011-10-19 Juri Linkov <juri@jurta.org>
14920
14921 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
14922 (browse-url-chromium-program, browse-url-chromium-arguments):
14923 New defcustoms.
14924 (browse-url-default-browser): Check for `browse-url-chromium' and
14925 call `browse-url-chromium-program'.
14926 (browse-url-chromium): New command. (Bug#9779)
14927
14928 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
14929
14930 * facemenu.el (list-colors-duplicates): On Windows, detect more
14931 duplicates by assuming that only colors matching "^System" are
14932 special "system colors". (Bug#9722)
14933
14934 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14935
14936 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
14937 to distinguish the author from the committer.
14938
14939 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
14940
14941 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
14942
14943 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
14944
14945 * international/mule.el (sgml-html-meta-auto-coding-function):
14946 Add support for detecting encoding in HTML5 specified only as
14947 <meta charset="UTF-8">. Implementation just makes http-equiv and
14948 content-type parts from HTML4 encoding string optional. (Bug#9716)
14949
14950 2011-10-18 Glenn Morris <rgm@gnu.org>
14951
14952 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
14953
14954 2011-10-18 Chong Yidong <cyd@gnu.org>
14955
14956 * faces.el (cursor): Doc fix.
14957
14958 2011-10-17 Chong Yidong <cyd@gnu.org>
14959
14960 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
14961
14962 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
14963
14964 * dirtrack.el (dirtrack): Support shell buffers with path
14965 prefixes, e.g. tramp-based remote shells. (Bug#9647)
14966
14967 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
14968
14969 * json.el: Bump version to 1.3 and note change in History.
14970 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
14971
14972 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14973
14974 * comint.el (comint-insert-input, comint-send-input)
14975 (comint-get-old-input-default, comint-backward-matching-input)
14976 (comint-next-prompt): Use nil instead of `input' for field property of
14977 past user input (bug#114).
14978
14979 * minibuffer.el (completion--replace): Inherit surrounding properties
14980 (bug#114).
14981 (minibuffer-complete-and-exit): Use it.
14982
14983 * comint.el (comint--table-subvert): Quote the all-completions output
14984 (bug#9160).
14985
14986 2011-10-17 Martin Rudalics <rudalics@gmx.at>
14987
14988 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
14989
14990 * menu-bar.el (menu-bar-file-menu): Add entry for making new
14991 window on right of selected. (Bug#9350) Reword other window
14992 entries and separate them from frame entries.
14993
14994 2011-10-15 Glenn Morris <rgm@gnu.org>
14995
14996 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
14997 Doc fixes.
14998
14999 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
15000
15001 * net/network-stream.el (network-stream-open-starttls):
15002 Improve detection of failure due to lack of TLS support.
15003
15004 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
15005 putting the input text in front and in bold.
15006
15007 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15008
15009 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
15010
15011 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
15012 empty buffer.
15013
15014 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
15015 unread-command-events rather than pushing yet-another event.
15016
15017 2011-10-14 Eli Zaretskii <eliz@gnu.org>
15018
15019 * mail/sendmail.el (sendmail-query-once): Improve the wording of
15020 the explanation of the possible choices. Make the options passed
15021 to completing-read shorter.
15022
15023 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15024
15025 * textmodes/flyspell.el (flyspell-large-region): Make sure
15026 extended character mode is used if defined (Bug#1339).
15027
15028 2011-10-13 Eli Zaretskii <eliz@gnu.org>
15029
15030 * simple.el (what-cursor-position): Fix the display of the
15031 character info for LRE, LRO, RLE, and RLO characters by appending
15032 an invisible PDF.
15033
15034 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
15035
15036 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
15037 even in case of error; add debug spec; simplify data flow.
15038 (with-timeout-handler): Remove.
15039
15040 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
15041
15042 Fix Bug#6019, Bug#9315.
15043
15044 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
15045 complete `buffer-file-name', the local file name part could look
15046 remotely (for example on VMS).
15047
15048 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
15049 `tramp-run-real-handler'.
15050 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
15051 already quoted by '"'.
15052
15053 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
15054 Let `file-name-handler-alist' be nil, the local file name part
15055 could look remotely (for example on VMS).
15056
15057 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15058
15059 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
15060 from here...
15061 (flyspell-post-command-hook): ...to here.
15062
15063 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15064
15065 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
15066 if not needed.
15067 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
15068 using completion. Protect against "slow" callers.
15069 Remove the "message hack".
15070
15071 2011-10-11 Juri Linkov <juri@jurta.org>
15072
15073 * isearch.el (isearch-lazy-highlight-word): New variable.
15074 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
15075 Use it. (Bug#9727)
15076
15077 2011-10-11 Glenn Morris <rgm@gnu.org>
15078
15079 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
15080 like f90-previous-statement does.
15081
15082 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15083
15084 * eshell/eshell.el (eshell-command): History should be saved
15085 only in interactive use, to avoid error.
15086
15087 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15088
15089 * minibuffer.el (completion-file-name-table): Fix last change,
15090 i.e. ignore normal errors but not the other ones.
15091
15092 2011-10-10 Martin Rudalics <rudalics@gmx.at>
15093
15094 * window.el (special-display-buffer-names)
15095 (special-display-regexps): Remove some remnants of earlier
15096 changes from doc-strings.
15097 (quit-windows-on): New function.
15098
15099 * vc/vc.el (vc-revert, vc-rollback):
15100 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
15101 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
15102 (Bug#6183) (Bug#7074) (Bug#7447)
15103
15104 2011-10-09 Martin Rudalics <rudalics@gmx.at>
15105
15106 * window.el (frame-auto-hide-function): Add version tag.
15107 (Bug#9699)
15108
15109 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
15110
15111 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
15112 condition.
15113
15114 2011-10-09 Leo Liu <sdl.web@gmail.com>
15115
15116 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
15117 (Bug#9701)
15118
15119 2011-10-08 Glenn Morris <rgm@gnu.org>
15120
15121 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
15122 before the first code statement zero indent. (Bug#9690)
15123
15124 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
15125
15126 * simple.el (count-words-region): Always count in the region.
15127 Report the number of lines and characters too.
15128 (count-words): New command, which counts in the buffer if the
15129 region is inactive, as count-words-region used to.
15130 (count-words--message): New function. Handle plurals.
15131 (count-lines-region): Make it an alias for count-words-region.
15132
15133 * bindings.el (esc-map): Replace count-lines-region with
15134 count-words-region.
15135
15136 2011-10-08 Martin Rudalics <rudalics@gmx.at>
15137
15138 * window.el (window--delete): Delete dedicated frame
15139 unconditionally when argument KILL is non-nil. (Bug#9699)
15140 (switch-to-buffer): Fix doc-string typo.
15141
15142 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15143
15144 * eshell/eshell.el (eshell-command): Avoid using hooks.
15145
15146 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
15147
15148 * bindings.el ([M-left],[M-right]): Bind to left-word and
15149 right-word respectively.
15150
15151 2011-10-07 Glenn Morris <rgm@gnu.org>
15152
15153 * cus-start.el (debug-on-quit): Fix custom type.
15154
15155 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15156
15157 * subr.el (define-key-after): Clarify that the function is not
15158 useful for non-menu keymaps.
15159
15160 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
15161
15162 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15163
15164 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
15165 in current minibuffer (Fix bug with recursive minibuffers).
15166
15167 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
15168
15169 * progmodes/gdb-mi.el (gdb): Doc fix.
15170
15171 2011-10-05 Martin Rudalics <rudalics@gmx.at>
15172
15173 * window.el (frame-auto-hide-function): New option replacing
15174 frame-auto-delete. Suggested by Stefan Monnier.
15175 (window--delete): Call frame-auto-hide-function instead of
15176 investigating frame-auto-delete.
15177 (window-point-1, set-window-point-1): New functions.
15178 (window-in-direction, record-window-buffer, window-state-get-1)
15179 (display-buffer-record-window): Use window-point-1 instead of
15180 window-point.
15181 (set-window-buffer-start-and-point): Use set-window-point-1.
15182
15183 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15184
15185 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
15186
15187 2011-10-05 Glenn Morris <rgm@gnu.org>
15188
15189 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
15190 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
15191
15192 2011-10-05 Leo Liu <sdl.web@gmail.com>
15193
15194 * subr.el (read-char-choice): Fix argument to buffer-live-p which
15195 works with buffer object.
15196
15197 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15198
15199 * mpc.el (mpc-tool-bar-map): Add labels.
15200
15201 2011-10-04 Glenn Morris <rgm@gnu.org>
15202
15203 * calendar/holidays.el (calendar-check-holidays): Doc fix.
15204
15205 2011-10-04 Martin Rudalics <rudalics@gmx.at>
15206
15207 * window.el (window--delete): New function.
15208 (frame-auto-delete): Resuscitate option.
15209 (bury-buffer, replace-buffer-in-windows)
15210 (quit-window): Rewrite using window--delete.
15211 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15212 Pass display-buffer-mark-dedicated to window--display-buffer-2
15213 (Bug#9639).
15214
15215 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15216
15217 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
15218 returns a list (bug#9554). Add remote file name completion.
15219 * comint.el (comint--table-subvert): Curry and get quote&unquote
15220 functions as arguments.
15221 (comint--complete-file-name-data): Adjust call accordingly.
15222 * pcomplete.el (pcomplete--table-subvert): Remove.
15223 (pcomplete-completions-at-point): Use comint--table-subvert instead.
15224
15225 * minibuffer.el (completion-table-case-fold): Use currying.
15226 (completion--styles-type, completion--cycling-threshold-type):
15227 New constants.
15228 (completion-styles, completion-category-overrides)
15229 (completion-cycle-threshold): Use them.
15230 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
15231 completion-table-case-fold.
15232
15233 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
15234
15235 * minibuffer.el (completion-category-overrides): Fix type of styles
15236 and add more user friendly tags (bug#9660).
15237
15238 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15239
15240 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
15241 (mule-input-method-string): New widget.
15242 (default-input-method, language-info-custom-alist): Use it.
15243
15244 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15245
15246 * pcomplete.el: Require comint.
15247 (pcomplete--common-suffix): Remove.
15248 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
15249 (pcomplete--table-subvert): Sync with comint--table-subvert.
15250 (pcomplete--entries): Use comint-completion-file-name-table.
15251 * comint.el (comint-unquote-filename): Simplify.
15252 (comint-completion-file-name-table): New function (bug#9616).
15253 (comint--complete-file-name-data): Use it.
15254
15255 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
15256 (pcmpl-gnu-tar-buffer): Remove.
15257 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
15258 around. Make sure pcomplete-suffix-list is only changed temporarily.
15259 Don't look inside the tar's file if it's too large.
15260
15261 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
15262
15263 * cus-edit.el (custom-mode-map):
15264 * epa.el (epa-key-list-mode-map):
15265 * man.el (Man-mode-map):
15266 * startup.el (splash-screen-keymap):
15267 * simple.el (special-mode-map): Use scroll-up-command and
15268 scroll-down-command.
15269
15270 * progmodes/idlw-help.el (idlwave-help-mode-map):
15271 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
15272 * net/newst-plainview.el (newsticker-mode-map):
15273 * emulation/ws-mode.el (wordstar-mode-map):
15274 * emulation/vi.el (vi-com-map):
15275 * calc/calc-graph.el (calc-graph-show-dumb):
15276 * term/sun.el (terminal-init-sun):
15277 * term/ns-win.el (global-map):
15278 * progmodes/grep.el (grep-mode-map):
15279 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
15280 * mail/rmail.el (rmail-mode-map):
15281 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
15282
15283 * custom.el (custom-safe-themes, load-theme): Treat value of t for
15284 custom-safe-themes as special.
15285
15286 2011-10-01 Julien Danjou <julien@danjou.info>
15287
15288 * notifications.el (notifications-notify): Fix docstring.
15289
15290 2011-10-01 Per Starbäck <per@starback.se>
15291
15292 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
15293
15294 2011-09-30 Martin Rudalics <rudalics@gmx.at>
15295
15296 * startup.el (command-line-1): Fix last fix by inserting
15297 initial-scratch-message into *scratch* before displaying it.
15298 (Bug#9605) and (Bug#9636)
15299
15300 2011-09-29 Eli Zaretskii <eliz@gnu.org>
15301
15302 * simple.el (line-move): If auto-hscroll-mode is disabled and the
15303 window is hscrolled, move by logical lines. (Bug#9607)
15304 (line-move-visual): Update the doc string to the above effect.
15305
15306 2011-09-29 Martin Rudalics <rudalics@gmx.at>
15307
15308 * window.el (display-buffer-record-window): When WINDOW is the
15309 selected window use `point' instead of `window-point'. (Bug#9626)
15310
15311 * startup.el (command-line-1): Use insert-before-markers when
15312 inserting initial-scratch-message. (Bug#9605)
15313
15314 * help.el (help-window): Remove variable.
15315
15316 2011-09-29 Glenn Morris <rgm@gnu.org>
15317
15318 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
15319
15320 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
15321
15322 * descr-text.el (describe-char-categories): Accept category
15323 descriptions more than one line long.
15324
15325 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
15326
15327 * simple.el (delete-trailing-whitespace): Fix last change.
15328
15329 * progmodes/perl-mode.el (perl-syntax-propertize-function):
15330 Don't confuse "y => 3" as the beginning of a `y' operation.
15331
15332 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
15333 object has more than 4 slots (bug#9613).
15334
15335 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
15336
15337 * subr.el (with-output-to-temp-buffer):
15338 * net/quickurl.el (quickurl, quickurl-browse-url):
15339 Fix typos in docstrings.
15340
15341 2011-09-27 Eli Zaretskii <eliz@gnu.org>
15342
15343 * minibuffer.el (completion-styles)
15344 (completion-category-overrides): Cross reference each other in doc
15345 strings.
15346
15347 2011-09-27 Glenn Morris <rgm@gnu.org>
15348
15349 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
15350 to split-string. (Bug#9606)
15351
15352 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15353
15354 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
15355 (bug#9615).
15356
15357 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
15358
15359 * emacs-lisp/package.el (list-packages): Fix echo area message.
15360
15361 2011-09-27 Leo Liu <sdl.web@gmail.com>
15362
15363 * ido.el (ido-read-internal): Accept cons cell HIST arg.
15364
15365 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
15366
15367 * net/dbus.el (dbus-unregister-object): Don't release services for
15368 registered signals. (Bug#9581)
15369
15370 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
15371
15372 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
15373 function that picks between cfengine 2 and 3 support
15374 automatically. Update docs accordingly.
15375
15376 2011-09-22 Kenichi Handa <handa@m17n.org>
15377
15378 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
15379 ZERO.
15380 (indian-itrans-v5-table-for-tamil): New variable.
15381 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
15382
15383 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
15384
15385 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
15386 that's true if the current command involved collapsing of text.
15387 It's reset to false at the beginning of the next command.
15388 (allout-post-command-business): Move the cursor to the beginning
15389 of entry if the cursor is hidden and collapsing activity just
15390 happened.
15391
15392 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
15393
15394 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
15395 tracking (Bug#9541).
15396
15397 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
15398
15399 * net/newst-reader.el (newsticker-html-renderer)
15400 (newsticker-show-news): Automatically load html rendering package
15401 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
15402 because w3m-fill-column is let-bound" and the error "Symbol's value
15403 as variable is void: w3m-fill-column".
15404
15405 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
15406
15407 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
15408 Release services only if they are defined. (Bug#9581)
15409
15410 2011-09-23 Richard Stallman <rms@gnu.org>
15411
15412 * textmodes/paragraphs.el (forward-sentence): For backwards case,
15413 distinguish start of paragraph from start of its text.
15414
15415 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
15416
15417 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
15418 (rmail-generate-viewer-buffer): Put that hook on view buffer.
15419 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
15420
15421 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
15422
15423 * international/mule-diag.el (mule-diag): Insert a newline after
15424 each fontset description.
15425
15426 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15427
15428 * simple.el (delete-trailing-whitespace):
15429 Document last change; simplify.
15430
15431 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
15432
15433 * simple.el (delete-trailing-whitespace): Also delete
15434 extra newlines at the end of the buffer.
15435
15436 * textmodes/picture.el: Make motion commands obey shift-select-mode.
15437 (picture-newline): Use forward-line so as to ignore fields.
15438
15439 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15440
15441 * subr.el (with-wrapper-hook): Fix edebug spec.
15442
15443 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15444
15445 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
15446 (bug#4538).
15447
15448 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
15449
15450 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
15451 Fix nasty bug using wrong cached values.
15452
15453 2011-09-23 Alan Mackenzie <acm@muc.de>
15454
15455 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
15456
15457 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
15458
15459 * window.el (pop-to-buffer): Ensure right window is selected if we
15460 chose another frame.
15461
15462 2011-09-22 Eli Zaretskii <eliz@gnu.org>
15463
15464 * simple.el (what-cursor-position): Use get-char-property-change
15465 and next-single-char-property-change, to be able to show display
15466 properties that come from overlays as well as text properties.
15467
15468 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
15469
15470 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
15471
15472 * cmuscheme.el (run-scheme, switch-to-scheme):
15473 * cus-edit.el (customize-group, custom-buffer-create)
15474 (customize-browse):
15475 * info.el (info):
15476 * shell.el (shell):
15477 * mail/sendmail.el (mail):
15478 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
15479
15480 2011-09-22 Richard Stallman <rms@gnu.org>
15481
15482 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
15483 move back only to line beg, don't move back over blank lines.
15484
15485 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
15486
15487 * files.el (copy-directory): Set directory attributes only in case
15488 they could be retrieved from the source directory. (Bug#9565)
15489
15490 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
15491
15492 * progmodes/hideshow.el (hs-looking-at-block-start-p)
15493 (hs-find-block-beginning, hs-hide-level-recursive):
15494 Ignore strings as well as comments. (Bug#9502)
15495
15496 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
15497
15498 * progmodes/sql.el (sql-comint-postgres):
15499 Convert port number to a string. (Bug#9566)
15500
15501 2011-09-22 Martin Rudalics <rudalics@gmx.at>
15502
15503 * window.el (quit-window): Undedicate window when switching to
15504 previous buffer. Reported by Thierry Volpiatto
15505 <thierry.volpiatto@gmail.com>.
15506 (special-display-popup-frame): When popping up a new frame reset
15507 its previous buffers to nil. Simplify code.
15508
15509 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
15510
15511 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
15512 and process filter, as done also in `shell-command'.
15513
15514 2011-09-21 Martin Rudalics <rudalics@gmx.at>
15515
15516 * window.el (set-window-buffer-start-and-point):
15517 Call set-window-start with NOFORCE argument t.
15518 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
15519 (quit-window): Reword doc-string. Handle new format of
15520 quit-restore parameter. Don't delete window if it has a
15521 previous buffer we can show instead of the present one.
15522 (display-buffer-record-window): Rewrite using a new format for
15523 the quit-restore window parameter
15524 (special-display-popup-frame, display-buffer-same-window)
15525 (display-buffer-reuse-window, display-buffer-pop-up-frame)
15526 (display-buffer-pop-up-window, display-buffer-use-some-window):
15527 Adapt symbol passed to display-buffer-record-window.
15528 * help.el (help-window-setup): Handle new format of quit-restore
15529 parameter.
15530
15531 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15532
15533 * faces.el (face-list): Fix docstring (bug#9564).
15534
15535 * window.el (display-buffer--action-function-custom-type):
15536 Don't include internal functions in the Custom interface.
15537
15538 2011-09-20 Juri Linkov <juri@jurta.org>
15539
15540 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
15541 (Info-forward-node, Info-backward-node, Info-next-preorder)
15542 (Info-last-preorder): Use it. (Bug#9528)
15543
15544 2011-09-20 Juri Linkov <juri@jurta.org>
15545
15546 * info.el (Info-last-preorder): Visit last menu item only when
15547 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
15548
15549 2011-09-20 Julien Danjou <julien@danjou.info>
15550
15551 * password-cache.el (password-cache-remove): Remove entries even if the
15552 value is nil, so that password with a nil value (negative caching) is
15553 possible to invalidate.
15554
15555 2011-09-20 Lawrence Mitchell <wence@gmx.li>
15556
15557 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
15558 all whitespace around breakpoint. (Bug#9553)
15559 (f90-find-breakpoint): Only break at whitespace inside a comment.
15560
15561 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15562
15563 * minibuffer.el (completion-file-name-table): Keep track of errors.
15564 (completion-table-with-predicate): Handle the case where pred1 is nil.
15565 * pcomplete.el (pcomplete-completions-at-point): Simplify.
15566
15567 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15568
15569 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
15570 (debugger-return-value): Signal an error if the debugging context does
15571 not await any return value.
15572
15573 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
15574 * image-mode.el (image-toggle-display-text)
15575 (image-toggle-display-image): Stay away from evil `intangible'.
15576
15577 2011-09-19 Leo Liu <sdl.web@gmail.com>
15578
15579 * replace.el (occur-revert-arguments): Make it permanent-local.
15580 (occur-mode): Don't call font-lock-defontify.
15581
15582 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
15583
15584 * net/ldap.el (ldap-search-internal): Don't push empty search
15585 result (Bug#9508).
15586
15587 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15588
15589 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
15590
15591 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
15592
15593 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
15594 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
15595
15596 2011-09-18 Juri Linkov <juri@jurta.org>
15597
15598 * buff-menu.el (Buffer-menu-mode-map):
15599 * dired.el (dired-mode-map):
15600 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
15601 (lisp-interaction-mode-map):
15602 * emacs-lisp/package.el (package-menu-mode-map):
15603 * epa.el (epa-key-list-mode-map):
15604 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
15605 (menu-bar-options-menu):
15606 * outline.el (outline-mode-menu-bar-map):
15607 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
15608 * vc/vc-dir.el (vc-dir-menu-map):
15609 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
15610 Capitalize non-function content words in menu item strings.
15611
15612 * dired.el (dired-mode-map): Add menu item for
15613 `image-dired-dired-toggle-marked-thumbs'.
15614
15615 2011-09-18 Juri Linkov <juri@jurta.org>
15616
15617 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
15618 to `isearch-case-fold-search' and restore its original value
15619 after the `isearch-mode' call.
15620
15621 2011-09-18 Juri Linkov <juri@jurta.org>
15622
15623 * progmodes/grep.el (grep-process-setup): Don't check code for 1
15624 because `zgrep' returns 1 for successful matches (bug#9226).
15625
15626 2011-09-18 Juri Linkov <juri@jurta.org>
15627
15628 * info.el (Info-extract-menu-node-name): Check the second match
15629 for empty string (second test-case of bug#9528).
15630 (Info-last-preorder): Let-bind `Info-history' to nil to not add
15631 intermediate nodes to the history (first test-case of bug#9528).
15632
15633 2011-09-18 Juri Linkov <juri@jurta.org>
15634
15635 * info.el (Info-mode-syntax-table): New variable.
15636 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
15637
15638 2011-09-18 Juri Linkov <juri@jurta.org>
15639
15640 * info.el (Info-file-supports-index-cookies):
15641 Increment line-beginning-position's arg from 3 to 4 because makeinfo
15642 outputs one more line for long file names (bug#4142).
15643
15644 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
15645
15646 * newcomment.el (comment-normalize-vars): If prompting for
15647 comment-start, set comment-start-skip too (Bug#8424).
15648
15649 2011-09-18 Johan Bockgård <bojohan@gnu.org>
15650
15651 * icomplete.el: Fix previous fix of Bug#5849.
15652 (icomplete-mode): Don't set completion-show-inline-help.
15653 (icomplete-minibuffer-setup): Set completion-show-inline-help
15654 locally during icompletion.
15655
15656 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
15657
15658 * woman.el (woman2-process-escapes): Don't delete unrecognized
15659 escapes (Bug#7843).
15660
15661 * files.el (inhibit-first-line-modes-regexps): Add image files.
15662 (hack-local-variables-prop-line): Return nil for malformed
15663 prop-lines (Bug#9044).
15664
15665 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
15666
15667 * net/tramp.el (top): Don't require 'shell.
15668 (tramp-methods): Fix docstring.
15669 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
15670 Return complete remote file name. Handle "smb" case.
15671 Use `tramp-tmpdir', if defined for the respective method.
15672 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
15673
15674 * net/tramp-compat.el (top): Require 'shell.
15675
15676 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
15677 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
15678 `tramp-current-host'.
15679 (tramp-get-remote-tmpdir): Remove.
15680
15681 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
15682 `tramp-tmpdir' entries.
15683 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
15684 (tramp-smb-handle-file-attributes): Ignore errors.
15685 (tramp-smb-wait-for-output): Check also for process end.
15686
15687 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15688
15689 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
15690 when sending QUIT (bug#9312).
15691
15692 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
15693
15694 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
15695 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
15696 occur-mode-display-occurrence.
15697 (occur-edit-mode): Add usage message.
15698 (occur-cease-edit): New command.
15699 (occur-after-change-function): Use text properties to find the
15700 position of the prefix text.
15701 (occur-engine): Set stickiness of prefix text properties.
15702
15703 2011-09-17 Glenn Morris <rgm@gnu.org>
15704
15705 * progmodes/etags.el (complete-tag):
15706 Fix call to completion-in-region. (Bug#9526)
15707
15708 2011-09-17 Juri Linkov <juri@jurta.org>
15709
15710 * textmodes/ispell.el (ispell-word): Add to the error message
15711 the word, ispell program name and current dictionary (bug#9121).
15712 (ispell-tex-arg-end): Capitalize "error" in the error message.
15713
15714 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
15715
15716 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
15717 check. (Bug#4251)
15718
15719 2011-09-17 Juri Linkov <juri@jurta.org>
15720
15721 * window.el (window-safe-min-height, window-safe-min-width):
15722 Fix typos (followup to bug#9522).
15723
15724 2011-09-17 Sven Joachim <svenjoac@gmx.de>
15725
15726 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
15727
15728 2011-09-16 Eli Zaretskii <eliz@gnu.org>
15729
15730 * simple.el (line-move): If goal-column is set, move by logical
15731 lines, not by display lines. (Bug#971)
15732 (next-line, previous-line, goal-column, line-move-visual): Doc fix
15733 to reflect the above change.
15734
15735 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15736
15737 * image.el (imagemagick-register-types): Use regexp-opt.
15738
15739 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
15740
15741 * window.el (display-buffer-base-action): Rename from
15742 display-buffer-default-action. Make default value empty.
15743 (display-buffer-overriding-action): Convert to defvar.
15744 (display-buffer-fallback-action): New var.
15745
15746 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
15747
15748 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
15749 declaration.
15750 (package--add-to-archive-contents): If there is a duplicate entry
15751 with an older version, remove it.
15752 (package-menu-mark-delete, package-menu-mark-install)
15753 (package-menu-mark-unmark): Make unused args optional.
15754 (package-menu-mark-obsolete-for-deletion):
15755 Use package-menu-get-status instead of a regexp search.
15756 (package-menu-get-status): Use tabulated-list-entry.
15757 (package-menu-mark-upgrades): New command.
15758 (package-menu-mode-map): Bind it to U. Add it to menu bar.
15759 (package-menu-execute): Do installation before deletion.
15760 (package-menu-refresh, package-menu-execute): Use derived-mode-p
15761 instead of checking major-mode.
15762 (package-menu--find-upgrades): New function.
15763
15764 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15765
15766 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
15767 passwords in the log buffer.
15768 (smtpmail-process-filter): Update the process marker so that the
15769 "broken by peer" status message is inserted in the right place.
15770
15771 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15772
15773 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
15774 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
15775 bibtex-completion-at-point-function.
15776 (bibtex-completion-at-point-function): Use them.
15777
15778 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
15779
15780 * mpc.el (mpc-constraints-tag-lookup): New function.
15781 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
15782 also to browser "album|playlist".
15783
15784 2011-09-14 Juri Linkov <juri@jurta.org>
15785
15786 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
15787 (isearch-edit-string): Use length of `isearch-string' when
15788 `isearch-fail-pos' returns nil.
15789 (isearch-message): Remove duplicate code and call
15790 `isearch-fail-pos' with arg `t'.
15791
15792 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
15793
15794 * replace.el (occur-mode-goto-occurrence): Don't force using other
15795 window (Bug#9499).
15796
15797 * dired-aux.el (dired-do-chmod): Don't provide initial input.
15798
15799 2011-09-14 Martin Rudalics <rudalics@gmx.at>
15800
15801 * window.el (display-buffer-window): Remove.
15802 (display-buffer-record-window): Use help-setup window parameter
15803 instead of variable display-buffer-window.
15804 (display-buffer-function, special-display-buffer-names)
15805 (special-display-function): Mention help-setup parameter instead
15806 of display-buffer-window in doc-string.
15807 * help.el (help-window-setup): New argument help-window.
15808 Use help-window-setup parameter instead of display-buffer-window.
15809 Reword some messages.
15810 (with-help-window): Pass window used for displaying the buffer
15811 to help-window-setup. Don't set display-buffer-window.
15812
15813 2011-09-13 Glenn Morris <rgm@gnu.org>
15814
15815 * emacs-lisp/debug.el (debugger-make-xrefs):
15816 Preserve point. (Bug#9462)
15817
15818 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
15819
15820 * window.el (window-deletable-p): Use next-frame.
15821
15822 2011-09-13 Martin Rudalics <rudalics@gmx.at>
15823
15824 * window.el (window-auto-delete): Remove.
15825 (window-deletable-p): Remove argument FORCE. Don't deal with
15826 dedication and previous buffers.
15827 (switch-to-prev-buffer): Don't delete window.
15828 (delete-windows-on): Delete a window's frame if and only if the
15829 window is dedicated.
15830 (replace-buffer-in-windows): Delete buffer's window or frame if
15831 and only if window is dedicated.
15832 (quit-window): Handle quit-restore as before last change.
15833 (bury-buffer): Delete window only if window-deletable-p returns t.
15834
15835 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
15836
15837 * window.el (window-deletable-p): Never delete the last frame on a
15838 given terminal.
15839
15840 2011-09-13 Glenn Morris <rgm@gnu.org>
15841
15842 * help.el (describe-key-briefly): Copy previous standard-output change.
15843
15844 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
15845
15846 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
15847
15848 2011-09-13 Glenn Morris <rgm@gnu.org>
15849
15850 * emacs-lisp/lisp-mode.el (lisp-indent-function):
15851 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
15852
15853 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
15854
15855 * dired-aux.el (dired-mark-read-string): Don't return default
15856 value on empty input (Bug#9361).
15857 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
15858 Omit initial minibuffer contents.
15859 (dired-do-chmod): Signal an error on empty input.
15860 (dired-mark-read-string): Don't return default on empty input.
15861
15862 * files.el (file-modes-symbolic-to-number): Doc fix.
15863
15864 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15865
15866 * international/mule-cmds.el (ucs-completions): Remove.
15867 (read-char-by-name): Use complete-with-action instead; add metadata.
15868
15869 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
15870
15871 * window.el (display-buffer--action-function-custom-type)
15872 (display-buffer--action-custom-type): New vars.
15873 (display-buffer-alist, display-buffer-default-action)
15874 (display-buffer-overriding-action): Add defcustom types.
15875
15876 * frame.el (delete-other-frames): Doc fix (Bug#276).
15877
15878 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15879
15880 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
15881
15882 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
15883
15884 Change modes that used same-window-* vars to use switch-to-buffer.
15885
15886 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
15887 Use switch-to-buffer.
15888
15889 * cus-edit.el (customize-group, custom-buffer-create)
15890 (customize-browse, custom-buffer-create-other-window):
15891 Use switch-to-buffer or switch-to-buffer-other-window.
15892
15893 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
15894 (Info-prev, Info-up, Info-speedbar-goto-node)
15895 (info-display-manual): Use switch-to-buffer.
15896 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
15897
15898 * mail/sendmail.el (mail): Use switch-to-buffer.
15899 (mail-recover): Use switch-to-buffer-other-window.
15900
15901 * cmuscheme.el (run-scheme, switch-to-scheme):
15902 * ielm.el (ielm):
15903 * shell.el (shell):
15904 * net/rlogin.el (rlogin):
15905 * net/telnet.el (telnet, rsh):
15906 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
15907
15908 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
15909
15910 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
15911
15912 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15913
15914 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
15915 so don't mention it (bug#9301).
15916 (dired-sort-toggle-or-edit): Clarify string further.
15917
15918 * faces.el (face-spec-set-match-display): Make `(type graphic)'
15919 match `x', `w32' and `ns', like the manual says (bug#9029).
15920
15921 * subr.el (eval-after-load): Doc string clarification (bug#9125).
15922 (process-kill-buffer-query-function): Mention the buffer name in
15923 the query.
15924
15925 * image-mode.el (image-next-line): The line parameter is mandatory
15926 (bug#9258).
15927
15928 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
15929 which can be useful (bug#9301).
15930
15931 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
15932
15933 * subr.el (match-string): Mention that the current buffer should
15934 be the same as the search was done in (bug#9282).
15935
15936 * facemenu.el: Disable the remove-* commands if the mark isn't
15937 active (bug#9162).
15938
15939 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
15940
15941 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
15942 of display-buffer.
15943 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
15944
15945 * replace.el (occur-mode-goto-occurrence)
15946 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
15947 and display-buffer.
15948
15949 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
15950 display-buffer.
15951
15952 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
15953 special-display and same-window variables.
15954 (mail-other-window): Use switch-to-buffer-other-window.
15955 (mail-other-frame): USe switch-to-buffer-other-frame.
15956
15957 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
15958 Use display-buffer-other-frame.
15959 (gdb-display-gdb-buffer): Use pop-to-buffer.
15960
15961 * progmodes/gud.el (gud-goto-info): Use info-other-window.
15962
15963 * progmodes/python.el: Don't set same-window-buffer-names.
15964
15965 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
15966
15967 * window.el (display-buffer-alist): Add *Python*.
15968
15969 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
15970
15971 * window.el (display-buffer-alist): Add entry for buffers
15972 previously handled same-window-*.
15973 (display-buffer-alist, display-buffer-default-action)
15974 (display-buffer-overriding-action): Mark as risky.
15975 (display-buffer-alist): Document action function changes.
15976 (display-buffer--same-window-action)
15977 (display-buffer--other-frame-action): New variables.
15978 (switch-to-buffer, display-buffer-other-frame): Use them.
15979 (display-buffer): Rename reuse-frame entry to reusable-frames.
15980 (display-buffer-reuse-selected-window): Function deleted.
15981 (display-buffer-reuse-window): Handle reusable-frames alist entry.
15982 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
15983 (display-buffer-special): New function.
15984 (display-buffer--maybe-pop-up-frame-or-window): Rename from
15985 display-buffer-reuse-or-pop-window. Split off special-display
15986 part into display-buffer-special.
15987 (display-buffer-use-some-window): Don't perform any special
15988 pop-up-frames handling.
15989 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
15990 (display-buffer--maybe-same-window): Rename from
15991 display-buffer-maybe-same-window.
15992
15993 * info.el: Don't set same-window-regexps.
15994 (info-setup): New function.
15995 (info-other-window, info): Call it.
15996
15997 * cus-edit.el: Don't set same-window-regexps.
15998 (customize-group): New argument.
15999 (customize-group-other-window): Use it.
16000 (customize-face, customize-face-other-window): Likewise.
16001 (custom-buffer-create-other-window): Use pop-to-buffer directly.
16002
16003 * net/rlogin.el:
16004 * net/telnet.el:
16005 * progmodes/gud.el: Don't set same-window-regexps.
16006
16007 * cmuscheme.el:
16008 * ielm.el:
16009 * shell.el:
16010 * mail/sendmail.el:
16011 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
16012
16013 2011-09-10 Juri Linkov <juri@jurta.org>
16014
16015 * isearch.el (isearch-edit-string): Remove obsolete mention of
16016 `C-w' (`isearch-yank-word-or-char') from docstring.
16017 (isearch-query-replace): Fix typo in docstring (bug#9466).
16018
16019 2011-09-10 Juri Linkov <juri@jurta.org>
16020
16021 * paren.el (show-paren-function): Don't show escaped parens.
16022 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
16023
16024 2011-09-10 Eli Zaretskii <eliz@gnu.org>
16025
16026 * mail/sendmail.el (mml-to-mime, mml-attach-file)
16027 (mm-default-file-encoding): Remove autoload forms, they are
16028 replaced with autoload cookies in mml.el and mm-encode.el.
16029 (mail-add-attachment): New command.
16030 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
16031 (mail-mode): Mention mail-insert-file and mail-add-attachment in
16032 the doc string.
16033 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
16034
16035 2011-09-10 Reuben Thomas <rrt@sc3d.org>
16036
16037 * simple.el (count-words-region): Use buffer if there's no region
16038 (bug#9429).
16039
16040 2011-09-09 Juri Linkov <juri@jurta.org>
16041
16042 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
16043 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
16044 (wdired-isearch-filter-read-only): New function. (Bug#6362)
16045
16046 2011-09-09 Alan Mackenzie <acm@muc.de>
16047
16048 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
16049 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
16050
16051 2011-09-09 Eli Zaretskii <eliz@gnu.org>
16052
16053 Fix for Savannah bug#9392.
16054 * simple.el (mail-encode-mml): New defvar.
16055
16056 * mail/rmail.el (mail-encode-mml): Add a defvar.
16057 (rmail-enable-mime-composing): Default to t.
16058 (rmail-forward): Use MIME method of forwarding only if both
16059 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
16060 Set mail-encode-mml non-nil if the MIME method was used.
16061
16062 * mail/sendmail.el (mml-to-mime): Add autoload form.
16063 (mail-encode-mml): Add a defvar.
16064 (mail-mode): Make mail-encode-mml buffer-local and initialize it
16065 to nil.
16066 (mail-send): If mail-encode-mml is non-nil, run the outgoing
16067 message through mml-to-mime, and reset mail-encode-mml to nil.
16068
16069 2011-09-09 Glenn Morris <rgm@gnu.org>
16070
16071 * woman.el (woman-if-body): When processing an .el block,
16072 do not delete the next .el block as well. (Bug#9447)
16073 (woman-special-characters): Add oq, cq, and hy characters.
16074
16075 2011-09-08 Martin Rudalics <rudalics@gmx.at>
16076
16077 * window.el (window-deletable-p): Make sure window is live before
16078 invoking window-prev-buffers.
16079
16080 2011-09-08 Leo Liu <sdl.web@gmail.com>
16081
16082 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
16083
16084 2011-09-08 Juri Linkov <juri@jurta.org>
16085
16086 * progmodes/compile.el (compilation-environment): Make it
16087 a defcustom (bug#8340).
16088
16089 2011-09-08 Martin Rudalics <rudalics@gmx.at>
16090
16091 * window.el (frame-auto-delete): Rename to window-auto-delete.
16092 Make it control auto-deletion of windows and/or frames.
16093 (window-deletable-p): New argument FORCE. Rewrite conditions
16094 for deleting window/frame. (Bug#9419)
16095 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
16096 Rewrite handling of case when window/frame can be deleted.
16097 (delete-windows-on): Call window-deletable-p with new FORCE
16098 argument t. (Bug#9456)
16099
16100 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
16101
16102 * help-mode.el (help-mode): Restore autoload.
16103
16104 2011-09-07 Juri Linkov <juri@jurta.org>
16105
16106 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
16107 `compilation-environment'. Set buffer-local
16108 `compilation-environment' to `thisenv' later after (funcall mode).
16109 (Bug#8340)
16110
16111 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
16112 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
16113 instead of replacing its value. (Bug#8340)
16114
16115 2011-09-07 Juri Linkov <juri@jurta.org>
16116
16117 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
16118 based on text properties put by `grep-filter' instead of matching
16119 escape sequences.
16120 (grep-mode): Set buffer-local `compilation-error-screen-columns'
16121 to the value of `grep-error-screen-columns' (bug#9438).
16122
16123 2011-09-07 Juri Linkov <juri@jurta.org>
16124
16125 * simple.el (next-error-highlight, next-error-highlight-no-select):
16126 Doc fix (bug#9432).
16127
16128 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
16129
16130 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16131 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
16132
16133 2011-09-07 Leo Liu <sdl.web@gmail.com>
16134
16135 * net/rcirc.el (rcirc-mode): Conditionally initialize
16136 rcirc-input-ring.
16137
16138 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16139
16140 * emacs-lisp/find-func.el (find-function-C-source): Only set
16141 find-function-C-source-directory after checking that we found a source
16142 file there (bug#9440).
16143
16144 2011-09-06 Alan Mackenzie <acm@muc.de>
16145
16146 * isearch.el (isearch-other-meta-char): Wherever a key list is
16147 unread, "unread" the prefix arg, too. This fixes bug #8901.
16148
16149 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
16150
16151 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
16152
16153 2011-09-05 Juri Linkov <juri@jurta.org>
16154
16155 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
16156
16157 2011-09-05 Juri Linkov <juri@jurta.org>
16158
16159 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
16160 keeping point where processing of grep matches begins, and
16161 continue to delete remaining escape sequences from the same point.
16162 (grep-filter): Make leading zero optional in "0?1;31m" because
16163 git-grep emits "\033[1;31m" escape sequences unlike expected
16164 "\033[01;31m" as GNU Grep does (bug#9408).
16165 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
16166
16167 2011-09-05 Juri Linkov <juri@jurta.org>
16168
16169 * subr.el (y-or-n-p): Capitalize "yes".
16170
16171 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
16172
16173 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
16174 `tramp-cache-unload-hook' where appropriate.
16175 (tramp-methods): Rename `tramp-remote-sh' to
16176 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
16177 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
16178
16179 * net/tramp-sh.el (top): Don't require 'shell.
16180 (tramp-methods): Add `tramp-remote-shell' and
16181 `tramp-remote-shell-args' entries.
16182 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
16183 (tramp-sh-handle-shell-command): Remove.
16184 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16185 Use `tramp-remote-shell'.
16186
16187 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
16188
16189 * mail/sendmail.el (sendmail-query-once-function): Delete.
16190 (sendmail-query-once): Save directly to send-mail-function.
16191 Update message-send-mail-function too.
16192
16193 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
16194
16195 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
16196
16197 * progmodes/python.el (python-mode-map): Use correct function to
16198 start python interpreter from menu-bar (as reported by Geert
16199 Kloosterman).
16200 (inferior-python-mode-map): Fix typo.
16201 (python-shell-map): Remove.
16202
16203 2011-09-03 Deniz Dogan <deniz@dogan.se>
16204
16205 * net/rcirc.el (rcirc-print): Simplify code for
16206 rcirc-scroll-show-maximum-output. There is no need to walk
16207 through all windows to find the right one.
16208
16209 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
16210
16211 * help.el (help-return-method): Doc fix.
16212
16213 2011-09-03 Martin Rudalics <rudalics@gmx.at>
16214
16215 * window.el (window-deletable-p): Don't return a non-nil value
16216 when there's a buffer that was shown in the window before.
16217 (Bug#9419)
16218 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16219 Set window's previous buffers to nil.
16220
16221 2011-09-03 Eli Zaretskii <eliz@gnu.org>
16222
16223 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
16224 newline before and after the tag line, so it doesn't interfere
16225 with determining the paragraph direction of bidirectional text.
16226
16227 2011-09-03 Leo Liu <sdl.web@gmail.com>
16228
16229 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
16230
16231 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
16232
16233 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
16234 (pop-to-buffer): Change interactive spec. Pass second argument
16235 directly to display-buffer.
16236 (display-buffer): Fix interactive spec. Use functionp to
16237 distinguish between a function and a list of functions.
16238
16239 * abbrev.el (edit-abbrevs):
16240 * arc-mode.el (archive-extract):
16241 * autoinsert.el (auto-insert):
16242 * bookmark.el (bookmark-bmenu-list):
16243 * files.el (find-file):
16244 * view.el (view-buffer):
16245 * progmodes/compile.el (compilation-goto-locus):
16246 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
16247
16248 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
16249
16250 * window.el (display-buffer-alist): Doc fix.
16251 (display-buffer): Add docstring. Don't treat
16252 display-buffer-default specially.
16253 (display-buffer-reuse-selected-window)
16254 (display-buffer-same-window, display-buffer-maybe-same-window)
16255 (display-buffer-reuse-window, display-buffer-pop-up-frame)
16256 (display-buffer-pop-up-window)
16257 (display-buffer-reuse-or-pop-window)
16258 (display-buffer-use-some-window): New functions.
16259 (display-buffer-default-action): Use them.
16260 (display-buffer-default): Delete.
16261 (pop-to-buffer-1): Fix choice of actions.
16262
16263 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
16264
16265 * minibuffer.el (completion--insert-strings): Don't get confused by
16266 completion entries that end with an LF char.
16267
16268 2011-09-01 Eli Zaretskii <eliz@gnu.org>
16269
16270 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
16271
16272 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
16273
16274 * window.el (display-buffer): Restore interactive spec.
16275 (display-buffer-same-window, display-buffer-other-window):
16276 New functions.
16277 (pop-to-buffer-1): New function. Use the above.
16278 (pop-to-buffer, pop-to-buffer-same-window): Use it.
16279 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
16280
16281 * view.el (view-buffer-other-window, view-buffer-other-frame):
16282 Just use pop-to-buffer.
16283
16284 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16285
16286 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
16287
16288 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
16289
16290 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
16291
16292 2011-08-31 Richard Stallman <rms@gnu.org>
16293
16294 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
16295 of the separation of rmail-view-buffer from rmail-buffer.
16296 If you say no to "replace original", the decrypt is in the
16297 view buffer. If you say yes, the decrypt goes into the
16298 rmail buffer also.
16299
16300 2011-08-31 Martin Rudalics <rudalics@gmx.at>
16301
16302 * window.el (display-buffer-window): Rewrite doc-string.
16303 (display-buffer-record-window): New function.
16304 (display-buffer-macro-specifiers)
16305 (display-buffer-even-window-sizes, display-buffer-set-height)
16306 (display-buffer-set-width, display-buffer-in-window)
16307 (display-buffer-reuse-window, display-buffer-split-specifiers)
16308 (display-buffer-side-specifiers, display-buffer-split-window-1)
16309 (display-buffer-split-window, display-buffer-split-atom-window)
16310 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
16311 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
16312 (display-buffer-other-window-means-other-frame)
16313 (display-buffer-normalize-special)
16314 (display-buffer-normalize-default)
16315 (display-buffer-normalize-argument)
16316 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
16317 (display-buffer-normalize-specifiers, display-buffer-frame)
16318 (display-buffer-same-window, display-buffer-same-frame)
16319 (display-buffer-other-window)
16320 (display-buffer-same-frame-other-window)
16321 (display-buffer-other-frame, pop-to-buffer-same-window)
16322 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
16323 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
16324 (switch-to-buffer-same-frame)
16325 (switch-to-buffer-other-window-same-frame)
16326 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
16327 (display-buffer-alist-set-1, display-buffer-alist-set-2)
16328 (display-buffer-alist-set): Remove.
16329 (display-buffer-function, special-display-buffer-names)
16330 (special-display-regexps, special-display-function):
16331 In doc-string refer to display-buffer-window and quit-restore
16332 parameter.
16333 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
16334 (special-display-frame-alist, special-display-popup-frame)
16335 (same-window-buffer-names, same-window-regexps, same-window-p)
16336 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16337 (split-window-preferred-function, split-height-threshold)
16338 (split-width-threshold, window-splittable-p)
16339 (split-window-sensibly, window--try-to-split-window)
16340 (window--frame-usable-p, even-window-heights)
16341 (window--even-window-heights, window--display-buffer-1)
16342 (window--display-buffer-2, display-buffer-other-frame):
16343 Restore old Emacs 23 code, order and doc-strings where applicable.
16344 (display-buffer-default, display-buffer-assq-regexp): New functions.
16345 (display-buffer-alist): Rewrite doc-string.
16346 (display-buffer-default-action)
16347 (display-buffer-overriding-action): New variables.
16348 (display-buffer, switch-to-buffer): Rewrite.
16349 (pop-to-buffer): Restore Emacs 23 behavior but use
16350 window-normalize-buffer-to-display.
16351 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
16352 Restore Emacs 23 behavior but use
16353 window-normalize-buffer-to-switch-to.
16354 (pop-to-buffer-same-window): Rewrite.
16355 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
16356 Rewrite using Emacs 23 options.
16357
16358 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
16359
16360 * net/tramp.el (tramp-root-regexp): Remove.
16361 (tramp-completion-file-name-regexp-unified)
16362 (tramp-completion-file-name-regexp-separate)
16363 (tramp-completion-file-name-regexp-url): Don't use leading volume
16364 letter on w32 systems. (Bug#5303, Bug#9311)
16365 (tramp-drop-volume-letter): Simplify definition.
16366 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16367
16368 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16369
16370 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
16371 (bug#9356).
16372
16373 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
16374
16375 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
16376
16377 2011-08-29 Juri Linkov <juri@jurta.org>
16378
16379 * isearch.el (isearch-done): Don't display message "Mark saved"
16380 when arg `edit' is non-nil to prevent its flicker in the echo area.
16381
16382 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
16383
16384 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
16385 obsolete packages for deletion.
16386
16387 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
16388
16389 * help-mode.el (help-mode-map): Add special-mode-map to parent.
16390 (help-mode): Derive help-mode from special-mode. Don't invoke
16391 view-mode from help-mode.
16392 (help-xref-override-view-map): Remove.
16393 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
16394 view-mode is not used anymore.
16395
16396 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
16397
16398 * server.el (server-port): Doc fix.
16399
16400 * cus-theme.el (custom-theme-choose-mode): Inherit from
16401 special-mode (Bug#9124).
16402 (custom-theme-choose-mode-map): Add special-mode to parent.
16403
16404 2011-08-28 Alan Mackenzie <acm@muc.de>
16405
16406 * progmodes/cc-fonts.el
16407 (c-make-font-lock-BO-decl-search-function): New function.
16408 (c-basic-matchers-after - "Fontify the clauses after various
16409 keywords"): Extract the three keyword lists for the 3 erroneous
16410 constructs from the list of four, and use the new function above
16411 in place of an old one.
16412
16413 2011-08-28 Deniz Dogan <deniz@dogan.se>
16414
16415 * net/rcirc.el (rcirc-insert-prev-input)
16416 (rcirc-insert-next-input): Remove unused argument.
16417
16418 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
16419
16420 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
16421
16422 2011-08-27 Alan Mackenzie <acm@muc.de>
16423
16424 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
16425 handle function pointer parameters properly.
16426
16427 2011-08-27 Martin Rudalics <rudalics@gmx.at>
16428
16429 * window.el (display-buffer-reuse-window): Fix case where
16430 selected window was reused with non-nil OTHER-WINDOW argument.
16431 (Bug#9381)
16432
16433 2011-08-27 Deniz Dogan <deniz@dogan.se>
16434
16435 * net/rcirc.el (rcirc-check-auth-status): Adding support for
16436 oftc's NickServ messages.
16437
16438 2011-08-27 Glenn Morris <rgm@gnu.org>
16439
16440 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
16441
16442 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
16443
16444 * emacs-lisp/package.el (package-install): Call package-initialize
16445 if called interactively.
16446
16447 2011-08-26 Leo Liu <sdl.web@gmail.com>
16448
16449 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
16450
16451 2011-08-25 Juri Linkov <juri@jurta.org>
16452
16453 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16454 `search-whitespace-regexp' (bug#9364).
16455
16456 2011-08-25 Juri Linkov <juri@jurta.org>
16457
16458 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
16459 `regexp-search-ring' to their global values to protect from
16460 updating by `read-from-minibuffer' (bug#9185).
16461
16462 2011-08-25 Juri Linkov <juri@jurta.org>
16463
16464 * textmodes/ispell.el (ispell-command-loop): Add newline
16465 at the end of the "Use option `i'..." line.
16466
16467 2011-08-25 Juri Linkov <juri@jurta.org>
16468
16469 * battery.el (display-battery-mode): If `battery-status-function'
16470 or `battery-mode-line-format' is nil, display the message and set
16471 `display-battery-mode' to nil (bug#9363).
16472
16473 2011-08-25 Eli Zaretskii <eliz@gnu.org>
16474
16475 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
16476 bidi-string-mark-left-to-right; they are unnecessary now.
16477
16478 2011-08-25 Deniz Dogan <deniz@dogan.se>
16479
16480 * net/quickurl.el: Documentation typo fixes.
16481
16482 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
16483
16484 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
16485
16486 2011-08-25 Glenn Morris <rgm@gnu.org>
16487
16488 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16489
16490 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
16491 (smtpmail-via-smtp): Handle nil response from smtp.
16492
16493 2011-08-24 Juri Linkov <juri@jurta.org>
16494
16495 * proced.el (proced-marked): Inherit from `error' instead of
16496 `font-lock-warning-face'.
16497
16498 * ibuffer.el (ibuffer-marked-face): Change default face from
16499 `font-lock-warning-face' to `warning'.
16500 (ibuffer-deletion-face): Change default face from
16501 `font-lock-type-face' to `error'.
16502
16503 * battery.el (battery-update): Use the face `error' instead of
16504 `font-lock-warning-face' (bug#6117).
16505
16506 2011-08-24 Juri Linkov <juri@jurta.org>
16507
16508 * faces.el (success): Change face color from "Green3" to
16509 "ForestGreen" on light background (bug#9353).
16510
16511 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
16512
16513 * window.el (quit-window): Rename from quit-restore-window.
16514 Use same arglist as old quit-window.
16515 (frame-auto-delete): Doc fix.
16516
16517 * view.el (view-mode-exit): Use quit-window.
16518
16519 2011-08-24 Juri Linkov <juri@jurta.org>
16520
16521 * isearch.el (isearch-ring-adjust1): Start visiting previous
16522 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
16523 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
16524 for empty search string (when the last search string is reused
16525 automatically) to adjust the isearch ring to the last element and
16526 prepare the correct index for further M-p commands (bug#9185).
16527
16528 2011-08-24 Kenichi Handa <handa@m17n.org>
16529
16530 * international/ucs-normalize.el: If decomposition property of
16531 CHAR is the default one (i.e. a list of CHAR itself), treat it as
16532 nil.
16533 (nfd, nfkd): Likewise.
16534
16535 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16536
16537 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
16538 from process filters aren't reliably transmitted to the surrounding
16539 accept-process-output.
16540 (mpc-proc-check): New function.
16541 (mpc-proc-sync): Use it (bug#8293)
16542
16543 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16544
16545 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
16546 Add compatibility functions (bug#9313).
16547
16548 2011-08-23 Eli Zaretskii <eliz@gnu.org>
16549
16550 * cus-start.el (all): Add entry for bidi-paragraph-direction.
16551
16552 * international/uni-bidi.el: Regenerate.
16553
16554 2011-08-23 Kenichi Handa <handa@m17n.org>
16555
16556 * international/charprop.el:
16557 * international/uni-bidi.el:
16558 * international/uni-category.el:
16559 * international/uni-combining.el:
16560 * international/uni-comment.el:
16561 * international/uni-decimal.el:
16562 * international/uni-decomposition.el:
16563 * international/uni-digit.el:
16564 * international/uni-lowercase.el:
16565 * international/uni-mirrored.el:
16566 * international/uni-name.el:
16567 * international/uni-numeric.el:
16568 * international/uni-old-name.el:
16569 * international/uni-titlecase.el:
16570 * international/uni-uppercase.el: Regenerate.
16571
16572 2011-08-23 Martin Rudalics <rudalics@gmx.at>
16573
16574 * help.el (help-window-setup): Fix message displayed when other
16575 window is reused. (Bug#9341)
16576
16577 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16578
16579 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
16580 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
16581
16582 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
16583 Mark obsolete.
16584 * shell.el (shell-parse-pcomplete-arguments): New function.
16585 (shell-completion-vars): Use it instead (bug#9160).
16586
16587 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16588
16589 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
16590 strings and comments (bug#9333).
16591
16592 * emacs-lisp/debug.el (debug-arglist): New function.
16593 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
16594 (debug-on-entry-1): Handle interpreted closures (bug#9120).
16595
16596 2011-08-22 Juri Linkov <juri@jurta.org>
16597
16598 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16599 Revert regexp that highlights output switches to its old
16600 pre-2010-10-28 value and remove one `?' from it (bug#9319).
16601
16602 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
16603 to check for empty output (bug#9226).
16604
16605 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
16606
16607 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
16608 symbol-constituent as the default, as that stops font-lock from
16609 working properly (Bug#8843).
16610
16611 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16612
16613 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
16614 `coding-system-for-*' around the process open call to avoid
16615 auth-source side effects.
16616 (smtpmail-try-auth-methods): Expand the secret password.
16617 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
16618 probe hangs.
16619
16620 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
16621
16622 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
16623
16624 * emacs-lisp/find-func.el (find-function-noselect): New arg
16625 lisp-only.
16626
16627 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
16628 signal an error for built-in functions (Bug#6664).
16629
16630 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16631
16632 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
16633 (smtpmail-try-auth-methods): Use it.
16634
16635 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
16636
16637 * font-lock.el (font-lock-fontify-region)
16638 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
16639 (font-lock-default-unfontify-buffer)
16640 (font-lock-default-fontify-region)
16641 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
16642
16643 * progmodes/compile.el (compilation-error-properties):
16644 Fix confusion between file struct and message struct (Bug#9319).
16645 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
16646 `ant' regexp.
16647
16648 * net/browse-url.el (browse-url-firefox): Don't call
16649 browse-url-firefox-sentinel unless using -remote (Bug#9328).
16650
16651 2011-08-20 Glenn Morris <rgm@gnu.org>
16652
16653 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
16654
16655 * tutorial.el (tutorial--default-keys): Update some default bindings.
16656
16657 * files.el (hack-local-variables): Fully ignore case for "mode:".
16658
16659 2011-08-20 Alan Mackenzie <acm@muc.de>
16660
16661 Resolve invalid use of a regexp in regexp-opt.
16662
16663 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
16664 detection for a java annotation.
16665
16666 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
16667 detection for a java annotation.
16668
16669 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
16670 handling for java.
16671 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
16672
16673 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
16674
16675 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
16676 (Bug#9274).
16677
16678 2011-08-20 Alan Mackenzie <acm@muc.de>
16679
16680 Fontify CPP expressions correctly when starting in the middle of
16681 such a construct. Mainly for when jit-lock etc. starts a chunk
16682 here.
16683
16684 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
16685 variable.
16686 (c-make-font-lock-search-form): New function, extracted from
16687 c-make-font-lock-search-function.
16688 (c-make-font-lock-search-function): Use the above function.
16689 (c-make-font-lock-context-search-function): New function.
16690 (c-cpp-matchers): Enhance the preprocessor expression case with
16691 the above function
16692 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
16693 which takes an expression.
16694
16695 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
16696
16697 2011-08-20 Martin Rudalics <rudalics@gmx.at>
16698
16699 * window.el (display-buffer-reuse-window)
16700 (display-buffer-pop-up-window): Don't reuse or split a side
16701 window.
16702
16703 2011-08-19 Glenn Morris <rgm@gnu.org>
16704
16705 * files.el (hack-local-variables-prop-line, hack-local-variables):
16706 Downcase "Mode:". (Bug#9331)
16707
16708 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
16709
16710 * international/characters.el: Add L and R categories.
16711
16712 * subr.el (bidi-string-mark-left-to-right): Rename from
16713 string-mark-left-to-right. Use category search.
16714
16715 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
16716
16717 2011-08-18 Juri Linkov <juri@jurta.org>
16718
16719 * faces.el (error, warning, success): New faces with definitions
16720 copied from old default values of `font-lock-warning-face',
16721 `compilation-warning', `compilation-info' (bug#6117).
16722
16723 * font-lock.el (font-lock-warning-face): Inherit from `error'.
16724
16725 * progmodes/compile.el (compilation-error): Inherit from `error'.
16726 (compilation-warning): Inherit from `warning'.
16727 (compilation-info): Inherit from `success'.
16728
16729 * dired.el (dired-marked): Inherit from `warning'.
16730 (dired-flagged): Inherit from `error'.
16731
16732 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16733
16734 * mail/smtpmail.el (auth-source): Require to avoid problems with
16735 binding variables (bug#9298). Also clean up some unused
16736 autoloads.
16737
16738 * net/network-stream.el (network-stream-open-starttls):
16739 Support using starttls.el without using gnutls-cli.
16740
16741 2011-08-17 Juri Linkov <juri@jurta.org>
16742
16743 * progmodes/grep.el (rgrep): Handle the case when
16744 `grep-find-command' is a cons cell (bug#9278).
16745
16746 2011-08-17 Martin Rudalics <rudalics@gmx.at>
16747
16748 * window.el (display-buffer-pop-up-frame): Run frame creation
16749 function with BUFFER current (as special-display-popup-frame
16750 does). Reported by Drew Adams.
16751
16752 2011-08-17 Daiki Ueno <ueno@unixuser.org>
16753
16754 * epa-mail.el: Simplify GnuPG group expansion using
16755 epg-expand-group.
16756 (epa-mail-group-alist, epa-mail-group-modtime)
16757 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
16758 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
16759 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
16760 Remove.
16761
16762 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
16763
16764 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
16765
16766 2011-08-16 Alan Mackenzie <acm@muc.de>
16767
16768 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
16769 Correct, to avoid the inside of macros.
16770
16771 2011-08-16 Richard Stallman <rms@gnu.org>
16772
16773 * epa-mail.el: Handle GnuPG group definitions.
16774 (epa-mail-group-alist, epa-mail-group-modtime)
16775 (epa-mail-gnupg-conf-file): New variables.
16776 (epa-mail-parse-groups, epa-mail-sync-groups)
16777 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
16778 (epa-mail-expand-recipients): New functions.
16779 (epa-mail-encrypt): Call epa-mail-expand-recipients.
16780
16781 * mail/rmail.el (rmail-epa-decrypt): New command.
16782
16783 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
16784 Don't bind buffer-read-only, just inhibit-read-only.
16785 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
16786 (epa-decrypt-armor-in-region): Make error message clearer.
16787
16788 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
16789
16790 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
16791 and "a2b" to "ab" for `prefix'.
16792
16793 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
16794
16795 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
16796 filter groups.
16797 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
16798 Fourquet (Bug#8804).
16799
16800 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
16801
16802 * startup.el (argi): Declare as global variable (bug#9275).
16803
16804 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
16805
16806 * subr.el (string-mark-left-to-right): Search the entire string
16807 for RTL script, not just the terminating character. Doc fix.
16808
16809 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
16810
16811 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
16812 New function.
16813 (js--regexp-literal, js-syntax-propertize-function): Remove.
16814 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
16815 (js-mode-map): Don't rebind electric keys.
16816 (js-insert-and-indent): Remove.
16817 (js-mode): Setup electric-layout and electric-indent instead.
16818
16819 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
16820
16821 2011-08-12 Daiki Ueno <ueno@unixuser.org>
16822
16823 * epa.el (epa-progress-callback-function): Fix the logic of
16824 displaying progress.
16825 * epa-file.el (epa-file-insert-file-contents): Make progress
16826 display more user-friendly.
16827 (epa-file-write-region): Ditto.
16828
16829 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
16830
16831 * subr.el (string-mark-left-to-right): New function.
16832
16833 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
16834 Use string-mark-left-to-right.
16835 (list-buffers-noselect): Caller changed.
16836
16837 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16838 Use string-mark-left-to-right.
16839 (tabulated-list-print): Recenter after moving point.
16840
16841 2011-08-10 Juri Linkov <juri@jurta.org>
16842
16843 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
16844 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
16845 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
16846
16847 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
16848
16849 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
16850 (Bug#7554).
16851
16852 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
16853
16854 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
16855 character. (Bug#6594)
16856
16857 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
16858
16859 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
16860 (image-dired--with-db-file): New macro.
16861 (image-dired-write-tags, image-dired-remove-tag)
16862 (image-dired-create-gallery-lists, image-dired-write-comments)
16863 (image-dired-get-comment, image-dired-mark-tagged-files)
16864 (image-dired-list-tags, image-dired-gallery-generate): Use it.
16865 (image-dired-gallery-generate): Use insert-file-contents.
16866
16867 * time.el (display-time-world-list, display-time-world-display):
16868 * time-stamp.el (time-stamp-string):
16869 * vc/add-log.el (add-change-log-entry): Use setenv instead of
16870 set-time-zone-rule (Bug#7337).
16871
16872 2011-08-08 Daiki Ueno <ueno@unixuser.org>
16873
16874 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
16875 (epg-error-to-string, epg-errors-to-string): New function.
16876 (epg-wait-for-completion): Reverse errors list.
16877 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
16878 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
16879 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
16880 (epg-sign-keys, epg-generate-key-from-file)
16881 (epg-generate-key-from-string): Format errors by using
16882 epg-errors-to-string (bug#9255).
16883 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
16884
16885 2011-08-07 Juri Linkov <juri@jurta.org>
16886
16887 * faces.el (list-faces-display): Remove extra angle bracket
16888 from `help-mode-map'.
16889
16890 * info.el (Info-history-toc-nodes): Doc fix.
16891
16892 * longlines.el (longlines-mode): Doc fix.
16893
16894 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
16895
16896 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
16897 of statements and in a few more cases (bug#9183).
16898
16899 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
16900 New functions.
16901 (cl-transform-lambda): Use them (bug#9239).
16902
16903 2011-08-05 Martin Rudalics <rudalics@gmx.at>
16904
16905 * window.el (display-buffer-same-window)
16906 (display-buffer-same-frame, display-buffer-other-window)
16907 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
16908 (pop-to-buffer-other-window)
16909 (pop-to-buffer-same-frame-other-window)
16910 (pop-to-buffer-other-frame): Make them defuns.
16911 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
16912
16913 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
16914
16915 * subr.el (make-composed-keymap): Move from C. Change calling
16916 convention, and improve docstring to bring attention to a subtle point.
16917 * minibuffer.el (completing-read-default): Adjust accordingly.
16918
16919 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
16920
16921 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
16922 (tramp-open-shell): Use `tramp-shell-quote-argument'.
16923
16924 * net/trampver.el: Update release number.
16925
16926 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
16927
16928 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
16929 "in" (bug#9190).
16930
16931 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16932
16933 * mail/sendmail.el (sendmail-query-once): Restore the current
16934 buffer after querying (bug#9074).
16935
16936 * dired.el (dired-flagged): Use different faces for marked and
16937 flagged files (bug#6117).
16938
16939 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
16940 (bug#4433).
16941
16942 * ido.el (ido-mode): Switch off the message if called
16943 non-interactively.
16944
16945 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
16946 before 587, since it appears that that's more likely to work for
16947 more people.
16948
16949 * cus-edit.el (custom-file): When running under emacs -q, always
16950 refuse to save the customizations, even if the .emacs file doesn't
16951 exist.
16952
16953 * info.el: Remove the `Info-beginning-of-buffer' function
16954 (bug#8325).
16955
16956 * net/network-stream.el (network-stream-open-starttls):
16957 Use `starttls-available-p' to see whether starttls.el can be used.
16958
16959 2011-08-01 Martin Rudalics <rudalics@gmx.at>
16960
16961 * window.el (display-buffer-in-window): Don't set dedicated status
16962 of window here (Bug#9215).
16963 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
16964 (display-buffer-pop-up-side-window)
16965 (display-buffer-in-side-window): Set dedicated status of window here.
16966
16967 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
16968
16969 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
16970 before binding generated-autoload-file.
16971
16972 2011-08-01 Deniz Dogan <deniz@dogan.se>
16973
16974 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
16975
16976 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
16977
16978 Sync with Tramp 2.2.2.
16979
16980 * net/trampver.el: Update release number.
16981
16982 2011-07-30 Juri Linkov <juri@jurta.org>
16983
16984 * dired-aux.el (dired-touch-initial): Remove function.
16985 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
16986 current time, and `default' to the last modification time of the
16987 current marked file (bug#6887).
16988
16989 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
16990
16991 * simple.el (goto-line): Use string-to-number to provide a
16992 numeric argument to read-number (bug#9163).
16993
16994 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
16995
16996 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
16997 connection process, it could be nil.
16998
16999 2011-07-27 Leo Liu <sdl.web@gmail.com>
17000
17001 Simplify url handling in rcirc-mode.
17002
17003 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
17004 (rcirc-browse-url-at-mouse): Remove.
17005 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
17006
17007 2011-07-26 Alan Mackenzie <acm@muc.de>
17008
17009 Fontify bitfield declarations properly.
17010
17011 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
17012 (c-symbol-chars): Now exported as a lang variable.
17013 (c-not-primitive-type-keywords): New lang variable.
17014
17015 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
17016 QT keyword "more" to prevent "more slots: ...." being spuriously
17017 parsed as a bitfield declaration.
17018
17019 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17020 Refactor and enhance to handle bitfield declarations.
17021 (c-punctuation-in): New function.
17022 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
17023 declarations properly.
17024
17025 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
17026
17027 * calendar/icalendar.el (icalendar--all-events): Take care of
17028 multiple vcalendars in a single file.
17029 (icalendar--convert-float-to-ical): Checkdoc fixes.
17030
17031 2011-07-25 Deniz Dogan <deniz@dogan.se>
17032
17033 * image.el (insert-image): Clarifying docstring.
17034
17035 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
17036
17037 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
17038 `tramp-send-command-and-check' if there is no error.
17039 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
17040
17041 2011-07-22 Alan Mackenzie <acm@muc.de>
17042
17043 Prevent cc-langs.elc being loaded at run time.
17044
17045 * progmodes/cc-mode.el: Remove two autoload forms which loaded
17046 cc-langs.
17047
17048 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
17049 "(require 'cc-langs)". Quote a form so it will evaluate at
17050 (cc-mode's) compilation time.
17051
17052 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
17053
17054 * net/tramp.el (tramp-file-name-handler): Avoid recursive
17055 loading. (Bug#9114)
17056
17057 2011-07-21 Martin Rudalics <rudalics@gmx.at>
17058
17059 * window.el (display-buffer-pop-up-window)
17060 (display-buffer-pop-up-side-window)
17061 (display-buffer-in-side-window): Call display-buffer-set-height
17062 and display-buffer-set-width after setting the new window's
17063 buffer so `fit-window-to-buffer' and friends work on the right buffer.
17064
17065 2011-07-20 Sam Steingold <sds@gnu.org>
17066
17067 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
17068 (etags-tags-included-tables): Call `convert-standard-filename' on
17069 the file names contained in TAGS so that windows Emacs can handle
17070 TAGS files created by cygwin ctags.
17071
17072 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17073
17074 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
17075 which apparently didn't work.
17076
17077 2011-07-19 Roland Winkler <winkler@gnu.org>
17078
17079 * proced.el (proced-send-signal): For *Marked Processes* buffer
17080 put point at beginning of buffer.
17081
17082 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
17083
17084 * proced.el (proced-format): Make header lines align with the text
17085 (bug#1779).
17086
17087 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17088
17089 * view.el (view-buffer): Allow running in `special' modes if we're
17090 visiting a file (bug#8615).
17091
17092 2011-07-19 Martin Rudalics <rudalics@gmx.at>
17093
17094 * window.el (display-buffer-alist-of-strings-p)
17095 (display-buffer-alist-set-1, display-buffer-alist-set-2):
17096 New functions.
17097 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
17098 more accurately.
17099
17100 2011-07-18 Alan Mackenzie <acm@muc.de>
17101
17102 Fontify declarators properly when, e.g., a jit-lock chunk begins
17103 inside a declaration.
17104
17105 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
17106
17107 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17108 New function.
17109 (c-complex-decl-matchers): Insert reference to
17110 c-font-lock-enclosing-decls.
17111
17112 * progmodes/cc-engine.el (c-backward-single-comment):
17113 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
17114 to nil around calls to (forward-comment -1).
17115
17116 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17117
17118 * image.el (put-image): Doc typo fix.
17119
17120 * progmodes/etags.el (tags-search): Doc typo fix.
17121
17122 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
17123 password if we get errors 550 to 554.
17124
17125 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17126
17127 * net/gnutls.el (gnutls-log-level): Remove.
17128
17129 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
17130 indentation character (bug#6380).
17131
17132 * files.el (buffer-offer-save): Made permanently local (bug#6241).
17133
17134 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
17135 to clarify what the problem is (bug#4291).
17136
17137 * simple.el (current-kill): Clarify what
17138 `interprogram-paste-function' does (bug#7500).
17139 (auto-fill-mode): Document `auto-fill-function' in relation to
17140 `auto-fill-mode' (bug#2470).
17141
17142 2011-07-16 Lawrence Mitchell <wence@gmx.li>
17143
17144 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
17145 method if slot is read-only (bug#9035).
17146
17147 2011-07-16 Martin Rudalics <rudalics@gmx.at>
17148
17149 * frame.el (select-frame-set-input-focus): New argument NORECORD.
17150 * window.el (pop-to-buffer): Select window used even if it was
17151 selected before, see discussion of (Bug#8615), (Bug#6954).
17152 Pass argument NORECORD on to select-frame-set-input-focus.
17153
17154 2011-07-15 Glenn Morris <rgm@gnu.org>
17155
17156 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
17157 Respect help-form.
17158
17159 2011-07-09 Lawrence Mitchell <wence@gmx.li>
17160
17161 * net/gnutls.el (gnutls-min-prime-bits): New variable.
17162 (gnutls-negotiate): Use it.
17163
17164 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17165
17166 * net/gnutls.el (gnutls-negotiate):
17167 Upcase `gnutls-algorithm-priority'.
17168
17169 2011-07-15 Glenn Morris <rgm@gnu.org>
17170
17171 * jka-compr.el (jka-compr-verbose): Move from here...
17172 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
17173 Add missing :version tag.
17174 * info.el: No need to require jka-compr when compiling.
17175
17176 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17177
17178 * net/gnutls.el (gnutls-algorithm-priority): New variable.
17179 (gnutls-negotiate): Use it.
17180
17181 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
17182
17183 * info.el (Info-beginning-of-buffer): New command.
17184 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
17185 announcing `b' as the key (bug#8325).
17186 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
17187
17188 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
17189
17190 * international/mule-cmds.el
17191 (describe-specified-language-support): Make the error message
17192 clearer (bug#8905).
17193
17194 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
17195
17196 * isearch.el (isearch-barrier): Add a doc string, since it's
17197 mentioned in a function doc string (bug#8678).
17198
17199 2011-07-15 Martin Rudalics <rudalics@gmx.at>
17200
17201 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
17202 buffer argument (Bug#9083) and self-identifying label argument.
17203
17204 2011-07-15 Glenn Morris <rgm@gnu.org>
17205
17206 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
17207
17208 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17209
17210 * man.el (Man-fontify-manpage): Fix message when formatting the
17211 man page (bug#7929).
17212
17213 2011-07-14 Eli Zaretskii <eliz@gnu.org>
17214
17215 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
17216 argument LRM; if non-nil, append an invisible LRM character to the
17217 buffer name.
17218 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
17219 last argument non-nil, when formatting buffer names.
17220 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
17221 paragraph direction.
17222
17223 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17224
17225 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
17226 the man page name (bug#7929).
17227
17228 * image.el (put-image): Mention the `put-image' overlay property
17229 (bug#7834).
17230
17231 * scroll-bar.el (set-scroll-bar-mode): Mention that
17232 `scroll-bar-mode' lists the values (bug#7772).
17233
17234 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
17235 command (bug#7729).
17236
17237 * rect.el (apply-on-rectangle): Return the point after the last
17238 operation.
17239 (string-rectangle): Go to the point after the last operation
17240 (bug#7522).
17241
17242 * printing.el (pr-toggle-region): Clarify the documentation
17243 slightly (bug#7493).
17244
17245 * time.el (display-time-update):
17246 Allow `display-time-mail-function' to return nil (bug#7158).
17247 Fix suggested by Detlev Zundel.
17248
17249 * vc/diff.el (diff): Clarify the order the file names are read
17250 (bug#7111).
17251
17252 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
17253 the doc string (bug#7015).
17254
17255 * font-lock.el (font-lock-maximum-decoration): Mention what
17256 numeric levels mean (bug#6935).
17257
17258 * startup.el (initial-buffer-choice): Don't mention the `none'
17259 selection, which is against policy.
17260
17261 2011-07-14 Martin Rudalics <rudalics@gmx.at>
17262
17263 * window.el (display-buffer-normalize-special):
17264 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
17265
17266 2011-07-14 Eli Zaretskii <eliz@gnu.org>
17267
17268 * subr.el (version<, version<=, version=): Mention "-CVS" and
17269 "-12345" alpha version numbers.
17270
17271 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
17272
17273 * bindings.el: Add advertised binding for set-mark-command
17274 (Bug#5772).
17275
17276 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
17277
17278 * bindings.el (mode-line-other-buffer):
17279 * bookmark.el (bookmark-bmenu-2-window):
17280 * bs.el (bs-cycle-next, bs-cycle-previous):
17281 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
17282 switch-to-buffer.
17283
17284 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
17285 Delete.
17286
17287 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
17288
17289 * follow.el (follow-debug-message, follow-redisplay):
17290 * jka-cmpr-hook.el (with-auto-compression-mode):
17291 Fix typos in docstrings.
17292
17293 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17294
17295 * subr.el (with-silent-modifications): Clarify somewhat what the
17296 macro inhibits (bug#6525).
17297
17298 * simple.el (eval-expression): Note what it does if called
17299 interactively (bug#6495).
17300
17301 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
17302
17303 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
17304 Use pop-to-buffer buffer-or-name if it is nil.
17305
17306 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17307 Remove switch-to-buffer.
17308
17309 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17310
17311 * files.el (make-directory): Clarify that an error will be raised
17312 if there's an error (bug#6397).
17313
17314 * startup.el (initial-buffer-choice): Add `none' as a choice
17315 (bug#6234).
17316
17317 * subr.el (add-hook): Clarify section about buffer-local hooks
17318 (bug#6218).
17319
17320 * dired.el (dired-flagged): Clarify doc string (bug#6117).
17321
17322 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
17323
17324 * tabify.el (untabify): Preserve the current column so that point
17325 doesn't move (bug#6032).
17326
17327 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17328
17329 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
17330 Rewrite to avoid awkward possessive "s" (bug#5986).
17331
17332 2011-07-13 Glenn Morris <rgm@gnu.org>
17333
17334 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
17335 (dired-insert-directory): Give a message the first time
17336 if ls is found not to support --dired.
17337
17338 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17339
17340 * simple.el (toggle-truncate-lines): Clarify what is toggled
17341 (bug#5580). Text by Drew Adams.
17342
17343 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
17344
17345 * simple.el (blink-matching-open): Make the error message from the
17346 last change less verbose.
17347
17348 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
17349
17350 * font-lock.el (font-lock-comment-face): Use the high contrast
17351 "yellow" color for font-lock-comment-face on low color terminals
17352 using a dark background color (bug#4221).
17353
17354 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17355
17356 * dired.el (dired-insert-set-properties): Make the doc string
17357 reflect what it does now (bug#5325).
17358
17359 * simple.el (blink-matching-open): Say that we were unable to find
17360 the match within the limit, if we're limited (bug#5122).
17361
17362 * international/mule-cmds.el (prefer-coding-system): Add an
17363 example (bug#4869).
17364
17365 * progmodes/etags.el (tags-search): Document `file-list-form'
17366 (bug#4731).
17367
17368 2011-07-13 Lawrence Mitchell <wence@gmx.li>
17369
17370 * net/browse-url.el (browse-url-default-browser)
17371 (browse-url-browser-function): Make the default browser choice a
17372 bit more logical (bug#4300). Also clean up the doc string.
17373
17374 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
17375
17376 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
17377 binary endings (bug#4440).
17378
17379 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17380
17381 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
17382 which can be pretty annoying (bug#8971).
17383
17384 * jka-compr.el (jka-compr-verbose): New variable, and use
17385 throughout (bug#8971).
17386
17387 * info.el (Info-find-file): Fall back on the installation
17388 directory if we can't find the info node anywhere else.
17389
17390 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
17391
17392 * vc/vc.el (vc-revert-file):
17393 Don't set file time-stamp in the past. (Bug#5181)
17394
17395 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17396
17397 * files.el (after-find-file): Give a better error message when
17398 trying to find a symlink that points to a file that doesn't exist
17399 (bug#4398).
17400
17401 * progmodes/cc-vars.el: Remove (probably) misleading comment
17402 (bug#4396).
17403
17404 2011-07-12 Johan Bockgård <bojohan@gnu.org>
17405
17406 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
17407
17408 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
17409
17410 * mouse-sel.el: Hack restoring functionality, while keeping
17411 compatibility with 2010-07-03 changes to mouse selection.
17412 (mouse-sel-primary-overlay): New var.
17413 (mouse-sel-selection-alist): Use it.
17414 (mouse-sel-mode): Doc fix; remove points that are default features
17415 of mouse.el.
17416
17417 2011-07-12 Johan Bockgård <bojohan@gnu.org>
17418
17419 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17420 Fix previous fix (bug#2490).
17421
17422 2011-07-12 Roland Winkler <winkler@gnu.org>
17423
17424 * textmodes/bibtex.el (bibtex-initialize):
17425 Use pop-to-buffer-same-window.
17426 (bibtex-search-entries): Fix interactive call.
17427
17428 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17429
17430 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17431 Fontise bytecomp Error lines more correctly (bug#2490).
17432 Fix suggested by Johan Bockgård.
17433
17434 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
17435
17436 * dired-x.el (dired-guess-default): Use `delete-dups'.
17437
17438 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
17439
17440 * dired.el (dired-mark-prompt):
17441 * dired-aux.el (dired-read-shell-command): Doc fix.
17442
17443 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17444
17445 * mail/sendmail.el (sendmail-query-once):
17446 Use `customize-save-variable' unconditionally, now that it works under
17447 emacs -Q.
17448
17449 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
17450
17451 * cus-edit.el (custom-file): Take an optional no-error variable.
17452 (customize-save-variable): Set the variable, and give a warning if
17453 running under "emacs -q".
17454
17455 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
17456
17457 * loadhist.el (unload-feature-special-hooks):
17458 Add `auto-coding-functions', `fill-nobreak-predicate' and
17459 `find-directory-functions' (bug#5327).
17460
17461 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17462
17463 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
17464
17465 * cus-edit.el (custom-guess-name-alist): -alist variables should
17466 use the `alist' type (bug#3120). Suggested by Drew Adams.
17467
17468 * printing.el: Add documentation to all the `pr-toggle-' commands.
17469
17470 2011-07-11 Leo Liu <sdl.web@gmail.com>
17471
17472 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
17473 backends where it makes sense (bug#2623).
17474
17475 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17476
17477 * dired-x.el (dired-guess-default): Remove duplicate shell command
17478 entries (bug#2028).
17479 (dired-guess-default): Fix grammar in doc string (bug#2028).
17480 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
17481
17482 * subr.el (remove-duplicates): New conveniency function.
17483
17484 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17485
17486 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
17487 (bug#1526).
17488
17489 2011-07-10 Martin Rudalics <rudalics@gmx.at>
17490
17491 * window.el (display-buffer-normalize-default): Don't invert
17492 meaning of even-window-heights. Reported by Eli Zaretskii
17493 <eliz@gnu.org>.
17494
17495 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
17496
17497 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
17498
17499 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
17500
17501 * window.el (display-buffer): Fix arguments to
17502 display-buffer-reuse-window in last change.
17503
17504 * faces.el (link): Use a less saturated blue on light backgrounds.
17505
17506 * startup.el (fancy-startup-text, fancy-about-text)
17507 (fancy-startup-tail): Use font-lock faces, for background safety.
17508
17509 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
17510
17511 * emulation/viper-cmd.el (viper-change-state-to-vi):
17512 Limit triggering of abbrev expansion (Bug#9038).
17513
17514 2011-07-09 Martin Rudalics <rudalics@gmx.at>
17515
17516 * window.el (display-buffer-default-specifiers): Remove.
17517 (display-buffer-macro-specifiers): Remove default specifiers.
17518 (display-buffer-alist): Default to nil.
17519 (display-buffer-reuse-window): New optional argument other-window.
17520 (display-buffer-pop-up-window): Allow splitting internal
17521 windows. Check whether a live window was created.
17522 (display-buffer-other-window-means-other-frame)
17523 (display-buffer-normalize-arguments): Rename to
17524 display-buffer-normalize-argument and rewrite. Set the
17525 other-window specifier.
17526 (display-buffer-normalize-special): New function.
17527 (display-buffer-normalize-options): Rename to
17528 display-buffer-normalize-default and rewrite.
17529 (display-buffer-normalize-options-inhibit): Remove.
17530 (display-buffer-normalize-specifiers): Rewrite.
17531 (display-buffer): Process other-window specifier and call
17532 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
17533 more faithfully.
17534 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
17535 (display-buffer-alist-set): Don't handle 'unset default values.
17536 (display-buffer-in-window, display-buffer-alist-set):
17537 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
17538 <tassilo@member.fsf.org>.
17539
17540 2011-07-09 Leo Liu <sdl.web@gmail.com>
17541
17542 * register.el (insert-register): Restore accidental change on
17543 2011-06-26. (Bug#9028)
17544
17545 2011-07-09 Glenn Morris <rgm@gnu.org>
17546
17547 * subr.el (remq): Handle the empty list. (Bug#9024)
17548
17549 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
17550
17551 * mail/sendmail.el (send-mail-function): No longer delay custom
17552 initialization.
17553 * custom.el (custom-initialize-delay): Doc fix.
17554
17555 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
17556
17557 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
17558
17559 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
17560
17561 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
17562 human-friendly prompt.
17563
17564 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
17565
17566 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
17567 provided by a particular plugin.
17568
17569 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
17570
17571 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
17572 save customizations (with "emacs -Q"), just set the variable
17573 instead of erroring out.
17574
17575 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
17576
17577 2011-07-08 Juri Linkov <juri@jurta.org>
17578
17579 * arc-mode.el (archive-zip-expunge, archive-zip-update)
17580 (archive-zip-update-case): Use 7z if found by `executable-find'.
17581 The order of searching the available programs is the same as in
17582 `archive-zip-extract' (bug#8968).
17583
17584 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
17585
17586 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
17587 (menu-bar-options-menu): Tweak descriptions.
17588
17589 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17590
17591 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
17592 menu items into verb phrases (bug#1421). Also refill to fit under
17593 80 columns.
17594
17595 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
17596
17597 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
17598 (Info-read-node-name): Doc fix (Bug#1084).
17599
17600 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
17601 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
17602 (end-of-sexp, beginning-of-sexp)
17603 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
17604 (forward-symbol, forward-same-syntax, word-at-point)
17605 (sentence-at-point): Doc fix (Bug#1144).
17606
17607 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17608
17609 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
17610 should cover it (bug#1281).
17611
17612 * cus-edit.el (custom-show): Mark as obsolete.
17613
17614 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
17615 negotiation fails, then possibly try again with a non-encrypted
17616 connection (bug#9017).
17617
17618 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
17619 be used.
17620
17621 2011-07-07 Richard Stallman <rms@gnu.org>
17622
17623 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
17624 property, and handle its changed format.
17625 Look for the correct line number.
17626 Use file's line contents (but not past first =) to find
17627 correct line in message.
17628
17629 2011-07-07 Kenichi Handa <handa@m17n.org>
17630
17631 * international/characters.el (build-unicode-category-table):
17632 Delete it.
17633 (unicode-category-table): Set it by unicode-property-table-internal.
17634
17635 * international/mule-cmds.el (char-code-property-alist): Move to
17636 to src/chartab.c.
17637 (get-char-code-property): Call unicode-property-table-internal to
17638 load a file. Call get-unicode-property-internal where necessary.
17639 (put-char-code-property): Call unicode-property-table-internal to
17640 load a file. Call put-unicode-property-internal where necessary.
17641 put-unicode-property-internal where necessary.
17642 (char-code-property-description):
17643 Call unicode-property-table-internal to load a file.
17644
17645 * international/charprop.el:
17646 * international/uni-bidi.el:
17647 * international/uni-category.el:
17648 * international/uni-combining.el:
17649 * international/uni-comment.el:
17650 * international/uni-decimal.el:
17651 * international/uni-decomposition.el:
17652 * international/uni-digit.el:
17653 * international/uni-lowercase.el:
17654 * international/uni-mirrored.el:
17655 * international/uni-name.el:
17656 * international/uni-numeric.el:
17657 * international/uni-old-name.el:
17658 * international/uni-titlecase.el:
17659 * international/uni-uppercase.el: Regenerate.
17660
17661 * loadup.el: Load international/charprop.el before
17662 international/characters.
17663
17664 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
17665
17666 * window.el (next-buffer, previous-buffer): Signal an error if
17667 called from a minibuffer window.
17668
17669 * bindings.el: Revert 2011-07-04 change.
17670
17671 2011-07-06 Richard Stallman <rms@gnu.org>
17672
17673 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
17674 (rmail-mime-insert-bulk, rmail-mime-insert-text):
17675 Treat markers like ints.
17676 (rmail-mime-entity): Doc fix.
17677
17678 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17679
17680 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
17681 defcustom again for backwards compatibility.
17682
17683 * simple.el (shell-command-on-region): Fill.
17684
17685 * dired-aux.el (dired-kill-line): Add a doc string.
17686
17687 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
17688 to "\\sw\\|\\s_" (bug#358).
17689
17690 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
17691 (dired-unmark-backward): Ditto.
17692 (dired-flag-backup-files): Ditto.
17693
17694 * dired-x.el (dired-mark-sexp): Ditto.
17695
17696 2011-07-06 Richard Stallman <rms@gnu.org>
17697
17698 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
17699 (rmail-mime-entity): New arg TRUNCATED.
17700 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
17701 New functions.
17702 (rmail-mime-save): Warn if entity is truncated.
17703 (rmail-mime-toggle-hidden): Likewise, for showing.
17704 (rmail-mime-process-multipart): Record when an entity is truncated.
17705
17706 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
17707 if ENTITY is a string.
17708
17709 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17710
17711 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
17712 of faces when `M-C-x'-ing their definitions (bug#8378).
17713 Also clean up the code slightly.
17714
17715 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
17716 because that makes the colors go away.
17717
17718 * mail/sendmail.el (send-mail-function): Change the default to
17719 `sendmail-query-once'.
17720 (sendmail-query-once): Add an autoload cookie.
17721
17722 * net/network-stream.el (network-stream-open-starttls): Try using
17723 a plain connection even if the server offered STARTTLS, and we
17724 kinda wanted to use it, if Emacs doesn't have any STARTTLS
17725 capability. This should make smtpmail.el work in slightly more
17726 configurations.
17727
17728 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
17729
17730 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
17731 New defun.
17732 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
17733
17734 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
17735
17736 * progmodes/sql.el: Version 3.0
17737 (sql-product-alist): Add product :completion-object,
17738 :completion-column, and :statement attributes.
17739 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
17740 (sql-mode-syntax-table): Mark all punctuation.
17741 (sql-font-lock-keywords-builder): Temporarily remove fallback on
17742 ansi keywords.
17743 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
17744 (sql-mode-oracle-font-lock-keywords): Improve.
17745 (sql-oracle-show-reserved-words): New function for development.
17746 (sql-product-font-lock): Simplify for source code buffers.
17747 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
17748 New functions.
17749 (sql-highlight-product): Set product specific syntax table.
17750 (sql-mode-map): Add statement movement functions.
17751 (sql-ansi-statement-starters, sql-oracle-statement-starters):
17752 New variable.
17753 (sql-statement-regexp, sql-beginning-of-statement)
17754 (sql-end-of-statement, sql-signum): New functions.
17755 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
17756 (sql-show-sqli-buffer): Bug fix.
17757 (sql-interactive-mode): Store connection data as buffer local.
17758 (sql-connect): Add NEW-NAME parameter. Redesign interaction
17759 with sql-interactive-mode.
17760 (sql-save-connection): Save buffer local settings.
17761 (sql-connection-menu-filter): Change menu entry name.
17762 (sql-product-interactive): Bug fix.
17763 (sql-preoutput-hold): New variable.
17764 (sql-interactive-remove-continuation-prompt): Bug fixes.
17765 (sql-debug-redirect): New variable.
17766 (sql-str-literal): New function.
17767 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
17768 Redesign.
17769 (sql-oracle-save-settings, sql-oracle-restore-settings)
17770 (sql-oracle-list-all, sql-oracle-list-table): New functions.
17771 (sql-completion-object, sql-completion-column)
17772 (sql-completion-sqlbuf): New variables.
17773 (sql-build-completions-1, sql-build-completions)
17774 (sql-try-completion): New functions.
17775 (sql-read-table-name): Use them.
17776 (sql-contains-names): New buffer local variable.
17777 (sql-list-all, sql-list-table): Use it.
17778 (sql-oracle-completion-types): New variable.
17779 (sql-oracle-completion-object, sql-sqlite-completion-object)
17780 (sql-postgres-completion-object): New functions.
17781
17782 2011-07-06 Glenn Morris <rgm@gnu.org>
17783
17784 * window.el (pop-to-buffer): Doc fix.
17785
17786 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
17787
17788 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
17789
17790 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
17791
17792 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
17793
17794 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
17795
17796 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
17797
17798 * button.el (button): Inherit from link face. Suggested by Dan
17799 Nicolaescu.
17800
17801 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17802
17803 * progmodes/gdb-mi.el: Fit in 80 columns.
17804 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
17805 switch-to-buffer.
17806
17807 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
17808 if imenu is simply not configured (bug#8941).
17809
17810 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
17811
17812 * allout.el (allout-post-undo-hook): New allout outline-change
17813 event hook to signal undo activity.
17814 (allout-post-command-business): Run allout-post-undo-hook if an
17815 undo just occurred.
17816 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
17817 * allout-widgets.el (allout-widgets-after-undo-function):
17818 Ensure the integrity of the current item's decoration after it has been
17819 in the vicinity of an undo.
17820 (allout-widgets-mode): Include allout-widgets-after-undo-function
17821 on the new allout-post-undo-hook.
17822
17823 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17824
17825 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
17826 Let define-derived-mode define it.
17827 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
17828 cycles of abbrev-table inheritance (bug#8998).
17829
17830 2011-07-05 Roland Winkler <winkler@gnu.org>
17831
17832 * textmodes/bibtex.el: Add support for biblatex.
17833 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
17834 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
17835 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
17836 (bibtex-entry-alist, bibtex-field-alist): New variables.
17837 (bibtex-entry-field-alist): Obsolete alias for
17838 bibtex-BibTeX-entry-alist.
17839 (bibtex-entry-alist, bibtex-field-alist): New widgets.
17840 (bibtex-set-dialect): New command.
17841 (bibtex-entry-type, bibtex-entry-head)
17842 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
17843 Bind via bibtex-set-dialect.
17844 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
17845 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
17846 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
17847 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
17848 Define via bibtex-set-dialect.
17849 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
17850 Obey bibtex-no-opt-remove-re.
17851 (bibtex-vec-push, bibtex-vec-incr): New functions.
17852 (bibtex-format-entry, bibtex-field-list)
17853 (bibtex-print-help-message, bibtex-validate)
17854 (bibtex-search-entries): Use new format of bibtex-entry-alist.
17855
17856 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17857
17858 * progmodes/compile.el (compilation-goto-locus):
17859 * net/tramp-cmds.el (tramp-append-tramp-buffers):
17860 * bs.el (bs-cycle-next, bs-cycle-previous):
17861 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
17862 * bindings.el (mode-line-other-buffer):
17863 * autoinsert.el (auto-insert):
17864 * arc-mode.el (archive-extract):
17865 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
17866
17867 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
17868
17869 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
17870 Fix check of `emacs-lock-unlockable-modes'.
17871 Coerce true values of `emacs-lock--try-unlocking' to t.
17872
17873 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
17874
17875 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
17876 * emacs-lock.el: New file.
17877
17878 2011-07-05 Julien Danjou <julien@danjou.info>
17879
17880 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
17881 than `boundp' to check if face is set.
17882
17883 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
17884
17885 * register.el (registerv-make):
17886 * window.el (window-min-height): Fix typos in docstrings.
17887
17888 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
17889
17890 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
17891 Update doc string.
17892
17893 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
17894
17895 * server.el (server-execute): Catch quit and call
17896 `server-return-error' to pass the error back to emacsclient and
17897 close the connection (bug#8942).
17898
17899 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
17900
17901 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
17902 insecure exception for current topic. Also note that auto-saves
17903 are handled differently.
17904
17905 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
17906 State variables for tracking auto-save inhibition situation.
17907
17908 (allout-write-contents-hook-handler): Rename from
17909 'allout-write-file-hook-handler', and describe how it depends on
17910 write-contents-functions sensitivity to non-nil value to prevent
17911 file write.
17912
17913 (allout-auto-save-hook-handler): Remove. auto-save does not check
17914 this in individual buffers, only in the starting buffer, so this
17915 is not the right way for us to inhibit auto-save in a buffer
17916 according to its condition.
17917
17918 (allout-mode): Use new allout-write-contents-hook-handler, and
17919 only with write-contents-functions. Remove auto-save provisions -
17920 they're implemented elsewhere.
17921
17922 (allout-before-change-handler): If undo is in progress, note that
17923 for attention of allout-post-command-business.
17924
17925 (allout-post-command-business): If the command we're following was
17926 an undo, check for change in the status of encrypted items and
17927 adjust auto-save inhibitions accordingly.
17928
17929 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
17930 according to whether there are or aren't any plain-text topics
17931 pending encryption.
17932
17933 (allout-inhibit-auto-save-info-for-decryption):
17934 Adjust buffer-saved-size and some allout state to inhibit auto-saves
17935 if there are plain-text topics pending encryption.
17936
17937 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
17938 buffer-saved-size and some allout state to not inhibit auto-saves
17939 if there are no longer any plain-text topics pending encryption.
17940
17941 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
17942 No longer provide for exemption of the current topic.
17943
17944 2011-07-04 Juri Linkov <juri@jurta.org>
17945
17946 Add 7z operations to delete and save changed members (bug#8968).
17947 * arc-mode.el (archive-7z-expunge, archive-7z-update):
17948 New defcustoms.
17949 (archive-7z-write-file-member): New function.
17950 (archive-7z-summarize): Fix the number of dashes in the
17951 listing output.
17952
17953 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17954
17955 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
17956 (bug#8958).
17957
17958 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
17959
17960 * bindings.el: Ignore next-buffer and previous-buffer in
17961 minibuffer-local-map.
17962
17963 * font-lock.el (font-lock-builtin-face): Change light background
17964 color to dark slate blue (Bug#6693).
17965
17966 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
17967
17968 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
17969
17970 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17971
17972 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
17973 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17974 Add switch-to-buffer.
17975
17976 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17977
17978 * isearch.el (isearch-search-fun-function): Clarify further the
17979 meaning of the function returned.
17980
17981 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
17982
17983 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
17984
17985 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
17986 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
17987 Use it.
17988 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
17989 `tramp-default-remote-path' does not exist.
17990 (tramp-send-command-and-read): New optional argument NOERROR.
17991 (tramp-open-connection-setup-interactive-shell)
17992 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
17993 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
17994 (tramp-process-sentinel): Flush also process' connection property.
17995 (tramp-sh-handle-start-file-process): Do not set process
17996 sentinel. It is done now ...
17997 (tramp-maybe-open-connection): ... here. (Bug#8929)
17998
17999 2011-07-04 MON KEY <monkey@sandpframing.com>
18000
18001 * play/animate.el (animate-string): Doc fixes and allow changing
18002 the buffer name (bug#5417).
18003
18004 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18005
18006 * play/animate.el (animation-buffer-name): Rename from *animate*.
18007
18008 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
18009
18010 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
18011 This is simpler and helps future-proof the code.
18012 (timer-until): Use time-subtract and float-time.
18013 (timer--time-less-p): Use time-less-p.
18014
18015 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
18016
18017 * type-break.el (timep): Use the value of `float-time' to avoid a
18018 byte-compiler warning.
18019
18020 * server.el (server-eval-and-print): Return any result, even nil.
18021
18022 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
18023
18024 * type-break.el: Accept time formats that the builtins accept.
18025 (timep, type-break-time-difference): Accept any format that
18026 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
18027 This is simpler and helps future-proof the code.
18028 (type-break-time-difference): Round rather than ignoring
18029 subseconds components.
18030
18031 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18032
18033 * info.el (Info-apropos-matches): Make non-interactive, since it
18034 doesn't seem to do anything useful as a command (bug#8829).
18035
18036 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
18037
18038 * frame.el (frame-background-mode, frame-set-background-mode):
18039 Move from faces.el.
18040 (frame-default-terminal-background): New function.
18041
18042 * custom.el (custom-push-theme): Don't record faces in `changed'
18043 theme; this doesn't work correctly for per-frame face settings.
18044 (disable-theme): Use face-set-after-frame-default to reset faces.
18045 (custom--frame-color-default): New function.
18046
18047 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18048
18049 * dired.el (dired-flagging-regexp): Remove unused variable
18050 (bug#8769).
18051
18052 2011-03-29 Kevin Ryde <user42@zip.com.au>
18053
18054 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18055 `perl-Test2' extend to match possible "fail #N" rep count
18056 (bug#8377).
18057
18058 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18059
18060 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
18061 `smtpmail-via-smtp' now returns the error instead of nil.
18062
18063 * isearch.el (isearch-search-fun-function): Clarify the doc string
18064 (bug#8101).
18065
18066 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
18067
18068 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
18069 unnecessary spaces (bug#8987).
18070
18071 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18072
18073 * net/network-stream.el (open-network-stream): Use the
18074 :end-of-capability command thoughout.
18075
18076 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
18077
18078 * net/network-stream.el (open-network-stream): Add the
18079 :end-of-capability command parameter, used by pop3.el.
18080
18081 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18082
18083 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
18084
18085 * fringe.el (fringe-query-style): Remove redundant text " (type ?
18086 for list)" (bug#6475).
18087
18088 * files.el (file-expand-wildcards): Ignore non-readable
18089 sub-directories while trying to find matches instead of signaling
18090 an error (bug#6297).
18091
18092 * man.el (Man-reference-regexp): Allow matching possible
18093 word-wrapped references (bug#6289).
18094
18095 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
18096 for consistency with the other vc buffers (bug#6197).
18097 (vc-checkin): Ditto.
18098
18099 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
18100
18101 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
18102
18103 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18104
18105 * custom.el (defcustom): Clarify that :set is only used in the
18106 Customize user interface (bug#6089).
18107
18108 * progmodes/flymake.el (flymake-mode): If the buffer isn't
18109 associated with a file, refuse to run instead of erroring out
18110 (bug#6084).
18111
18112 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
18113 the doc string, since it appears that using `fill-column' always
18114 controls the width (bug#7845).
18115
18116 * simple.el (shell-command-on-region): Say where the error output
18117 went if `shell-command-default-error-buffer' is set (bug#6857).
18118
18119 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
18120
18121 * allout.el (allout-yank-processing): Adjust cursor position for
18122 backwards-deleted space.
18123
18124 (allout-rebullet-heading): Register changes with
18125 allout-exposure-changed-hook, so the modified topic is properly
18126 decorated.
18127
18128 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18129
18130 * minibuffer.el (completion-in-region): Document PREDICATE
18131 (bug#7136).
18132
18133 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
18134 of keyword/argument pairs (bug#6904).
18135
18136 * replace.el (multi-occur):
18137 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
18138
18139 2011-07-02 Drew Adams <drew.adams@oracle.com>
18140
18141 * dired.el (dired-mark-if): Make the message about whether it's
18142 marking or unmarking clearer (bug#8523).
18143
18144 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18145
18146 * disp-table.el (display-table-print-array): New function.
18147 (describe-display-table): Use it to print the vectors more pretty
18148 (Bug#8859).
18149
18150 2011-07-02 Martin Rudalics <rudalics@gmx.at>
18151
18152 * window.el (window-state-get-1): Don't assign clone numbers.
18153 Add clone-of item to list of window parameters.
18154 (window-state-put-2): Don't process clone numbers.
18155 (display-buffer-alist): Fix doc-string.
18156
18157 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18158
18159 * subr.el (remq): Don't allocate if it's not needed.
18160 (keymap--menu-item-binding, keymap--menu-item-with-binding)
18161 (keymap--merge-bindings): New functions.
18162 (keymap-canonicalize): Use them to refine the canonicalization.
18163 * minibuffer.el (minibuffer-local-completion-map)
18164 (minibuffer-local-must-match-map): Move initialization from C.
18165 (minibuffer-local-filename-completion-map): Move initialization from C;
18166 don't inherit from anything here.
18167 (minibuffer-local-filename-must-match-map): Make obsolete.
18168 (completing-read-default): Use make-composed-keymap to combine
18169 minibuffer-local-filename-completion-map with either
18170 minibuffer-local-must-match-map or
18171 minibuffer-local-filename-completion-map.
18172
18173 2011-07-01 Glenn Morris <rgm@gnu.org>
18174
18175 * type-break.el (type-break-time-sum): Use dolist.
18176
18177 * textmodes/flyspell.el (flyspell-word-search-backward):
18178 Replace CL function.
18179
18180 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18181
18182 * mouse.el (mouse--strip-first-event): New function.
18183 (function-key-map): Use it to map fringe clicks to normal clicks
18184 by default.
18185
18186 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
18187 (vc-bzr-revision-completion-table): Add support for annotate and date.
18188
18189 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
18190 inherit from parent.
18191
18192 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18193
18194 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
18195 (dired-show-file-type): Doc fixup (bug#8818).
18196
18197 * dired.el (dired-mode): Fix up the doc string as suggested by
18198 Drew Adams (bug#8817).
18199
18200 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
18201 cookie, since the manual says that it should be possible to add
18202 this function to `find-file-hook' (bug#8709).
18203
18204 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
18205
18206 * progmodes/cfengine.el: Moved all cfengine3.el functionality
18207 here. Noted Ted Zlatanov as the maintainer.
18208 (cfengine-common-settings, cfengine-common-syntax): New functions
18209 to set up common things between `cfengine-mode' and
18210 `cfengine3-mode'.
18211 (cfengine3-mode): New mode.
18212 (cfengine3-defuns cfengine3-defuns-regex
18213 (cfengine3-class-selector-regex cfengine3-category-regex)
18214 (cfengine3-vartypes cfengine3-font-lock-keywords)
18215 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
18216 (cfengine3-indent-line): Add from cfengine3.el.
18217
18218 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
18219
18220 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
18221
18222 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
18223
18224 2011-07-01 Martin Rudalics <rudalics@gmx.at>
18225
18226 * window.el (same-window-buffer-names, same-window-regexps)
18227 (same-window-p, special-display-frame-alist)
18228 (special-display-popup-frame, special-display-function)
18229 (special-display-buffer-names, special-display-regexps)
18230 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
18231 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18232 (split-window-preferred-function, split-height-threshold)
18233 (split-width-threshold, even-window-heights)
18234 (display-buffer-mark-dedicated, window-splittable-p)
18235 (split-window-sensibly, window-safely-shrinkable-p):
18236 Un-obsolete.
18237 (display-buffer): Don't spread args with function specifier
18238 because special-display-popup-frame won't like it.
18239
18240 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
18241
18242 Time-stamp simplifications and fixes.
18243 These improve accuracy slightly, and future-proof the code
18244 against some potential changes to current-time format.
18245
18246 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
18247 by using time-since and float-time.
18248
18249 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
18250 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
18251 + NNN microseconds".
18252
18253 * type-break.el (type-break-time-sum): Rewrite using time-add.
18254
18255 * play/hanoi.el (hanoi-current-time-float): Remove.
18256 All uses replaced by float-time.
18257
18258 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
18259 This yields a more-accurate answer.
18260 (rng-time-to-float): Remove; no longer needed.
18261
18262 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
18263
18264 * calendar/timeclock.el (timeclock-seconds-to-time):
18265 Defalias to seconds-to-time, since they're the same thing.
18266
18267 * emacs-lisp/elp.el (elp-elapsed-time):
18268 * emacs-lisp/benchmark.el (benchmark-elapse):
18269 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
18270
18271 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18272
18273 * window.el (bury-buffer): Don't iconify the only frame.
18274 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
18275 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
18276
18277 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
18278
18279 * eshell/em-smart.el (eshell-smart-display-navigate-list):
18280 Add mouse-yank-primary.
18281
18282 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
18283
18284 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
18285
18286 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18287
18288 * emacs-lisp/find-func.el (find-library--load-name): New fun.
18289 (find-library-name): Use it to find relative load names when provided
18290 absolute file name (bug#8803).
18291
18292 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
18293
18294 * textmodes/flyspell.el (flyspell-word): Consider words that
18295 differ only in case as potential doublons (bug#5687).
18296
18297 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
18298 Remove two rather uninteresting debugging-like messages to make
18299 debbugs.el more silent.
18300
18301 * comint.el (comint-password-prompt-regexp): Accept "Response" as
18302 a password-like phrase.
18303
18304 2011-06-30 Masatake YAMATO <yamato@redhat.com>
18305
18306 * progmodes/cc-guess.el: New file.
18307
18308 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
18309
18310 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
18311 derived from `c-basic-common-init'.
18312
18313 * progmodes/cc-mode.el (top-level): Require cc-guess.
18314 (c-basic-common-init): Use `cc-choose-style-for-mode'.
18315
18316 2011-06-30 Lawrence Mitchell <wence@gmx.li>
18317
18318 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
18319
18320 2011-06-30 Alan Mackenzie <acm@muc.de>
18321
18322 * progmodes/cc-engine.el (c-guess-continued-construct):
18323 Correct the handling of template-args-cont, particularly for when font
18324 lock is disabled. Name this case as "CASE G".
18325
18326 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
18327
18328 * allout.el (allout-yank-processing): Fix injection of extra space
18329 between bullet and non-whitespace character in first topic when
18330 pasting, ensuring that the actual spacing in the pasted topic
18331 following the bullet char is preserved. This extra space was
18332 causing pasted encrypted topics to get a decrypted status even
18333 when the content was actually still encrypted. Now the decryption
18334 status from before the paste is preserved.
18335
18336 (allout-flag-region): Set all allout overlays so they evaporate
18337 when reduced to zero length (evanescent), to prevent overlay
18338 leakage.
18339
18340 2011-06-30 Glenn Morris <rgm@gnu.org>
18341
18342 * w32-fns.el (w32-charset-info-alist): Declare.
18343
18344 * find-dired.el (find-grep-options): Simplify.
18345
18346 * term/ns-win.el (ns-set-resource): Declare.
18347
18348 * ses.el (row, col): Declare dynamic variables honestly.
18349
18350 * textmodes/reftex-parse.el (index-tags): Declare.
18351
18352 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
18353
18354 * cus-edit.el (customize-push-and-save): New function.
18355
18356 * files.el (hack-local-variables-confirm): Use it.
18357
18358 * custom.el (load-theme): New arg NO-CONFIRM.
18359 Use customize-push-and-save (Bug#8720).
18360 (custom-enabled-themes): Doc fix.
18361
18362 * cus-theme.el (customize-create-theme)
18363 (custom-theme-merge-theme): Callers to load-theme changed.
18364
18365 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
18366
18367 * thingatpt.el (thing-at-point-short-url-regexp): Require that
18368 short URLs have at least one dot in them (bug #7614).
18369
18370 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
18371 nil, because using a pty is apparently too slow (bug #895).
18372
18373 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18374
18375 * mail/sendmail.el (sendmail-query-once): New function.
18376 (sendmail-query-once-function): New variable.
18377
18378 2011-06-29 Glenn Morris <rgm@gnu.org>
18379
18380 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
18381
18382 * ses.el (top-level): Require cl when compiling.
18383 (ses-set-localvars): Fix error statement.
18384 Call it at compile time to silence a storm of warnings.
18385
18386 2011-06-29 Martin Rudalics <rudalics@gmx.at>
18387
18388 * window.el (normalize-live-buffer): Rename to
18389 window-normalize-buffer.
18390 (normalize-live-frame): Rename to window-normalize-frame.
18391 (normalize-any-window): Rename to window-normalize-any-window.
18392 (normalize-live-window): Rename to window-normalize-live-window.
18393 (make-window-atom): Rename to window-make-atom.
18394 (window-resize-reset): Rename to window--resize-reset.
18395 (window-resize-reset-1): Rename to window--resize-reset-1.
18396 (resize-mini-window): Rename to window--resize-mini-window.
18397 (resize-subwindows-skip-p): Rename to
18398 window--resize-subwindows-skip-p.
18399 (resize-subwindows-normal): Rename to
18400 window--resize-subwindows-normal.
18401 (resize-subwindows): Rename to window--resize-subwindows.
18402 (resize-other-windows): Rename to window--resize-siblings.
18403 (resize-this-window): Rename to window--resize-this-window.
18404 (resize-root-window): Rename to window--resize-root-window.
18405 (resize-root-window-vertically): Rename to
18406 window--resize-root-window-vertically.
18407 (normalize-buffer-to-display): Rename to
18408 window-normalize-buffer-to-display.
18409 (normalize-buffer-to-switch-to): Rename to
18410 window-normalize-buffer-to-switch-to.
18411 Correspondingly update all callers of the functions listed
18412 above.
18413 (display-buffer-alist, display-buffer-normalize-arguments)
18414 (display-buffer-normalize-options, display-buffer)
18415 (display-buffer-alist-set): Use "function" instead of
18416 "fun-with-args".
18417
18418 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
18419
18420 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
18421 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
18422 debbugs.gnu.org. Mention acknowledgment email.
18423
18424 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
18425
18426 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
18427 buffer multibyteness, since it shouldn't matter.
18428
18429 2011-06-28 Martin Rudalics <rudalics@gmx.at>
18430
18431 * window.el (display-buffer-in-side-window): Handle dedicated
18432 windows as in display-buffer-reuse-window.
18433 (display-buffer-normalize-alist): Use value of override
18434 specifier.
18435 (display-buffer-normalize-specifiers): Use value of
18436 other-window-means-other-frame specifier.
18437 (display-buffer-alist): Rewrite some texts in widgets.
18438 (display-buffer): Spread arguments when calling function
18439 specified by fun-with-args.
18440
18441 2011-06-28 Deniz Dogan <deniz@dogan.se>
18442
18443 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18444 Unnest `let'.
18445
18446 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
18447 selectors (Bug#5732).
18448 (css-proprietary-nmstart-re): Use `regexp-opt'.
18449
18450 2011-06-27 Jari Aalto <jari.aalto@cante.net>
18451
18452 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
18453 (eshell-ls-date-format): New defcustom.
18454 (eshell-ls-file): Use it.
18455
18456 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
18457
18458 * help-fns.el (describe-variable): Fix message for terminal-local vars.
18459
18460 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
18461
18462 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
18463 (ange-ftp-make-tmp-name): New arg.
18464 (ange-ftp-file-local-copy): Use it.
18465
18466 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
18467
18468 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
18469 no-conversion (Bug#8870).
18470
18471 2011-06-27 Martin Rudalics <rudalics@gmx.at>
18472
18473 * window.el (window-right, window-left, window-child)
18474 (window-child-count, window-last-child)
18475 (window-iso-combination-p, walk-window-tree-1)
18476 (window-atom-check-1, window-tree-1, delete-window)
18477 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
18478 new naming conventions - window-vchild, window-hchild,
18479 window-next and window-prev are now called window-top-child,
18480 window-left-child, window-next-sibling and window-prev-sibling
18481 respectively.
18482 (resize-window-reset): Rename to window-resize-reset.
18483 (resize-window-reset-1): Rename to window-resize-reset-1.
18484 (resize-window): Rename to window-resize.
18485 (window-min-height, window-min-width)
18486 (resize-mini-window, resize-this-window, resize-root-window)
18487 (resize-root-window-vertically, adjust-window-trailing-edge)
18488 (enlarge-window, shrink-window, maximize-window)
18489 (minimize-window, delete-window, quit-restore-window)
18490 (split-window, balance-windows, balance-windows-area-adjust)
18491 (balance-windows-area, window-state-put-2)
18492 (display-buffer-even-window-sizes, display-buffer-set-height)
18493 (display-buffer-set-width, set-window-text-height)
18494 (fit-window-to-buffer): Rename all "resize-window" prefixed
18495 calls to use the "window-resize" prefix convention.
18496 (display-buffer-alist): Fix symbol for label specifier.
18497 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
18498 corresponding specifier.
18499 Reported by Juanma Barranquero <lekktu@gmail.com>.
18500
18501 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
18502
18503 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
18504 convention.
18505 (ses-call-printer): Does not pass an empty string to formatter when the
18506 cell is empty to keep from barking printer Calc math-format-value.
18507
18508 2011-06-27 Richard Stallman <rms@gnu.org>
18509
18510 * battery.el (battery-mode-line-limit): New variable.
18511 (battery-update): Handle it.
18512
18513 * mail/rmailmm.el (rmail-mime-process-multipart):
18514 Handle truncated messages.
18515
18516 2011-06-27 Glenn Morris <rgm@gnu.org>
18517
18518 * progmodes/flymake.el (flymake-err-line-patterns):
18519 Allow for column numbers in the ant/javac pattern. (Bug#8866)
18520
18521 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
18522
18523 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
18524 (ses--clean-!, ses--clean-_): New functions.
18525 (ses-range): Add configurability of readout order, and conversion
18526 to Calc vector.
18527
18528 * ses.el (ses-repair-cell-reference-all): New function.
18529 (ses-cell-symbol): Set macro as safe, so that it can be used in
18530 formulas.
18531
18532 * ses.el: Update cycle detection algorithm.
18533 (ses-localvars): Add ses--Dijkstra-attempt-nb and
18534 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
18535 (ses-set-localvars): New function.
18536 (ses-make-cell): Add property-list as a cell element.
18537 (ses-cell-property-get-fun, ses-cell-property-get)
18538 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
18539 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
18540 New functions.
18541 (ses-cell-property-set, ses-cell-property-pop)
18542 (ses-cell-property-get-handle): New macro.
18543 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
18544 New aliases, used for code readability.
18545 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
18546 cycle detection.
18547 (ses-self-reference-early-detection): New defcustom.
18548 (ses-formula-references): Robustify against self-referring cells.
18549 (ses-mode): Use ses-set-localvars.
18550 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
18551 before lauching the update processing.
18552 (ses-initialize-Dijkstra-attempt): New function.
18553 (ses-recalculate-cell): Update for cycle detection based on
18554 Dijkstra algorithm.
18555
18556 * ses.el: Fix commenting and indenting convention.
18557
18558 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
18559
18560 * bs.el (bs-cycle-next): Complete last change.
18561
18562 2011-06-27 Drew Adams <drew.adams@oracle.com>
18563
18564 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
18565
18566 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18567
18568 * net/network-stream.el (network-stream-open-starttls):
18569 Don't re-get capabilities unless we've reestablished connection.
18570 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
18571
18572 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
18573 to binary to possibly avoid line encoding issues on Windows (among
18574 other things).
18575
18576 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
18577
18578 * net/network-stream.el (open-network-stream): Return an :error
18579 saying what the problem was, if possible.
18580
18581 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
18582 server.
18583
18584 * net/network-stream.el (network-stream-open-starttls): If we
18585 wanted to use STARTTLS, and the server offered it, but we weren't
18586 able to because we had no STARTTLS support, then close the connection.
18587 (open-network-stream): Return an :error element, if present.
18588
18589 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
18590
18591 * hl-line.el (hl-line-sticky-flag): Doc fix.
18592 (global-hl-line-sticky-flag): New option (Bug#8323).
18593 (global-hl-line-highlight): Obey it.
18594
18595 * vc/vc.el (vc-revert-show-diff): Default to t.
18596
18597 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
18598
18599 * allout-widgets.el (allout-widgets-post-command-business):
18600 Stop decorating intermediate isearch matches. They're not being
18601 undecorated when an isearch is continued past, and isearch
18602 automatically collapses them. This leads to "widget leaks", where
18603 decorated items accumulate in collapsed areas. Lines with lots of
18604 hidden widgets can slow down cursor travel, substantially.
18605 Too much complicated machinery would be needed to ensure undecoration,
18606 so we're doing without this nicety.
18607
18608 (allout-widgets-tally-string): Don't try to do a hash-table-count
18609 of allout-widgets-tally when it's nil. This eliminates spurious "Error
18610 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
18611 *Messages* when allout-widgets-maintain-tally is t.
18612
18613 2011-06-26 Martin Rudalics <rudalics@gmx.at>
18614
18615 * window.el (display-buffer-normalize-argument): Rename to
18616 display-buffer-normalize-arguments. Handle special meaning of
18617 LABEL argument. Respect special-display-function when popping up
18618 a new frame. Fix code searching for a window showing the buffer
18619 on another frame.
18620 (display-buffer-normalize-specifiers):
18621 Call display-buffer-normalize-arguments.
18622 (display-buffer-in-window): Don't undedicate the window if its
18623 buffer remains the same.
18624 Reported by Drew Adams <drew.adams@oracle.com>.
18625 (display-buffer-alist): Add choice for same-window macro
18626 specfier.
18627 (display-buffer): Mention special meaning of LABEL argument in
18628 doc-string. Fix quoting. Don't pop up a new frame even as
18629 fallback.
18630
18631 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
18632
18633 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
18634 avoid deleting the current window in some cases (bug#8911).
18635
18636 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
18637
18638 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
18639 (Bug#8934)
18640
18641 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
18642
18643 * net/network-stream.el (network-stream-open-starttls):
18644 Use built-in TLS support if `gnutls-available-p' is true.
18645 (network-stream-open-tls): Ditto.
18646
18647 2011-06-26 Leo Liu <sdl.web@gmail.com>
18648
18649 * register.el (registerv): New struct.
18650 (registerv-make): New function.
18651 (jump-to-register, describe-register-1, insert-register):
18652 Support the jump-func, print-func and insert-func slot of a registerv
18653 struct. (Bug#8415)
18654
18655 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
18656
18657 * vc/vc.el (vc-revert-show-diff): New defcustom.
18658 (vc-diff-internal): New arg specifying diff buffer.
18659 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
18660 reuse an existing *vc-diff* buffer (Bug#8927).
18661
18662 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
18663
18664 2011-06-26 Glenn Morris <rgm@gnu.org>
18665
18666 * progmodes/f90.el (f90-critical-indent): New option.
18667 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
18668 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
18669 (f90-mode): Doc fix.
18670 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
18671 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
18672 (f90-beginning-of-block, f90-next-block, f90-indent-region)
18673 (f90-match-end): Handle block, critical.
18674
18675 2011-06-25 Glenn Morris <rgm@gnu.org>
18676
18677 * calendar/diary-lib.el (diary-included-files): Doc fix.
18678 (diary-include-files): New function, extracted from
18679 diary-include-other-diary-files and diary-mark-included-diary-files.
18680 (diary-include-other-diary-files, diary-mark-included-diary-files):
18681 Just call diary-include-files.
18682 (diary-mark-entries): Reset diary-included-files on first call.
18683
18684 * calendar/diary-lib.el (diary-mark-entries)
18685 (diary-mark-included-diary-files):
18686 Visit included diary-files in temp buffers.
18687
18688 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
18689 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
18690 (f90-start-block-re, f90-imenu-generic-expression)
18691 (f90-looking-at-program-block-start, f90-no-block-limit):
18692 Add support for submodules.
18693
18694 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
18695 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
18696
18697 2011-06-25 Eli Zaretskii <eliz@gnu.org>
18698
18699 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
18700 buffer-file-type before setting its value, to avoid disastrous
18701 global effects on decoding files for DOS/Windows systems. (Bug#8780)
18702
18703 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
18704
18705 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
18706
18707 * ses.el (ses-unload-function):
18708 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
18709
18710 * proced.el (proced-unload-function):
18711 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
18712
18713 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
18714
18715 * server.el (server-create-window-system-frame): Add parameters arg.
18716 (server-process-filter): Doc fix. Handle frame-parameters.
18717
18718 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
18719
18720 Fix bug#8730, bug#8781.
18721
18722 * loadhist.el (unload--set-major-mode): New function.
18723 (unload-feature): Use it.
18724
18725 * progmodes/python.el (python-after-info-look): Add autoload cookie.
18726 (python-unload-function): New function.
18727
18728 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
18729
18730 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
18731
18732 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
18733
18734 * net/browse-url.el (browse-url-firefox-program): Add icecat to
18735 the candidates list.
18736
18737 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
18738
18739 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
18740
18741 2011-06-23 Richard Stallman <rms@gnu.org>
18742
18743 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
18744 (rmail-variables): Set next-error-move-function.
18745 (rmail-what-message): Take argument POS.
18746 (rmail-next-error-move): New function.
18747
18748 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
18749
18750 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
18751 messages for adjacent non-terminals.
18752
18753 2011-06-23 Richard Stallman <rms@gnu.org>
18754
18755 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
18756 (rmail-show-message-1): Preserve buffer modified flag.
18757 (rmail-start-mail): Don't specify use of rmail-mail-return;
18758 that's done by mail-bury now.
18759 (rmail-mail-return): Handle arg NEWBUF.
18760
18761 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
18762
18763 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
18764 SIZE is a number.
18765
18766 2011-06-23 Martin Rudalics <rudalics@gmx.at>
18767
18768 * window.el (get-lru-window, get-mru-window)
18769 (get-largest-window): Never return a minibuffer window.
18770 (display-buffer-pop-up-window): Fix a bug that could lead to
18771 reusing the minibuffer window.
18772 (display-buffer): Pass original specifier argument to
18773 display-buffer-function instead of the normalized one.
18774 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18775
18776 2011-06-22 Leo Liu <sdl.web@gmail.com>
18777
18778 * minibuffer.el (completing-read-function)
18779 (completing-read-default): Move from minibuf.c.
18780
18781 2011-06-22 Richard Stallman <rms@gnu.org>
18782
18783 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
18784 to Rmail even if not started by a special Rmail command.
18785
18786 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
18787 Copy the buffer currently showing just one message.
18788
18789 2011-06-22 Roland Winkler <winkler@gnu.org>
18790
18791 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
18792 (bibtex-clean-entry): First delete the old key so that a
18793 customized algorithm for generating the new key does not get
18794 confused by the old key.
18795 (bibtex-url): Obey regexp of first step.
18796 (bibtex-search-entries): Do not use add-to-list with local
18797 list-var.
18798
18799 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18800
18801 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
18802 stored a user name, then query for the password first, instead of
18803 waiting for SMTP to give an error message and the trying again.
18804
18805 2011-06-22 Lawrence Mitchell <wence@gmx.li>
18806
18807 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
18808 BUFFER in call-process.
18809
18810 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18811
18812 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
18813 QUIT twice.
18814 (smtpmail-try-auth-methods): Require user name and password from
18815 auth-source.
18816
18817 2011-06-22 Martin Rudalics <rudalics@gmx.at>
18818
18819 * window.el (display-buffer-default-specifiers)
18820 (display-buffer-alist): Remove entries for pop-up-frame-alist.
18821 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
18822 (split-window): Normalize SIDE argument (Bug#8916).
18823
18824 * frame.el (pop-up-frame-alist, pop-up-frame-function)
18825 (special-display-frame-alist, special-display-popup-frame):
18826 Remove duplicate declarations. These are now in window.el.
18827
18828 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18829
18830 * mail/smtpmail.el (smtpmail-via-smtp):
18831 Set :use-starttls-if-possible so that we always use STARTTLS if the
18832 server supports it. SMTP servers that support STARTTLS commonly
18833 require it.
18834
18835 * net/network-stream.el (network-stream-open-starttls): Support
18836 upgrading to STARTTLS always, even if we don't have built-in support.
18837 (open-network-stream): Add the :always-query-capabilities keyword.
18838
18839 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
18840 upgrades with `open-network-stream', and rely solely on
18841 auth-source for all credentials. Big changes throughout the file,
18842 but in particular:
18843 (smtpmail-auth-credentials): Remove.
18844 (smtpmail-starttls-credentials): Remove.
18845 (smtpmail-via-smtp): Check for servers saying they want AUTH after
18846 MAIL FROM, too.
18847
18848 * net/network-stream.el (network-stream-open-starttls):
18849 Provide support for client certificates both for external and built-in
18850 STARTTLS.
18851 (auth-source): Require.
18852 (open-network-stream): Document the :client-certificate keyword.
18853 (network-stream-certificate): Change cert-cert to cert and
18854 cert-key to key.
18855
18856 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
18857
18858 * net/tramp-cache.el (top): Don't load the persistency file when
18859 "emacs -Q" has been called.
18860
18861 2011-06-21 Tim Harper <timcharper@gmail.com>
18862
18863 * term/ns-win.el (ns-initialize-window-system):
18864 Set application-specific `ApplePressAndHoldEnabled' system
18865 resource to NO as it is not yet supported by the NS port.
18866
18867 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
18868
18869 * misc.el (list-dynamic-libraries--refresh): Compute header here...
18870 (list-dynamic-libraries): ...not here.
18871
18872 2011-06-21 Leo Liu <sdl.web@gmail.com>
18873
18874 * subr.el (sha1): Implement sha1 using secure-hash.
18875
18876 2011-06-21 Martin Rudalics <rudalics@gmx.at>
18877
18878 * window.el (display-buffer-alist): In default value do not
18879 enforce searching a window on any but the selected frame.
18880 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18881 (display-buffer-select-window): Remove function.
18882 (display-buffer-in-window): When a window on another frame gets
18883 reused, do not select it any more but just raise its frame if
18884 necessary (Bug#8851) and (Bug#8856).
18885 (display-buffer-normalize-options): Handle pop-up-frames related
18886 options more faithfully.
18887 (pop-to-buffer): Don't rely on `display-buffer' selecting the
18888 window if it is on another frame.
18889 (display-buffer-alist, display-buffer-default-specifiers):
18890 Don't make new frame unsplittable by default.
18891 (display-buffer-normalize-argument): Fix doc-string typo and use
18892 'same-frame-other-window instead of 'other-window when associating
18893 with display-buffer-macro-specifiers.
18894
18895 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
18896
18897 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
18898 New functions.
18899 (5x5-mode-map, 5x5-mode-menu): Bind them.
18900 (5x5-draw-grid): Tweak the solver's rendering.
18901
18902 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
18903
18904 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
18905 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
18906
18907 2011-06-21 Drew Adams <drew.adams@oracle.com>
18908
18909 * menu-bar.el: Use function variable instead of switch-to-buffer.
18910 (menu-bar-select-buffer-function): New variable.
18911 (menu-bar-update-buffers): Use it (bug#8876).
18912
18913 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
18914
18915 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
18916 variable's status.
18917
18918 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
18919
18920 * x-dnd.el (x-dnd-version-from-flags)
18921 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
18922 and long as number (Bug#8899).
18923 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
18924
18925 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
18926
18927 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
18928 (completion-try-completion, completion-all-completions): Compute the
18929 metadata argument if it's missing; make it optional (bug#8795).
18930
18931 * wid-edit.el: Use lex-bind and move towards completion-at-point.
18932 (widget-complete): Use new :completion-function property.
18933 (widget-completions-at-point): New function.
18934 (default): Use :completion-function instead of :complete.
18935 (widget-default-completions): Rename from widget-default-complete;
18936 Rewrite.
18937 (widget-string-complete, widget-file-complete, widget-color-complete):
18938 Remove functions.
18939 (file, symbol, function, variable, coding-system, color):
18940 * international/mule-cmds.el (default-input-method, charset)
18941 (language-info-custom-alist):
18942 * cus-edit.el (face): Use new property :completions.
18943
18944 * progmodes/pascal.el (pascal-completions-at-point): New function.
18945 (pascal-mode): Use it.
18946 (pascal-mode-map): Use completion-at-point.
18947 (pascal-toggle-completions): Make obsolete.
18948 (pascal-complete-word, pascal-show-completions):
18949 * progmodes/octave-mod.el (octave-complete-symbol):
18950 Redefine as obsolete alias.
18951 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
18952 Signal absence of completion info for old Octave,
18953 (inferior-octave-complete): Redefine as obsolete alias.
18954 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
18955 (meta-completions-at-point): Rename from meta-complete-symbol and
18956 adapt it for use on completion-at-point-functions.
18957 (meta-common-mode): Use it.
18958 (meta-looking-at-backward, meta-match-buffer): Remove.
18959 (meta-complete-symbol): Redefine as obsolete alias.
18960 (meta-common-mode-map): Use completion-at-point.
18961 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
18962 (makefile-mode-map): Use completion-at-point.
18963 (makefile-completions-at-point): Rename from makefile-complete and
18964 adapt it for use on completion-at-point-functions.
18965 (makefile-mode): Use it.
18966 (makefile-complete): Redefine as obsolete alias.
18967
18968 2011-06-20 Deniz Dogan <deniz@dogan.se>
18969
18970 * net/rcirc.el: Delete trailing whitespaces once and for all.
18971
18972 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
18973
18974 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
18975
18976 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
18977
18978 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
18979
18980 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
18981
18982 2011-06-19 Martin Rudalics <rudalics@gmx.at>
18983
18984 * window.el (display-buffer-other-window-means-other-frame):
18985 Call display-buffer-normalize-alist.
18986 (display-buffer-normalize-specifiers-1): Rename to
18987 display-buffer-normalize-argument. New argument other-frame.
18988 Rewrite.
18989 (display-buffer-normalize-specifiers-2): Rename to
18990 display-buffer-normalize-options.
18991 (display-buffer-normalize-alist-1): New function.
18992 (display-buffer-normalize-specifiers-3): Rename to
18993 display-buffer-normalize-alist.
18994 Call display-buffer-normalize-alist-1.
18995 (display-buffer-normalize-options-inhibit): New variable.
18996 (display-buffer-normalize-specifiers): Rewrite calling
18997 display-buffer-normalize-alist,
18998 display-buffer-normalize-argument, and
18999 display-buffer-normalize-options. Don't call the latter if
19000 display-buffer-normalize-options-inhibit is non-nil.
19001 (frame-auto-delete): New option.
19002 (window-deletable-p): Use frame-auto-delete.
19003 (window-list-no-nils, window-state-ignored-parameters)
19004 (window-state-get-1, window-state-get, window-state-put-list)
19005 (window-state-put-1, window-state-put-2, window-state-put):
19006 New functions.
19007 (display-buffer-normalize-options): Move special-display-p group
19008 after pop-up-frame group (Bug#8851) and (Bug#8856).
19009
19010 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
19011
19012 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
19013 groups (Bug#8776).
19014 (rx-submatch-n): New function.
19015 (rx): Document it.
19016
19017 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
19018 (Bug#8768).
19019
19020 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
19021
19022 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
19023
19024 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
19025 anytime existing face settings are present (Bug#8889).
19026
19027 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
19028 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
19029 Remove unused argument.
19030
19031 2011-06-18 Martin Rudalics <rudalics@gmx.at>
19032
19033 * window.el (display-buffer-default-specifiers):
19034 Remove pop-up-frame. Add pop-up-window-min-height,
19035 pop-up-window-min-width, and another reuse-window specifier
19036 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
19037 (display-buffer-normalize-specifiers-2):
19038 Handle split-height-threshold and split-width-threshold also when
19039 pop-up-windows is unset. Add a reuse-window specifier for the
19040 case popping up a new window fails.
19041 (special-display-popup-frame): Remove double quoting.
19042 (display-buffer-normalize-specifiers-1): Fix thinko.
19043
19044 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
19045
19046 * shell.el (shell-completion-vars): Set pcomplete-termination-string
19047 according to comint-completion-addsuffix.
19048
19049 * pcomplete.el: Convert to lexical binding and fix bug#8819.
19050 (pcomplete-suffix-list): Mark as obsolete.
19051 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
19052 pcomplete-seen in the closure.
19053 (pcomplete-comint-setup): Setup completion-at-point as well.
19054 (pcomplete--entries): New function.
19055 (pcomplete--env-regexp): New var.
19056 (pcomplete-entries): Rewrite to work with partial-completion and
19057 without relying on pcomplete-suffix-list.
19058 (pcomplete-pare-list): Remove, unused.
19059
19060 2011-06-17 Martin Rudalics <rudalics@gmx.at>
19061
19062 * window.el (display-buffer-alist): Set pop-up-window-min-height
19063 and pop-up-window-min-width in default value. Reported by
19064 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
19065 other-window-means-other-frame.
19066 (display-buffer-macro-specifiers): Comment out entry for
19067 other-window specifier.
19068 (display-buffer-other-window-means-other-frame): New function.
19069 (display-buffer-normalize-specifiers-1): New arguments
19070 buffer-name and label. Treat other-window case specially.
19071 (display-buffer-normalize-specifiers-2): Treat other-window case
19072 specially.
19073 (display-buffer-normalize-specifiers-3): New function.
19074 (display-buffer-normalize-specifiers):
19075 Call display-buffer-normalize-specifiers-3.
19076
19077 2011-06-17 Martin Rudalics <rudalics@gmx.at>
19078
19079 * window.el (same-window-p): Fix two typos introduced when
19080 adding with-no-warnings.
19081 (display-buffer-normalize-specifiers-1): Don't check
19082 pop-up-frames for 'unset initialization.
19083 (display-buffer-normalize-specifiers-2): Major rewrite using
19084 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
19085 (pop-up-frames, display-buffer-reuse-frames)
19086 (display-buffer-mark-dedicated): Don't initialize to 'unset.
19087 Suggested by David Engster <deng@randomsample.de>.
19088 (even-window-heights): Initialize to 'unset.
19089 (display-buffer-alist-set): Handle new 'unset initializations.
19090 (display-buffer-macro-specifiers): Don't pop up a new frame in the
19091 other window case.
19092
19093 2011-06-16 Martin Rudalics <rudalics@gmx.at>
19094
19095 * window.el (display-buffer-normalize-specifiers-1):
19096 Respect current value of pop-up-frames for most reasonable values of
19097 second argument of display-buffer (Bug#8865).
19098 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
19099 (switch-to-buffer-other-window-same-frame)
19100 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
19101 Adams (Bug#8875).
19102 (display-buffer): Don't check noninteractive when calling
19103 display-buffer-pop-up-frame.
19104 (display-buffer-pop-up-frame): Never pop up a frame in
19105 noninteractive mode (Bug#8857).
19106 (enlarge-window, shrink-window): Don't report an error when the
19107 window can't be resized as requested (Bug#8862).
19108
19109 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19110
19111 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
19112
19113 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
19114
19115 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
19116
19117 2011-06-15 Alan Mackenzie <acm@muc.de>
19118
19119 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
19120 for declarators, disable knr checking to speed up for normal files.
19121 2: Refactor, replacing a sequence of nested if forms by a cond form.
19122
19123 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19124
19125 * net/network-stream.el (open-network-stream): Add the keyword
19126 :always-query-capabilities for the case where you want to force a
19127 `plain' network connection, but the protocol still requires the
19128 capabilitiy command (i.e., SMTP and EHLO).
19129
19130 * subr.el (process-live-p): Rename from `process-alive-p' for
19131 consistency with other `-live-p' functions.
19132
19133 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19134
19135 * window.el (same-window-buffer-names, same-window-regexps)
19136 (special-display-frame-alist, special-display-popup-frame)
19137 (special-display-function, special-display-buffer-names)
19138 (special-display-regexps, pop-up-frame-alist)
19139 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
19140 (pop-up-windows, split-window-preferred-function)
19141 (split-height-threshold, split-width-threshold, even-window-heights)
19142 (display-buffer-mark-dedicated): Don't encourage the use of
19143 display-buffer-alist from Elisp code.
19144
19145 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
19146
19147 * progmodes/python.el (python-mode): Derive from prog-mode.
19148 * progmodes/ps-mode.el (ps-mode):
19149 * progmodes/mixal-mode.el (mixal-mode):
19150 * progmodes/cfengine.el (cfengine-mode):
19151 * progmodes/ld-script.el (ld-script-mode): Likewise.
19152
19153 2011-06-15 Martin Rudalics <rudalics@gmx.at>
19154
19155 * window.el (display-buffer-alist): Trim default value to avoid
19156 popping up a new frame (Bug#8857) or reusing an arbitrary window
19157 on another frame.
19158 (display-buffer): Do not fall back on popping up a new frame in
19159 batch mode (Bug#8857).
19160
19161 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
19162
19163 * cus-theme.el (describe-theme-1): Use custom-theme-p.
19164 (custom-theme-summary): New function.
19165 (customize-themes): Use it.
19166
19167 2011-06-13 Glenn Morris <rgm@gnu.org>
19168
19169 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
19170
19171 2011-06-13 Martin Rudalics <rudalics@gmx.at>
19172
19173 * help.el (help-window): Remove variable.
19174 (help-window-point-marker, temp-buffer-max-height)
19175 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
19176 (help-print-return-message): Don't set help-window.
19177 (resize-temp-buffer-window): Rewrite cod eand doc-string.
19178 (help-window-setup-finish): Remove.
19179 (help-window-display-message, help-window-setup)
19180 (with-help-window): Major rewrite based on new
19181 display-buffer-window variable.
19182
19183 * help-mode.el (help-mode-finish): Remove help-window related
19184 code.
19185
19186 * view.el (view-exits-all-viewing-windows): Remove reference to
19187 view-return-to-alist in doc-string.
19188 (view-return-to-alist): Make obsolete.
19189 (view-buffer): Call pop-to-buffer-same-window and remove
19190 undo-window code.
19191 (view-buffer-other-window): Call pop-to-buffer-other-window and
19192 simplify code. Ignore second argument.
19193 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
19194 simplify code. Ignore second argument.
19195 (view-return-to-alist-update): Make obsolete.
19196 (view-mode-enter): Rename second argument to QUIT-RESTORE.
19197 Rewrite using quit-restore window parameters.
19198 (view-mode-exit): Rename second argument to EXIT-ONLY.
19199 Rewrite using quit-restore-window.
19200 (View-exit, View-exit-and-edit, View-leave, View-quit)
19201 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
19202 appropriate arguments.
19203 (view-end-message): Use quit-restore window parameter.
19204
19205 * window.el (display-buffer-function): Rewrite doc-string.
19206 (display-buffer-window, display-buffer-alist): New variables.
19207 (display-buffer-split-specifiers)
19208 (display-buffer-side-specifiers)
19209 (display-buffer-macro-specifiers): New constants.
19210 (display-buffer-even-window-sizes, display-buffer-set-height)
19211 (display-buffer-set-width, display-buffer-select-window)
19212 (display-buffer-in-window, display-buffer-reuse-window)
19213 (display-buffer-split-window-1, display-buffer-split-window)
19214 (display-buffer-split-atom-window, display-buffer-pop-up-window)
19215 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
19216 (display-buffer-in-side-window, normalize-buffer-to-display)
19217 (display-buffer-normalize-specifiers-1)
19218 (display-buffer-normalize-specifiers-2)
19219 (display-buffer-normalize-specifiers, display-buffer-frame):
19220 New functions.
19221 (display-buffer): Major rewrite.
19222 (display-buffer-other-window, display-buffer-other-frame)
19223 (pop-to-buffer, switch-to-buffer-other-window)
19224 (switch-to-buffer-other-frame): Rewrite.
19225 (display-buffer-same-window, display-buffer-same-frame)
19226 (display-buffer-same-frame-other-window)
19227 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
19228 (pop-to-buffer-other-window)
19229 (pop-to-buffer-same-frame-other-window)
19230 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
19231 (switch-to-buffer-other-window-same-frame): New functions.
19232 (same-window-p, special-display-p): Rewrite disabling warnings.
19233 Make obsolete.
19234 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19235 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
19236 Make obsolete
19237 (same-window-buffer-names, same-window-regexps)
19238 (special-display-frame-alist, special-display-popup-frame)
19239 (special-display-function, special-display-buffer-names)
19240 (special-display-regexps, pop-up-frame-alist)
19241 (pop-up-frame-function, split-window-preferred-function)
19242 (split-height-threshold, split-width-threshold)
19243 (even-window-heights): Make obsolete.
19244
19245 2011-06-12 Glenn Morris <rgm@gnu.org>
19246
19247 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
19248 Misc simplifications.
19249
19250 2011-06-12 Martin Rudalics <rudalics@gmx.at>
19251
19252 * window.el (window-safely-shrinkable-p): Restore function which
19253 was inadvertently removed in change from 2011-06-11. Declare as
19254 obsolete.
19255
19256 * calendar/calendar.el (calendar-generate-window):
19257 Use window-iso-combined-p instead of combination of one-window-p and
19258 window-safely-shrinkable-p.
19259
19260 2011-06-12 Glenn Morris <rgm@gnu.org>
19261
19262 * progmodes/fortran.el (fortran-mode-syntax-table):
19263 * progmodes/f90.el (f90-mode-syntax-table):
19264 Set % to punctuation. (Bug#8820)
19265 (f90-find-tag-default): Remove, no longer needed.
19266
19267 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
19268
19269 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
19270
19271 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
19272
19273 * image.el (image-animated-p): Return animation delay in seconds.
19274 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
19275 (image-animate-timeout): Remove DELAY argument. Don't assume
19276 every subimage has the same delay; get it from image-animated-p.
19277 (image-animate): Caller changed.
19278
19279 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
19280
19281 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
19282 to ignored backtrace functions.
19283
19284 2011-06-11 Glenn Morris <rgm@gnu.org>
19285
19286 * calendar/appt.el (appt-disp-window-function): Doc fix.
19287 (appt-check): Handle overlapping appointments. (Bug#8337)
19288
19289 2011-06-11 Martin Rudalics <rudalics@gmx.at>
19290
19291 * window.el (window-tree-1, window-tree): New functions, moving
19292 the latter to window.el.
19293 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19294 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19295 (bw-refresh-edges): Remove.
19296 (balance-windows-1, balance-windows-2): New functions.
19297 (balance-windows): Rewrite in terms of window tree functions,
19298 balance-windows-1 and balance-windows-2.
19299 (bw-adjust-window): Remove.
19300 (balance-windows-area-adjust): New function with functionality of
19301 bw-adjust-window but using resize-window.
19302 (set-window-text-height): Rewrite doc-string.
19303 Use normalize-live-window and resize-window.
19304 (enlarge-window-horizontally, shrink-window-horizontally):
19305 Rename argument to DELTA.
19306 (window-buffer-height): New function.
19307 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
19308 Rewrite using new window resize routines.
19309 (kill-buffer-and-window, mouse-autoselect-window-select):
19310 Use ignore-errors instead of condition-case.
19311 (quit-window): Call delete-frame instead of delete-windows-on
19312 for the only buffer on frame.
19313
19314 2011-06-10 Martin Rudalics <rudalics@gmx.at>
19315
19316 * loadup.el (top-level): Load window before files for the sake
19317 of replace-buffer-in-windows.
19318
19319 * files.el (read-buffer-to-switch)
19320 (switch-to-buffer-other-window)
19321 (switch-to-buffer-other-frame, display-buffer-other-frame):
19322 Move to window.el.
19323
19324 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
19325 (previous-buffer): Move to window.el.
19326
19327 * bindings.el (unbury-buffer): Move to window.el.
19328
19329 * window.el (delete-other-windows-vertically): Move after
19330 definition of delete-other-windows.
19331 (other-window, delete-windows-on, replace-buffer-in-windows):
19332 Move here from window.c.
19333 (record-window-buffer, unrecord-window-buffer)
19334 (set-window-buffer-start-and-point, switch-to-prev-buffer)
19335 (switch-to-next-buffer): New functions.
19336 (get-next-valid-buffer, last-buffer, next-buffer): Move here
19337 from simple.el. Call switch-to-next-buffer.
19338 (previous-buffer): Move here from simple.el.
19339 Call switch-to-prev-buffer.
19340 (bury-buffer): Move here from buffer.c. Switch to previous
19341 buffer when window cannot be deleted.
19342 (unbury-buffer): Move here from bindings.el.
19343 (ctl-x-map): Move binding for other-window from window.c to
19344 here.
19345 (read-buffer-to-switch, switch-to-buffer-other-window)
19346 (switch-to-buffer-other-frame): Move here from files.el.
19347 (normalize-buffer-to-switch-to): New functions.
19348 (switch-to-buffer): Move here from buffer.c.
19349 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
19350
19351 2011-06-10 Martin Rudalics <rudalics@gmx.at>
19352
19353 * window.el (window-min-height, window-min-width): Move here
19354 from window.c. Add defcustoms and rewrite doc-strings.
19355 (resize-mini-window, resize-window): New functions.
19356 (adjust-window-trailing-edge, enlarge-window, shrink-window):
19357 Move here from window.c.
19358 (maximize-window, minimize-window): New functions.
19359 (delete-window, delete-other-windows, split-window): Move here
19360 from window.c.
19361 (window-split-min-size): New function.
19362 (split-window-keep-point): Mention split-window-above-each-other
19363 instead of split-window-vertically.
19364 (split-window-above-each-other, split-window-vertically):
19365 Rename split-window-vertically to split-window-above-each-other
19366 and provide defalias for old definition.
19367 (split-window-side-by-side, split-window-horizontally):
19368 Rename split-window-horizontally to split-window-side-by-side
19369 and provide defalias for the old definition.
19370 (ctl-x-map): Move bindings for delete-window,
19371 delete-other-windows and enlarge-window here from window.c.
19372 Replace bindings for split-window-vertically and
19373 split-window-horizontally by bindings for
19374 split-window-above-each-other and split-window-side-by-side.
19375
19376 * cus-start.el (all): Remove entries for window-min-height and
19377 window-min-width. Add entries for window-splits and
19378 window-nest.
19379
19380 2011-06-09 Glenn Morris <rgm@gnu.org>
19381
19382 * calendar/appt.el (appt-mode-line): New function.
19383 (appt-check, appt-disp-window): Use it.
19384
19385 * files.el (hack-one-local-variable-eval-safep):
19386 Allow minor-modes with explicit +/-1 arguments.
19387
19388 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
19389
19390 * term/xterm.el (xterm): Add defgroup.
19391 (xterm-extra-capabilities): Add defcustom to supply known xterm
19392 capabilities, skip querying them, or query them (default).
19393 (terminal-init-xterm): Use it.
19394 (terminal-init-xterm-modify-other-keys): New function to set up
19395 modifyOtherKeys support to simplify `terminal-init-xterm'.
19396
19397 2011-06-09 Martin Rudalics <rudalics@gmx.at>
19398
19399 * window.el (resize-window-reset, resize-window-reset-1)
19400 (resize-subwindows-skip-p, resize-subwindows-normal)
19401 (resize-subwindows, resize-other-windows, resize-this-window)
19402 (resize-root-window, resize-root-window-vertically)
19403 (window-deletable-p, window-or-subwindow-p)
19404 (frame-root-window-p): New functions.
19405
19406 2011-06-09 Glenn Morris <rgm@gnu.org>
19407
19408 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
19409 (ange-ftp-get-files): Use it.
19410
19411 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
19412
19413 * mail/sendmail.el (mail-recover-1, mail-recover):
19414 * files.el (recover-file, recover-session):
19415 Handle dired-listing-switches not being just a single short option.
19416
19417 2011-06-09 Glenn Morris <rgm@gnu.org>
19418
19419 * calendar/appt.el (appt-display-message, appt-disp-window):
19420 Handle lists of appointments.
19421
19422 2011-06-08 Martin Rudalics <rudalics@gmx.at>
19423
19424 * window.el (one-window-p): Move down in code.
19425 Rewrite doc-string.
19426 (window-current-scroll-bars): Rewrite doc-string.
19427 Normalize live window argument.
19428 (walk-windows, get-window-with-predicate, count-windows):
19429 Rewrite doc-string. Use window-list-1.
19430 (window-in-direction-2, window-in-direction, get-mru-window):
19431 New functions.
19432
19433 2011-06-08 Reuben Thomas <rrt@sc3d.org>
19434
19435 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
19436 Doc fix (Bug#8713).
19437
19438 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
19439
19440 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
19441
19442 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
19443
19444 * loadhist.el (unload-feature-special-hooks):
19445 Add `comint-output-filter-functions'.
19446
19447 2011-06-08 Ivan Kanis <gnu@kanis.fr>
19448
19449 * calendar/appt.el (appt-check): Move some initializations into the let.
19450
19451 2011-06-08 Martin Rudalics <rudalics@gmx.at>
19452
19453 * window.el (window-height): Defalias to window-total-height.
19454 (window-width): Defalias to window-body-width.
19455
19456 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
19457
19458 * image-mode.el (image-toggle-animation): New command.
19459 (image-mode-map): Bind it to RET.
19460 (image-mode): Update message.
19461 (image-toggle-display-image): Avoid a spurious cache flush.
19462 (image-transform-rotation): Doc fix.
19463 (image-transform-properties): Return quickly in the normal case.
19464 (image-animate-loop): Rename from image-animate-max-time.
19465
19466 * image.el (image-animate-max-time): Move to image-mode.el.
19467 (create-animated-image): Remove unnecessary function.
19468 (image-animate): Rename from image-animate-start. New arg.
19469 (image-animate-stop): Remove; just use image-animate-timer.
19470 (image-animate-timer): Use car-safe.
19471 (image-animate-timeout): Rename argument.
19472
19473 2011-06-07 Martin Rudalics <rudalics@gmx.at>
19474
19475 * window.el (get-lru-window, get-largest-window): Move here from
19476 window.c. Rename first argument to ALL-FRAMES.
19477 Rephrase doc-strings.
19478 (get-buffer-window-list): Rewrite using window-list-1.
19479 Rephrase doc-string.
19480 (window-safe-min-height, window-safe-min-width): New constants.
19481 (window-size-ignore, window-min-size, window-min-size-1)
19482 (window-sizable, window-sizable-p, window-size-fixed-1)
19483 (window-size-fixed-p, window-min-delta-1, window-min-delta)
19484 (window-max-delta-1, window-max-delta, window-resizable)
19485 (window-resizable-p, window-total-height, window-total-width)
19486 (window-body-width): New functions.
19487 (window-full-height-p, window-full-width-p): Rewrite using
19488 window-total-size.
19489 (window-body-height): Rewrite using window-body-size.
19490
19491 2011-06-06 Martin Rudalics <rudalics@gmx.at>
19492
19493 * window.el (window-right, window-left, window-child)
19494 (window-child-count, window-last-child, window-any-p)
19495 (normalize-live-buffer, normalize-live-frame)
19496 (normalize-any-window, normalize-live-window)
19497 (window-iso-combination-p, window-iso-combined-p)
19498 (window-iso-combinations)
19499 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
19500 (windows-with-parameter, window-with-parameter)
19501 (window-atom-root, make-window-atom, window-atom-check-1)
19502 (window-atom-check, window-side-check, window-check):
19503 New functions.
19504 (ignore-window-parameters, window-sides, window-sides-vertical)
19505 (window-sides-slots): New variables.
19506 (window-size-fixed): Move down in code. Minor doc-string fix.
19507
19508 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
19509
19510 * comint.el (comint-dynamic-complete-as-filename)
19511 (comint-dynamic-complete-filename): Correctly call
19512 completion-in-region.
19513
19514 2011-06-05 Deniz Dogan <deniz@dogan.se>
19515
19516 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
19517 in last change.
19518
19519 2011-06-05 Deniz Dogan <deniz@dogan.se>
19520
19521 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
19522 (rcirc): Use it to prompt for encryption.
19523
19524 2011-06-05 Roland Winkler <winkler@gnu.org>
19525
19526 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
19527 (bibtex-search-entries): New command bound to C-c C-a.
19528 (bibtex-display-entries): New function.
19529
19530 2011-06-05 Roland Winkler <winkler@gnu.org>
19531
19532 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
19533 (bibtex-insert-kill): After yanking insert newline if necessary.
19534 (bibtex-initialize): Call bibtex-string-files-init only once.
19535 (bibtex-mode): Do not call easy-menu-add.
19536 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
19537 (bibtex-yank): Set arg properly if nil.
19538
19539 2011-06-05 Roland Winkler <winkler@gnu.org>
19540
19541 * textmodes/bibtex.el (bibtex-search-entry-globally):
19542 New variable.
19543 (bibtex-search-entry): Use it.
19544
19545 2011-06-05 Roland Winkler <winkler@gnu.org>
19546
19547 * textmodes/bibtex.el (bibtex-entry-format): New option
19548 sort-fields.
19549 (bibtex-format-entry, bibtex-reformat): Honor this option.
19550 (bibtex-parse-entry): Return fields in proper order.
19551
19552 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
19553
19554 * doc-view.el (doc-view-remove-if): Move computation of result out
19555 of `dolist' to silence misleading lexical-binding warning.
19556
19557 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
19558
19559 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
19560 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
19561
19562 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
19563
19564 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
19565 "SunOS 5.10".
19566
19567 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
19568
19569 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
19570 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
19571 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
19572 (tramp-parse-putty):
19573 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
19574 (tramp-completion-function-alist-ssh)
19575 (tramp-completion-function-alist-telnet)
19576 (tramp-completion-function-alist-su)
19577 (tramp-completion-function-alist-putty): Set `tramp-autoload'
19578 cookie.
19579
19580 * net/tramp-ftp.el:
19581 * net/tramp-sh.el:
19582 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
19583 load "tramp.el" `tramp-set-completion-function'.
19584
19585 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
19586
19587 * shell.el: Require and use pcomplete.
19588 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
19589 (shell-completion-vars): Set pcomplete-default-completion-function.
19590
19591 2011-06-04 Deniz Dogan <deniz@dogan.se>
19592
19593 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
19594 `memq' (Bug#8799).
19595
19596 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
19597
19598 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
19599
19600 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
19601
19602 * bs.el (bs--mark-unmark, bs--nth-wrapper):
19603 * mpc.el (mpc-select-extend, mpc-songpointer-context):
19604 * vc/log-view.el (log-view-beginning-of-defun):
19605 * vc/smerge-mode.el (smerge-apply-resolution-patch)
19606 (smerge-refine-forward, smerge-refine-chopup-region):
19607 Silence warning for unused `dotimes' counter variables.
19608
19609 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
19610
19611 * net/tramp.el (tramp-with-progress-reporter): Rename from
19612 with-progress-reporter. Use `declare'.
19613 * net/tramp-smb.el:
19614 * net/tramp-sh.el:
19615 * net/tramp-gvfs.el: Update all uses.
19616
19617 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
19618
19619 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
19620 buffer isn't killed before making it current.
19621
19622 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19623
19624 Silence various byte-compiler warnings.
19625 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
19626 `access-type' and new obsolescence format.
19627 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
19628 new format.
19629 (byte-compile-check-variable): New `access-type' argument.
19630 Only warn if the access-type is obsolete.
19631 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
19632 (byte-compile-variable-set): Adjust callers.
19633 * help-fns.el (describe-variable): Adjust to new obsolescence format.
19634 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
19635 setting it as obsolete.
19636 * simple.el (minibuffer-completing-symbol):
19637 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
19638 access as obsolete.
19639 * minibuffer.el (minibuffer-completing-file-name): Don't make it
19640 obsolete yet.
19641 * international/quail.el (quail-mouse-choose-completion): Remove unused
19642 code referring to obsolete var.
19643 (quail-choose-completion-string): Remove.
19644 * server.el (server-clients-with, server-kill-buffer-query-function)
19645 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
19646 * proced.el (proced-send-signal):
19647 * emacs-lisp/lisp.el (lisp-complete-symbol):
19648 Replace completion-annotate-function with completion-extra-properties.
19649
19650 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19651
19652 * simple.el (goto-line): Use read-number.
19653 (overriding-map-is-bound): Remove.
19654 (saved-overriding-map): Change default.
19655 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
19656 Take the map as argument.
19657 (universal-argument, negative-argument, digit-argument): Use it.
19658 (restore-overriding-map): Adjust.
19659 (do-auto-fill): Use fill-forward-paragraph.
19660 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
19661
19662 * minibuffer.el (minibuffer-inactive-mode-map): New var.
19663 (minibuffer-inactive-mode): New major mode.
19664 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
19665 the *Messages* buffer" hack.
19666 (mouse-popup-menubar): Don't burp if the event is a normal key.
19667
19668 Miscellaneous tweaks.
19669 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
19670 lexical scoping as in subr.el's dolist and dotimes.
19671 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
19672 Silence compiler warning.
19673 * thingatpt.el (forward-whitespace): Trivial coding style fix.
19674 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
19675 * international/ccl.el (ccl-compile): Trivial simplification.
19676 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
19677 * emacs-lisp/testcover.el (testcover-end): Remove spurious
19678 `printflag' argument.
19679 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
19680 Purecopy the whole obsolescence data.
19681
19682 2011-06-01 Leo Liu <sdl.web@gmail.com>
19683
19684 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
19685 improve doc-string as suggested by Marco Pessotto
19686 <melmothx@gmail.com>.
19687 (rcirc-print): Fix last change.
19688
19689 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19690
19691 * minibuffer.el (complete-with-action): Return nil for the metadata and
19692 boundaries of non-functional tables.
19693 (completion-table-dynamic): Return nil for the metadata.
19694 (completion-table-with-terminator): Add default case, using
19695 complete-with-action.
19696 (completion--metadata): New function.
19697 (completion-all-sorted-completions, minibuffer-completion-help): Use it
19698 to try and avoid pathological performance problems.
19699 (completion--embedded-envvar-table): Return `category' metadata.
19700
19701 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
19702
19703 * subr.el (process-alive-p): New tiny convenience function.
19704
19705 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19706
19707 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
19708 content but also its previous major mode.
19709
19710 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
19711
19712 * emacs-lisp/debug.el (debug): Restore the previous content of the
19713 *Backtrace* buffer when we exit with C-M-c.
19714
19715 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19716
19717 * minibuffer.el: Add metadata method to completion tables.
19718 (completion-category-overrides): New defcustom.
19719 (completion-metadata, completion--field-metadata)
19720 (completion-metadata-get, completion--styles)
19721 (completion--cycle-threshold): New functions.
19722 (completion-try-completion, completion-all-completions):
19723 Add `metadata' argument to choose completion-styles.
19724 (completion--do-completion): Use metadata to choose cycling.
19725 (completion-all-sorted-completions): Use metadata for sorting.
19726 Remove :completion-cycle-penalty which is not needed any more.
19727 (completion--try-word-completion): Add `metadata' argument.
19728 (minibuffer-completion-help): Check metadata for annotation function
19729 and sorting.
19730 (completion-file-name-table): Return `category' metadata.
19731 (minibuffer-completing-file-name): Make obsolete.
19732 * simple.el (minibuffer-completing-symbol): Make obsolete.
19733 * icomplete.el (icomplete-completions): Pass new `metadata' param to
19734 completion-try-completion.
19735
19736 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19737
19738 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
19739
19740 2011-05-30 Leo Liu <sdl.web@gmail.com>
19741
19742 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
19743 (rcirc-print): Decode all incoming messages (bug#8744).
19744 (rcirc-decode-coding-system): Allow value nil for automatic coding
19745 system detection.
19746
19747 2011-06-01 Glenn Morris <rgm@gnu.org>
19748
19749 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
19750
19751 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
19752
19753 * image.el (image-animate-max-time): Allow nil and t values.
19754 Default to nil.
19755 (create-animated-image): Doc fix.
19756 (image-animate-start): Remove second arg; just use
19757 image-animate-max-time.
19758 (image-animate-timeout): Doc fix. Args changed.
19759
19760 * image-mode.el (image-toggle-display-image): Ensure that the
19761 image spec passed to the animate timer is the same object as in
19762 the buffer's display property (Bug#6981).
19763 (image-transform-properties): Doc fix.
19764
19765 * image.el (image-animate-max-time): Default to nil.
19766
19767 2011-05-29 Martin Rudalics <rudalics@gmx.at>
19768
19769 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
19770 entire buffer list (Bug#8184).
19771
19772 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
19773
19774 * image.el (imagemagick-types-inhibit)
19775 (imagemagick-register-types): Doc fix.
19776
19777 2011-05-29 Deniz Dogan <deniz@dogan.se>
19778
19779 * net/rcirc.el (rcirc): Use the user's stored encryption method by
19780 default.
19781
19782 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
19783
19784 * select.el: Don't perform clipboard-manager saving in hooks;
19785 leave the hooks empty.
19786
19787 2011-05-28 Leo Liu <sdl.web@gmail.com>
19788
19789 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
19790 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
19791 (occur-edit-mode): New major mode (Bug#8463).
19792 (occur-after-change-function): New function.
19793 (occur-engine): Give Occur tags a read-only property.
19794
19795 2011-05-28 Kevin Ryde <user42@zip.com.au>
19796
19797 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
19798
19799 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
19800
19801 * bindings.el (help-echo): Make the initial non-indicator dash
19802 empty on graphical terminals (Bug#7295).
19803
19804 * files.el (auto-mode-alist): Move config rule after the
19805 in-stripping one (Bug#8547).
19806
19807 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
19808
19809 * startup.el (normal-splash-screen): Remove gratuitous mode-line
19810 setting (Bug#8740).
19811
19812 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
19813
19814 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
19815 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
19816 (Bug#8539).
19817
19818 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
19819
19820 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
19821
19822 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
19823
19824 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
19825 (hs-hide-block-at-point, hs-find-block-beginning)
19826 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
19827 (Bug#8279).
19828
19829 2011-05-28 Glenn Morris <rgm@gnu.org>
19830
19831 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
19832
19833 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
19834
19835 * help-fns.el (describe-function-1): If the function is a derived
19836 major mode, print the parent mode.
19837
19838 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
19839 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
19840
19841 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
19842
19843 * minibuffer.el (completion--capf-wrapper): Check applicability before
19844 returning non-nil for non-exclusive completion data.
19845 * progmodes/etags.el (tags-completion-at-point-function):
19846 * info-look.el (info-lookup-completions-at-point): Mark as
19847 non-exclusive.
19848 (info-complete): Adjust accordingly.
19849
19850 * info-look.el: Convert to lexical-binding and completion-at-point.
19851 (info-lookup-completions-at-point): New function.
19852 (info-complete): Use it and completion-in-region.
19853
19854 2011-05-28 Drew Adams <drew.adams@oracle.com>
19855
19856 * isearch.el: Let M-e start with point at the first mismatched char.
19857 (isearch-fail-pos): New function.
19858 (isearch-edit-string): Use it.
19859
19860 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
19861
19862 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
19863
19864 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
19865
19866 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
19867 traversal functions for avl-trees.
19868 (avl-tree--stack): New struct.
19869 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
19870 (avl-tree-enter): Add optional `updatefun' arg.
19871 (avl-tree--do-enter): Add optional `updatefun' arg.
19872 Change return value.
19873 (avl-tree-delete): Add optional `test' and `nilflag' args.
19874 (avl-tree--do-delete): Add `test' and `nilflag' args.
19875 Change return value.
19876 (avl-tree-member): Add optional `nilflag'
19877 (avl-tree-member-p): New function.
19878 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
19879 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
19880 (avl-tree-stack-empty-p): New functions.
19881
19882 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
19883 avl-tree--del-balance1 and make it work both ways.
19884 (avl-tree--del-balance2): Remove.
19885 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
19886 make it work both ways.
19887 (avl-tree--enter-balance2): Remove.
19888 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
19889 New macros.
19890 (avl-tree--mapc, avl-tree-map): Add direction argument.
19891
19892 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
19893
19894 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
19895
19896 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
19897
19898 * select.el: Support clipboard managers with built-in function
19899 x-clipboard-manager-save, via delete-frame-functions and
19900 kill-emacs-hook.
19901 (xselect-convert-to-targets): Add MULTIPLE target to list.
19902 (xselect-convert-to-save-targets): New function.
19903
19904 2011-05-27 Kenichi Handa <handa@m17n.org>
19905
19906 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
19907 let-binding rfc2047-encode-encoded-words to nil.
19908
19909 2011-05-27 Glenn Morris <rgm@gnu.org>
19910
19911 * mail/emacsbug.el: Don't require url-util.
19912
19913 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
19914
19915 * files.el (set-auto-mode):
19916 Also respect mode: entries at the end of the file. (Bug#8586)
19917
19918 2011-05-26 Glenn Morris <rgm@gnu.org>
19919
19920 * files.el (hack-local-variables-prop-line, hack-local-variables):
19921 Downcase mode names, as seems to be traditional.
19922 (hack-local-variables, hack-local-variables-apply): Doc fixes.
19923
19924 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
19925 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
19926
19927 2011-05-25 Julien Danjou <julien@danjou.info>
19928
19929 * textmodes/rst.el (rst-define-level-faces): Do not define face
19930 symbol if it is already defined.
19931
19932 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
19933
19934 * play/5x5.el (5x5-new-game, 5x5-randomize):
19935 Reset 5x5-solver-output to nil when a new grid is cast.
19936 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
19937 these debugging traces, as defmacro breaks the compiled code.
19938
19939 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
19940
19941 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
19942
19943 2011-05-24 Leo Liu <sdl.web@gmail.com>
19944
19945 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
19946 (vc-bzr-sha1): Adapt.
19947
19948 * sha1.el: Remove. Function `sha1' is now builtin.
19949
19950 * bindings.el: Provide sha1 feature.
19951
19952 2011-05-24 Kenichi Handa <handa@m17n.org>
19953
19954 * mail/sendmail.el: Require `rfc2047'.
19955 (mail-insert-from-field): Do not perform RFC2047 encoding.
19956 (mail-encode-header): New function.
19957 (sendmail-send-it): Set buffer-file-coding-system of the work
19958 buffer to the return value of select-message-coding-system.
19959 Call mail-encode-header.
19960
19961 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
19962
19963 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
19964
19965 * mail/supercite.el (sc-default-cite-frame):
19966 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
19967
19968 2011-05-24 Glenn Morris <rgm@gnu.org>
19969
19970 * progmodes/python.el (brm-menu): Declare.
19971
19972 * emulation/viper.el (viper-set-hooks): Declare.
19973
19974 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
19975 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
19976 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
19977 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
19978 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
19979 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
19980
19981 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
19982
19983 Add an :exit-function for completion-at-point.
19984
19985 * minibuffer.el (completion--done): New fun.
19986 (completion--do-completion): Use it. New arg `expect-exact'.
19987 (minibuffer-complete, minibuffer-complete-word): Don't output message,
19988 since completion--do-completion does it for us now.
19989 (minibuffer-force-complete): Use completion--done and
19990 completion--replace. Handle sole-completion case with more care.
19991 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
19992 (completion-extra-properties): New var.
19993 (completion-annotate-function): Make obsolete.
19994 (minibuffer-completion-help): Adjust accordingly.
19995 Use completion-list-insert-choice-function.
19996 (completion-at-point, completion-help-at-point):
19997 Bind completion-extra-properties.
19998 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
19999 * simple.el (completion-list-insert-choice-function): New var.
20000 (completion-setup-function): Preserve it.
20001 (choose-completion): Pay attention to it, shuffle the code a bit.
20002 (choose-completion-string): New arg `insert-function'.
20003
20004 * textmodes/bibtex.el: Convert to lexical binding.
20005 (bibtex-mode-map): Use completion-at-point.
20006 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
20007 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
20008 (bibtex-complete): Define as obsolete alias.
20009 (bibtex-complete-internal): Remove.
20010 (bibtex-format-entry): Remove unused sub-group in regexp.
20011 * shell.el (shell--command-completion-data)
20012 (shell-environment-variable-completion):
20013 * pcomplete.el (pcomplete-completions-at-point):
20014 * comint.el (comint--complete-file-name-data): Use :exit-function
20015 instead of completion-table-with-terminator so it also works for
20016 choose-completion.
20017
20018 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
20019
20020 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
20021
20022 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
20023 (bug#8710).
20024
20025 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
20026
20027 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
20028
20029 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
20030 customization variable and implement: If non-nil, auto-fill will
20031 be inhibited while on topic's header line.
20032
20033 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
20034
20035 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
20036 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
20037 always have a solution in grid size = 5 cases.
20038 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
20039 (5x5-solver-output, 5x5-log-buffer): New vars.
20040 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
20041 Make these variables buffer local to achieve 5x5 multi-session-ness.
20042 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
20043 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
20044 (5x5-solve-suggest): New funs.
20045 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
20046 randomize a grid so that we ensure that there is always a solution.
20047 (5x5-make-random-grid): Allow other movement than flipping.
20048
20049 2011-05-23 Kevin Ryde <user42@zip.com.au>
20050
20051 * emacs-lisp/advice.el (ad-read-advised-function):
20052 Use `function-called-at-point' as the default, if it has
20053 advice and passes PREDICATE.
20054
20055 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
20056
20057 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
20058 byte-compile-lambda if it's actually a lambda.
20059
20060 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
20061 Fix function quoting. Use backquote better.
20062
20063 2011-05-22 Yuanle Song <sylecn@gmail.com>
20064
20065 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
20066 matching (Bug#8516).
20067
20068 2011-01-22 Jari Aalto <jari.aalto@cante.net>
20069
20070 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
20071 different face (Bug#8178).
20072
20073 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
20074
20075 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
20076 defface (Bug#8144).
20077
20078 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20079
20080 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
20081 funcall as well (bug#8712). Warn when performing those conversions.
20082 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
20083
20084 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
20085
20086 2011-05-22 Glenn Morris <rgm@gnu.org>
20087
20088 * files.el (hack-local-variables-prop-line): Small simplifications.
20089 (hack-local-variables, hack-local-variables-prop-line):
20090 If MODE-ONLY, return the mode, rather than just `t'.
20091
20092 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
20093
20094 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
20095
20096 2011-05-21 Glenn Morris <rgm@gnu.org>
20097
20098 * files.el (hack-local-variables-prop-line, hack-local-variables):
20099 If only interested in the mode, don't bother doing the other stuff.
20100
20101 * image-mode.el (image-after-revert-hook):
20102 Redraw all frames on which the image is visible. (Bug#8567)
20103
20104 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
20105
20106 * wid-edit.el (widget-checklist-match-inline):
20107 Fix 2011-04-19 change. (Bug#8649)
20108
20109 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20110
20111 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
20112 Also allow singlespace after single-letter capitals followed by a dot.
20113
20114 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
20115 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
20116
20117 2011-05-20 Nix <nix@esperi.org.uk>
20118
20119 * files.el (basic-save-buffer-2):
20120 Fix handling of break-hardlink-on-save with non-existent files.
20121
20122 2011-05-19 Deniz Dogan <deniz@dogan.se>
20123
20124 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
20125 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
20126
20127 2011-05-19 Glenn Morris <rgm@gnu.org>
20128
20129 * progmodes/f90.el (f90-type-def-re):
20130 Handle "type, bind(c)". (Bug#8691)
20131
20132 * emacs-lisp/autoload.el (batch-update-autoloads):
20133 Set autoload-excludes by parsing loadup.el rather than Makefiles.
20134
20135 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
20136
20137 * net/tramp.el (tramp-process-actions): Set "first-password-request"
20138 property for the correct connection in case of multihops.
20139
20140 2011-05-18 Glenn Morris <rgm@gnu.org>
20141
20142 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
20143 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
20144
20145 Rationalize calendar handling of day and month abbrev-arrays.
20146 * calendar/calendar.el (calendar-customized-p): New function.
20147 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
20148 (calendar-day-name-array, calendar-month-name-array): Doc fix.
20149 Add :set function.
20150 (calendar-abbrev-length, calendar-day-abbrev-array)
20151 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
20152 (calendar-day-abbrev-array, calendar-month-abbrev-array):
20153 Elements may no longer be nil.
20154 (calendar-day-name, calendar-month-name):
20155 Update for changed nature of abbrev arrays.
20156 * calendar/diary-lib.el (diary-name-pattern):
20157 Update for changed nature of abbrev arrays.
20158 (diary-mark-entries-1): Update calendar-make-alist calls.
20159 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
20160 * calendar/cal-html.el (cal-html-day-abbrev-array):
20161 Simply inherit from calendar-day-abbrev-array.
20162
20163 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
20164
20165 * progmodes/grep.el (grep-mode): Disable default
20166 compilation-directory-matcher setting (bug#8684).
20167
20168 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
20169
20170 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
20171 instead of "head" and "tail". There were problems with SunOS 5.9,
20172 and it performs better.
20173
20174 2011-05-17 Glenn Morris <rgm@gnu.org>
20175
20176 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
20177
20178 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
20179 Replace obsolete function.
20180
20181 * shell.el (pcomplete-parse-arguments-function): Declare.
20182
20183 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
20184 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
20185 (appt-check): Doc fixes.
20186 (appt-disp-window-function, appt-delete-window-function):
20187 Remove needless special case in custom :type.
20188 (appt-display-count): Default to 0, not nil.
20189 (appt-check): Reset appt-display-count to 0, not nil.
20190
20191 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
20192
20193 * progmodes/python.el (python-font-lock-keywords):
20194 Add the Python 3.X keyword "nonlocal" (bug#8639).
20195
20196 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
20197
20198 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
20199
20200 2011-05-16 Kevin Ryde <user42@zip.com.au>
20201
20202 * info-look.el (makefile-automake-mode): New setups, looking in
20203 automake manual, then makefile-mode.
20204 (makefile-mode): Remove automake manual, have it just in
20205 makefile-automake-mode since there's various things different or
20206 not relevant to plain make.
20207 (makefile-mode): Remove "other-modes" non-existent automake-mode,
20208 believe a hypothetical automake-mode would go to makefile-mode,
20209 not the other way around.
20210
20211 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
20212
20213 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
20214 hunk-end tags (Bug#8672).
20215
20216 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
20217 vc-annotate-show-diff-revision-at-line (Bug#8671).
20218
20219 2011-05-14 Glenn Morris <rgm@gnu.org>
20220
20221 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
20222 in the middle of an existing one with multiple authors. (Bug#8645)
20223 (change-log-font-lock-keywords): Also handle multiple author lines
20224 with leading tabs. (Bug#8644)
20225
20226 * calendar/appt.el (appt-check): Rename some local variables.
20227 Some simplification/reordering.
20228
20229 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
20230 (feedmail-sendmail-f-doesnt-sell-me-out)
20231 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
20232 (feedmail-debug-sit-for, feedmail-queue-express-hook)
20233 (feedmail-queue-runner-message-sender): Set :version.
20234 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
20235 (bbdb-dwim-net-address, vm-mail): Declare.
20236 (feedmail-binmail-gnulinuxish-template):
20237 Rename from feedmail-binmail-linuxish-template.
20238 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
20239 Use insert-buffer-substring.
20240
20241 2011-05-14 Bill Carpenter <bill@carpenter.org>
20242
20243 * mail/feedmail.el (feedmail-patch-level): Increase.
20244 (feedmail-debug): New custom group.
20245 (feedmail-confirm-outgoing-timeout)
20246 (feedmail-sendmail-f-doesnt-sell-me-out)
20247 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
20248 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
20249 (feedmail-sender-line, feedmail-from-line)
20250 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
20251 (feedmail-spray-this-address)
20252 (feedmail-spray-address-fiddle-plex-list)
20253 (feedmail-queue-use-send-time-for-date)
20254 (feedmail-queue-use-send-time-for-message-id)
20255 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
20256 (feedmail-buffer-eating-function):
20257 Doc fixes.
20258 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
20259 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
20260 (feedmail-message-action-scroll-down): New functions.
20261 (feedmail-queue-directory, feedmail-queue-draft-directory):
20262 Use expand-file-name.
20263 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
20264 Remove C-v help entry.
20265 (feedmail-queue-buffer-file-name): New variable.
20266 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
20267 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
20268 (feedmail-message-action-send-strong, feedmail-message-action-edit)
20269 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
20270 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
20271 (feedmail-message-action-toggle-spray)
20272 (feedmail-run-the-queue-no-prompts)
20273 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
20274 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
20275 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
20276 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
20277 (feedmail-envelope-deducer, feedmail-fiddle-from)
20278 (feedmail-fiddle-sender, feedmail-default-date-generator)
20279 (feedmail-fiddle-date, feedmail-fiddle-message-id)
20280 (feedmail-fiddle-spray-address)
20281 (feedmail-fiddle-list-of-spray-fiddle-plexes)
20282 (feedmail-fiddle-list-of-fiddle-plexes)
20283 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
20284 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
20285 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
20286 Change default. Doc fix.
20287 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
20288 (feedmail-binmail-linuxish-template): New constant.
20289 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
20290 Respect feedmail-sendmail-f-doesnt-sell-me-out.
20291 (feedmail-send-it): Add debug call.
20292 Use feedmail-queue-buffer-file-name, and
20293 feedmail-send-it-immediately-wrapper.
20294 (feedmail-message-action-send): Add debug call.
20295 Use feedmail-send-it-immediately-wrapper.
20296 (feedmail-queue-express-to-queue): Add debug call.
20297 Run feedmail-queue-express-hook.
20298 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
20299 (feedmail-message-action-help-blat):
20300 Rename from feedmail-queue-send-edit-prompt-help-first.
20301 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
20302 Check line-endings. Handle errors better.
20303 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
20304 Doc fix. Add debug call.
20305 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
20306 Use feedmail-queue-send-edit-prompt-inner.
20307 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
20308 (feedmail-queue-send-edit-prompt-inner): New function, extracted
20309 from feedmail-queue-send-edit-prompt.
20310 (feedmail-queue-send-edit-prompt-help)
20311 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
20312 (feedmail-tidy-up-slug): Add debug call.
20313 Respect feedmail-queue-slug-suspect-regexp.
20314 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
20315 (feedmail-dump-message-to-queue): Add debug call.
20316 Expand queue-directory.
20317 (feedmail-dump-message-to-queue): Change message slightly.
20318 Use feedmail-say-chatter.
20319 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
20320 (feedmail-send-it-immediately-wrapper): New function.
20321 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
20322 Insert empty string rather than newline. Handle full-frame case.
20323 Use catch/throw. Use feedmail-say-chatter.
20324 (feedmail-fiddle-from): Try mail-host-address.
20325 (feedmail-default-message-id-generator): Doc fix.
20326 Bind system-time-locale. Handle missing end.
20327 (feedmail-fiddle-x-mailer): Add debug call.
20328 Handle feedmail-x-mailer-line being nil.
20329 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
20330 Add debug call. Use buffer-substring-no-properties.
20331 (feedmail-say-debug, feedmail-say-chatter): New functions.
20332 (feedmail-find-eoh): Give an explicit error.
20333
20334 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
20335
20336 * net/newst-treeview.el (newsticker-treeview-face): Change default
20337 family from helvetica to sans.
20338 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
20339 etc/images/newsticker.
20340
20341 * net/newst-reader.el (newsticker-feed-face): Change default
20342 family from helvetica to sans.
20343
20344 * net/newst-plainview.el (newsticker-new-item-face)
20345 (newsticker-old-item-face, newsticker-immortal-item-face)
20346 (newsticker-obsolete-item-face, newsticker-date-face)
20347 (newsticker-statistics-face): Change default family from
20348 helvetica to sans.
20349 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
20350 etc/images/newsticker.
20351
20352 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
20353 (newsticker--process-auto-mark-filter-match): Tell user about
20354 auto-marking.
20355
20356 2011-05-13 Didier Verna <didier@xemacs.org>
20357
20358 Common Lisp indentation improvements on defmethod and lambda-lists.
20359 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
20360 TODO entries.
20361 (lisp-lambda-list-keyword-parameter-indentation)
20362 (lisp-lambda-list-keyword-parameter-alignment)
20363 (lisp-lambda-list-keyword-alignment): New customizable user options.
20364 (lisp-indent-defun-method): Improve docstring.
20365 (extended-loop-p): Fix comment.
20366 (lisp-indent-lambda-list-keywords-regexp): New variable.
20367 (lisp-indent-lambda-list): New function.
20368 (lisp-indent-259): Use it.
20369 (lisp-indent-defmethod): Support for more than one
20370 method qualifier and properly indent methods lambda-lists.
20371 (defgeneric): Provide a missing common-lisp-indent-function property.
20372
20373 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
20374
20375 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
20376 bounds for the empty string (bug#8667).
20377
20378 2011-05-13 Glenn Morris <rgm@gnu.org>
20379
20380 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
20381
20382 * mail/sendmail.el (sendmail-program): Try executable-find first.
20383 (sendmail-send-it): `sendmail-program' cannot be unbound.
20384
20385 * calendar/appt.el (appt-make-list): Simplify.
20386 (appt-time-msg-list): Doc fix.
20387 (appt-check): Change mode-line message at the time of the appointment.
20388
20389 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
20390
20391 * progmodes/ld-script.el (ld-script-keywords)
20392 (ld-script-builtins): Update keywords list.
20393
20394 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20395
20396 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
20397
20398 * shell.el (shell-completion-vars): New function.
20399 (shell-mode):
20400 * simple.el (read-shell-command): Use it.
20401 (blink-matching-open): No need for " [...]" in minibuffer-message.
20402
20403 2011-05-12 Glenn Morris <rgm@gnu.org>
20404
20405 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
20406 (appt-check): Simplify.
20407
20408 2011-05-12 Eli Zaretskii <eliz@gnu.org>
20409
20410 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
20411 literal "/dev/null".
20412
20413 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20414
20415 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
20416 Fix typo.
20417
20418 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
20419
20420 * progmodes/which-func.el (which-function):
20421 Use add-log-current-defun instead of add-log-current-defun-function,
20422 which might not be defined (Bug#8260).
20423
20424 2011-05-12 Glenn Morris <rgm@gnu.org>
20425
20426 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
20427 Let byte-compile-initial-macro-environment always take precedence.
20428
20429 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20430
20431 * net/rcirc.el: Add support for SSL/TLS connections.
20432 (rcirc-server-alist): New field `encryption'.
20433 (rcirc): Check `encryption' settings.
20434 (rcirc-connect): New arg `encryption'. Use open-network-stream.
20435 Merge make-local-variable into `set'.
20436 (rcirc--connection-open-p): New function.
20437 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
20438 the process is not a network process (e.g. running gnutls-cli).
20439 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
20440 Make rcirc-(en|de)code-coding-system local here.
20441 (rcirc-mode): Merge make-local-variable into `set'.
20442 (rcirc-parent-buffer): Make permanent buffer-local.
20443 (rcirc-multiline-minor-mode): Don't do it here.
20444 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
20445 there's no server buffer.
20446
20447 2011-05-11 Glenn Morris <rgm@gnu.org>
20448
20449 * newcomment.el (comment-kill): Prefix "unused" local.
20450
20451 * term/w32console.el (get-screen-color): Declare.
20452
20453 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
20454 Handle symbol elements of byte-compile-initial-macro-environment.
20455
20456 2011-05-10 Leo Liu <sdl.web@gmail.com>
20457
20458 * bookmark.el (bookmark-bmenu-mode-map):
20459 Bind bookmark-bmenu-search to `/'.
20460
20461 * mail/footnote.el: Convert to utf-8 encoding.
20462 (footnote-unicode-string, footnote-unicode-regexp): New variable.
20463 (Footnote-unicode): New function.
20464 (footnote-style-alist): Add unicode style to the list.
20465 (footnote-style): Doc fix.
20466
20467 2011-05-10 Jim Meyering <meyering@redhat.com>
20468
20469 Fix doubled-word typos.
20470 * international/quail.el (quail-insert-kbd-layout): and and -> and
20471 * kermit.el: and and -> and
20472 * net/ldap.el (ldap-search-internal): to to -> to
20473 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
20474 * progmodes/js.el (js-mode): and and -> and
20475 * textmodes/artist.el (artist-move-to-xy): at at -> at
20476 (artist-draw-region-trim-line-endings): if if -> if
20477 And Safetyc -> Safety.
20478 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
20479
20480 2011-05-10 Glenn Morris <rgm@gnu.org>
20481 Stefan Monnier <monnier@iro.umontreal.ca>
20482
20483 * files.el (hack-one-local-variable-eval-safep):
20484 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
20485
20486 2011-05-10 Glenn Morris <rgm@gnu.org>
20487
20488 * calendar/diary-lib.el (diary-list-entries-hook)
20489 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
20490 (diary-nongregorian-marking-hook, diary-list-entries)
20491 (diary-include-other-diary-files, diary-mark-entries)
20492 (diary-mark-included-diary-files): Doc fixes.
20493
20494 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
20495
20496 * misc.el: Require tabulated-list.el during compilation.
20497
20498 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
20499
20500 * progmodes/compile.el (compilation-start):
20501 Run compilation-filter-hook for the async case too.
20502 (compilation-filter-hook): Doc fix.
20503
20504 2011-05-09 Deniz Dogan <deniz@dogan.se>
20505
20506 * wdired.el: Remove outdated installation comment. Fix usage
20507 comment.
20508
20509 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
20510
20511 * misc.el: Implement new command `list-dynamic-libraries'.
20512 (list-dynamic-libraries--loaded-only-p): New variable.
20513 (list-dynamic-libraries--refresh): New function.
20514 (list-dynamic-libraries): New command.
20515
20516 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
20517
20518 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20519 Fix the ant regexp to handle end-line and end-column info from jikes.
20520 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
20521 higher priority to avoid clobbering by gnu.
20522
20523 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
20524
20525 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
20526 if the face has existing theme settings (Bug#8454).
20527
20528 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
20529
20530 * progmodes/perl-mode.el (perl-imenu-generic-expression):
20531 Only match variables declared via `my' or `our' (Bug#8261).
20532
20533 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
20534 special file names `.' and `..' (Bug#8259).
20535
20536 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
20537
20538 * progmodes/grep.el (grep-mode-font-lock-keywords):
20539 Remove buffer-changing entries.
20540 (grep-filter): New function.
20541 (grep-mode): Add it to compilation-filter-hook.
20542
20543 * progmodes/compile.el (compilation-filter-hook)
20544 (compilation-filter-start): New defvars.
20545 (compilation-filter): Call compilation-filter-hook prior to
20546 updating the process mark.
20547
20548 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
20549
20550 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
20551
20552 2011-05-07 Eli Zaretskii <eliz@gnu.org>
20553
20554 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
20555 mailclient-send-it even if window-system is nil. (Bug#8595)
20556
20557 * term/w32console.el (terminal-init-w32console):
20558 Call get-screen-color and use its output to set the frame
20559 background-mode. (Bug#8597)
20560
20561 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
20562
20563 Make bytecomp.el understand that defmethod defines funs (bug#8631).
20564 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
20565 New functions.
20566 (defgeneric, eieio--defmethod): Use them.
20567 (eieio-defgeneric): Remove.
20568 (defmethod): Call defgeneric in a way visible to the byte-compiler.
20569
20570 2011-05-07 Glenn Morris <rgm@gnu.org>
20571
20572 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
20573 Use let rather than let*.
20574 (timeclock-find-discrep): Remove unused local.
20575
20576 * calendar/diary-lib.el (diary-comment-start): Doc fix.
20577
20578 * calendar/appt.el (appt-time-msg-list): Doc fix.
20579
20580 2011-05-06 Noah Friedman <friedman@splode.com>
20581
20582 * apropos.el (apropos-print-doc): Only use
20583 emacs-lisp-docstring-fill-column when it is bound to an integer,
20584 per that variable's documentation.
20585
20586 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20587
20588 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
20589 and warnings are not silently discarded (e.g. use -d instead of -P).
20590
20591 2011-05-06 Glenn Morris <rgm@gnu.org>
20592
20593 * calendar/appt.el (appt-message-warning-time): Doc fix.
20594 (appt-warning-time-regexp): New option.
20595 (appt-make-list): Respect appt-message-warning-time.
20596
20597 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
20598 New options.
20599 (diary-add-to-list): Strip comments from the displayed string.
20600 (diary-mode): Set comment-start and comment-end.
20601
20602 * vc/diff-mode.el (smerge-refine-subst): Declare.
20603 (diff-refine-hunk): Don't require smerge-mode when compiling.
20604
20605 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
20606
20607 * simple.el (list-processes): Return nil as the docstring says.
20608
20609 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
20610
20611 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
20612 to "".
20613 (ange-ftp-write-region, ange-ftp-insert-file-contents)
20614 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
20615 determining of binary transfer. (Bug#7383)
20616
20617 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
20618
20619 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20620 Fix port computation bug. (Bug#8618)
20621
20622 2011-05-05 Glenn Morris <rgm@gnu.org>
20623
20624 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
20625
20626 * simple.el (shell-dynamic-complete-functions)
20627 (comint-dynamic-complete-functions): Declare.
20628
20629 * net/network-stream.el (gnutls-negotiate):
20630 * simple.el (tabulated-list-print): Fix declarations.
20631
20632 * progmodes/gud.el (syntax-symbol, syntax-point):
20633 Remove unnecessary and incorrect declarations.
20634
20635 * emacs-lisp/check-declare.el (check-declare-scan):
20636 Handle byte-compile-initial-macro-environment in bytecomp.el.
20637
20638 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20639
20640 Fix earlier half-done eieio-defmethod change (bug#8338).
20641 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
20642 Streamline and change calling convention.
20643 (defmethod): Adjust accordingly and simplify.
20644 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
20645 new eieio--defmethod.
20646 (slot-boundp): Minor CSE simplification.
20647
20648 2011-05-05 Milan Zamazal <pdm@zamazal.org>
20649
20650 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
20651 (glasses-make-readable): Use glasses-separate-capital-groups.
20652
20653 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
20654
20655 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
20656 (warning-series): Doc fix.
20657 (display-warning): Don't try to create the buffer if we just found it.
20658
20659 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
20660
20661 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
20662 (autoload-find-generated-file): New function.
20663 (generate-file-autoloads): Bind generated-autoload-file to
20664 buffer-file-name.
20665 (update-file-autoloads, update-directory-autoloads):
20666 Use autoload-find-generated-file. If called interactively, prompt for
20667 output file (Bug#7989).
20668 (batch-update-autoloads): Doc fix.
20669
20670 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
20671
20672 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
20673
20674 2011-05-04 Glenn Morris <rgm@gnu.org>
20675
20676 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
20677 function, so it follows changes in calendar-date-style.
20678 (diary-fancy-date-matcher): New function.
20679 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
20680 (diary-fancy-font-lock-fontify-region-function):
20681 Use diary-fancy-date-pattern as a function.
20682
20683 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
20684 non-numbers for `year' etc pseudo-variables. (Bug#8583)
20685
20686 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
20687
20688 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
20689 instead of positional arguments. Allow :keylist and :crlfiles
20690 arguments.
20691 (open-gnutls-stream): Call it.
20692
20693 * net/network-stream.el (network-stream-open-starttls): Adjust to
20694 call `gnutls-negotiate' with :process and :hostname arguments.
20695
20696 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
20697
20698 * minibuffer.el (completion--message): New function.
20699 (completion--do-completion, minibuffer-complete)
20700 (minibuffer-force-complete, minibuffer-complete-word): Use it.
20701 (completion--do-completion): Don't ignore completion-auto-help when in
20702 icomplete-mode.
20703
20704 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
20705 internal encoding (e.g. tibetan zero is not whitespace).
20706 (global-whitespace-mode): Prefer save-current-buffer.
20707 (whitespace-trailing-regexp): Remove useless save-match-data.
20708 (whitespace-empty-at-bob-regexp): Minor simplification.
20709
20710 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
20711
20712 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
20713
20714 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20715
20716 * textmodes/ispell.el (ispell-add-per-file-word-list):
20717 Use `concat' to create string for insertion.
20718
20719 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
20720
20721 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
20722 Avoid open-line which runs post-self-insert-hook.
20723 (bibtex-fill-entry): Remove unused `end' var.
20724
20725 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
20726
20727 * textmodes/ispell.el (ispell-add-per-file-word-list):
20728 Protect against `nil' value of `comment-start' (Bug#8579).
20729
20730 2011-05-03 Leo Liu <sdl.web@gmail.com>
20731
20732 * isearch.el (isearch-yank-pop): New command.
20733 (isearch-mode-map): Bind it to `M-y'.
20734 (isearch-forward): Mention it.
20735
20736 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
20737
20738 * simple.el (minibuffer-complete-shell-command): Remove.
20739 (minibuffer-local-shell-command-map): Use completion-at-point.
20740 (read-shell-command): Setup completion vars here instead.
20741 (read-expression-map): Bind TAB to symbol completion.
20742
20743 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
20744 error directly rather via storing it into `results'.
20745
20746 2011-05-02 Leo Liu <sdl.web@gmail.com>
20747
20748 * vc/diff.el: Fix description.
20749
20750 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20751
20752 * server.el (server-eval-at): New function.
20753
20754 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20755
20756 * net/network-stream.el (open-network-stream): Take a :nowait
20757 parameter and pass it on to `make-network-process'.
20758 (network-stream-open-plain): Ditto.
20759
20760 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
20761
20762 * faces.el (face-spec-set-match-display): Don't match toolkit
20763 options on terminal frames.
20764
20765 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20766
20767 * progmodes/pascal.el: Use lexical binding.
20768 (pascal-mode-map): Remove author preferences.
20769
20770 * pcomplete.el (pcomplete-std-complete): Don't abuse
20771 completion-at-point.
20772
20773 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
20774
20775 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
20776 removing code that has been dead since 1991 or so.
20777
20778 * startup.el (command-line): When warning about "_emacs", use a
20779 delayed warning to allow the user to filter it out.
20780
20781 2011-04-28 Deniz Dogan <deniz@dogan.se>
20782
20783 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
20784 user has not joined.
20785
20786 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20787
20788 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
20789 aren't any completions at point.
20790
20791 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
20792
20793 * subr.el (display-delayed-warnings): New function.
20794 (delayed-warnings-hook): New variable.
20795
20796 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20797
20798 * minibuffer.el (completion-at-point, completion-help-at-point):
20799 Don't presume that a given completion-at-point-function will always
20800 use the same calling convention.
20801
20802 * pcomplete.el (pcomplete-completions-at-point):
20803 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
20804 pcomplete-seen is non-nil.
20805 (pcomplete-comint-setup): Also recognize the new comint/shell
20806 completion functions.
20807 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
20808 pcomplete-seen is non-nil.
20809
20810 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
20811
20812 * calendar/icalendar.el (diary-lib): Add require statement.
20813 (icalendar--create-uid): Read out a uid from a text-property on
20814 the first character in the entry. This allows for code to add its
20815 own uid to the entry.
20816 (icalendar--convert-float-to-ical): Add export of
20817 `diary-float'-entries save for those with the optional DAY
20818 argument.
20819
20820 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
20821
20822 * subr.el (shell-quote-argument): Use alternate escaping strategy
20823 when we spot a variable reference in a string.
20824
20825 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
20826
20827 * cus-start.el (all): Define customization for debug-on-event.
20828
20829 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
20830
20831 * subr.el (shell-quote-argument): Escape correctly under Windows.
20832
20833 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
20834
20835 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
20836
20837 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
20838
20839 * net/tramp.el (tramp-process-actions): Add POS argument.
20840 Delete region between POS and (pos).
20841
20842 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20843 Use `nil' position in `tramp-process-actions' call.
20844 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
20845
20846 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
20847 position in `tramp-process-actions' call.
20848
20849 * net/trampver.el: Update release number.
20850
20851 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
20852
20853 * custom.el (defcustom): Obey lexical-binding.
20854
20855 Fix octave-inf completion problems reported by Alexander Klimov.
20856 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
20857 Inherit from octave-mode-syntax-table.
20858 (inferior-octave-mode): Set info-lookup-mode.
20859 (inferior-octave-completion-at-point): New function.
20860 (inferior-octave-complete): Use it and completion-in-region.
20861 (inferior-octave-dynamic-complete-functions): Use it as well, and use
20862 comint-filename-completion.
20863 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
20864 symbol elements which shouldn't be word elements.
20865 (octave-font-lock-keywords, octave-beginning-of-defun)
20866 (octave-function-header-regexp): Adjust regexps accordingly.
20867 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
20868
20869 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
20870
20871 * net/gnutls.el (gnutls-errorp): Declare before first use.
20872
20873 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
20874
20875 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
20876 verify-error, and verify-hostname-error parameters. Check whether
20877 default trustfile exists before going to use it. Add missing
20878 argument to gnutls-message-maybe call. Return value.
20879 Reported by Claudio Bley <claudio.bley@gmail.com>.
20880 (open-gnutls-stream): Add usage example.
20881
20882 * net/network-stream.el (network-stream-open-starttls): Give host
20883 parameter to `gnutls-negotiate'.
20884 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
20885 * subr.el (shell-quote-argument): Escape correctly under Windows.
20886
20887 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
20888
20889 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
20890 Use correct match group (bug#8438).
20891
20892 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
20893
20894 * emacs-lisp/package.el (package-built-in-p): Fix typo.
20895 (package-menu--generate): New arg specifying packages to show.
20896 (package-menu-refresh, package-menu-execute, list-packages):
20897 Callers changed.
20898 (package-show-package-list): New function, replacing deleted
20899 package--list-packages (renamed because it is non-internal).
20900
20901 * finder.el (finder-list-matches): Use package-show-package-list
20902 instead of deleted package--list-packages.
20903
20904 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
20905 Based on a previous implementation by Juanma Barranquero (Bug#8366).
20906 (vc-annotate-mode-map): Bind it to RET.
20907
20908 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
20909
20910 * progmodes/etags.el (next-file): Don't use set-buffer to change
20911 buffers (Bug#8478).
20912
20913 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
20914
20915 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
20916
20917 * apropos.el (apropos-label-face): Avoid variable-pitch face.
20918 (apropos-accumulator): Doc fix.
20919 (apropos-function, apropos-macro, apropos-command)
20920 (apropos-variable, apropos-face, apropos-group, apropos-widget)
20921 (apropos-plist): Add face property.
20922 (apropos-symbols-internal): Fix indentation.
20923 (apropos-print): Simplify help, and recognize apropos-multi-type.
20924 (apropos-print-doc): Use button-type-get to extract the button's
20925 face property. Fill docstring (Bug#8352).
20926
20927 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
20928
20929 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
20930
20931 * play/mpuz.el (mpuz-silent): Doc fix.
20932 (mpuz-mode-map): Use mapc.
20933 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
20934 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
20935 Fix typos in docstrings.
20936
20937 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
20938 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
20939
20940 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
20941
20942 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
20943
20944 * minibuffer.el (completion--do-completion): Avoid the "Next char
20945 not unique" prompt if icomplete-mode is enabled (Bug#5849).
20946
20947 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
20948 mouse-2 into unread-command-events, it is interpreted correctly.
20949
20950 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
20951 (image-toggle-display): Doc fix.
20952
20953 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
20954
20955 * textmodes/page.el (what-page): Use line-number-at-pos to
20956 calculate line number (Bug#6825).
20957
20958 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
20959
20960 * eshell/esh-mode.el (find-tag-interactive): Declare function.
20961 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
20962 Pass argument NO-DEFAULT to `find-tag-interactive'.
20963
20964 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
20965
20966 Lexical-binding cleanup.
20967
20968 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
20969 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
20970 * progmodes/ada-prj.el (ada-prj-initialize-values)
20971 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
20972 (ada-prj-show-value):
20973 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
20974 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
20975 (antlr-invalidate-context-cache, antlr-options-menu-filter)
20976 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
20977 * progmodes/bug-reference.el (bug-reference-push-button):
20978 * progmodes/fortran.el (fortran-line-length):
20979 * progmodes/glasses.el (glasses-change):
20980 * progmodes/octave-mod.el (octave-fill-paragraph):
20981 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
20982 (python-pdbtrack-grub-for-buffer, python-sentinel):
20983 * progmodes/sql.el (sql-save-connection):
20984 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
20985 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
20986 Mark unused parameters.
20987
20988 * progmodes/compile.el (compilation--flush-directory-cache)
20989 (compilation--flush-parse, compile-internal): Mark unused parameters.
20990 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
20991 (compilation-next-error-function): Remove unused variable `timestamp'.
20992
20993 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
20994 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
20995
20996 * progmodes/dcl-mode.el (dcl-end-of-command):
20997 Remove unused variable `start'.
20998 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
20999 (dcl-option-value-basic, dcl-option-value-offset)
21000 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
21001 Mark unused parameters.
21002 (dcl-save-local-variable): Remove unused variable `val'.
21003 (mode): Declare.
21004
21005 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
21006 Mark unused parameters.
21007 (delphi-ignore-changes): Move before first use.
21008 (delphi-charset-token-at): Remove unused variable `start'.
21009 (delphi-else-start): Remove unused variable `if-count'.
21010 (delphi-comment-block-start, delphi-comment-block-end):
21011 Remove unused variable `kind'.
21012 (delphi-indent-line): Remove unused variable `new-point'.
21013
21014 * progmodes/ebrowse.el (ebrowse-files-list)
21015 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
21016 Mark unused parameters. Don't quote `lambda'.
21017 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
21018 Don't quote `lambda'.
21019 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
21020 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
21021 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
21022 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
21023 Use `ignore-errors'.
21024 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
21025 (ebrowse-view/find-file-and-search-pattern)
21026 (ebrowse-view/find-member-declaration/definition):
21027 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
21028 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
21029 Rename parameter PREFIX-ARG to PREFIX.
21030 (ebrowse-tags-read-name): Remove unused variables `start' and
21031 `member-info'.
21032 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
21033 to `tags-file'.
21034
21035 * progmodes/etags.el (local-find-tag-hook): Declare.
21036 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
21037 Mark unused parameters.
21038
21039 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
21040 (executable-interpret): Mark unused parameter.
21041
21042 * progmodes/flymake.el (flymake-process-sentinel)
21043 (flymake-after-change-function)
21044 (flymake-create-temp-with-folder-structure)
21045 (flymake-get-include-dirs-dot): Mark unused parameters.
21046 (flymake-safe-delete-directory): Remove unused variable `err'.
21047
21048 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
21049 (speedbar-timer-fn, speedbar-line-text)
21050 (speedbar-change-expand-button-char, speedbar-delete-subblock)
21051 (speedbar-center-buffer-smartly): Declare functions.
21052 (gdb-find-watch-expression): Remove unused variable `array'.
21053 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
21054 (gdb-starting): Mark unused parameters.
21055 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
21056 (gdb-table-string): Remove unused variable `res'.
21057 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
21058 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
21059 (gdb-display-buffer): Remove unused variable `cur-size'.
21060
21061 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
21062 allow lexical-binding compilation.
21063 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
21064 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
21065 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
21066 Mark unused parameters.
21067 (gud-gdb-marker-filter): Remove unused variable `match'.
21068 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
21069 lambda expressions and funcall them, instead of using `fset'.
21070
21071 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
21072 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
21073
21074 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
21075 variable `header-beg'; use `let'.
21076
21077 * progmodes/icon.el (indent-icon-exp): Remove unused variables
21078 `restart', `last-sexp' and `at-do'.
21079
21080 * progmodes/js.el (js--debug): Mark unused parameter.
21081 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
21082 (js--splice-into-items): Remove unused variable `item'.
21083 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
21084
21085 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
21086 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
21087 (makefile-complete): Remove unused variable `try'.
21088 (makefile-fill-paragraph, makefile-match-function-end):
21089 Mark unused parameters.
21090
21091 * progmodes/octave-inf.el (inferior-octave-complete):
21092 Remove unused variable `proc'.
21093 (inferior-octave-output-digest): Mark unused parameter.
21094
21095 * progmodes/perl-mode.el (perl-calculate-indent):
21096 Remove unused variable `err'.
21097
21098 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
21099 (prolog-indent-line): Mark unused parameters.
21100 (prolog-indent-line): Remove unused variable `beg'.
21101
21102 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
21103 (reporter-dont-compact-list): Declare.
21104
21105 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
21106 Remove unused variable `char'.
21107 (sh-debug): Mark unused parameter.
21108 (sh-get-indent-info): Remove unused variable `start'.
21109 (sh-calculate-indent): Remove unused variable `var'.
21110
21111 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
21112 (simula-electric-keyword): Remove unused variable `null'.
21113 (simula-search-backward, simula-search-forward): Remove unused
21114 variables `begin' and `end'.
21115
21116 * progmodes/vera-mode.el (vera-guess-basic-syntax):
21117 Remove unused variable `pos'.
21118 (vera-electric-tab, vera-comment-uncomment-region):
21119 Mark unused parameters.
21120 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
21121
21122 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
21123
21124 * emacs-lisp/package.el (package--builtins, package-alist)
21125 (package-load-descriptor, package-built-in-p, package-activate)
21126 (define-package, package-installed-p)
21127 (package-compute-transaction, package-buffer-info)
21128 (package--push): Doc fix. Distinguish more clearly between
21129 version strings and version lists.
21130
21131 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
21132
21133 Lexical-binding cleanup.
21134
21135 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
21136 (5x5-make-mutate-best):
21137 * play/fortune.el (fortune-in-buffer):
21138 * play/gomoku.el (gomoku-init-display):
21139 * play/solitaire.el (solitaire, solitaire-do-check):
21140 * play/tetris.el (tetris-default-update-speed-function):
21141 Mark unused parameters.
21142
21143 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
21144 (bubbles--shift): Remove unused variable `char-org'.
21145 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
21146 (bubbles--show-images): Remove unused variable `char'.
21147
21148 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
21149 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
21150 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
21151 (decipher-analyze-buffer): Use ?\s.
21152 (decipher-make-checkpoint): Remove unused variable `mapping'.
21153
21154 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
21155
21156 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
21157 Remove unused variable `result'; use `let'.
21158
21159 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
21160 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
21161 (gametree-children-shown-p, gametree-compute-reduced-score):
21162 Use `ignore-errors'.
21163
21164 * play/handwrite.el (ps-lpr-switches): Declare.
21165 (handwrite): Remove unused variables `pmin' and `lastp'.
21166
21167 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
21168
21169 * play/landmark.el (landmark-init-display)
21170 (landmark-update-naught-weights): Mark unused parameters.
21171 (landmark-y): Remove unused variable `noise'. Simplify.
21172 (landmark-human-plays): Remove unused variable `score'.
21173
21174 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
21175 (mpuz-try-proposal): Remove unused variable `game'.
21176
21177 * play/zone.el (life-patterns): Declare.
21178
21179 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
21180
21181 * vc/vc.el (ediff-vc-internal): Declare function.
21182
21183 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21184
21185 * shell.el: Use lexical-binding and std completion UI.
21186 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
21187 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
21188 comint-preoutput-filter-functions rather than on
21189 comint-output-filter-functions.
21190 (shell-command-completion, shell--command-completion-data)
21191 (shell-filename-completion, shell-environment-variable-completion)
21192 (shell-c-a-p-replace-by-expanded-directory): New functions.
21193 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
21194 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
21195 (shell-dynamic-complete-environment-variable): Use them.
21196 (shell-dynamic-complete-as-environment-variable)
21197 (shell-dynamic-complete-as-command): Remove.
21198 (shell-match-partial-variable): Match past point.
21199 * comint.el: Clean up use of completion-at-point-functions.
21200 (comint-completion-at-point): New function.
21201 (comint-mode): Use it completion-at-point-functions.
21202 (comint-dynamic-complete): Make it obsolete.
21203 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
21204 (comint-c-a-p-replace-by-expanded-history): New function.
21205 (comint-dynamic-complete-functions)
21206 (comint-replace-by-expanded-history): Use it.
21207 * minibuffer.el (completion-table-with-terminator): Allow dynamic
21208 termination strings. Try harder to avoid second try-completion.
21209 (completion-in-region-mode-map): Disable bindings that don't work yet.
21210
21211 * comint.el: Use lexical-binding. Require CL.
21212 (comint-dynamic-complete-functions): Use comint-filename-completion.
21213 (comint-completion-addsuffix): Tweak custom type.
21214 (comint-filename-completion, comint--common-suffix)
21215 (comint--common-quoted-suffix, comint--table-subvert)
21216 (comint--complete-file-name-data): New functions.
21217 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
21218 (comint-dynamic-list-filename-completions): Use them.
21219 (comint-dynamic-simple-complete): Make obsolete.
21220
21221 * minibuffer.el (completion-in-region-mode):
21222 Keep completion-in-region-mode--predicate global.
21223 (completion-in-region--postch):
21224 Assume completion-in-region-mode--predicate is not null.
21225
21226 * progmodes/flymake.el (flymake-start-syntax-check-process):
21227 Obey `dir'. Simplify.
21228
21229 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
21230 we're in VC after all.
21231
21232 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
21233
21234 * vc/vc.el (vc-diff-build-argument-list-internal)
21235 (vc-version-ediff, vc-ediff): New commands.
21236 (vc-version-diff): Use vc-diff-build-argument-list-internal.
21237
21238 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21239
21240 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
21241 add sanity check.
21242
21243 * obsolete/erc-hecomplete.el: Make obsolete.
21244 * obsolete/: Standardize obsolescence info in the header.
21245
21246 2011-04-20 Glenn Morris <rgm@gnu.org>
21247
21248 * calendar/solar.el (solar-horizontal-coordinates):
21249 Use the longitude argument rather than `calendar-longitude'.
21250 (solar-date-next-longitude): Remove unused locals.
21251
21252 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21253
21254 * whitespace.el: New version 13.2.1.
21255
21256 2011-04-20 felix <EmacsWiki> (tiny change)
21257
21258 * whitespace.el (global-whitespace-mode): Keep highlight when
21259 switching between major modes on a file.
21260
21261 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21262
21263 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
21264 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
21265 multi-line comments as well.
21266
21267 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
21268
21269 Lexical-binding cleanup.
21270
21271 * arc-mode.el (archive-mode-revert):
21272 * cmuscheme.el (scheme-interactively-start-process):
21273 * custom.el (custom-initialize-delay):
21274 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
21275 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
21276 * emacs-lock.el (emacs-lock-clear-sentinel):
21277 * ezimage.el (defezimage):
21278 * follow.el (follow-avoid-tail-recenter):
21279 * fringe.el (set-fringe-mode-1):
21280 * generic-x.el (bat-generic-mode-compile):
21281 * help-mode.el (help-info-variable, help-do-xref)
21282 (help-mode-revert-buffer):
21283 * help.el (view-emacs-todo):
21284 * iswitchb.el (iswitchb-completion-help):
21285 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
21286 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
21287 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
21288 * locate.el (locate-update):
21289 * longlines.el (longlines-encode-region)
21290 (longlines-after-change-function):
21291 * outline.el (outline-isearch-open-invisible):
21292 * ps-def.el (declare-function, charset-dimension, char-width)
21293 (encode-char):
21294 * ps-mule.el (ps-mule-plot-string):
21295 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
21296 (recentf-edit-list-select, recentf-edit-list-validate)
21297 (recentf-open-files-action):
21298 * rect.el (delete-whitespace-rectangle-line)
21299 (rectangle-number-line-callback):
21300 * register.el (window-configuration-to-register)
21301 (frame-configuration-to-register):
21302 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
21303 * select.el (xselect-convert-to-string, xselect-convert-to-length)
21304 (xselect-convert-to-targets, xselect-convert-to-delete)
21305 (xselect-convert-to-filename, xselect-convert-to-charpos)
21306 (xselect-convert-to-lineno, xselect-convert-to-colno)
21307 (xselect-convert-to-os, xselect-convert-to-host)
21308 (xselect-convert-to-user, xselect-convert-to-class)
21309 (xselect-convert-to-name, xselect-convert-to-integer)
21310 (xselect-convert-to-atom, xselect-convert-to-identity):
21311 * subr.el (declare, ignore, process-kill-without-query)
21312 (text-clone-maintain):
21313 * terminal.el (te-get-char, te-tic-sentinel):
21314 * tool-bar.el (tool-bar-make-keymap):
21315 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
21316 * type-break.el (type-break-mode, type-break-noninteractive-query):
21317 * view.el (View-back-to-mark):
21318 * wid-browse.el (widget-browse-action, widget-browse-widget)
21319 (widget-browse-widgets, widget-browse-sexp):
21320 * widget.el (define-widget-keywords):
21321 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
21322 Mark unused parameters.
21323
21324 * align.el (align-adjust-col-for-rule): Mark unused parameter.
21325 (align-areas): Remove unused variable `look'.
21326 (align-region): Remove unused variables `real-end' and `pos-list'.
21327
21328 * apropos.el (apropos-score-doc): Remove unused variable `i'.
21329
21330 * bindings.el (mode-line-modified, mode-line-remote):
21331 Mark unused parameters.
21332 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
21333
21334 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
21335 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
21336
21337 * comint.el (comint-history-isearch-pop-state)
21338 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
21339 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
21340 (comint-substitute-in-file-name): Doc fix.
21341
21342 * completion.el (cmpl-statistics-block): Mark unused parameter.
21343 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
21344 (save-completions-to-file, load-completions-from-file):
21345 Remove unused local variable `e'.
21346
21347 * composite.el (compose-chars): Remove unused variable `len'.
21348 (lgstring-insert-glyph): Remove unused variable `g'.
21349 (compose-glyph-string): Remove unused variables `ascent',
21350 `descent', `lbearing' and `rbearing'.
21351 (compose-glyph-string-relative): Remove unused variables
21352 `lbearing', `rbearing' and `wadjust'.
21353 (compose-gstring-for-graphic): Remove unused variables `header',
21354 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
21355 (compose-gstring-for-terminal): Remove unused variables `header'
21356 and `nchars'. Use `let', not `let*'.
21357
21358 * cus-edit.el (Custom-set, Custom-save, custom-reset)
21359 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
21360 (Custom-buffer-done, custom-buffer-create-internal)
21361 (custom-browse-visibility-action, custom-browse-group-tag-action)
21362 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
21363 (widget-magic-mouse-down-action, custom-toggle-parent)
21364 (custom-add-parent-links, custom-toggle-hide-variable)
21365 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
21366 (custom-toggle-hide-face, face, hook, custom-group-link-action)
21367 (custom-face-menu-create, custom-variable-menu-create, get)
21368 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
21369 (custom-reset-standard-save-and-update): Remove unused variable `value'.
21370 (customize-apropos): Remove unused variable `tests'.
21371 (custom-group-value-create): Remove unused variable `hidden-p'.
21372 (sort-fold-case): Declare.
21373
21374 * cus-theme.el (custom-reset-standard-faces-list)
21375 (custom-reset-standard-variables-list): Declare.
21376 (customize-create-theme, custom-theme-revert, custom-theme-write)
21377 (custom-theme-choose-mode, customize-themes, custom-theme-save):
21378 Mark unused parameters.
21379
21380 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
21381
21382 * delim-col.el (delimit-columns-max): Move defvar before first use.
21383
21384 * descr-text.el (describe-char-categories): Don't quote `lambda'.
21385 (describe-char): Don't quote `lambda'. Mark unused parameter.
21386
21387 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
21388 (auto-insert): Declare.
21389 (desktop-restore-file-buffer): Rename desktop-* parameters;
21390 mark unused ones.
21391 (desktop-create-buffer): Rename desktop-* parameters and bind them.
21392 (desktop-buffer): Rename desktop-* parameters.
21393
21394 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
21395 (dframe-reposition-frame-xemacs, dframe-help-echo)
21396 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
21397 Mark unused parameters.
21398
21399 * dired-aux.el (backup-extract-version-start, overwrite-query)
21400 (overwrite-backup-query, rename-regexp-query)
21401 (rename-non-directory-query): Declare.
21402 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
21403 (dired-add-entry): Remove unused variable `orig-file-name'.
21404 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
21405 Use parameter PRESERVE-TIME instead of accessing dynamic variable
21406 `dired-copy-preserve-time' directly.
21407 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
21408 (dired-insert-subdir-newpos): Rename unused variable `pos'.
21409
21410 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
21411 (dired-virtual-revert, dired-make-relative-symlink):
21412 Mark unused parameters.
21413 (manual-program): Declare.
21414 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
21415 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
21416 wrapped in `with-no-warnings' to avoid replacing one warning by another.
21417
21418 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
21419
21420 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
21421
21422 * echistory.el (electric-history-in-progress, Helper-return-blurb):
21423 Declare.
21424
21425 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
21426
21427 * electric.el (Electric-command-loop): Rename parameter
21428 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
21429
21430 * expand.el (expand-in-literal): Remove unused variable `here'.
21431
21432 * facemenu.el (facemenu-add-new-color):
21433 Remove unused variable `docstring'.
21434
21435 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
21436 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
21437 (face-attr-construct): Mark unused parameter. Doc fix.
21438 (read-color): Remove unused variable `hex-string'.
21439
21440 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
21441 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
21442 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
21443 (display-buffer-other-frame): Remove unused variable `old-window'.
21444 (kill-buffer-hook): Declare.
21445 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
21446 Mark unused parameters.
21447 (after-find-file): Pass 1 to `auto-save-mode', not t.
21448
21449 * files-x.el (auto-insert): Declare.
21450 (modify-file-local-variable-prop-line): Remove unused variable `val'.
21451
21452 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
21453 variable `buf'. Mark unused parameter.
21454 (find-lisp-insert-directory): Mark unused parameter.
21455
21456 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
21457 (format-encode-region): Remove unused variables `cur-buf' and `result'.
21458 (format-common-tail): Remove, unused.
21459 (format-deannotate-region): Remove unused variable `loc'.
21460 (format-annotate-region): Remove unused variable `p'.
21461 (format-annotate-single-property-change): Remove unused variables
21462 `default' and `tail'.
21463
21464 * forms.el (read-file-filter): Declare.
21465 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
21466
21467 * frame.el (frame-creation-function-alist): Mark unused parameter.
21468 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
21469
21470 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
21471 Remove unused parameters.
21472 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
21473 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
21474
21475 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
21476 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
21477 (hfy-prepare-tag-map): Mark unused parameters.
21478 (htmlfontify-buffer): Use `called-interactively-p'.
21479
21480 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
21481 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
21482 (ibuffer-do-occur): Mark unused parameters.
21483 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
21484 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
21485
21486 * ibuffer.el: Don't quote `lambda'.
21487 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
21488 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
21489 Mark unused parameters.
21490
21491 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
21492 (ido-completing-read): Mark unused parameters.
21493 (ido-copy-current-word): Mark unused parameters;
21494 remove unused variable `name'.
21495 (ido-sort-merged-list): Remove unused parameter `dirs'.
21496
21497 * ielm.el (ielm-input-sender): Mark unused parameter.
21498 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
21499 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
21500 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
21501 `ielm-string' as a dynamic variable accessible from the IELM prompt.
21502 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
21503
21504 * image-dired.el (image-dired-display-thumbs): Remove unused
21505 variables `curr-file' and `count'.
21506 (image-dired-remove-tag): Remove unused variable `start'.
21507 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
21508 variable `curr-file'
21509 (image-dired-rotate-original): Remove unused variable `temp-file'.
21510 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
21511 Remove unused variable `file'.
21512 (image-dired-gallery-generate): Remove unused variable `curr'.
21513 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
21514
21515 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
21516
21517 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
21518
21519 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
21520
21521 * isearch.el (minibuffer-history-symbol): Declare.
21522 (isearch-edit-string): Remove unused variable `err'.
21523 (isearch-message-prefix, isearch-message-suffix):
21524 Mark unused parameters.
21525
21526 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
21527
21528 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
21529
21530 * makesum.el (double-column): Remove unused variable `cnt'.
21531
21532 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
21533 (ido-ignore-item-temp-list): Declare.
21534
21535 * mouse-drag.el (mouse-drag-throw): Remove unused variables
21536 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
21537 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
21538 (mouse-drag-drag): Remove unused variables `mouse-delta' and
21539 `mouse-col-delta'.
21540
21541 * mouse-sel.el (mouse-extend-internal):
21542 Remove unused variable `orig-window-frame'.
21543
21544 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
21545 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
21546 Move declarations before first use.
21547 (pcomplete-opt): Mark unused parameters; doc fix.
21548
21549 * proced.el (proced-revert): Mark unused parameter.
21550 (proced-send-signal): Remove unused variable `err'.
21551
21552 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
21553 Rename parameter PREFIX-ARG to ARG.
21554 (ps-basic-plot-string, ps-basic-plot-whitespace):
21555 Mark unused parameters.
21556
21557 * replace.el (replace-count): Define.
21558 (occur-revert-function): Mark unused parameters.
21559 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
21560 (isearch-case-fold-search, isearch-string): Declare.
21561 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
21562 bind `case-fold-search'. Remove unused variables `beg' and `end',
21563 and simplify.
21564 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
21565 COUNT and bind `replace-count'.
21566 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
21567 to COUNT.
21568
21569 * savehist.el (print-readably, print-string-length): Declare.
21570
21571 * shadowfile.el (shadow-expand-cluster-in-file-name):
21572 Remove unused variable `cluster'.
21573 (shadow-copy-file): Remove unused variable `i'.
21574 (shadow-noquery, shadow-clusters, shadow-site-cluster)
21575 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
21576 (shadow-define-literal-group, shadow-define-regexp-group)
21577 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
21578
21579 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
21580 (shell): Use `called-interactively-p'.
21581 (shell-directory-tracker): Remove unused variable `chdir-failure'.
21582
21583 * simple.el (compilation-context-lines, comint-file-name-quote-list)
21584 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
21585 (delete-backward-char): Remove unused variable `ocol'.
21586 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
21587 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
21588 (event-apply-hyper-modifier, event-apply-shift-modifier)
21589 (event-apply-control-modifier, event-apply-meta-modifier):
21590 Mark unused parameters.
21591 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
21592 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
21593
21594 * speedbar.el (speedbar-ignored-directory-expressions)
21595 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
21596 (speedbar-find-file, speedbar-dir-follow)
21597 (speedbar-directory-buttons-follow, speedbar-tag-find)
21598 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
21599 (speedbar-buffers-line-directory, speedbar-buffer-click):
21600 Mark unused parameters.
21601 (speedbar-tag-file): Remove unused variable `mode'.
21602 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
21603
21604 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
21605
21606 * talk.el (talk): Remove unused variable `display'.
21607
21608 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
21609 (tar-write-region-annotate): Mark unused parameter.
21610
21611 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
21612 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
21613 Declare them, wrapped in `with-no-warnings' to avoid replacing one
21614 warning by another.
21615
21616 * time-stamp.el (time-stamp-string-preprocess):
21617 Remove unused variable `require-padding'.
21618
21619 * tree-widget.el (widget-glyph-enable): Declare.
21620 (tree-widget-action): Mark unused parameter.
21621
21622 * w32-fns.el (x-get-selection): Mark unused parameter.
21623 (autoload-make-program, generated-autoload-file): Declare.
21624
21625 * wdired.el (wdired-revert): Mark unused parameters.
21626 (wdired-xcase-word): Remove unused variable `err'.
21627
21628 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
21629 (whitespace-help-scroll): Remove unused variable `data-help'.
21630
21631 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
21632 (widget-image-insert, widget-after-change, default)
21633 (widget-default-format-handler, widget-default-notify)
21634 (widget-default-prompt-value, widget-info-link-action)
21635 (widget-url-link-action, widget-function-link-action)
21636 (widget-variable-link-action, widget-file-link-action)
21637 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
21638 (widget-field-prompt-internal, widget-field-action, widget-field-match)
21639 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
21640 (widget-insert-button-action, widget-delete-button-action, visibility)
21641 (widget-documentation-link-action, widget-documentation-string-action)
21642 (widget-const-prompt-value, widget-regexp-match, symbol)
21643 (widget-coding-system-prompt-value)
21644 (widget-key-sequence-value-to-external, sexp)
21645 (widget-sexp-value-to-internal, character, vector, cons)
21646 (widget-choice-prompt-value, widget-boolean-prompt-value)
21647 (widget-color--choose-action): Mark unused parameters.
21648 (widget-item-match-inline, widget-choice-match-inline)
21649 (widget-checklist-match, widget-checklist-match-inline)
21650 (widget-group-match): Rename parameter VALUES to VALS.
21651 (widget-field-value-set): Remove unused variable `size'.
21652 (widget-color-action): Remove unused variables `value' and `start'.
21653
21654 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
21655 variable `dir'. Doc fix.
21656 (windmove-find-other-window): Don't pass it.
21657
21658 * window.el (count-windows): Mark unused parameter.
21659 (bw-adjust-window): Remove unused variable `err'.
21660
21661 * woman.el (woman-file-name): Remove unused variable `default'.
21662 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
21663 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
21664 (global-font-lock-mode): Declare.
21665 (woman-decode-region): Mark unused parameter.
21666 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
21667
21668 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
21669 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
21670 (x-dnd-handle-moz-url): Remove unused variable `title'.
21671 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
21672
21673 * xml.el (xml-parse-tag, xml-parse-attlist):
21674 Remove unused variable `pos'.
21675
21676 2011-04-19 Glenn Morris <rgm@gnu.org>
21677
21678 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
21679 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
21680 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
21681 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
21682 * calendar/cal-html.el (cal-html-insert-minical):
21683 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
21684 (calendar-mark-date-pattern):
21685 Prefix "unused" locals.
21686
21687 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
21688 optional argument `style'.
21689
21690 * calendar/appt.el (appt-make-list):
21691 * calendar/cal-china.el (calendar-chinese-date-string):
21692 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
21693 (diary-hebrew-yahrzeit):
21694 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
21695 * calendar/calendar.el (calendar-generate-window):
21696 * calendar/time-date.el (time-to-days):
21697 Remove unused local variables.
21698
21699 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
21700
21701 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
21702 glyphless-char-display table.
21703 (tabulated-list-glyphless-char-display): New var.
21704
21705 2011-04-18 Sam Steingold <sds@gnu.org>
21706
21707 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
21708 to acknowledgments.
21709
21710 2011-04-17 Glenn Morris <rgm@gnu.org>
21711
21712 * calendar/diary-lib.el (diary-sexp-entry):
21713 * calendar/holidays.el (holiday-sexp):
21714 Set debug-on-error rather than the removed stack-trace-on-error.
21715
21716 2011-04-16 Glenn Morris <rgm@gnu.org>
21717
21718 * progmodes/f90.el: Use lexical-binding.
21719 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
21720
21721 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
21722
21723 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
21724 (mail-mode): Setup mailalias completion here instead.
21725 * mail/mailalias.el: Use lexical-binding.
21726 (pattern, mailalias-done): Declare dynamic.
21727 (mail-completion-at-point-function): New function, from mail-complete.
21728 (mail-complete): Use it.
21729 (mail-completion-expand): New function.
21730 (mail-get-names): Use it.
21731 (mail-directory, mail-directory-process, mail-directory-stream):
21732 Don't use `pattern' for lexically bound arg.
21733
21734 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
21735
21736 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
21737 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
21738 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
21739
21740 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
21741 (byte-save-window-excursion, byte-temp-output-buffer-setup)
21742 (byte-interactive-p): Define them again, for use when inlining
21743 old code.
21744
21745 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
21746
21747 * loadup.el: Use `string-to-number', not `string-to-int'.
21748
21749 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
21750
21751 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
21752 gud-gdb-complete-command.
21753 (gud-gdb-completions): New function, from gud-gdb-complete-command.
21754 (gud-gdb-completion-at-point): New function.
21755 (gud-gdb-completions): Remove.
21756
21757 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
21758
21759 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
21760 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
21761 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
21762 whether `executable-find' is bound.
21763
21764 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
21765
21766 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
21767
21768 * minibuffer.el (completion-in-region-mode-predicate)
21769 (completion-in-region-mode--predicate): New vars.
21770 (completion-in-region, completion-in-region--postch)
21771 (completion-in-region-mode): Use them.
21772 (completion--capf-wrapper): Also return the hook function.
21773 (completion-at-point, completion-help-at-point):
21774 Adjust and provide a predicate.
21775
21776 Preserve arg names for advice of subr and lexical functions (bug#8457).
21777 * help-fns.el (help-function-arglist): Consolidate the subr and
21778 new-byte-code cases. Add argument `preserve-names' to extract names
21779 from the docstring when needed.
21780 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
21781 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
21782 (ad-arglist): Use help-function-arglist's new arg.
21783 (ad-definition-type): Use cond.
21784
21785 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
21786
21787 * autorevert.el (auto-revert-handler):
21788 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
21789 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
21790 Don't quote lambda.
21791
21792 * image-mode.el (image-transform-set-scale):
21793 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
21794
21795 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21796
21797 * net/network-stream.el (network-stream-open-starttls): Only do
21798 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
21799 Upgrades via gnutls-cli are too slow to be done opportunistically.
21800
21801 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
21802
21803 * dframe.el (dframe-current-frame): Remove spurious quote.
21804
21805 2011-04-12 Glenn Morris <rgm@gnu.org>
21806
21807 * calendar/cal-tex.el (cal-tex-end-document):
21808 Try to automatically use latin1 input if needed.
21809
21810 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
21811 Don't try to cons a mark onto an empty element.
21812
21813 2011-04-11 Leo Liu <sdl.web@gmail.com>
21814
21815 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
21816 buffers.
21817 (ido-kill-buffer-at-head): Support killing virtual buffers.
21818
21819 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
21820
21821 * minibuffer.el (completion-show-inline-help): New var.
21822 (completion--do-completion, minibuffer-complete)
21823 (minibuffer-force-complete, minibuffer-complete-word):
21824 Inhibit minibuffer messages if completion-show-inline-help is nil.
21825
21826 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
21827 to avoid interference from inline help (Bug#5849).
21828
21829 2011-04-10 Leo Liu <sdl.web@gmail.com>
21830
21831 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21832 Fix typo.
21833
21834 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
21835
21836 * image-mode.el (image-toggle-display-image): Signal an error if
21837 not in Image mode.
21838 (image-transform-mode, image-transform-resize)
21839 (image-transform-set-rotation): Doc fix.
21840 (image-transform-set-resize): Delete.
21841 (image-transform-set-scale, image-transform-fit-to-height)
21842 (image-transform-fit-to-width): Handle image-toggle-display-image
21843 and image-transform-resize directly.
21844
21845 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
21846
21847 * doc-view.el (doc-view-fit-width-to-window)
21848 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
21849 New functions for fitting the shown image to the Emacs window size.
21850 (doc-view-mode-map): Add bindings for the new functions.
21851
21852 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
21853
21854 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
21855 Fix typo in docstring.
21856
21857 2011-04-08 Eli Zaretskii <eliz@gnu.org>
21858
21859 * files.el (file-size-human-readable): Produce one digit after
21860 decimal, like "ls -lh" does.
21861
21862 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
21863 the file size representation.
21864
21865 * simple.el (list-processes): If async subprocesses are not
21866 available, error out with a clear error message.
21867
21868 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
21869
21870 * help.el (help-form-show): New function, to be called from C.
21871 Put help-form output in a buffer named differently than *Help*.
21872
21873 2011-04-08 Eli Zaretskii <eliz@gnu.org>
21874
21875 * files.el (file-size-human-readable): New function.
21876
21877 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
21878 computing the representation inline. Don't require `cl'.
21879
21880 2011-04-08 Glenn Morris <rgm@gnu.org>
21881
21882 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
21883
21884 * net/browse-url.el (browse-url-firefox):
21885 Test system-type, not system-configuration.
21886
21887 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
21888 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
21889 Use log-edit-empty-buffer-p. (Bug#7598)
21890
21891 * net/rlogin.el (rlogin-process-connection-type): Simplify.
21892 (rlogin-mode-map): Initialize in the defvar.
21893 (rlogin): Use ignore-errors.
21894
21895 * replace.el (occur-mode-map): Some fixes for menu items.
21896
21897 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
21898
21899 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
21900
21901 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
21902
21903 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
21904 issuing unused warnings.
21905
21906 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
21907 macro directly.
21908
21909 * simple.el: Lisp reimplement of list-processes. Based on an
21910 earlier reimplementation by Leo Liu, but using tabulated-list.el.
21911 (process-menu-mode): New major mode.
21912 (list-processes--refresh, list-processes):
21913 (process-menu-visit-buffer): New functions.
21914
21915 * files.el (save-buffers-kill-emacs): Don't assume any return
21916 value of list-processes, which is undocumented anyway.
21917
21918 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
21919
21920 * emacs-lisp/tabulated-list.el: New file.
21921
21922 * emacs-lisp/package.el: Use Tabulated List mode.
21923 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
21924 (package-menu-mode): Derive from tabulated-list-mode. Set up the
21925 table format using Tabulated List mode variables.
21926 (package--push): New macro, replacing package-list-maybe-add.
21927 (package-menu--generate): Use package--push. Renamed from
21928 package--generate-package-list.
21929 (package-menu-refresh, list-packages): Use it.
21930 (package-menu--print-info): Rename from package-print-package.
21931 Return insertion data instead of inserting it directly.
21932 (package-menu-describe-package, package-menu-execute):
21933 Use tabulated-list-get-id.
21934 (package-menu-mark-delete, package-menu-mark-install)
21935 (package-menu-mark-unmark, package-menu-backup-unmark)
21936 (package-menu-mark-obsolete-for-deletion):
21937 Use tabulated-list-put-tag.
21938 (package--list-packages, package-menu-revert)
21939 (package-menu-get-package, package-menu-get-version)
21940 (package-menu-sort-by-column): Functions deleted.
21941 (package-menu-package-list, package-menu-sort-key): Vars deleted.
21942 (package-menu--status-predicate, package-menu--version-predicate)
21943 (package-menu--name-predicate)
21944 (package-menu--description-predicate): Handle arguments in the
21945 Tabulated List format.
21946 (package-list-packages-no-fetch): Call list-packages.
21947
21948 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
21949
21950 * files.el (after-find-file-from-revert-buffer): Remove variable.
21951 (after-find-file): Don't bind it.
21952 (revert-buffer-in-progress-p): New variable.
21953 (revert-buffer): Bind it.
21954 Pass nil for `after-find-file-from-revert-buffer'.
21955
21956 * saveplace.el (save-place-find-file-hook): Use new variable
21957 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
21958
21959 2011-04-06 Glenn Morris <rgm@gnu.org>
21960
21961 * Makefile.in (AUTOGEN_VCS): New variable.
21962 (autoloads): Use $AUTOGEN_VCS.
21963
21964 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
21965 * calendar/calendar.el (calendar-mode-map):
21966 Check for toolkit scroll bars. (Bug#8305)
21967
21968 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
21969
21970 * minibuffer.el (completion-in-region--postch)
21971 (completion-in-region-mode): Remove unnecessary messages.
21972
21973 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
21974
21975 * font-lock.el (font-lock-refresh-defaults):
21976 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
21977 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
21978
21979 * info.el (Info-directory-list, Info-read-node-name-2)
21980 (Info-split-parameter-string): Doc fixes.
21981 (Info-virtual-nodes): Reflow docstring.
21982 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
21983 (Info-apropos-toc-nodes, info-finder, Info-get-token)
21984 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
21985 Fix typos in docstrings.
21986 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
21987 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
21988 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
21989 (Info-restore-desktop-buffer): Mark unused parameters.
21990 (Info-directory-find-file, Info-directory-find-node)
21991 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
21992 (Info-virtual-index-find-node, Info-apropos-find-file)
21993 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
21994 Mark unused parameters; fix typos in docstrings.
21995 (Info-virtual-index): Remove unused local variable `nodename'.
21996
21997 2011-04-05 Deniz Dogan <deniz@dogan.se>
21998
21999 * net/rcirc.el: Update my e-mail address.
22000 (rcirc-mode-map): Remove M-o binding.
22001
22002 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
22003
22004 * startup.el (command-line): Save the cursor's theme-face
22005 directly, instead of using face-override-spec.
22006
22007 * custom.el (load-theme): Minor optimization in assigning faces.
22008
22009 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
22010
22011 * help-fns.el (describe-variable): Complete all variables having
22012 documentation, including keywords.
22013 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
22014
22015 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
22016
22017 Convert to lexical-binding.
22018
22019 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
22020 (bs--get-marked-string, bs--get-modified-string)
22021 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
22022 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
22023 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
22024
22025 * ehelp.el (electric-help-execute-extended)
22026 (electric-help-ctrl-x-prefix):
22027 * hexl.el (hexl-revert-buffer-function):
22028 * linum.el (linum-after-change, linum-after-scroll):
22029 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
22030
22031 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
22032
22033 2011-04-04 Daiki Ueno <ueno@unixuser.org>
22034
22035 * epa-dired.el:
22036 * epa-mail.el:
22037 * epa-hook.el:
22038 * epa-file.el:
22039 * epa.el:
22040 * epg.el: Use lexical binding.
22041
22042 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
22043
22044 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
22045
22046 * textmodes/flyspell.el (flyspell-word): Recognize default
22047 dictionary case for flyspell-mark-duplications-exceptions.
22048 Use regexp matching for languages.
22049 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
22050 default dictionary (Bug#7926).
22051
22052 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
22053
22054 * emacs-lisp/package.el (package--with-work-buffer):
22055 Recognize https URLs.
22056
22057 * net/network-stream.el: Move from gnus/proto-stream.el.
22058 Change prefix to network-stream throughout.
22059 (open-protocol-stream): Merge into open-network-stream, leaving
22060 open-protocol-stream as an alias. Handle nil BUFFER args.
22061
22062 * subr.el (open-network-stream): Move to net/network-stream.el.
22063
22064 2011-04-02 Glenn Morris <rgm@gnu.org>
22065
22066 * find-dired.el (find-exec-terminator): New option.
22067 (find-ls-option): Test for -ls support.
22068 (find-ls-subdir-switches): Test for -b in find-ls-option.
22069 (find-dired, find-grep-dired): Doc fixes.
22070 (find-dired): Use find-exec-terminator.
22071
22072 * find-dired.el (find-ls-option, find-ls-subdir-switches)
22073 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
22074 (find-name-arg): Remove purecopy.
22075
22076 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
22077 (grep-compute-defaults): Check for `-exec COMMAND +' support.
22078 Set grep-find-use-xargs, grep-find-command, and grep-find-template
22079 accordingly. Don't add the null-device if not needed.
22080
22081 * files.el (save-some-buffers): Doc fix.
22082
22083 2011-04-02 Eli Zaretskii <eliz@gnu.org>
22084
22085 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
22086
22087 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
22088
22089 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
22090 Use `dolist' rather than `mapcar'.
22091
22092 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22093
22094 Add lexical binding.
22095
22096 * subr.el (apply-partially): Use new closures rather than CL.
22097 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
22098 (dolist, dotimes): Use slightly different expansion for lexical code.
22099 (functionp): Move to C.
22100 (letrec): New macro.
22101 (with-wrapper-hook): Use it and apply-partially instead of CL.
22102 (eval-after-load): Preserve lexical-binding.
22103 (save-window-excursion, with-output-to-temp-buffer): Turn them
22104 into macros.
22105
22106 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
22107
22108 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
22109 than the arglist.
22110 (help-add-fundoc-usage): Don't add `Not documented'.
22111 (help-function-arglist): Handle closures, subroutines, and new
22112 byte-code-functions.
22113 (help-make-usage): Remove leading underscores.
22114 (describe-function-1): Handle closures.
22115 (describe-variable): Use special-variable-p for completion.
22116
22117 * files.el (lexical-binding): Declare safe.
22118
22119 * emacs-lisp/pcase.el: Don't use destructuring-bind.
22120 (pcase--memoize): Rename from pcase-memoize. Change weakness.
22121 (pcase): Add `let' pattern.
22122 Change memoization so it actually works.
22123 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
22124 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
22125 <let>: New case.
22126
22127 * emacs-lisp/macroexp.el: Use lexical binding.
22128 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
22129 Don't convert ' to #' without checking that it's indeed quoting
22130 a lambda.
22131
22132 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
22133 Use eval-sexp-add-defvars.
22134 (eval-sexp-add-defvars): New fun.
22135
22136 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
22137
22138 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
22139 Don't autoload.
22140 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
22141 than the internal `byte-compile-lambda'.
22142 (defmethod): Don't hide code under quotes.
22143 (eieio-defmethod): New `code' argument.
22144
22145 * emacs-lisp/eieio-comp.el: Remove.
22146
22147 * emacs-lisp/edebug.el (edebug-eval-defun)
22148 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
22149 (edebug-toggle): Avoid `eval'.
22150
22151 * emacs-lisp/disass.el (disassemble-internal): Handle new
22152 `closure' objects.
22153 (disassemble-1): Handle new byte codes.
22154
22155 * emacs-lisp/cl.el (pushnew): Silence warning.
22156
22157 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
22158 (cl-byte-compile-throw): Remove.
22159 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
22160
22161 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
22162 closures.
22163
22164 * emacs-lisp/cconv.el: New file.
22165
22166 * emacs-lisp/bytecomp.el: Use lexical binding instead of
22167 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
22168 (byte-compile-initial-macro-environment):
22169 Handle declare-function here.
22170 (byte-compile--lexical-environment): New var.
22171 (byte-stack-ref, byte-stack-set, byte-discardN)
22172 (byte-discardN-preserve-tos): New lap codes.
22173 (byte-interactive-p): Don't use any more.
22174 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
22175 New macros.
22176 (byte-compile-lapcode): Use them and handle new lap codes.
22177 (byte-compile-obsolete): Remove.
22178 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
22179 (byte-compile-arglist-warn): Check late def of inlinable funs.
22180 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
22181 since they should have been expanded by now.
22182 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
22183 (byte-compile-from-buffer): Remove unused second arg.
22184 (byte-compile-preprocess): New function.
22185 (byte-compile-toplevel-file-form): New function to distinguish
22186 file-form calls from outside from file-form calls from hunk-handlers.
22187 (byte-compile-file-form): Simplify.
22188 (byte-compile-file-form-defsubst): Remove.
22189 (byte-compile-file-form-defmumble): Simplify now that
22190 byte-compile-lambda always returns a byte-code-function.
22191 (byte-compile): Preprocess.
22192 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
22193 Remove, not used any more.
22194 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
22195 (byte-compile-make-args-desc): New funs.
22196 (byte-compile-lambda): Handle lexical functions. Always return
22197 a byte-code-function.
22198 (byte-compile-reserved-constants): New var, to make up room for
22199 closed-over variables.
22200 (byte-compile-constants-vector): Obey it.
22201 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
22202 (byte-compile-macroexpand-declare-function): New function.
22203 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
22204 byte-code-functions.
22205 (byte-compile-form): Check obsolescence here.
22206 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
22207 (byte-compile-variable-ref): Remove.
22208 (byte-compile-dynamic-variable-op): New fun.
22209 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22210 (byte-compile-variable-set): New funs.
22211 (byte-compile-discard): Add 2 args.
22212 (byte-compile-stack-ref, byte-compile-stack-set)
22213 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
22214 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
22215 macroexpand-all instead.
22216 (byte-compile-quote-form): Remove.
22217 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
22218 (byte-compile-bind, byte-compile-unbind): New funs.
22219 (byte-compile-let): Handle let* and lexical binding.
22220 (byte-compile-let*): Remove.
22221 (byte-compile-catch, byte-compile-unwind-protect)
22222 (byte-compile-track-mouse, byte-compile-condition-case):
22223 Handle a new :fun-body form, used for lexical scoping.
22224 (byte-compile-save-window-excursion)
22225 (byte-compile-with-output-to-temp-buffer): Remove.
22226 (byte-compile-defun): Simplify.
22227 (byte-compile-stack-adjustment): New fun.
22228 (byte-compile-out): Use it.
22229 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
22230
22231 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
22232 handler any more.
22233
22234 * emacs-lisp/byte-opt.el: Use lexical binding.
22235 (byte-inline-lapcode): Remove (to bytecomp).
22236 (byte-compile-inline-expand): Pay attention to inlining to/from
22237 lexically bound code.
22238 (byte-compile-unfold-lambda): Don't handle byte-code-functions
22239 any more.
22240 (byte-optimize-form-code-walker): Don't handle save-window-excursion
22241 any more and don't call compiler-macros.
22242 (byte-compile-splice-in-already-compiled-code): Remove.
22243 (byte-code): Don't inline any more.
22244 (disassemble-offset): Receive `bytes' as argument rather than via
22245 dynamic scoping.
22246 (byte-compile-tag-number): Declare before first use.
22247 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
22248 `return' even if make-spliceable.
22249 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
22250 obsolete interactive-p.
22251 (byte-optimize-lapcode): Optimize new lap-codes.
22252 Don't trip up on new form of `byte-constant' lap code.
22253
22254 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
22255
22256 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
22257
22258 * custom.el (custom-initialize-default, custom-declare-variable):
22259 Use `defvar'.
22260
22261 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
22262 New variables.
22263 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
22264 (COMPILE_FIRST): Add macroexp and cconv.
22265 * makefile.w32-in: Mirror changes in Makefile.in.
22266
22267 * vc/cvs-status.el:
22268 * vc/diff-mode.el:
22269 * vc/log-edit.el:
22270 * vc/log-view.el:
22271 * vc/smerge-mode.el:
22272 * textmodes/bibtex-style.el:
22273 * textmodes/css-mode.el:
22274 * startup.el:
22275 * uniquify.el:
22276 * minibuffer.el:
22277 * newcomment.el:
22278 * reveal.el:
22279 * server.el:
22280 * mpc.el:
22281 * emacs-lisp/smie.el:
22282 * doc-view.el:
22283 * dired.el:
22284 * abbrev.el: Use lexical binding.
22285
22286 2011-04-01 Eli Zaretskii <eliz@gnu.org>
22287
22288 * info.el (info-display-manual): New function.
22289
22290 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22291
22292 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
22293
22294 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
22295
22296 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
22297 an entry for that server in rcirc-authinfo. (Bug#8385)
22298
22299 2011-03-31 Glenn Morris <rgm@gnu.org>
22300
22301 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
22302
22303 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
22304
22305 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
22306
22307 * progmodes/python.el (python-default-interpreter)
22308 (python-python-command-args, python-jython-command-args)
22309 (python-which-shell, python-which-args, python-which-bufname)
22310 (python-file-queue, python-comint-output-filter-function)
22311 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
22312 variables and functions.
22313
22314 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
22315
22316 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
22317 (completion-in-region-mode): New minor mode.
22318 (completion-in-region): Use it.
22319 (completion-in-region--data, completion-in-region-mode-map): New vars.
22320 (completion-in-region--postch): New function.
22321 (completion--capf-misbehave-funs, completion--capf-safe-funs):
22322 New vars.
22323 (completion--capf-wrapper): New function.
22324 (completion-at-point): Use it to track well-behavedness of
22325 hook functions.
22326 (completion-help-at-point): New command.
22327
22328 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
22329
22330 * vc/add-log.el (add-change-log-entry): Don't use whitespace
22331 syntax class to search for whitespace on a single line
22332 (Message-ID: <4D938140.4030905@redhat.com>).
22333
22334 2011-03-30 Leo Liu <sdl.web@gmail.com>
22335
22336 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
22337 New commands.
22338 (edit-abbrevs-map): Bind them here.
22339 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
22340
22341 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
22342
22343 * allout.el (allout-hide-by-annotation, allout-flag-region):
22344 Reduce possibility of overlay leakage by making them volatile.
22345
22346 * allout-widgets.el (allout-widgets-tally): Define as nil so the
22347 hash is not shared between buffers. Mode initialization is
22348 responsible for giving it a useful starting value.
22349 (allout-item-span): Reduce possibility of overlay leakage by
22350 making them volatile.
22351 (allout-widgets-count-buttons-in-region): Add diagnostic function
22352 for tracking down button overlay leaks.
22353
22354 2011-03-29 Leo Liu <sdl.web@gmail.com>
22355
22356 * ido.el (ido-read-internal): Use the default history var
22357 minibuffer-history if no HISTORY is specified.
22358
22359 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
22360
22361 * net/imap.el (imap-shell-open, imap-process-connection-type):
22362 Use imap-process-connection-type for 'shell' streams as well as
22363 Kerberos, SSL, other subprocesses.
22364
22365 2011-03-28 Leo Liu <sdl.web@gmail.com>
22366
22367 * abbrev.el (abbrev-table-empty-p): New function.
22368 (prepare-abbrev-list-buffer): Place empty abbrev tables after
22369 nonempty ones. (Bug#5937)
22370
22371 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
22372
22373 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
22374
22375 2011-03-27 Leo Liu <sdl.web@gmail.com>
22376
22377 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
22378 for foreground and background colors.
22379 (ansi-color-make-color-map): Adapt.
22380
22381 2011-03-25 Leo Liu <sdl.web@gmail.com>
22382
22383 * midnight.el (midnight-time-float): Remove. Note it calculates
22384 the microsecond component incorrectly and seconds-to-time does the
22385 same job.
22386 Remove redundant (require 'timer).
22387
22388 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
22389 (ido-completions): Remove unused arguments. (Bug#8329)
22390
22391 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22392
22393 * minibuffer.el (completion--flush-all-sorted-completions):
22394 Remove itself from hook.
22395 (completion-at-point): Let the functions perform the completion
22396 immediately and return nil or t.
22397 * comint.el (comint-dynamic-complete-functions): Now identical to
22398 completion-at-point-functions.
22399 (comint-dynamic-list-input-ring): Remove unused var `index'.
22400 (comint--match-partial-filename, comint--unquote&expand-filename):
22401 New funs, split from comint-match-partial-filename.
22402 (comint-dynamic-complete): Use completion-at-point.
22403 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
22404
22405 2011-03-24 Drew Adams <drew.adams@oracle.com>
22406
22407 * thingatpt.el: Support `defun'.
22408
22409 2011-03-23 Leo Liu <sdl.web@gmail.com>
22410
22411 * abbrevlist.el: Move to obsolete/abbrevlist.el.
22412
22413 * help-mode.el (help-mode-finish): Tweak regexp.
22414
22415 2011-03-23 Glenn Morris <rgm@gnu.org>
22416
22417 * eshell/esh-opt.el (eshell-eval-using-options):
22418 Do not bind unused local variable `eshell-option-stub'.
22419
22420 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
22421
22422 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
22423
22424 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
22425 keymap variable in `with-no-warnings' to avoid a warning when the
22426 keymap has been already `defconst'ed.
22427
22428 2011-03-22 Leo Liu <sdl.web@gmail.com>
22429
22430 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
22431 encode all chars in abbrevs; otherwise use emacs-mule or
22432 utf-8-emacs. (Bug#8308)
22433
22434 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
22435
22436 * simple.el (backward-delete-char-untabify):
22437 Avoid warning about using `delete-backward-char'.
22438
22439 * image.el (image-type-file-name-regexps): Make it variable.
22440 `imagemagick-register-types' modifies it, and the user may want
22441 to add new extensions for known image types.
22442 (imagemagick-register-types): Throw error if not using ImageMagick.
22443
22444 2011-03-22 Leo Liu <sdl.web@gmail.com>
22445
22446 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
22447 located before rcirc-prompt-end-marker.
22448 (rcirc-complete): Error if point is not after rcirc prompt.
22449 Handle the case when table is nil.
22450 (rcirc-user-authenticated): Define to fix compiler warning.
22451
22452 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
22453
22454 * custom.el (custom--inhibit-theme-enable): Make it affect only
22455 custom-theme-set-variables and custom-theme-set-faces.
22456 (provide-theme): Ignore custom--inhibit-theme-enable.
22457 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
22458 (custom-enabling-themes): Delete variable.
22459 (enable-theme): Accept only loaded themes as arguments.
22460 Ignore the special custom-enabled-themes variable.
22461 (custom-enabled-themes): Forbid themes from setting this.
22462 Eliminate use of custom-enabling-themes.
22463 (custom-push-theme): Quote "changed" custom var entry.
22464
22465 2011-03-21 Leo Liu <sdl.web@gmail.com>
22466
22467 * ido.el (ido-read-internal): Add ido-selected to history instead
22468 of user input.
22469
22470 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22471
22472 * subr.el (deferred-action-list, deferred-action-function):
22473 Mark obsolete.
22474
22475 2011-03-21 Leo Liu <sdl.web@gmail.com>
22476
22477 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
22478 change on 2011-02-13 (bug#8309).
22479
22480 * minibuffer.el (read-file-name-function): Change default value.
22481 (read-file-name--defaults): Rename from read-file-name-defaults.
22482 (read-file-name-default): Rename from read-file-name.
22483 (read-file-name): Call read-file-name-function.
22484
22485 2011-03-21 Glenn Morris <rgm@gnu.org>
22486
22487 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
22488 Doc fixes.
22489
22490 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
22491
22492 * cus-theme.el: Add missing provide statement.
22493 (customize-create-theme): Extract theme value correctly.
22494 (custom-theme-visit-theme): Autoload.
22495 (customize-create-theme): Prompt before inserting default faces.
22496
22497 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
22498
22499 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
22500 units and musical notes.
22501
22502 2011-03-20 Leo Liu <sdl.web@gmail.com>
22503
22504 * ido.el (ido-read-internal): Use completing-read-default.
22505 (ido-completing-read): Fix compatibility with completing-read.
22506
22507 2011-03-20 Christian Ohler <ohler@gnu.org>
22508
22509 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
22510 (ert-delete-all-tests): Use `called-interactively-p' rather than
22511 `interactive-p'.
22512 (ert--make-xrefs-region): Respect END.
22513
22514 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
22515
22516 * dired-aux.el (dired-create-directory): Signal an error if the
22517 directory already exists (Bug#8246).
22518
22519 * facemenu.el (list-colors-display): Call list-faces-display
22520 inside with-help-window.
22521 (list-colors-print): Use display property to align the final
22522 column, instead of checking window-width.
22523
22524 2011-03-19 Eli Zaretskii <eliz@gnu.org>
22525
22526 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
22527 windows-nt systems.
22528 (emerge-protect-metachars): Quote correctly for ms-dos and
22529 windows-nt systems.
22530
22531 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
22532
22533 * info.el (info-initialize): Replace all uses of `:' with
22534 path-separator for compatibility with non-Unix systems.
22535 Cache quoting of path-separator. (Bug#8258)
22536
22537 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
22538
22539 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
22540 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
22541 (mouse-avoidance-mode): Fix typos in docstrings.
22542
22543 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
22544
22545 * startup.el (package-subdirectory-regexp): Move from package.el.
22546 Omit \\` and \\', and let callers add them.
22547
22548 * emacs-lisp/package.el (package-strip-version)
22549 (package-load-all-descriptors): Add \\` and \\' to
22550 package-subdirectory-regexp before using it.
22551 (package-untar-buffer): New arg DIR; ensure that file untars only
22552 into this expected directory. Remove superfluous delete-region.
22553 (package-unpack): Caller changed.
22554 (package-tar-file-info): Use package-subdirectory-regexp.
22555
22556 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
22557
22558 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
22559 diff-mode-shared-map (bug#8284).
22560 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
22561
22562 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22563
22564 * calendar/time-date.el (format-seconds): Use assoc instead of
22565 assoc-string, since assoc-string doesn't exist in XEmacs.
22566
22567 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
22568
22569 * custom.el (custom-known-themes): Reflow docstring.
22570 (custom-theme-load-path): Fix typo in docstring.
22571 (load-theme): Fix typo in error message.
22572 (custom-available-themes, custom-variable-theme-value):
22573 Use `let', not `let*'.
22574
22575 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
22576
22577 * calc/README: Mention inclusion of musical notes.
22578
22579 * calc/calc-units.el (calc-lu-quant): Rename from
22580 `calc-logunits-quantity'.
22581 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
22582 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
22583 (calc-db): Rename from `calc-dblevel'.
22584 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
22585 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
22586 (calc-np): Rename from `calc-nplevel'.
22587 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
22588 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
22589 (calc-lu-plus): Rename from `calc-logunits-add'.
22590 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
22591 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
22592 (calc-lu-minus): Rename from `calc-logunits-sub'.
22593 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
22594 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
22595 (calc-lu-times): Rename from `calc-logunits-mul'.
22596 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
22597 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
22598 (calc-lu-divide): Rename from `calc-logunits-div'.
22599 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
22600 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
22601
22602 * calc/calc-ext.el (calc-init-extensions): Update the names of the
22603 functions being autoloaded.
22604
22605 * calc/calc.el (calc-lu-power-reference): Rename from
22606 `calc-logunits-power-reference'.
22607 (calc-lu-field-reference): Rename from
22608 `calc-logunits-field-reference'.
22609
22610 * calc/calc-help.el (calc-l-prefix-help):
22611 Mention musical note functions.
22612
22613 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
22614
22615 * minibuffer.el (completion-all-sorted-completions):
22616 Use :completion-cycle-penalty text property if present.
22617
22618 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
22619
22620 * allout.el (allout-yank-processing): Adjust for new rebulleting
22621 regime so bullet being yanked is used without prompting the user
22622 for a choice.
22623
22624 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
22625
22626 * startup.el (command-line): Warn the user that _emacs is deprecated.
22627
22628 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
22629
22630 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
22631 (delphi-verbose, delphi-comment-face, delphi-string-face)
22632 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
22633 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
22634 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
22635 (delphi-new-comment-line, delphi-font-lock-defaults)
22636 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
22637 Fix typos in docstrings.
22638
22639 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
22640
22641 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
22642 Invert the roles of character and string values for INSTEAD, so a
22643 string is used for the more common case of a defaulting prompt.
22644
22645 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
22646
22647 * progmodes/ruby-mode.el (ruby-backward-sexp):
22648 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
22649 * play/gamegrid.el (gamegrid-make-face):
22650 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
22651 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
22652 * notifications.el (notifications-notify):
22653 * net/xesam.el (xesam-search-engines):
22654 * net/quickurl.el (quickurl-list-insert):
22655 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
22656
22657 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
22658
22659 * startup.el (command-line): Update package subdirectory regexp.
22660
22661 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
22662
22663 * allout.el (allout-abbreviate-flattened-numbering)
22664 (allout-mode-deactivate-hook): Fix up obsolescence "date".
22665
22666 * subr.el (read-char-choice): Only show the cursor after the prompt,
22667 not after the answer.
22668
22669 2011-03-15 Kevin Ryde <user42@zip.com.au>
22670
22671 * help-fns.el (variable-at-point): Skip leading quotes, if any
22672 (bug#8253).
22673
22674 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
22675
22676 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
22677 warning message.
22678
22679 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
22680
22681 * shell.el (shell): When called interactively, offer to change the
22682 shell file name on remote hosts.
22683
22684 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
22685
22686 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
22687 integration for LDAP parameters. The host, base, user or binddn,
22688 and secret tokens can be specified in a netrc file, for instance.
22689 This is optional because an `auth-source' parameter must be
22690 specified in the search attributes.
22691
22692 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
22693
22694 * help.el (describe-mode): Link to the mode's definition (bug#8185).
22695
22696 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
22697
22698 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
22699 into declaration. Remove redundant and harmful binding.
22700
22701 2011-03-12 Eli Zaretskii <eliz@gnu.org>
22702
22703 * files.el (file-ownership-preserved-p): Pass `integer' as an
22704 explicit 2nd argument to `file-attributes'. If the file's owner
22705 is the Administrators group on Windows, and the current user is
22706 Administrator, consider that a match.
22707
22708 * server.el (server-ensure-safe-dir): Consider server directory
22709 safe on MS-Windows if its owner is the Administrators group while
22710 the current Emacs user is Administrator. Use `=' to compare
22711 numerical UIDs, since they could be integers or floats.
22712
22713 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
22714
22715 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
22716
22717 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
22718
22719 Sync with Tramp 2.2.1.
22720
22721 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
22722
22723 * net/trampver.el: Update release number.
22724
22725 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
22726
22727 * progmodes/compile.el (compilation--previous-directory): Fix up
22728 various nil/dead-marker mismatches (bug#8014).
22729 (compilation-directory-properties, compilation-error-properties):
22730 Don't call it at a position past the one we're about to change.
22731
22732 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
22733 Disable obsolescence warnings in the file that declares it.
22734
22735 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
22736
22737 * allout-widgets.el (allout-widgets-tally):
22738 Initialize allout-widgets-tally as a hash table rather than nil to
22739 prevent mode-line redisplay warnings. Also, clarify the module
22740 description and fix a comment typo.
22741
22742 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
22743
22744 * help-fns.el (describe-variable): Don't complete keywords.
22745 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
22746
22747 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
22748
22749 * emacs-lisp/package.el (package-version-join): Impose a standard
22750 string representation for pre/alpha/beta version lists.
22751 (package-unpack-single): Standardize the directory name by passing
22752 it through package-version-join.
22753 (package-strip-rcs-id): Accept any version string that does not
22754 signal an error in version-to-list.
22755
22756 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
22757
22758 * simple.el (delete-trailing-whitespace): Return nil for the
22759 benefit of `write-file-functions'.
22760
22761 2011-03-10 Glenn Morris <rgm@gnu.org>
22762
22763 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
22764
22765 * vc/vc-git.el (vc-git-program): New option.
22766 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
22767 (vc-git--call): Use it.
22768
22769 * eshell/esh-util.el (eshell-condition-case): Doc fix.
22770
22771 * cus-edit.el (Custom-newline): If no button at point, look
22772 for a subgroup button at start-of-line. (Bug#2298)
22773
22774 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
22775
22776 2011-03-10 Julien Danjou <julien@danjou.info>
22777
22778 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
22779 `cursor-type' is nil.
22780
22781 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
22782
22783 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
22784
22785 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
22786
22787 * allout.el: Change so yank of distinctive-bullet items
22788 preserves the existing header prefix, rebulleting it if necessary,
22789 rather than replacing it. This is necessary for proper operation
22790 of cooperative addons like allout-widgets.
22791 (allout-make-topic-prefix, allout-rebullet-heading):
22792 Change SOLICIT arg to INSTEAD, and interpret additionally a string
22793 value as alternate bullet to be used, instead of prompting the user
22794 for a bullet character.
22795
22796 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
22797
22798 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22799 Do not use `tramp-file-name-port', because this returns also
22800 `tramp-default-port'.
22801
22802 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
22803
22804 * net/rcirc.el (rcirc-handler-001): Remove useless
22805 with-rcirc-process-buffer.
22806 (rcirc-check-auth-status): Swap arguments to string-match.
22807
22808 2011-03-09 Glenn Morris <rgm@gnu.org>
22809
22810 * shell.el (shell-mode):
22811 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
22812
22813 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
22814 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
22815
22816 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
22817
22818 * emacs-lisp/package.el (package-refresh-contents)
22819 (package-menu-execute): Use condition-case-no-debug.
22820
22821 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
22822
22823 * simple.el (shell-command-to-string): Use `process-file'.
22824
22825 * emacs-lisp/package.el (package-tar-file-info): Handle also
22826 remote files.
22827
22828 * emacs-lisp/package-x.el (package-upload-buffer-internal):
22829 Use `equal' for upload base check.
22830
22831 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
22832
22833 * textmodes/texinfo.el (texinfo-environments):
22834 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
22835
22836 2011-03-08 Glenn Morris <rgm@gnu.org>
22837
22838 * cus-start.el (cursor-in-non-selected-windows):
22839 Fix :set quoting oddness. (Bug#8192)
22840
22841 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
22842 in some setf expressions. (Bug#2159)
22843
22844 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
22845
22846 * custom.el (custom-available-themes): Return themes in
22847 alphabetical order.
22848
22849 See ChangeLog.15 for earlier changes.
22850
22851 ;; Local Variables:
22852 ;; coding: utf-8
22853 ;; End:
22854
22855 Copyright (C) 2011-2012 Free Software Foundation, Inc.
22856
22857 This file is part of GNU Emacs.
22858
22859 GNU Emacs is free software: you can redistribute it and/or modify
22860 it under the terms of the GNU General Public License as published by
22861 the Free Software Foundation, either version 3 of the License, or
22862 (at your option) any later version.
22863
22864 GNU Emacs is distributed in the hope that it will be useful,
22865 but WITHOUT ANY WARRANTY; without even the implied warranty of
22866 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22867 GNU General Public License for more details.
22868
22869 You should have received a copy of the GNU General Public License
22870 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.