* lisp/frame.el (frame-maximization-style): Remove user option.
[bpt/emacs.git] / lisp / ChangeLog
1 2012-12-27 Juri Linkov <juri@jurta.org>
2
3 * frame.el (frame-maximization-style): Remove user option.
4 (cycle-frame-maximized): Remove function.
5 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
6 (toggle-frame-fullscreen): New command bound to <f11> instead of
7 `toggle-frame-maximized'.
8 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
9
10 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
11
12 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
13
14 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
17 for `file-accessible-directory-p'. (Bug#13275)
18
19 2012-12-27 Sam Steingold <sds@gnu.org>
20
21 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
22 continuations, see <http://stackoverflow.com/questions/3582436>.
23
24 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
25
26 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
27 "module" and "def" to have indentation before them. Regression
28 from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
29
30 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
31
32 2012-12-27 Alan Mackenzie <acm@muc.de>
33
34 Speed up fontification where there's large brace blocks.
35 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
36 to a call of c-beginning-of-decl-1.
37
38 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
39
40 * comint.el (comint-adjust-window-point): New function.
41 (comint-postoutput-scroll-to-bottom): Call
42 comint-adjust-window-point (Bug#13248).
43
44 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
45
46 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
47 Rakefile regexp.
48 (auto-mode-alist): Associate .gemspec files with ruby-mode
49 (https://bugs.ruby-lang.org/issues/5453).
50
51 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
52
53 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun. Suppress
54 coloring, if possible (required for BusyBox based systems like
55 CynagenMod).
56 (tramp-adb-handle-file-attributes)
57 (tramp-adb-handle-insert-directory)
58 (tramp-adb-handle-file-name-all-completions): Use it.
59 (tramp-adb-get-toolbox): New defun. Check for remote shell
60 implementation (BusyBox or Toolbox).
61
62 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
63
64 * startup.el (initial-buffer-choice): Allow function as value
65 (Bug#13251).
66 (command-line-1): Handle case where initial-buffer-choice
67 specifies a function.
68 * server.el (server-execute): Handle case where
69 initial-buffer-choice specifies a function.
70
71 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
72
73 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
74 its own function.
75 (smtpmail-try-auth-methods): Forget the user name/password if the
76 login is unsuccessful (bug#12424).
77
78 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
79
80 * notifications.el (notifications-notify): Protect body with
81 `with-demoted-errors'.
82
83 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Check
84 properties of remote device. Restart connection, if there is a
85 change.
86
87 2012-12-21 Chong Yidong <cyd@gnu.org>
88
89 * sort.el (sort-subr): Doc fix (Bug#13056).
90
91 2012-12-21 Bastien Guerry <bzg@gnu.org>
92
93 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
94
95 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
96
97 * simple.el (process-file): Overwrite stderr file, if exists.
98
99 2012-12-21 Daiki Ueno <ueno@gnu.org>
100
101 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
102 (epg-error): Set `error-message' property.
103
104 2012-12-21 Chong Yidong <cyd@gnu.org>
105
106 * international/mule-cmds.el (read-char-by-name): Signal an error
107 if the user does not supply a valid character (Bug#13177).
108
109 * simple.el (transpose-subr-1): Preserve marker positions by
110 changing the insertion sequence (Bug#13122).
111
112 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
113
114 * simple.el (kill-region): Deactivate mark even for empty regions
115 (Bug#13169).
116
117 2012-12-21 Chong Yidong <cyd@gnu.org>
118
119 * help-fns.el (describe-variable): Make sure we get the right
120 buffer name (Bug#13105). Suggested by Kelly Dean.
121
122 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
123
124 * comint.el (comint-redirect-previous-input-string): New variable.
125 (comint-redirect-setup, comint-redirect-cleanup)
126 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
127 (comint-redirect-preoutput-filter): Fix verbose message.
128
129 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
130
131 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
132 is too long for Tramp. See discussion in
133 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
134
135 * progmodes/compile.el (compilation-start): Remove line escape
136 template.
137
138 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
139
140 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
141 Adjust comment.
142
143 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
144
145 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
146 following non-comment text (bug#13207).
147 (lm-header-multiline): Continuation lines need to be indented more than
148 the first line.
149 (lm-homepage): New function.
150 (lm-with-file): Don't be confused if narrowing is in effect.
151
152 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
153 very beginning of a hunk (e.g. killing the first line).
154
155 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
156
157 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
158 and text properties from returned ACL string.
159 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
160 for "setfacl" command.
161
162 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
163
164 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
165 `tramp-cleanup-this-connection', when the process has died.
166 (Bug#13151)
167
168 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
169
170 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
171
172 2012-12-17 Kevin Ryde <user42@zip.com.au>
173
174 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
175
176 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
177
178 Add support for preserving ACL entries of files.
179
180 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
181 `set-file-acl' handlers.
182
183 * net/tramp-adb.el (tramp-adb-handle-copy-file):
184 Handle PRESERVE-EXTENDED-ATTRIBUTES.
185
186 * net/tramp-compat.el (tramp-compat-copy-file):
187 Handle PRESERVE-EXTENDED-ATTRIBUTES.
188
189 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
190 Add `file-acl' and `set-file-acl' handlers.
191 (tramp-gvfs-handle-copy-file):
192 Handle PRESERVE-EXTENDED-ATTRIBUTES.
193 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
194 New defuns.
195
196 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
197 Add `file-acl' and `set-file-acl' handlers.
198 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
199 (tramp-sh-handle-set-file-acl): New defuns.
200 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
201 Handle PRESERVE-EXTENDED-ATTRIBUTES.
202
203 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
204 Add `file-acl' and `set-file-acl' handlers.
205 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
206
207 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
208
209 * help-macro.el (make-help-screen): Instead of switch-to-buffer
210 use pop-to-buffer with NORECORD argument t. As buffer name, use
211 *Metahelp* with a leading space (Bug#13190).
212
213 2012-12-16 Romain Francoise <romain@orebokech.com>
214
215 * files.el (file-extended-attributes)
216 (set-file-extended-attributes): New functions.
217 (backup-buffer): Use them to handle both SELinux context and ACL
218 entries.
219 (backup-buffer-copy): Work with an alist of extended attributes,
220 rather than an SELinux context.
221 (basic-save-buffer-2): Ditto.
222
223 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
224
225 * battery.el (battery-bsd-apm): New function.
226
227 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
228
229 * calc/calc.el (calc-standard-date-formats): Adjust one of the
230 standard date formats.
231
232 2012-12-15 Juri Linkov <juri@jurta.org>
233
234 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
235 `isearch-insert-char-by-name'.
236 (with-isearch-suspended): New defmacro with body mostly from
237 `isearch-edit-string' except the part that sets
238 `isearch-new-string' and `isearch-new-message'.
239 (isearch-edit-string): Use new macro `with-isearch-suspended' with
240 body that sets `isearch-new-string' and `isearch-new-message'.
241 (isearch-insert-char-by-name): New command.
242 * international/mule-cmds.el (read-char-by-name): Let-bind
243 `enable-recursive-minibuffers' to t.
244 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
245
246 2012-12-15 Juri Linkov <juri@jurta.org>
247
248 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
249 (Bug#13175)
250
251 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
252
253 * dired-x.el (dired-guess-shell-command): Put colon at the end of
254 the prompt. (Bug#13045)
255
256 2012-12-14 Glenn Morris <rgm@gnu.org>
257
258 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
259 Try to include filename in non-bytecomp warning. (Bug#13132)
260
261 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
262
263 Fix permissions bugs with setgid directories etc. (Bug#13125)
264 * files.el (backup-buffer): Don't rely on 9th output of
265 file-attributes, as it's now a placeholder. Instead, use the new
266 optional arg of file-ownership-preserved-p.
267 (file-ownership-preserved-p): New optional arg GROUP.
268 Fix mishandling of setuid directories that would cause this
269 function to return t when it should have returned nil.
270 Document what happens if the file does not exist, and when
271 it's not known whether the ownership will be preserved.
272 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
273 Likewise.
274 (tramp-get-local-gid): Use group-gid for integer, as that's
275 faster and more reliable.
276
277 2012-12-14 Julien Danjou <julien@danjou.info>
278
279 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
280 Update keywords list, data type and PL/pgSQL.
281
282 2012-12-14 Dave Abrahams <dave@boostpro.com>
283
284 * vc/ediff-util.el (ediff-buffer-type): New function.
285 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
286 rather than taking it as as argument.
287 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
288
289 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
290
291 * json.el: Add pretty-print option (bug#12634).
292 (json-encoding-separator, json-encoding-default-indentation)
293 (json--encoding-current-indentation, json-encoding-pretty-print)
294 (json-encoding-lisp-style-closings): New vars.
295 (json--with-indentation): New macro.
296 (json-encode-hash-table, json-encode-alist, json-encode-plist)
297 (json-encode-array): Use it to obey json-encoding-pretty-print.
298 (json-pretty-print-buffer, json-pretty-print): New commands.
299
300 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
301
302 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
303 Extract `ruby-syntax-propertize-expansions'.
304 (ruby-syntax-propertize-expansions): Only change syntax on
305 certain string delimiters, to punctuation. This way the common
306 functions like forward-word and thing-at-point still work.
307 (ruby-match-expression-expansion): Improve readability.
308 (ruby-block-contains-point): New function.
309 (ruby-add-log-current-method): Handle several edge cases.
310
311 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
312
313 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
314 unload-feature finishes even when aborting an ongoing edebug session.
315 Also, do not worry about edebug-mode, unload-feature takes care of it.
316
317 2012-12-13 Andreas Schwab <schwab@suse.de>
318
319 * net/tls.el (tls-program): Update customize type.
320
321 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
322
323 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
324 (edebug-setup-hook, cl-read-load-hooks): Use it.
325 (edebug-unload-function): New function. (Bug#13163)
326
327 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
328
329 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
330 Otherwise, there could be errors in autoloading. (Bug#13151)
331
332 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
333
334 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
335 sequences.
336
337 2012-12-13 Alan Mackenzie <acm@muc.de>
338
339 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
340 * progmodes/cc-engine.el (c-backward-comments): Add code to work
341 around `forward-comment' not recognizing ^M as whitespace.
342
343 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
344
345 * progmodes/python.el (python-skeleton-class)
346 (python-skeleton-def): Do not add space after defun name.
347
348 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
349
350 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
351 (cl--symbol-function): Remove (now that funbound is like nil).
352
353 2012-12-12 Glenn Morris <rgm@gnu.org>
354
355 * button.el (button--area-button-p): Fix typo.
356
357 2012-12-12 Sam Steingold <sds@gnu.org>
358
359 * frame.el (frame-maximization-style): New user option.
360 (toggle-frame-maximized): Toggle frame maximization according to
361 `frame-maximization-style', bound to <f11>.
362 (cycle-frame-maximized): Cycle between all maximization styles and
363 non-maximized frame, bound to shift-<f11>.
364
365 2012-12-12 David Cadé <codename68@gmail.com>
366
367 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
368
369 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
370
371 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
372 (eieio-override-prin1): Don't quote kewords and booleans.
373 (object-write) <eieio-default-superclass>: Don't put closing parens
374 on new line, avoid needless empty lines, align values that are objects
375 with the slot keyword (instead of beginning on the same line).
376 (eieio-list-prin1): Align value with slot keyword; increase
377 eieio-print-depth before printing members of the list.
378
379 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
382 a display text-property.
383 (report-emacs-bug-hook): Don't bother deleting it any more.
384
385 * hilit-chg.el (highlight-save-buffer-state): Delete.
386 Use with-silent-modifications instead.
387 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
388
389 * button.el: Handle buttons in display text-properties.
390 (button--area-button-p, button--area-button-string):
391 Use (STRING . STRING-POS) representation instead of just STRING.
392
393 2012-12-11 Eli Zaretskii <eliz@gnu.org>
394
395 * makefile.w32-in (compile4-SH): Fix a typo that caused term
396 subdirectory be skipped.
397
398 2012-12-11 Glenn Morris <rgm@gnu.org>
399
400 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
401
402 * progmodes/f90.el (f90-line-continued, f90-indent-region):
403 Treat preprocessor lines embedded in continuations like comments.
404 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
405
406 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
407
408 * calc/calc.el (calc-standard-date-formats): Add more date
409 formats.
410 * calc/calc-forms.el (math-parse-iso-date): New function.
411 (math-parse-date): Use `math-parse-iso-date' when appropriate.
412 (math-parse-iso-date-validate): Add extra error checking.
413 (calc-date-notation): Add ability to access new date formats.
414
415 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
416
417 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
418 font-lock as well as when there's no text-property.
419
420 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
421
422 * hi-lock.el: Refine the choice of default face.
423 (hi-lock-keyword->face): New function. Use it wherever we used
424 cadadadr instead.
425 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
426 (hi-lock--last-face): Remove var.
427 (hi-lock--unused-faces): New var to replace it.
428 (hi-lock-read-face-name): Use/maintain it.
429 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
430 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
431 if it has another face.
432
433 2012-12-10 Eli Zaretskii <eliz@gnu.org>
434
435 * subr.el (w32notify-handle-event): New function.
436 (inotify-handle-event): Doc fix.
437
438 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
439
440 * subr.el (inotify-event-p, inotify-handle-event): New functions.
441
442 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
443
444 * simple.el (just-one-space): Doc fix.
445
446 2012-12-10 Eli Zaretskii <eliz@gnu.org>
447
448 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
449
450 2012-12-10 Le Wang <l26wang@gmail.com>
451
452 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
453 narrowed buffer (bug#12361).
454
455 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
456
457 * vc/vc-hooks.el (vc-state): Doc fix.
458
459 2012-12-10 Glenn Morris <rgm@gnu.org>
460
461 * mail/rmail.el (rmail-maybe-display-summary):
462 Preserve buffer, in case select-window changes it. (Bug#13066)
463
464 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
465
466 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
467 cl-load-hook where they belong.
468
469 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
470
471 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
472
473 2012-12-09 Eli Zaretskii <eliz@gnu.org>
474
475 Parallelize byte compilation on MS-Windows.
476 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
477 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
478 (WINS_BASIC): Define as concatenation of the above.
479 (compile): Subdivide into 4 separate and independent jobs that can
480 be run in parallel.
481 (compile0-CMD, compile0-SH): New targets for compiling
482 COMPILE_FIRST files, which are prerequisites for the rest of the
483 byte-compilation.
484 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
485 New targets for parallel compilation with cmd.exe.
486 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
487 compiling under a Unixy shell.
488
489 2012-12-09 Chong Yidong <cyd@gnu.org>
490
491 * simple.el (set-mark-default-inactive): Delete this
492 accidentally-introduced option.
493 (set-mark-command, exchange-point-and-mark): Remove calls.
494
495 2012-12-09 Glenn Morris <rgm@gnu.org>
496
497 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
498 Respect a defcustom's :set function, if appropriate. (Bug#109)
499 (eval-defun): Doc fix.
500
501 2012-12-08 Juri Linkov <juri@jurta.org>
502
503 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
504 (Info-fontify-node, Info-bookmark-make-record): Remove the
505 file extension from Info-current-file (Bug#13016).
506
507 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
508
509 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
510 point, still provide some default.
511 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
512 names, since we don't use it right now. Actually return the list.
513 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
514
515 2012-12-07 Chong Yidong <cyd@gnu.org>
516
517 * novice.el (disabled-command-function): Remove a spurious help
518 xref (Bug#13043). Suggested by Kelly Dean.
519
520 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
521 syntax is specified (Bug#13025).
522
523 * info.el (Info-set-mode-line): Remove the file extension from
524 Info-current-file if there is one (Bug#13016).
525
526 2012-12-07 Glenn Morris <rgm@gnu.org>
527
528 * mail/rmail.el (rmail-mime-decoded): New permanent local.
529 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
530 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
531 and rmail-mime-decoded. (Bug#9841)
532
533 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
534 (batch-unrmail, unrmail): Doc fixes.
535 (unrmail): Respect unrmail-mbox-format.
536 * mail/rmail.el (rmail-mbox-format): New option.
537 (rmail-show-message-1): Respect rmail-mbox-format.
538
539 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
542
543 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
546 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
547 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
548 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
549 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
550 (cl-progv): Don't rely on dynamic scoping to find the body.
551 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
552 (cl--proclaims-deferred): Rename from the "cl-" prefix.
553 (cl-declaim): Use backquotes.
554 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
555 Use "cl--" prefix for the object's tag.
556
557 * ses.el: Use advice-add/remove.
558 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
559 (copy-region-as-kill, yank): Use advice-add.
560 (ses-unload-function): Use advice-remove.
561
562 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
563
564 * button.el: Make them work in header-lines (bug#12817).
565 (button-map): Add bindings for header-line and mode-line use.
566 (button-get, button-put, button-label): `button' may now be a string.
567 (button-activate): Don't make it a defsubst.
568 (button--area-button-p, button--area-button-string): New functions.
569 (make-text-button): Fix the return value when `beg' was a string.
570 (push-button): Handle the mode-line case.
571
572 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
573
574 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
575 (sql-signum): Remove. Use `cl-signum' instead.
576 (sql-read-passwd): Remove; use read-passwd instread.
577 (sql-get-login-ext): Use read-string.
578 (sql-get-login): Use dolist and pcase.
579 (sql--completion-table): Rename from sql-try-completion.
580 Use complete-with-action.
581 (sql-mode): Don't change abbrev-all-caps globally.
582 (sql-connect): Don't rely on dynamic scoping for `new-name'.
583 (sql-postgres-completion-object): Initialize vars in their `let'.
584 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
585 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
586 (sql-comint-interbase): Use a single append, without setq.
587 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
588
589 * hi-lock.el: Rework the default face and the serialize regexp code.
590 (hi-lock--auto-select-face-defaults): Remove.
591 (hi-lock-string-serialize-serial): Remove.
592 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
593 make weak.
594 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
595 equal string.
596 (hi-lock-set-pattern): Adjust accordingly.
597 (hi-lock--regexps-at-point): Simplify accordingly.
598 (hi-lock--auto-select-face-defaults): Remove.
599 (hi-lock--last-face): New var to replace it.
600 (hi-lock-read-face-name): Rewrite (bug#11095).
601 (hi-lock-unface-buffer): Arrange for the face to be the next default.
602
603 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
604
605 * net/tramp.el (tramp-replace-environment-variables):
606 Hide compiler warning.
607 (tramp-file-name-for-operation): Remove `executable-find',
608 `start-process', `call-process' and `call-process-region'.
609
610 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
611
612 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
613 compatibility.
614
615 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
616
617 2012-12-06 Chong Yidong <cyd@gnu.org>
618
619 * ffap.el (ffap-replace-file-component): Fix typo.
620
621 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
622
623 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
624 fix open-paren-like token test (bug#12785).
625
626 2012-12-06 Glenn Morris <rgm@gnu.org>
627
628 * mail/rmailsum.el (rmail-new-summary): Tweak for
629 rmail-maybe-display-summary changing buffer. (Bug#13066)
630
631 2012-12-06 Juri Linkov <juri@jurta.org>
632
633 * info.el (Info-fontify-node): Don't hide the last newline.
634 (Bug#12272)
635
636 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
637
638 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
639 so as to enable message-read-from-minibuffer to expand mail aliases.
640
641 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
644 the `intangible' property.
645 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
646
647 2012-12-05 Deniz Dogan <deniz@dogan.se>
648
649 * net/rcirc.el (rcirc-urls): Update documentation.
650 (rcirc-condition-filter): New function.
651 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
652 and exclude consecutive duplicate URLs (Bug#6082).
653
654 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
655
656 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
657 Check return code of copy command.
658
659 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
660 Use group `tramp'. Add version.
661
662 2012-12-05 Chong Yidong <cyd@gnu.org>
663
664 * ffap.el (ffap-url-regexp): Don't require matching at front of
665 string (Bug#4952).
666 (ffap-url-p): If only a substring matches, return that.
667 (ffap-url-at-point): Use the return value of ffap-url-p.
668 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
669 (find-file-at-point, dired-at-point, dired-at-point-prompter)
670 (ffap-guess-file-name-at-point): Likewise.
671 (ffap-replace-file-component): Fix typo.
672
673 * info.el (info-display-manual): Add existing Info buffers, whose
674 files may not be in Info-directory-list, to the completion.
675 (info--manual-names): New helper function.
676
677 2012-12-05 Glenn Morris <rgm@gnu.org>
678
679 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
680 New functions, for detecting and resolving conflicts. (Bug#10709)
681
682 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
683
684 * hi-lock.el (hi-lock-auto-select-face): New user variable.
685 (hi-lock-auto-select-face-defaults): New buffer local variable.
686 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
687 (hi-lock-unface-buffer): Prompt user with useful defaults.
688 With prefix arg, unhighlight all hi-lock patterns in buffer.
689
690 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
691
692 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
693
694 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
695
696 * Makefile.in (TRAMP_SRC):
697 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
698
699 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
700
701 * net/tramp-adb.el: New package.
702
703 2012-12-04 Chong Yidong <cyd@gnu.org>
704
705 * terminal.el: Move to obsolete/.
706
707 * longlines.el: Move to obsolete/.
708
709 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
710 Remove code referring to longlines mode.
711
712 2012-12-03 Juri Linkov <juri@jurta.org>
713
714 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
715
716 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
717
718 * textmodes/ispell.el (ispell-init-process)
719 (ispell-start-process, ispell-internal-change-dictionary):
720 Make sure personal dictionary name is expanded after initial
721 `default-directory' value. Use expanded strings for
722 keep/restart checks and for value (Bug#13019).
723
724 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
725
726 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
727
728 2012-12-03 Leo Liu <sdl.web@gmail.com>
729
730 * files.el (dir-locals-read-from-file): Check file non-empty
731 before reading. (Bug#13038)
732
733 2012-12-03 Glenn Morris <rgm@gnu.org>
734
735 * jka-cmpr-hook.el (jka-compr-get-compression-info):
736 Remove any version extension before checking filename. (Bug#13006)
737 (jka-compr-compression-info-list): Belated :version bump.
738
739 2012-12-03 Chong Yidong <cyd@gnu.org>
740
741 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
742
743 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
744 (buffer-menu): Doc fix (Bug#12294).
745
746 2012-12-03 Roland Winkler <winkler@gnu.org>
747
748 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
749 of diary-show-all-entries in the diary buffer (Bug#12994).
750
751 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
752
753 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
754 "<STDIN>". This is binary safe.
755
756 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
757
758 * calc/calc-forms.el (math-absolute-from-iso-dt)
759 (math-date-to-iso-dt, math-parse-iso-date-validate)
760 (math-iso-dt-to-date): New functions.
761 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
762 (math-fd-isoweekday): New variables.
763 (calc-date-notation, math-parse-standard-date, math-format-date)
764 (math-format-date-part): Add support for more formatting codes.
765
766 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
767
768 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
769 current buffer's file name when called interactively (Bug#12488).
770
771 2012-12-02 Juri Linkov <juri@jurta.org>
772
773 * info.el (info-display-manual): Don't clobber an existing Info
774 buffer (Bug#10770). Add completion (Bug#10771).
775
776 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
777
778 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
779 before using it for comparison (Bug#5297).
780
781 2012-12-01 Jari Aalto <jari.aalto@cante.net>
782
783 * textmodes/css-mode.el (css-current-defun-name): New function.
784 (css-mode): Use it.
785
786 * textmodes/sgml-mode.el (html-current-defun-name): New function.
787 (html-mode): Use it.
788
789 2012-12-01 Chong Yidong <cyd@gnu.org>
790
791 Modularize add-log-current-defun (Bug#2224).
792 Suggested by Jari Aalto.
793
794 * vc/add-log.el (add-log-current-defun-function): Doc fix.
795 (add-log-current-defun): Move mode-specific code to other files.
796 (add-log-lisp-like-modes, add-log-c-like-modes)
797 (add-log-tex-like-modes): Variables deleted.
798
799 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
800 (lisp-mode-variables): Use it.
801
802 * progmodes/cc-mode.el (c-common-init):
803 * progmodes/cperl-mode.el (cperl-mode): Set a value for
804 add-log-current-defun-function.
805
806 * progmodes/m4-mode.el (m4-current-defun-name): New function.
807 (m4-mode): Use it.
808
809 * progmodes/perl-mode.el (perl-current-defun-name): New.
810 (perl-mode): Use it.
811
812 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
813 Use lisp-current-defun-name.
814
815 * textmodes/tex-mode.el (tex-current-defun-name): New.
816 (tex-common-initialization): Use it.
817
818 * textmodes/texinfo.el (texinfo-current-defun-name): New.
819 (texinfo-mode): Use it.
820
821 2012-12-01 Chong Yidong <cyd@gnu.org>
822
823 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
824 * progmodes/autoconf.el (autoconf-mode):
825 * progmodes/js.el (js-mode):
826 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
827 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
828 * progmodes/perl-mode.el (perl-mode):
829 * progmodes/sh-script.el (sh-mode, sh-set-shell):
830 * textmodes/css-mode.el (css-mode):
831 * textmodes/sgml-mode.el (html-mode, sgml-mode)
832 (sgml-tags-invisible, sgml-guess-indent):
833 * textmodes/tex-mode.el (tex-common-initialization)
834 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
835 (doctex-mode, plain-tex-mode, latex-mode):
836 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
837
838 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
839
840 * vc/vc-hg.el (vc-hg-next-revision):
841 Ensure use of default "tip" output format. (Bug#6968)
842
843 2012-12-01 Kim F. Storm <storm@cua.dk>
844
845 * startup.el (fancy-startup-tail): Add a clickable link
846 (Bug#2176).
847
848 2012-12-01 Chong Yidong <cyd@gnu.org>
849
850 * startup.el (fancy-startup-tail): Improve the message about
851 auto-save files (Bug#2176).
852
853 * files.el (recover-session): Improve the descriptive message, and
854 use substitute-command-keys.
855
856 2012-12-01 Glenn Morris <rgm@gnu.org>
857
858 * ido.el (ido-file-internal):
859 Handle other-window, other-frame for dired. (Bug#13036)
860
861 2012-11-30 Glenn Morris <rgm@gnu.org>
862
863 * icomplete.el (icomplete-separator): Fix :version.
864
865 2012-11-30 Chong Yidong <cyd@gnu.org>
866
867 * shell.el (shell): For C-u M-x shell, use an inactive shell
868 buffer as the default (Bug#1975).
869 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
870 (shell-mode): Use them to reapply ansi colorization if Shell mode
871 is re-enabled.
872
873 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
874
875 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
876
877 2012-11-30 Samuel Bronson <naesten@gmail.com>
878
879 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
880 flag to xargs, for compatibility with BSD xargs (Bug#11703).
881
882 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
883
884 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
885 by move-to-column (Bug#3234).
886
887 2012-11-30 Chong Yidong <cyd@gnu.org>
888
889 * longlines.el (longlines-wrap-line, longlines-encode-region):
890 Preserve text properties (Bug#1425).
891
892 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
893
894 * vc/vc.el (vc-register): Allow registering a file which is
895 already registered with a different backend (Bug#10589).
896
897 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
898 Stefan Monnier <monnier@iro.umontreal.ca>
899
900 * icomplete.el: Change separator; add ido-style commands.
901 (icomplete-show-key-bindings): Remove custom var.
902 (icomplete-get-keys): Remove function.
903 (icomplete-forward-completions, icomplete-backward-completions):
904 New commands.
905 (icomplete-minibuffer-map): New var.
906 (icomplete-minibuffer-setup): Use it.
907 (icomplete-exhibit): Don't delay if the list of completions is known.
908 (icomplete-separator): New custom.
909 (icomplete-completions): Use it.
910 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
911 (minibuffer-force-complete-and-exit): New command.
912 (minibuffer--complete-and-exit): New function extracted from
913 minibuffer-complete-and-exit.
914 (minibuffer-complete-and-exit): Use it.
915
916 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
917 error message when the file doesn't exist (bug#12974).
918
919 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
920
921 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
922
923 2012-11-29 Glenn Morris <rgm@gnu.org>
924
925 * files.el (hack-dir-local-variables): Warn if try to set
926 coding via dir-locals, since it doesn't work. (Bug#7169)
927
928 Add desktop support for restoring vc-dir buffers. (Bug#10606)
929 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
930 Set buffer-local value of desktop-save-buffer.
931 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
932 New functions.
933 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
934 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
935
936 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
937 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
938 Doc fix.
939 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
940 Doc fixes.
941
942 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
943
944 * calc/calc-forms.el (calc-date-notation): Fix regexp
945 used to find time codes. Fix symbol for seconds.
946
947 2012-11-27 Glenn Morris <rgm@gnu.org>
948
949 * emacs-lisp/derived.el (derived-mode-make-docstring):
950 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
951
952 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
953
954 * textmodes/table.el (table-insert): Don't use `symbol-name' on
955 lexically scoped variables (bug#13005).
956
957 2012-11-27 Glenn Morris <rgm@gnu.org>
958
959 * vc/vc-hooks.el (vc-mistrust-permissions):
960 Default to t, to avoid data-loss. (Bug#11490)
961
962 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
963
964 * progmodes/python.el (python-indent-guess-indent-offset):
965 If indentation is guessed make python-indent-offset buffer-local.
966
967 Fix Imenu regression.
968 * progmodes/python.el (python-nav-beginning-of-defun):
969 Fix forward movement when statement(s) separates point from defun.
970 (python-imenu-prev-index-position): New function.
971
972 2012-11-27 Eli Zaretskii <eliz@gnu.org>
973
974 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
975
976 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
977 Don't set buffer-file-type. Return nil. (Bug#12989)
978
979 2012-11-27 Glenn Morris <rgm@gnu.org>
980
981 * hippie-exp.el (hippie-expand-try-functions-list):
982 Re-autoload it. (Bug#12982)
983
984 2012-11-27 Eli Zaretskii <eliz@gnu.org>
985
986 * descr-text.el (describe-char-padded-string):
987 Call internal-char-font only on GUI frames. (Bug#11964)
988
989 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
990
991 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
992 and obsoletion message.
993
994 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
997 the constructs to keep outside of the `cl-block' (bug#12977).
998
999 2012-11-27 Chong Yidong <cyd@gnu.org>
1000
1001 * mouse.el (mouse-drag-line): Even if the line is not draggable,
1002 keep reading until we get the up-event anyway, in order to process
1003 the up-event for mouse-1-click-follows-link (Bug#12971).
1004
1005 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1006
1007 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
1008 base function is not yet defined (bug#12965).
1009 (ad-activate-advised-definition): Use ad-compile-function.
1010 (ad-activate): Use cond.
1011
1012 2012-11-25 Leo Liu <sdl.web@gmail.com>
1013
1014 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
1015 (Bug#12979)
1016
1017 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
1018
1019 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
1020 reftex-section-info-function in order to be compatible with
1021 Texinfo integration.
1022
1023 * textmodes/reftex.el (reftex-section-pre-regexp)
1024 (reftex-section-post-regexp, reftex-section-info-function):
1025 New variable.
1026 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
1027 reftex-section-post-regexp, and reftex-section-info-function in order
1028 to be compatible with Texinfo integration.
1029
1030 * textmodes/reftex-toc.el (reftex-toc-promote-action):
1031 use reftex-section-pre-regexp variable in order to be compatible with
1032 Texinfo integration.
1033
1034 2012-11-25 Chong Yidong <cyd@gnu.org>
1035
1036 * faces.el: Make face-spec-set more analogous to setq.
1037 (face-spec-set): Change the third arg to specify whether this
1038 function is being called via defface, customize, or a third party.
1039 Set the appropriate symbol properties. Clear the override spec if
1040 setting via Custom. Initialize face if necessary. (Bug#4988)
1041 (face-spec-recalc): Allow theme faces to completely replace the
1042 defface spec, in the same way as custom faces (Bug#8454).
1043
1044 * cus-face.el (custom-declare-face): Move face initialization to
1045 face-spec-set.
1046 (custom-theme-set-faces): Don't initialize the face name here, as
1047 that is now done in face-spec-set.
1048
1049 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
1050 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
1051 Simplify by using the new arg to face-spec-set.
1052
1053 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
1054 reset face-override-spec too, and use custom-declare-face.
1055
1056 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
1057
1058 * term/ns-win.el (ns-initialize-window-system): Move creation of
1059 fontsets here (Bug#11964).
1060
1061 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
1062
1063 * ses.el (ses-rename-cell): Correct bug on mode-line update after
1064 cell renaming.
1065
1066 2012-11-24 Chong Yidong <cyd@gnu.org>
1067
1068 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
1069 obsolete.
1070
1071 * custom.el (custom-theme-set-variables): Use a topological sort
1072 for ordering by custom dependencies (Bug#12952).
1073 (custom--sort-vars, custom--sort-vars-1): New functions.
1074
1075 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
1078 lexical-binding (bug#12938).
1079
1080 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
1081
1082 * image-mode.el (image-transform-check-size): Use assertions only
1083 for images of type imagemagick.
1084
1085 Otherwise no error, image-transform-fit-to-{width,height} is
1086 silently ignored, as before. Doc fix.
1087
1088 2012-11-24 Chong Yidong <cyd@gnu.org>
1089
1090 * faces.el (color-defined-p): Doc fix (Bug#12853).
1091
1092 2012-11-24 Juri Linkov <juri@jurta.org>
1093
1094 * dired.el (dired-mark): Add optional arg `interactive'.
1095 Check for `use-region-p' if `interactive' is non-nil.
1096 (dired-unmark, dired-flag-file-deletion): Add optional arg
1097 `interactive'. Call `dired-mark' with the arg `interactive'.
1098 (Bug#10624)
1099
1100 * wdired.el: Revert 2012-10-17 change partly and replace it with
1101 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
1102 (wdired-finish-edit): Add marks for new file names to
1103 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
1104 after `revert-buffer'.
1105 (wdired-do-renames): Remove calls to `dired-remove-file',
1106 `dired-add-file', `dired-add-entry'. (Bug#11795)
1107
1108 2012-11-24 Alan Mackenzie <acm@muc.de>
1109
1110 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
1111
1112 Fix bugs in the state cache. Enhance a debugging mechanism.
1113 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
1114 "brace at column zero" strategy for C++.
1115 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
1116 (c-parse-state-point): New variable.
1117 (c-record-parse-state-state): Record old parse state with
1118 `copy-tree'. Record previous value of point.
1119 (c-debug-parse-state-double-cons): New debugging function.
1120 (c-debug-parse-state): Call the above new function.
1121 (c-toggle-parse-state-debug): Output a confirmatory message.
1122
1123 * progmodes/cc-mode.el (c-before-change, c-after-change):
1124 Call c-invalidate-state-cache from `c-before-change' instead of
1125 `c-after-change'.
1126
1127 2012-11-23 Chong Yidong <cyd@gnu.org>
1128
1129 * find-cmd.el (find-constituents): Add executable, ipath,
1130 readable, samefile, writable, daystart, regextype (Bug#12856).
1131
1132 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
1135
1136 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1137
1138 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
1139 definition. This fixes a bootstrap failure.
1140 (calc-gregorian-switch): In menu, put dates before regions.
1141 This is easier to follow, lines up better in the menu, and lets us
1142 coalesce regions that switch at the same time. Give country
1143 names, not "Vatican", as that's better for non-expert users.
1144 Use names that are stable between the date of switch and now, e.g.,
1145 Bohemia and Moravia (which existed then and now) and not
1146 Czechoslovakia (which didn't exist then and doesn't exist now).
1147 What is now the U.S. mostly did not switch at the same time as
1148 Britain, so omit the U.S. Correct spelling of "Britain".
1149 Catholic Switzerland was too much of a mess, so omit it.
1150
1151 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1152
1153 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
1154 after the variable is changed.
1155
1156 2012-11-21 Daniel Colascione <dancol@dancol.org>
1157
1158 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
1159 in SQL declarations for font-lock.
1160 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
1161
1162 2012-11-21 Glenn Morris <rgm@gnu.org>
1163
1164 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
1165 (face-italic-p): Add optional argument "inherit".
1166
1167 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
1168 Remove -p suffix from names, for consistency with other set-face-*.
1169 (set-face-inverse-video): Fix interactive spec.
1170 * play/gamegrid.el (gamegrid-make-mono-tty-face):
1171 * textmodes/table.el (table--update-cell-face):
1172 Use set-face-inverse-video rather than now obsolete alias.
1173
1174 2012-11-21 Eli Zaretskii <eliz@gnu.org>
1175
1176 * simple.el (line-move): Don't call line-move-partial if
1177 scroll-conservatively is in effect. (Bug#12927)
1178
1179 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1180
1181 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
1182 Fallback on completion-at-point rather than
1183 pcomplete-expand-and-complete, and only if pcomplete actually failed.
1184 (eshell-cmpl-initialize): Setup completion-at-point.
1185
1186 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
1187
1188 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
1189
1190 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
1191
1192 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
1193 are remote, check out-of-band property for both.
1194
1195 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1196
1197 * window.el (switch-to-buffer): Re-add the warning that was lost in the
1198 code rewrite.
1199
1200 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1201
1202 More minor time fixes.
1203 * calendar/time-date.el: Commentary fix.
1204 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
1205 too much other code depends on (0 0) time stamps.
1206 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
1207 Add a couple of FIXME comments.
1208
1209 Minor cleanup for times as lists of four integers.
1210 * files.el (dir-locals-directory-cache):
1211 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
1212 Doc fixes.
1213 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
1214 * ps-bdf.el (bdf-file-newer-than-time):
1215 Process four-integers time stamps, not two. Doc fixes.
1216
1217 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1218
1219 * uniquify.el (uniquify-managed): Use defvar-local.
1220 (rename-buffer, create-file-buffer): Advise with advice-add.
1221 (uniquify-unload-function): Unadvise accordingly.
1222
1223 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
1224 (trace-buffer): Don't purecopy.
1225 (trace-entry-message, trace-exit-message): Add `context' arg.
1226 (trace--timer): New var.
1227 (trace-make-advice): Adjust for use in nadvice.
1228 Add `context' argument. Delay `display-buffer' via a timer.
1229 (trace-function-internal): Use advice-add.
1230 (trace--read-args): New function.
1231 (trace-function-foreground, trace-function-background): Use it.
1232 (trace-function): Rename to trace-function-foreground and redefine as
1233 an alias to that new name.
1234 (untrace-function, untrace-all): Adjust to the use of nadvice.
1235
1236 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
1237
1238 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
1239
1240 * subr.el (called-interactively-p-functions): New var.
1241 (internal--called-interactively-p--get-frame): New macro.
1242 (called-interactively-p, interactive-p): Rewrite in Lisp.
1243 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
1244 (called-interactively-p-functions): Use it.
1245 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
1246 (called-interactively-p-functions): Use it.
1247 * allout.el (allout-called-interactively-p): Don't assume
1248 called-interactively-p is a subr.
1249
1250 2012-11-20 Glenn Morris <rgm@gnu.org>
1251
1252 * profiler.el (profiler-report-mode-map): Add a menu.
1253 No need to bind `q' because we derive from special-mode.
1254 (profiler-report-find-entry): Handle calls from the menu-bar.
1255
1256 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1257
1258 * emacs-lisp/byte-run.el (defun-declarations-alist):
1259 Allow a compiler-macro to be a lambda expression.
1260
1261 * progmodes/python.el: Use cl-lib. Move var declarations outside of
1262 eval-when-compile.
1263 (python-syntax-context): Add compiler-macro.
1264 (python-font-lock-keywords): Simplify with De Morgan.
1265
1266 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
1267
1268 * files.el (load-file): Require match in minibuffer selection, as was
1269 the case in Emacs-20 before we changed the spec to allow .elc files
1270 (bug#12935).
1271
1272 * json.el: Don't require cl since we don't use it.
1273 * color.el: Don't require cl.
1274 (color-complement): `caddr' -> `nth 2'.
1275
1276 * calendar/time-date.el (time-to-seconds): De-obsolete.
1277
1278 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1279
1280 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
1281 year numbers.
1282 (math-date-to-julian-dt): Adjust the initial approximation for the
1283 year to deal with the new definition of the DATE.
1284
1285 2012-11-19 Daniel Colascione <dancol@dancol.org>
1286
1287 * term/w32-win.el (cygwin-convert-path-from-windows):
1288 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
1289
1290 2012-11-18 Chong Yidong <cyd@gnu.org>
1291
1292 * filecache.el (file-cache--read-list): New function.
1293 (file-cache-add-directory-list, file-cache-add-file-list)
1294 (file-cache-delete-file-list, file-cache-delete-directory-list):
1295 Use it to read a list of files or directories (Bug#12846).
1296 (file-cache-add-file, file-cache-add-directory)
1297 (file-cache-delete-file-list, file-cache-delete-file-regexp)
1298 (file-cache-delete-directory): Print an message.
1299
1300 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
1301
1302 * calc/calc-forms.el (math-date-to-dt): Use integer date when
1303 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
1304
1305 2012-11-18 Glenn Morris <rgm@gnu.org>
1306
1307 * image.el (insert-image, insert-sliced-image): Doc fix.
1308
1309 2012-11-18 Chong Yidong <cyd@gnu.org>
1310
1311 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
1312 (Bug#12810).
1313
1314 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
1315
1316 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
1317 response when the target file is in a subdirectory (Bug#12757).
1318
1319 2012-11-18 Chong Yidong <cyd@gnu.org>
1320
1321 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
1322
1323 2012-11-18 Glenn Morris <rgm@gnu.org>
1324
1325 * emacs-lisp/cl-lib.el (face-underline-p):
1326 Use set-face-underline rather than the alias set-face-underline-p.
1327
1328 * window.el (with-temp-buffer-window): Doc fix.
1329 * subr.el (with-output-to-temp-buffer):
1330 Add doc xref to with-temp-buffer-window.
1331
1332 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
1333
1334 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
1335 * calc/calc.el (math-format-date-cache): Declare.
1336
1337 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1338
1339 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
1340 It also uses January 1, 1 AD as its day number 1.
1341 * calc/calc-forms.el (math-julian-date-beginning)
1342 (math-julian-date-beginning-int): Implement this.
1343
1344 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
1345
1346 * descr-text.el (quail-find-key):
1347 * dired.el (desktop-file-name):
1348 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
1349 * generic-x.el (comint-mode, comint-exec):
1350 * image-dired.el (widget-forward):
1351 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
1352 (speedbar-change-expand-button-char)
1353 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
1354 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
1355 * printing.el (easy-menu-add-item, easy-menu-remove-item)
1356 (widget-field-action, widget-value-set):
1357 * speedbar.el (imenu--make-index-alist):
1358 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
1359 (ring-length, ring-insert):
1360 * vcursor.el (compare-windows-skip-whitespace):
1361 * woman.el (dired-get-filename):
1362 Declare functions.
1363
1364 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
1365
1366 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
1367
1368 * calc/calc.el (calc-gregorian-switch): New variable.
1369
1370 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
1371 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
1372 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
1373 (math-leap-year-p): Add option to distinguish between Julian
1374 and Gregorian calendars.
1375 (math-day-number): Use `math-day-in-year' to do the computations.
1376 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
1377 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
1378 to do the computations.
1379 (math-date-to-dt): Use `math-date-to-julian-dt' and
1380 `math-date-to-gregorian-dt' to do the computations.
1381 (calcFunc-weekday, math-format-date-part): Use the new version of
1382 the DATE to determine the weekday.
1383 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
1384 when necessary.
1385
1386 2012-11-17 Eli Zaretskii <eliz@gnu.org>
1387
1388 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
1389 Cygwin; otherwise use 'file:'. (Bug#12914)
1390 (cygwin-convert-path-from-windows): Declare, to avoid
1391 byte-compiler warnings.
1392
1393 2012-11-17 Andreas Politz <politza@fh-trier.de>
1394
1395 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
1396 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
1397 prefix and negative numeric prefix args (Bug#12795).
1398
1399 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
1400
1401 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1402 Don't signal an error with a score that is too low to add to the
1403 list of top scores. (Bug#12779)
1404
1405 2012-11-17 Chong Yidong <cyd@gnu.org>
1406
1407 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
1408
1409 * filecache.el (file-cache-add-file): Handle relative file name in
1410 the argument (Bug#12694).
1411
1412 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
1413
1414 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
1415
1416 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1417
1418 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
1419
1420 * emacs-lisp/cl-lib.el: Set more meaningful version number.
1421
1422 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1423
1424 * window.el (enlarge-window, shrink-window): Don't mention return
1425 value in doc-string (Bug#12896).
1426 (window--display-buffer): Don't resize frames - it won't work
1427 with all window managers and defeat pop-up-frame-alist.
1428 (display-buffer-alist): In doc-string explain that CONDITION can
1429 be a function and which arguments are passed to it (Bug#12854).
1430 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
1431 expressions (Bug#12854).
1432 (display-buffer): Pass ACTION argument to
1433 display-buffer-assq-regexp.
1434
1435 2012-11-16 Glenn Morris <rgm@gnu.org>
1436
1437 * window.el (fit-frame-to-buffer-bottom-margin)
1438 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
1439
1440 * faces.el (face-underline-p): Use face-attribute-specified-or.
1441
1442 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
1443
1444 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
1445
1446 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
1449
1450 2012-11-16 Glenn Morris <rgm@gnu.org>
1451
1452 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
1453 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
1454
1455 * faces.el (face-underline-p): Doc fix. Handle :underline being
1456 things other than `t' (a string, a list).
1457 (face-inverse-video-p): Doc fix.
1458 (set-face-underline): Rename it back from set-face-underline-p.
1459 Doc fix. Allow interactive input of values other than t.
1460 (read-face-attribute): Apply formatting to :underline,
1461 since like :box and :stipple it can take list values.
1462
1463 * term.el (ansi-term): Don't let C-x escape-char binding
1464 clobber the more standard C-c binding. (Bug#12842)
1465
1466 * subr.el (set-temporary-overlay-map): Doc fix.
1467
1468 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1469
1470 * window.el (record-window-buffer)
1471 (display-buffer-record-window): When copying the markers to
1472 window-point preserve window-point-insertion-type. (Bug#12588)
1473
1474 2012-11-16 Glenn Morris <rgm@gnu.org>
1475
1476 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
1477 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
1478 Use new names for hooks rather than obsolete aliases.
1479
1480 2012-11-15 Daniel Colascione <dancol@dancol.org>
1481
1482 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
1483 prefix instead of "file:" so that when FILE-NAME begins with "//",
1484 as it does when the target file is on a network share, url-handler
1485 isn't confused.
1486
1487 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
1490 a preactivated advice from an old advice.el; they're not compatible!
1491
1492 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1493
1494 * emacs-lisp/nadvice.el (advice--make-interactive-form):
1495 Fix string-spec case.
1496
1497 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
1498
1499 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1500
1501 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
1502 (advice--buffer-local-function-sample): New var.
1503 (advice--set-buffer-local, advice--buffer-local): New functions.
1504 (add-function, remove-function): Use them.
1505
1506 2012-11-15 Drew Adams <drew.adams@oracle.com>
1507
1508 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
1509
1510 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1511
1512 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
1513 potential binding of print-gensym to t, and prettify (back)quotes in
1514 case they appear in args's default values (bug#12884).
1515
1516 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1517
1518 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
1519 (advice-eval-interactive-spec): New function.
1520 (advice--make-interactive-form): Support around advice (bug#12844).
1521
1522 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
1523
1524 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
1525 more strict. Add docstring.
1526 (ruby-expression-expansion-re): Extract from
1527 `ruby-match-expression-expansion'.
1528 (ruby-syntax-propertize-function): After everything else, search
1529 for expansions in string literals, mark their insides as
1530 whitespace syntax and save match data for font-lock.
1531 (ruby-font-lock-keywords): Use the 2nd group from expression
1532 expansion matches.
1533 (ruby-match-expression-expansion): Use the match data saved to the
1534 text property in ruby-syntax-propertize-function.
1535
1536 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1537
1538 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
1539 (bug#12879).
1540
1541 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1542
1543 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
1544 start/end keyword a bit harder. Works with different values of N.
1545 Add more comments.
1546 (ruby-end-of-block): Update accordingly.
1547
1548 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1549
1550 * woman.el (woman-file-name): Don't mess with unread-command-events
1551 (bug#12861).
1552
1553 * emacs-lisp/advice.el: Layer on top of nadvice.el.
1554 Remove out of date self-require hack.
1555 (ad-do-advised-functions): Use simple `dolist'.
1556 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
1557 (ad-advice-definition): Redefine as functions.
1558 (ad-advice-classes): Move before first use.
1559 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
1560 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
1561 (ad--defalias-fset): Remove functions.
1562 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
1563 (ad-get-orig-definition): Rewrite.
1564 (ad-make-advised-definition-docstring): Change base docstring.
1565 (ad-real-orig-definition): Rewrite.
1566 (ad-map-arglists): Change name of called function.
1567 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
1568 (ad-make-advised-definition): Simplify.
1569 (ad-assemble-advised-definition): Tweak for new calling context.
1570 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
1571 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
1572 function and call ad-activate if needed.
1573 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
1574 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
1575 (ad-compile-function): Compile ad-Advice-*.
1576 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
1577 (ad-start-advice, ad-stop-advice): Remove.
1578
1579 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1580
1581 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
1582 period before class method names, not after. Remove handling of
1583 one impossible case. Add comments.
1584
1585 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 * emacs-lisp/advice.el: Remove support for freezing.
1588 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
1589 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
1590 Remove support for `freeze'.
1591
1592 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
1593 override the default.
1594 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
1595 cl--dotimes/dolist.
1596 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
1597 `cl' is loaded.
1598
1599 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
1600 from add-advice.
1601 (advice--strip-macro): New function.
1602 (advice--defalias-fset): Use them to handle macros.
1603 (advice-add): Use them.
1604 (advice-member-p): Correctly handle macros.
1605
1606 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1607
1608 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1609 Never font-lock the beginning of singleton class as heredoc.
1610
1611 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1612
1613 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
1614
1615 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
1616
1617 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
1618 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
1619 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
1620
1621 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
1622
1623 Fix end-of-defun misbehavior.
1624 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
1625 python-beginning-of-defun-function. Handle nested defuns
1626 correctly.
1627 (python-nav-end-of-defun): Rename from
1628 python-end-of-defun-function. Ensure forward movement.
1629 (python-info-current-defun): Reimplement to work as intended
1630 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
1631 parent defuns as soon as possible.
1632
1633 2012-11-13 Glenn Morris <rgm@gnu.org>
1634
1635 * progmodes/flymake.el (flymake-error-bitmap)
1636 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
1637 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
1638
1639 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1640
1641 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
1642 backward, always stop at indentation. Reverts the change from
1643 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
1644
1645 2012-11-13 Glenn Morris <rgm@gnu.org>
1646
1647 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
1648 Add ibuffer-filter-by-derived-mode.
1649
1650 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
1651 the same name shadowing each other.
1652
1653 * window.el (with-temp-buffer-window): Doc tweak.
1654
1655 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
1656
1657 * help.el (temp-buffer-max-height):
1658 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
1659 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
1660
1661 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1662
1663 * emacs-lisp/nadvice.el: New package.
1664 * subr.el (special-form-p): New function.
1665 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
1666 (elp-all-instrumented-list): Remove var.
1667 (elp-not-profilable): Remove elp-wrapper.
1668 (elp-profilable-p): Use autoloadp and special-form-p.
1669 (elp--advice-name): New const.
1670 (elp-instrument-function): Use advice-add.
1671 (elp--instrumented-p): New predicate.
1672 (elp-restore-function): Use advice-remove.
1673 (elp-restore-all, elp-reset-all): Use mapatoms.
1674 (elp-set-master): Use elp--instrumented-p.
1675 (elp--make-wrapper): Rename from elp-wrapper, return a function
1676 suitable for advice-add. Use cl-inf.
1677 (elp-results): Use mapatoms+elp--instrumented-p.
1678 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
1679 (debug-function-list): Remove var.
1680 (debug): Rename arg, and then let-bind it explicitly inside.
1681 (debugger-setup-buffer): Rename arg.
1682 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
1683 (debugger-frame-number): Adjust to new debug-on-entry setup.
1684 (debug--implement-debug-on-entry): Rename from
1685 implement-debug-on-entry, add argument.
1686 (debugger-special-form-p): Remove, use special-form-p instead.
1687 (debug-on-entry): Use advice-add.
1688 (debug--function-list): New function.
1689 (cancel-debug-on-entry): Use it, along with advice-remove.
1690 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
1691 (debugger-list-functions): Use debug--function-list instead of
1692 debug-function-list.
1693 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
1694 (ad-special-form-p): Remove, use special-form-p instead.
1695 (ad-set-advice-info): Use add-function and remove-function.
1696 (ad--defalias-fset): Adjust accordingly.
1697
1698 2012-11-10 Glenn Morris <rgm@gnu.org>
1699
1700 * mail/emacsbug.el (report-emacs-bug-tracker-url)
1701 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
1702 (report-emacs-bug-create-existing-bugs-buffer)
1703 (report-emacs-bug-parse-query-results)
1704 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
1705
1706 * term.el (term-default-fg-color, term-default-bg-color):
1707 Make obsolete, rather than just saying "deprecated" in the doc.
1708
1709 * term.el (term): Rename from `term-face'.
1710 (term-current-face, ansi-term-color-vector)
1711 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
1712 Update all users.
1713
1714 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
1715
1716 * server.el (server-create-window-system-frame): Handle Nextstep
1717 specially (Bug#12780).
1718
1719 2012-11-10 Glenn Morris <rgm@gnu.org>
1720
1721 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1722 Unautoload, and make obsolete. (Bug#7449)
1723
1724 2012-11-10 Chong Yidong <cyd@gnu.org>
1725
1726 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
1727 rename from diff-remove-trailing-whitespace (Bug#12831).
1728
1729 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
1732 miscompilation of trace.el.
1733
1734 2012-11-10 Glenn Morris <rgm@gnu.org>
1735
1736 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
1737
1738 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1739
1740 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
1741 (bug#12812).
1742
1743 2012-11-10 Chong Yidong <cyd@gnu.org>
1744
1745 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
1746 a defcustom with an appropriate :set function.
1747 (minibuffer-default--in-prompt-regexps): New function.
1748
1749 2012-11-10 Glenn Morris <rgm@gnu.org>
1750
1751 * emacs-lisp/cl.el (define-setf-expander, defsetf)
1752 (define-modify-macro): Doc fixes.
1753
1754 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
1755 (gv-define-simple-setter): Update doc of `fix-return'.
1756
1757 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
1760 twice when `fix-return' is set (bug#12813).
1761
1762 * emacs-lisp/cl.el (defsetf): Pass the third arg to
1763 gv-define-simple-setter (bug#12812).
1764
1765 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
1766 (bug#12756).
1767
1768 2012-11-10 Glenn Morris <rgm@gnu.org>
1769
1770 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
1771
1772 * emacs-lisp/cl-extra.el (cl-prettyexpand):
1773 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
1774 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
1775 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
1776
1777 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
1778
1779 2012-11-10 Leo Liu <sdl.web@gmail.com>
1780
1781 * ido.el (ido-set-matches-1): Improve flex matching performance by
1782 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
1783
1784 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
1787 (ad--defalias-fset): New function.
1788 (ad-safe-fset): Remove.
1789 (ad-make-freeze-definition): Use cl-letf*.
1790
1791 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1792
1793 * subr.el (dolist): Don't bind VAR in RESULT.
1794
1795 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
1796 (fset, documentation): Don't save real def since we don't advise.
1797 (ad-do-advised-functions): Remove problematic `result-form'.
1798 (ad-safe-fset): `ad-real-fset' => `fset'.
1799 (ad-read-advised-function): Don't assume that ad-do-advised-functions
1800 uses CL's dolist internally.
1801 (ad-arglist): Remove unused arg `name'.
1802 (ad-docstring, ad-make-advised-docstring):
1803 `ad-real-documentation' => `documentation'.
1804 (warning-suppress-types): Declare.
1805 (ad-set-arguments): Simple CSE.
1806 (ad-recover-normality): Sanity check.
1807
1808 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
1809 (funcall '(lambda ..) ..) into ((lambda ..) ..).
1810
1811 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
1812
1813 * ses.el: symbol to coordinate mapping is made by symbol property
1814 `ses-cell'. This means that the same mapping is done for all SES
1815 sheets. That is good enough for cells with standard A1 names, but
1816 not for named cell. So a hash map is added for the latter.
1817 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
1818 (ses-sym-rowcol): Use hashmap for named cell.
1819 (ses-is-cell-sym-p): New defun.
1820 (ses-decode-cell-symbol): New defun.
1821 (ses-create-cell-variable): Add cell to hashmap when name is not
1822 A1-like.
1823 (ses-rename-cell): Check that cell new name is not already in
1824 spreadsheet with the use of ses-is-cell-sym-p
1825 (ses-rename-cell): Use hash map for named cells, but accept also
1826 renaming back to A1-like.
1827
1828 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1829
1830 * emacs-lisp/advice.el: Use new dynamic docstrings.
1831 (ad-make-advised-definition-docstring, ad-advised-definition-p):
1832 Use dynamic-docstring-function instead of ad-advice-info.
1833 (ad--make-advised-docstring): New function extracted from
1834 ad-make-advised-docstring.
1835 (ad-make-advised-docstring): Use it.
1836 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
1837 from sql-help.
1838 (sql-help): Use it with dynamic-docstring-function.
1839
1840 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
1841
1842 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * files.el (hack-one-local-variable--obsolete): New function.
1845 (hack-one-local-variable): Use it for obsolete settings.
1846
1847 * subr.el (locate-user-emacs-file): If both old and new name exist, use
1848 the new name.
1849
1850 * progmodes/js.el (js--filling-paragraph): New var.
1851 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
1852 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
1853 less sneaky.
1854
1855 2012-11-08 Julien Danjou <julien@danjou.info>
1856
1857 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
1858 `auto-mode-alist' (Bug#12835).
1859
1860 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1861
1862 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
1863 (perl--prettify-symbols-alist): New const.
1864 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
1865 New functions.
1866 (perl-font-lock-keywords-2): Use them.
1867 (perl-electric-noindent-p): New function.
1868 (perl-mode): Use it to set up electric-indent-mode.
1869 (perl-electric-terminator, perl-indent-command): Mark obsolete.
1870 (perl-mode-map): Remove bindings for them.
1871 (perl-imenu-generic-expression, perl-outline-level):
1872 Match functions&packages in column>0.
1873
1874 * env.el (env--substitute-vars-regexp): New const.
1875 (substitute-env-vars): Use it. Add `only-defined' arg.
1876 * net/tramp.el (tramp-replace-environment-variables): Use it.
1877
1878 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
1879 Byte-compile *before* eval in eval-and-compile.
1880 (byte-compile-log-warning): Remove redundant inhibit-read-only.
1881 (byte-compile-file-form-autoload): Don't hide actual definition.
1882 (byte-compile-maybe-guarded): Accept `functionp' as well.
1883
1884 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
1885
1886 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
1887
1888 * notifications.el (notifications-get-server-information-method):
1889 New defconst.
1890 (notifications-get-capabilities): Fix docstring.
1891 (notifications-get-server-information): New defun.
1892
1893 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1894
1895 * textmodes/ispell.el (ispell-region): Standard re-indent for better
1896 readability.
1897
1898 * textmodes/ispell.el: Experimental support for support debugging.
1899 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
1900 buffer for ispell.
1901 (ispell-print-if-debug): New function to print stuff to
1902 `ispell-debug-buffer' if debugging is enabled.
1903 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
1904 show some debugging info.
1905 (ispell-buffer-with-debug): New function that creates a debugging
1906 buffer and calls `ispell-buffer' with debugging enabled.
1907
1908 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
1909 comment in autoconf mode. (Bug#12768)
1910
1911 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
1912
1913 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
1914 frame-first-window, frame-root-window, frame-selected-window,
1915 minibuffer-selected-window, minibuffer-window,
1916 window-absolute-pixel-edges, window-at, window-body-height,
1917 window-body-width, window-display-table, window-combination-limit,
1918 window-frame, window-fringes, window-inside-absolute-pixel-edges,
1919 window-inside-edges, window-inside-pixel-edges, window-left-child,
1920 window-left-column, window-margins, window-next-buffers,
1921 window-next-sibling, window-new-normal, window-new-total,
1922 window-normal-size, window-parameter, window-parameters, window-parent,
1923 window-pixel-edges, window-point, window-prev-buffers,
1924 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
1925 window-start, window-text-height, window-top-child, window-top-line,
1926 window-total-height, window-total-width and window-use-time to the list
1927 of functions without side-effects.
1928 (toplevel): Add window-valid-p to the list of error-free functions
1929 without side-effects.
1930
1931 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1932
1933 * textmodes/ispell.el (ispell-program-name):
1934 Update spellchecker parameters when customized.
1935
1936 2012-11-04 Glenn Morris <rgm@gnu.org>
1937
1938 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
1939
1940 2012-11-04 Chong Yidong <cyd@gnu.org>
1941
1942 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
1943 same-window-* variables.
1944
1945 2012-11-04 Juri Linkov <juri@jurta.org>
1946
1947 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
1948 (isearch-describe-key, isearch-describe-mode): Use a display
1949 action instead of binding same-window-* variables (Bug#10040).
1950
1951 2012-11-03 Glenn Morris <rgm@gnu.org>
1952
1953 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1954 Rename handler properties back from cl-- to cl-. (Bug#12788)
1955
1956 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
1957
1958 2012-11-03 Eli Zaretskii <eliz@gnu.org>
1959
1960 * term/pc-win.el: Don't load term/internal from here.
1961
1962 * loadup.el: Load term/internal from here.
1963
1964 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
1965
1966 * progmodes/python.el (inferior-python-mode): Fix hang in
1967 jit-lock (Bug#12645).
1968
1969 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1970
1971 * window.el (switch-to-visible-buffer)
1972 (switch-to-buffer-preserve-window-point): Fix doc-strings.
1973
1974 2012-11-03 Glenn Morris <rgm@gnu.org>
1975
1976 * emacs-lisp/cl-lib.el (cl--random-time):
1977 Rename from cl-random-time. (Bug#12773)
1978 (cl--gensym-counter, cl--random-state): Update callers.
1979 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
1980
1981 2012-11-03 Chong Yidong <cyd@gnu.org>
1982
1983 * cus-start.el: Make cursor-type customizable (Bug#11633).
1984
1985 2012-11-02 Glenn Morris <rgm@gnu.org>
1986
1987 * filecache.el: No need to load find-lisp when compiling.
1988 (find-lisp-find-files): Autoload it.
1989 (file-cache-add-directory-recursively): Don't require find-lisp.
1990
1991 * image.el (image-type-from-file-name): Trivial simplification.
1992
1993 * emacs-lisp/bytecomp.el (byte-compile-eval):
1994 Decouple "noruntime" and "cl-functions" warnings.
1995
1996 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
1997
1998 * play/gomoku.el (gomoku-display-statistics): Update mode line
1999 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
2000
2001 2012-10-31 Martin Rudalics <rudalics@gmx.at>
2002
2003 * window.el (quit-restore-window): If the window has been
2004 created on an existing frame and ended up as the sole window on
2005 that frame, do not delete it (Bug#12764).
2006
2007 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2008
2009 * progmodes/sh-script.el (sh--inside-noncommand-expression):
2010 Rename from sh--inside-arithmetic-expression, handle more cases
2011 (bug#11263).
2012
2013 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
2014 (sh-font-lock-open-heredoc): Use it (bug#12770).
2015
2016 2012-10-30 Glenn Morris <rgm@gnu.org>
2017
2018 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
2019
2020 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
2021
2022 2012-10-29 Chong Yidong <cyd@gnu.org>
2023
2024 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
2025 function key is stored in a keyboard macro (Bug#4894).
2026
2027 * thingatpt.el (number-at-point): Apply a thing-at-point property.
2028
2029 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2030
2031 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
2032 header comments".
2033 (diff-unified->context, diff-context->unified)
2034 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
2035
2036 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
2037
2038 * files.el (find-alternate-file): Only ask one question (bug#12487).
2039
2040 2012-10-29 Chong Yidong <cyd@gnu.org>
2041
2042 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
2043 Suggested by Dan Nicolaescu (Bug#6326).
2044
2045 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
2046
2047 * startup.el (fancy-about-screen): Don't message (Bug#12680).
2048
2049 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
2050
2051 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
2052
2053 * face-remap.el (face-remap-add-relative): Handle the case where a
2054 face-remapping-alist entry is a cons cell (Bug#12762).
2055
2056 2012-10-29 Kevin Ryde <user42@zip.com.au>
2057
2058 * woman.el (woman-parse-numeric-value): Handle picas correctly
2059 (Bug#12639).
2060
2061 2012-10-29 Glenn Morris <rgm@gnu.org>
2062
2063 * emacs-lisp/cl.el (defsetf): Doc fix.
2064
2065 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2066
2067 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
2068 syntax to the matching opener, if any (bug#12547).
2069 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
2070 matching open as a "case-(".
2071 (sh-smie-rc-grammar): Add a corresponding rule for it.
2072
2073 2012-10-28 Daniel Hackney <dan@haxney.org>
2074
2075 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
2076 "PKGNAME-autoloads.el" in case we created it.
2077
2078 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2079
2080 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
2081 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
2082 (completion--twq-all): Disable too-strict assertions.
2083
2084 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
2085
2086 2012-10-27 Eli Zaretskii <eliz@gnu.org>
2087
2088 * profiler.el (profiler-report-make-entry-part): Fix help-echo
2089 text to match the real keybindings.
2090
2091 2012-10-27 Juri Linkov <juri@jurta.org>
2092
2093 * wdired.el (wdired-keep-marker-rename): New defcustom.
2094 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
2095 (Bug#11795)
2096
2097 * dired.el (dired-keep-marker-rename): Add reference to
2098 `wdired-keep-marker-rename' in the docstring.
2099 Add default character value ?R to display initially in
2100 Customization UI instead of ?@.
2101
2102 2012-10-27 Martin Rudalics <rudalics@gmx.at>
2103
2104 * window.el (display-buffer): In doc-string describe
2105 window-height and window-width alist entries.
2106
2107 * time.el (display-time-world): Restore fit-window-to-buffer
2108 behavior.
2109
2110 2012-10-27 Chong Yidong <cyd@gnu.org>
2111
2112 * subr.el (insert-buffer-substring-as-yank): Doc fix.
2113
2114 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
2115
2116 * minibuffer.el (completion-category-overrides): New completion
2117 category `bookmark' (bug#11131).
2118
2119 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 * emacs-lisp/advice.el (ad-assemble-advised-definition):
2122 Silence bogus compiler warnings for ad-do-it.
2123
2124 * bookmark.el (bookmark-completing-read): Set the completion category
2125 to `bookmark' (bug#11131).
2126
2127 2012-10-26 Bastien <bzg@altern.org>
2128 Stefan Monnier <monnier@iro.umontreal.ca>
2129
2130 * face-remap.el: Use lexical-binding.
2131 (text-scale-adjust): Improve docstring. Use itself for the temporary
2132 overlay-map bindings, so as to repeat the "Use..." message each time.
2133
2134 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2135
2136 * emacs-lisp/macroexp.el (macroexp--expand-all):
2137 Obey byte-compile-warning-enabled-p (bug#12486).
2138
2139 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
2140 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
2141
2142 2012-10-26 Martin Rudalics <rudalics@gmx.at>
2143
2144 * mouse.el (mouse-drag-line): Move last form into preceding when
2145 clause (Bug#12731).
2146
2147 * help.el (resize-temp-buffer-window): Fix doc-string.
2148
2149 2012-10-25 David Engster <deng@randomsample.de>
2150
2151 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
2152 Remove. This feature is already integrated in imenu.
2153
2154 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
2155 always loaded. Require `speedbar' unconditionally.
2156
2157 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2158
2159 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
2160
2161 * minibuffer.el (minibuffer-force-complete): Fix thinko.
2162
2163 * net/ldap.el (ldap-search-internal): The official ldif format starts
2164 with a "version: 1" header (bug#12724).
2165
2166 * emacs-lisp/package.el (package-installed-p): Warn if not ready
2167 (bug#12721).
2168
2169 2012-10-25 Glenn Morris <rgm@gnu.org>
2170
2171 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
2172
2173 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * minibuffer.el (minibuffer-force-complete): Use one more marker
2176 for the temporary-overlay-map command (bug#12619).
2177
2178 2012-10-24 Chong Yidong <cyd@gnu.org>
2179
2180 * time.el (display-time-world-mode): Derive from special-mode.
2181 (display-time-world): Use display-buffer (Bug#12708).
2182 (display-time-world-mode-map): Variable deleted.
2183 (display-time-world-display): Wrap the final delete-char inside
2184 inhibit-read-only.
2185
2186 2012-10-24 Chong Yidong <cyd@gnu.org>
2187
2188 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
2189 Doc fix.
2190
2191 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
2192
2193 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2194
2195 * minibuffer.el (completion--all-sorted-completions-location): New var.
2196 (completion--cache-all-sorted-completions)
2197 (completion--flush-all-sorted-completions): Use it.
2198 (completion-in-region, completion-in-region--postch)
2199 (completion-at-point, completion-help-at-point): Use markers in
2200 completion-in-region--data (bug#12619).
2201
2202 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2203
2204 * progmodes/compile.el (compilation-start): Try to handle common
2205 quoting of `cd' argument (bug#12640).
2206
2207 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
2208 (bug#12671).
2209
2210 2012-10-23 Glenn Morris <rgm@gnu.org>
2211
2212 * progmodes/gud.el (gud-menu-map):
2213 Check gdb-active-process is bound. (Bug#12358)
2214
2215 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 * repeat.el (repeat): Set real-this-command (bug#12232).
2218
2219 * htmlfontify.el (hfy-post-html-hook):
2220 * filesets.el (filesets-cache-fill-content-hook):
2221 * arc-mode.el (archive-extract-hook):
2222 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
2223 * net/rcirc.el (rcirc-sentinel-functions)
2224 (rcirc-receive-message-functions, rcirc-activity-functions)
2225 (rcirc-print-functions):
2226 * net/dbus.el (dbus-event-error-functions):
2227 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
2228 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
2229 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
2230 * term/sun.el (sun-raw-prefix-hooks):
2231 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
2232
2233 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
2234
2235 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2236 Set `tramp-chunksize' to 1. This improves the performance.
2237 (tramp-smb-wait-for-output): Add timeout to
2238 `tramp-accept-process-output' calls.
2239
2240 2012-10-23 Chong Yidong <cyd@gnu.org>
2241
2242 * faces.el (font-list-limit): Define as an obsolete variable.
2243
2244 * startup.el (command-line):
2245 * cus-start.el: Don't refer to font-list-limit.
2246
2247 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
2248
2249 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * subr.el (internal-temp-output-buffer-show): Rename from
2252 temp-output-buffer-show, since previously compiled files expect this name.
2253
2254 2012-10-23 Glenn Morris <rgm@gnu.org>
2255
2256 * image.el (image-type-from-file-name): If multiple types match,
2257 return the first one that is supported. (Bug#9045)
2258
2259 2012-10-22 Glenn Morris <rgm@gnu.org>
2260
2261 * image.el (imagemagick-enabled-types): Doc fix.
2262
2263 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
2264
2265 * progmodes/which-func.el (which-func-current): The hash-table may have
2266 an explicit nil (bug#12338).
2267
2268 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 * electric.el (electric-pair-delete-selection-self-insert-function):
2271 Rename to electric-pair-will-use-region, return a boolean.
2272 (electric-pair-mode): Adjust accordingly. Don't require delsel.
2273
2274 * delsel.el (delete-selection-helper): Use a function instead of a hook.
2275 (delete-selection-pre-hook): Use use-region-p.
2276 (delete-selection-self-insert-function): Remove.
2277 (self-insert-command): Obey self-insert-uses-region-functions.
2278 (self-insert-iso): Revert to previous setting, since we don't actually
2279 know what that command does.
2280 (delete-selection-self-insert-hooks): Remove.
2281
2282 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
2283
2284 * delsel.el (delete-selection-helper): New function, extracted from
2285 delete-selection-pre-hook.
2286 (delete-selection-pre-hook): Use it.
2287 (delete-selection-self-insert-function): New function.
2288 (delete-selection-self-insert-hooks): New hook.
2289 (self-insert-command, self-insert-iso): Use it.
2290 * electric.el (electric-pair-syntax): New function, extracted from
2291 electric-pair-post-self-insert-function.
2292 (electric-pair-post-self-insert-function): Use it.
2293 (electric-pair-delete-selection-self-insert-function): New function.
2294 (electric-pair-mode): Require delsel and setup
2295 delete-selection-self-insert-hooks (bug#11520).
2296
2297 2012-10-20 Chong Yidong <cyd@gnu.org>
2298
2299 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
2300 no changes to show (Bug#12586).
2301
2302 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
2303 list explicitly (Bug#12571).
2304
2305 2012-10-20 Arne Jørgensen <arne@arnested.dk>
2306
2307 * progmodes/flymake.el (flymake-create-temp-inplace):
2308 Use file-truename.
2309
2310 2012-10-20 Eli Zaretskii <eliz@gnu.org>
2311
2312 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
2313
2314 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2315
2316 * calc/calc-units.el (math-extract-units): Properly extract powers
2317 of units.
2318
2319 2012-10-20 Daniel Colascione <dancol@dancol.org>
2320
2321 * frame.el (make-frame): Set x-display-name as we used to in order
2322 to unbreak creating an X11 frame from an Emacs daemon started
2323 without a display.
2324
2325 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * minibuffer.el (minibuffer-force-complete): Make the next completion use
2328 the same completion-field (bug#12221).
2329
2330 2012-10-19 Martin Rudalics <rudalics@gmx.at>
2331
2332 * emacs-lisp/debug.el (debug): Record height of debugger window
2333 also when debugger will be back (Bug#8789).
2334
2335 2012-10-18 Chong Yidong <cyd@gnu.org>
2336
2337 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
2338 Convert to defcustom.
2339 (gdb-get-source-file): Don't bind pop-up-windows.
2340
2341 * progmodes/gud.el (gud-display-line): Don't specially re-use
2342 other frames for the gdb-mi case (Bug#12648).
2343
2344 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * emacs-lisp/advice.el: Clean up commentary a bit.
2347 (ad-do-advised-functions, ad-with-originals): Use `declare'.
2348 (byte-code-function-p): Never redefine.
2349
2350 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
2351
2352 2012-10-18 Glenn Morris <rgm@gnu.org>
2353
2354 * dired.el (dired-sort-toggle): Some ls implementations only allow
2355 a single option string. (Bug#12666)
2356
2357 * minibuffer.el (completion-cycle-threshold): Doc fix.
2358
2359 2012-10-17 Kenichi Handa <handa@gnu.org>
2360
2361 * international/mule.el (set-keyboard-coding-system):
2362 Recover input meta mode when the new coding system doesn not use 8-bit.
2363 Supply TERMINAL arg to set-input-meta-mode.
2364
2365 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
2366
2367 * wdired.el (wdired-old-marks): New variable.
2368 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
2369 (wdired-do-renames): Move point with renamed file and don't lose
2370 mark status (Bug#11795).
2371
2372 2012-10-16 Juri Linkov <juri@jurta.org>
2373
2374 * replace.el (query-replace-help): Mention multi-buffer replacement
2375 keys in the Help message. (Bug#12655)
2376
2377 2012-10-15 Chong Yidong <cyd@gnu.org>
2378
2379 * emacs-lisp/byte-run.el (defsubst): Doc fix.
2380
2381 2012-10-14 Eli Zaretskii <eliz@gnu.org>
2382
2383 * window.el (display-buffer): Doc fix.
2384
2385 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2386 Adjust the msft regexp to the output of Studio 2010, and move msft
2387 before edg-1. See the discussion on emacs-devel,
2388 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
2389 for the details.
2390
2391 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2392
2393 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
2394 (oset): Move uses of object-class-fast macro after its definition.
2395
2396 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
2397
2398 2012-10-13 Chong Yidong <cyd@gnu.org>
2399
2400 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
2401 enabled, re-enable it (Bug#11963).
2402
2403 2012-10-13 Martin Rudalics <rudalics@gmx.at>
2404
2405 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
2406 non-nil, restore window configuration (Bug#12623).
2407
2408 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2409
2410 * help-fns.el (describe-variable, describe-function-1):
2411 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
2412
2413 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
2414
2415 2012-10-12 Glenn Morris <rgm@gnu.org>
2416
2417 * mail/rmailsum.el (rmail-header-summary):
2418 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
2419
2420 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
2421
2422 * progmodes/python.el (python-mode-map):
2423 Replace subtitute-key-definition with proper command remapping.
2424 (python-nav--up-list): Fix behavior for blocks on the same level.
2425
2426 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2427
2428 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
2429
2430 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
2431 changes to the format of load-history.
2432
2433 * international/mule-cmds.el (read-char-by-name): Move let-binding of
2434 completion-ignore-case in case that var is buffer-local (bug#12615).
2435
2436 2012-10-11 Kenichi Handa <handa@gnu.org>
2437
2438 * international/eucjp-ms.el: Re-generated.
2439
2440 2012-10-10 Kenichi Handa <handa@gnu.org>
2441
2442 * select.el (xselect--encode-string): If a coding is specified for
2443 selection, and that is compatible with COMPOUND_TEXT, use it.
2444
2445 2012-10-10 Martin Rudalics <rudalics@gmx.at>
2446
2447 * window.el (switch-to-buffer-preserve-window-point): New option.
2448 (switch-to-buffer):
2449 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
2450
2451 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2452
2453 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
2454 Don't document nil as a useful value (bug#12583).
2455
2456 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
2457
2458 * net/tramp.el (tramp-debug-message):
2459 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
2460 (with-tramp-progress-reporter): Rename from
2461 `tramp-with-progress-reporter'.
2462 (with-tramp-file-property, with-tramp-connection-property):
2463 Move from tramp-cache.el, rename from `with-file-property' and
2464 `with-connection-property', respectively.
2465
2466 * net/tramp-cache.el: Remove `with-file-property' and
2467 `with-connection-property'.
2468
2469 * net/tramp.el:
2470 * net/tramp-gvfs.el:
2471 * net/tramp-sh.el:
2472 * net/tramp-smb.el: Adapt callees.
2473
2474 * net/trampver.el: Update release number.
2475
2476 2012-10-09 Glenn Morris <rgm@gnu.org>
2477
2478 * w32-fns.el (set-message-beep):
2479 * term/w32-win.el (set-message-beep): Update declarations.
2480
2481 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2482
2483 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
2484 (mode-line-widen, mode-line-input-method-map)
2485 (mode-line-coding-system-map, mode-line-remote)
2486 (mode-line-unbury-buffer, mode-line-bury-buffer)
2487 (mode-line-next-buffer, mode-line-previous-buffer):
2488 Replace save-selected-window+select-window => with-selected-window.
2489
2490 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
2491 * progmodes/cc-vars.el (bq-process): Remove, unused.
2492
2493 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
2494
2495 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
2496
2497 Implemented `backward-up-list'-like navigation.
2498 * progmodes/python.el (python-nav-up-list)
2499 (python-nav-backward-up-list): New functions.
2500 (python-mode-map): Define substitute key for backward-up-list to
2501 python-nav-backward-up-list.
2502
2503 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2504
2505 * progmodes/python.el (python-fill-paragraph): Rename from
2506 python-fill-paragraph-function. Fixed fill-paragraph for
2507 decorators (Bug#12605).
2508
2509 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2510
2511 * progmodes/python.el (python-shell-output-filter): Handle extra
2512 carriage return in OSX (Bug#12409).
2513
2514 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2515
2516 Fix shell handling of unbalanced quotes and parens in output.
2517 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
2518 (python-syntax-propertize-function): Use it.
2519 (python-shell-output-syntax-table): New var.
2520 (inferior-python-mode): Prevent unbalanced parens/quotes from
2521 previous output mess with current input context.
2522
2523 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
2524
2525 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
2526 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
2527
2528 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
2529
2530 * ffap.el (ffap-replace-file-component): Support Tramp file name
2531 syntax, not only ange-ftp's one.
2532
2533 2012-10-08 Glenn Morris <rgm@gnu.org>
2534
2535 * cus-start.el (message-log-max): Set :version.
2536
2537 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
2538
2539 2012-10-08 Martin Rudalics <rudalics@gmx.at>
2540
2541 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
2542 the minibuffer window (Bug#10851).
2543
2544 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2545
2546 Enhancements on forward-sexp movement.
2547 * progmodes/python.el (python-nav-beginning-of-statement)
2548 (python-nav-end-of-statement): Return point-marker.
2549 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
2550 (python-info-current-symbol)
2551 (python-info-statement-starts-block-p): Rename from
2552 python-info-beginning-of-block-p.
2553 (python-info-statement-ends-block-p): Rename from
2554 python-info-end-of-block-p.
2555 (python-info-beginning-of-statement-p)
2556 (python-info-end-of-statement-p)
2557 (python-info-beginning-of-block-p, python-info-end-of-block-p):
2558 New functions.
2559
2560 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2561
2562 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
2563 frame-selected-windows.
2564
2565 2012-10-08 Daniel Colascione <dancol@dancol.org>
2566
2567 * battery.el (battery-status-function): Check for
2568 w32-battery-status itself, not system-time windows-nt.
2569
2570 * frame.el: Require cl-lib.
2571 (display-format-alist): New variable mapping frame types to
2572 functions that initialize them.
2573 (window-system-for-display): New function: interprets
2574 display-format-alist.
2575 (make-frame-on-display): Remove existing display-selection logic
2576 and just forward to make-frame, which will now DTRT.
2577 (make-frame): Restructure to use window-system-for-display to
2578 figure out how to create a frame on a given display.
2579 (display-mouse-p): Look for frame-type w32, not a particular
2580 system-type.
2581
2582 * loadup.el: Load w32 lisp code when we have the w32 feature.
2583
2584 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
2585 system-type windows-nt.
2586
2587 * server.el (server-create-window-system-frame): Look for window
2588 type.
2589 (server-proces-filter): Only force a window system when windows-nt
2590 _and_ w32. Explain why.
2591
2592 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
2593 of window systems we configure for the mode.
2594
2595 * startup.el (command-line): Mark window system is initialized
2596 after we've done it.
2597
2598 * common-win.el (x-select-text): Look for w32, not windows-nt.
2599
2600 * ns-win.el: Require cl-lib. Add ourselves to
2601 display-format-alist.
2602 (ns-initialize-window-system): Assert we're not initialized twice.
2603
2604 * w32-win.el: Enable lexical binding; require cl-lib; add
2605 ourselves to display-format-alist.
2606 (w32-handle-dropped-file): Convert incoming dropped files from
2607 Windows paths to Cygwin ones before passing them on to the rest of
2608 Emacs.
2609 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
2610 (w32-initialize-window-system): Assert we're not initialized twice.
2611
2612 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
2613 (x-initialize-window-system): Assert we're not initialized twice.
2614
2615 * w32-common-fns.el: New File.
2616 (w32-version, w32-using-nt, w32-get-clipboard-data)
2617 (w32-set-clipboard-data, x-set-selection, x-get-selection)
2618 (w32-charset-info-alist, x-last-selected, text)
2619 (x-get-selection-value, x-selection-value): Move here.
2620
2621 * w32-fns.el: Require w32-common-fns.
2622 (w32-version, w32-using-nt, w32-get-clipboard-data)
2623 (w32-set-clipboard-data, x-set-selection, x-get-selection)
2624 (w32-charset-info-alist, x-last-selected, text)
2625 (x-get-selection-value, x-selection-value): Move to
2626 w32-common-fns.
2627
2628 * w32-vars.el:
2629 (w32-allow-system-shell, w32-system-shells): Define only in
2630 non-cygwin case.
2631
2632 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2633
2634 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
2635 (read-passwd): Remove a few more potential sources of leaks.
2636
2637 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
2638
2639 * progmodes/python.el (inferior-python-mode)
2640 (python-shell-make-comint): Fix initialization of local
2641 variables copied from parent buffer.
2642
2643 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
2644
2645 * term/ns-win.el (ns-read-file-name): Update declaration to match
2646 nsfns.m.
2647 (ns-respond-to-change-font): Change fontsize separatly so we are sure
2648 it is set when font is acted upon.
2649
2650 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
2651
2652 Enhancements to indentation.
2653 * progmodes/python.el (python-indent-context): Give priority to
2654 inside-string context. Make comments indentation markers.
2655 (python-indent-region): Do not mess with strings, unless it's the
2656 enclosing set of quotes.
2657
2658 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2659
2660 * window.el (internal--before-save-selected-window)
2661 (internal--after-save-selected-window): New functions extracted from
2662 save-selected-window. Make sure we return the `alist' we construct.
2663 (save-selected-window): Use them.
2664
2665 * textmodes/tex-mode.el (tex-recenter-output-buffer):
2666 Use with-selected-window.
2667
2668 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
2669 forms that define macros (bug#12593).
2670
2671 2012-10-07 Kenichi Handa <handa@gnu.org>
2672
2673 * international/mule-conf.el (compound-text-with-extensions):
2674 Add :mime-charset property as x-ctext.
2675
2676 2012-10-07 Stefan Merten <smerten@oekonux.de>
2677
2678 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
2679 (rst-indent-literal-normal, rst-indent-literal-minimized)
2680 (rst-indent-comment): Correct :version tag.
2681 (rst-official-cvs-rev): Correct version string.
2682
2683 2012-10-07 Glenn Morris <rgm@gnu.org>
2684
2685 * mail/rmailmm.el (rmail-mime-process-multipart):
2686 Do not confuse a multipart message with an epilogue
2687 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
2688
2689 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
2690
2691 Fix shell output retrieval and comint-prompt-regexp init.
2692 * progmodes/python.el (inferior-python-mode):
2693 (python-shell-make-comint): Fix initialization of
2694 comint-prompt-regexp from copied file local variables.
2695 (python-shell-fetched-lines): Remove var.
2696 (python-shell-output-filter-in-progress): Rename from
2697 python-shell-fetch-lines-in-progress.
2698 (python-shell-output-filter-buffer): Rename from
2699 python-shell-fetch-lines-string.
2700 (python-shell-fetch-lines-filter): Delete function.
2701 (python-shell-output-filter): New function.
2702 (python-shell-send-string-no-output): Use them.
2703
2704 2012-10-07 Glenn Morris <rgm@gnu.org>
2705
2706 * hi-lock.el (hi-lock-process-phrase):
2707 Try to make it less fragile. (Bug#7161)
2708
2709 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
2710
2711 2012-10-06 Glenn Morris <rgm@gnu.org>
2712
2713 * ehelp.el (electric-help-mode): Use help-mode rather than
2714 non-existent mode `help'.
2715 (electric-help-map): Use button-buffer-map. (Bug#10917)
2716
2717 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
2718 (reftex-create-bibtex-footer): Fix custom types.
2719
2720 * progmodes/sh-script.el (sh-indent-after-continuation):
2721 Add explicit :group.
2722
2723 * textmodes/rst.el (rst-preferred-decorations)
2724 (rst-shift-basic-offset): Clarify obsolescence versions.
2725
2726 * profiler.el (profiler): Add missing group :version tag.
2727 * avoid.el (mouse-avoidance-banish-position):
2728 * proced.el (proced-renice-command):
2729 * calc/calc.el (calc-ensure-consistent-units):
2730 * calendar/icalendar.el (icalendar-import-format-uid):
2731 * net/tramp.el (tramp-save-ad-hoc-proxies):
2732 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2733 * progmodes/flymake.el (flymake-error-bitmap)
2734 (flymake-warning-bitmap, flymake-fringe-indicator-position):
2735 * progmodes/sh-script.el (sh-indent-after-continuation):
2736 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
2737 (verilog-before-save-font-hook, verilog-after-save-font-hook):
2738 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
2739 (vhdl-array-index-record-field-in-sensitivity-list)
2740 (vhdl-indent-comment-like-next-code-line):
2741 * textmodes/reftex-vars.el (reftex-ref-style-alist)
2742 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
2743 (reftex-cite-key-separator, reftex-create-bibtex-header)
2744 (reftex-create-bibtex-footer):
2745 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
2746 (rst-indent-literal-normal, rst-indent-literal-minimized)
2747 (rst-indent-comment): Add missing custom :version tags.
2748
2749 * calendar/timeclock.el (timeclock-modeline-display):
2750 Add missing obsolete alias for renamed user option.
2751
2752 * strokes.el (strokes-modeline-string):
2753 * emulation/crisp.el (crisp-mode-modeline-string):
2754 * eshell/esh-mode.el (eshell-status-in-modeline):
2755 Aliases to defcustoms must come before the defcustom.
2756
2757 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
2758 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2759 (cal-tex-cursor-week-monday): Doc fixes.
2760 (cal-tex-cursor-week2-summary): Doc fix.
2761 Rename from cal-tex-cursor-week-at-a-glance.
2762
2763 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
2764 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
2765
2766 * calendar/calendar.el (calendar-mode-map):
2767 Add cal-tex-cursor-week2-summary.
2768
2769 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
2770
2771 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
2772
2773 * subr.el (read-passwd-map): New var.
2774 (read-passwd): Use `read-string' again.
2775 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
2776
2777 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
2778
2779 * register.el (append-to-register, prepend-to-register):
2780 Deactivate mark, as does `copy-to-register' (bug#12389).
2781
2782 2012-10-06 Chong Yidong <cyd@gnu.org>
2783
2784 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
2785
2786 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
2787
2788 * international/characters.el: Fix simple mistake ((car chars) ->
2789 elt), delete duplicated code.
2790
2791 2012-10-06 Glenn Morris <rgm@gnu.org>
2792
2793 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
2794
2795 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
2796
2797 * color.el (color-hsl-to-rgb): Fix incorrect results for
2798 small and large hue values. (Bug#12559)
2799
2800 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
2801
2802 Enhancements to docstring formatting when filling paragraphs.
2803 * progmodes/python.el (python-fill-docstring-style): Rename from
2804 python-fill-string-style. Added new style.
2805 (python-fill-string): Use new style. Better checks for
2806 docstrings.
2807
2808 2012-10-05 Glenn Morris <rgm@gnu.org>
2809
2810 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
2811
2812 * color.el (color-name-to-rgb, color-rgb-to-hex)
2813 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2814 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2815 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2816 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2817
2818 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
2819
2820 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
2821
2822 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
2823 to get the correct size across symlinks.
2824
2825 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
2826
2827 2012-10-04 Juri Linkov <juri@jurta.org>
2828
2829 * replace.el (query-replace-interactive): Declare obsolete.
2830 (query-replace-read-from): Add the last incremental search string
2831 to the list of default values accessible via M-n.
2832 (map-query-replace-regexp): Use `read-regexp'.
2833 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2834 (map-query-replace-regexp, replace-string, replace-regexp):
2835 Fix docstrings to replace mentions of `query-replace-interactive'
2836 with alternatives. (Bug#12526)
2837
2838 2012-10-04 Juri Linkov <juri@jurta.org>
2839
2840 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
2841 (dired-pop-to-buffer): Declare obsolete.
2842 (dired-mark-pop-up): Doc fix.
2843
2844 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
2845
2846 Allow user to set docstring style for fill-paragraph.
2847 * progmodes/python.el
2848 (python-fill-comment-function, python-fill-string-function)
2849 (python-fill-decorator-function, python-fill-paren-function):
2850 Remove :safe for defcustoms.
2851 (python-fill-string-style): New defcustom
2852 (python-fill-paragraph-function): Enhance context detection.
2853 (python-fill-string): Honor python-fill-string-style settings.
2854
2855 2012-10-04 Martin Rudalics <rudalics@gmx.at>
2856
2857 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
2858 after setting its buffer (Bug#10805).
2859
2860 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
2861
2862 Fix cornercase for string syntax.
2863 * progmodes/python.el (python-syntax-propertize-function):
2864 Simplify and enhance the regexp for unescaped quotes. Now it also
2865 matches quotes in weird situations like the single quote in
2866 "something\"'".
2867 (python-syntax-stringify): Simplify num-quotes detecting code.
2868
2869 2012-10-03 Glenn Morris <rgm@gnu.org>
2870
2871 * help-macro.el (three-step-help):
2872 Revert 2012-09-29 change. (Bug#12567)
2873
2874 2012-10-03 Martin Rudalics <rudalics@gmx.at>
2875
2876 * menu-bar.el (kill-this-buffer): Don't do anything when
2877 `menu-frame' is not alive or visible (Bug#8184).
2878
2879 * emacs-lisp/debug.el (debug): When quitting the debugger window
2880 restore current buffer (Bug#12502).
2881
2882 2012-10-02 Chong Yidong <cyd@gnu.org>
2883
2884 * progmodes/hideif.el (hif-lookup, hif-defined):
2885 Handle semantic-c-takeover-hideif.
2886
2887 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
2888
2889 Change sampling interval units from ms to ns.
2890 * profiler.el (profiler-sampling-interval): Change units
2891 from ms to ns, multiplying the default by 1000000 so that
2892 it remains 1 ms.
2893 (profiler-report-cpu-line-format): Give enough room for
2894 the maximum counters on 64-bit hosts.
2895 (profiler-report-render-calltree-1): Call them "CPU samples",
2896 not "Time (ms)", since they are not milliseconds now (and
2897 never really were).
2898
2899 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
2900
2901 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
2902 Fix querying BBDB for entries without a last name (Bug#11580).
2903
2904 2012-10-02 Chong Yidong <cyd@gnu.org>
2905
2906 * emacs-lisp/eieio.el: Restore Version header.
2907
2908 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * vc/diff-mode.el (diff--auto-refine-data): New var.
2911 (diff-hunk): Use it to delay refinement.
2912 (diff-mode): Remove overlays when we turn off font-lock.
2913
2914 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
2915 (table-initialize-table-fixed-width-mode)
2916 (table-set-table-fixed-width-mode): Remove functions.
2917 (table-command-list): Move initialization into declaration.
2918 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
2919 (table-with-cache-buffer): Use `declare'.
2920 (table-span-cell): Simplify via CSE.
2921 (table-fixed-width-mode): Use define-minor-mode.
2922 (table-call-interactively, table-funcall, table-apply): Remove.
2923 (table-function): New function, to replace them.
2924
2925 * bookmark.el (bookmark-search-pattern): Remove var.
2926 (bookmark-read-search-input): Remove function.
2927 (bookmark-bmenu-search): Reimplement using a minibuffer.
2928
2929 * faces.el (modeline): Remove obsolete face name.
2930
2931 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
2932 and give a non-nil default value.
2933 (add-change-log-entry): Simplify accordingly.
2934
2935 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
2936
2937 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
2938 (vc-git-log-edit-toggle-amend): New function.
2939 (vc-git-log-edit-toggle-signoff): New function.
2940 (vc-git-log-edit-mode): New major mode.
2941 (vc-git-log-edit-mode-map): Keymap for it.
2942 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
2943
2944 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
2945 header names.
2946 (log-edit-toggle-header): New function.
2947 (log-edit-extract-headers): Accept function values in HEADERS alist.
2948
2949 2012-10-01 David Engster <deng@randomsample.de>
2950
2951 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
2952 from symbol property and change message to be more consistent with
2953 Emacs proper.
2954 (eieio-describe-generic): Add filename for each implementation.
2955 Fix indices for generic and normal methods.
2956 (eieio-method-def, eieio-class-def): New buttons.
2957 (eieio-help-find-method-definition)
2958 (eieio-help-find-class-definition): New functions.
2959 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
2960 class, constructor and method definitions.
2961
2962 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
2963 information in symbol property.
2964 (scoped-class): Remove.
2965 (eieio-slot-name-index, call-next-method): Check if it is bound.
2966
2967 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
2968
2969 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
2970 (eieio-custom-mode): New major mode.
2971 (eieio-customize-object): Use it.
2972
2973 2012-10-01 Eric Ludlam <zappo@gnu.org>
2974
2975 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
2976 specifying the expected class, and whether subclassing is allowed.
2977 (eieio-persistent-convert-list-to-object):
2978 (eieio-persistent-validate/fix-slot-value)
2979 (eieio-persistent-slot-type-is-class-p): New functions.
2980 (eieio-named::slot-missing): Doc fix.
2981
2982 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
2983 Stop using unused publd variable.
2984
2985 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
2986 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
2987 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
2988 (eieio-speedbar-handle-click): Do not specify a class for the
2989 method. Fixes method invocation order problems with EDE.
2990
2991 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2992
2993 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
2994 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
2995
2996 2012-10-01 Karl Fogel <kfogel@red-bean.com>
2997
2998 * bookmark.el (bookmark-version-control): Give tags in the
2999 :type choices (Bug#12309), and improve doc string.
3000 (bookmark-write-file): Bind `print-circle' to `t' to allow
3001 circular custom bookmark types. (Bug#12503)
3002
3003 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
3004
3005 Revert the FOLLOW-SYMLINKS change for file-attributes.
3006 * files.el (remote-file-name-inhibit-cache, after-find-file):
3007 * time.el (display-time-file-nonempty-p): Undo last change.
3008
3009 * profiler.el (profiler-sampling-interval): Change default back to 1.
3010 See Stefan Monnier in
3011 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
3012
3013 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
3014
3015 Shell output catching a la gud-gdb.
3016 * progmodes/python.el (python-shell-fetch-lines-in-progress)
3017 (python-shell-fetch-lines-string, python-shell-fetched-lines):
3018 New Vars.
3019 (python-shell-fetch-lines-filter): New function.
3020 (python-shell-send-string-no-output): Use them.
3021
3022 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
3023
3024 * profiler.el (profiler-sampling-interval): Rename from
3025 profiler-sample-interval.
3026 (profiler-sampling-interval): Default to 10.
3027 (profiler-find-profile): New command (was profiler-find-log).
3028 (profiler-find-profile-other-window): New command.
3029 (profiler-find-profile-other-frame): New command.
3030 (profiler-profile): Introduce API-level data structure.
3031
3032 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
3033
3034 file-attributes has a new optional arg FOLLOW-SYMLINKS.
3035 * files.el (remote-file-name-inhibit-cache):
3036 * time.el (display-time-file-nonempty-p): Use it.
3037 * files.el (after-find-file): Don't chase links before calling
3038 file-exists-p, as file-exists-p already does the right thing.
3039
3040 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
3041
3042 Merge from standalone RefTeX repository.
3043
3044 The following ChangeLog entries are shortened versions of the
3045 original ones with file paths adapted. A not so strongly edited
3046 version of the original ChangeLog can be found in the commit log.
3047
3048 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
3049 (reftex-arg-cite): Use `reftex-cite-key-separator'.
3050 Correctly handle new value type returned by `reftex-citation'.
3051
3052 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
3053 that entries with whitespace at various places are found.
3054 Doc fix. Include entries that are cross-referenced from cited entries.
3055 Include @String definitions in the resulting bib file. Add header
3056 and footer defined in `reftex-create-bibtex-header' and
3057 `reftex-create-bibtex-footer'.
3058 (reftex-do-citation): Make it possible again to insert
3059 non-existent entries. Save match data when asking for optional
3060 arguments. Return all keys, not just the first one.
3061 (reftex-all-used-citation-keys): Fix regexp to correctly extract
3062 all citations in the same line.
3063 (reftex-parse-bibtex-entry): Accept additional optional argument
3064 `raw' and keep quotes or braces if it is non-nil. Match fields
3065 containing hyphens besides word constituents.
3066 (reftex-get-string-refs): New function.
3067 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
3068 and ask if it should be reread in case it did.
3069 (reftex-pop-to-bibtex-entry)
3070 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
3071 entries with spaces or tabs in front of arguments.
3072 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
3073 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
3074 Match entries containing numbers and symbol constituents.
3075 (reftex-do-citation, reftex-figure-out-cite-format):
3076 Use `reftex-cite-key-separator'.
3077
3078 * textmodes/reftex-dcr.el: Move provide statement to end of file.
3079 (reftex-mouse-view-crossref): Explain why point is set.
3080
3081 * textmodes/reftex-global.el: Whitespace changes.
3082
3083 * textmodes/reftex-index.el: Move provide statement to end of
3084 file.
3085 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
3086 (reftex-index-visit-phrases-buffer): Set marker when visiting
3087 buffer. This allows for returning from the phrases file to the
3088 file one was just editing instead of the file where the last
3089 phrases was added from.
3090 (reftex-index-phrases-syntax-table): New variable. Give ?\"
3091 punctuation syntax as it usually is not used as string quote in
3092 TeX-related modes and may occur unmatched. The change also
3093 prevents fontification of quoted content.
3094 (reftex-index-phrases-mode): Use it.
3095
3096 * textmodes/reftex-parse.el (reftex-parse-from-file):
3097 Move backward one char if a `\' was matched after a section macro.
3098 (reftex-parse-from-file): Use beginning of match instead of end as
3099 bound.
3100
3101 * textmodes/reftex-ref.el: Adapt creation of
3102 `reftex-<package>-<macro>' functions to new structure of
3103 `reftex-ref-style-alist'.
3104 (reftex-reference): Use `reftex-ref-style-list' function.
3105 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
3106 reference macro if `reftex-ref-macro-prompt' is non-nil.
3107 (reftex-reference): Pass refstyle to `reftex-format-special'.
3108 Determine reference macro by looking at
3109 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
3110 Use only one special format function.
3111 (reftex-varioref-vref, reftex-fancyref-fref)
3112 (reftex-fancyref-Fref): Remove definitions. The functions are now
3113 generated from `reftex-ref-style-alist'.
3114 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
3115 Remove.
3116 (reftex-format-special): New function.
3117
3118 * textmodes/reftex-sel.el
3119 (reftex-select-cycle-ref-style-internal): Adapt to new structure
3120 of `reftex-ref-style-alist'. Remove code for testing macro type.
3121 (reftex-select-toggle-varioref)
3122 (reftex-select-toggle-fancyref): Remove.
3123 (reftex-select-cycle-ref-style-internal)
3124 (reftex-select-cycle-ref-style-forward)
3125 (reftex-select-cycle-ref-style-backward): New functions.
3126 (reftex-select-label-map): Use `v' and `V' for general cycling
3127 through reference styles. Add `p' for switching between number
3128 and page reference types.
3129
3130 * textmodes/reftex-toc.el (reftex-re-enlarge):
3131 Call `enlarge-window' only if there is something to do because in Emacs
3132 the horizontal version throws an error even if the parameter is 0.
3133
3134 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
3135 (reftex-plug-into-AUCTeX): Doc fix.
3136 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
3137 string. Adapt to new name.
3138 (reftex-ref-style-alist): Change structure so that it is not
3139 possible to use multiple different package names within a style.
3140 Remove the symbols for symbols for macro type distinction.
3141 Add characters for macro selection.
3142 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
3143 (reftex-create-bibtex-footer): New variables.
3144 (reftex-format-ref-function): Mention third argument of special
3145 format function.
3146 (reftex-ref-style-alist, reftex-ref-style-default-list):
3147 New variables.
3148 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
3149 to new implementation. Mark as obsolete. Add compatibility code
3150 for honoring the variable values in case they are set.
3151 (reftex-cite-format-builtin, reftex-bibliography-commands):
3152 Add support for ConTeXt.
3153 (reftex-format-ref-function, reftex-format-cite-function):
3154 Fix custom type.
3155 (reftex-cite-key-separator): New variable.
3156
3157 * textmodes/reftex.el (reftex-syntax-table-for-bib)
3158 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
3159 `reftex-syntax-table' because parens have to retain their paren
3160 syntax in order for parsing of BibTeX entries like @book(...) to
3161 work.
3162 (reftex-in-comment): Do not error out if `comment-start-skip' is
3163 not set. Deal correctly with escaped comment characters.
3164 (reftex-tie-multifile-symbols): Add doc string.
3165 Initialize `reftex-ref-style-list'.
3166 (reftex-untie-multifile-symbols): Add doc string.
3167 (reftex-add-index-macros): Doc fix.
3168 (reftex-ref-style-activate, reftex-ref-style-toggle)
3169 (reftex-ref-style-list): New functions.
3170 (reftex-mode-menu): Use them. Adapt to new structure of
3171 `reftex-ref-style-alist'.
3172 (reftex-select-with-char): Kill the RefTeX Select buffer when
3173 done.
3174 (reftex-remove-if): New function.
3175 (reftex-erase-all-selection-and-index-buffers)
3176 (reftex-mode-menu): Reference styles are now computed from
3177 `reftex-ref-style-alist'. Fix typo.
3178 (reftex-report-bug): New function.
3179 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
3180 algorithms with O(n log n). Introduce optional argument SORT (not
3181 yet used).
3182
3183 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
3184
3185 Enhancements for triple-quote string syntax.
3186 * progmodes/python.el (python-syntax-propertize-function):
3187 Match both quote cases in one regexp.
3188 (python-syntax-stringify): Handle matches properly.
3189
3190 2012-09-30 Juri Linkov <juri@jurta.org>
3191
3192 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
3193 to nil around the call to `insert' to prevent
3194 directory time modification by lock_file. (Bug#2295)
3195 * tar-mode.el (tar-summarize-buffer): Idem.
3196
3197 2012-09-30 Juri Linkov <juri@jurta.org>
3198
3199 * facemenu.el (list-colors-sort): Add option "Luminance".
3200 (list-colors-sort-key): Implement it.
3201
3202 * vc/diff-mode.el (diff-refine-removed):
3203 * vc/ediff-init.el (ediff-fine-diff-A):
3204 * vc/smerge-mode.el (smerge-refined-removed):
3205 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
3206
3207 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
3208
3209 * term/ns-win.el (x-file-dialog): New function.
3210
3211 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
3212
3213 * ido.el (ido-max-directory-size): Default to nil; the current
3214 default is small for POSIX systems, and impractical on Windows 7
3215 now that lstat returns directory sizes for NTFS.
3216
3217 2012-09-30 Martin Rudalics <rudalics@gmx.at>
3218
3219 In buffer display functions handle window-height/window-width
3220 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
3221 * window.el (window--display-buffer): New argument ALIST.
3222 Obey window-height and window-width alist entries.
3223 (window--try-to-split-window): New argument ALIST.
3224 Bind window-combination-limit to t when the window's size shall be
3225 changed and window-combination-limit equals `window-size'.
3226 (display-buffer-in-atom-window)
3227 (display-buffer-in-major-side-window)
3228 (display-buffer-in-side-window, display-buffer-same-window)
3229 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3230 (display-buffer-pop-up-window, display-buffer-below-selected)
3231 (display-buffer-at-bottom, display-buffer-in-previous-window)
3232 (display-buffer-use-some-window): Adjust all callers of
3233 window--display-buffer and window--try-to-split-window.
3234 (fit-frame-to-buffer): New option.
3235 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
3236 is non-nil.
3237 (display-buffer-in-major-side-window): Evaluate window-height /
3238 window-width alist entries.
3239
3240 * help.el (temp-buffer-resize-frames)
3241 (temp-buffer-resize-regexps): Remove options.
3242 (temp-buffer-resize-mode): Adjust doc-string.
3243 (resize-temp-buffer-window): Don't consult
3244 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
3245 temp-buffer-resize-frames.
3246
3247 * dired.el (dired-mark-pop-up):
3248 Call display-buffer-below-selected with a fit-window-to-buffer alist
3249 entry.
3250
3251 2012-09-30 Chong Yidong <cyd@gnu.org>
3252
3253 * server.el (server-host): Document the security implications.
3254 (server-auth-key): Doc fix.
3255
3256 * startup.el (initial-buffer-choice): Doc fix.
3257
3258 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
3259
3260 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
3261 restriction change.
3262
3263 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
3264
3265 * help-fns.el (help-fns--obsolete): Fix last change.
3266
3267 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3268
3269 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
3270 (minor-mode-map-alist): Remove redundant code.
3271
3272 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
3273 visited in a buffer.
3274 (cvs-insert-visited-file): New function.
3275 (find-file-hook): Use it.
3276
3277 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
3278
3279 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
3280 chose face.
3281 (log-edit-empty-buffer-p): Don't require a space after a header.
3282
3283 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
3284
3285 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
3286
3287 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
3288 a proper minor-mode.
3289
3290 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
3291
3292 2012-09-29 Glenn Morris <rgm@gnu.org>
3293
3294 * winner.el (winner-mode): Remove variable (let define-minor-mode
3295 handle it).
3296 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
3297 Doc fixes.
3298 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
3299 (winner-mode): Use define-minor-mode.
3300
3301 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
3302 the full definition in loaddefs, rather than duplicating it.
3303
3304 * help-macro.el (three-step-help): No need to autoload defcustom.
3305
3306 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3307 (inferior-lisp-program, inferior-lisp-load-command)
3308 (inferior-lisp-prompt, inferior-lisp-mode-hook):
3309 No need to autoload defcustoms.
3310
3311 * hippie-exp.el (hippie-expand-try-functions-list)
3312 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
3313 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
3314 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
3315 (hippie-expand-only-buffers): No need to autoload defcustoms.
3316 * progmodes/vhdl-mode.el (vhdl-line-expand):
3317 Explicitly load hippie-exp, so it does not get autoloaded
3318 while hippie-expand-try-functions-list is let-bound.
3319
3320 2012-09-28 Glenn Morris <rgm@gnu.org>
3321
3322 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
3323
3324 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
3325 Only "cl.el" counts as cl these days.
3326
3327 2012-09-28 Juri Linkov <juri@jurta.org>
3328
3329 Display archive errors in the echo area instead of inserting
3330 to the file buffer.
3331
3332 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
3333 to STDERR-TEST that can be a regexp matching a successful output.
3334 Create a temporary file and redirect stderr to it. Search for
3335 STDERR-TEST in the stderr output and display it in the echo area
3336 if no match is found.
3337 (archive-extract-by-file): New function like
3338 `archive-extract-by-stdout' but extracting archives to files
3339 and looking for successful matches in stdout. Function body is
3340 mostly copied from `archive-rar-extract'.
3341 (archive-rar-extract): Use `archive-extract-by-file'.
3342 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
3343
3344 2012-09-28 Leo Liu <sdl.web@gmail.com>
3345
3346 * pcomplete.el (pcomplete-show-completions):
3347 Use minibuffer-message to make pcomplete usable in minibuffer.
3348
3349 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
3350
3351 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * type-break.el: Use lexical-binding.
3354 (type-break-mode): Use define-minor-mode.
3355
3356 * emacs-lisp/pcase.el (pcase--mark-used): New.
3357 (pcase--u1): Use it (bug#12512).
3358
3359 * custom.el (load-theme): Set buffer-file-name so the load is recorded
3360 in load-history with the right file name.
3361
3362 2012-09-28 Tassilo Horn <tsdh@gnu.org>
3363
3364 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
3365 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
3366 (doc-view-get-bounding-box): Make bounding box slicing work for
3367 ODF and DVI documents.
3368
3369 2012-09-28 Glenn Morris <rgm@gnu.org>
3370
3371 * type-break.el (type-break-mode, type-break-interval)
3372 (type-break-good-rest-interval, type-break-keystroke-threshold):
3373 No need to autoload.
3374 (type-break-good-rest-interval, type-break-keystroke-threshold):
3375 Add :set-after.
3376
3377 2012-09-28 Chong Yidong <cyd@gnu.org>
3378
3379 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
3380 Add :version tag.
3381
3382 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3383
3384 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
3385
3386 2012-09-27 Glenn Morris <rgm@gnu.org>
3387
3388 * faces.el (x-display-name): Declare (for without-x builds).
3389
3390 * linum.el (linum-format): Don't autoload it. Improve :type.
3391
3392 * progmodes/tcl.el: Don't require outline when compiling.
3393 (outline-regexp, outline-level): Declare.
3394 * textmodes/sgml-mode.el: Don't require outline when compiling.
3395 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
3396
3397 * term.el (term-ansi-reset):
3398 Try setting term-ansi-face-already-done to nil. (Bug#11785)
3399
3400 * vc/vc.el (vc-next-action): Only gripe about committing read-only
3401 files for RCS and SCCS. (Bug#9781)
3402
3403 2012-09-27 Chong Yidong <cyd@gnu.org>
3404
3405 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
3406 change; value should be t.
3407
3408 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3409
3410 * image-mode.el: Use lexical-binding.
3411 (image-mode-winprops): Use t to stand for the window of
3412 a buffer that's not displayed.
3413 * doc-view.el (doc-view-new-window-function): Handle the new
3414 t in winprops.
3415 (doc-view-enlarge): Make it a real nop if the size is not changed.
3416 (doc-view-display): Handle the case where the buffer is not (yet?)
3417 displayed in any window.
3418 (doc-view-saved-settings): New var.
3419 (doc-view-mode): Use it.
3420 (doc-view-fallback-mode): Set it.
3421
3422 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
3423 Set lexical-binding.
3424 (minibuffer-eldef-shorten-default): New var.
3425 (minibuffer-default-in-prompt-regexps): Use it for new default.
3426 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
3427
3428 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
3429
3430 * international/uni-bidi.el:
3431 * international/uni-category.el:
3432 * international/uni-name.el:
3433 * international/uni-numeric.el: Regenerate.
3434
3435 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
3436 Stefan Monnier <monnier@iro.umontreal.ca>
3437
3438 * profiler.el: New file.
3439
3440 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
3443 (testcover-reinstrument): Simplify with CSE.
3444
3445 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
3446
3447 * window.el (temp-buffer-window-setup): Fix typo in docstring.
3448
3449 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
3450
3451 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
3452 (verilog-auto-input, verilog-auto-insert-lisp)
3453 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
3454 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
3455 (verilog-auto-unused, verilog-auto-wire)
3456 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
3457 newline. Reported by Andrew Jones.
3458 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
3459 Reported by Brad Dobbie.
3460 (verilog-batch-delete-trailing-whitespace):
3461 Create verilog-batch-delete-trailing-whitespace.
3462 Reported by Brad Dobbie.
3463 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
3464 parameters from another module. Reported by Dan Katz.
3465 (verilog-auto, verilog-auto-assign-modport)
3466 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
3467 AUTOINOUTMODPORT for UVM interface module shell generation.
3468 Reported by Brad Dobbie.
3469 (verilog-auto-inst-interfaced-ports): Make default nil, as more
3470 standard behavior.
3471 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
3472 Reported by Matt Martin.
3473
3474 2012-09-25 Martin Rudalics <rudalics@gmx.at>
3475
3476 * window.el (window--resize-child-windows): When resizing child
3477 windows proportionally, process them in reverse order to
3478 preserve the "when splitting a window the new one gets the odd
3479 line" behavior.
3480 (window--resize-root-window-vertically): When resizing the
3481 minibuffer window try to affect only windows at the bottom of the
3482 frame. (Bug#12419)
3483
3484 2012-09-25 Chong Yidong <cyd@gnu.org>
3485
3486 * subr.el (declare): Doc fix.
3487
3488 * help-fns.el (help-fns--obsolete): Handle macros properly.
3489
3490 2012-09-25 Chong Yidong <cyd@gnu.org>
3491
3492 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
3493 this function obsolete.
3494
3495 * calendar/cal-x.el (calendar-two-frame-setup)
3496 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3497 * calendar/calendar.el (american-calendar, european-calendar)
3498 (calendar-for-loop):
3499 * comint.el (comint-dynamic-simple-complete)
3500 (comint-dynamic-complete-as-filename, comint-unquote-filename):
3501 * desktop.el (desktop-load-default):
3502 * dired-x.el (dired-omit-here-always)
3503 (dired-hack-local-variables, dired-default-directory):
3504 * emacs-lisp/derived.el (derived-mode-class):
3505 * emacs-lisp/timer.el (timer-set-time-with-usecs):
3506 * emacs-lock.el (toggle-emacs-lock):
3507 * epa.el (epa-display-verify-result):
3508 * epg.el (epg-sign-keys, epg-start-sign-keys)
3509 (epg-passphrase-callback-function):
3510 * eshell/esh-util.el (eshell-for):
3511 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
3512 (eshell-add-to-window-buffer-names):
3513 * files.el (locate-file-completion):
3514 * imenu.el (imenu-example--create-c-index)
3515 (imenu-example--create-lisp-index)
3516 (imenu-example--lisp-extract-index-name)
3517 (imenu-example--name-and-position):
3518 * international/mule-cmds.el (princ-list):
3519 * international/mule-diag.el (decode-codepage-char):
3520 * international/mule-util.el (detect-coding-with-priority):
3521 * iswitchb.el (iswitchb-read-buffer):
3522 * mail/mailalias.el (mail-complete):
3523 * mail/sendmail.el (mail-sent-via):
3524 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
3525 (mouse-major-mode-menu):
3526 * password-cache.el (password-read-and-add):
3527 * pcomplete.el (pcomplete-parse-comint-arguments):
3528 * progmodes/sh-script.el (sh-maybe-here-document):
3529 * replace.el (query-replace-regexp-eval):
3530 * savehist.el (savehist-load):
3531 * simple.el (choose-completion-delete-max-match):
3532 * term.el (term-dynamic-simple-complete):
3533 * vc/ediff-init.el (ediff-check-version):
3534 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
3535 * vc/vc.el (vc-diff-switches-list):
3536 * view.el (view-return-to-alist-update): Likewise.
3537
3538 * subr.el (eval-next-after-load, makehash, insert-string)
3539 (assoc-ignore-representation, assoc-ignore-case): Use declare to
3540 mark obsolete.
3541 (mode-line-inverse-video): Variable deleted.
3542
3543 * international/mule-util.el (string-to-sequence): Remove.
3544
3545 * calendar/calendar.el (calendar-version):
3546 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
3547 (icalendar-convert-diary-to-ical):
3548 * cus-edit.el (custom-mode):
3549 * ansi-color.el (ansi-color-unfontify-region):
3550 * international/latin1-disp.el (latin1-char-displayable-p):
3551 * progmodes/cwarn.el (turn-on-cwarn-mode):
3552 * progmodes/which-func.el (which-func-update-1):
3553 Use define-obsolete-function-alias.
3554
3555 * net/newst-backend.el (newsticker-cache-filename):
3556 * net/newst-treeview.el (newsticker-groups-filename):
3557 Fix incorrect obsolescence declaration.
3558
3559 * allout.el (allout-passphrase-hint-string): Likewise.
3560 (allout-init): Use a declare form to mark obsolete.
3561
3562 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
3563 this applies to functions.
3564
3565 * iswitchb.el (iswitchb-read-buffer): Move code of
3566 iswitchb-define-mode-map here, and delete that obsolete function.
3567
3568 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
3569 font-lock-reference-face.
3570
3571 2012-09-25 Glenn Morris <rgm@gnu.org>
3572
3573 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
3574 Doc fixes.
3575
3576 * eshell/em-term.el (eshell-term-name):
3577 Default to term-term-name. (Bug#12485)
3578
3579 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
3580
3581 * progmodes/python.el (python-shell-send-buffer): Better handling
3582 of "if __name__ == '__main__':" conditionals when sending the buffer.
3583
3584 2012-09-24 Glenn Morris <rgm@gnu.org>
3585
3586 * eshell/esh-cmd.el (eshell-find-alias-function):
3587 Tighten up file-name regexp. (Bug#12499)
3588
3589 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
3590
3591 Enhancements for triple-quote string syntax.
3592 * progmodes/python.el (python-quote-syntax): Remove.
3593 (python-syntax-propertize-function): New value.
3594 (python-syntax-count-quotes, python-syntax-stringify):
3595 New functions.
3596
3597 2012-09-24 Chong Yidong <cyd@gnu.org>
3598
3599 * mail/supercite.el (sc-version): Remove obsolete function.
3600 (sc-describe): Don't mark as obsolete, since it is bound.
3601 (sc-submit-bug-report): Remove.
3602
3603 * vc/log-edit.el (cvs-changelog-full-paragraphs)
3604 (cvs-commit-buffer-require-final-newline): Remove.
3605 (log-edit-require-final-newline)
3606 (log-edit-changelog-full-paragraphs): Default to t.
3607
3608 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
3609 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
3610 * vc/vc.el (vc-checkout-carefully): Likewise.
3611
3612 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
3613 (emerge-version): Remove.
3614
3615 * progmodes/compile.el (compile-internal): Remove.
3616 (compilation-parse-errors-function): Fix typo.
3617
3618 * international/mule.el (set-char-table-default): Remove.
3619 (set-coding-priority, make-coding-system, generic-char-p)
3620 (charset-list, charset-bytes, charset-id): Use declare to mark
3621 functions as obsolete.
3622
3623 * vc/pcvs-defs.el (cvs-buffer-name-alist)
3624 (cvs-invert-ignore-marks): Remove references to obsolete vars.
3625 * vc/vc-hooks.el (vc-default-registered): Don't use
3626 vc-master-templates.
3627
3628 * font-lock.el (font-lock-reference-face):
3629 Use define-obsolete-variable-alias.
3630
3631 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
3632 * calendar/calendar.el (calendar-font-lock-keywords):
3633 * calendar/diary-lib.el (diary-font-lock-keywords)
3634 (diary-fancy-font-lock-keywords):
3635 * textmodes/reftex-sel.el (reftex-insert-docstruct):
3636 * textmodes/reftex-index.el (reftex-insert-index):
3637 * textmodes/reftex-cite.el (reftex-format-bib-entry):
3638 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3639 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
3640 * progmodes/prolog.el (prolog-font-lock-keywords):
3641 * progmodes/idlwave.el (idlwave-idl-keywords):
3642 * progmodes/ada-mode.el (ada-font-lock-keywords):
3643 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
3644
3645 2012-09-24 Glenn Morris <rgm@gnu.org>
3646
3647 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
3648
3649 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
3650
3651 * progmodes/python.el (python-indent-line): More consistent cursor
3652 movement behavior.
3653
3654 2012-09-23 Stefan Merten <smerten@oekonux.de>
3655
3656 * textmodes/rst.el: Fix compiler warning.
3657
3658 2012-09-23 Roland Winkler <winkler@gnu.org>
3659
3660 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
3661 Transcribe also LaTeX hyphenation.
3662 (bibtex-reformat): Bug fix. Do not quote twice the elements of
3663 bibtex-reformat-previous-options.
3664
3665 2012-09-23 Roland Winkler <winkler@gnu.org>
3666
3667 * proced.el (proced-renice-command): New variable.
3668 (proced-marked-processes): New function.
3669 (proced-with-processes-buffer): New macro.
3670 (proced-send-signal): Use them.
3671 (proced-renice): New command bound to r.
3672
3673 2012-09-23 Roland Winkler <winkler@gnu.org>
3674
3675 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
3676 ibuffer-saved-filter-groups has one element, shortcut the call of
3677 completing-read. (Bug#12331)
3678
3679 2012-09-23 Chong Yidong <cyd@gnu.org>
3680
3681 * bindings.el (mode-line-toggle-read-only):
3682 * bs.el (bs-toggle-readonly):
3683 * buff-menu.el (Buffer-menu-toggle-read-only):
3684 * dired.el (dired-toggle-read-only):
3685 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
3686
3687 2012-09-23 Chong Yidong <cyd@gnu.org>
3688
3689 * image.el (image-type-available-p): Adapt to init-image-library
3690 argument changes.
3691
3692 2012-09-22 Juri Linkov <juri@jurta.org>
3693
3694 * dired.el (dired-mode-map): Add [remap read-only-mode] for
3695 `dired-toggle-read-only'. (Bug#12462)
3696
3697 2012-09-22 Martin Rudalics <rudalics@gmx.at>
3698
3699 * subr.el (temp-output-buffer-show): New function.
3700 (with-output-to-temp-buffer): Call temp-output-buffer-show
3701 instead of internal-temp-output-buffer-show.
3702
3703 2012-09-22 Chong Yidong <cyd@gnu.org>
3704
3705 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
3706 (Bug#12462).
3707
3708 * repeat.el (repeat): Doc fix (Bug#12348).
3709
3710 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
3711 (Bug#10909).
3712
3713 * simple.el (shell-command-on-region): Doc fix.
3714 (read-only-mode): Doc fix.
3715
3716 2012-09-22 Eli Zaretskii <eliz@gnu.org>
3717
3718 * emacs-lisp/timer.el (run-with-idle-timer)
3719 (timer-activate-when-idle): Warn against reinvoking an idle timer
3720 from within its own timer action. (Bug#12447)
3721
3722 2012-09-22 Martin Rudalics <rudalics@gmx.at>
3723
3724 * cus-start.el (window-combination-limit): Add new optional
3725 values.
3726 * window.el (temp-buffer-window-show)
3727 (window--try-to-split-window): Handle new values of
3728 window-combination-limit (Bug#1806).
3729 (split-window): Test window-combination-limit for t instead of
3730 non-nil.
3731 (display-buffer-at-bottom): New buffer display action function.
3732 * help.el (temp-buffer-resize-regexps): New option.
3733 (temp-buffer-resize-mode): Rewrite doc-string.
3734 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
3735 Don't resize reused window. Suggested by Glenn Morris.
3736
3737 2012-09-22 Stefan Merten <smerten@oekonux.de>
3738
3739 * textmodes/rst.el: Revamp section title faces.
3740 (rst-official-version)
3741 (rst-package-emacs-version-alist): Sync with official version
3742 V1.4.0.
3743 (rst-faces-defaults, rst-set-level-default)
3744 (rst-level-face-max, rst-level-face-base-color)
3745 (rst-level-face-base-light, rst-level-face-format-light)
3746 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
3747 (rst-adornment-faces-alist): Match new setup.
3748 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
3749 (rst-level-5, rst-level-6): New faces.
3750
3751 2012-09-22 Chong Yidong <cyd@gnu.org>
3752
3753 * simple.el (undo): Handle indirect buffers (Bug#8207).
3754
3755 2012-09-21 Leo Liu <sdl.web@gmail.com>
3756
3757 IDO: Disable match re-ordering for buffer switching.
3758 * ido.el (ido-buffer-disable-smart-matches): New variable.
3759 (ido-set-matches-1): Use it. (Bug#2042)
3760
3761 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
3762
3763 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
3764 Fix 2011-05-17 change. (Bug#12418)
3765
3766 2012-09-21 Leo Liu <sdl.web@gmail.com>
3767
3768 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
3769
3770 2012-09-21 Glenn Morris <rgm@gnu.org>
3771
3772 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
3773 Be more robust about locating simple.el.
3774
3775 2012-09-21 Glenn Morris <rgm@gnu.org>
3776
3777 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
3778
3779 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
3780
3781 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
3782
3783 2012-09-20 Juri Linkov <juri@jurta.org>
3784
3785 * replace.el (query-replace-read-from): Use `read-regexp' instead
3786 of `read-from-minibuffer' when `regexp-flag' is non-nil.
3787 (occur-read-primary-args): Use `read-regexp' instead of
3788 `read-string'.
3789 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
3790 `read-from-minibuffer'.
3791 * isearch.el (isearch-occur): Use `read-regexp' instead of
3792 `read-string'.
3793 * dired.el (dired-read-regexp): Use `read-regexp' instead of
3794 `read-from-minibuffer'.
3795 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
3796 of `read-string'. (Bug#7567)
3797
3798 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
3799 and allow accepting a list of strings prepended to a list of
3800 standard default values. Doc fix. (Bug#12321)
3801
3802 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
3803
3804 * replace.el (read-regexp): Don't add ": " when PROMPT already
3805 ends with a colon and space. (Bug#12321)
3806
3807 2012-09-20 Tassilo Horn <tsdh@gnu.org>
3808
3809 * doc-view.el (doc-view-display): Better fix for the cl-assertion
3810 error.
3811
3812 2012-09-20 Stefan Merten <smerten@oekonux.de>
3813
3814 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
3815 Fixes feature request bug#11711.
3816 (rst-mode): Create `imenu-create-index-function'.
3817 (rst-get-stripped-line): Delete after refactoring.
3818 (rst-section-tree, rst-section-tree-rec)
3819 (rst-section-tree-point): Refactor and document properly.
3820 (rst-imenu-find-adornments-for-position)
3821 (rst-imenu-convert-cell, rst-imenu-create-index):
3822 New function.
3823
3824 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3825
3826 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
3827 (macroexp--expand-all): Use it.
3828 (macroexp--funcall-and-return): Remove by folding it into its sole
3829 caller (macroexp--warn-and-return).
3830 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
3831 Use macroexp--obsolete-warning.
3832
3833 * calc/calc.el: Fix last change by removing the whole chunk, since it
3834 was only needed back when Calc was not bundled.
3835
3836 2012-09-20 Martin Rudalics <rudalics@gmx.at>
3837
3838 * emacs-lisp/debug.el (debug): Restore assignment to
3839 debugger-old-buffer removed on 2012-09-08.
3840
3841 2012-09-20 Juri Linkov <juri@jurta.org>
3842
3843 * dired-aux.el (dired-diff): Remove (require 'diff) since
3844 `diff-latest-backup-file' is now autoloaded.
3845
3846 2012-09-20 Chong Yidong <cyd@gnu.org>
3847
3848 * vc/diff.el (diff-latest-backup-file): Autoload.
3849
3850 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3851
3852 * calc/calc.el: Remove redundant autoload shape check.
3853 (sel-mode): Don't defvar.
3854 (calc-get-stack-element): Add `sel-mode' arg instead.
3855 (calc-top, calc-top-list): Pass it this additional argument.
3856 * calc/calc-store.el (calc-store-map):
3857 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
3858 (calc-map-equation, calc-outer-product, calc-inner-product):
3859 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
3860
3861 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
3862
3863 2012-09-19 Juri Linkov <juri@jurta.org>
3864
3865 * dired-aux.el (dired-diff): Add (require 'diff) because
3866 `diff-latest-backup-file' is not autoloaded.
3867 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
3868 of `dired-get-filename' to t to not report error when there is
3869 no default file on the current line.
3870
3871 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3872
3873 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
3874 macroexp--eval-if-compile.
3875 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
3876 (macroexp--expand-all): Use them (bug#12371).
3877
3878 * doc-view.el (doc-view-guess-paper-size)
3879 (doc-view-scale-bounding-box): Fix unbound `caddr'.
3880
3881 2012-09-19 Tassilo Horn <tsdh@gnu.org>
3882
3883 New feature: set optimal slice from BoundingBox information.
3884 * doc-view.el (doc-view-mode-map): Add keybinding.
3885 (doc-view-menu): Add menu entry.
3886 (doc-view-set-slice): Adapt docstring.
3887 (doc-view-get-bounding-box, doc-view-guess-paper-size)
3888 (doc-view-scale-bounding-box)
3889 (doc-view-set-slice-from-bounding-box): New functions.
3890 (doc-view-paper-sizes): New defvar.
3891
3892 2012-09-19 Glenn Morris <rgm@gnu.org>
3893
3894 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
3895 (byte-compile-log-warning): Autoload. (Bug#12371)
3896
3897 * calendar/calendar.el (calendar-american-month-header)
3898 (calendar-european-month-header, calendar-iso-month-header)
3899 (calendar-month-header): New options.
3900 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
3901 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
3902
3903 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
3904
3905 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
3906
3907 2012-09-18 Juri Linkov <juri@jurta.org>
3908
3909 * dired-aux.el (dired-diff): Restore original functionality of
3910 getting the default value, but keep new feature of using the
3911 latest existing backup file (`diff-latest-backup-file').
3912
3913 2012-09-18 Juri Linkov <juri@jurta.org>
3914
3915 * dired.el (dired-mark): If the region is active in Transient Mark
3916 mode, mark all files in the active region. Doc fix.
3917 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
3918 Doc fix. (Bug#10624)
3919
3920 2012-09-18 Juri Linkov <juri@jurta.org>
3921
3922 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
3923 attributes for M-n are pulled from the file at point.
3924 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
3925 Suggested by Drew Adams. (Bug#10624)
3926
3927 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
3928
3929 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
3930 whitespace after "end".
3931 (ruby-do-end-to-brace): Collapse block to one line if it fits
3932 within fill-column.
3933
3934 2012-09-18 Martin Rudalics <rudalics@gmx.at>
3935
3936 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
3937 value.
3938 (debug): Don't remove debugger window when debugger is expected
3939 to be back.
3940
3941 2012-09-18 Chong Yidong <cyd@gnu.org>
3942
3943 * custom.el (defface): Doc fix.
3944
3945 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
3946
3947 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
3948
3949 * progmodes/compile.el (compilation-start): Use compilation-always-kill
3950 to initialize query-on-exit; then test that instead (bug#12288).
3951
3952 2012-09-17 Stefan Merten <smerten@oekonux.de>
3953
3954 * textmodes/rst.el: Add support for `testcover'.
3955 (rst-defcustom-testcover, rst-testcover-add-compose)
3956 (rst-testcover-add-1value): New functions.
3957 (rst-portable-mark-active-p): Replace by `use-region-p'.
3958 (rst-update-section, rst-classify-adornment)
3959 (rst-find-title-line): Mark `1value' forms.
3960 (rst-classify-adornment): Remove superfluous form.
3961 (rst-update-section, rst-get-adornments-around)
3962 (rst-adornment-complete-p, rst-get-next-adornment)
3963 (rst-adjust, rst-promote-region)
3964 (rst-display-adornments-hierarchy, rst-straighten-adornments)
3965 (rst-find-pfx-in-region, rst-section-tree-rec)
3966 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
3967 (rst-toc-node, rst-toc, rst-forward-section)
3968 (rst-iterate-leftmost-paragraphs)
3969 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
3970 (rst-bullet-list-region)
3971 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
3972 (rst-compile-find-conf, rst-compile)
3973 (rst-repeat-last-character): Fix style.
3974
3975 2012-09-17 Chong Yidong <cyd@gnu.org>
3976
3977 * comint.el (comint--complete-file-name-data): Don't add a space
3978 if the status is `sole'; that adds a gratuitous space in the
3979 completion-cycling case (Bug#12092).
3980
3981 * pcomplete.el (pcomplete-completions-at-point): Likewise.
3982
3983 2012-09-17 Richard Stallman <rms@gnu.org>
3984
3985 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
3986 only in the mime-shown mode, not in raw mode.
3987 (rmail-mime): Toggle off mime by displaying the message without
3988 mime processing. (Bug#12305)
3989
3990 * mail/rmail.el (rmail-retry-failure):
3991 Turn off mime processing first. (Bug#12037)
3992
3993 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
3994
3995 2012-09-17 Chong Yidong <cyd@gnu.org>
3996
3997 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
3998 (shell-dynamic-complete-functions): Convert to defcustom.
3999 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
4000
4001 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
4002 * comint.el (comint-prompt-read-only):
4003 * custom.el (defcustom):
4004 * hi-lock.el (hi-lock-mode):
4005 * ibuffer.el (ibuffer-formats):
4006 * ielm.el (ielm-prompt-read-only):
4007 * novice.el (disable-command):
4008 * saveplace.el (toggle-save-place):
4009 * speedbar.el (speedbar-supported-extension-expressions):
4010 * startup.el (auto-save-list-file-prefix, init-file-user)
4011 (after-init-hook, inhibit-startup-echo-area-message):
4012 * strokes.el (strokes-help):
4013 * time-stamp.el (time-stamp):
4014 * calendar/calendar.el (calendar, diary-file):
4015 * calendar/diary-lib.el (diary-mail-entries, diary)
4016 (diary-list-entries-hook):
4017 * calendar/holidays.el (holidays, calendar-holidays):
4018 * calendar/lunar.el (lunar-phases):
4019 * calendar/solar.el (sunrise-sunset):
4020 * emulation/edt.el (edt-load-keys):
4021 * emulation/viper.el (viper-mode):
4022 * eshell/em-alias.el (eshell-command-aliases-list):
4023 * eshell/esh-util.el (eshell-convert-numeric-arguments):
4024 * international/ogonek.el (ogonek-information):
4025 * net/tramp-cmds.el (tramp-bug):
4026 * net/quickurl.el (quickurl-reread-hook-postfix):
4027 * play/decipher.el (decipher-font-lock-keywords):
4028 * progmodes/cc-styles.el (c-set-style):
4029 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
4030 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4031 * progmodes/octave-mod.el (octave-mode):
4032 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
4033 * progmodes/verilog-mode.el (verilog-read-defines):
4034 * textmodes/two-column.el (2C-mode): Likewise.
4035
4036 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
4037
4038 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
4039 that holds many addresses.
4040
4041 2012-09-16 Chong Yidong <cyd@gnu.org>
4042
4043 * align.el (align-areas): Call the indication function with
4044 positions instead of markers for arguments (Bug#12343).
4045
4046 * files.el (parse-colon-path): Use split-string (Bug#12351).
4047
4048 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4049 (display-buffer-function): Mark as obsolete.
4050
4051 * progmodes/compile.el (compilation-parse-errors): Accept list
4052 values similar to font-lock-keywords (Bug#12136).
4053 Suggested by Oleksandr Manzyuk.
4054 (compilation-error-regexp-alist): Doc fix.
4055
4056 2012-09-15 Glenn Morris <rgm@gnu.org>
4057
4058 * version.el (emacs-bzr-version-bzr): New function.
4059 (emacs-bzr-get-version): Add optional EXTERNAL argument.
4060
4061 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
4062 checkouts, check the parent dirstate matches the branch.
4063 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
4064 empty string.
4065
4066 * version.el (emacs-bzr-version): Doc fix.
4067 (emacs-bzr-version-dirstate): New function.
4068 (emacs-bzr-get-version): For lightweight checkouts, if the parent
4069 is local try and check that it matches the branch. If not, just
4070 use dirstate information. (Bug#12441)
4071
4072 2012-09-14 Juri Linkov <juri@jurta.org>
4073
4074 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
4075 (Bug#12399)
4076
4077 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4078
4079 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
4080
4081 * emacs-lisp/edebug.el: Miscellaneous cleanup.
4082 Remove obsolete byte-compiler hack that tried to silence some warnings.
4083 (edebug-submit-bug-report): Remove.
4084 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
4085 Remove aliases, use the un-prefixed name instead.
4086 (edebug-pop-to-buffer): Consider other frames.
4087 (edebug-original-read):: Make it more obvious that it's always defined.
4088 (edebug--make-form-data-entry, edebug--form-data-name)
4089 (edebug--form-data-begin, edebug--form-data-end): Rename from the
4090 single-dashed name, and implement with cl-defstruct.
4091 (edebug-set-form-data-entry): Use the standard accessors.
4092 (edebug-make-top-form-data-entry): Use push.
4093 (edebug-no-match): Drop useless `funcall'.
4094 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
4095 to functions.
4096 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
4097 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
4098 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
4099 (easy-menu-define, with-custom-print): Remove redundant specs.
4100 (edebug-outside-overriding-local-map)
4101 (edebug-outside-overriding-terminal-local-map): Remove, unused.
4102 (edebug--display): Bind unread-command-events directly to nil rather
4103 than binding it to unread-command-events and later setting it to nil.
4104 (edebug--display): Kill edebug-eval-buffer here...
4105 (edebug--recursive-edit): ...rather than here.
4106 Bind standard-output and standard-input.
4107 (edebug-eval): Check cl-macroexpand-all is fboundp.
4108 (edebug-temp-display-freq-count): Fix last change.
4109
4110 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
4111 * subr.el (noreturn, 1value): Add `debug' spec.
4112 * emacs-lisp/advice.el: Require cl-lib.
4113 (ad-copy-tree): Remove, use copy-tree instead.
4114 (ad-dolist): Remove use dolist or cl-dolist instead.
4115 (ad-do-return): Remove, use cl-return instead.
4116 (defadvice): Add `debug' spec.
4117
4118 2012-09-13 Juri Linkov <juri@jurta.org>
4119
4120 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
4121 (Bug#12399)
4122
4123 2012-09-13 Glenn Morris <rgm@gnu.org>
4124
4125 * calc/calc.el (math-compose-expr):
4126 * calc/calc-ext.el (math-compose-expr):
4127 * progmodes/cc-defs.el (cl-macroexpand-all):
4128 * progmodes/cc-langs.el (delete-duplicates, mapcan)
4129 (cl-macroexpand-all): Update declarations.
4130
4131 * vc/vc.el: No need to require ediff.
4132 (ediff-load-version-control): Declare.
4133 (ediff-vc-internal): Fix declaration.
4134 (vc-version-ediff): Require ediff.
4135
4136 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4137
4138 Use a more backwards-compatible timer format (Bug#12430).
4139 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
4140 being right after USECS, as that better supports old code that
4141 inadvisedly looked directly at the timer vector.
4142
4143 2012-09-13 Kenichi Handa <handa@gnu.org>
4144
4145 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
4146 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
4147 `coding-priority' property of these language environment.
4148
4149 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4150
4151 Fix glitches caused by addition of psec to timers (Bug#12430).
4152 * image.el (image-animate-timer):
4153 * time.el (display-time-world-timer):
4154 Use timer--function and timer--args rather than raw access to
4155 timer vector.
4156
4157 2012-09-13 Glenn Morris <rgm@gnu.org>
4158
4159 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4160 If not compiling a file, try using load-file-name.
4161
4162 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4163
4164 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
4165 Fix last change.
4166 (edebug-update-eval-list): Use `push'.
4167
4168 * emacs-lisp/edebug.el: Use lexical-binding.
4169 Remove the "edebug-" prefix from non-dynamically-scoped variables.
4170 Mark unused args with underscore.
4171 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
4172 (edebug-form-data): Use defvar-local.
4173 (edebug-make-before-and-after-form, edebug-make-after-form):
4174 Use backquote.
4175 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
4176 Not dynamically scoped any more.
4177 (edebug--enter-trace): Add arguments `function' and `args'.
4178 Rename from edebug-enter-trace.
4179 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
4180 (edebug--update-coverage): Add `after-index' and `value' args.
4181 Rename from edebug-update-coverage.
4182 (edebug-slow-after): Call it accordingly.
4183 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
4184 edebug-recursive-edit.
4185 (edebug--display): Call it accordingly. Add args `value',
4186 `offset-index', and `arg-mode'. Rename from edebug-display.
4187 (edebug-debugger, edebug): Call it accordingly.
4188 (edebug-eval-display-list): Use dolist.
4189
4190 2012-09-12 Juri Linkov <juri@jurta.org>
4191
4192 * info.el (Info-search): Don't check for isearch-mode and
4193 isearch-regexp before let-binding search-spaces-regexp to
4194 Info-search-whitespace-regexp.
4195 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
4196 search-whitespace-regexp if isearch-lax-whitespace or
4197 isearch-regexp-lax-whitespace is non-nil.
4198 (Info-mode): Don't set local variable search-whitespace-regexp.
4199 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
4200
4201 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
4204 (debugger-env-macro): Remove support for unread-command-char.
4205
4206 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
4207 the temporary map re-appearing on emulation-mode-map-alists.
4208
4209 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
4210 since 22.1.
4211
4212 * ehelp.el (with-electric-help): Accept functions in
4213 electric-help-form-to-execute.
4214 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
4215 And replace unread-command-char -> unread-command-events.
4216
4217 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
4218
4219 Sync with Tramp 2.2.6.
4220
4221 * net/tramp.el (tramp-accept-process-output): Don't use
4222 JUST-THIS-ONE in the XEmacs case.
4223
4224 * net/trampver.el: Update release number.
4225
4226 2012-09-12 Martin Rudalics <rudalics@gmx.at>
4227
4228 * emacs-lisp/debug.el (debugger-previous-window-height):
4229 New variable.
4230 (debug): When debugger-jumping-flag is non-nil try to restore
4231 height of debugger window. (Bug#8789)
4232
4233 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
4236 overriding-local-map and pre/post-command-hook here.
4237 (edebug-recursive-edit): Do it here instead (bug#12345).
4238 (edebug-outside-unread-command-char): Remove all uses of
4239 unread-command-char.
4240
4241 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
4242 inhibit-debugger is bound instead.
4243
4244 2012-09-11 Bastien Guerry <bzg@gnu.org>
4245
4246 * subr.el (set-temporary-overlay-map): Add a docstring.
4247 (Bug#12346)
4248
4249 2012-09-11 Bastien Guerry <bzg@gnu.org>
4250
4251 * minibuffer.el (completion-table-subvert): Fix docstring.
4252 (Bug#12347)
4253
4254 2012-09-11 Bastien Guerry <bzg@gnu.org>
4255
4256 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
4257
4258 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
4259
4260 * progmodes/sql.el: Version 3.1
4261 (sql-db2-escape-newlines): New variable.
4262 (sql-escape-newlines-filter): Use it.
4263
4264 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
4265
4266 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
4267
4268 2012-09-10 Dan Nicolaescu <dann@gnu.org>
4269
4270 * vc/diff-mode.el (diff-mode-menu):
4271 Bind diff-remove-trailing-whitespace.
4272
4273 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4274
4275 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
4276 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
4277 (emacs-lisp-byte-code-mode): New functions.
4278 (eval-sexp-add-defvars): Don't skip defvars in column >0.
4279 (eval-defun-2): Remove bogus interactive spec.
4280 (lisp-indent-line): Remove redundant whole-exp code, now done in
4281 indent-according-to-mode.
4282 (save-match-data): Remove redundant indent data.
4283
4284 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
4285 Use `declare'.
4286
4287 2012-09-09 Juri Linkov <juri@jurta.org>
4288
4289 * replace.el (replace-regexp-lax-whitespace): New defcustom.
4290 (replace-lax-whitespace, query-replace-regexp)
4291 (query-replace-regexp-eval, replace-regexp): Doc fix.
4292 (perform-replace, replace-highlight): Let-bind
4293 isearch-lax-whitespace to replace-lax-whitespace and
4294 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
4295
4296 * isearch.el (isearch-query-replace): Let-bind
4297 replace-lax-whitespace to isearch-lax-whitespace and
4298 replace-regexp-lax-whitespace to
4299 isearch-regexp-lax-whitespace. (Bug#10885)
4300
4301 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4302
4303 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
4304
4305 2012-09-09 Alan Mackenzie <acm@muc.de>
4306
4307 * progmodes/cc-engine.el (c-state-cache-init):
4308 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
4309 (c-record-parse-state-state):
4310 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
4311
4312 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
4313
4314 * register.el (register-separator): Rename from
4315 separator-register. All uses changed. Doc fix.
4316 (register): Fix version.
4317
4318 2012-09-09 Chong Yidong <cyd@gnu.org>
4319
4320 * replace.el (query-replace-map): Bind four new symbols for
4321 requesting window scrolling.
4322
4323 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
4324 query-replace-map (Bug#8948).
4325
4326 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
4327
4328 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
4329 since they are now in query-replace-map.
4330
4331 * window.el (scroll-other-window-down): Make the arg optional.
4332
4333 2012-09-09 Chong Yidong <cyd@gnu.org>
4334
4335 * files.el (hack-local-variables-confirm): Use quit-window to kill
4336 the *Local Variables* buffer.
4337
4338 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
4339
4340 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
4341 not just expect to be at its beginning. Adjust callees.
4342 Succeed when do-end block has no space before the pipe character.
4343 (ruby-brace-to-do-end): When the original block is one-liner,
4344 convert to multiline. Reindent the result.
4345
4346 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
4347
4348 * register.el (register): New group.
4349 (separator-register): New user option.
4350 (increment-register): Route it to `append-to-register', if
4351 register contains text. Implication is that `C-x r +' can now be
4352 used for appending to a text register (bug#12217).
4353 (append-to-register, prepend-to-register): Add separator based on
4354 `separator-register'.
4355
4356 2012-09-08 Alan Mackenzie <acm@muc.de>
4357
4358 AWK Mode: make auto-newline work when there's "==" in the pattern.
4359 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
4360 correctly.
4361 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
4362 Test more rigorously for "=" token.
4363
4364 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
4365
4366 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
4367 Only fail when reached LIMIT.
4368
4369 2012-09-08 Chong Yidong <cyd@gnu.org>
4370
4371 * dired.el (dired-mode-map): Don't bind M-=.
4372
4373 * dired-aux.el (dired-diff): Use backup file as default.
4374
4375 2012-09-08 Drew Adams <drew.adams@oracle.com>
4376
4377 * subr.el (add-to-history): Fix delete usage (Bug#12314).
4378
4379 2012-09-08 Chong Yidong <cyd@gnu.org>
4380
4381 * subr.el (syntax-after, syntax-class): Doc fix.
4382
4383 2012-09-08 Martin Rudalics <rudalics@gmx.at>
4384
4385 * window.el (display-buffer-in-previous-window): New buffer
4386 display action function.
4387
4388 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
4389 (debugger-previous-window): New variable.
4390 (debug): Rewrite using display-buffer-in-previous-window,
4391 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
4392
4393 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4394
4395 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
4396
4397 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
4398
4399 * progmodes/python.el (python-shell-send-string):
4400 When default-directory is remote, create temp file on remote
4401 filesystem.
4402 (python-shell-send-file): When file is remote, pass local view of
4403 file paths to remote Python interpreter. (Bug#12340)
4404
4405 2012-09-07 Chong Yidong <cyd@gnu.org>
4406
4407 * window.el (switch-to-buffer): Doc fix (Bug#12181).
4408
4409 * files.el (after-find-file): Don't fail on a read-only buffer if
4410 require-final-newline is `visit' or `visit-save' (Bug#11156).
4411
4412 * subr.el (read-char-choice): Allow quitting via ESC ESC.
4413
4414 * userlock.el (ask-user-about-supersession-threat):
4415 Use read-char-choice (Bug#12093).
4416
4417 2012-09-07 Chong Yidong <cyd@gnu.org>
4418
4419 * subr.el (buffer-narrowed-p): New function.
4420
4421 * ses.el (ses-widen):
4422 * simple.el (count-words--buffer-message):
4423 * net/browse-url.el (browse-url-of-buffer): Use it.
4424
4425 * simple.el (count-words-region): Don't signal an error if there
4426 is a non-nil prefix arg and the mark is not set.
4427
4428 * help.el (describe-key-briefly): Allow the message to be seen
4429 when invoked from the minibuffer (Bug#7014).
4430
4431 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
4432
4433 * progmodes/ruby-mode.el (ruby-end-of-defun)
4434 (ruby-beginning-of-defun): Simplify, allow indentation before
4435 block beginning and end keywords.
4436 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
4437 (ruby-end-of-defun): Expect that the point is at the beginning of
4438 the defun.
4439
4440 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
4443 (bug#12367).
4444 (cl--make-usage-args): Strip _ from argument names.
4445
4446 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4447
4448 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
4449 obsolete alias speedbar-key-map.
4450 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
4451 (vhdl-index-menu-init): Don't use obsolete variable
4452 font-lock-maximum-size.
4453
4454 2012-09-06 Chong Yidong <cyd@gnu.org>
4455
4456 * frame.el (window-system-version): Mark as obsolete.
4457
4458 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
4459 of obsolete variable speedbar-key-map.
4460
4461 2012-09-06 Juri Linkov <juri@jurta.org>
4462
4463 * replace.el (replace-lax-whitespace): New defcustom.
4464 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4465 (replace-string, replace-regexp): Mention it in docstrings.
4466 (perform-replace, replace-highlight): Let-bind
4467 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
4468 to the values of replace-lax-whitespace and regexp-flag.
4469 Don't let-bind search-whitespace-regexp. (Bug#10885)
4470
4471 * isearch.el (isearch-query-replace): Let-bind
4472 replace-lax-whitespace instead of let-binding
4473 replace-search-function and replace-re-search-function.
4474 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
4475 and isearch-regexp-lax-whitespace to lazy-highlight variables.
4476 (isearch-toggle-symbol): Set isearch-regexp to nil
4477 in isearch-word mode (like in isearch-toggle-word).
4478
4479 2012-09-06 Juri Linkov <juri@jurta.org>
4480
4481 * replace.el (replace-search-function)
4482 (replace-re-search-function): Set default values to nil.
4483 (perform-replace): Let-bind isearch-related variables based on
4484 replace-related values, call `isearch-search-fun' and let-bind
4485 the result to `search-function'. Remove code that sets
4486 `search-function' and `search-string' separately for
4487 `delimited-flag'.
4488 (replace-highlight): Add new argument `delimited-flag' and
4489 rename other arguments to the names used in `perform-replace'.
4490 Let-bind `isearch-word' to the argument `delimited-flag'.
4491 (Bug#10885, bug#10887)
4492
4493 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
4494
4495 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
4496 ruby-beginning-of-indent, simplify, allow all keywords to have
4497 indentation before them.
4498 (ruby-beginning-of-indent): Adjust for above. Search until the
4499 found point is not inside a string or comment.
4500 (ruby-font-lock-keywords): Allow symbols to start with "@"
4501 character, give them higher priority than variables.
4502 (ruby-syntax-propertize-function)
4503 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
4504 matchers. Expression expansions are not comments when inside a
4505 string, and there comment syntax status is irrelevant.
4506 (ruby-match-expression-expansion): New function. Check that
4507 expression expansion is inside a string, and it's not escaped.
4508 (ruby-font-lock-keywords): Use it.
4509
4510 2012-09-05 Martin Rudalics <rudalics@gmx.at>
4511
4512 * help.el (temp-buffer-max-height): New default value.
4513 (temp-buffer-resize-frames): New option.
4514 (resize-temp-buffer-window): Optionally resize frame.
4515
4516 * window.el (fit-frame-to-buffer-bottom-margin): New option.
4517 (fit-frame-to-buffer): New function.
4518
4519 2012-09-05 Glenn Morris <rgm@gnu.org>
4520
4521 * emulation/cua-rect.el (cua--init-rectangles):
4522 * textmodes/picture.el (picture-mode-map):
4523 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
4524 like forward-char and backward-char. (Bug#12317)
4525
4526 2012-09-05 Leo Liu <sdl.web@gmail.com>
4527
4528 * progmodes/flymake.el (flymake-warning-re): New variable.
4529 (flymake-parse-line): Use it.
4530
4531 2012-09-05 Glenn Morris <rgm@gnu.org>
4532
4533 * calendar/holidays.el (holiday-christian-holidays):
4534 Rename an entry. (Bug#12289)
4535
4536 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4537
4538 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
4539 (bug#12222).
4540
4541 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4542
4543 * loadup.el: Load macroexp. Remove hack.
4544 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
4545 (macroexp--expand-all): Use it to get better warnings.
4546 (macroexp--backtrace, macroexp--trim-backtrace-frame)
4547 (internal-macroexpand-for-load): New functions.
4548 (macroexp--pending-eager-loads): New var.
4549 (emacs-startup-hook): New hack to replace one in loadup.el.
4550 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
4551 (cl--compiler-macro-cXXr): Move to top, before they can be used.
4552 (cl-psetf): Simplify.
4553 (cl-defstruct): Add indent rule.
4554
4555 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
4556
4557 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
4558 over `user-mail-address' for the SMTP MAIL FROM envelope.
4559 (smtpmail-via-smtp): Ditto.
4560
4561 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
4562
4563 * progmodes/ruby-mode.el: Clean up keybindings.
4564 (ruby-mode-map): Don't bind ruby-electric-brace,
4565 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
4566 backward-kill-word, reindent-then-newline-and-indent.
4567 (ruby-mark-defun): Remove.
4568 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
4569 (ruby-mode): Set local beginning-of-defun-function and
4570 end-of-defun-function values.
4571
4572 2012-09-03 Martin Rudalics <rudalics@gmx.at>
4573
4574 * window.el (temp-buffer-window-setup-hook)
4575 (temp-buffer-window-show-hook): New hooks.
4576 (temp-buffer-window-setup, temp-buffer-window-show)
4577 (with-temp-buffer-window): New functions.
4578 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
4579 (special-display-popup-frame): Make sure the window used shows BUFFER.
4580
4581 * help.el (temp-buffer-resize-mode): Fix doc-string.
4582 (resize-temp-buffer-window): New optional argument WINDOW.
4583
4584 * files.el (recover-file, save-buffers-kill-emacs):
4585 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
4586
4587 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
4588
4589 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
4590 remote definition of `default-directory', ensure we can connect.
4591
4592 2012-09-02 Juri Linkov <juri@jurta.org>
4593
4594 Toggle whitespace matching mode with M-s SPC.
4595 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
4596
4597 * isearch.el (search-whitespace-regexp): Doc fix.
4598 Remove cons cell customization.
4599 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
4600 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
4601 New variables.
4602 (isearch-forward, isearch-forward-regexp): Doc fix.
4603 (isearch-toggle-lax-whitespace): New command.
4604 (search-forward-lax-whitespace, search-backward-lax-whitespace)
4605 (re-search-forward-lax-whitespace)
4606 (re-search-backward-lax-whitespace): New functions.
4607 (isearch-whitespace-regexp): Remove function.
4608 (isearch-query-replace): Let-bind replace-search-function and
4609 replace-re-search-function.
4610 (isearch-occur): Let-bind search-spaces-regexp according to the
4611 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
4612 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
4613 condition for C-q SPC.
4614 (isearch-search-fun-default): Use new functions mentioned above.
4615 (isearch-search-forward, isearch-search-backward): Remove functions.
4616 (isearch-search): Don't let-bind search-spaces-regexp.
4617 (isearch-lazy-highlight-space-regexp): Remove variable.
4618 (isearch-lazy-highlight-lax-whitespace)
4619 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
4620 (isearch-lazy-highlight-new-loop): Use them.
4621 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
4622
4623 2012-09-02 Chong Yidong <cyd@gnu.org>
4624
4625 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
4626
4627 2012-09-02 Glenn Morris <rgm@gnu.org>
4628
4629 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
4630
4631 2012-09-01 Glenn Morris <rgm@gnu.org>
4632
4633 * term.el: Tidy up menu definitions.
4634 (term-mode-map): Use easymenu for In/Out, Complete menus.
4635 (term-pager-break-map): Initialize in the defvar.
4636 (term-terminal-menu, term-signals-menu): Define with easymenu.
4637 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
4638 (term-pager-menu): New, extracted from term-process-pager.
4639 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
4640 (term-update-mode-line): Propertize line/char and page items.
4641 (term-process-pager): Move keymap initialization elsewhere.
4642
4643 2012-09-01 Martin Rudalics <rudalics@gmx.at>
4644
4645 * window.el (switch-to-prev-buffer): Handle additional values of
4646 BURY-OR-KILL argument. Don't switch in minibuffer window.
4647 (switch-to-next-buffer): Don't switch in minibuffer window.
4648 (quit-restore-window): New function based on quit-window.
4649 Handle additional values of former KILL argument.
4650 (quit-window): Call quit-restore-window with appropriate
4651 interpretation of KILL argument.
4652 (display-buffer-below-selected): New buffer display action
4653 function.
4654
4655 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * minibuffer.el (completion-at-point-functions): Complete docstring
4658 (bug#12254).
4659
4660 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
4661
4662 Better seed support for (random).
4663 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
4664 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
4665 * play/mpuz.el, play/tetris.el, play/zone.el:
4666 * calc/calc-comb.el (math-init-random-base):
4667 * play/blackbox.el (bb-init-board):
4668 * play/life.el (life):
4669 * server.el (server-use-tcp):
4670 * type-break.el (type-break):
4671 Remove unnecessary call to (random t).
4672 * net/sasl.el (sasl-unique-id-function):
4673 Change (random t) to (random), now that the latter is more random.
4674 * play/life.el (life-initialized): Remove no-longer-needed var.
4675
4676 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
4677
4678 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4679 Consider frame's buffer predicate when choosing the buffer.
4680 (Bug#12081)
4681
4682 2012-08-30 Richard Stallman <rms@gnu.org>
4683
4684 * simple.el (special-mode-map): Delete binding for `z'.
4685
4686 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
4687
4688 * progmodes/compile.el (compilation-always-kill): Doc fix.
4689
4690 2012-08-30 Chong Yidong <cyd@gnu.org>
4691
4692 * window.el (display-buffer-reuse-frames): Make the obsolescence
4693 message more informative.
4694
4695 2012-08-30 Glenn Morris <rgm@gnu.org>
4696
4697 * paren.el (show-paren-delay):
4698 Add a :set function. Doc fix. (Bug#12297)
4699
4700 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
4701
4702 * progmodes/compile.el (compilation-always-kill): New var.
4703 (compilation-start): Use it.
4704
4705 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4706
4707 * simple.el (read-only-mode): Move from files.el for bootstrapping.
4708 * files.el (read-only-mode): Move to simple.el.
4709
4710 * files.el (read-only-mode): New minor mode.
4711 (toggle-read-only): Use it and mark obsolete.
4712 (find-file--read-only):
4713 * vc/vc.el (vc-next-action, vc-checkout):
4714 * vc/vc-cvs.el (vc-cvs-checkout):
4715 * obsolete/vc-mcvs.el (vc-mcvs-update):
4716 * ffap.el (ffap--toggle-read-only): Update callers.
4717
4718 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
4719
4720 * eshell/esh-ext.el (eshell-external-command): Do not examine
4721 remote shell scripts.
4722 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
4723
4724 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
4725 "/usr/local/sbin".
4726
4727 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4728
4729 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
4730
4731 2012-08-28 Leo Liu <sdl.web@gmail.com>
4732
4733 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
4734 completion-at-point. (Bug#12220)
4735
4736 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
4737
4738 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
4739
4740 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
4743 be buffer-local; add delete-trailing-whitespace (bug#12259).
4744
4745 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
4746
4747 * progmodes/hideif.el (hif-compress-define-list):
4748 Fix typo. (Bug#11951)
4749
4750 2012-08-28 Dan Nicolaescu <dann@gnu.org>
4751
4752 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
4753 buffer local setting.
4754
4755 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
4756 rcirc-encode-coding-system.
4757
4758 2012-08-28 Leo Liu <sdl.web@gmail.com>
4759
4760 * net/rcirc.el (rcirc-split-message): New function.
4761 (rcirc-send-message): Use it. (Bug#12051)
4762
4763 2012-08-28 Juri Linkov <juri@jurta.org>
4764
4765 * info.el (Info-fontify-node): Hide empty lines at the end of
4766 the node. (Bug#12272)
4767
4768 2012-08-27 Drew Adams <drew.adams@oracle.com>
4769
4770 * dired.el (dired-pop-to-buffer): Make window start at beginning
4771 of buffer (Bug#12281).
4772
4773 2012-08-26 Chong Yidong <cyd@gnu.org>
4774
4775 * window.el (special-display-regexps, special-display-frame-alist)
4776 (special-display-buffer-names, special-display-function)
4777 (display-buffer-reuse-frames): Mark as obsolete.
4778
4779 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
4780
4781 * help.el (help-print-return-message): Don't treat
4782 display-buffer-reuse-frames specially.
4783
4784 2012-08-26 Chong Yidong <cyd@gnu.org>
4785
4786 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
4787 New variable, replacing gdb-frame-parameters.
4788 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
4789 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
4790 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
4791 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
4792 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
4793 the functions directly with gdb-display-buffer-other-frame-action.
4794 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
4795 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
4796 (gdb-display-stack-buffer, gdb-display-locals-buffer)
4797 (gdb-display-registers-buffer): Define directly.
4798 (def-gdb-display-buffer): Macro deleted.
4799 (gdb-display-buffer): Remove second and third args, callers don't
4800 use them. Defer to the default display-buffer behavior, apart
4801 from making windows dedicated.
4802 (gdb-setup-windows): Don't call display-buffer unnecessarily.
4803
4804 * progmodes/gud.el (gud-display-line): Just use display-buffer.
4805
4806 * window.el (display-buffer-pop-up-frame): Handle a
4807 pop-up-frame-parameters alist entry.
4808 (display-buffer): Document it.
4809
4810 2012-08-26 Chong Yidong <cyd@gnu.org>
4811
4812 * isearch.el (search-whitespace-regexp): Make string and nil
4813 values apply to both ordinary and regexp search. Allow a cons
4814 cell value to distinguish between the two.
4815 (isearch-whitespace-regexp, isearch-search-forward)
4816 (isearch-search-backward): New functions.
4817 (isearch-occur, isearch-search-fun-default, isearch-search)
4818 (isearch-lazy-highlight-new-loop): Use them.
4819 (isearch-forward, isearch-forward-regexp): Doc fix.
4820
4821 2012-08-26 Chong Yidong <cyd@gnu.org>
4822
4823 * faces.el (help-argument-name): Always inherit from italic
4824 (Bug#12213).
4825
4826 2012-08-25 Martin Rudalics <rudalics@gmx.at>
4827
4828 * window.el (window--even-window-heights): Even heights when
4829 WINDOW and the selected window form a vertical combination.
4830 (display-buffer-use-some-window): Provide that window used gets
4831 sized back by quit-window. (Bug#11880) and (Bug#12091)
4832
4833 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
4834
4835 Fix file time stamp problem with bzr and CVS (Bug#12001).
4836 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
4837 in the file's time stamp, since the version control system loses
4838 that information.
4839
4840 2012-08-22 Juri Linkov <juri@jurta.org>
4841
4842 * info.el (Info-fontify-node): Hide the suffix of the
4843 Info file name in the header line. (Bug#12187)
4844
4845 2012-08-22 Glenn Morris <rgm@gnu.org>
4846
4847 * calendar/cal-tex.el (cal-tex-weekly-common):
4848 Restore leading blank page.
4849
4850 2012-08-22 Le Wang <l26wang@gmail.com>
4851
4852 * misc.el (forward-to-word, backward-to-word): Activate or extend
4853 the region under `shift-select-mode'. (Bug#12231)
4854
4855 2012-08-22 Bastien Guerry <bzg@gnu.org>
4856
4857 * progmodes/executable.el (executable-prefix): Set to "#!" instead
4858 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
4859 gives details on why the space is never needed.
4860
4861 2012-08-22 Martin Rudalics <rudalics@gmx.at>
4862
4863 * window.el (walk-window-tree, window-with-parameter):
4864 New optional argument MINIBUF to control whether these functions
4865 should run on the minibuffer window.
4866 (window-at-side-list): Don't operate on minibuffer window.
4867 (window-in-direction): Simplify and rewrite doc-string.
4868 (window--size-ignore): Rename to window--size-ignore-p.
4869 Update callers.
4870 (display-buffer-in-atom-window, window--major-non-side-window)
4871 (window--major-side-window, display-buffer-in-major-side-window)
4872 (delete-side-window, display-buffer-in-side-window):
4873 New functions.
4874 (window--side-check, window-deletable-p, delete-window)
4875 (delete-other-windows, split-window): Handle side windows and
4876 atomic windows appropriately.
4877 (window--display-buffer): Call display-buffer-record-window also
4878 when the window buffer did not change.
4879
4880 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
4881
4882 * help-fns.el (help-fns--key-bindings):
4883 Abbreviate non-symbol remap targets. (Bug#12174)
4884
4885 2012-08-22 Martin Rudalics <rudalics@gmx.at>
4886
4887 * dired.el (dired-mark-remembered): Don't clobber point.
4888 (Bug#11795)
4889
4890 2012-08-22 Glenn Morris <rgm@gnu.org>
4891
4892 * progmodes/bug-reference.el (bug-reference): New custom group.
4893 (bug-reference-bug-regexp): Make it a defcustom.
4894
4895 2012-08-22 Daiki Ueno <ueno@unixuser.org>
4896
4897 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
4898 (js-paren-indent-offset, js-square-indent-offset)
4899 (js-curly-indent-offset): Add :safe (Bug#12257).
4900
4901 2012-08-22 Edward O'Connor <hober0@gmail.com>
4902
4903 * json.el (json-key-format): Add error properties.
4904 (json-encode-key): New function.
4905 (json-encode-hash-table, json-encode-alist, json-encode-plist):
4906 Use json-encode-key.
4907
4908 2012-08-22 Glenn Morris <rgm@gnu.org>
4909
4910 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
4911 (cal-tex-leftday, cal-tex-rightday): Remove functions.
4912 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
4913 Update for above change.
4914
4915 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
4916
4917 * cus-face.el (custom-face-attributes): Fix customize type for the
4918 :underline attribute. (Bug#11805)
4919
4920 2012-08-21 Martin Rudalics <rudalics@gmx.at>
4921
4922 * window.el (window-point-1, set-window-point-1): Remove.
4923 (window-in-direction, record-window-buffer)
4924 (set-window-buffer-start-and-point, split-window-below)
4925 (window--state-get-1, display-buffer-record-window):
4926 Replace calls to window-point-1 and set-window-point-1 by calls to
4927 window-point and set-window-point respectively.
4928
4929 2012-08-21 Glenn Morris <rgm@gnu.org>
4930
4931 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
4932 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
4933 Use it.
4934
4935 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
4936 (cal-tex-shortday): New function.
4937 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
4938 (cal-tex-cursor-filofax-daily): Use the above.
4939
4940 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
4941 New functions.
4942 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
4943 (cal-tex-cursor-filofax-week): Use them.
4944
4945 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
4946 New constants.
4947 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
4948 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
4949
4950 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
4951 (cal-tex-end-document): Don't rely on buffer name.
4952
4953 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
4954 Use cal-tex-vspace.
4955 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
4956 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
4957 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
4958 Use cal-tex-arg.
4959
4960 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
4961 (cal-tex-cursor-week, cal-tex-cursor-week2)
4962 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
4963 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4964 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
4965 (cal-tex-insert-preamble, cal-tex-b-document)
4966 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
4967 Improve cal-tex-cmd usage.
4968
4969 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
4970 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
4971 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
4972 (cal-tex-weekly-paper): New function.
4973 (cal-tex-cursor-week, cal-tex-cursor-week2)
4974 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
4975 (cal-tex-cursor-day): Use it.
4976
4977 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
4978 (cal-tex-cursor-filofax-week): Remove leading blank page.
4979
4980 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4981 Add autoload cookie. For now at least, don't use color, since
4982 no other cal-tex function does.
4983
4984 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
4985 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4986 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
4987
4988 2012-08-21 Juri Linkov <juri@jurta.org>
4989
4990 * info.el (Info-file-attributes): New variable.
4991 (info-insert-file-contents): Add file attributes to
4992 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
4993 `Info-toc-nodes' when previous modtime of the Info file is less
4994 than new modtime.
4995 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
4996 of info.el. (Bug#12230)
4997
4998 2012-08-20 Glenn Morris <rgm@gnu.org>
4999
5000 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
5001 * calendar/holidays.el (calendar-holiday-list):
5002 Report errors with display-warning rather than beep'n'sleep.
5003
5004 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
5005
5006 * net/tramp.el (tramp-accept-process-output): Accept only output
5007 from PROC. Otherwise, process filters and sentinels might be
5008 confused. (Bug#12145)
5009
5010 2012-08-20 Chong Yidong <cyd@gnu.org>
5011
5012 * descr-text.el (describe-text-properties-1): Use overlays-in to
5013 report on empty overlays (Bug#3322).
5014
5015 2012-08-20 Glenn Morris <rgm@gnu.org>
5016
5017 * mail/rmailout.el (rmail-output-read-file-name):
5018 Trap and report errors in rmail-output-file-alist elements.
5019
5020 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
5021 since most non-font-lock faces are not also variables).
5022
5023 2012-08-20 Edward Reingold <reingold@iit.edu>
5024
5025 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
5026 New function. (Bug12160)
5027
5028 2012-08-19 Glenn Morris <rgm@gnu.org>
5029
5030 * mail/rmailout.el (rmail-output-read-file-name):
5031 Fix previous change (when the alist is nil or does not match).
5032
5033 2012-08-19 Chong Yidong <cyd@gnu.org>
5034
5035 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
5036 (Bug#12228).
5037
5038 2012-08-18 Chong Yidong <cyd@gnu.org>
5039
5040 * simple.el (yank-handled-properties): New defcustom.
5041 (yank-excluded-properties): Add font-lock-face and category.
5042 (yank): Doc fix.
5043
5044 * subr.el (remove-yank-excluded-properties):
5045 Obey yank-handled-properties. The special handling of font-lock-face
5046 and category is now done this way, instead of being hard-coded.
5047 (insert-for-yank-1): Remove font-lock-face handling.
5048 (yank-handle-font-lock-face-property)
5049 (yank-handle-category-property): New function.
5050
5051 2012-08-17 Glenn Morris <rgm@gnu.org>
5052
5053 * mail/rmailout.el (rmail-output-read-file-name):
5054 Check rmail-output-file-alist against the full message body
5055 in the correct rmail buffer. (Bug#12214)
5056
5057 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
5058
5059 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5060 Eliminate superfluous prompt. (Bug#12203)
5061
5062 2012-08-17 Chong Yidong <cyd@gnu.org>
5063
5064 * mouse.el (mouse-appearance-menu): If x-select-font returns a
5065 font spec, set the font directly (Bug#3228).
5066
5067 2012-08-17 Martin Rudalics <rudalics@gmx.at>
5068
5069 * window.el (delete-window): Fix last fix.
5070
5071 2012-08-16 Martin Rudalics <rudalics@gmx.at>
5072
5073 * window.el (window-valid-p): Move to window.c.
5074 (window-child, window-child-count, window-last-child)
5075 (window-normalize-window, window-combined-p)
5076 (window-combinations, window-atom-root, window-min-size)
5077 (window-sizable, window-sizable-p, window-size-fixed-p)
5078 (window-min-delta, window-max-delta, window--resizable)
5079 (window--resizable-p, window-resizable, window-total-size)
5080 (window-full-height-p, window-full-width-p, window-body-size)
5081 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
5082 (minimize-window, window-deletable-p, delete-window)
5083 (delete-other-windows, set-window-buffer-start-and-point)
5084 (next-buffer, previous-buffer, split-window, balance-windows-2)
5085 (set-window-text-height, window-buffer-height)
5086 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
5087 (truncated-partial-width-window-p): Minor code adjustments.
5088 In doc-strings state whether the argument window has to denote a
5089 live, valid or any window.
5090
5091 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
5092
5093 * progmodes/subword.el (subword-forward-function)
5094 (subword-backward-function, subword-forward-regexp)
5095 (subword-backward-regexp): New variables.
5096 (subword-forward, subword-forward-internal, subword-backward-internal):
5097 Use new variables, eg so that different "word" definitions
5098 can be easily used. (Bug#11411)
5099
5100 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
5103 for composite selectors.
5104 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
5105 operation just because we can't find a previous revision.
5106
5107 2012-08-15 Chong Yidong <cyd@gnu.org>
5108
5109 * frame.el (set-frame-font): Accept font objects.
5110
5111 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5112
5113 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
5114
5115 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
5116
5117 * man.el (Man-overstrike-face, Man-underline-face)
5118 (Man-reverse-face): Remove variables.
5119 (Man-overstrike, Man-underline, Man-reverse): New faces.
5120 (Man-fontify-manpage): Use them instead of the variables.
5121 (Man-cleanup-manpage): Comment change.
5122 (Man-ansi-color-map): New variable.
5123 (Man-fontify-manpage): Use it.
5124 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
5125
5126 Implement ANSI SGR parameters 22-27 (bug#12146).
5127 * ansi-color.el (ansi-colors): Doc fix.
5128 (ansi-color-context, ansi-color-context-region): Doc fix.
5129 (ansi-color--find-face): New function.
5130 (ansi-color-apply, ansi-color-apply-on-region): Use it.
5131 Rename the local variable `face' to `codes' since it is now a list of
5132 ansi codes. Doc fix.
5133 (ansi-color-get-face): Remove.
5134 (ansi-color-parse-sequence): New function, derived from
5135 ansi-color-get-face.
5136 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
5137 codes 22-27.
5138
5139 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5140
5141 * subr.el (read-passwd): Allow use from a minibuffer.
5142
5143 2012-08-14 Eli Zaretskii <eliz@gnu.org>
5144
5145 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
5146 inside comments and strings as identifiers.
5147
5148 * progmodes/gud.el (gud-tooltip-print-command): Quote the
5149 expression to evaluate. This allows to evaluate expressions with
5150 embedded whitespace.
5151 (gud-tooltip-tips): Add a blank before the newline in the
5152 message-box text, for the benefit of message-box emulation on
5153 MS-Windows.
5154
5155 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
5156 messages from GDB, pop them up in a tooltip to give feedback to
5157 user.
5158 (gdb-tooltip-print-1): Quote the expression to evaluate.
5159 This allows to evaluate expressions with embedded whitespace.
5160 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
5161 if the TTY name is nil or empty (which happens when communicating
5162 with the inferior via pipes, e.g. on MS-Windows).
5163 (gdb-internals): If GDB sends a "&\n" empty debugging message,
5164 don't send that to the GUD buffer.
5165
5166 2012-08-14 Glenn Morris <rgm@gnu.org>
5167
5168 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
5169 Optimize away setq-default with no args, as for setq. (Bug#12195)
5170
5171 2012-08-14 Chong Yidong <cyd@gnu.org>
5172
5173 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
5174
5175 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
5176 (Bug#12085).
5177
5178 2012-08-14 Glenn Morris <rgm@gnu.org>
5179
5180 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
5181
5182 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
5183
5184 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
5185 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5186 Use cached shell name.
5187
5188 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
5189
5190 * progmodes/python.el (python-shell-send-string):
5191 (python-shell-send-setup-code): Do not use `format' with `message'.
5192
5193 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
5194
5195 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
5196 (ruby-percent-literal-beg-re): New constant.
5197 (ruby-syntax-general-delimiters-goto-beg): Rename to
5198 `ruby-syntax-enclosing-percent-literal', improve literal type check.
5199 (ruby-syntax-propertize-general-delimiters): Rename to
5200 `ruby-syntax-propertize-percent-literal', it's a shorter and more
5201 popular term. Adjust comments everywhere.
5202 (ruby-syntax-propertize-percent-literal): Only propertize when not
5203 inside a simple string or comment. When the literal is unclosed,
5204 leave the text after it unpropertized.
5205 (ruby-syntax-methods-before-regexp): New constant.
5206 (ruby-syntax-propertize-function): Use it to recognize regexps.
5207 Don't look at the text after regexp, just use the whitelist.
5208
5209 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
5210
5211 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
5212 non-nil always load the compiled file if it exists. (Bug#12197)
5213
5214 2012-08-14 Chong Yidong <cyd@gnu.org>
5215
5216 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
5217 (hi-lock-set-pattern): When deciding whether to use font lock or
5218 overlays, look at font-lock-mode instead of font-lock-fontified
5219 (Bug#12168).
5220 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
5221 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
5222
5223 2012-08-14 Daiki Ueno <ueno@unixuser.org>
5224
5225 * subr.el (internal--after-with-selected-window): Fix typo
5226 (Bug#12193).
5227
5228 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
5229
5230 Use `completion-table-dynamic' for completion functions.
5231 * progmodes/python.el
5232 (python-shell-completion--do-completion-at-point)
5233 (python-shell-completion--get-completions):
5234 Remove functions.
5235 (python-shell-completion-complete-at-point): New function.
5236 (python-completion-complete-at-point): Use it.
5237
5238 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
5239
5240 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
5241 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
5242
5243 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5244
5245 * subr.el (function-get): Refine `autoload' arg so it can also
5246 autoload functions for gv.el (bug#12191).
5247 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
5248 autoloads macros.
5249
5250 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
5251 Prefer pcase-let over destructuring-bind.
5252 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
5253 Also, remove whitespace as we go, rather than after accumulating the
5254 various places.
5255
5256 * subr.el (internal--before-with-selected-window)
5257 (internal--after-with-selected-window): Fix typo seleted->selected.
5258 (with-selected-window): Adjust callers.
5259 Reported by Dmitry Gutov <dgutov@yandex.ru>.
5260
5261 2012-08-13 Bastien Guerry <bzg@gnu.org>
5262
5263 * window.el (special-display-popup-frame): Minor docstring
5264 enhancement. (Bug#12172)
5265
5266 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
5267
5268 * tar-mode.el (tar-header-data-end): Only ignore size for files of
5269 type 1-6.
5270 (tar-header-block-summarize, tar-get-descriptor): Handle pax
5271 extended headers.
5272
5273 * files.el (hack-local-variables-filter): Remove useless eval.
5274
5275 2012-08-13 Martin Rudalics <rudalics@gmx.at>
5276
5277 * subr.el (with-selected-window): Fix last change.
5278
5279 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5280
5281 * subr.el (internal--before-with-seleted-window)
5282 (internal--after-with-seleted-window): New functions.
5283 (with-selected-window): Use them, to replace dependency on
5284 tty-top-frame.
5285
5286 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
5287
5288 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
5289 binding for `newline'.
5290 (ruby-move-to-block): When moving backward, stop at block opening,
5291 not indentation.
5292 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
5293 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
5294 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5295 `ruby-toggle-block'.
5296
5297 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 * ibuffer.el (ibuffer-do-toggle-read-only):
5300 * dired.el (dired-toggle-read-only):
5301 * buff-menu.el (Buffer-menu-toggle-read-only):
5302 * bindings.el (mode-line-toggle-read-only):
5303 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
5304
5305 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
5306
5307 * descr-text.el (describe-char): Put the overlays over the
5308 "displayed as" character.
5309
5310 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
5311
5312 * calc/calc-units.el (math-default-units-table): Give an
5313 initial value.
5314 (math-put-default-units): Add options to put composite units and
5315 unit systems in the default units table.
5316 (calc-convert-units): Send composite units to
5317 `math-put-default-units' when appropriate.
5318
5319 2012-08-11 Glenn Morris <rgm@gnu.org>
5320
5321 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
5322
5323 * tutorial.el (help-with-tutorial):
5324 * emacs-lisp/copyright.el (copyright-update-directory):
5325 * emacs-lisp/autoload.el (autoload-find-generated-file)
5326 (autoload-find-file): Disable local eval: (for insurance).
5327
5328 * files.el (hack-local-variables-filter): If an eval: form is not
5329 known to be safe, and enable-local-variables is :safe, then ignore
5330 the form totally, as is done for non-eval forms. (Bug#12155)
5331 This is CVE-2012-3479.
5332
5333 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5334
5335 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
5336 (rx-form): Simplify.
5337
5338 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
5339
5340 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
5341 ?, _, and : are symbol constituents, ! is not (but kinda should be).
5342 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
5343 (ruby-syntax-propertize-function): Adjust for changes in
5344 `ruby-syntax-propertize-heredoc'.
5345
5346 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
5347
5348 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
5349 binding (use `M-;' instead).
5350 (ruby-singleton-class-p): New function.
5351 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
5352
5353 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5354
5355 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
5356
5357 2012-08-10 Chong Yidong <cyd@gnu.org>
5358
5359 * progmodes/python.el (python-shell-get-process-name): Don't mess
5360 with same-window-buffer-names.
5361
5362 * eshell/eshell.el (eshell-add-to-window-buffer-names)
5363 (eshell-remove-from-window-buffer-names): Make obsolete.
5364 (eshell-buffer-name, eshell-unload-hook): Don't use them.
5365 (eshell): Just use pop-to-buffer-same-window instead.
5366
5367 2012-08-10 Chong Yidong <cyd@gnu.org>
5368
5369 * bindings.el: Bind M-= back to count-words-region.
5370
5371 * simple.el (count-words-region): Accept a prefix arg for acting
5372 on the entire buffer.
5373 (count-words--buffer-message): New helper function.
5374
5375 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
5378 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
5379 (event-start, event-end): Use posn-at-point to return a more
5380 informative posn.
5381 (posnp): New function.
5382 * mouse.el (popup-menu-normalize-position): Use it.
5383
5384 2012-08-10 Masatake YAMATO <yamato@redhat.com>
5385
5386 * mouse.el (popup-menu-normalize-position): New function.
5387 (popup-menu): Use `popup-menu-normalize-position' to normalize
5388 the form for POSITION argument.
5389
5390 * term/x-win.el (x-menu-bar-open):
5391 Use the value returend from (posn-at-point) as position
5392 passed to `popup-menu'.
5393
5394 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
5395
5396 * calc/calccomp.el (math-compose-expr): Add extra argument
5397 indicating that parentheses should be put around products in
5398 denominators. Give multiplication precedence over division during
5399 composition.
5400
5401 2012-08-09 Chong Yidong <cyd@gnu.org>
5402
5403 * man.el (Man-switches, Man-sed-command, Man-awk-command)
5404 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
5405 (Man-untabify-command, manual-program): Convert to defcustom
5406 (Bug#10429).
5407
5408 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
5409
5410 * descr-text.el (describe-char): Don't insert extra newlines
5411 (Bug#10127).
5412
5413 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
5414 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
5415
5416 * align.el (align-region): Delete temporary markers (Bug#10047).
5417 Plus some code cleanups.
5418
5419 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
5420
5421 * progmodes/python.el (python-pdbtrack-tracked-buffer)
5422 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
5423 (python-shell-internal-last-output): Use make-local-variable
5424 instead of make-variable-buffer-local.
5425
5426 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
5427
5428 * progmodes/python.el: Enhancements to forward-sexp.
5429 (python-nav-forward-sexp): Rename from
5430 python-nav-forward-sexp-function.
5431 (python-nav--forward-sexp, python-nav--backward-sexp):
5432 New functions.
5433
5434 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
5435
5436 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
5437 modes and simplification modes.
5438
5439 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5440
5441 * delsel.el (delete-selection-pre-hook): Don't propagate the
5442 file-supersession signals (bug#12161).
5443
5444 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5445
5446 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
5447 (cl-map-extents): Add compatibility aliases (bug#12135).
5448
5449 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
5450
5451 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
5452 tests by `ignore-error'.
5453 (tramp-find-shell): Open also a new shell, when cache is already
5454 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
5455
5456 2012-08-08 Juri Linkov <juri@jurta.org>
5457
5458 * bookmark.el: Add `defaults' property to the bookmark record.
5459 (bookmark-current-buffer): Doc fix.
5460 (bookmark-make-record): Add `defaults' property with default values
5461 to the bookmark record.
5462 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
5463 with `bookmark-insert-current-bookmark'.
5464 (bookmark-set): Get `defaults' property from the bookmark record
5465 and use it in `read-from-minibuffer'.
5466 (bookmark-insert-current-bookmark): Remove function.
5467
5468 * info.el (Info-bookmark-make-record): Add `defaults' property
5469 with values of canonical Info node name, the current Info file
5470 name and the current Info node name. (Bug#12107)
5471
5472 2012-08-08 Juri Linkov <juri@jurta.org>
5473
5474 * files.el (basic-save-buffer): Use `buffer-name' as the default
5475 of `read-file-name' when buffer is not visiting a file (bug#12128).
5476
5477 2012-08-08 Juri Linkov <juri@jurta.org>
5478
5479 * info.el (Info-isearch-search): Doc fix.
5480 (Info-search): Change search-failed message from "initial node" to
5481 "end of node" (bug#12078).
5482 (Info-isearch-search): Change `isearch-string-state' to
5483 `isearch--state-string'.
5484
5485 2012-08-08 Glenn Morris <rgm@gnu.org>
5486
5487 * language/persian.el: Remove file.
5488 * language/misc-lang.el: Move unique part of persian.el here.
5489 * loadup.el: Remove language/persian.
5490
5491 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
5492
5493 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
5494
5495 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
5496
5497 * progmodes/python.el Fixed defsubst warning.
5498 (python-syntax-context) Rename from python-info-ppss-context.
5499 (python-syntax-context-type): Rename from
5500 python-info-ppss-context-type.
5501 (python-syntax-comment-or-string-p): Rename from
5502 python-info-ppss-comment-or-string-p.
5503
5504 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
5505
5506 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
5507
5508 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
5509
5510 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
5511 a defcustom that is quoted with backquote.
5512
5513 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
5514 Fix handling of interactive spec when the body uses return.
5515 (math-do-arg-check, math-define-function-body): Use backquote forms.
5516 * calc/calc-ext.el (math-defcache): Likewise.
5517 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
5518 * allout.el (allout-new-exposure): Likewise.
5519 * calc/calcalg2.el (math-tracing-integral): Likewise.
5520 * info.el (Info-last-menu-item): Likewise.
5521 * emulation/vip.el (vip-loop): Likewise.
5522 * textmodes/artist.el (artist-funcall): Likewise.
5523 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
5524 Construct menu-item directly.
5525
5526 * progmodes/autoconf.el (font-lock-syntactic-keywords):
5527 Don't declare.
5528
5529 2012-08-07 Chong Yidong <cyd@gnu.org>
5530
5531 * simple.el (deactivate-mark): Preserve text properties when
5532 saving the primary selection (Bug#8384).
5533
5534 2012-08-07 Kevin Ryde <user42@zip.com.au>
5535
5536 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
5537 (woman-parse-numeric-value): On a bad .IP line, issue a warning
5538 and continue processing (Bug#12110).
5539
5540 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5541
5542 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
5543 syntax-propertize-function (bug#10095).
5544
5545 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5546
5547 * help-fns.el (help-fns--key-bindings, help-fns--signature)
5548 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
5549 describe-function-1.
5550 (describe-function-1): Use them. Move compiler macro after sig.
5551 (help-fns--compiler-macro): Use function-get. Assume we're already in
5552 standard-output. Adjust layout to new call order.
5553
5554 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
5555 re-binding a symbol that has a symbol-macro (bug#12119).
5556
5557 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
5558
5559 * language/persian.el: New file. (Bug#11812)
5560 * loadup.el: Add language/persian.el.
5561
5562 2012-08-06 Chong Yidong <cyd@gnu.org>
5563
5564 * window.el (window--maybe-raise-frame): New function.
5565 (window--display-buffer): Split off from here.
5566 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5567 (display-buffer-pop-up-window, display-buffer-use-some-window):
5568 Obey an inhibit-switch-frame action alist entry.
5569 (display-buffer): Update doc.
5570
5571 * replace.el (occur-after-change-function): Avoid losing focus by
5572 using the inhibit-switch-frame display parameter (Bug#12139).
5573
5574 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
5575
5576 Make internal shell process buffer names start with space.
5577 * progmodes/python.el (python-shell-make-comint): Add optional
5578 argument INTERNAL.
5579 (run-python-internal): Use it.
5580 (python-shell-internal-get-or-create-process): Check for new
5581 internal buffer names.
5582
5583 2012-08-06 Glenn Morris <rgm@gnu.org>
5584
5585 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5586 Do less getting and setting of environment variables.
5587
5588 2012-08-05 Chong Yidong <cyd@gnu.org>
5589
5590 * proced.el (proced): Add substitution string to docstring to
5591 trigger autoloading of the proced library on C-h f (Bug#1768).
5592
5593 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5594 Don't show defvars which have no second argument (Bug#8638).
5595
5596 * imenu.el (imenu-generic-expression): Move documentation here
5597 from imenu--generic-function.
5598 (imenu--generic-function): Refer to imenu-generic-expression.
5599
5600 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
5601
5602 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
5603 indentation declaration.
5604 (viper-loop): Add indentation declaration (Bug#7025).
5605
5606 2012-08-05 Chong Yidong <cyd@gnu.org>
5607
5608 * help-fns.el (describe-variable): Add hyperlink for
5609 directory-local variables files. Improve buffer-local and
5610 permanent-local reporting; suggested by MON KEY (Bug#6644).
5611
5612 * help-mode.el (help-dir-local-var-def): New button type.
5613
5614 * files.el (kill-buffer-hook): Provide a defvar.
5615
5616 2012-08-05 Glenn Morris <rgm@gnu.org>
5617
5618 * eshell/esh-ext.el (eshell/addpath):
5619 Also update eshell-path-env. (Bug#12013)
5620
5621 2012-08-05 Chong Yidong <cyd@gnu.org>
5622
5623 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
5624
5625 * fringe.el (fringe-styles): Add docstring.
5626 (fringe--check-mode): New function.
5627 (set-fringe-mode, set-fringe-style): Use it.
5628 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
5629
5630 * files.el (set-auto-mode): Fix invalid setq call.
5631
5632 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
5633
5634 * isearch.el: Misc simplification; use defstruct.
5635 (isearch-mode-map): Dense maps now work like sparse ones.
5636 (isearch--state): New defstruct.
5637 (isearch-string-state, isearch-message-state, isearch-point-state)
5638 (isearch-success-state, isearch-forward-state)
5639 (isearch-other-end-state, isearch-word-state, isearch-error-state)
5640 (isearch-wrapped-state, isearch-barrier-state)
5641 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
5642 replaced by defstruct's accessors.
5643 (isearch--set-state): Rename from isearch-top-state and change
5644 calling convention.
5645 (isearch-push-state): Use new isearch--get-state.
5646 (isearch-toggle-word): Disable regexp when enabling word.
5647 (isearch-message-prefix): Remove unused arg _c-q-hack.
5648 (isearch-message-suffix): Remove unused arg _ellipsis.
5649
5650 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
5651
5652 * simple.el (list-processes--refresh): For a server use :host or
5653 :local as the address.
5654 (list-processes): Doc fix.
5655
5656 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
5657
5658 * lisp/mpc.el: Support password in host argument.
5659 (mpc--proc-connect): Parse and use new password element.
5660 Set mpc-proc variable instead of returning process.
5661 (mpc-proc): Adjust accordingly.
5662
5663 2012-08-03 Eli Zaretskii <eliz@gnu.org>
5664
5665 * whitespace.el (whitespace-display-mappings): Use Unicode
5666 codepoints, instead of emacs-mule codepoints. See
5667 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
5668 for the details.
5669
5670 * files.el (file-truename): Don't skip symlink-chasing part on
5671 windows-nt. Incorporate the resolution of 8+3 short aliases on
5672 Windows into the loop that recursively chases symlinks.
5673 Compare directory and its parent case-insensitively on MS-Windows and
5674 MS-DOS.
5675
5676 2012-08-03 Chong Yidong <cyd@gnu.org>
5677
5678 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
5679
5680 * sort.el (sort-regexp-fields): Doc fix.
5681
5682 2012-08-03 Tassilo Horn <tsdh@gnu.org>
5683
5684 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
5685 labels regex position point at the expected place.
5686
5687 2012-08-03 MON KEY <monkey@sandpframing.com>
5688
5689 * net/imap.el (imap-interactive-login, imap-authenticate)
5690 (imap-mailbox-lsub, imap-mailbox-list)
5691 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
5692 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
5693 (imap-parse-response): Doc fix.
5694
5695 2012-08-03 João Távora <joaotavora@gmail.com>
5696
5697 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
5698 if sexp scanning does not move point (Bug#5734).
5699
5700 2012-08-02 Tassilo Horn <tsdh@gnu.org>
5701
5702 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
5703 Add listings, minted, and ctable packages.
5704 (reftex-label-alist-builtin): Move listings, minted, and ctable
5705 entries before LaTeX.
5706 (reftex-label-alist): Docfix.
5707
5708 2012-08-02 Bastien Guerry <bzg@gnu.org>
5709
5710 * replace.el (occur): Fix docstring (bug#12122).
5711
5712 2012-08-02 Glenn Morris <rgm@gnu.org>
5713
5714 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
5715
5716 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
5717
5718 Obsolete alias inactivate-current-input-method-function (Bug#10150).
5719 * international/mule-cmds.el: Create
5720 inactivate-current-input-method-function as an obsolete alias for
5721 deactivate-current-input-method-function. See Katsumi Yamaoka in
5722 <http://bugs.gnu.org/10150#46>.
5723
5724 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
5725
5726 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
5727 of nested `if's.
5728
5729 2012-08-01 Glenn Morris <rgm@gnu.org>
5730
5731 * progmodes/autoconf.el (autoconf-definition-regexp):
5732 Add AH_TEMPLATE, adjust submatch numbering.
5733 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
5734 (autoconf-current-defun-function): Update for above change.
5735 (autoconf-current-defun-function): First skip to end of current word.
5736
5737 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
5738
5739 * calendar/cal-html.el (cal-html-insert-agenda-days):
5740 Fix typo. (Bug#12018)
5741
5742 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
5743
5744 Shell processes: enhancements to startup and CEDET compatibility.
5745 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
5746 (python-shell-make-comint): accept-process-output at startup.
5747 (run-python-internal): Set inferior-python-mode-hook to nil.
5748 (python-shell-internal-get-or-create-process): call sit-for.
5749 (python-preoutput-result): Add obsolete alias.
5750 (python-shell-internal-send-string): Use it.
5751 (python-shell-send-setup-code): Remove call to
5752 accept-process-output.
5753
5754 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
5755
5756 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
5757 (Bug#12108)
5758
5759 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
5760
5761 * calc-mode.el (calc-basic-simplification-mode): Rename from
5762 `calc-limited-simplification-mode'.
5763 (calc-alg-simplification-mode): New function.
5764 (calc-set-simplify-mode): Adjust message.
5765
5766 * calc.el (calc-set-mode-line): Adjust mode line display for
5767 basic simplification mode.
5768
5769 * calc-help.el (calc-m-prefix-help): Update help message.
5770
5771 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
5772 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
5773
5774 2012-07-31 Bastien Guerry <bzg@gnu.org>
5775
5776 * man.el (man): Fix comment. (bug#12101)
5777
5778 2012-07-31 Martin Rudalics <rudalics@gmx.at>
5779
5780 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
5781 Don't return a non-nil value when no suitable buffer was found.
5782
5783 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
5784
5785 * progmodes/python.el (run-python-internal): Disable font lock for
5786 internal shells.
5787
5788 2012-07-30 Stefan Merten <smerten@oekonux.de>
5789
5790 * textmodes/rst.el: Silence `checkdoc-ispell'.
5791 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5792 (rst-official-version, rst-official-cvs-rev)
5793 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
5794 (rst-mode-map): New key binding.
5795
5796 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
5797
5798 Update .PHONY listings in makefiles.
5799 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
5800 autoloads, update-subdirs, updates, bzr-update, update-authors,
5801 compile-onefile, compile-calc, backup-compiled-files,
5802 compile-after-backup, compile-one-process, mh-autoloads,
5803 bootstrap-clean, distclean, maintainer-clean.
5804
5805 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5806
5807 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
5808 (calc-set-mode-line): Don't display "AlgSimp ".
5809
5810 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
5811 (calc-lim-simplify-mode): New function.
5812 (calc-set-simplify-mode): Default to 'alg.
5813 (calc-default-simplify-mode): Make algebraic simplifications
5814 the default.
5815
5816 * calc/calc-ext.el (calc-init-extensions): Remove binding for
5817 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
5818
5819 * calc/calc-help.el (calc-m-prefix-help): Change messages to
5820 indicate new simplification modes.
5821
5822 * calc/README: Mention new default simplification mode.
5823
5824 * calc/calc.el (math-normalize-error): New variable.
5825 (math-normalize): Set `math-normalize-error' to t
5826 when there's an error.
5827
5828 * calc/calc-alg.el (math-simplify): Don't simplify when
5829 `math-normalize' returns an error.
5830
5831 2012-07-29 Eli Zaretskii <eliz@gnu.org>
5832
5833 * international/mule-cmds.el (set-locale-environment): Revert last
5834 change, since display-graphic-p returns nil when this function is
5835 called during startup. Instead...
5836
5837 * term/w32console.el (terminal-init-w32console): ...setup the
5838 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
5839
5840 2012-07-29 Juri Linkov <juri@jurta.org>
5841
5842 * simple.el (goto-line): Don't display default line number in the
5843 prompt because it should be displayed by `read-number' (bug#9952).
5844 Add the current line number to the defaults of `goto-line' to
5845 allow its easier modification by users with `M-n' (bug#9201).
5846
5847 * subr.el (read-number): Support multiple default values like in
5848 other minibuffer reading functions. Replace `read' with
5849 `string-to-number' for consistency with `number-to-string'.
5850
5851 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
5852
5853 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
5854 * emulation/viper-init.el (viper-deactivate-input-method-action):
5855 Rename from viper-inactivate-input-method-action.
5856 (viper-deactivate-input-method):
5857 Rename from viper-inactivate-input-method.
5858 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
5859 * international/mule-cmds.el (deactivate-input-method):
5860 Rename from inactivate-input-method.
5861 Also run input-method-deactivate-hook.
5862 (deactivate-current-input-method-function):
5863 Rename from inactivate-current-input-method-function.
5864 (input-method-deactivate-hook): New hook.
5865 (input-method-inactivate-hook): Mark obsolete.
5866 (inactivate-input-method): Mark obsolete.
5867
5868 * international/quail.el (quail-activate):
5869 Also run quail-deactivate-hook.
5870 (quail-deactivate): Rename from quail-inactivate.
5871 * international/robin.el (robin-activate):
5872 Also run robin-deactivate-hook.
5873 (robin-deactivate): Rename from robin-inactivate.
5874
5875 2012-07-29 Chong Yidong <cyd@gnu.org>
5876
5877 * simple.el (indicate-copied-region): New function.
5878 (kill-ring-save): Split off from here.
5879
5880 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
5881 (kill-rectangle): Set deactivate-mark to t on read-only error.
5882
5883 * register.el (copy-to-register, copy-rectangle-to-register):
5884 Deactivate the mark, and use indicate-copied-region (Bug#10056).
5885 (append-to-register, prepend-to-register): Call indicate-copied-region.
5886
5887 2012-07-29 Juri Linkov <juri@jurta.org>
5888
5889 * simple.el (async-shell-command-buffer): New defcustom.
5890 (shell-command): Use it. (Bug#4719)
5891
5892 2012-07-28 Eli Zaretskii <eliz@gnu.org>
5893
5894 * international/mule-cmds.el (set-locale-environment): In a
5895 console session on MS-Windows, set up keyboard and terminal
5896 encoding from the OEM codepage, not the ANSI codepage.
5897 (Bug#12055)
5898
5899 2012-07-28 Chong Yidong <cyd@gnu.org>
5900
5901 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
5902 gdb-get-location.
5903
5904 2012-07-28 Leo Liu <sdl.web@gmail.com>
5905
5906 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
5907 the alist (bug#12029).
5908
5909 2012-07-28 Eli Zaretskii <eliz@gnu.org>
5910
5911 * makefile.w32-in (custom-deps, finder-data, updates, compile)
5912 (compile-always, compile-first)
5913 ($(lisp)/calendar/cal-loaddefs.el)
5914 ($(lisp)/calendar/diary-loaddefs.el)
5915 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
5916 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
5917 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
5918 instead of on update-subdirs.
5919 (bootstrap-clean): Delete $(lisp)/subdirs.el.
5920
5921 2012-07-28 Chong Yidong <cyd@gnu.org>
5922
5923 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
5924 directory if vc-deduce-backend returns nil (Bug#7350).
5925
5926 * simple.el (delete-trailing-lines): New option.
5927 (delete-trailing-whitespace): Obey it (Bug#11879).
5928
5929 2012-07-28 David Engster <deng@randomsample.de>
5930
5931 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
5932 Explanation of new 'symbol-qnames feature in doc-strings.
5933 (xml-maybe-do-ns): Return expanded names as plain symbols if
5934 'symbol-qnames was provided in XML-NS argument (Bug#11916).
5935 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
5936
5937 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
5938
5939 Consistent completion in inferior python with emacs -nw.
5940 * progmodes/python.el (inferior-python-mode): replace "<tab>"
5941 binding in inferior-python-mode-map with "\t".
5942 (python-shell-completion-complete-at-point)
5943 (python-completion-complete-at-point): Remove interactive spec.
5944
5945 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
5946
5947 * calc/calccomp.el (math-compose-expr): Undo previous change.
5948
5949 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
5950
5951 * progmodes/python.el (python-mode-map): Add keybinding for
5952 run-python.
5953 (python-shell-make-comint): Fix pop-to-buffer call.
5954 (run-python): Autoload. New arg SHOW.
5955 (python-shell-get-or-create-process): Do not pop python process
5956 buffer.
5957
5958 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
5959
5960 * notifications.el (notifications-on-action-signal)
5961 (notifications-on-closed-signal): Use also the bus address for the map.
5962 (notifications-notify, notifications-close-notification)
5963 (notifications-get-capabilities): Add optional argument BUS.
5964
5965 2012-07-27 Tassilo Horn <tsdh@gnu.org>
5966
5967 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5968 Add support for the lstlisting and minted environments, and for the
5969 ctable macro.
5970 * textmodes/reftex.el (reftex-compile-variables): Also recognize
5971 labels written in keyvals syntax.
5972
5973 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
5974
5975 * calc/calccomp.el (math-compose-expr): Use parentheses when
5976 there is a product in the denominator of a fraction.
5977
5978 2012-07-26 Eli Zaretskii <eliz@gnu.org>
5979
5980 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
5981 ($(lisp)/calendar/diary-loaddefs.el)
5982 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
5983 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
5984 Fixes failures in parallel bootstrap because subdirs.el is being
5985 rewritten while the autoload files are built at the same time,
5986 which needs to load subdirs.el.
5987
5988 2012-07-26 Martin Rudalics <rudalics@gmx.at>
5989
5990 * mouse.el (popup-menu): Fix doc-string and re-indent code.
5991 (mouse-drag-line): Don't exit tracking when a switch-frame or
5992 switch-window event occurs (Bug#12006).
5993
5994 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5995
5996 * mouse.el (popup-menu): Fix last change.
5997
5998 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5999
6000 Autoload from Lisp with more care. Follow aliases when looking for
6001 function properties.
6002 * subr.el (autoloadp): New function.
6003 (symbol-file): Use it.
6004 (function-get): New function.
6005 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
6006 autoload-do-load.
6007 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
6008 (lisp-indent-function):
6009 * emacs-lisp/gv.el (gv-get):
6010 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
6011 * emacs-lisp/byte-opt.el (byte-optimize-form):
6012 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
6013 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
6014 Use function-get.
6015 * emacs-lisp/cl.el: Don't propagate function properties any more.
6016
6017 * speedbar.el (speedbar-add-localized-speedbar-support):
6018 * emacs-lisp/disass.el (disassemble-internal):
6019 * desktop.el (desktop-load-file):
6020 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
6021 (describe-function-1):
6022 * emacs-lisp/find-func.el (find-function-noselect):
6023 * emacs-lisp/elp.el (elp-instrument-function):
6024 * emacs-lisp/advice.el (ad-has-proper-definition):
6025 * apropos.el (apropos-safe-documentation, apropos-macrop):
6026 * emacs-lisp/debug.el (debug-on-entry):
6027 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
6028 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
6029 * calc/calc.el (name): Use autoloadp & autoload-do-load.
6030
6031 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
6032
6033 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
6034 function, not an obsolete variable (Bug#12046).
6035
6036 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
6037
6038 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
6039
6040 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
6041
6042 * emacs-lisp/pp.el (pp-display-expression): Select old selected
6043 window only if it is still live (Bug#12034).
6044
6045 2012-07-25 Martin Rudalics <rudalics@gmx.at>
6046
6047 * subr.el (redirect-frame-focus): Add advertised calling
6048 convention (Bug#12030).
6049
6050 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
6051
6052 Prefer typical American spelling for "acknowledgment".
6053 * vc/add-log.el (change-log-acknowledgment): Rename from
6054 change-log-acknowledgement, with an alias for the old name.
6055
6056 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
6057
6058 * calc-alg.el (math-simplify-divide): Don't cross multiply
6059 in an equation when the lhs is a variable.
6060
6061 2012-07-24 Julien Danjou <julien@danjou.info>
6062
6063 * net/netrc.el (netrc-find-service-number, netrc-store-data):
6064 Remove, unused.
6065
6066 2012-07-23 Eli Zaretskii <eliz@gnu.org>
6067
6068 * startup.el (command-line): Don't display an empty user name in
6069 the error message about non-existent home directory, when
6070 init-file-user was set to an empty string. See
6071 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
6072 for the details and context.
6073
6074 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
6075
6076 * ses.el (ses-cell-formula-aset): New macro.
6077 (ses-cell-references-aset): New macro.
6078 (ses-cell-p): New function.
6079 (ses-rename-cell): Do no longer rely on complex operations like
6080 ses-cell-set-formula or ses-set-cell to change the cell and handle
6081 the undo at the same time, but rather use lower level new macros
6082 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
6083 the undo directly. Refresh the mode line.
6084
6085 2012-07-21 Leo Liu <sdl.web@gmail.com>
6086
6087 * progmodes/cc-cmds.el (c-defun-name):
6088 Use match-string-no-properties instead for consistency.
6089
6090 2012-07-20 Leo Liu <sdl.web@gmail.com>
6091
6092 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
6093 (Bug#7879)
6094
6095 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
6096
6097 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6098
6099 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
6100 * progmodes/bug-reference.el, misearch.el: Provide themselves
6101 (bug#11915).
6102
6103 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
6104 of narrowed buffer (bug#11966).
6105
6106 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
6107
6108 * ses.el (ses-rename-cell): Set new name also in reference list of
6109 cells of which the renamed cell depends.
6110
6111 2012-07-20 Masatake YAMATO <yamato@redhat.com>
6112
6113 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
6114 to check whether menu-bar is shown or not. If not shown,
6115 show the menu-bar as a popup menu instead of using tmm.
6116 * mouse.el (popup-menu): Accept `point' as `position' argument.
6117
6118 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
6119
6120 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
6121 up inside string symbol literal (bug#11923).
6122
6123 2012-07-20 Eli Zaretskii <eliz@gnu.org>
6124
6125 * startup.el (fancy-startup-text): Read the whole tutorial, not
6126 just its first 256 bytes. Prevents gibberish in display of the
6127 tutorial title.
6128
6129 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
6130
6131 Drop idle buffer compaction due to an absence of the
6132 proved efficiency.
6133 * compact.el: Remove.
6134
6135 2012-07-19 Sam Steingold <sds@gnu.org>
6136
6137 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
6138 vc-bzr-pull & vc-bzr-merge-branch.
6139 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
6140 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
6141 for consistency with compilation-error-regexp-alist.
6142 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
6143 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
6144 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
6145 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
6146
6147 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6148
6149 * emacs-lisp/chart.el: Use lexical-binding.
6150 (chart-emacs-storage): Don't hardcode the list of entries.
6151
6152 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
6153
6154 Next round of tweaks caused by Fgarbage_collect changes.
6155 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
6156
6157 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
6158
6159 Compact buffers when idle.
6160 * compact.el: New file.
6161
6162 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * subr.el (eventp): Presume that if it looks vaguely like an event,
6165 it's an event (bug#10190).
6166
6167 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
6168
6169 Enhancements to ppss related code (thanks Stefan).
6170 * progmodes/python.el (python-indent-context)
6171 (python-indent-calculate-indentation, python-indent-dedent-line)
6172 (python-indent-electric-colon, python-nav-forward-block)
6173 (python-mode-abbrev-table)
6174 (python-info-assignment-continuation-line-p): Simplify checks
6175 for ppss context.
6176 (python-info-continuation-line-p): Cleanup.
6177 (python-info-ppss-context): Do not catch 'quote.
6178 (python-info-ppss-context-type)
6179 (python-info-ppss-comment-or-string-p): Simplify.
6180
6181 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
6182
6183 * progmodes/python.el: Enhancements to eldoc support.
6184 (python-info-current-symbol): New function.
6185 (python-eldoc-at-point): Use python-info-current-symbol.
6186 (python-info-current-defun): Fix cornercase on first defun scan.
6187 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
6188 and signal error when no inferior python process is available.
6189
6190 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
6191
6192 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
6193 assume it's always t.
6194 (vc-git-registered): Remove caching, the function is only called
6195 once.
6196 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
6197
6198 2012-07-18 Chong Yidong <cyd@gnu.org>
6199
6200 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
6201
6202 * simple.el (count-words): Report on narrowing (Bug#9959).
6203
6204 * bindings.el: Bind M-= to count-words.
6205
6206 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
6207
6208 2012-07-18 Masatake YAMATO <yamato@redhat.com>
6209
6210 * progmodes/sh-script.el (sh-imenu-generic-expression):
6211 Capture a function with `function' keyword and without parentheses
6212 like "function FOO" (bug#11856).
6213
6214 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
6215
6216 * window.el (split-window-sensibly): Make WINDOW argument
6217 optional.
6218
6219 2012-07-18 Chong Yidong <cyd@gnu.org>
6220
6221 * subr.el (keyboard-translate): Doc fix (Bug#7261).
6222
6223 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
6224 and make C-x 8 RET exit isearch (Bug#11439).
6225
6226 * international/iso-transl.el: Move isearch-mode-map key
6227 definitions to isearch.el.
6228
6229 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6230
6231 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
6232 (eieio-defclass): Use gv-define-setter when possible.
6233
6234 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
6235
6236 Reflect recent changes in Fgarbage_collect.
6237 * emacs-lisp/chart.el (chart-emacs-storage): Change to
6238 reflect new format of data returned by Fgarbage_collect.
6239
6240 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
6241
6242 New utility functions + python-info-ppss-context fix (Bug#11910).
6243 * progmodes/python.el (python-info-beginning-of-block-statement-p)
6244 (python-info-ppss-comment-or-string-p): New functions.
6245 (python-info-ppss-context): Small fix for string check.
6246
6247 2012-07-17 Juri Linkov <juri@jurta.org>
6248
6249 * dired-aux.el (dired-do-async-shell-command): Doc fix.
6250 (dired-do-async-shell-command): Don't add `*' at the end of the
6251 command (Bug#11815).
6252 (dired-do-shell-command): Doc fix.
6253 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
6254 Join the individual commands using either "&" or ";" as the
6255 separator depending on the values of these trailing characters.
6256 At the end re-add the trailing "&". (Bug#10598)
6257
6258 * simple.el (async-shell-command): Sync the interactive spec with
6259 `shell-command'. Doc fix.
6260 (shell-command): Doc fix.
6261
6262 2012-07-17 Juri Linkov <juri@jurta.org>
6263
6264 * descr-text.el (describe-char): Fix format args. (Bug#10129)
6265
6266 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
6267
6268 Final renames and doc fixes for movement commands (bug#11899).
6269 * progmodes/python.el (python-nav-beginning-of-statement):
6270 Rename from python-nav-statement-start.
6271 (python-nav-end-of-statement): Rename from
6272 python-nav-statement-end.
6273 (python-nav-beginning-of-block): Rename from
6274 python-nav-block-start.
6275 (python-nav-end-of-block): Rename from python-nav-block-end.
6276
6277 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
6278
6279 * progmodes/python.el (python-shell-send-string-no-output):
6280 Allow accept-process-output to quit, keeping shell process ready for
6281 future interactions (Bug#11868).
6282
6283 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6284
6285 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
6286
6287 * emacs-lisp/elint.el (elint-find-args-in-code):
6288 Use help-function-arglist, so as to handle lexical byte-code.
6289
6290 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
6291 change (bug#11826).
6292
6293 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
6296 Avoid spuriously marking the buffer as modified because of c-is-sws.
6297
6298 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
6299 as not-a-comment (bug#11946).
6300
6301 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
6302 for uninterned vars.
6303
6304 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
6305 Use read-event since we don't really want to read chars but bytes.
6306
6307 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
6308 $$..$$ but also $..$ using regexps (bug#11953).
6309 Use tex-verbatim for \url and \path.
6310 (tex-font-lock-keywords): Define as defconst like the others.
6311 (tex-common-initialization): Don't use font-lock-syntax-table any more.
6312
6313 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
6314
6315 * international/mule-cmds.el (ucs-insert): Make it an obsolete
6316 alias for insert-char.
6317
6318 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
6319
6320 * progmodes/python.el: Simplified imenu implementation.
6321 (python-nav-jump-to-defun): Remove command.
6322 (python-mode-map): Use `imenu' instead.
6323 (python-nav-list-defun-positions-cache)
6324 (python-imenu-include-defun-type, python-imenu-make-tree)
6325 (python-imenu-subtree-root-label, python-imenu-index-alist):
6326 Remove vars.
6327 (python-nav-list-defun-positions, python-nav-read-defun)
6328 (python-imenu-tree-assoc, python-imenu-make-element-tree)
6329 (python-imenu-make-tree, python-imenu-create-index):
6330 Remove functions.
6331 (python-mode): Update to interact with imenu by setting
6332 `imenu-extract-index-name-function' only.
6333
6334 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
6335
6336 * progmodes/python.el: Enhancements to navigation commands.
6337 (python-nav-backward-sentence)
6338 (python-nav-forward-sentence): Remove.
6339 (python-nav-backward-statement, python-nav-forward-statement)
6340 (python-nav-statement-start, python-nav-statement-end)
6341 (python-nav-backward-block, python-nav-forward-block)
6342 (python-nav-block-start, python-nav-block-end)
6343 (python-nav-forward-sexp-function)
6344 (python-info-current-line-comment-p)
6345 (python-info-current-line-empty-p): New functions.
6346 (python-indent-context): Use `python-nav-statement-start'.
6347
6348 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
6349
6350 * eshell/em-ls.el (eshell/ls): Use `apply'.
6351
6352 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
6353 multi-hops, instead of Tramp internals.
6354
6355 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
6356
6357 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
6358 when F1 and F2 are located on different hosts.
6359
6360 2012-07-14 Chong Yidong <cyd@gnu.org>
6361
6362 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
6363 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
6364 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
6365 (xterm-mouse--read-event-sequence-1000)
6366 (xterm-mouse--read-event-sequence-1006): New functions. For old
6367 mouse protocol, handle M-mouse-X events correctly.
6368 (xterm-mouse-event): New arg specifying mouse protocol.
6369 (turn-on-xterm-mouse-tracking-on-terminal)
6370 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
6371 sequence to toggle extended coordinates on newer XTerms.
6372 This appears to be harmless on terminals which do not support this.
6373
6374 2012-07-14 Leo Liu <sdl.web@gmail.com>
6375
6376 Add fringe bitmap indicators for flymake. (Bug#11253)
6377 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
6378 (flymake-make-overlay): New arg BITMAP.
6379 (flymake-error-bitmap, flymake-warning-bitmap)
6380 (flymake-fringe-indicator-position): New user variables.
6381
6382 * fringe.el: New bitmap exclamation-mark.
6383
6384 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
6385
6386 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
6387 also (Bug#7879).
6388
6389 2012-07-14 Chong Yidong <cyd@gnu.org>
6390
6391 * electric.el (electric-pair-post-self-insert-function): Fix pair
6392 insertion in empty-region case (Bug#11520).
6393
6394 2012-07-14 Chong Yidong <cyd@gnu.org>
6395
6396 * bindings.el: Consolidate ctl-x-r-map bindings.
6397 Bind copy-rectangle-as-kill to C-x r w.
6398
6399 * rect.el, register.el: Move bindings to bindings.el.
6400
6401 2012-07-14 Reuben Thomas <rrt@sc3d.org>
6402
6403 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
6404
6405 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
6406
6407 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
6408
6409 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
6410
6411 * bindings.el (top): Use `mapc' instead of `mapcar'.
6412
6413 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
6414
6415 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
6416
6417 * progmodes/sql.el (sql-comint): Suppress the check for program on
6418 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
6419 (Bug#11908)
6420
6421 2012-07-13 Chong Yidong <cyd@gnu.org>
6422
6423 * bindings.el: Assign a non-nil permanent-local property to
6424 per-buffer variables which lack a default value (Bug#11930).
6425
6426 * help-fns.el (describe-variable): In the "automatically becomes
6427 local" notice, take note of permanent-local variables.
6428
6429 2012-07-13 Chong Yidong <cyd@gnu.org>
6430
6431 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
6432 to allow printing the message when called from Lisp.
6433
6434 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6435 Remove toggle-read-only.
6436
6437 * bs.el (bs-toggle-readonly):
6438 * buff-menu.el (Buffer-menu-toggle-read-only):
6439 Remove with-no-warnings around toggle-read-only.
6440
6441 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
6442 Remove with-no-warnings around toggle-read-only.
6443 (ffap-read-only, ffap-read-only-other-window)
6444 (ffap-read-only-other-frame): Callers changed.
6445
6446 * help-mode.el: Don't require view package.
6447 (help-mode-finish): Set buffer-read-only instead of calling
6448 toggle-read-only.
6449
6450 * bindings.el (mode-line-toggle-read-only):
6451 * dired.el (dired-toggle-read-only):
6452 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
6453 with non-nil second arg.
6454
6455 * emacs-lisp/eieio-custom.el (eieio-customize-object):
6456 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
6457 directly.
6458
6459 2012-07-12 Eli Zaretskii <eliz@gnu.org>
6460
6461 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
6462 not incf.
6463
6464 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6465
6466 More CL cleanups and reduction of use of cl.el.
6467 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
6468 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
6469 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
6470 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
6471 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
6472 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
6473 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
6474 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
6475 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
6476 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
6477 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
6478 * eshell/em-cmpl.el, eshell/em-banner.el:
6479 * calendar/parse-time.el: Use cl-lib.
6480 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
6481 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
6482 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
6483 * term/ns-win.el, term.el, shell.el, ps-samp.el:
6484 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
6485 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
6486 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
6487 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
6488 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
6489 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
6490 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
6491 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
6492 `lambda' rather than with `quote'.
6493 (eshell-do-opt): Adjust accordingly.
6494 (eshell-process-option): Simplify.
6495 * eshell/esh-var.el:
6496 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
6497 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
6498 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
6499 to `pcase--dontcare'.
6500 * emacs-lisp/cl.el (labels): Mark obsolete.
6501 (cl--letf, letf): Move to cl-lib.
6502 (cl--letf*, letf*): Remove.
6503 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
6504 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
6505 (cl-progv): Rewrite.
6506 (cl--letf, cl-letf): Move from cl.el.
6507 (cl-letf*): New macro.
6508 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
6509
6510 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
6511
6512 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
6513
6514 2012-07-11 Chong Yidong <cyd@gnu.org>
6515
6516 * vc/log-edit.el (log-edit-vc-backend): New variable.
6517 (log-edit): Doc fix.
6518
6519 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
6520 argument of log-edit to set up all local variables.
6521 (vc-start-logentry): New optional arg specifying VC backend.
6522
6523 * vc/vc.el (vc-checkin): Use it.
6524 (vc-deduce-fileset): Handle Log Edit buffers.
6525 (vc-diff): Make first argument optional too.
6526
6527 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
6528
6529 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
6530
6531 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
6532 command, just in case. The function is not needed anymore.
6533 (eshell-external-command): Do not call `eshell-remote-command'.
6534
6535 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 Reduce use of (require 'cl).
6538 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
6539 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
6540 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
6541 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
6542 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
6543 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
6544 * battery.el, avoid.el, abbrev.el: Use cl-lib.
6545 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
6546 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
6547 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
6548 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
6549 * calculator.el, autorevert.el, apropos.el: Don't require CL.
6550 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
6551 (byte-compile-unfold-bcf, byte-compile-check-variable):
6552 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
6553 (byte-compile-nilconstp):
6554 * emacs-lisp/autoload.el (make-autoload): Use pcase.
6555 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
6556
6557 * emacs-lisp/gv.el (cond): Make it a valid place.
6558 (if): Simplify slightly.
6559
6560 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
6561 (pcase--self-quoting-p): New function.
6562 (pcase--u1): Use it.
6563
6564 2012-07-10 Glenn Morris <rgm@gnu.org>
6565
6566 * emacs-lisp/authors.el (authors-fixed-entries):
6567 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
6568
6569 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
6570
6571 Rename configure.in to configure.ac (Bug#11603).
6572 * emacs-lisp/authors.el (authors-canonical-file-name):
6573 * progmodes/autoconf.el (autoconf-mode):
6574 Prefer configure.ac to configure.in.
6575
6576 2012-07-08 Chong Yidong <cyd@gnu.org>
6577
6578 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
6579 Implement the mouse-1-click-follows-link handling properly.
6580
6581 * info.el (Info-link-keymap): Use follow-link mechanism for
6582 header-line links (Bug#374).
6583
6584 * simple.el (deactivate-mark): Do not set the primary selection
6585 if another program has acquired it (Bug#11772).
6586
6587 2012-07-07 Kevin Ryde <user42@zip.com.au>
6588
6589 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
6590 (woman-decode-region): Replace escaped-escapes without destroying
6591 bold or underline (Bug#11552).
6592 (woman2-process-escapes): Handle nofill regions (Bug#11591).
6593
6594 2012-07-07 Chong Yidong <cyd@gnu.org>
6595
6596 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
6597 (interprogram-cut-function, interprogram-paste-function):
6598 Mention that we typically mean the clipboard.
6599
6600 2012-07-06 Glenn Morris <rgm@gnu.org>
6601
6602 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
6603
6604 * files.el (toggle-read-only): Restrict message to interactive use.
6605
6606 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
6607
6608 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
6609
6610 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
6611
6612 2012-07-06 Glenn Morris <rgm@gnu.org>
6613
6614 * Makefile.in (compile-one-process): Rename from "recompile".
6615
6616 * Makefile.in (bzr-update): "compile" is the same as "recompile
6617 autoloads", but parallelizable, so use that instead.
6618
6619 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
6620
6621 * window.el (quit-window): Always restore window height when
6622 it's saved in quit-restore parameter (Bug#11810).
6623
6624 2012-07-06 Glenn Morris <rgm@gnu.org>
6625
6626 * simple.el (kill-whole-line): Doc tweak.
6627
6628 2012-07-06 Eli Zaretskii <eliz@gnu.org>
6629
6630 * files.el (file-relative-name): Compare file names
6631 case-insensitively if on MS-Windows or MS-DOS, or if
6632 read-file-name-completion-ignore-case is non-nil. Don't use
6633 case-fold-search for this purpose. (Bug#11827)
6634
6635 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
6636
6637 * calendar/cal-dst.el (calendar-current-time-zone):
6638 Return calendar-current-time-zone-cache if non-nil.
6639
6640 2012-07-17 Masatake YAMATO <yamato@redhat.com>
6641 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
6642
6643 * calendar/cal-dst.el (calendar-current-time-zone):
6644 Return calendar-current-time-zone-cache if non-nil.
6645
6646 2012-07-06 Glenn Morris <rgm@gnu.org>
6647
6648 * Makefile.in (cvs-update): Remove old alias.
6649
6650 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
6651
6652 Sync with Tramp 2.2.6-pre.
6653
6654 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
6655 compatible declaration.
6656
6657 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6658 Protect `list-load-path-shadows' call.
6659
6660 * net/tramp-compat.el (top): Require packages, which aren't
6661 autoloaded anymore for XEmacs. Protect call of
6662 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
6663 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
6664 it hurts at least for SXEmacs.
6665 (tramp-compat-temporary-file-directory): In XEmacs, there is no
6666 standard-value for `temporary-file-directory'.
6667
6668 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
6669 Redirect stderr to /dev/null.
6670 (tramp-sh-handle-write-region): uid and gid can be floats.
6671 Reported by Russell Sim <russell.sim@gmail.com>.
6672 (tramp-sh-handle-vc-registered): Hide errors.
6673 (tramp-vc-file-name-handler): Use dummy results for `process-file'
6674 and `start-file-process'.
6675 (tramp-maybe-open-connection): Check also whether `non-essential'
6676 is bound.
6677
6678 2012-07-04 Chong Yidong <cyd@gnu.org>
6679
6680 * xml.el (xml--parse-buffer): Use xml-syntax-table.
6681 (xml-parse-tag): Likewise, and avoid changing entity tables.
6682 (xml-syntax-table): Define from scratch, making sure not to give
6683 x2000 and other Unicode spaces whitespace syntax, since those are
6684 not spaces in XML.
6685 (xml-parse-fragment): Delete unused function.
6686 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
6687 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
6688 (xml-entity-ref, xml-pe-reference-re)
6689 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
6690 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
6691 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
6692 (xml-entity-value-re): Use syntax references in regexps where
6693 possible; no need to define inside a let-binding.
6694 (xml-parse-dtd): Use xml-pe-reference-re.
6695 (xml-entity-or-char-ref-re): New defconst.
6696 (xml-parse-string, xml-substitute-special): Use it.
6697
6698 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6699
6700 * files.el (locate-dominating-file): Allow `name' to be a predicate.
6701 (find-file--read-only): New function.
6702 (find-file-read-only, find-file-read-only-other-window)
6703 (find-file-read-only-other-frame): Use it.
6704 (insert-file-contents-literally): Don't `fset'.
6705 (get-free-disk-space): Use locate-dominating-file.
6706
6707 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
6708 function is already compiled.
6709
6710 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
6711
6712 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
6713
6714 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
6715 files on the same host.
6716
6717 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
6718
6719 * help-fns.el (describe-function-1): Only call
6720 help-fns--autoloaded-p when we have a file name. (Bug#11848)
6721
6722 2012-07-03 Chong Yidong <cyd@gnu.org>
6723
6724 * xml.el: Protect parser against XML bombs.
6725 (xml-entity-expansion-limit): New variable.
6726 (xml-parse-string, xml-substitute-special): Use it.
6727 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
6728
6729 2012-07-03 Glenn Morris <rgm@gnu.org>
6730
6731 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6732 Allow linking to specific messages in debbugs reports (eg 123#5).
6733
6734 2012-07-02 Chong Yidong <cyd@gnu.org>
6735
6736 * xml.el: Fix entity and character reference expansion, allowing
6737 them to expand into markup as per XML spec.
6738 (xml-default-ns): New variable.
6739 (xml-entity-alist): Use XML spec definitions for lt and amp.
6740 (xml-parse-region): Make first two arguments optional.
6741 Discard text properties.
6742 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
6743 All callers changed.
6744 (xml-parse-tag): Call xml-parse-tag-1. For backward
6745 compatibility, this function should not modify buffer contents.
6746 (xml-parse-tag-1): Fix opening-tag regexp.
6747 (xml-parse-string): Rewrite, handling entity and character
6748 references properly.
6749 (xml--entity-replacement-text): Signal an error if a parameter
6750 entity is undefined.
6751
6752 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6753
6754 * comint.el (comint-output-filter): Filter out repeated prompts.
6755
6756 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
6757 and file-name-absolute-p.
6758 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
6759 internal calls.
6760
6761 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
6762
6763 Spelling fixes.
6764 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
6765 Rename from byte-compile--refiy-function. All uses changed.
6766
6767 2012-07-01 Chong Yidong <cyd@gnu.org>
6768
6769 * xml.el (xml--parse-buffer): New function. Move most of
6770 xml-parse-region here.
6771 (xml-parse-region): Copy region into a temporary buffer, since
6772 parameter entity substitution requires changing buffer contents.
6773 Use xml--parse-buffer.
6774 (xml-parse-file): Use xml--parse-buffer.
6775 (xml-parse-dtd): Make parameter entity substitution work right.
6776 Use proper regexps for ELEMENT declarations (Bug#7172).
6777
6778 2012-06-30 Glenn Morris <rgm@gnu.org>
6779
6780 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
6781
6782 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
6783 Remove outdated and unnecessary dbus declarations.
6784
6785 2012-06-30 Eli Zaretskii <eliz@gnu.org>
6786
6787 * emacs-lisp/timer.el (timer-until): Subtract results of
6788 float-time, instead of taking float-time of the result of
6789 time-subtract, since float-time signals an error for negative time
6790 arguments.
6791
6792 2012-06-30 Chong Yidong <cyd@gnu.org>
6793
6794 * xml.el (xml-*-re): Convert defvars into defconsts, and
6795 eval-and-compile them so eval-and-compile works on derivatives.
6796 (xml--entity-replacement-text): Use eval-and-comple.
6797
6798 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
6799
6800 * vc/vc-git.el (vc-git-registered): Use cache property
6801 `git-registered'.
6802 (vc-git-mode-line-string): Call `vc-working-revision' instead of
6803 `vc-git-working-revision' in order to benefit from the cache.
6804 (vc-git-root): Use cache property `git-root'. (Bug#11757)
6805
6806 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
6807
6808 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
6809 removed (likely outside Emacs). (Bug#11757)
6810
6811 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * emacs-lisp/cl-lib.el: Require macroexp.
6814
6815 2012-06-30 Chong Yidong <cyd@gnu.org>
6816
6817 * xml.el: Implement XML parameter entities.
6818 (xml-parameter-entity-alist): New variable.
6819 (xml-parse-region, xml-parse-fragment): Preserve previous values
6820 of xml-entity-alist and xml-parameter-entity-alist, so that
6821 repeated calls on different documents do not change them.
6822 (xml-parse-tag): Fix doctype regexp.
6823 (xml--entity-replacement-text): New function.
6824 (xml-parse-dtd): Use it. Don't handle system entities; doing that
6825 properly requires url retrieval which is unimplemented.
6826 (xml-escape-string): Doc fix.
6827
6828 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
6829
6830 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
6831
6832 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
6833
6834 * fringe.el (fringe-mode): Doc fix.
6835
6836 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
6837
6838 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
6839 is non-nil.
6840 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
6841 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
6842
6843 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
6844
6845 * calendar/cal-dst.el (calendar-current-time-zone):
6846 Return calendar-current-time-zone-cache if non-nil.
6847
6848 2012-06-29 Masatake YAMATO <yamato@redhat.com>
6849
6850 * progmodes/which-func.el (which-func-format):
6851 Add mouse-face. (Bug#11698)
6852
6853 2012-06-29 Leo Liu <sdl.web@gmail.com>
6854
6855 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
6856
6857 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6858
6859 * minibuffer.el (minibuffer-confirm-exit-commands):
6860 Add completion-at-point (bug#11725).
6861
6862 2012-06-29 Glenn Morris <rgm@gnu.org>
6863
6864 * progmodes/f90.el (f90-font-lock-keywords-2):
6865 Add some preprocessor elements. (Bug#10499)
6866
6867 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6868
6869 * progmodes/cperl-mode.el (cperl-update-syntaxification):
6870 Use syntax-propertize (bug#11739).
6871
6872 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
6873
6874 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
6875
6876 2012-06-28 Julien Danjou <julien@danjou.info>
6877
6878 * term.el (term-handle-colors-array): Use a set of new faces to
6879 color the terminal. Also uses :inverse-video property.
6880 (term-default-fg-color): Set to nil by default, deprecate in favor
6881 of `term-face'.
6882 (term-default-bg-color): Set to nil by default, deprecate in favor
6883 of `term-face'.
6884 (term-current-face): Use `term-face' by default.
6885 (term-bold-attribute): Variable deleted.
6886
6887 2012-06-28 Glenn Morris <rgm@gnu.org>
6888
6889 * simple.el (completion-list-mode-finish):
6890 Don't use toggle-read-only. (Since completion-list-mode has
6891 a special mode-class, it wasn't doing anything extra anyway.)
6892
6893 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 Make inlining of other-mode interpreted functions work (bug#11799).
6896 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
6897 (byte-compile): Use it to fix compilation of lexical-binding closures.
6898 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
6899 function, if needed.
6900
6901 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6902
6903 * help-mode.el (help-make-xrefs): Don't just withstand
6904 cyclic-variable-indirection but any error in documentation-property.
6905
6906 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
6907 memory use.
6908 * bindings.el (bindings--define-key): New function.
6909 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
6910 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
6911 * bindings.el: Use it to purecopy define-key bindings.
6912
6913 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
6914
6915 * emacs-lisp/cl.el (flet): Mark obsolete.
6916 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
6917 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
6918 * progmodes/js.el (js-c-fill-paragraph):
6919 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
6920 (ebrowse-switch-member-buffer-to-derived-class):
6921 * play/5x5.el (5x5-solver): Use cl-flet.
6922
6923 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
6924 (cl--symbol-function): New macro.
6925 (cl--letf, cl--letf*): Use it.
6926
6927 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6928 Strip "toggle-" if any.
6929
6930 2012-06-27 Glenn Morris <rgm@gnu.org>
6931
6932 * info.el (Info-default-directory-list): Move here from paths.el.
6933 * paths.el: Remove file, which is now empty.
6934 * loadup.el: No longer load "paths".
6935
6936 * custom.el (custom-initialize-delay): Doc fix.
6937
6938 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6939 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6940 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6941 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6942 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6943 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
6944 * eshell/eshell.el (eshell-defgroup): Remove alias.
6945
6946 2012-06-27 Chong Yidong <cyd@gnu.org>
6947
6948 * help.el (help-enable-auto-load): New variable.
6949
6950 * help-fns.el (help-fns--autoloaded-p): New function.
6951 (describe-function-1): Refer to a function as "autoloaded" if it
6952 was autoloaded at any time in the past. Perform autoloading if
6953 help-enable-auto-load is non-nil.
6954
6955 2012-06-26 Eli Zaretskii <eliz@gnu.org>
6956
6957 * makefile.w32-in (compile, compile-always): Depend on
6958 update-subdirs, not on subdirs.el. Otherwise, several different
6959 sub-targets of 'bootstrap' running in parallel could
6960 simultaneously write to subdirs.el, producing a garbled file.
6961
6962 2012-06-26 Sam Steingold <sds@gnu.org>
6963
6964 * files.el (file-name-base): New convenience function.
6965 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
6966 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
6967 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
6968 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
6969 * textmodes/ispell.el, textmodes/reftex-ref.el:
6970 * textmodes/tex-mode.el: Use it.
6971 Did not touch cedet and org because they are maintained elsewhere.
6972
6973 2012-06-26 Martin Rudalics <rudalics@gmx.at>
6974
6975 * calendar/calendar.el (calendar-exit): Don't try to delete or
6976 iconify last frame. See:
6977 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
6978
6979 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
6980
6981 * server.el (server-process-filter): Remember dir in the
6982 process's `server-client-directory' properties.
6983
6984 2012-06-24 Chong Yidong <cyd@gnu.org>
6985
6986 * xml.el (xml-parse-tag): Correctly handle comment embedded in
6987 non-tag text.
6988
6989 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
6990
6991 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
6992
6993 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * help-fns.el (describe-variable): Don't croak when doc is not found.
6996 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
6997 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
6998 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
6999 * emacs-lisp/smie.el (smie-next-sexp): CSE.
7000 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
7001 ((lambda ..) ..).
7002 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
7003
7004 2012-06-23 Chong Yidong <cyd@gnu.org>
7005
7006 * info.el (Info-mouse-follow-link): Accept symbol values of
7007 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
7008 (Info-fontify-node): Use Info-link-keymap for all navigation
7009 buttons, with link-args property to perform the desired action.
7010 (Info-link-keymap): Doc fix.
7011 (Info-next-link-keymap, Info-prev-link-keymap)
7012 (Info-up-link-keymap): Delete now-unused keymaps.
7013
7014 2012-06-23 Chong Yidong <cyd@gnu.org>
7015
7016 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
7017
7018 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
7019 system abbrevs.
7020
7021 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
7022
7023 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7024
7025 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
7026 (bug#11719).
7027
7028 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
7029 the requote function doesn't work properly (bug#11714).
7030
7031 2012-06-23 Glenn Morris <rgm@gnu.org>
7032
7033 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
7034
7035 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 Further GV/CL cleanups.
7038 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
7039 gv-expander.
7040 (gv--defun-declaration): New function.
7041 (defun-declarations-alist): Use it.
7042 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
7043 (gv-place): Autoload.
7044 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
7045 original definition of dotimes and dolist.
7046 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
7047 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
7048 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
7049 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
7050 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
7051 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
7052 to the function's definition.
7053 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
7054 * window.el:
7055 * files.el:
7056 * faces.el:
7057 * env.el: Don't use CL.
7058
7059 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
7060
7061 Support higher-resolution time stamps (Bug#9000).
7062
7063 * calendar/time-date.el (with-decoded-time-value): New arg
7064 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
7065 (encode-time-value): New optional arg PICO. New type 3.
7066 (time-to-seconds) [!float-time]: Support the new picoseconds
7067 component if it's used.
7068 (seconds-to-time, time-subtract, time-add):
7069 Support ps-resolution time stamps as well.
7070
7071 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
7072 (timerp): Timer vectors now have length 9, not 8.
7073 (timer--time): Support new-style (4-part) time stamps.
7074 (timer-next-integral-multiple-of-time): Time stamps now have
7075 picosecond resolution, so take a bit more care about rounding.
7076 (timer-relative-time, timer-inc-time): New optional arg psecs.
7077 (timer-set-time-with-usecs): Set psecs to 0.
7078 (timer--activate): Check psecs component, too.
7079
7080 * proced.el (proced-time-lessp): Support ps-resolution stamps.
7081
7082 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
7085 Move the non-essential binding to the post/pre-command-hook where it is
7086 more obviously correct.
7087
7088 * subr.el (read-passwd): Don't use a history at all.
7089 * savehist.el (savehist-save): Remove password saved accidentally
7090 because of the above bug.
7091
7092 2012-06-22 Bastien Guerry <bzg@gnu.org>
7093
7094 * files.el (toggle-read-only): Display a message telling whether
7095 the buffer is read-only or not (bug#11726).
7096
7097 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7098
7099 * emacs-lisp/gv.el: New file.
7100 * subr.el (push, pop): Extend to generalized variables.
7101 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
7102 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
7103 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
7104 gv-define-simple-setter, and gv-define-expander.
7105 Remove setf-methods defined in gv. Rename cl-setf -> setf.
7106 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
7107 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
7108 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
7109 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
7110 gv-letplace.
7111 (cl-defstruct): Don't define setf-method any more.
7112 * emacs-lisp/cl.el (flet): Don't autoload.
7113 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
7114 (define-setf-expander, defsetf, define-modify-macro)
7115 (cl-struct-setf-expander): Move from cl-lib.el.
7116 * emacs-lisp/syntax.el:
7117 * emacs-lisp/ewoc.el:
7118 * emacs-lisp/smie.el:
7119 * emacs-lisp/cconv.el:
7120 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
7121 (timer--time): Use gv-define-simple-setter.
7122 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
7123 to avoid coding-system problems in subr.el. Adjust all users.
7124 (macroexp--maxsize, macroexp-small-p): New functions.
7125 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
7126 * scroll-bar.el (scroll-bar-mode):
7127 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
7128 (normal-erase-is-backspace-mode): Don't use the `eq' place.
7129 * winner.el (winner-configuration, winner-make-point-alist)
7130 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
7131 * files.el (locate-file-completion-table): Avoid list*.
7132
7133 2012-06-22 Chong Yidong <cyd@gnu.org>
7134
7135 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
7136 (dired-create-files): Doc fix (Bug#11329).
7137 (dired-do-copy): Doc fix (Bug#11334).
7138 (dired-mark-read-string): Doc fix (Bug#11553).
7139
7140 * dired.el (dired-recursive-copies, dired-recursive-deletes):
7141 Doc fix (Bug#11326).
7142 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
7143 (dired-dwim-target): Doc fix.
7144
7145 * wdired.el (wdired-mode): Doc fix.
7146
7147 2012-06-22 Glenn Morris <rgm@gnu.org>
7148
7149 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
7150 (pcmpl-rpm-cache-stamp-file): New constant.
7151 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
7152 (pcmpl-rpm-packages): Optionally cache list of packages.
7153
7154 * pcmpl-rpm.el (pcmpl-rpm): New group.
7155 (pcmpl-rpm-query-options): New option.
7156 (pcmpl-rpm-packages): No need to inline it.
7157 Use pcmpl-rpm-query-options.
7158
7159 * calendar/calendar.el (calendar-in-read-only-buffer):
7160 Avoid some needless mode changes.
7161
7162 2012-06-21 Chong Yidong <cyd@gnu.org>
7163
7164 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
7165 (desktop-path): Remove . from the default value (Bug#10977).
7166 (desktop-read): Use user-emacs-directory if desktop-path is nil.
7167
7168 2012-06-20 Chong Yidong <cyd@gnu.org>
7169
7170 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
7171
7172 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
7173
7174 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
7175 (bug#11201).
7176
7177 2012-06-20 Chong Yidong <cyd@gnu.org>
7178
7179 * term.el (term-window-width): Handle the case of a missing right
7180 fringe (Bug#8837).
7181 (term-check-size): Use window-text-height (Bug#5445).
7182 (term-mode): Use define-derived-mode. Minor cleanups.
7183 Set font-lock-defaults (Bug#7692).
7184 (term-move-columns, term-insert-char, term-emulate-terminal)
7185 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
7186
7187 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
7188
7189 * net/ange-ftp.el (ange-ftp-get-passwd):
7190 Bind `enable-recursive-minibuffers'.
7191 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
7192
7193 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
7194
7195 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
7196
7197 2012-06-19 Glenn Morris <rgm@gnu.org>
7198
7199 * progmodes/python.el (python-mode): Derive from prog-mode.
7200
7201 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
7202
7203 * emulation/edt.el (edt-default-menu-bar-update-buffers)
7204 (edt-user-menu-bar-update-buffers): New functions.
7205 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
7206
7207 2012-06-19 Chong Yidong <cyd@gnu.org>
7208
7209 * subr.el (with-selected-window): Preserve the selected window's
7210 terminal's top-frame (Bug#4702).
7211
7212 * window.el (save-selected-window): Likewise.
7213
7214 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7215
7216 * progmodes/python.el (python-rx-constituents): Move backquote.
7217 (python-skeleton-define, python-define-auxiliary-skeleton):
7218 Use `declare'.
7219
7220 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
7221
7222 * minibuffer.el (read-file-name-default): Revert the patch from
7223 2012-06-17.
7224
7225 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7226
7227 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
7228 (pcase--u1, pcase--q1): Don't use apply-partially.
7229
7230 2012-06-18 Glenn Morris <rgm@gnu.org>
7231
7232 * progmodes/python.el (python-proc, python-buffer)
7233 (python-send-receive, python-send-string): Fix obsolete versions.
7234
7235 2012-06-18 Martin Rudalics <rudalics@gmx.at>
7236
7237 * window.el (special-display-p): Completely remove stringp
7238 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
7239
7240 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
7241
7242 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
7243
7244 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
7245
7246 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
7247 * net/tramp-sh.el (tramp-maybe-open-connection):
7248 Throw if `non-essential' is non-nil.
7249
7250 2012-06-17 Martin Rudalics <rudalics@gmx.at>
7251
7252 * window.el (special-display-p): Signal an error if BUFFER-NAME
7253 is not a string (Bug#11713).
7254
7255 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
7256
7257 * progmodes/python.el (python-info-beginning-of-backslash):
7258 Rename from python-info-beginning-of-backlash, as a spelling fix.
7259
7260 2012-06-17 Chong Yidong <cyd@gnu.org>
7261
7262 * term.el (term-emulate-terminal): If term-check-size is called,
7263 move point to the process mark without resetting point (Bug#4635).
7264
7265 2012-06-17 Glenn Morris <rgm@gnu.org>
7266
7267 * international/mule-cmds.el (mule-menu-keymap)
7268 (set-language-environment, set-locale-environment): Doc tweaks.
7269
7270 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
7271
7272 * cus-face.el (custom-face-attributes): Add wave-style underline
7273 attribute.
7274 * faces.el (set-face-attribute): Update docstring to describe
7275 wave-style underline attribute.
7276
7277 2012-06-16 Chong Yidong <cyd@gnu.org>
7278
7279 * term/xterm.el (terminal-init-xterm): Discard input before
7280 querying background mode (Bug#10959).
7281
7282 2012-06-16 Stefan Merten <smerten@oekonux.de>
7283
7284 * textmodes/rst.el: Added and corrected some comments.
7285 (rst-re-alist-def): Improve symbol syntax.
7286 (rst-mode-syntax-table): Correct syntax entries.
7287 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7288 (rst-official-version, rst-official-cvs-rev): Update version
7289 information.
7290
7291 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
7292
7293 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
7294 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
7295
7296 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
7297
7298 * progmodes/python.el: New python.el merge.
7299 (python-guess-indent): Obsolete var.
7300 (python-indent-guess-indent-offset): New defcustom.
7301 (python-indent): Obsolete var.
7302 (python-indent-offset): New defcustom.
7303 (python-python-command, python-jython-command): Delete var.
7304 (python-shell-interpreter): New defcustom.
7305 (python-pdbtrack-do-tracking-p): Delete var.
7306 (python-pdbtrack-activate): New defcustom.
7307 (python-use-skeletons): Obsolete var.
7308 (python-skeleton-autoinsert): New defcustom.
7309 (inferior-python-filter-regexp, python-continuation-offset)
7310 (python-honour-comment-indentation, python-indent-string-contents)
7311 (python-jython-packages, python-mode-hook)
7312 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
7313 (python-shell-prompt-alist)
7314 (python-source-modes): Delete defcustoms.
7315 (python-check-buffer-name, python-eldoc-setup-code)
7316 (python-eldoc-string-code, python-ffap-setup-code)
7317 (python-ffap-string-code, python-fill-comment-function)
7318 (python-fill-decorator-function, python-fill-paren-function)
7319 (python-fill-string-function, python-imenu-include-defun-type)
7320 (python-imenu-make-tree, python-imenu-subtree-root-label)
7321 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
7322 (python-shell-compilation-regexp-alist)
7323 (python-shell-completion-module-string-code)
7324 (python-shell-completion-pdb-string-code)
7325 (python-shell-completion-setup-code)
7326 (python-shell-completion-string-code)
7327 (python-shell-enable-font-lock, python-shell-exec-path)
7328 (python-shell-extra-pythonpaths)
7329 (python-shell-internal-buffer-name, python-shell-interpreter-args)
7330 (python-shell-process-environment)
7331 (python-shell-prompt-block-regexp)
7332 (python-shell-prompt-output-regexp)
7333 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
7334 (python-shell-send-setup-max-wait, python-shell-setup-codes)
7335 (python-shell-virtualenv-path): New defcustoms.
7336 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
7337 (inferior-python-mode-syntax-table, python--prompt-regexp)
7338 (python-buffer, python-command python-python-command)
7339 (python-default-template, python-imports, python-indent-index)
7340 (python-indent-list, python-indent-list-length)
7341 (python-mode-running, python-pdbtrack-is-tracking-p)
7342 (python-preoutput-continuation, python-preoutput-leftover)
7343 (python-preoutput-result, python-preoutput-skip-next-prompt)
7344 (python-prev-dir/file, python-recursing)
7345 (python-saved-check-command, python-version-checked)
7346 (python-which-func-length-limit)
7347 (view-return-to-alist): Delete vars.
7348 (python-check-custom-command, python-dotty-syntax-table)
7349 (python-imenu-index-alist, python-indent-current-level)
7350 (python-indent-dedenters, python-indent-levels)
7351 (python-nav-beginning-of-defun-regexp)
7352 (python-nav-list-defun-positions-cache)
7353 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
7354 (python-shell-internal-buffer)
7355 (python-skeleton-available): New vars.
7356 (def-python-skeleton): Delete macro.
7357 (python-skeleton-define): New macro.
7358 (python-define-auxiliary-skeleton, python-rx): New macros.
7359 (python-insert-class): Delete command.
7360 (python-skeleton-class): New command.
7361 (python-insert-def): Delete command.
7362 (python-skeleton-def): New command.
7363 (python-insert-for): Delete command.
7364 (python-skeleton-for): New command.
7365 (python-insert-if): Delete command.
7366 (python-skeleton-if): New command.
7367 (python-insert-try/except, python-insert-try/finally): Delete commands.
7368 (python-skeleton-try): New command.
7369 (python-insert-while): Delete command.
7370 (python-skeleton-while): New command.
7371 (python-backspace): Delete command.
7372 (python-indent-dedent-line-backspace): New command.
7373 (python-electric-colon): Delete command.
7374 (python-indent-electric-colon): New command.
7375 (python-guess-indent): Delete command.
7376 (python-indent-guess-indent-offset): New command.
7377 (python-shift-left): Delete command.
7378 (python-indent-shift-left): New command.
7379 (python-shift-right): Delete command.
7380 (python-indent-shift-right): New command.
7381 (python-find-function): Delete command.
7382 (python-nav-jump-to-defun): New command.
7383 (python-next-statement): Delete command.
7384 (python-nav-forward-sentence): New command.
7385 (python-previous-statement): Delete command.
7386 (python-nav-backward-sentence): New command.
7387 (python-fill-paragraph): Delete command.
7388 (python-fill-paragraph-function): New command.
7389 (python-send-buffer): Delete command.
7390 (python-shell-send-buffer): New command.
7391 (python-send-defun): Delete command.
7392 (python-shell-send-defun): New command.
7393 (python-send-region, python-send-region-and-go): Delete commands.
7394 (python-shell-send-region)
7395 (python-shell-switch-to-shell): New commands.
7396 (python-send-string): Delete command.
7397 (python-shell-send-string): New command.
7398 (python-switch-to-python): Delete command.
7399 (python-shell-switch-to-shell): New command.
7400 (python-describe-symbol): Delete command.
7401 (python-eldoc-at-point): New command.
7402 (python--set-prompt-regexp, python-args-to-list)
7403 (python-after-info-look, python-check-version)
7404 (python-check-comint-prompt, python-find-imports)
7405 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
7406 (python-unload-function, python-expand-template)
7407 (python-maybe-jython, python-preoutput-filter)
7408 (python-pdbtrack-get-source-buffer)
7409 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
7410 (python-pdbtrack-toggle-stack-tracking)
7411 (python-pdbtrack-track-stack-file, python-initial-text)
7412 (python-first-word, python-comment-line-p, python-send-command)
7413 (python-setup-brm, python-sentinel, python-set-proc)
7414 (python-skip-out, python-input-filter, python-outdent-p)
7415 (python-outline-level, python-backslash-continuation-line-p)
7416 (python-end-of-block, python-end-of-statement, python-mark-block)
7417 (python-beginning-of-block, python-beginning-of-statement)
7418 (python-blank-line-p, python-beginning-of-string)
7419 (python-open-block-statement-p): Delete functions.
7420 (python-indent-line, python-indent-line-1): Delete functions.
7421 (python-indent-line): New function.
7422 (python-indentation-levels): Delete function.
7423 (python-indent-calculate-levels): New function.
7424 (python-proc): Delete function.
7425 (python-shell-get-process): New function.
7426 (python-send-receive): Delete function.
7427 (python-shell-send-string-no-output): New function.
7428 (python-module-path): Delete function.
7429 (python-ffap-module-path): New function.
7430 (python-completion-at-point)
7431 (python-symbol-completions): Delete functions.
7432 (python-completion-complete-at-point): New function.
7433 (python-load-file): Delete function.
7434 (python-shell-send-file): New function.
7435 (python-calculate-indentation): Delete function.
7436 (python-indent-calculate-indentation): New function.
7437 (python-skip-comments/blanks): Delete function.
7438 (python-util-forward-comment): New function.
7439 (python-continuation-line-p): Delete function.
7440 (python-info-continuation-line-p): New function.
7441 (python-which-func, python-current-defun): Delete function.
7442 (python-info-current-defun): New function.
7443 (python-beginning-of-defun): Delete function.
7444 (python-nav-beginning-of-defun): New function.
7445 (python-close-block-statement-p)
7446 (python-block-end-p): Delete function.
7447 (python-info-closing-block): New function.
7448 (python-comint-output-filter-function)
7449 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
7450 (python-fill-comment, python-fill-decorator, python-fill-paren)
7451 (python-fill-string, python-imenu-make-element-tree)
7452 (python-imenu-make-tree, python-imenu-tree-assoc)
7453 (python-indent-context, python-indent-dedent-line)
7454 (python-indent-line-function)
7455 (python-indent-post-self-insert-function)
7456 (python-indent-toggle-levels)
7457 (python-info-assignment-continuation-line-p)
7458 (python-info-beginning-of-backlash)
7459 (python-info-block-continuation-line-p)
7460 (python-info-closing-block-message)
7461 (python-info-line-ends-backslash-p)
7462 (python-info-looking-at-beginning-of-defun)
7463 (python-info-ppss-context, python-info-ppss-context-type)
7464 (python-nav-list-defun-positions, python-nav-read-defun)
7465 (python-nav-sentence-end, python-nav-sentence-start)
7466 (python-pdbtrack-comint-output-filter-function)
7467 (python-pdbtrack-set-tracked-buffer)
7468 (python-shell-calculate-exec-path)
7469 (python-shell-calculate-process-environment)
7470 (python-shell-completion--do-completion-at-point)
7471 (python-shell-completion--get-completions)
7472 (python-shell-completion-complete-at-point)
7473 (python-shell-completion-complete-or-indent)
7474 (python-shell-get-or-create-process)
7475 (python-shell-get-process-name)
7476 (python-shell-internal-get-or-create-process)
7477 (python-shell-internal-get-process-name)
7478 (python-shell-internal-send-string, python-shell-make-comint)
7479 (python-shell-parse-command, python-shell-send-setup-code)
7480 (python-skeleton-add-menu-items)
7481 (python-util-clone-local-variables, python-util-position)
7482 (run-python-internal, python-indentation-levels)
7483 (python-nav-beginning-of-defun)
7484 (python-completion-complete-at-point): New functions.
7485 (run-python): Change arguments. New API requirements.
7486
7487 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
7490 (bug#11649).
7491
7492 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
7493 (macroexp--expand-all): Use it.
7494
7495 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
7496 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
7497 Use `cl-function' instead.
7498
7499 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
7500
7501 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
7502 Suggested by Stefan Monnier while discussing bug#11657.
7503
7504 2012-06-14 Sam Steingold <sds@gnu.org>
7505
7506 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
7507
7508 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
7509
7510 * play/doctor.el (doctor-doc): Remove parameter and use
7511 doctor-sent instead of sent.
7512 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
7513
7514 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7515
7516 * files.el: Require cl-lib.
7517 (file-name-non-special): Replace case -> cl-case.
7518
7519 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
7520
7521 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
7522 mapping from #' to function*.
7523
7524 2012-06-13 Chong Yidong <cyd@gnu.org>
7525
7526 * mouse.el (mouse-drag-track): Do not set the mark if the user
7527 releases the mouse without selecting anything (Bug#11588).
7528
7529 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7530
7531 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
7532 as well (bug#11646).
7533
7534 * loadup.el: Count byte-code functions as well.
7535
7536 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
7537 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
7538
7539 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
7540 (bug#11649). Add cl-defun and cl-defmacro.
7541
7542 2012-06-13 Drew Adams <drew.adams@oracle.com>
7543
7544 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
7545 Fix last change.
7546
7547 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
7548
7549 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
7550 Otherwise, it blocks in batch mode.
7551
7552 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
7553
7554 * help-mode.el (bookmark-make-record-default): Declare.
7555
7556 2012-06-13 Chong Yidong <cyd@gnu.org>
7557
7558 * emacs-lisp/package.el (list-packages): Compute a list of
7559 packages that are newly-available since the last list-packages
7560 invocation.
7561 (package-menu--new-package-list): New var.
7562 (package-menu--generate, package-menu--print-info)
7563 (package-menu--status-predicate, package-menu-mark-install):
7564 Handle new status label "new".
7565
7566 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7567
7568 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
7569 conversion to backquotes.
7570
7571 2012-06-12 Chong Yidong <cyd@gnu.org>
7572
7573 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
7574 Rename from gud-inhibit-global-bindings.
7575
7576 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
7577
7578 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
7579 hook from nxml-glyph-set-hook.
7580
7581 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
7582 declaration.
7583
7584 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
7585
7586 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
7587 Convert to defcustom.
7588
7589 2012-06-12 Drew Adams <drew.adams@oracle.com>
7590
7591 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
7592 New functions.
7593 (help-mode): Use them.
7594
7595 2012-06-11 Glenn Morris <rgm@gnu.org>
7596
7597 * progmodes/fortran.el (fortran-font-lock-keywords-3):
7598 Use preprocessor face for directives.
7599 (fortran-directive-re): Doc fix.
7600
7601 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7602
7603 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
7604 conversion to backquotes (bug#11652).
7605
7606 Fix compiler-expansion of CL's cXXr functions (bug#11673).
7607 * emacs-lisp/cl-lib.el (cl--defalias): New function.
7608 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
7609 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
7610 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
7611 (cl-ninth, cl-tenth): Mark them as inlinable.
7612 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
7613 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
7614 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
7615 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
7616 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
7617 (cl-list*, cl-adjoin): Don't put an autoload manually.
7618 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
7619 (cl--compiler-macro-list*): Add autoload cookie.
7620 (cl--compiler-macro-cXXr): New function.
7621
7622 * help-fns.el (help-fns--compiler-macro): New function extracted from
7623 describe-function-1; follow aliases and use `compiler-macro' property.
7624 (describe-function-1): Use it.
7625
7626 2012-06-11 Chong Yidong <cyd@gnu.org>
7627
7628 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
7629 is uninstalled, if imagemagick is installed.
7630
7631 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7632
7633 * emacs-lisp/cl-lib.el: Use lexical-binding.
7634 (cl-map-extents, cl-maclisp-member): Remove.
7635 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
7636 (cl--set-substring, cl--block-wrapper, cl--block-throw)
7637 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
7638 * emacs-lisp/cl-extra.el: Use lexical-binding.
7639 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
7640 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
7641 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
7642 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
7643 * emacs-lisp/cl-seq.el: Use lexical-binding.
7644 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
7645 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
7646 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
7647 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
7648 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
7649 CL's internals.
7650
7651 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
7652
7653 Sync with Tramp 2.2.6-pre.
7654
7655 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
7656 `print-length' and `print-level' to nil, in order to avoid
7657 truncation. Reported by Christopher Schmidt
7658 <christopher@ristopher.com>.
7659
7660 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
7661
7662 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
7663 New defmacro.
7664 (tramp-compat-copy-directory): Add optional argument
7665 COPY-CONTENTS. It is not handled yet.
7666
7667 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
7668 (tramp-ftp-file-name-p): Simplify.
7669
7670 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
7671 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
7672 connection vector.
7673
7674 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
7675 (tramp-methods): Do not use `tramp-password-end-of-line'.
7676 (tramp-completion-function-alist-putty): Handle UNIX case.
7677 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
7678 (tramp-do-file-attributes-with-stat)
7679 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
7680 gid as real numbers. They could run out of integer range on cygwin.
7681 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
7682 (tramp-sh-handle-expand-file-name): Handle hops.
7683 (tramp-open-connection-setup-interactive-shell):
7684 Use `tramp-cleanup'. Move check for busyboxes ...
7685 (tramp-find-shell): ... here. Simplify implementation.
7686 Set "remote-shell" property also for alternative shells.
7687 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
7688 If failing, a regular file would be written otherwise.
7689 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
7690 (tramp-find-inline-encoding): Cache the coding commands in the
7691 process cache. Apply test command on the remote side, if defined.
7692 (tramp-find-inline-compress): Cache the compress commands in the
7693 process cache.
7694 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
7695 when requested. Handle hops.
7696 (tramp-current-connection): New defvar.
7697 (tramp-maybe-open-connection): Use `tramp-cleanup'.
7698 Throw `suppress', if there was a failed connection shortly before.
7699 Handle user interrupt. (Bug#10187)
7700 (tramp-get-inline-compress, tramp-get-inline-coding):
7701 Read connection properties from the process cache.
7702
7703 * net/tramp-smb.el (tramp-smb-server-version)
7704 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
7705 New defconsts.
7706 (tramp-smb-prompt): Extend for powershell prompt.
7707 (tramp-smb-file-name-handler-alist): Add handlers for
7708 `process-file', `shell-command' and `start-file-process'.
7709 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
7710 (tramp-smb-winexe-shell-command-switch): New defcustoms.
7711 (tramp-smb-file-name-p): Simplify.
7712 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
7713 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
7714 (tramp-smb-shell-quote-argument): New defuns.
7715 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
7716 Implement using "tar". By this, time-stamps are preserved.
7717 (tramp-smb-handle-copy-file): Handle also the case of directories.
7718 (tramp-smb-do-file-attributes-with-stat)
7719 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
7720 Use `tramp-get-connection-buffer').
7721 (tramp-smb-handle-rename-file): Use "rename", when source and
7722 target are on the same share.
7723 (tramp-smb-maybe-open-connection): Handle wrong passwords.
7724 Use `tramp-smb-server-version'.
7725 (tramp-smb-wait-for-output): Remove prompt.
7726
7727 * net/tramp.el (top): Require 'cl.
7728 (tramp-methods, tramp-rsh-end-of-line):
7729 Remove `tramp-password-end-of-line' from docstring.
7730 (tramp-save-ad-hoc-proxies): New defcustom.
7731 (tramp-completion-function-alist): Adapt docstring.
7732 (tramp-default-password-end-of-line): Remove defcustom.
7733 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
7734 (tramp-user-regexp, tramp-file-name-regexp-unified)
7735 (tramp-file-name-regexp-url): Extend regexp by hop separator.
7736 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
7737 (tramp-remote-file-name-spec-regexp): New defconst.
7738 (tramp-file-name-structure): Extend structure for hops.
7739 (tramp-get-method-parameter): Move up.
7740 (tramp-file-name-p, tramp-dissect-file-name)
7741 (with-parsed-tramp-file-name): Handle hops.
7742 (tramp-file-name-hop): New defun.
7743 (tramp-make-tramp-file-name): New optional arg HOP.
7744 (tramp-message-show-progress-reporter-message): New defvar.
7745 (tramp-with-progress-reporter): Use it. We cannot use
7746 `tramp-message-show-message' here, because this suppresses also
7747 error buffers.
7748 (tramp-error-with-buffer): Suppress buffer view, if
7749 `tramp-message-show-message' is nil.
7750 Use `tramp-get-connection-buffer'.
7751 (tramp-cleanup): New defun.
7752 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
7753 (tramp-file-name-handler): If `debug-on-error' is set, propagate
7754 an error unchanged.
7755 (tramp-completion-handle-file-name-all-completions): Handle hops.
7756 Fix an error when called from ido.
7757 (tramp-completion-dissect-file-name): Use better local variable
7758 name. Add hop to the vector.
7759 (tramp-handle-insert-file-contents): Use progress-reporter for the
7760 whole scenario.
7761 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
7762 to `t'.
7763 (tramp-check-for-regexp): Simplify search.
7764 (tramp-enter-password): Remove it. Move implementation ...
7765 (tramp-action-password): ... here.
7766 (tramp-mode-string-to-int, tramp-local-host-p)
7767 (tramp-make-tramp-temp-file, tramp-read-passwd)
7768 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
7769 Set tramp-autoload cookie.
7770
7771 * net/trampver.el: Update release number.
7772
7773 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7774 Michael Albinus <michael.albinus@gmx.de>
7775
7776 * net/tramp.el (tramp-set-completion-function): Fix docstring.
7777 (tramp-parse-group, tramp-parse-file)
7778 (tramp-parse-shostkeys-sknownhosts): New defuns.
7779 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
7780 (tramp-parse-shosts-group, tramp-parse-sconfig)
7781 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
7782 (tramp-parse-sknownhosts, tramp-parse-hosts)
7783 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
7784 Use them.
7785 (tramp-parse-passwd-group, tramp-parse-netrc-group)
7786 (tramp-parse-putty-group): Don't narrow.
7787 (tramp-parse-putty): Make a loop.
7788 (tramp-file-name-handler): Catch the `suppress' signal.
7789
7790 2012-06-11 Chong Yidong <cyd@gnu.org>
7791
7792 * image.el (imagemagick-register-types): Put the ImageMagick entry
7793 at the end of image-type-file-name-regexps.
7794
7795 2012-06-11 Johan Bockgård <bojohan@gnu.org>
7796
7797 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
7798 (pcase, pcase-let*, pcase-dolist): Use them.
7799
7800 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7801
7802 * emacs-lisp/pcase.el (pcase--let*): New function.
7803 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
7804 (pcase--expand): Use macroexp-let².
7805
7806 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
7809 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
7810 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
7811 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
7812 * emacs-lisp/derived.el: Use pcase instead of `cl'.
7813 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
7814
7815 2012-06-10 Glenn Morris <rgm@gnu.org>
7816
7817 * mail/rmail.el (rmail-yank-current-message): Leave point at
7818 correct position. (Bug#11660)
7819
7820 2012-06-10 Chong Yidong <cyd@gnu.org>
7821
7822 * allout-widgets.el: Fix code header.
7823
7824 2012-06-10 Chong Yidong <cyd@gnu.org>
7825
7826 * cus-edit.el (customize-changed-options-previous-release):
7827 Bump to 24.1.
7828
7829 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
7830
7831 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
7832
7833 2012-06-09 Chong Yidong <cyd@gnu.org>
7834
7835 * ebuff-menu.el (electric-buffer-list): Preserve header line.
7836
7837 2012-06-09 Martin Rudalics <rudalics@gmx.at>
7838
7839 * window.el (special-display-popup-frame): Don't use
7840 window--display-buffer (Bug#11651).
7841
7842 2012-06-09 Eli Zaretskii <eliz@gnu.org>
7843
7844 Fix parallel builds: make sure loaddefs.el is not being written
7845 while Lisp files are compiled.
7846 (compile): Don't depend on 'mh-autoloads'.
7847 (compile-CMD, compile-SH): Depend on 'autoloads'.
7848 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
7849
7850 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
7851
7852 2012-06-09 Chong Yidong <cyd@gnu.org>
7853
7854 * face-remap.el (face-remap-add-relative, face-remap-set-base)
7855 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
7856 Doc fixes (Bug#11225).
7857
7858 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
7861 a function if there's a clear indication that it has a compiler-macro.
7862 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
7863 (macro-declarations-alist): Add arglist to declaration functions.
7864 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
7865 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
7866 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
7867 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
7868 Also add autoload to find the compiler macro.
7869 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
7870 (cl--compiler-macro-member, cl--compiler-macro-assoc)
7871 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
7872 (cl--compiler-macro-get): New functions, replacing calls to
7873 cl-define-compiler-macro.
7874 (cl-typep) [compiler-macro]: Use macroexp-let².
7875
7876 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
7877
7878 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
7879 string properly, fixes Bug#11473.
7880
7881 2012-06-08 Chong Yidong <cyd@gnu.org>
7882
7883 * faces.el (set-face-attribute): Doc fix.
7884 (modify-face): Don't use :bold and :italic.
7885 (error, warning, success): Tweak definitions.
7886
7887 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
7888 (custom-modified, custom-set, custom-changed, custom-themed)
7889 (custom-saved, custom-button, custom-button-mouse)
7890 (custom-button-pressed, custom-state, custom-comment-tag)
7891 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
7892 (custom-group-subtitle): Use new-style face specs.
7893 (custom-invalid-face, custom-rogue-face, custom-modified-face)
7894 (custom-set-face, custom-changed-face, custom-saved-face)
7895 (custom-button-face, custom-button-pressed-face)
7896 (custom-documentation-face, custom-state-face)
7897 (custom-comment-face, custom-comment-tag-face)
7898 (custom-variable-tag-face, custom-variable-button-face)
7899 (custom-face-tag-face, custom-group-tag-face-1)
7900 (custom-group-tag-face): Remove obsolete face alias.
7901
7902 * epa.el (epa-validity-high, epa-validity-medium)
7903 (epa-validity-low, epa-mark, epa-field-name, epa-string)
7904 (epa-field-name, epa-field-body):
7905 * font-lock.el (font-lock-comment-face, font-lock-string-face)
7906 (font-lock-keyword-face, font-lock-builtin-face)
7907 (font-lock-function-name-face, font-lock-variable-name-face)
7908 (font-lock-type-face, font-lock-constant-face):
7909 * ido.el (ido-first-match, ido-only-match, ido-subdir)
7910 (ido-virtual, ido-indicator, ido-incomplete-regexp):
7911 * speedbar.el (speedbar-button-face, speedbar-file-face)
7912 (speedbar-directory-face, speedbar-tag-face)
7913 (speedbar-selected-face, speedbar-highlight-face)
7914 (speedbar-separator-face):
7915 * whitespace.el (whitespace-newline, whitespace-space)
7916 (whitespace-hspace, whitespace-tab, whitespace-trailing)
7917 (whitespace-line, whitespace-space-before-tab)
7918 (whitespace-space-after-tab, whitespace-indentation)
7919 (whitespace-empty):
7920 * emulation/cua-base.el (cua-global-mark):
7921 * eshell/em-prompt.el (eshell-prompt):
7922 * net/newst-plainview.el (newsticker-new-item-face)
7923 (newsticker-old-item-face, newsticker-immortal-item-face)
7924 (newsticker-obsolete-item-face, newsticker-date-face)
7925 (newsticker-statistics-face, newsticker-default-face):
7926 * net/newst-reader.el (newsticker-feed-face)
7927 (newsticker-extra-face, newsticker-enclosure-face):
7928 * net/newst-treeview.el (newsticker-treeview-face)
7929 (newsticker-treeview-new-face, newsticker-treeview-old-face)
7930 (newsticker-treeview-immortal-face)
7931 (newsticker-treeview-obsolete-face)
7932 (newsticker-treeview-selection-face):
7933 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
7934 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
7935 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
7936 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
7937 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
7938 (nxml-outline-active-indicator, nxml-outline-ellipsis):
7939 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
7940 (mpuz-text):
7941 * progmodes/vera-mode.el (vera-font-lock-number)
7942 (vera-font-lock-function, vera-font-lock-interface):
7943 * textmodes/table.el (table-cell): Use new-style face specs, and
7944 don't use the old :bold and :italic attributes.
7945
7946 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7947 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
7948 (ebrowse-member-class, ebrowse-progress): Likewise.
7949 (ebrowse-tree-mark-face, ebrowse-root-class-face)
7950 (ebrowse-file-name-face, ebrowse-default-face)
7951 (ebrowse-member-attribute-face, ebrowse-member-class-face)
7952 (ebrowse-progress-face): Remove obsolete faces.
7953
7954 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7955 Inherit from error and warning faces respectively.
7956
7957 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7958 Likewise.
7959 (flyspell-incorrect-face, flyspell-duplicate-face):
7960 Remove obsolete aliases.
7961
7962 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
7963
7964 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
7965 Avoid infloop.
7966
7967 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7968
7969 * startup.el (argv, argi): Make lexically scoped.
7970 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
7971 * emacs-lisp/cl-macs.el: Use lexical-binding.
7972 Rename cl-bind-* to cl--bind-*.
7973 * files.el: Don't require `cl' since it doesn't use it.
7974 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
7975
7976 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
7977
7978 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
7979 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
7980 instead of calling external sort utility.
7981 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
7982
7983 2012-06-08 Eli Zaretskii <eliz@gnu.org>
7984
7985 * descr-text.el (describe-char): Mention how to insert the
7986 character, if the current input method doesn't support it.
7987 See the discussion in this thread for the details:
7988 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
7989
7990 2012-06-08 Sam Steingold <sds@gnu.org>
7991
7992 * bindings.el (global-map): Bind XF86Forward to next-buffer and
7993 XF86Back to previous-buffer.
7994 (minibuffer-local-map): Bind them to next-history-element and
7995 previous-history-element respectively.
7996 * help-mode.el (help-mode-map): Bind them to help-go-forward and
7997 help-go-back respectively.
7998 * info.el (Info-mode-map): Bind them to Info-history-forward and
7999 Info-history-back respectively.
8000 These are the keys next to Up on the ThinkPad keyboard.
8001
8002 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8003
8004 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
8005 * emacs-lisp/cl-macs.el: Provide itself.
8006 (cl--labels-convert-cache): New var.
8007 (cl--labels-convert): New function.
8008 (cl-flet, cl-labels): New implementation with new semantics, relying on
8009 lexical-binding.
8010 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
8011 (cl-closure-vars, cl--function-convert-cache)
8012 (cl--function-convert): Move from cl-macs.el.
8013 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
8014 rename by removing the "cl-" prefix.
8015 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
8016
8017 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8018
8019 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
8020 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
8021 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
8022 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
8023 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
8024 (cl-hash-table-count): Add old compatibility aliases.
8025
8026 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
8027 Use macroexpand-all-environment instead.
8028 (cl--old-macroexpand): New var.
8029 (cl--sm-macroexpand): New function.
8030 (cl-symbol-macrolet): Use it during macro expansion.
8031 (cl--function-convert-cache): New var.
8032 (cl--function-convert): New function, extracted from
8033 cl-macroexpand-all.
8034 (cl-lexical-let): Use it.
8035
8036 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
8037 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
8038 (cl-member): Remove old alias.
8039
8040 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
8041 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
8042 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
8043 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
8044 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
8045 (cl-macroexpand-cmacs): Remove var.
8046 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
8047 Use macroexpand-all instead.
8048
8049 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8050
8051 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
8052 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
8053 (macroexp-copyable-p): New functions and macros.
8054 * emacs-lisp/edebug.el (edebug-unwrap):
8055 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
8056 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
8057 (pcase--let*): Remove.
8058 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
8059 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
8060 macroexp-const-p instead.
8061 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
8062
8063 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
8064 instead of "cl-" for internal definitions. Use macroexp-const-p.
8065 (cl-old-bc-file-form): Remove var.
8066 (cl-const-exprs-p): Remove fun.
8067 (cl-labels, cl-macrolet): Use backquote.
8068 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
8069 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
8070 (cl-define-setf-expander): Rename from cl-define-setf-method.
8071 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
8072
8073 * international/mule-cmds.el: Don't require CL.
8074 (view-hello-file): Don't use `letf'.
8075
8076 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * tmm.el (tmm-prompt): Use string-prefix-p.
8079 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
8080 (tmm-add-prompt): Use minibuffer-completion-help.
8081 (tmm-delete-map): Remove.
8082
8083 * subr.el (kbd): Make it its own function.
8084
8085 2012-06-07 Stefan Merten <smerten@oekonux.de>
8086
8087 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
8088 Silence compiler warnings. Fix versions.
8089 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
8090 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
8091 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
8092 (rst-package-emacs-version-alist): Correct Emacs version to
8093 represent major merge with upstream.
8094 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
8095
8096 2012-06-06 Glenn Morris <rgm@gnu.org>
8097
8098 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
8099 Only print environment variables if set.
8100
8101 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8102
8103 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
8104 (macroexp--cons): Rename from maybe-cons.
8105 (macroexp--accumulate): Rename from macroexp-accumulate.
8106 (macroexp--all-forms): Rename from macroexpand-all-forms.
8107 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
8108 (macroexp--expand-all): Rename from macroexpand-all-1.
8109
8110 2012-06-06 Sam Steingold <sds@gnu.org>
8111
8112 * calendar/calendar.el (calendar-in-read-only-buffer):
8113 Call `special-mode' to enable the standard read-only keybindings.
8114
8115 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8116
8117 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
8118 with "loading" messages (bug#11635).
8119
8120 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
8121
8122 * files.el (enable-remote-dir-locals): New option.
8123 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
8124
8125 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
8126 Ensure, that the temp directory is local.
8127
8128 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
8129 `temporary-file-directory'.
8130
8131 * progmodes/python.el (python-send-region): Ensure, that the
8132 temporary file is created also in the remote case.
8133
8134 2012-06-06 Glenn Morris <rgm@gnu.org>
8135
8136 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
8137 (vc-rcs-update-changelog): Use it.
8138
8139 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
8140
8141 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
8142 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
8143 (vc-sccs-diff): Replace use of the external vcdiff script.
8144
8145 2012-06-05 Glenn Morris <rgm@gnu.org>
8146
8147 * ledit.el: Move to obsolete/.
8148
8149 2012-06-05 Sam Steingold <sds@gnu.org>
8150
8151 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
8152 patch (Bug#11140).
8153
8154 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8155
8156 * emacs-lisp/cust-print.el: Move to obsolete.
8157
8158 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
8159 compiler-macro expansion.
8160
8161 Add native compiler-macro support.
8162 * emacs-lisp/macroexp.el (macroexpand-all-1):
8163 Support compiler-macros directly. Properly follow aliases and apply
8164 the compiler macros more thoroughly.
8165 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
8166 macroexpand now properly follows aliases.
8167 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
8168 (cl-compiler-macroexpand): Use new prop.
8169 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
8170
8171 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
8172
8173 2012-06-05 Martin Rudalics <rudalics@gmx.at>
8174
8175 * window.el (get-lru-window, get-mru-window, get-largest-window):
8176 New argument NOT-SELECTED to avoid picking the selected window.
8177 (window--display-buffer-1, window--display-buffer-2): Replace by
8178 new function window--display-buffer
8179 (display-buffer-same-window, display-buffer-reuse-window)
8180 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8181 Use window--display-buffer.
8182 (display-buffer-use-some-window): Remove temporary dedication
8183 hack by calling get-lru-window and get-largest-window with
8184 NOT-SELECTED argument non-nil. Call window--display-buffer.
8185
8186 2012-06-05 Glenn Morris <rgm@gnu.org>
8187
8188 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
8189 Replace external vcdiff script.
8190
8191 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8192
8193 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
8194
8195 2012-06-04 Chong Yidong <cyd@gnu.org>
8196
8197 * image.el (imagemagick-types-inhibit): Revert last change.
8198 Add INFO and M.
8199 (imagemagick-enabled-types): Remove CIN and EPS*.
8200
8201 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8202
8203 * emacs-lisp/cl-lib.el: Rename from cl.el.
8204 * emacs-lisp/cl.el: New compatibility file.
8205 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
8206 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
8207 to obey the "cl-" prefix.
8208 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
8209
8210 2012-06-03 Glenn Morris <rgm@gnu.org>
8211
8212 * emacs-lisp/authors.el (authors-aliases): Addition.
8213
8214 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
8215 Fix :version.
8216
8217 2012-06-03 Stefan Merten <smerten@oekonux.de>
8218
8219 * textmodes/rst.el: Add comments.
8220 (rst-transition, rst-adornment): New faces.
8221 (rst-adornment-faces-alist): Make default safe to reevaluate.
8222 Fixes
8223 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
8224 Improve customization tags.
8225 (rst-define-level-faces): Clarify meaning.
8226
8227 2012-06-03 Chong Yidong <cyd@gnu.org>
8228
8229 * progmodes/compile.el (compilation-mode-line-fail)
8230 (compilation-mode-line-run, compilation-mode-line-exit):
8231 New faces.
8232 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
8233
8234 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
8235
8236 * progmodes/which-func.el (which-func-update-ediff-windows):
8237 New function. Use it in ediff-select-hook (Bug#11478).
8238
8239 2012-06-03 Chong Yidong <cyd@gnu.org>
8240
8241 * bindings.el: Remove explicit help text from format-mode-line.
8242 It is now supplied by mode-line-default-help-echo.
8243 (mode-line-front-space, mode-line-end-spaces)
8244 (mode-line-misc-info): New variables.
8245 (mode-line-modes, mode-line-position): Move the default value to
8246 the variable definition.
8247 (mode-line-default-help-echo): New defcustom.
8248 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
8249 (mode-line-modified-help-echo): New functions.
8250 (mode-line-mule-info, mode-line-modified): Use them.
8251 (mode-line-eol-desc, propertized-buffer-identification):
8252 Consistency fixes for help text.
8253 (mode-line-coding-system-map): Allow using mouse-3 to invoke
8254 set-buffer-file-coding-system (Bug#289).
8255 (mode-line-mule-info-help-echo): Update help text.
8256
8257 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8258
8259 * simple.el (execute-extended-command): Set real-this-command
8260 (bug#11506).
8261
8262 2012-06-02 Chong Yidong <cyd@gnu.org>
8263
8264 Remove incorrect uses of "modeline" in comments, docstrings, and
8265 function/variable names (Bug#10329).
8266
8267 * cus-edit.el (mode-line):
8268 * dframe.el (dframe-mouse-hscroll):
8269 * emacs-lisp/re-builder.el:
8270 * emacs-lisp/easy-mmode.el (define-minor-mode):
8271 * frame.el (set-frame-name):
8272 * help.el (lookup-minor-mode-from-indicator):
8273 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
8274 * progmodes/cc-cmds.el (c-toggle-auto-newline)
8275 (c-toggle-hungry-state):
8276 * progmodes/antlr-mode.el (antlr-language-alist):
8277 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
8278 * progmodes/vhdl-mode.el (vhdl-mode):
8279 * progmodes/which-func.el (which-func, which-func-cleanup-function):
8280 * term/ns-win.el (ns-face-at-pos):
8281 * term/sup-mouse.el (sup-mouse-report):
8282 * textmodes/flyspell.el (flyspell-mode-line-string):
8283 * textmodes/ispell.el (ispell-highlight-face):
8284 * textmodes/reftex-global.el:
8285 * vc/vc-arch.el (vc-arch-mode-line-string):
8286 * vc/vc-cvs.el (vc-cvs-mode-line-string):
8287 * vc/vc-git.el (vc-git-mode-line-string):
8288 * vc/vc-hooks.el (vc-display-status)
8289 (vc-default-mode-line-string):
8290 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
8291
8292 * ansi-color.el (ansi-color-faces-vector): Change default faces.
8293
8294 * dired.el (dired-sort-set-mode-line): Rename from
8295 dired-sort-set-modeline. All callers changed.
8296
8297 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
8298 eshell-status-in-modeline.
8299
8300 * foldout.el (foldout-mode-line-string): Rename from
8301 foldout-modeline-string. All callers changed.
8302 (foldout-update-mode-line): Rename from foldout-update-modeline.
8303
8304 * subr.el (redraw-modeline): Make into obsolete alias.
8305
8306 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
8307 timeclock-modeline-display. Make old name an alias.
8308 (timeclock-update-mode-line): Likewise. All callers changed.
8309 (timeclock-mode-line-display): No need to check before using
8310 add-hook.
8311 (timeclock-relative, timeclock-day-over-hook)
8312 (timeclock-use-elapsed, timeclock-mode-string)
8313 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
8314
8315 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
8316 crisp-mode-modeline-string.
8317
8318 * play/solitaire.el (solitaire-build-mode-line): Rename from
8319 solitaire-build-modeline. All callers changed.
8320
8321 * play/zone.el (zone-hiding-mode-line): Rename from
8322 zone-hiding-modeline. All callers changed.
8323 (zone): Remove unusued `modeline-hidden-level' property.
8324
8325 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
8326 xscheme-modeline-initialize. All callers changed.
8327
8328 * strokes.el (strokes-lighter): Rename from
8329 strokes-modeline-string.
8330
8331 * textmodes/sgml-mode.el (html-face-tag-alist)
8332 (html-tag-face-alist): Use mode-line face instead of obsolete
8333 alias modeline.
8334
8335 2012-06-02 Stefan Merten <smerten@oekonux.de>
8336
8337 * textmodes/rst.el: Always require `cl'.
8338 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
8339
8340 2012-06-02 Chong Yidong <cyd@gnu.org>
8341
8342 * image.el (imagemagick-enabled-types): Rename from
8343 imagemagick-types-enable. Add many more types.
8344 (imagemagick-types-inhibit): Change default to nil.
8345 (imagemagick-filter-types): Caller changed.
8346
8347 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8348
8349 * emacs-lisp/cl-macs.el: Use backquotes.
8350 (cl-transform-function-property): Use eval-and-compile rather than
8351 abusing `require'.
8352 (defstruct): Use declare-function instead of with-no-warnings.
8353
8354 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
8355 (byte-compile-output-docform): Re-add the print-circle bindings.
8356 (byte-compile-fix-header): Use #$ just because it's shorter.
8357 (byte-compile-output-file-form): Remove defun/defmacro.
8358
8359 2012-06-01 Martin Rudalics <rudalics@gmx.at>
8360
8361 * simple.el (choose-completion): Remove now obsolete binding for
8362 owindow.
8363
8364 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
8365
8366 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
8367 in order to avoid "Stack overflow in regexp matcher".
8368
8369 2012-05-31 Glenn Morris <rgm@gnu.org>
8370
8371 * image.el: For clarity, call imagemagick-register-types at
8372 top-level, rather than relying on a custom :initialize.
8373 (imagemagick-types-enable): New option. (Bug#11557)
8374 (imagemagick-filter-types): New function. (Bug#7406)
8375 (imagemagick-register-types): Use imagemagick-filter-types.
8376 If disabling support, remove elements altogether rather
8377 than using an impossible regexp.
8378 (imagemagick-types-inhibit): Give it the default init function.
8379
8380 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8381
8382 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
8383 Handle arbitrary file name lengths (Bug#11585).
8384
8385 2012-05-31 Martin Rudalics <rudalics@gmx.at>
8386
8387 * desktop.el (desktop-read): Clear previous and next buffers for
8388 all windows and bury *Messages* buffer (bug#11556).
8389
8390 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8391
8392 Add `declare' for `defun'. Align `defmacro's with it.
8393 * emacs-lisp/easy-mmode.el (define-minor-mode)
8394 (define-globalized-minor-mode): Don't autoload the var definitions.
8395 * emacs-lisp/byte-run.el: Use lexical-binding.
8396 (defun-declarations-alist, macro-declarations-alist): New vars.
8397 (defmacro, defun): Use them.
8398 (make-obsolete, define-obsolete-function-alias)
8399 (make-obsolete-variable, define-obsolete-variable-alias):
8400 Use `declare'.
8401 (macro-declaration-function): Mark obsolete.
8402 * emacs-lisp/autoload.el: Use lexical-binding.
8403 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
8404
8405 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8406
8407 * textmodes/ispell.el (ispell-with-no-warnings):
8408 Define as a macro.
8409 (ispell-kill-ispell, ispell-change-dictionary):
8410 Use `called-interactively-p' for Emacs instead of obsolete
8411 `interactive-p'.
8412
8413 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8414
8415 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
8416 (macro-declaration-function): Move var from C code.
8417 (macro-declaration-function): Define function with defalias.
8418 * emacs-lisp/macroexp.el (macroexpand-all-1):
8419 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
8420 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
8421 defun/defmacro any more.
8422 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
8423 Provide fallback for unknown arglist.
8424 (byte-compile-arglist-warn): Change calling convention.
8425 (byte-compile-output-file-form): Move print-vars binding.
8426 (byte-compile-output-docform): Simplify accordingly.
8427 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
8428 (byte-compile-defmacro-declaration): Remove.
8429 (byte-compile-file-form-defmumble): Generalize to defalias.
8430 (byte-compile-output-as-comment): Return byte-positions.
8431 Simplify callers accordingly.
8432 (byte-compile-lambda): Use `assert'.
8433 (byte-compile-defun, byte-compile-defmacro): Remove.
8434 (byte-compile-file-form-defalias):
8435 Use byte-compile-file-form-defmumble.
8436 (byte-compile-defalias-warn): Remove.
8437
8438 2012-05-29 Stefan Merten <smerten@oekonux.de>
8439
8440 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
8441 possible. Fix authors. Improve comments. Improve loading of `cl'.
8442
8443 (rst-mode-abbrev-table): Merge definition.
8444 (rst-mode): Make sure `font-lock-defaults' is buffer local.
8445 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
8446
8447 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
8448
8449 * calendar/icalendar.el
8450 (icalendar-export-region): Export UID properly.
8451
8452 2012-05-29 Leo Liu <sdl.web@gmail.com>
8453 * calendar/icalendar.el (icalendar-import-format):
8454 Add `icalendar-import-format-uid' (Bug#11525).
8455 (icalendar-import-format-uid): New.
8456 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
8457 Export UID.
8458
8459 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8460
8461 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
8462 different alternative patterns.
8463 (pcase-codegen): Be more careful to preserve identity.
8464 (pcase--u1): Don't forget to mark vars as used.
8465
8466 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
8467 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
8468 (byte-compile-from-buffer): ...rather than here.
8469
8470 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
8471 functions from byte-compile-function-environment.
8472
8473 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
8474
8475 * window.el (window-deletable-p): Avoid deleting the root window
8476 of a frame with an active minibuffer.
8477
8478 2012-05-29 Martin Rudalics <rudalics@gmx.at>
8479
8480 * simple.el (choose-completion): Use quit-window (Bug#11567).
8481
8482 2012-05-29 Chong Yidong <cyd@gnu.org>
8483
8484 * whitespace.el (whitespace-cleanup): Fix usage of
8485 whitespace-empty-at-bob-regexp (Bug#11492).
8486
8487 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8488
8489 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
8490 revert (Bug#11488).
8491
8492 2012-05-29 Juri Linkov <juri@jurta.org>
8493
8494 * isearch.el (isearch-mode-map): Bind `M-s _' to
8495 `isearch-toggle-symbol'. Bind `M-s c' to
8496 `isearch-toggle-case-fold'.
8497 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
8498 (isearch-forward): Add `M-s _' to the docstring.
8499 (isearch-forward-symbol, isearch-toggle-case-fold)
8500 (isearch-symbol-regexp): New functions. (Bug#11381)
8501
8502 2012-05-29 Juri Linkov <juri@jurta.org>
8503
8504 * isearch.el (isearch-word): Add docstring. (Bug#11381)
8505 (isearch-occur, isearch-search-and-update): If `isearch-word' is
8506 a function, call it to get the regexp.
8507 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
8508 property `isearch-message-prefix' instead of the string "word ".
8509 (isearch-search-fun-default): For the case of `isearch-word',
8510 return a lambda that calls re-search-forward/re-search-backward
8511 with a regexp returned by `word-search-regexp' or by the function
8512 in `isearch-word'.
8513
8514 2012-05-29 Juri Linkov <juri@jurta.org>
8515
8516 * isearch.el (isearch-search-fun-default): New function.
8517 (isearch-search-fun): Move default part to the new function
8518 `isearch-search-fun-default'.
8519 (isearch-search-fun-function): Set the default value to
8520 `isearch-search-fun-default'. (Bug#11381)
8521
8522 * comint.el (comint-history-isearch-end):
8523 Use `isearch-search-fun-default'.
8524 (comint-history-isearch-search): Use `isearch-search-fun-default'
8525 and remove spacial case for `isearch-word'.
8526 (comint-history-isearch-wrap): Remove spacial case for
8527 `isearch-word'.
8528
8529 * hexl.el (hexl-isearch-search-function):
8530 Use `isearch-search-fun-default'.
8531
8532 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
8533 Use `word-search-regexp' for `isearch-word'.
8534
8535 * misearch.el (multi-isearch-search-fun):
8536 Use `isearch-search-fun-default'.
8537
8538 * simple.el (minibuffer-history-isearch-search):
8539 Use `isearch-search-fun-default' and remove spacial case for
8540 `isearch-word'.
8541 (minibuffer-history-isearch-wrap): Remove spacial case for
8542 `isearch-word'.
8543
8544 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
8545 Remove spacial case for `isearch-word'.
8546 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
8547
8548 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8549
8550 Decrease XEmacs incompatibilities.
8551 * textmodes/flyspell.el (flyspell-check-pre-word-p):
8552 Use `string-match'.
8553 (flyspell-delete-region-overlays): Use alternative definition for
8554 XEmacs.
8555 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
8556 (flyspell-word): Use `process-kill-without-query' if XEmacs.
8557 (flyspell-mode-on): Use `interactive-p' if XEmacs.
8558 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
8559 `define-obsolete-face-alias' under XEmacs, but old method.
8560
8561 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
8562 `with-no-warnings' definition or Emacs alias.
8563 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
8564 (ispell-word): Do not use `region-p' if XEmacs.
8565
8566 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8567
8568 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8569 Check for `ispell-dictionary-base-alist' instead of full
8570 `ispell-dictionary-alist'.
8571 (ispell-init-process): Show spellchecker when starting new Ispell
8572 process.
8573
8574 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8575
8576 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
8577 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
8578
8579 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
8580
8581 * version.el (motif-version-string, gtk-version-string)
8582 (ns-version-string): Declare.
8583
8584 2012-05-27 Juri Linkov <juri@jurta.org>
8585
8586 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
8587 after the `eval-defun-1' specialcaseing
8588 like in `edebug-eval-defun' (bug#10181).
8589
8590 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
8591 like in `eval-defun-1'.
8592
8593 2012-05-27 Eli Zaretskii <eliz@gnu.org>
8594
8595 * mail/sendmail.el (mail-yank-region):
8596 Recognize rmail-yank-current-message in addition to insert-buffer.
8597 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
8598 a *mail* buffer created through rmail-start-mail with sendmail as
8599 mail-user-agent.
8600
8601 2012-05-27 Chong Yidong <cyd@gnu.org>
8602
8603 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
8604 Default to 256 (Bug#11267).
8605
8606 * help.el (describe-mode): Doc fix.
8607
8608 2012-05-26 Glenn Morris <rgm@gnu.org>
8609
8610 * w32-fns.el (w32-init-info): Remove.
8611 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
8612
8613 * info.el (info-initialize): For self-contained NS builds, put the
8614 included info/ directory at the front. (Bug#2791)
8615
8616 * paths.el (Info-default-directory-list): Make it a defcustom,
8617 mainly so that we can use custom-initialize-delay.
8618
8619 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8620
8621 * subr.el (buffer-has-markers-at): Mark obsolete.
8622
8623 * subr.el (lambda): Use declare.
8624
8625 * emacs-lisp/lisp-mode.el (lambda):
8626 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
8627
8628 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8629
8630 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
8631
8632 2012-05-26 Glenn Morris <rgm@gnu.org>
8633
8634 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
8635
8636 2012-05-25 Glenn Morris <rgm@gnu.org>
8637
8638 * paths.el: Remove no-byte-compile.
8639 * loadup.el: No need to load paths.el uncompiled.
8640
8641 * image.el (imagemagick-types-inhibit): Doc fix.
8642
8643 * version.el: Remove no-byte-compile and associated formatting.
8644 * loadup.el: No need to load version.el uncompiled. AFAICS, this
8645 is ancient code from when there was an "inc-vers.el".
8646
8647 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * progmodes/gdb-mi.el: Minor style changes.
8650 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
8651 Turn into minor modes.
8652 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
8653 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
8654 (gdb-shell): Remove unneeded let-binding.
8655 (gdb-get-many-fields): Eliminate O(n²) behavior.
8656
8657 2012-05-25 Eli Zaretskii <eliz@gnu.org>
8658
8659 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
8660 platforms that don't link in fontset.c.
8661
8662 2012-05-25 Juri Linkov <juri@jurta.org>
8663
8664 Use the same diff color scheme as in modern VCSes (bug#10181).
8665
8666 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
8667 to avoid confusion with `diff-added' that now uses green colors.
8668 (diff-removed): Use shades of red.
8669 (diff-added): Use shades of green.
8670 (diff-changed): Leave just the yellow color.
8671 (diff-use-changed-face): New variable.
8672 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
8673 how to highlight context diff changes.
8674 (diff-refine-change): Use shades of yellow.
8675 (diff-refine-removed): New face that uses shades of red.
8676 (diff-refine-added): New face that uses shades of green.
8677 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
8678 `diff-refine-removed' in the call to `smerge-refine-subst'
8679 depending on the value of `diff-use-changed-face'.
8680
8681 * vc/smerge-mode.el (smerge-mine): Use shades of red.
8682 (smerge-other): Use shades of green.
8683 (smerge-base): Use shades of yellow.
8684 (smerge-refined-change): Empty face.
8685 (smerge-refined-removed): New face that uses shades of red.
8686 (smerge-refined-added): New face that uses shades of green.
8687 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
8688 args `props-r' and `props-a', and use them. Doc fix.
8689 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
8690 on its value use different faces `smerge-refined-change',
8691 `smerge-refined-removed', `smerge-refined-added' in the call to
8692 `smerge-refine-subst'.
8693
8694 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
8695 Add face condition `min-colors 88' with shades of red.
8696 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
8697 `min-colors 88' with shades of green.
8698 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
8699 `min-colors 88' with shades of yellow.
8700
8701 2012-05-24 Glenn Morris <rgm@gnu.org>
8702
8703 * paths.el (prune-directory-list, remote-shell-program): Move to...
8704 * files.el (prune-directory-list, remote-shell-program): ...here.
8705 For the latter, delay initialization, prefer ssh, just search PATH.
8706
8707 * paths.el (term-file-prefix): Move to faces.el (the only user).
8708 * faces.el (term-file-prefix): Move here, make it a defcustom.
8709
8710 * paths.el (news-directory, news-path, news-inews-program):
8711 Move to gnus/nnspool.el.
8712
8713 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
8714
8715 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
8716 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
8717 Make the latter a defcustom, with a delayed initialization.
8718
8719 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
8720 These were deleted from Gnus itself late 2010.
8721
8722 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
8723
8724 * progmodes/which-func.el (which-func-ff-hook):
8725 Check against user-error, not error.
8726
8727 * emacs-lisp/edebug.el (top): Do not load or set up loading of
8728 cl-specs.el, which no longer exists.
8729
8730 2012-05-22 Glenn Morris <rgm@gnu.org>
8731
8732 * info.el (info-emacs-bug): New command.
8733 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
8734 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
8735
8736 2012-05-21 Glenn Morris <rgm@gnu.org>
8737
8738 * makefile.w32-in (update-subdirs-SH):
8739 * Makefile.in (update-subdirs): Update for moved update-subdirs.
8740
8741 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8742
8743 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
8744
8745 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8746 Simplify Maven regexp, and make sure the file can't start with a space
8747 (bug#11517).
8748
8749 2012-05-21 Glenn Morris <rgm@gnu.org>
8750
8751 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8752 Scrap superfluous subshells.
8753
8754 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8755
8756 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
8757 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
8758
8759 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
8760
8761 * calc/calc.el (calc-ensure-consistent-units): New variable.
8762
8763 * calc/calc-units.el (math-consistent-units-p)
8764 (math-check-unit-consistency): New functions.
8765 (calc-quick-units, calc-convert-units):
8766 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
8767 is non-nil.
8768 (calc-extract-units): Fix typo.
8769
8770 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
8773
8774 * textmodes/flyspell.el: Commenting style, plus code simplifications.
8775 (flyspell-default-deplacement-commands): Don't spell check after
8776 repeated window/frame switches (e.g. triggered by mouse-movement).
8777 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
8778 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
8779 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
8780 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
8781 Remove unused vars.
8782 (flyspell-get-casechars, flyspell-get-not-casechars):
8783 Simplify; Don't bother removing a ] just to add it back.
8784 * textmodes/ispell.el (ispell-program-name): Use executable-find.
8785
8786 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8787
8788 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
8789 New functions.
8790 (math-function-table): Add support for more C functions.
8791
8792 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8793
8794 * textmodes/flyspell.el (flyspell-check-pre-word-p)
8795 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
8796 Protect delay handling for otherchars against empty otherchars.
8797
8798 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8799
8800 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
8801 their respective macro declarations.
8802 * skeleton.el (define-skeleton):
8803 * progmodes/compile.el (define-compilation-mode):
8804 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
8805 (define-ibuffer-filter):
8806 * emacs-lisp/generic.el (define-generic-mode):
8807 * emacs-lisp/easy-mmode.el (define-minor-mode)
8808 (define-globalized-minor-mode):
8809 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
8810 * emacs-lisp/byte-run.el (defsubst):
8811 * custom.el (deftheme): Add doc-string metadata.
8812
8813 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8814
8815 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
8816
8817 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8818
8819 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
8820
8821 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
8822 * emacs-lisp/cl-macs.el: Idem.
8823 * emacs-lisp/cl-specs.el: Remove.
8824
8825 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8826
8827 Minor renaming of internal CL functions and variables.
8828 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
8829 (cl--position): Rename from cl-position.
8830 (cl--delete-duplicates): Rename from cl-delete-duplicates.
8831 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
8832 (cl--random-state): Rename from *random-state*.
8833
8834 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8835
8836 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
8837 parens around the arg list (bug#11499).
8838
8839 2012-05-17 Juri Linkov <juri@jurta.org>
8840
8841 * isearch.el (word-search-regexp, word-search-backward)
8842 (word-search-forward, word-search-backward-lax)
8843 (word-search-forward-lax): Move functions from search.c
8844 (bug#10145, bug#11381).
8845
8846 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8847
8848 * textmodes/flyspell.el (flyspell-check-pre-word-p)
8849 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
8850 Delay for otherchars as for normal word components.
8851
8852 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8853
8854 * minibuffer.el (completion--sifn-requote): Fix last change.
8855 (minibuffer-local-must-match-filename-map):
8856 Move define-obsolete-variable-alias before its var.
8857
8858 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8859
8860 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
8861
8862 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
8863 behavior.
8864 (completion--string-equal-p): New function.
8865 (completion--twq-all): Use it to get better assertion failure data.
8866
8867 Only handle ".." and '..' quoting in shell-mode (bug#11466).
8868 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
8869 (shell--requote-argument): New functions.
8870 (shell-completion-vars): Use them.
8871 (shell--parse-pcomplete-arguments): Rename from
8872 shell-parse-pcomplete-arguments.
8873 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
8874 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
8875 Obey comint-file-name-quote-list.
8876
8877 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
8878 (smie-indent-keyword): Use it.
8879
8880 2012-05-14 Stefan Merten <smerten@oekonux.de>
8881
8882 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
8883
8884 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * net/rlogin.el (rlogin-mode-map): Fix last change.
8887
8888 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8889
8890 * mail/smtpmail.el (smtpmail-send-command): Send the command and
8891 the following \r\n using a single `process-send-string', since the
8892 Lotus SMTP server refuses to accept any commands if they are sent
8893 with two `process-send-string's (Bug#11444).
8894
8895 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8896
8897 * shell.el (shell-parse-pcomplete-arguments):
8898 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
8899
8900 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
8901
8902 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
8903 (image-transform-scale, image-transform-right-angle-fudge): New vars.
8904 (image-transform-width, image-transform-fit-width): New functions.
8905 (image-transform-properties): Use them.
8906 (image-transform-check-size): New function.
8907 (image-toggle-display-image): Use it (for testing).
8908 (image-transform-set-rotation): Reduce angle mod 360.
8909 Delete obsolete comment.
8910
8911 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
8912
8913 * image-mode.el: Fix scaling (bug#11399).
8914 (image-transform-resize): Doc fix.
8915 (image-transform-properties): Default scale is 1 and height should
8916 be an integer.
8917
8918 2012-05-13 Johan Bockgård <bojohan@gnu.org>
8919
8920 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
8921 than hard-coding `car', to fix misbehavior when moving forward.
8922
8923 2012-05-13 Chong Yidong <cyd@gnu.org>
8924
8925 * emacs-lisp/tabulated-list.el (tabulated-list-format)
8926 (tabulated-list-entries, tabulated-list-padding)
8927 (tabulated-list-sort-key): Make permanent-local.
8928
8929 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
8930 (electric-buffer-list): Put electric buffer menu
8931 command descriptions in this docstring, instead of the docstring
8932 of electric-buffer-menu-mode. Code cleanups.
8933 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
8934 Electric-buffer-menu-mode.
8935 (electric-buffer-update-highlight): Minor code cleanup.
8936
8937 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
8938
8939 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
8940 (Bug#11447)
8941
8942 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8943
8944 Move define-obsolete-variable-alias before the var's definition.
8945 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
8946 * tooltip.el (tooltip-hook):
8947 * textmodes/reftex-toc.el (reftex-toc-map):
8948 * textmodes/reftex-sel.el (reftex-select-label-map)
8949 (reftex-select-bib-map):
8950 * textmodes/reftex-index.el (reftex-index-map)
8951 (reftex-index-phrases-map):
8952 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
8953 * progmodes/meta-mode.el (meta-mode-map):
8954 * novice.el (disabled-command-hook):
8955 * loadhist.el (unload-hook-features-list):
8956 * frame.el (blink-cursor):
8957 * files.el (find-file-not-found-hooks, write-file-hooks)
8958 (write-contents-hooks):
8959 * emulation/tpu-edt.el (GOLD-map):
8960 * emacs-lock.el (emacs-lock-from-exiting):
8961 * emacs-lisp/generic.el (generic-font-lock-defaults):
8962 * emacs-lisp/chart.el (chart-map):
8963 * dos-fns.el (register-name-alist):
8964 * dired-x.el (dired-omit-files-p):
8965 * desktop.el (desktop-enable):
8966 * cus-edit.el (custom-mode-hook):
8967 * buff-menu.el (buffer-menu-mode-hook):
8968 * bookmark.el (bookmark-read-annotation-text-func)
8969 (bookmark-exit-hooks):
8970 * allout.el (allout-mode-deactivate-hook)
8971 (allout-exposure-change-hook, allout-structure-added-hook)
8972 (allout-structure-deleted-hook, allout-structure-shifted-hook):
8973 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
8974 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
8975 comes before the corresponding variable's definition.
8976
8977 2012-05-12 Chong Yidong <cyd@gnu.org>
8978
8979 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
8980 (Buffer-menu-mouse-select): Restore function (Bug#11459).
8981 (Buffer-menu-mode-map): Bind it.
8982 (Buffer-menu--pretty-name): Add a mouse-face property.
8983
8984 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8985
8986 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
8987 (prolog-upper-case-string, prolog-lower-case-string)
8988 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
8989 (prolog-use-smie, prolog-smie-grammar): New vars.
8990 (prolog-smie-forward-token, prolog-smie-backward-token)
8991 (prolog-smie-rules): New funs.
8992 (prolog-comment-indent): Remove.
8993 (prolog-mode-variables): Use default comment indentation instead.
8994 Setup SMIE.
8995 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
8996 (prolog-mode): Don't call them any more.
8997 (prolog-electric-colon, prolog-electric-dash)
8998 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
8999
9000 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
9001
9002 * minibuffer.el (completion--twq-all): Again, allow case differences.
9003
9004 * term.el: Move keymap initialization code to be more idiomatic.
9005 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
9006 (term-terminal-menu): Move initialization into declaration.
9007 (term-escape-char): Let the user set it in her .emacs.
9008
9009 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
9010 Provide SMIE-based indentation (not enabled by default yet).
9011 (sh-mode-map): Don't bind electric keys.
9012 Use electric-pair-mode instead of skeleton-pair.
9013 (sh-assignment-regexp): Fit within 80 columns.
9014 (sh-indent-supported): Specify actual shell name instead of boolean.
9015 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
9016 (sh-maybe-here-document): Use it. Make obsolete.
9017 (sh-electric-here-document-mode) New minor mode.
9018 (sh-mode): Use it. Don't set sh-indent-supported-here here.
9019 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
9020 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
9021 (sh-smie-rc-grammar, sh-use-smie): New vars.
9022 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
9023 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
9024 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
9025 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
9026 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
9027 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
9028 (sh-set-shell): Use smie-setup if requested.
9029
9030 * term.el (term-set-escape-char): Properly set term-escape-char.
9031 See http://stackoverflow.com/questions/10524656.
9032
9033 2012-05-10 Chong Yidong <cyd@gnu.org>
9034
9035 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
9036 Use url-generic-parse-url, and handle host names and Windows
9037 filenames properly.
9038 (ffap-url-unwrap-remote): Use url-generic-parse-url.
9039 (ffap-url-unwrap-remote): Accept list values, specifying a list of
9040 URL schemes to work on.
9041 (ffap--toggle-read-only): New function.
9042 (ffap-read-only, ffap-read-only-other-window)
9043 (ffap-read-only-other-frame): Use it.
9044 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
9045 necessary for ffap-url-unwrap-remote.
9046
9047 2012-05-10 Dave Abrahams <dave@boostpro.com>
9048
9049 * cus-start.el (create-lockfiles): Add it.
9050
9051 2012-05-09 Chong Yidong <cyd@gnu.org>
9052
9053 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
9054 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
9055
9056 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9057
9058 * shell.el (shell-completion-vars): Fix last change (bug#11348).
9059
9060 2012-05-09 Chong Yidong <cyd@gnu.org>
9061
9062 * ansi-color.el (ansi-color-process-output): Check for validity of
9063 comint-last-output-start before using it. This avoids a bad
9064 interaction with gdb-mi's input/output buffer.
9065
9066 2012-05-09 Glenn Morris <rgm@gnu.org>
9067
9068 * files.el (dir-locals-read-from-file):
9069 Mention dir-locals in any error message.
9070
9071 2012-05-09 Chong Yidong <cyd@gnu.org>
9072
9073 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
9074 package (Bug#11410).
9075
9076 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
9077 variables into description.
9078
9079 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9080
9081 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
9082 shell-delimiter-argument-list (bug#11348).
9083 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
9084
9085 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
9086
9087 * textmodes/rst.el: Silence byte-compiler warnings.
9088 (rst-re-alist, rst-reset-section-caches): Move around.
9089 (rst-re): Use `characterp', not `char-valid-p'.
9090 (font-lock-beg, font-lock-end): Declare.
9091
9092 * progmodes/idlw-shell.el (specs): Remove reference to deleted
9093 variable `idlwave-shell-activate-alt-keybindings' and simplify.
9094
9095 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
9096
9097 2012-05-08 Glenn Morris <rgm@gnu.org>
9098
9099 * files.el (auto-mode-alist): Treat ".make" like ".mk".
9100
9101 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 * vc/log-edit.el: Add GNU coding standards highlighting.
9104 (log-edit-font-lock-gnu-style)
9105 (log-edit-font-lock-gnu-keywords): New vars.
9106 (log-edit-font-lock-keywords): New fun.
9107 (log-edit-mode): Don't fold case in font-lock.
9108 (log-edit-font-lock-keywords): Do not assume case-folding.
9109
9110 * imenu.el: Misc cleanup. Make docstrings out of comments.
9111 Use lexical-binding.
9112 (imenu--index-alist, imenu--last-menubar-index-alist)
9113 (imenu-menubar-modified-tick): Use defvar-local.
9114 (imenu--split-menu): Remove unused var.
9115 (imenu--cleanup-seen): Declare as global.
9116 (imenu--cleanup): Use dolist.
9117
9118 * subr.el (defvar-local): Add debug spec and doc-string position.
9119
9120 2012-05-08 Glenn Morris <rgm@gnu.org>
9121
9122 * language/burmese.el, language/cham.el, language/czech.el:
9123 * language/english.el, language/georgian.el, language/greek.el:
9124 * language/japanese.el, language/khmer.el, language/korean.el:
9125 * language/lao.el, language/misc-lang.el, language/romanian.el:
9126 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
9127 * language/thai.el, language/utf-8-lang.el:
9128 Remove no-byte-compile setting.
9129
9130 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
9131
9132 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9133
9134 * progmodes/make-mode.el (makefile-browse):
9135 Remove unnecessary interactive. (Bug#11324)
9136
9137 2012-05-07 Glenn Morris <rgm@gnu.org>
9138
9139 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
9140
9141 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
9142
9143 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * loadup.el: Preload newcomment.el.
9146 * newcomment.el: Move autoload-only code to toplevel.
9147
9148 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
9149 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9150 Handle new :right-align column property.
9151 (tabulated-list-print-col): Idem, plus use `display' text-property to
9152 try and preserve alignment for variable pitch fonts.
9153
9154 2012-05-07 Chong Yidong <cyd@gnu.org>
9155
9156 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
9157 (tabulated-list-use-header-line): New var.
9158 (tabulated-list-init-header): Use it.
9159 (tabulated-list-print-fake-header): New function.
9160 (tabulated-list-print): Use it.
9161 (tabulated-list-sort-button-map): Add non-header-line commands.
9162 (tabulated-list-init-header): Add column name property to basic
9163 labels as well.
9164 (tabulated-list-col-sort): Handle non-header-line button case.
9165 (tabulated-list--sort-by-column-name): Fix a corner case.
9166
9167 * buff-menu.el (list-buffers--refresh):
9168 Handle Buffer-menu-use-header-line.
9169
9170 2012-05-06 Chong Yidong <cyd@gnu.org>
9171
9172 * buff-menu.el: Convert to Tabulated List mode.
9173 (Buffer-menu-buffer+size-width): Make obsolete.
9174 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
9175 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
9176 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
9177 documentation into docstring of buffer-menu.
9178 (Buffer-menu-toggle-files-only): Add an informative message.
9179 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
9180 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
9181 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
9182 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
9183 (Buffer-menu-execute, Buffer-menu-select)
9184 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
9185 (Buffer-menu-bury): Use Tabulated List machinery.
9186 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
9187 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
9188 Delete.
9189 (list-buffers--refresh): New function.
9190 (list-buffers-noselect): Use it.
9191 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
9192 (Buffer-menu--pretty-file-name): New helper functions.
9193
9194 * loadup.el: Preload tabulated-list.
9195
9196 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
9197 tabulated-list-sort-column.
9198 (tabulated-list-init-header): Add the initial aligning space even
9199 if tabulated-list-padding is zero.
9200
9201 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
9202
9203 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
9204 whose cdr is not a cons cell correctly (bug#11038).
9205
9206 2012-05-06 Chong Yidong <cyd@gnu.org>
9207
9208 * emacs-lisp/tabulated-list.el (tabulated-list-format):
9209 Accept additional plist in column descriptors.
9210 (tabulated-list-init-header): Obey it.
9211 (tabulated-list-get-entry): New function.
9212 (tabulated-list-put-tag): Use it. Use string-width instead of
9213 length.
9214 (tabulated-list--column-number): New function.
9215 (tabulated-list-print): Use it.
9216 (tabulated-list-print-col): New function.
9217 Set `tabulated-list-column-name' property on each column's text.
9218 (tabulated-list-print-entry): Use it.
9219 (tabulated-list-delete-entry, tabulated-list-set-col):
9220 New functions.
9221 (tabulated-list-sort-column): New command (Bug#11337).
9222
9223 * buff-menu.el (list-buffers): Move C-x C-b binding from
9224 buff-menu.el to bindings.el.
9225
9226 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
9227 :advertised-binding feature.
9228
9229 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
9230
9231 * progmodes/compile.el (compilation-internal-error-properties):
9232 Calculate start position correctly when end-col is set but
9233 end-line is not (Bug#11382).
9234
9235 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
9236
9237 * man.el (Man-unindent): Use text-property-default-nonsticky to
9238 prevent untabify from inheriting face properties (Bug#11408).
9239
9240 2012-05-05 Stefan Merten <smerten@oekonux.de>
9241
9242 * textmodes/rst.el: Major merge with upstream development up to
9243 Docutils SVN r7399 / rst.el V1.2.1.
9244
9245 Clarify maintainership and authors.
9246
9247 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
9248 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
9249 (rst-official-version, rst-official-cvs-rev, rst-version)
9250 (rst-package-emacs-version-alist): New functions and variables
9251 for version information.
9252
9253 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
9254 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
9255 (rst-mode-syntax-table, rst-mode): New and corrected functions
9256 and variables representing reStructuredText features.
9257
9258 (rst-re): New function for reStructuredText regexes. Use in
9259 many places.
9260
9261 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
9262 (rst-mode-map): Rebind keys.
9263
9264 (rst-mode-lazy, rst-font-lock-keywords)
9265 (rst-font-lock-extend-region)
9266 (rst-font-lock-extend-region-internal)
9267 (rst-font-lock-extend-region-extend)
9268 (rst-font-lock-find-unindented-line-limit)
9269 (rst-font-lock-find-unindented-line-match)
9270 (rst-adornment-level, rst-font-lock-adornment-level)
9271 (rst-font-lock-adornment-match)
9272 (rst-font-lock-handle-adornment-pre-match-form)
9273 (rst-font-lock-handle-adornment-matcher): Major revision of
9274 font-locking. Integrate with other code. Use `jit-lock-mode'.
9275
9276 (rst-preferred-adornments, rst-adjust-hook)
9277 (rst-new-adornment-down, rst-preferred-bullets)
9278 (rst-preferred-bullets, rst-indent, rst-indent-width)
9279 (rst-indent-field, rst-indent-literal-normal)
9280 (rst-indent-literal-minimized, rst-indent-comment): Change,
9281 extend and improve customization.
9282
9283 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
9284 (rst-normalize-cursor-position, rst-get-decoration)
9285 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
9286 (rst-rstrip, rst-toc-insert-find-delete-contents)
9287 (rst-shift-fill-region, rst-compute-bullet-tabs)
9288 (rst-debug-print-tabs, rst-debug-mark-found)
9289 (rst-shift-region-guts, rst-shift-region-right)
9290 (rst-shift-region-left, rst-use-char-classes)
9291 (rst-font-lock-keywords-function)
9292 (rst-font-lock-indentation-point)
9293 (rst-font-lock-find-unindented-line-begin)
9294 (rst-font-lock-find-unindented-line-end)
9295 (rst-font-lock-find-unindented-line)
9296 (rst-font-lock-adornment-point, rst-font-lock-level)
9297 (rst-adornment-level-alist): Remove functions and variables.
9298
9299 (rst-compare-adornments, rst-get-adornment-match)
9300 (rst-suggest-new-adornment, rst-get-adornments-around)
9301 (rst-adornment-complete-p, rst-get-next-adornment)
9302 (rst-adjust-adornment, rst-display-adornments-hierarchy)
9303 (rst-straighten-adornments): Standardize function names to
9304 use "adornment" instead of "decoration". Correct callers.
9305 Similar standardizing in many places.
9306
9307 (rst-update-section, rst-adjust, rst-promote-region)
9308 (rst-enumerate-region, rst-bullet-list-region)
9309 (rst-repeat-last-character): Correct use of `interactive'.
9310
9311 (rst-classify-adornment, rst-find-all-adornments)
9312 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
9313 (rst-find-leftmost-column, rst-repeat-last-character):
9314 Refactor functions.
9315
9316 (rst-find-title-line, rst-reset-section-caches)
9317 (rst-get-adornments-around, rst-adjust-adornment-work)
9318 (rst-arabic-to-roman, rst-roman-to-arabic)
9319 (rst-insert-list-pos, rst-insert-list-new-item)
9320 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
9321 New functions.
9322
9323 (rst-all-sections, rst-section-hierarchy)
9324 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
9325 New variables.
9326
9327 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
9328 configuration instead of only buffer. Change where necessary.
9329
9330 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
9331 (rst-shift-region, rst-adaptive-fill): New functions for
9332 indentation and filling.
9333
9334 (rst-comment-line-break, rst-comment-indent)
9335 (rst-comment-insert-comment, rst-comment-region)
9336 (rst-uncomment-region): New functions for handling comments.
9337
9338 (rst-compile): Quote shell arguments.
9339
9340 (rst-compile-pdf-preview, rst-compile-slides-preview):
9341 Delete temporary files after use.
9342
9343 2012-05-05 Glenn Morris <rgm@gnu.org>
9344
9345 * calendar/cal-html.el: Optionally include holidays in the output.
9346 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
9347 (cal-html-holidays): New option.
9348 (cal-html-css-default): Add holiday entry.
9349 (holiday-in-range): Autoload it.
9350 (cal-html-htmlify-entry): Add optional class argument.
9351 (cal-html-htmlify-list): Add optional holidays argument.
9352 (cal-html-insert-agenda-days): Include holidays in the output.
9353 (cal-html-one-month): Maybe include holidays.
9354
9355 * calendar/holidays.el (holiday-in-range):
9356 Move here from cal-tex-list-holidays.
9357 * calendar/cal-tex.el (cal-tex-list-holidays):
9358 Make it an obsolete alias for holiday-in-range. Update all callers.
9359
9360 2012-05-05 Chong Yidong <cyd@gnu.org>
9361
9362 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
9363 Nextstep.
9364
9365 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
9366
9367 * files.el (file-auto-mode-skip): New var.
9368 (set-auto-mode-1): Use it.
9369
9370 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9371
9372 * repeat.el: Use lexical-binding.
9373 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
9374 (repeat-undo-count): Remove.
9375 (repeat):
9376 * progmodes/octave-mod.el (octave-abbrev-start):
9377 * progmodes/f90.el (f90-abbrev-start):
9378 * face-remap.el (text-scale-adjust):
9379 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
9380
9381 * emacs-lisp/pcase.el (pcase--let*): New function.
9382 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
9383 a bit more.
9384 (pcase--split-pred): Be more clever about ruling out overlap between
9385 a predicate and some constant pattern.
9386 (pcase--q1): Use `null' instead of (eq foo nil).
9387
9388 * subr.el (setq-local, defvar-local): New macros.
9389 (kbd): Redefine as an alias.
9390 (with-selected-window): Leave unrelated frames alone.
9391 (set-temporary-overlay-map): New function.
9392
9393 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9394
9395 * subr.el (user-error): New function.
9396 * window.el (switch-to-buffer):
9397 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
9398 (smerge-match-conflict):
9399 * simple.el (previous-matching-history-element)
9400 (next-matching-history-element, goto-history-element, undo-more)
9401 (undo-start):
9402 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
9403 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
9404 (next-file, tags-loop-scan, list-tags, complete-tag):
9405 * progmodes/compile.el (compilation-loop):
9406 * mouse.el (mouse-minibuffer-check):
9407 * man.el (Man-bgproc-sentinel, Man-goto-page):
9408 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
9409 (Info-history-forward, Info-follow-reference, Info-menu)
9410 (Info-extract-menu-item, Info-extract-menu-counting)
9411 (Info-forward-node, Info-backward-node, Info-next-menu-item)
9412 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
9413 (Info-next-reference, Info-prev-reference, Info-index)
9414 (Info-index-next, Info-follow-nearest-node)
9415 (Info-copy-current-node-name):
9416 * imenu.el (imenu--make-index-alist)
9417 (imenu-default-create-index-function, imenu-add-to-menubar):
9418 * files.el (basic-save-buffer, recover-file):
9419 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9420 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9421 (checkdoc-message-text, checkdoc-defun):
9422 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
9423 * cus-edit.el (customize-changed-options, customize-rogue)
9424 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
9425 (custom-variable-mark-to-reset-standard)
9426 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
9427 (custom-file):
9428 * completion.el (check-completion-length):
9429 * comint.el (comint-search-arg)
9430 (comint-previous-matching-input-string-position)
9431 (comint-previous-matching-input)
9432 (comint-replace-by-expanded-history-before-point, comint-send-input)
9433 (comint-copy-old-input, comint-backward-matching-input)
9434 (comint-goto-process-mark, comint-set-process-mark):
9435 * calendar/calendar.el (calendar-cursor-to-date): Use it.
9436 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
9437
9438 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9439
9440 * dabbrev.el (dabbrev--ignore-case-p): New function.
9441 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
9442 Use it.
9443
9444 * files.el (automount-dir-prefix): Mark as obsolete.
9445
9446 2012-05-04 Glenn Morris <rgm@gnu.org>
9447
9448 * patcomp.el, play/bruce.el: Move to obsolete/.
9449
9450 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
9451
9452 Fix minor Y10k bugs.
9453 * arc-mode.el (archive-unixdate):
9454 * autoinsert.el (auto-insert-alist):
9455 * calc/calc-forms.el (math-this-year):
9456 * emacs-lisp/copyright.el (copyright-current-year)
9457 (copyright-update-year, copyright):
9458 * tar-mode.el (tar-clip-time-string):
9459 * time.el (display-time-update):
9460 Don't assume years have 4 digits.
9461
9462 2012-05-04 Chong Yidong <cyd@gnu.org>
9463
9464 * dos-w32.el (file-name-buffer-file-type-alist)
9465 (direct-print-region-use-command-dot-com):
9466 * ffap.el (ffap-menu-regexp):
9467 * find-file.el (ff-special-constructs):
9468 * follow.el (follow-debug):
9469 * forms.el (forms--debug):
9470 * iswitchb.el (iswitchb-all-frames):
9471 * ido.el (ido-all-frames):
9472 * emacs-lisp/timer.el (timer-max-repeats):
9473 * mail/feedmail.el (feedmail-mail-send-hook)
9474 (feedmail-mail-send-hook-queued):
9475 * mail/footnote.el (footnote-signature-separator):
9476 * mail/mailabbrev.el (mail-alias-separator-string)
9477 (mail-abbrev-mode-regexp):
9478 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
9479 * progmodes/idlwave.el (idlwave-libinfo-file)
9480 (idlwave-default-completion-case-is-down)
9481 (idlwave-library-routines): Convert defvars to defcustoms.
9482
9483 * mail/rmail.el (rmail-decode-mime-charset):
9484 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
9485 (idlwave-shell-fix-inserted-breaks)
9486 (idlwave-shell-activate-alt-keybindings)
9487 (idlwave-shell-use-breakpoint-glyph):
9488 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
9489
9490 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
9493
9494 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
9495
9496 * progmodes/verilog-mode.el (font-lock-keywords):
9497 Fix mis-highligting auto. Reported by Craig Barner.
9498 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
9499 defines from global name space. Reported by Dan Dever.
9500 (verilog-auto-reset, verilog-auto-reset-widths)
9501 (verilog-auto-tieoff): Support using unbased numbers for
9502 AUTORESET and AUTOTIEOFF.
9503 (verilog-submit-bug-report): Update variable list.
9504 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
9505 parenthesis from not matching. Reported by Michael Rytting.
9506 (verilog-auto-template-lint): Fix hash error when linting modules
9507 with no used templates.
9508 (verilog-warn, verilog-warn-error)
9509 (verilog-warn-fatal): When non-interactive report multiple
9510 warnings before exiting. Suggested by Brad Dobbie.
9511 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
9512 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
9513 to report unused template errors. Reported by Brad Dobbie.
9514 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
9515 nets, bug438. Reported by Vns Blore.
9516 (verilog-auto-inout-module, verilog-auto-reg)
9517 (verilog-read-decls, verilog-read-sub-decls-sig)
9518 (verilog-signals-edit-wire-reg, verilog-signals-with):
9519 Fix passing of Verilog data types in ANSI input/output ports
9520 such as "output logic" into the AUTOs. Special case "wire" and
9521 "reg" for backwards compatibility presuming Verilog 2001.
9522 (verilog-auto-ascii-enum): Add "auto enum" as alias.
9523 (verilog-preprocess): Fix replication of preprocess output.
9524 Reported by Brad Dobbie.
9525 (verilog-auto-inst-interfaced-ports):
9526 Create verilog-auto-inst-interfaced-ports, bug429.
9527 Reported by Julian Gorfajn.
9528 (verilog-after-save-font-hook)
9529 (verilog-before-save-font-hook): New variable.
9530 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
9531 (verilog-save-font-mods): Wrap disabling fontification, reported
9532 by David Rogoff.
9533 (verilog-do-indent, verilog-pretty-declarations-auto)
9534 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
9535 Reported by Pierre-David Pfister.
9536 (verilog-set-auto-endcomments): Fix endtask auto comments outside
9537 of class declarations, bug292. Reported by Kevin Heilman.
9538 (verilog-read-decls): Fix 'parameter type' not appearing in
9539 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
9540 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
9541 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
9542 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
9543 Reported by David Kravitz.
9544
9545 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
9546
9547 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
9548 assignment with tests in ifs and for loops.
9549 (verilog-extended-complete-re, verilog-complete-reg): Change so
9550 that DPI inport functions don't look like fuction declarations.
9551 (verilog-pretty-expr): Don't line up assignment
9552 operations to the test and increment in if and for loops
9553 (verilog-extended-complete-re, verilog-complete-reg): Change so
9554 that DPI inport functions don't look like fuction declarations.
9555
9556 2012-05-03 Kenichi Handa <handa@m17n.org>
9557
9558 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
9559 decoding, and show a warning message without signaling an error
9560 (Bug#11282).
9561
9562 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9563
9564 * emacs-lisp/bytecomp.el
9565 (byte-compile-file-form-custom-declare-variable): Compile all elements,
9566 since cconv.el might have introduced :fun-body, internal-make-closure,
9567 and friends for bytecomp to handle (bug#11391).
9568 * custom.el (defcustom): Avoid ((λ ..) ..).
9569
9570 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9571
9572 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
9573
9574 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
9575
9576 * notifications.el (dbus-debug):
9577 * term/linux.el (gpm-mouse-enable):
9578 * term/screen.el (xterm-register-default-colors): Declare.
9579
9580 2012-05-02 Chong Yidong <cyd@gnu.org>
9581
9582 * cus-start.el (gc-cons-percentage, exec-suffixes)
9583 (dos-display-scancodes, dos-hyper-key, dos-super-key)
9584 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
9585 (make-cursor-line-fully-visible, void-text-area-pointer)
9586 (font-list-limit): Add customization data.
9587
9588 * allout.el (allout-exposure-change-functions)
9589 (allout-structure-added-functions)
9590 (allout-structure-deleted-functions)
9591 (allout-structure-shifted-functions): Rename abnormal hooks from
9592 *-hook, and convert to defcustoms.
9593 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
9594 Convert to defcustoms.
9595 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
9596
9597 * allout-widgets.el: Hook callers changed.
9598
9599 2012-05-02 Eli Zaretskii <eliz@gnu.org>
9600
9601 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
9602 the yanked message in preference to the default value of
9603 buffer-file-coding-system.
9604
9605 2012-05-02 Martin Rudalics <rudalics@gmx.at>
9606
9607 * window.el (display-buffer--action-function-custom-type):
9608 Fix entry.
9609
9610 2012-05-02 Alan Mackenzie <acm@muc.de>
9611
9612 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
9613
9614 2012-05-01 Glenn Morris <rgm@gnu.org>
9615
9616 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
9617
9618 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
9619
9620 * cus-edit.el (custom-variable-documentation): Simplify with format.
9621
9622 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9623 Stefan Monnier <monnier@iro.umontreal.ca>
9624
9625 * simple.el (suggest-key-bindings, execute-extended-command):
9626 Move from keyboard.c.
9627
9628 2012-05-01 Chong Yidong <cyd@gnu.org>
9629
9630 * follow.el: Eliminate advice.
9631 (set-process-filter, process-filter, sit-for): Advice deleted.
9632 (follow-mode-off-hook): Obsolete hook removed.
9633 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
9634 Vars deleted.
9635 (follow-auto): Use a :set function.
9636 (follow-mode): Rewritten. Don't advise process filters.
9637 (follow-switch-to-current-buffer-all, follow-scroll-up)
9638 (follow-scroll-down): Assume follow-mode is bound.
9639 (follow-comint-scroll-to-bottom)
9640 (follow-align-compilation-windows): New functions.
9641 (follow--window-sorter): New function.
9642 (follow-all-followers): Use it to explicitly sort windows by their
9643 positions; don't make assumptions about next-window order.
9644 (follow-windows-start-end, follow-delete-other-windows-and-split)
9645 (follow-calc-win-start): Doc fix.
9646 (follow-windows-aligned-p, follow-select-if-visible): Don't call
9647 vertical-motion unnecessarily.
9648 (follow-adjust-window): New function.
9649 (follow-post-command-hook): Use it.
9650 (follow-call-set-process-filter, follow-call-process-filter)
9651 (follow-intercept-process-output, follow-tidy-process-filter-alist)
9652 (follow-stop-intercept-process-output, follow-generic-filter):
9653 Functions deleted.
9654 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
9655 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
9656 New functions, replacing advice on scroll-bar-* commands.
9657 (follow-mwheel-scroll): New function (Bug#4112).
9658
9659 * comint.el (comint-adjust-point): New function.
9660 (comint-postoutput-scroll-to-bottom): Use it.
9661 Call follow-comint-scroll-to-bottom for Follow mode buffers.
9662
9663 2012-05-01 Glenn Morris <rgm@gnu.org>
9664
9665 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
9666 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
9667 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
9668 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
9669 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
9670 Remove no-byte-compile setting.
9671
9672 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9673
9674 * minibuffer.el (completion-table-with-quoting): Fix compatibility
9675 all-completions code to not return a number in the last cdr.
9676
9677 2012-04-30 Leo Liu <sdl.web@gmail.com>
9678
9679 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
9680 read-only error.
9681
9682 2012-04-29 Chong Yidong <cyd@gnu.org>
9683
9684 * follow.el (follow-calc-win-end): Rewrite to handle partial
9685 screen lines correctly (Bug#8390).
9686 (follow-avoid-tail-recenter): Minor cleanup.
9687
9688 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9689
9690 Avoid the obsolete `assoc' package.
9691 * speedbar.el (speedbar-refresh): Avoid adelete.
9692 (speedbar-file-lists): Simplify and avoid aput.
9693 * man.el (Man--sections, Man--refpages): New vars, replacing
9694 Man-sections-alist and Man-refpages-alist.
9695 (Man-build-section-alist, Man-build-references-alist):
9696 Use them; avoid aput.
9697 (Man--last-section, Man--last-refpage): New vars.
9698 (Man-follow-manual-reference): Use them.
9699 Use the `default' arg of completing-read.
9700 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
9701
9702 2012-04-27 Chong Yidong <cyd@gnu.org>
9703
9704 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
9705
9706 * startup.el (x-apply-session-resources): New function.
9707
9708 * term/ns-win.el (ns-initialize-window-system):
9709 * term/w32-win.el (w32-initialize-window-system):
9710 * term/x-win.el (x-initialize-window-system): Use it to properly
9711 set menu-bar-mode and other vars from X resources, even if the
9712 initial frame is not a window-system frame (Bug#2299).
9713
9714 * subr.el (read-key): Avoid running filter function when setting
9715 up temporary tool bar entries (Bug#9922).
9716
9717 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
9718
9719 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
9720 (Bug#11344)
9721
9722 2012-04-27 Chong Yidong <cyd@gnu.org>
9723
9724 * select.el (xselect--encode-string): New function, split from
9725 xselect-convert-to-string.
9726 (xselect-convert-to-string): Use it.
9727 (xselect-convert-to-filename, xselect-convert-to-os)
9728 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
9729 returned strings are properly encoded (Bug#11315).
9730
9731 2012-04-27 Chong Yidong <cyd@gnu.org>
9732
9733 * simple.el (delete-active-region): Move to killing custom group.
9734
9735 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
9736
9737 * progmodes/which-func.el (which-func-current): Quote %
9738 characters for mode-line processing.
9739
9740 2012-04-27 Chong Yidong <cyd@gnu.org>
9741
9742 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
9743 reaching eob (Bug#11286).
9744
9745 2012-04-27 Eli Zaretskii <eliz@gnu.org>
9746
9747 * progmodes/gdb-mi.el (gdb-control-level): New variable.
9748 (gdb): Make it buffer-local and init to zero.
9749 (gdb-control-commands-regexp): New variable.
9750 (gdb-send): Don't wrap in "-interpreter-exec console" if
9751 gdb-control-level is positive. Increment gdb-control-level
9752 whenever the command matches gdb-control-commands-regexp, and
9753 decrement it each time the command is "end". (Bug#11279)
9754
9755 2012-04-27 Martin Rudalics <rudalics@gmx.at>
9756
9757 * window.el (adjust-window-trailing-edge, enlarge-window)
9758 (shrink-window, window-resize):
9759 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
9760 windows (Bug#11276).
9761
9762 2012-04-27 Chong Yidong <cyd@gnu.org>
9763
9764 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
9765 fix "missing prefix" warning. All callers changed.
9766
9767 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9768
9769 * emacs-lisp/assoc.el: Move to obsolete/.
9770
9771 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
9774
9775 * term/ns-win.el (ns-define-service):
9776 * progmodes/pascal.el (pascal-goto-defun):
9777 * progmodes/js.el (js--read-tab):
9778 * progmodes/etags.el (tags-lazy-completion-table):
9779 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
9780 * emacs-lisp/ewoc.el (ewoc--wrap):
9781 * emacs-lisp/assoc.el (aput, adelete, amake):
9782 * doc-view.el (doc-view-convert-current-doc):
9783 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
9784
9785 2012-04-26 Chong Yidong <cyd@gnu.org>
9786
9787 * image.el (image-type-from-buffer): Only return supported image
9788 type (Bug#9045).
9789
9790 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
9791 value, for symmetry with diff-end-of-hunk.
9792 (diff-split-hunk, diff-find-source-location)
9793 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
9794 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
9795 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
9796 compute the relevant hunk or file properly (Bug#6005).
9797 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
9798
9799 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9800
9801 * vc/vc-mtn.el:
9802 * vc/vc-hg.el:
9803 * vc/vc-git.el:
9804 * vc/vc-dir.el:
9805 * vc/vc-cvs.el:
9806 * vc/vc-bzr.el:
9807 * vc/vc-arch.el:
9808 * vc/vc.el: Replace lexical-let by lexical-binding.
9809 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
9810 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
9811 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
9812
9813 2012-04-26 Chong Yidong <cyd@gnu.org>
9814
9815 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
9816 (diff-mode-shared-map): Bind it to / and [remap undo].
9817
9818 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
9819 (ediff-window-setup-function): Use it as the default, to set up
9820 windows based on whether the current frame is graphical (Bug#2138).
9821 (ediff-choose-window-setup-function-automatically): Make obsolete.
9822
9823 * vc/ediff-init.el: Always define ediff-pixel-width/height.
9824
9825 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9826
9827 * ffap.el: Remove old code for obsolete package.
9828 (ffap-complete-as-file-p): Remove.
9829
9830 Use completion-table-with-quoting for comint and pcomplete.
9831 * comint.el (comint--unquote&requote-argument)
9832 (comint--unquote-argument, comint--requote-argument): New functions.
9833 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
9834 (comint-quote-filename): Use regexp-opt-charset.
9835 (comint--common-suffix, comint--common-quoted-suffix)
9836 (comint--table-subvert): Remove.
9837 (comint-unquote-function, comint-requote-function): New vars.
9838 (comint--complete-file-name-data): Use them with
9839 completion-table-with-quoting.
9840 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
9841 * pcomplete.el (pcomplete-arg-quote-list)
9842 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
9843 (pcomplete-unquote-argument-function): Default to non-nil.
9844 (pcomplete-unquote-argument): Simplify.
9845 (pcomplete--common-quoted-suffix): Remove.
9846 (pcomplete-requote-argument-function): New var.
9847 (pcomplete--common-suffix): New function.
9848 (pcomplete-completions-at-point): Use completion-table-with-quoting
9849 and completion-table-subvert.
9850
9851 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
9852 (minibuffer--double-dollars): Preserve properties.
9853 (completion--sifn-requote): New function.
9854 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
9855
9856 * minibuffer.el: Add support for completion of quoted/escaped data.
9857 (completion-table-with-quoting, completion-table-subvert): New funs.
9858 (completion--twq-try, completion--twq-all): New functions.
9859 (completion--nth-completion): New function.
9860 (completion-try-completion, completion-all-completions): Use it.
9861
9862 2012-04-25 Leo Liu <sdl.web@gmail.com>
9863
9864 * progmodes/python.el (python-pdbtrack-get-source-buffer):
9865 Use compilation-message if available to find real filename.
9866
9867 2012-04-25 Chong Yidong <cyd@gnu.org>
9868
9869 * vc/diff-mode.el (diff-setup-whitespace): New function.
9870 (diff-mode): Use it.
9871
9872 * vc/diff.el (diff-sentinel):
9873 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
9874 Whitespace mode variables based on diff style (Bug#8612).
9875
9876 2012-04-25 Leo Liu <sdl.web@gmail.com>
9877
9878 * progmodes/python.el (python-send-region): Add suffix .py to the
9879 temp file.
9880
9881 * files.el (auto-mode-alist): Use javascript-mode instead.
9882
9883 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
9884
9885 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
9886
9887 * net/soap-client.el (soap-resolve-references-for-sequence-type)
9888 (soap-resolve-references-for-array-type): Hack to prevent self
9889 references, see Bug#9.
9890 (soap-parse-envelope): Report the contents of the 'detail' node
9891 when receiving a fault reply.
9892 (soap-parse-envelope): Report the contents of the entire 'detail' node.
9893
9894 * net/soap-inspect.el (soap-sample-value-for-simple-type)
9895 (soap-inspect-simple-type): New function.
9896
9897 * net/soap-client.el (soap-simple-type): New struct.
9898 (soap-default-xsd-types, soap-default-soapenc-types)
9899 (soap-decode-basic-type, soap-encode-basic-type):
9900 support unsignedInt and double basic types.
9901 (soap-resolve-references-for-simple-type)
9902 (soap-parse-simple-type, soap-encode-simple-type): New function.
9903 (soap-parse-schema): Parse xsd:simpleType declarations.
9904
9905 * net/soap-client.el (soap-default-xsd-types)
9906 (soap-default-soapenc-types): Add integer, byte and anyURI types.
9907 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
9908 the local name of "soapenc:Array".
9909 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
9910 decoding integer, byte and anyURI xsd types.
9911
9912 2012-04-25 Chong Yidong <cyd@gnu.org>
9913
9914 * cus-edit.el (custom-buffer-create-internal): Update header text.
9915
9916 2012-04-25 Eli Zaretskii <eliz@gnu.org>
9917
9918 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
9919 settings on 'system-type', not on 'window-system'. On MS-Windows,
9920 set interactive-mode on in GDB.
9921
9922 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9923
9924 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
9925 (ruby-syntax-propertize-regexp): Remove.
9926 (ruby-syntax-propertize-function): Split regexp into chunks.
9927 Match following code directly.
9928
9929 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
9930
9931 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
9932 (ruby-syntax-propertize-regexp): New function.
9933 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
9934 by a special keyword.
9935
9936 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
9937 (ruby-syntax-general-delimiters-goto-beg)
9938 (ruby-syntax-propertize-general-delimiters): New functions.
9939 (ruby-syntax-propertize-function): Use them to handle GDL.
9940 (ruby-font-lock-keywords): Move old handling of GDL...
9941 (ruby-font-lock-syntactic-keywords): .. to here.
9942 (ruby-calculate-indent): Adjust indentation for GDL.
9943
9944 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
9945
9946 * notifications.el (top): Remove unneeded declarations.
9947 (notifications-specification-version): Change to "1.2".
9948 (notifications-interface, notifications-notify-method)
9949 (notifications-close-notification-method): Fix docstring.
9950 (notifications-get-capabilities-method): New defconst.
9951 (notifications-notify): Add :action-items, :resident and
9952 :transient hints. Change "image_data" to "image-data" and
9953 "image_path" to "image-path".
9954 (notifications-get-capabilities): New defun.
9955
9956 2012-04-24 Leo Liu <sdl.web@gmail.com>
9957
9958 * progmodes/python.el: Move hideshow setup to the end.
9959
9960 2012-04-24 Martin Rudalics <rudalics@gmx.at>
9961
9962 * window.el (handle-select-window): Clear echo area since this is
9963 no more done by read_char (Bug#11304).
9964
9965 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9966
9967 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
9968 and `/ M' to filter-derived-mode.
9969 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
9970 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9971 (ibuffer-mark-by-mode): Use default rather than initial-input.
9972 (ibuffer-filter-by-derived-mode): Autoload and require-match.
9973
9974 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
9975
9976 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
9977 (ibuffer-filter-by-derived-mode): New filter.
9978 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
9979
9980 2012-04-23 Andreas Politz <politza@fh-trier.de>
9981
9982 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
9983
9984 2012-04-23 Chong Yidong <cyd@gnu.org>
9985
9986 * cus-edit.el (customize-apropos, customize-apropos-options):
9987 Disable matching of non-option variables (Bug#11176).
9988 (customize-option, customize-option-other-window)
9989 (customize-changed-options): Doc fix.
9990 (customize-apropos-options, customize-apropos-faces)
9991 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
9992
9993 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
9994 Fix word list splitting (Bug#11132).
9995 (apropos-symbol, apropos-keybinding, apropos-label)
9996 (apropos-property, apropos-function-button)
9997 (apropos-variable-button, apropos-misc-button): New faces.
9998 (apropos-symbol-face, apropos-keybinding-face)
9999 (apropos-label-face, apropos-property-face, apropos-match-face):
10000 Variables removed (Bug#8396).
10001 (apropos-library-button, apropos-format-plist, apropos-print)
10002 (apropos-print-doc, apropos-describe-plist): Callers changed.
10003
10004 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
10005
10006 * net/xesam.el (xesam-mode-map): Use let-bound map in
10007 initialization. (Bug#11292)
10008
10009 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10010
10011 Preserve ispell session localwords when switching back to
10012 original buffer.
10013
10014 * textmodes/ispell.el (ispell-buffer-session-localwords):
10015 New buffer-local variable to hold buffer session localwords.
10016 (ispell-kill-ispell): Add option 'clear to delete session
10017 localwords.
10018 (ispell-command-loop, ispell-change-dictionary)
10019 (ispell-buffer-local-words): Preserve session localwords when
10020 needed.
10021
10022 * textmodes/flyspell.el (flyspell-process-localwords)
10023 (flyspell-do-correct): Preserve session localwords when needed.
10024
10025 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10026
10027 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
10028 using obsolete `translation-table-for-input'.
10029 (ispell-word, ispell-process-line, ispell-complete-word):
10030 Use plain `insert' instead of removed `ispell-insert-word'.
10031
10032 2012-04-22 Chong Yidong <cyd@gnu.org>
10033
10034 * cus-edit.el (custom-variable-menu)
10035 (custom-variable-reset-saved, custom-face-menu)
10036 (custom-face-reset-saved): If there is no saved value, make the
10037 "reset-saved" operation bring back the default (Bug#9509).
10038 (custom-face-state): Properly detect themed faces.
10039
10040 * faces.el (face-spec-set): Stop supporting deprecated form of
10041 third arg.
10042
10043 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
10044
10045 Move functions from C to Lisp. Make non-blocking method calls
10046 the default. Implement further D-Bus standard interfaces.
10047
10048 * net/dbus.el (dbus-message-internal): Declare function.
10049 Remove unneeded function declarations.
10050 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
10051 (dbus-message-type-method-return, dbus-message-type-error)
10052 (dbus-message-type-signal): Declare variables. Remove local
10053 definitions.
10054 (dbus-interface-dbus, dbus-interface-peer)
10055 (dbus-interface-introspectable, dbus-interface-properties)
10056 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
10057 Adapt docstring.
10058 (dbus-interface-objectmanager): New defconst.
10059 (dbus-call-method, dbus-call-method-asynchronously)
10060 (dbus-send-signal, dbus-method-return-internal)
10061 (dbus-method-error-internal, dbus-register-service)
10062 (dbus-register-signal, dbus-register-method): New defuns, moved
10063 from dbusbind.c
10064 (dbus-call-method-handler, dbus-setenv)
10065 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
10066 New defuns.
10067 (dbus-call-method-non-blocking): Make it an obsolete function.
10068 (dbus-unregister-object, dbus-unregister-service)
10069 (dbus-handle-event, dbus-register-property)
10070 (dbus-property-handler): Obey the new structure of
10071 `bus-registered-objects'.
10072 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
10073 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10074 Use `dbus-call-method'.
10075
10076 2012-04-22 Chong Yidong <cyd@gnu.org>
10077
10078 * cus-edit.el (custom-commands, custom-reset-menu)
10079 (Custom-reset-standard): Tweak labels.
10080 (custom-reset-button-menu): Change default to t.
10081 (custom-buffer-create-internal): For the custom-reset-button-menu
10082 case, put the revert button first.
10083 (custom-group-subtitle): New face.
10084 (custom-group-value-create): Align docstring to a specific column.
10085
10086 * wid-edit.el (widget-documentation-link-add): Don't handle
10087 indentation in this function.
10088 (widget-documentation-string-indent-to): New function.
10089 (widget-documentation-string-value-create): Use it.
10090
10091 * autorevert.el (auto-revert):
10092 * epg-config.el (epg):
10093 * ibuffer.el (ibuffer):
10094 * mpc.el (mpc):
10095 * ses.el (ses):
10096 * eshell/eshell.el (eshell):
10097 * net/ange-ftp.el (ange-ftp):
10098 * progmodes/ebnf2ps.el (postscript):
10099 * progmodes/flymake.el (flymake):
10100 * progmodes/prolog.el (prolog):
10101 * progmodes/verilog-mode.el (verilog-mode):
10102 * progmodes/which-func.el (which-func):
10103 * term/xterm.el (xterm):
10104 * textmodes/picture.el (picture):
10105 * textmodes/tildify.el (tildify):
10106 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
10107 customization buffers.
10108
10109 2012-04-22 Alan Mackenzie <acm@muc.de>
10110
10111 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
10112 Adding a ) can hide the resulting (..) from searches. Fix it.
10113 Bound the backward search to the position of the existing (.
10114
10115 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
10116
10117 * progmodes/verilog-mode.el (verilog-mode): Check whether
10118 which-func-modes is t before adding verilog-mode.
10119 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
10120
10121 2012-04-21 Leo Liu <sdl.web@gmail.com>
10122
10123 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
10124
10125 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
10126
10127 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
10128 filling of the last column of a table (Bug#5635).
10129 (woman-find-next-control-line): New arg, specifying an additional
10130 regexp component for the control line.
10131 (woman2-roff-buffer): Use it.
10132 (woman-break-table): New function.
10133 (woman2-TS): Use it.
10134
10135 2012-04-21 Chong Yidong <cyd@gnu.org>
10136
10137 * woman.el (woman-set-buffer-display-table, woman-decode-region)
10138 (woman-horizontal-escapes, woman-negative-vertical-space)
10139 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
10140 (WoMan-warn-ignored): Use ?\s instead of ?\ .
10141
10142 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10143
10144 * minibuffer.el (completion-file-name-table): Complete user names.
10145
10146 2012-04-20 Leo Liu <sdl.web@gmail.com>
10147
10148 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
10149 and pcase-let*.
10150
10151 2012-04-20 Chong Yidong <cyd@gnu.org>
10152
10153 * server.el (server-execute): Respect initial-buffer-choice if it
10154 is a string and there are no files to open (Bug#2825).
10155 (server-create-window-system-frame, server-create-tty-frame):
10156 Don't switch buffers here.
10157 (server-process-filter): Only try to open a window system frame if
10158 compiled with graphical support (Bug#8314).
10159
10160 2012-04-20 Dan Nicolaescu <dann@gnu.org>
10161
10162 * battery.el (battery-echo-area-format): Display remaining time
10163 for sysfs backend too (Bug#11269).
10164 (battery-linux-sysfs): Fix conditional for the charge.
10165
10166 2012-04-20 Chong Yidong <cyd@gnu.org>
10167
10168 * progmodes/gdb-mi.el (gdb): Revert previous change.
10169 (gdb-inferior-io--init-proc): New function.
10170 (gdb-init-1): Use it.
10171 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
10172 responsible for allocating a new pty and hooking it to gdb when
10173 the old pty gets an EIO due to process exit.
10174 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
10175 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
10176 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
10177
10178 2012-04-20 Eli Zaretskii <eliz@gnu.org>
10179
10180 * window.el (window-min-size, window-sizable, window-min-delta)
10181 (window-max-delta, window--resizable, window-resizable)
10182 (window-total-size, window-full-height-p, window-full-width-p)
10183 (window-in-direction, window--resize-mini-window, window-resize)
10184 (window--resize-child-windows-normal)
10185 (window--resize-child-windows, window--resize-siblings)
10186 (window--resize-this-window, adjust-window-trailing-edge)
10187 (enlarge-window, shrink-window): Doc fixes.
10188
10189 2012-04-20 Chong Yidong <cyd@gnu.org>
10190
10191 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
10192 New function to call delete-process on the gdb-inferior buffer's pty.
10193 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
10194 pty process (Bug#11273).
10195 (gdb-update): New arg to suppress talking to the gdb process.
10196 (gdb-done-or-error): Use it.
10197 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
10198 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
10199 sentinel not being called.
10200
10201 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
10202
10203 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
10204
10205 2012-04-20 Glenn Morris <rgm@gnu.org>
10206
10207 * net/network-stream.el (open-network-stream): Doc fix.
10208
10209 2012-04-20 Chong Yidong <cyd@gnu.org>
10210
10211 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
10212
10213 2012-04-20 Alan Mackenzie <acm@muc.de>
10214
10215 Ensure searching for keywords is case sensitive.
10216
10217 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
10218 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
10219 (c-defun-name, c-mark-function, c-cpp-define-name)
10220 (c-comment-indent, c-scan-conditionals, c-indent-defun)
10221 (c-context-line-break): Bind case-fold-search to nil.
10222
10223 * progmodes/cc-mode.el (c-font-lock-fontify-region):
10224 Bind case-fold-search to nil.
10225
10226 2012-04-20 Chong Yidong <cyd@gnu.org>
10227
10228 * mail/sendmail.el (mail-bury): Call return action with the right
10229 Rmail buffer (Bug#11242).
10230
10231 * server.el (server-process-filter): Handle corner case where both
10232 tty and nowait options are present (Bug#11102).
10233
10234 2012-04-20 Eli Zaretskii <eliz@gnu.org>
10235
10236 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
10237 (top level): Put into the executable the ident-style '$Id:' tag on
10238 windows-nt as well.
10239
10240 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10241
10242 * electric.el (electric-indent-post-self-insert-function): Check that
10243 electric-indent-mode is enabled in current buffer.
10244
10245 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
10246
10247 * imenu.el (imenu-progress-message): Restore; it is "used" in
10248 erc/erc-imenu.el and net/snmp-mode.el.
10249
10250 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
10251
10252 * avoid.el (mouse-avoidance-mode): Mark unused arg.
10253 (mouse-avoidance-nudge-mouse): Remove unused binding.
10254
10255 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
10256
10257 * descr-text.el (describe-char):
10258 * progmodes/python.el (python-describe-symbol):
10259 Don't call `toggle-read-only', set `buffer-read-only'.
10260
10261 * imenu.el (imenu-default-goto-function): Mark unused args.
10262 (imenu-progress-message): Remove obsolete macro; all callers changed.
10263
10264 * subr.el (keymap-canonicalize): Remove unused binding.
10265 (read-passwd): Mark unused arg.
10266
10267 * tutorial.el (tutorial--display-changes): Remove unused binding.
10268 (tutorial--save-tutorial-to): Remove unused variable.
10269
10270 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
10271 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
10272 (package-generate-autoloads, package-menu--generate)
10273 (package-menu--find-upgrades): Remove unused bindings.
10274
10275 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
10276 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
10277 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
10278 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
10279 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
10280 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
10281 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
10282 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
10283 (cua-delete-char-rectangle): Mark unused args.
10284 (cua-align-rectangle): Remove unused binding.
10285
10286 * mail/rmail.el (compilation--message->loc)
10287 (epa--find-coding-system-for-mime-charset): Declare.
10288
10289 * net/dbus.el (dbus-register-service): Declare.
10290 (dbus-name-owner-changed-handler): Remove unused binding.
10291
10292 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
10293 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
10294 (nxml-scan-backward-within): Mark unused arg.
10295 (nxml-dynamic-markup-word): Remove unused binding.
10296
10297 * mouse.el (mouse-menu-major-mode-map):
10298 * emacs-lisp/authors.el (authors-scan-change-log)
10299 (authors-add-to-author-list):
10300 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
10301 * emacs-lisp/smie.el (smie-auto-fill):
10302 * mail/sendmail.el (mail-bury):
10303 * mail/unrmail.el (unrmail):
10304 * net/tls.el (open-tls-stream):
10305 * textmodes/picture.el (picture-mouse-set-point):
10306 Remove unused bindings.
10307
10308 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
10309
10310 * net/tramp.el (tramp-action-password): Let-bind
10311 `enable-recursive-minibuffers' to t.
10312
10313 2012-04-18 Sam Steingold <sds@gnu.org>
10314
10315 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
10316 instead of 'string to accommodate values like [f11].
10317 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
10318 * progmodes/gdb-mi.el: Likewise.
10319
10320 2012-04-18 Leo Liu <sdl.web@gmail.com>
10321
10322 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
10323 current buffer.
10324 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
10325 LOCAL is nil.
10326
10327 2012-04-18 Chong Yidong <cyd@gnu.org>
10328
10329 * simple.el (line-move): Use forward-line if in batch mode
10330 (Bug#11053).
10331
10332 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
10333
10334 * files.el (after-find-file): Do not try to add a final newline if
10335 the buffer is read-only (Bug#11156).
10336
10337 2012-04-17 Richard Stallman <rms@gnu.org>
10338
10339 * mail/rmail.el (rmail-start-mail):
10340 Pass (rmail-mail-return...) for the return-action.
10341 Pass (rmail-yank-current-message...) for the yank-action.
10342 (rmail-yank-current-message): New function.
10343 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
10344 (rmail-reply): Likewise.
10345 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
10346
10347 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
10348 buffer, not the last. Reject temp buffers. Use the rmail-mode
10349 buffer, not newbuf.
10350
10351 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
10352
10353 * server.el (server-ensure-safe-dir): Simplify.
10354
10355 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10356
10357 * emacs-lisp/smie.el: Provide smarter auto-filling.
10358 (smie-auto-fill): New function.
10359 (smie-setup): Use it.
10360
10361 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
10362
10363 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
10364
10365 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
10366 (comment-indent): Use it.
10367
10368 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
10369
10370 * ses.el: The overall change is to add cell renaming, that is
10371 setting fancy names for cell symbols other than name matching
10372 "\\`[A-Z]+[0-9]+\\'" regexp .
10373 (ses-localvars): Add ses--renamed-cell-symb-list.
10374 (ses-create-cell-variable): New defun.
10375 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
10376 (ses-relocate-formula): Relocate formulas only for cells the
10377 symbols of which are not renamed, i.e. symbols whose names do not
10378 match regexp "\\`[A-Z]+[0-9]+\\'".
10379 (ses-relocate-all): Relocate values only for cells the symbols of
10380 which are not renamed.
10381 (ses-load): Create cells variables as the (ses-cell ...) are read,
10382 in order to check row col consistency with cell symbol name only
10383 for cells that are not renamed.
10384 (ses-replace-name-in-formula): New defun.
10385 (ses-rename-cell): New defun.
10386
10387 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
10388
10389 * progmodes/perl-mode.el (perl-indent-parens-as-block):
10390 New option (bug#11118).
10391 (perl-calculate-indent): Respect it.
10392
10393 2012-04-17 Glenn Morris <rgm@gnu.org>
10394
10395 * dired-aux.el (dired-mark-read-string): Doc fix.
10396
10397 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
10398
10399 * dired-aux.el (dired-mark-read-string): Offer optional completion.
10400 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
10401
10402 2012-04-17 Glenn Morris <rgm@gnu.org>
10403
10404 * mouse.el (mouse-drag-track):
10405 * speedbar.el (speedbar-frame-mode):
10406 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
10407
10408 2012-04-16 Leo Liu <sdl.web@gmail.com>
10409
10410 * progmodes/python.el: Trivial cleanup.
10411
10412 2012-04-16 Glenn Morris <rgm@gnu.org>
10413
10414 * vc/vc.el (vc-string-prefix-p):
10415 * vc/pcvs-util.el (cvs-string-prefix-p):
10416 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
10417 * mpc.el (mpc-string-prefix-p):
10418 Make all of these into obsolete aliases for string-prefix-p.
10419 Update callers.
10420 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
10421
10422 * textmodes/two-column.el: Move custom options to the start.
10423 (frame-width): Remove compat definition.
10424 (2C-associate-buffer, 2C-dissociate):
10425 Use with-current-buffer rather than save-excursion.
10426 (2C-dissociate): Force a mode-line update.
10427 (2C-autoscroll): Use ignore-errors.
10428
10429 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
10430 Autoload trivia.
10431
10432 * emacs-lisp/cl-extra.el (*random-state*):
10433 Remove unnecessary declaration.
10434
10435 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
10436
10437 * play/cookie1.el (cookie-snarf):
10438 Give an explicit error if input file cannot be read.
10439
10440 * play/yow.el (yow-file): Use expand-file-name rather than concat.
10441
10442 * progmodes/perl-mode.el (c-macro-expand):
10443 Remove unnecessary autoload (it is in loaddefs.el).
10444
10445 * textmodes/picture.el (picture-desired-column)
10446 (picture-update-desired-column): Convert comments to doc-strings.
10447 (picture-substitute): Remove function.
10448 (picture-mode-map): Initialize in the defvar.
10449
10450 * woman.el: Remove eval-after-load for tar-mode.
10451 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
10452 (woman-tar-extract-file): Autoload it.
10453
10454 * frame.el (automatic-hscrolling): Make this alias obsolete.
10455
10456 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10457
10458 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
10459 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
10460 (ispell-dictionary-base-alist): Revert to original XEmacs
10461 friendly version for default. [:alpha:] will be added in
10462 `ispell-set-spellchecker-params' if needed.
10463
10464 2012-04-16 Chong Yidong <cyd@gnu.org>
10465
10466 * image.el (imagemagick--file-regexp): New variable.
10467 (imagemagick-register-types): Use it.
10468 (imagemagick-types-inhibit): Add :set function. Allow new value
10469 of t to inhibit all types.
10470
10471 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
10472 so we can preload it.
10473
10474 * loadup.el (fboundp): Preload regexp-opt, needed by
10475 imagemagick-register-types.
10476
10477 2012-04-15 Chong Yidong <cyd@gnu.org>
10478
10479 * frame.el (scrolling): Remove nearly unused customization group.
10480
10481 * scroll-all.el (scroll-all-mode): Move to windows group.
10482
10483 2012-04-15 Chong Yidong <cyd@gnu.org>
10484
10485 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
10486
10487 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10488
10489 Avoid the use of ((lambda ...) ...) in lexical-binding code.
10490 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
10491
10492 2012-04-15 Glenn Morris <rgm@gnu.org>
10493
10494 * simple.el (process-file-side-effects): Doc fix.
10495
10496 2012-04-15 Glenn Morris <rgm@gnu.org>
10497
10498 * international/mule-cmds.el (set-language-environment): Doc fix.
10499
10500 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
10501
10502 * server.el (server-auth-key, server-generate-key): Doc fixes.
10503 (server-get-auth-key): Doc fix. Use `string-match-p'.
10504 (server-start): Reflow docstring.
10505
10506 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
10507
10508 * server.el (server-generate-key): `called-interactively-p'
10509 requires a parameter.
10510
10511 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
10512
10513 * server.el (server-auth-key): New variable.
10514 (server-generate-key, server-get-auth-key): New function.
10515 (server-start): Use the new variable and functions to allow
10516 setting a permanent server key (bug#9423).
10517
10518 2012-04-14 Leo Liu <sdl.web@gmail.com>
10519
10520 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
10521
10522 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
10523
10524 Spelling fixes.
10525 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
10526 Emacs uses American spelling.
10527
10528 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
10529
10530 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
10531 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
10532 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
10533 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
10534
10535 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10536
10537 * progmodes/which-func.el (which-func-modes): Change default.
10538
10539 2012-04-14 Kim F. Storm <storm@cua.dk>
10540
10541 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
10542 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
10543
10544 2012-04-14 Chong Yidong <cyd@gnu.org>
10545
10546 * custom.el (custom-theme-set-variables): Doc fix.
10547
10548 2012-04-14 Glenn Morris <rgm@gnu.org>
10549
10550 * international/mule.el (set-auto-coding-for-load): Doc fix.
10551
10552 2012-04-14 Alan Mackenzie <acm@muc.de>
10553
10554 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
10555 imenu work again for Objective C Mode. Correct the *-index values,
10556 these having been disturbed by a previous change in 2011-08.
10557
10558 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
10559 Correct two search limits.
10560
10561 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10562
10563 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
10564
10565 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
10566
10567 * international/characters.el: Fix sorting.
10568
10569 2012-04-14 Eli Zaretskii <eliz@gnu.org>
10570
10571 * international/characters.el: Add more missing Latin case pairs.
10572
10573 2012-04-14 Glenn Morris <rgm@gnu.org>
10574
10575 * files.el (dir-locals-set-class-variables): Doc fix.
10576
10577 2012-04-14 Eli Zaretskii <eliz@gnu.org>
10578
10579 * international/characters.el: Add set-case-syntax-pair call for
10580 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
10581 counterpart. (Bug#11209)
10582
10583 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
10584
10585 2012-04-14 Glenn Morris <rgm@gnu.org>
10586
10587 * calendar/holidays.el (calendar-check-holidays): Doc fix.
10588
10589 2012-04-14 Eli Zaretskii <eliz@gnu.org>
10590
10591 * textmodes/ispell.el (ispell-dictionary-base-alist):
10592 Add data for Hebrew.
10593
10594 2012-04-14 Chong Yidong <cyd@gnu.org>
10595
10596 * net/rcirc.el (rcirc-cmd-quit):
10597 Revert 2012-03-18 change (Bug#11192).
10598
10599 2012-04-14 Glenn Morris <rgm@gnu.org>
10600
10601 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
10602
10603 2012-04-14 Eli Zaretskii <eliz@gnu.org>
10604
10605 * minibuffer.el (completion-in-region-mode-map):
10606 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
10607
10608 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
10609
10610 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
10611
10612 2012-04-13 Masatake YAMATO <yamato@redhat.com>
10613
10614 * minibuffer.el (minibuffer-local-filename-syntax): New variable
10615 to allow `C-M-f' and `C-M-b' to move to the nearest path
10616 separator (bug#9511).
10617
10618 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
10619
10620 * avoid.el: Require cl when compiling. And also move the
10621 `provide' to the end.
10622
10623 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10624
10625 * avoid.el (mouse-avoidance-banish-position): New variable.
10626 (mouse-avoidance-banish-destination): Use it (bug#10165).
10627
10628 2012-04-13 Leo Liu <sdl.web@gmail.com>
10629
10630 * progmodes/which-func.el (which-func-modes): Add objc-mode.
10631
10632 2012-04-13 Ken Brown <kbrown@cornell.edu>
10633
10634 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
10635 this is no longer needed now that cygstart understands file:// URLs.
10636 (browse-url-filename-alist): For the same reason, don't modify
10637 file:// URLs on Cygwin.
10638
10639 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10640
10641 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
10642 the region on shift if the binding is already shifted (bug#11221).
10643
10644 2012-04-12 Glenn Morris <rgm@gnu.org>
10645
10646 * mail/mailpost.el: Move to obsolete/.
10647
10648 2012-04-12 Drew Adams <drew.adams@oracle.com>
10649
10650 * imenu.el (imenu--generic-function): Ignore invisible definitions
10651 (bug#10123).
10652
10653 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
10654
10655 * hexl.el (hexl-bits): New variable.
10656 (hexl-options): Mention the variable in the doc string.
10657 (hexl-rulerise, hexl-line-displen): New functions.
10658 (hexl-mode): Mention the new variable.
10659 (hexl-mode, hexl-current-address, hexl-current-address):
10660 Use the displen.
10661 (hexl-ascii-start-column): New function.
10662 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
10663 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
10664
10665 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10666
10667 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
10668 '("-i" ENCODING), in 2 separate command-line arguments, to specify
10669 the encoding, as expected by hunspell.
10670
10671 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10672
10673 * battery.el (battery--linux-sysfs-regexp): New const.
10674 (battery-status-function): Use it. Remove yeeloong special case.
10675 (battery-yeeloong-sysfs): Remove.
10676 (battery-echo-area-format): Remove yeeloong special case.
10677
10678 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10679
10680 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
10681 Reported by Noah Friedman.
10682
10683 * subr.el (read-passwd): Use read-string.
10684
10685 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10686
10687 * vcursor.el (vcursor-move): Increase the priority of the overlay
10688 (bug#9663).
10689
10690 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10691
10692 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
10693 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
10694
10695 2012-04-11 William Stevenson <yhvh2000@gmail.com>
10696
10697 * textmodes/artist.el (artist-mode): Convert artist-mode to use
10698 define-minor-mode (bug#10760).
10699
10700 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10701
10702 * progmodes/grep.el (rgrep): Tweak the find command line so
10703 that directories matching `grep-find-ignored-files' won't be
10704 pruned (bug#10351).
10705
10706 2012-04-11 Chong Yidong <cyd@gnu.org>
10707
10708 * startup.el (command-line): Remove support for long-obsolete
10709 variable font-lock-face-attributes.
10710
10711 2012-04-11 Glenn Morris <rgm@gnu.org>
10712
10713 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
10714
10715 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10716
10717 * window.el (window--state-get-1): Obey window-point-insertion-type.
10718
10719 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
10720
10721 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
10722 to previous function when point is on the first character of a
10723 function. Take care of that in `narrow-to-defun' (bug#6157).
10724
10725 2012-04-11 Glenn Morris <rgm@gnu.org>
10726
10727 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
10728 not just file-errors.
10729
10730 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
10731 (vc-bzr-sha1): Use internal sha1.
10732
10733 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10734
10735 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
10736
10737 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
10738
10739 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
10740 that start in the middle of the line (bug#10496).
10741
10742 2012-04-10 Dan Nicolaescu <dann@gnu.org>
10743
10744 * battery.el (battery-linux-proc-acpi): Only one battery is
10745 discharged at a time, but that seems to confuse battery.el when
10746 computing `rate-type' for the battery not being discharged
10747 (bug#10332).
10748
10749 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10750
10751 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
10752
10753 * international/quail.el: Use dolist and simplify.
10754 (quail-define-package, quail-update-keyboard-layout)
10755 (quail-define-rules): Use dolist.
10756 (quail-insert-kbd-layout, quail-get-translation): CSE.
10757
10758 * tmm.el: Use dolist, remove left over hook.
10759 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
10760 Use dolist.
10761 (calendar-load-hook): Don't mess with it.
10762
10763 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
10764 Use derived-mode-p. Run the diff asynchronously.
10765
10766 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10767
10768 * obsolete/mouse-sel.el: Add an Obsolete-since header.
10769
10770 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
10771
10772 * misc.el: Display absolute path of loaded DLLs (bug#10424).
10773 (list-dynamic-libraries--loaded): New function.
10774 (list-dynamic-libraries--refresh): Use it.
10775
10776 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
10777
10778 * progmodes/python.el (python-fill-paragraph):
10779 Make python-fill-region in a multiline string work when font-lock is
10780 disabled (bug#7018).
10781
10782 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
10783
10784 * language/european.el (cp775): Add oem/legacy (en)coding on
10785 DOS/MS Windows for the Baltic languages. There are still plenty
10786 of texts written in this encoding/codepage (bug#6519).
10787
10788 2012-04-10 Glenn Morris <rgm@gnu.org>
10789
10790 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
10791 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
10792
10793 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
10794
10795 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
10796 next-line "n" and previous-line "p" in order to make recentf more
10797 consistent with ibuffer, dired or org-mode (bug#9387).
10798
10799 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10800
10801 * image.el (put-image): Return the overlay created instead of the
10802 optional input string (bug#7834). Note that this may break code
10803 that is (for some reason or other) depending on `put-image'
10804 returning the string.
10805
10806 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
10807
10808 * simple.el (zap-to-char): Allow zapping using input methods
10809 (bug#1580).
10810
10811 * textmodes/fill.el (fill-region): Leave point and mark where they
10812 were before filling (bug#5399).
10813
10814 2012-04-09 Glenn Morris <rgm@gnu.org>
10815
10816 * version.el (emacs-bzr-get-version):
10817 Handle lightweight checkouts of local branches.
10818
10819 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
10820
10821 * international/characters.el: Recover lost case pairs. (Bug#11209)
10822
10823 2012-04-09 Chong Yidong <cyd@gnu.org>
10824
10825 * custom.el (custom-variable-p): Return nil for non-symbol
10826 arguments instead of signaling an error.
10827 (user-variable-p): Obsolete alias for custom-variable-p.
10828
10829 * apropos.el (apropos-variable):
10830 * files-x.el (read-file-local-variable):
10831 * simple.el (set-variable):
10832 * woman.el (woman-mini-help):
10833 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
10834
10835 2012-04-09 Glenn Morris <rgm@gnu.org>
10836
10837 * startup.el (normal-top-level): Don't look for leim-list.el
10838 in places where it will not be found. (Bug#910)
10839
10840 * international/mule-cmds.el (set-default-coding-systems):
10841 * files.el (normal-mode):
10842 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
10843 This function was removed with ucs-tables.el in 2008.
10844
10845 2012-04-08 Eli Zaretskii <eliz@gnu.org>
10846
10847 * textmodes/ispell.el (ispell-check-version): For hunspell, set
10848 ispell-encoding8-command to "-i", without a trailing space.
10849 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
10850 separate command-line arguments, to specify the encoding, since
10851 that's how hunspell expects it.
10852
10853 2012-04-08 Glenn Morris <rgm@gnu.org>
10854
10855 * loadup.el: Load bindings before cus-start.
10856 This reduces somewhat the number of "rogue" settings in emacs -Q.
10857
10858 2012-04-07 Glenn Morris <rgm@gnu.org>
10859
10860 * version.el (emacs-bzr-get-version): New function.
10861 (emacs-bzr-version): New variable.
10862 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
10863 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
10864
10865 2012-04-07 Eli Zaretskii <eliz@gnu.org>
10866
10867 * international/uni-bidi.el, international/uni-category.el:
10868 * international/uni-combining.el, international/uni-decimal.el:
10869 * international/uni-decomposition.el, international/uni-digit.el:
10870 * international/uni-lowercase.el, international/uni-mirrored.el:
10871 * international/uni-name.el, international/uni-numeric.el:
10872 * international/uni-titlecase.el, international/uni-uppercase.el:
10873 Update for Unicode 6.1.
10874
10875 2012-04-07 Eli Zaretskii <eliz@gnu.org>
10876
10877 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
10878
10879 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10880
10881 * window.el (shrink-window): Mention the `window-min-height'
10882 variable in the doc string.
10883
10884 2012-04-05 Bastien Guerry <bzg@altern.org>
10885
10886 * color.el (color-lighten-name): Fix typo.
10887
10888 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10889
10890 * server.el (server--on-display-p): New function.
10891 (server--on-display-p): Use it.
10892
10893 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
10894
10895 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
10896 (bug#11145).
10897
10898 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10899
10900 * comint.el (comint--common-quoted-suffix): Check string boundary
10901 before comparing (bug#11158).
10902 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
10903
10904 2012-04-04 Chong Yidong <cyd@gnu.org>
10905
10906 * minibuffer.el (completion-extra-properties): Doc fix.
10907
10908 * subr.el (delayed-warnings-hook): Doc fix.
10909
10910 2012-04-04 Daiki Ueno <ueno@unixuser.org>
10911
10912 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
10913 selection (Bug#11159).
10914 (epa-insert-keys): Inform that the default public key will be
10915 exported if no key is selected.
10916
10917 2012-04-04 Richard Stallman <rms@gnu.org>
10918
10919 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
10920
10921 2012-04-03 Chong Yidong <cyd@gnu.org>
10922
10923 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
10924 mail-insert-file, not its obsolete alias mail-attach-file.
10925
10926 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
10927
10928 * notifications.el (notifications-notify): Fix docstring.
10929
10930 2012-04-02 Glenn Morris <rgm@gnu.org>
10931
10932 * emacs-lisp/authors.el (authors-aliases): Another addition.
10933
10934 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
10935
10936 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
10937 `tramp-compat-call-process' instead of `tramp-local-call-process'.
10938 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
10939
10940 2012-04-01 Chong Yidong <cyd@gnu.org>
10941
10942 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
10943 Handle root directory properly.
10944 (copy-directory): Caller changed.
10945
10946 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
10947 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
10948
10949 2012-03-31 Glenn Morris <rgm@gnu.org>
10950
10951 * term/xterm.el (xterm-extra-capabilities): Doc fix.
10952
10953 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
10954
10955 * calendar/calendar.el (calendar-window-list)
10956 (calendar-hide-window): Restore. (Bug#11140)
10957 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
10958
10959 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
10960
10961 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10962
10963 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
10964 Check if file is a symlink (Bug#10489).
10965
10966 * files.el (copy-directory): Likewise.
10967
10968 2012-03-30 Chong Yidong <cyd@gnu.org>
10969
10970 * image.el (imagemagick-types-inhibit)
10971 (imagemagick-register-types): Doc fix.
10972
10973 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10974
10975 * textmodes/ispell.el (ispell-get-extended-character-mode):
10976 Disable extended-char-mode for hunspell. hunspell does not support it
10977 and treats ~word as ordinary words in pipe mode.
10978
10979 2012-03-30 Glenn Morris <rgm@gnu.org>
10980
10981 * tutorial.el (help-with-tutorial): Ensure local variables don't
10982 happen to make the buffer read-only. (Bug#11127)
10983
10984 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
10985
10986 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
10987 (perl-calculate-indent): Return `noindent' in strings.
10988
10989 2012-03-28 Sam Steingold <sds@gnu.org>
10990
10991 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
10992 instead of the broken adhockery which does not prevent calendar
10993 buffers from being displayed at random after exit.
10994 (calendar-window-list, calendar-hide-window): Remove the broken
10995 adhockery.
10996
10997 2012-03-28 Glenn Morris <rgm@gnu.org>
10998
10999 * replace.el (query-replace-map): Doc fix.
11000
11001 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
11002
11003 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
11004 contents. (Bug#11109)
11005
11006 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11007
11008 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
11009 (bug#11077).
11010 (avl-tree--check, avl-tree--check-node): New funs.
11011
11012 2012-03-27 Martin Rudalics <rudalics@gmx.at>
11013
11014 * window.el (switch-to-visible-buffer): New option.
11015 (switch-to-prev-buffer, switch-to-next-buffer):
11016 Observe switch-to-visible-buffer. Make sure that checking for a window
11017 showing a buffer already is done on the same frame.
11018
11019 2012-03-27 Glenn Morris <rgm@gnu.org>
11020
11021 * startup.el (mail-host-address): Doc fix.
11022
11023 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11024
11025 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
11026 than 197 variables.
11027
11028 2012-03-26 Ami Fischman <ami@fischman.org>
11029
11030 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
11031
11032 2012-03-26 Glenn Morris <rgm@gnu.org>
11033
11034 * files.el (save-buffers-kill-emacs): Doc fix.
11035
11036 * startup.el (normal-top-level, command-line, command-line-1):
11037 Give them doc strings.
11038
11039 2012-03-25 Eli Zaretskii <eliz@gnu.org>
11040
11041 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
11042 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
11043
11044 2012-03-25 Chong Yidong <cyd@gnu.org>
11045
11046 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
11047 theme if it was previously enabled before (Bug#11031).
11048
11049 * cus-theme.el (custom-theme-write-faces): Retrieve current face
11050 spec with custom-face-get-current-spec if its :shown-value is not
11051 determined yet (Bug#9337).
11052 (customize-create-theme, custom-theme-revert): Doc fixes.
11053
11054 * button.el (button-at): Minor addition to docstring.
11055
11056 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
11057
11058 * vc/vc.el (vc-merge): Fix a prompt.
11059
11060 2012-03-24 Chong Yidong <cyd@gnu.org>
11061
11062 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
11063 point (Bug#9623).
11064
11065 * button.el (button-at): Minor addition to docstring.
11066
11067 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11068
11069 * newcomment.el (comment-choose-indent): No space after BOL.
11070
11071 2012-03-22 Sam Steingold <sds@gnu.org>
11072
11073 * window.el (switch-to-prev-buffer): Revert last patch because the
11074 bug turned out to be an advertised feature (Elisp manual 28.14).
11075
11076 2012-03-22 Glenn Morris <rgm@gnu.org>
11077
11078 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
11079 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
11080
11081 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11082
11083 * net/network-stream.el (network-stream-open-starttls): Make error
11084 message under Windows be less misleading.
11085
11086 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
11087
11088 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
11089 understands (bug#9942).
11090
11091 2012-03-22 Chong Yidong <cyd@gnu.org>
11092
11093 * simple.el (end-of-visible-line): Handle return value of
11094 next-single-property-change properly (Bug#9371).
11095
11096 2012-03-22 Kenichi Handa <handa@m17n.org>
11097
11098 * international/quail.el (quail-insert-kbd-layout): Fix previous
11099 change. To avoid unwanted bidi reordering, use
11100 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
11101
11102 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
11103
11104 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
11105 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
11106 (ruby-beginning-of-indent): Be more careful with the difference
11107 between word-boundary and symbol boundary.
11108 (ruby-mode-syntax-table): Make : a symbol constituent.
11109
11110 2012-03-21 Andreas Politz <politza@fh-trier.de>
11111
11112 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
11113
11114 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * progmodes/etags.el (tags-completion-at-point-function):
11117 Improve last fix.
11118
11119 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
11120
11121 2012-03-21 Sam Steingold <sds@gnu.org>
11122
11123 * progmodes/etags.el (tags-completion-at-point-function):
11124 Avoid the error when point is inside the pattern.
11125
11126 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
11127
11128 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
11129 line (Bug#10855).
11130
11131 2012-03-21 Drew Adams <drew.adams@oracle.com>
11132
11133 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
11134
11135 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
11136
11137 * ido.el (ido-set-current-directory, ido-read-internal)
11138 (ido-choose-completion-string, ido-completion-help): Handle nil
11139 value of ido-completion-buffer (Bug#11008).
11140
11141 2012-03-21 Sam Steingold <sds@gnu.org>
11142
11143 * window.el (switch-to-prev-buffer): Do not switch to a visible
11144 window previous buffer, just like with the frame previous buffers.
11145
11146 2012-03-21 Chong Yidong <cyd@gnu.org>
11147
11148 * faces.el (make-face, make-empty-face, copy-face):
11149 * face-remap.el (face-remap-add-relative, face-remap-set-base):
11150 Doc fixes.
11151
11152 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11153
11154 * wid-edit.el (widget-complete-field): Remove (bug#11051).
11155 (widget-complete): Remove broken use of it.
11156
11157 2012-03-20 Chong Yidong <cyd@gnu.org>
11158
11159 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11160 Use string-width and truncate-string-width to handle arbitrary
11161 characters.
11162
11163 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
11164
11165 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
11166 to draw rectangles, not squares. (Regression introduced by revno
11167 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
11168
11169 2012-03-18 Chong Yidong <cyd@gnu.org>
11170
11171 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
11172 it is not yet defined (for temacs).
11173
11174 2012-03-18 Leo Liu <sdl.web@gmail.com>
11175
11176 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
11177 prefix.
11178
11179 2012-03-17 Eli Zaretskii <eliz@gnu.org>
11180
11181 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
11182 (ispell-choices-win-default-height, ispell-silently-savep)
11183 (ispell-dictionary-alist, ispell-encoding8-command)
11184 (ispell-check-version, ispell-aspell-find-dictionary)
11185 (ispell-valid-dictionary-list, ispell-words-keyword)
11186 (ispell-get-word, ispell-internal-change-dictionary)
11187 (ispell-region, ispell-skip-region-list)
11188 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
11189 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
11190 (ispell-message-text-end, ispell-message)
11191 (ispell-buffer-local-parsing): Doc fix.
11192
11193 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
11194
11195 * htmlfontify.el: Add support for code block fontification for ODT
11196 export (Bug #9914).
11197 (hfy-optimisations): Define new option
11198 `body-text-only'
11199 (hfy-fontify-buffer): Honor above setting.
11200 (hfy-begin-span, hfy-end-span): New routines factored out form
11201 `hfy-fontify-buffer'.
11202 (hfy-begin-span-handler, hfy-end-span-handler): New variables
11203 that permit insertion of custom tags.
11204 (hfy-fontify-buffer): Use above handlers.
11205 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
11206 (hfy-face-to-css): Re-defined to be a variable.
11207 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
11208 over multiple runs. This is made possible by having the caller let
11209 bind a special variable `hfy-user-sheet-assoc'.
11210 (htmlfontify-string): New defun.
11211 (hfy-compile-face-map): Make sure that the last char in the
11212 buffer is correctly fontified.
11213 (hfy-face-resolve-face): Whitespace only change.
11214
11215 2012-03-17 Eli Zaretskii <eliz@gnu.org>
11216
11217 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
11218 message more clear.
11219
11220 2012-03-16 Leo Liu <sdl.web@gmail.com>
11221
11222 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
11223
11224 2012-03-16 Alan Mackenzie <acm@muc.de>
11225
11226 Further optimise the handling of large macros.
11227
11228 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
11229 limit to a call of `c-literal-limits'.
11230 (c-determine-+ve-limit): New function.
11231 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
11232 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
11233 In CASE 5B, restrict a search limit to 500.
11234 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
11235
11236 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
11237 Restrict macro bounds to +-500 from after-change's BEG END.
11238
11239 2012-03-16 Leo Liu <sdl.web@gmail.com>
11240
11241 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
11242
11243 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
11244
11245 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
11246 `special-mode' setting of `buffer-read-only'. (Bug#11010)
11247
11248 2012-03-16 Glenn Morris <rgm@gnu.org>
11249
11250 * view.el (view-buffer, view-buffer-other-window)
11251 (view-buffer-other-frame): Doc fixes re special mode-class.
11252
11253 * subr.el (eval-after-load): If named feature is provided not from
11254 a file, run after-load forms. (Bug#10946)
11255
11256 * calendar/calendar.el (calendar-insert-at-column):
11257 Handle non-unit-width characters a bit better. (Bug#10978)
11258
11259 2012-03-15 Chong Yidong <cyd@gnu.org>
11260
11261 * emacs-lisp/ring.el (ring-extend): New function.
11262 (ring-insert+extend): Extend the ring correctly (Bug#11019).
11263
11264 * comint.el (comint-read-input-ring)
11265 (comint-add-to-input-history): Grow comint-input-ring lazily.
11266
11267 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11268
11269 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
11270 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
11271
11272 * imenu.el: Fix multiple inheritance breakage (bug#9199).
11273 (imenu-add-to-menubar): Don't add a redundant index.
11274 (imenu-update-menubar): Handle a dynamically composed keymap.
11275
11276 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11277
11278 * mail/sendmail.el (mail-encode-header):
11279 Bind rfc2047-encode-encoded-words to nil.
11280
11281 2012-03-13 Glenn Morris <rgm@gnu.org>
11282
11283 * calendar/calendar.el (calendar-string-spread):
11284 Handle non-unit-width characters a bit better. (Bug#10978)
11285
11286 2012-03-13 Leo Liu <sdl.web@gmail.com>
11287
11288 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
11289 directory and file as argument (Bug#10822).
11290
11291 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
11292
11293 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
11294 For dynamically generated code, follow $PC.
11295 (gdb-disassembly-handler-custom): Handle no function name case.
11296
11297 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
11298
11299 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
11300 * emulation/ws-mode.el (ws-query-replace):
11301 * sort.el (sort-regexp-fields):
11302 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
11303
11304 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11305
11306 * dabbrev.el: Fix cycle completion order (bug#10963).
11307 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
11308 (dabbrev-completion): Don't use an obarray; provide
11309 a cycle-sort-function.
11310
11311 2012-03-12 Leo Liu <sdl.web@gmail.com>
11312
11313 * simple.el (kill-new): Use equal-including-properties for comparison.
11314 (kill-do-not-save-duplicates): Doc fix.
11315
11316 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11317
11318 * dabbrev.el: Fix cycle completion (bug#10963).
11319 Use lexical binding and wrap to 80 columns.
11320 (dabbrev-completion): Delay computing the list of completions.
11321
11322 2012-03-12 Kenichi Handa <handa@m17n.org>
11323
11324 * international/quail.el (quail-insert-kbd-layout): Surround each
11325 row by LRO and PDF instead of inserting many LRMs. Pad the left
11326 and right of each non-spacing marks. Insert invisible space
11327 between lower and upper characters to prevent composition.
11328
11329 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11330
11331 * minibuffer.el (minibuffer-complete): Don't get confused when the
11332 function is run twice via different commands (bug#10958).
11333 (complete-with-action): Fix docstring.
11334
11335 2012-03-12 Chong Yidong <cyd@gnu.org>
11336
11337 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
11338 (nxml-completion-at-point-function): New function.
11339 (nxml-mode): Use it.
11340 (nxml-bind-meta-tab-to-complete-flag): Default to t.
11341
11342 * emacs-lisp/package.el (package-unpack, package-unpack-single):
11343 Load generated autoloads file before byte compiling (Bug#10970).
11344 (package--make-autoloads-and-compile): New helper fun.
11345
11346 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
11347
11348 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
11349
11350 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
11351
11352 * autorevert.el (auto-revert-handler): Ensure, that
11353 file-readable-p is applied only for local files or in
11354 auto-revert-tail-mode.
11355
11356 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
11357
11358 * server.el (server-eval-at): Handle non-tcp connections.
11359 Decode result string.
11360
11361 * server.el (server-msg-size): New constant.
11362 (server-reply-print): New function.
11363 (server-eval-and-print): Use it.
11364 (server-eval-at): Use server-quote-arg and server-unquote-arg.
11365 Handle -print-nonl.
11366
11367 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
11368
11369 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
11370 (Bug#10987).
11371
11372 2012-03-11 Chong Yidong <cyd@gnu.org>
11373
11374 * simple.el (goto-line): Doc fix (Bug#9938).
11375
11376 * subr.el (save-window-excursion): Doc fix (Bug#9979).
11377
11378 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
11379 when finished (Bug#10963).
11380
11381 2012-03-11 Martin Rudalics <rudalics@gmx.at>
11382
11383 * window.el (split-window-below): Fix bug in case where
11384 split-window-keep-point is nil (Bug#10971).
11385
11386 2012-03-11 Juri Linkov <juri@jurta.org>
11387
11388 * replace.el (replace-highlight): Set isearch-word to nil
11389 unconditionally. (Bug#10887)
11390
11391 2012-03-10 Eli Zaretskii <eliz@gnu.org>
11392
11393 * net/mairix.el (mairix-replace-invalid-chars): Rename from
11394 mairix-replace-illegal-chars; all callers changed. Don't remove
11395 ^, ~, and = characters: they are meaningful in mairix search specs.
11396 (mairix-widget-create-query): Add usage information about mairix
11397 search forms: negating words, searching for substrings, etc.
11398
11399 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
11400
11401 * international/fontset.el (font-encoding-alist): Add an entry for
11402 ksx1001 (Bug#5667).
11403
11404 2012-03-10 Richard Stallman <rms@gnu.org>
11405
11406 * mail/sendmail.el (mail-encode-header):
11407 Set rfc2047-encode-encoded-words.
11408
11409 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
11410
11411 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
11412 view buffer means not swapped.
11413 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
11414 (rmail-write-region-annotate): Error if real text has disappeared.
11415
11416 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
11417
11418 2012-03-10 Chong Yidong <cyd@gnu.org>
11419
11420 * emulation/cua-rect.el (cua--init-rectangles):
11421 * emulation/cua-base.el (cua--init-keymaps):
11422 Add delete-forward-char to remappings (Bug#9666).
11423
11424 2012-03-10 Martin Rudalics <rudalics@gmx.at>
11425
11426 * speedbar.el (speedbar-unhighlight-one-tag-line):
11427 Avoid unhighlighting due to frame switching (Bug#10275).
11428
11429 2012-03-10 Chong Yidong <cyd@gnu.org>
11430
11431 * minibuffer.el (completion-in-region, completion-help-at-point):
11432 Give the completion field overlay a high priority (Bug#6830).
11433
11434 * dired.el (dired-goto-file): Recognize absolute file name
11435 listings (Bug#7126).
11436 (dired-goto-file-1): New helper function.
11437 (dired-toggle-read-only): Inhibit warnings.
11438
11439 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
11440
11441 * net/dbus.el (dbus-property-handler): Return empty array if
11442 there are no properties.
11443
11444 2012-03-09 Leo Liu <sdl.web@gmail.com>
11445
11446 * savehist.el (savehist-printable): Stricter check for string
11447 value (Bug#10937).
11448
11449 2012-03-09 Eli Zaretskii <eliz@gnu.org>
11450
11451 * mail/smtpmail.el (smtpmail-send-it):
11452 Bind coding-system-for-write to *-unix, so that FCC files are kept in
11453 valid mbox format.
11454
11455 2012-03-09 Glenn Morris <rgm@gnu.org>
11456
11457 * files.el (dir-locals-find-file):
11458 Don't check result is regular, readable.
11459 (dir-locals-read-from-file): Demote errors.
11460
11461 2012-03-08 Eli Zaretskii <eliz@gnu.org>
11462
11463 * international/quail.el (quail-insert-kbd-layout):
11464 Insert invisible LRM characters before each character in a keyboard
11465 layout cell, to prevent their reordering by bidi display engine.
11466 For details, see the discussion in
11467 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
11468
11469 2012-03-08 Alan Mackenzie <acm@muc.de>
11470
11471 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
11472 the starting position; make it extend the marked region when
11473 invoked repeatedly - all under appropriate circumstances.
11474 Fixes bugs #5525, #10906.
11475
11476 2012-03-08 Glenn Morris <rgm@gnu.org>
11477
11478 * files.el (locate-dominating-file, dir-locals-find-file):
11479 Undo 2012-03-06 change.
11480
11481 2012-03-07 Eli Zaretskii <eliz@gnu.org>
11482
11483 * international/quail.el (quail-help):
11484 Force bidi-paragraph-direction be left-to-right. See discussion in
11485 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
11486 for the reason.
11487
11488 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
11489
11490 Avoid superfluous registering of signals. (Bug#10807)
11491
11492 * notifications.el (notifications-on-action-object)
11493 (notifications-on-close-object): New defvars.
11494 (notifications-on-action-signal, notifications-on-closed-signal):
11495 Unregister the signal if not needed any longer.
11496 (notifications-notify): Register `notifications-action-signal' or
11497 `notifications-closed-signal', if :on-action or :on-close has been
11498 passed as argument.
11499
11500 2012-03-07 Chong Yidong <cyd@gnu.org>
11501
11502 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
11503 non-X platforms.
11504
11505 2012-03-06 Glenn Morris <rgm@gnu.org>
11506
11507 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11508 (x-disown-selection-internal, x-get-selection-internal):
11509 Doc fix (add arglist signatures). (Bug#10783)
11510
11511 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
11512
11513 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11514 Handle breakpoints with no "type".
11515
11516 2012-03-06 Glenn Morris <rgm@gnu.org>
11517
11518 * files.el (locate-dominating-file): Add optional predicate argument.
11519 (dir-locals-find-file): Make use of above change.
11520
11521 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
11522
11523 * info.el (Info-insert-dir): Also try "dir.gz".
11524
11525 2012-03-06 Glenn Morris <rgm@gnu.org>
11526
11527 * files.el (dir-locals-find-file):
11528 Ignore non-readable or non-regular files. (Bug#10928)
11529
11530 * files.el (locate-dominating-file): Doc fix.
11531
11532 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
11533
11534 * calendar/calendar.el (calendar-set-mode-line):
11535 `getenv' returns a string. (Bug#10951)
11536
11537 2012-03-05 Leo Liu <sdl.web@gmail.com>
11538
11539 * simple.el (backward-delete-char-untabify): Constrain point to
11540 field (Bug#10939).
11541
11542 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
11543
11544 2012-03-05 Chong Yidong <cyd@gnu.org>
11545
11546 * simple.el (count-words): If called from Lisp, return the word
11547 count, for symmetry with `count-lines'. Arglist changed.
11548 (count-words--message): Args changed. Consolidate counting code
11549 from count-words and count-words-region.
11550 (count-words-region): Caller changed.
11551 (count-lines-region): Make it an obsolete alias.
11552
11553 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
11554
11555 * saveplace.el (save-place-to-alist)
11556 (save-place-ignore-files-regexp): Allow value nil to disable this
11557 feature.
11558
11559 2012-03-04 Chong Yidong <cyd@gnu.org>
11560
11561 * faces.el (face-spec-reset-face): For the default face, reset the
11562 attributes to default values (Bug#10748).
11563
11564 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11565
11566 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
11567 previous patch: Check `message-send-mail-function', and not the
11568 default function (bug#10897).
11569
11570 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
11571
11572 * notifications.el (notifications-on-action-signal)
11573 (notifications-on-closed-signal): Check for unique service name of
11574 incoming event. Fix error in removing entry.
11575 (top): Register for signals with wildcard service name.
11576 (notifications-notify): Use daemon unique service name for map entries.
11577
11578 2012-03-04 Chong Yidong <cyd@gnu.org>
11579
11580 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
11581
11582 2012-03-04 Glenn Morris <rgm@gnu.org>
11583
11584 * abbrev.el (copy-abbrev-table, abbrev-table-p)
11585 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
11586 (expand-abbrev, define-abbrev-table): Doc fixes.
11587
11588 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11589
11590 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
11591 `message-default-send-mail-function' and not `send-mail-function'
11592 when doing the prompting for `sendmail-query-once' before sending
11593 in Message buffers (bug#10897).
11594
11595 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
11596 This is inconsistent with all the other stream functions, which leave
11597 the setting up to the higher levels (if so wanted) (bug#10931).
11598
11599 2012-03-02 Alan Mackenzie <acm@muc.de>
11600
11601 Depessimize the handling of very large macros.
11602
11603 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
11604 (c-macro-cache-syntactic): New variables to implement a one
11605 element macro cache.
11606 (c-invalidate-macro-cache): New function.
11607 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
11608 Adapt to use the new cache.
11609 (c-state-safe-place): Use better the cache of safe positions.
11610 (c-state-semi-nonlit-pos-cache)
11611 (c-state-semi-nonlit-pos-cache-limit):
11612 New variables for...
11613 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
11614 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
11615 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
11616 Use c-state-semi-safe-place.
11617
11618 * progmodes/cc-langs.el (c-get-state-before-change-functions):
11619 Add c-invalidate-macro-cache to the C, C++, Obj entries.
11620
11621 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
11622
11623 * jka-compr.el (jka-compr-call-process):
11624 Apply `file-accessible-directory-p' only when the default directory is
11625 not remote.
11626
11627 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
11628
11629 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
11630 access of FILE2, if FILE1 does not exist.
11631
11632 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
11633 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
11634
11635 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
11636 Add "PAGER=" to `process-environment'.
11637
11638 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
11639
11640 * progmodes/sql.el: Bug fix
11641 (sql-get-login-ext): Save login values in globals.
11642 (sql-get-login): Use new version of `sql-get-login-ext'.
11643 (sql-interactive-mode): Set global `sql-connection' to nil.
11644 (sql-connect): Set global values for connection.
11645 (sql-product-interactive): Save global values as buffer local.
11646
11647 2012-02-29 Leo Liu <sdl.web@gmail.com>
11648
11649 * abbrev.el (define-abbrevs): Reset sys to nil.
11650
11651 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11652
11653 * files.el (file-equal-p): Rename from `files-equal-p'.
11654 Return nil when one or both files don't exist.
11655 (file-subdir-of-p): Now only top directory must exists,
11656 return nil if it doesn't.
11657 (copy-directory): No need to test with `file-subdir-of-p' after
11658 creating dir.
11659 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
11660 to `file-equal-p'.
11661
11662 2012-02-28 Glenn Morris <rgm@gnu.org>
11663
11664 * shell.el (shell-mode):
11665 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
11666 * play/landmark.el (landmark-font-lock-face-O):
11667 * play/handwrite.el (handwrite):
11668 * play/gomoku.el (gomoku-O):
11669 * net/browse-url.el (browse-url-browser-display):
11670 * international/mule.el (define-charset):
11671 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
11672 * filesets.el (filesets-find-file-delay):
11673 * eshell/em-xtra.el (eshell-xtra):
11674 * eshell/em-unix.el (eshell-grep):
11675 * emulation/viper.el (viper-mode):
11676 * emacs-lisp/regexp-opt.el (regexp-opt-group):
11677 * emacs-lisp/easymenu.el (easy-menu-define):
11678 * calendar/timeclock.el (timeclock-use-display-time):
11679 * bs.el (bs-mode):
11680 * bookmark.el (bookmark-save-flag):
11681 Doc fix (standardize possessive apostrophe usage).
11682
11683 2012-02-27 Chong Yidong <cyd@gnu.org>
11684
11685 * emulation/viper-cmd.el (viper-intercept-ESC-key):
11686 Fix key-binding lookup for ESC key (Bug#9146).
11687
11688 * font-lock.el (font-lock-specified-p): Rename from
11689 font-lock-spec-present. Callers changed.
11690
11691 2012-02-27 Daniel Hackney <dan@haxney.org>
11692
11693 * emacs-lisp/package.el (package-compute-transaction):
11694 Handle holding a package version to t in package-load-list.
11695
11696 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
11697
11698 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
11699 (tramp-get-inode, tramp-get-device): Use cached values.
11700
11701 2012-02-26 Alan Mackenzie <acm@muc.de>
11702
11703 Check there is a font-lock specification before doing initial
11704 fontification.
11705
11706 * font-core.el (font-lock-mode): Move the conditional from
11707 :after-hook to font-lock-initial-fontify.
11708 (font-lock-default-function): Move the check for a specification
11709 to font-lock-spec-present.
11710
11711 * font-lock.el (font-lock-initial-fontify): Call ...
11712 (font-lock-spec-present): New function.
11713
11714 2012-02-26 Jim Blandy <jimb@red-bean.com>
11715
11716 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
11717 (gdb-send): Apply it to the operand of the '-interpreter-exec
11718 console' command, so that we can pass arguments with (say) quotes
11719 in them. Store exact string sent in gdb-debug-log (Bug#10765).
11720
11721 2012-02-26 Chong Yidong <cyd@gnu.org>
11722
11723 * help-fns.el (describe-function-1): Clarify description of
11724 remapping (Bug#10844).
11725
11726 * files.el (files-equal-p): Doc fix.
11727 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
11728 and quit the loop once a mismatch is found.
11729
11730 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
11731
11732 * bs.el (bs--show-with-configuration): Don't throw an error
11733 if the window cannot be split; otherwise, subsequent calls to
11734 bs-show fail, restoring a stale window config. (Bug#10882)
11735
11736 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
11737
11738 * term/ns-win.el (global-map): Bind ns-drag-file to
11739 ns-find-file (Bug#5855, Bug#10050).
11740
11741 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
11742
11743 * calendar/parse-time.el (parse-time-string): Allow extractor to
11744 return nil.
11745
11746 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
11747
11748 * net/tramp.el (tramp-file-name-for-operation):
11749 Add `files-equal-p' and `file-subdir-of-p'.
11750
11751 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
11752 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
11753 Add COPY-CONTENTS argument.
11754
11755 2012-02-25 Chong Yidong <cyd@gnu.org>
11756
11757 Add custom groups for VC backends, for consistency with vc-bzr.
11758
11759 * vc/vc-arch.el (vc-arch):
11760 * vc/vc-cvs.el (vc-cvs):
11761 * vc/vc-git.el (vc-git):
11762 * vc/vc-hg.el (vc-hg):
11763 * vc/vc-mtn.el (vc-mtn):
11764 * vc/vc-rcs.el (vc-rcs):
11765 * vc/vc-sccs.el (vc-sccs):
11766 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
11767 All relevant defcustoms reassigned.
11768
11769 2012-02-25 Chong Yidong <cyd@gnu.org>
11770
11771 * newcomment.el (comment-styles): Add autoload (Bug#10868).
11772
11773 * term/x-win.el (x-initialize-window-system): Reduce default for
11774 x-selection-timeout to 5 seconds (Bug#8869).
11775
11776 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11777
11778 * files.el (files-equal-p, file-subdir-of-p): New functions.
11779 (copy-directory): Error when trying to copy a directory on itself.
11780 Add missing copy-contents arg to tramp handler.
11781 * dired-aux.el (dired-copy-file-recursive): Same.
11782 (dired-create-files): Modify destination when source is equal to
11783 dest when copying files.
11784 Return also when dest is a subdir of source. (Bug#10489)
11785
11786 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
11787
11788 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
11789 (Bug#10874)
11790
11791 2012-02-23 Alan Mackenzie <acm@muc.de>
11792
11793 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
11794 parameter "after-hook:" to allow the expansion to run code after
11795 the execution of the mode hooks.
11796
11797 * font-lock.el (font-lock-initial-fontify): New function extracted
11798 from font-lock-mode-internal.
11799
11800 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
11801 :after-hook.
11802
11803 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11804
11805 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
11806 (completion--cache-all-sorted-completions): New function.
11807 (completion-all-sorted-completions): Use it.
11808 (completion--do-completion, minibuffer-force-complete):
11809 Use it to re-instate the flush hook.
11810
11811 * icomplete.el (icomplete-completions): Replace last fix with a better
11812 one (bug#10850).
11813
11814 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
11815
11816 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
11817 when it might call us back infinitely (bug#10797).
11818
11819 2012-02-23 Glenn Morris <rgm@gnu.org>
11820
11821 * minibuffer.el (completion-category-overrides): Doc fix.
11822
11823 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11824
11825 * minibuffer.el (completion-table-with-context): Fix inf-loop.
11826 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
11827
11828 2012-02-23 Glenn Morris <rgm@gnu.org>
11829
11830 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
11831 (authors-obsolete-files-regexps, authors-ignored-files)
11832 (authors-ambiguous-files, authors-renamed-files-alist):
11833 Add more entries.
11834
11835 2012-02-23 Juri Linkov <juri@jurta.org>
11836
11837 * isearch.el (isearch-occur): Sync interactive spec with occur's
11838 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
11839
11840 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
11841
11842 2012-02-22 Juri Linkov <juri@jurta.org>
11843
11844 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
11845 (ucs-insert): Doc fix. Check for hex digits in the string.
11846 Don't display `nil' in the error message. (Bug#10857)
11847
11848 2012-02-22 Alan Mackenzie <acm@muc.de>
11849
11850 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
11851
11852 2012-02-22 Glenn Morris <rgm@gnu.org>
11853
11854 * ffap.el (ffap-c-path):
11855 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
11856
11857 2012-02-22 Chong Yidong <cyd@gnu.org>
11858
11859 * custom.el (load-theme): Doc fix.
11860
11861 2012-02-22 Glenn Morris <rgm@gnu.org>
11862
11863 * dired-x.el (dired-guess-shell-alist-default):
11864 Remove escape sequences from nroff output. (Bug#172)
11865
11866 2012-02-21 Glenn Morris <rgm@gnu.org>
11867
11868 * vc/emerge.el (emerge-defvar-local):
11869 Set `permanent-local' property rather than unused `preserved'.
11870
11871 * textmodes/picture.el (picture-delete-char): New alias.
11872 (picture-mode-map): Use it. (Bug#10860)
11873 (picture-mode): Doc fix.
11874
11875 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
11876
11877 * newcomment.el (uncomment-region-default): Remove unused binding.
11878
11879 2012-02-21 Glenn Morris <rgm@gnu.org>
11880
11881 * textmodes/picture.el (picture-motion, picture-motion-reverse)
11882 (picture-self-insert, picture-tab-chars): Doc fix.
11883 (picture-mode-map): Fix C-a, C-e.
11884
11885 2012-02-20 Glenn Morris <rgm@gnu.org>
11886
11887 * emacs-lisp/authors.el (authors-aliases): Add another entry.
11888
11889 2012-02-20 Leo Liu <sdl.web@gmail.com>
11890
11891 * icomplete.el (icomplete-completions): Check FROM arg before
11892 passing to substring (Bug#10850).
11893
11894 2012-02-19 Chong Yidong <cyd@gnu.org>
11895
11896 * comint.el: Require ansi-color.
11897 (comint-output-filter-functions): Add ansi-color-process-output.
11898
11899 * ansi-color.el: Don't set comint-output-filter-functions; it is
11900 now in the initial value defined in comint.el.
11901 (ansi-color-apply-face-function): New variable.
11902 (ansi-color-apply-on-region): Use it.
11903 (ansi-color-apply-overlay-face): New function.
11904
11905 * shell.el (shell): No need to require ansi-color.
11906 (shell-mode): Use ansi-color-apply-face-function to highlight
11907 color escapes using font-lock-face property (Bug#10835).
11908
11909 2012-02-19 Chong Yidong <cyd@gnu.org>
11910
11911 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
11912 mode-line formats (Bug#10839).
11913
11914 2012-02-18 Glenn Morris <rgm@gnu.org>
11915
11916 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
11917
11918 * mail/undigest.el (unforward-rmail-message): Doc fix.
11919
11920 * saveplace.el (save-place-ignore-files-regexp): Add :version.
11921
11922 2012-02-18 Eli Zaretskii <eliz@gnu.org>
11923
11924 * international/characters.el (script-list): Sync with the latest
11925 Unicode Character Database.
11926
11927 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
11928
11929 * international/titdic-cnv.el: Remove duplicate coding tag.
11930 * language/cham.el: Likewise.
11931 * language/tai-viet.el: Likewise.
11932
11933 2012-02-18 Glenn Morris <rgm@gnu.org>
11934
11935 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
11936 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
11937 (calendar-bahai-all-holidays-flag, calendar-other-dates):
11938 * calendar/diary-lib.el (diary-abbreviated-year-flag):
11939 * calendar/holidays.el (holiday-bahai-holidays)
11940 (calendar-holidays, list-holidays):
11941 Use utf-8 Bahá'í in doc-strings, menus, etc.
11942
11943 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
11944
11945 * saveplace.el (save-place-ignore-files-regexp): New variable
11946 allowing for excluding files from saving their location of point.
11947 The default value matches the temporary commit message editing
11948 files from Git, SVN, Bazaar, and Mercurial.
11949 (save-place-to-alist): Use it.
11950
11951 2012-02-17 Lawrence Mitchell <wence@gmx.li>
11952 Stefan Monnier <monnier@iro.umontreal.ca>
11953
11954 * newcomment.el (uncomment-region-default): Don't leave extra space
11955 when an arg is provided (bug#8150).
11956
11957 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
11958
11959 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
11960
11961 2012-02-17 Glenn Morris <rgm@gnu.org>
11962
11963 * net/socks.el: Require network-stream. (Bug#10599)
11964
11965 2012-02-17 Kenichi Handa <handa@m17n.org>
11966
11967 * international/charprop.el:
11968 * international/uni-name.el:
11969 * international/uni-old-name.el:
11970 * international/uni-comment.el: Regenerate.
11971
11972 2012-02-16 Glenn Morris <rgm@gnu.org>
11973
11974 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
11975 Interactively in calendar buffer, give an error if not on a date.
11976
11977 2012-02-15 Glenn Morris <rgm@gnu.org>
11978
11979 * shell.el (shell-delimiter-argument-list):
11980 Revert 2011-02-17 change. (Bug#8027)
11981
11982 2012-02-15 Chong Yidong <cyd@gnu.org>
11983
11984 * minibuffer.el (completion-at-point-functions): Doc fix.
11985
11986 * custom.el (defcustom): Doc fix; note use of defvar.
11987
11988 2012-02-15 Glenn Morris <rgm@gnu.org>
11989
11990 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
11991 Doc fixes.
11992
11993 2012-02-14 Glenn Morris <rgm@gnu.org>
11994
11995 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
11996
11997 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
11998
11999 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
12000 way the ports list is computed.
12001 (smtpmail-query-smtp-server): Prompt the user for a port number if
12002 we can't connect to any of the standard ports (bug#10810).
12003
12004 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
12005
12006 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
12007
12008 2012-02-13 Glenn Morris <rgm@gnu.org>
12009
12010 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
12011
12012 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
12013
12014 * net/gnutls.el (gnutls-trustfiles): New variable.
12015 (gnutls-negotiate): Use it.
12016
12017 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
12018
12019 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
12020 does its stuff if Gnus is running.
12021
12022 2012-02-13 Alan Mackenzie <acm@muc.de>
12023
12024 Fix a loop in c-set-fl-decl-start.
12025
12026 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
12027 c-backward-syntactic-ws actually moves backwards.
12028
12029 2012-02-13 Leo Liu <sdl.web@gmail.com>
12030
12031 * net/rcirc.el (rcirc-markup-attributes): Move point to the
12032 beginning so that all \C-o chars are removed.
12033
12034 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
12035
12036 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
12037
12038 2012-02-12 Alan Mackenzie <acm@muc.de>
12039
12040 Fix infinite loop with long macros.
12041 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
12042
12043 2012-02-12 Chong Yidong <cyd@gnu.org>
12044
12045 * window.el (display-buffer): Doc fix (Bug#10785).
12046
12047 2012-02-12 Glenn Morris <rgm@gnu.org>
12048
12049 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12050 (x-disown-selection-internal, x-get-selection-internal):
12051 Sync docs with the xselect.c versions.
12052
12053 * allout-widgets.el: Add missing license notice.
12054
12055 2012-02-11 Glenn Morris <rgm@gnu.org>
12056
12057 * select.el (x-get-selection-internal, x-own-selection-internal)
12058 (x-disown-selection-internal):
12059 * x-dnd.el (x-get-selection-internal): Update declarations.
12060
12061 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
12062
12063 * window.el (window-sides-slots):
12064 * tool-bar.el (tool-bar-position):
12065 * term/xterm.el (xterm-extra-capabilities):
12066 * ses.el (ses-self-reference-early-detection):
12067 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
12068 (verilog-auto-wire-type)
12069 (verilog-auto-delete-trailing-whitespace)
12070 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
12071 (verilog-auto-tieoff-declaration):
12072 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
12073 (sql-oracle-statement-starters, sql-oracle-scan-on):
12074 * progmodes/prolog.el (prolog-align-comments-flag)
12075 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
12076 (prolog-left-indent-regexp, prolog-paren-indent-p)
12077 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
12078 (prolog-types, prolog-mode-specificators)
12079 (prolog-determinism-specificators, prolog-directives)
12080 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
12081 (prolog-electric-dot-flag)
12082 (prolog-electric-dot-full-predicate-template)
12083 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
12084 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
12085 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
12086 (prolog-program-switches, prolog-prompt-regexp)
12087 (prolog-debug-on-string, prolog-debug-off-string)
12088 (prolog-trace-on-string, prolog-trace-off-string)
12089 (prolog-zip-on-string, prolog-zip-off-string)
12090 (prolog-use-standard-consult-compile-method-flag)
12091 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
12092 (prolog-imenu-max-lines, prolog-info-predicate-index)
12093 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
12094 (prolog-char-quote-workaround):
12095 * progmodes/cc-vars.el (c-defun-tactic):
12096 * net/tramp.el (tramp-encoding-command-interactive)
12097 (tramp-local-end-of-line):
12098 * net/soap-client.el (soap-client):
12099 * net/netrc.el (netrc-file):
12100 * net/gnutls.el (gnutls):
12101 * minibuffer.el (completion-category-overrides)
12102 (completion-cycle-threshold)
12103 (completion-pcm-complete-word-inserts-delimiters):
12104 * man.el (Man-name-local-regexp):
12105 * mail/feedmail.el (feedmail-display-full-frame):
12106 * international/characters.el (glyphless-char-display-control):
12107 * eshell/em-ls.el (eshell-ls-date-format):
12108 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
12109 (lisp-lambda-list-keyword-parameter-indentation)
12110 (lisp-lambda-list-keyword-parameter-alignment):
12111 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
12112 * dired-x.el (dired-omit-verbose):
12113 * cus-theme.el (custom-theme-allow-multiple-selections):
12114 * calc/calc.el (calc-highlight-selections-with-faces)
12115 (calc-lu-field-reference, calc-lu-power-reference)
12116 (calc-note-threshold):
12117 * battery.el (battery-mode-line-limit):
12118 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
12119 (archive-7z-update):
12120 * allout.el (allout-prefixed-keybindings)
12121 (allout-unprefixed-keybindings)
12122 (allout-inhibit-auto-fill-on-headline)
12123 (allout-flattened-numbering-abbreviation):
12124 * allout-widgets.el (allout-widgets-auto-activation)
12125 (allout-widgets-icons-dark-subdir)
12126 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
12127 (allout-widgets-theme-dark-background)
12128 (allout-widgets-theme-light-background)
12129 (allout-widgets-item-image-properties-emacs)
12130 (allout-widgets-item-image-properties-xemacs)
12131 (allout-widgets-run-unit-tests-on-load)
12132 (allout-widgets-time-decoration-activity)
12133 (allout-widgets-hook-error-post-time)
12134 (allout-widgets-track-decoration):
12135 Add missing :version tags to new defcustoms and defgroups.
12136
12137 * progmodes/sql.el (sql-ansi-statement-starters)
12138 (sql-oracle-statement-starters): Add custom type.
12139
12140 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
12141 (prolog-system-version): Give it a type.
12142
12143 2012-02-11 Eli Zaretskii <eliz@gnu.org>
12144
12145 * term/pc-win.el (x-select-text, x-selection-owner-p)
12146 (x-own-selection-internal, x-disown-selection-internal)
12147 (x-get-selection-internal): Sync doc strings and argument lists
12148 with xselect.c, common-win.el and x-win.el. (Bug#10783)
12149
12150 2012-02-11 Leo Liu <sdl.web@gmail.com>
12151
12152 * progmodes/python.el (python-end-of-statement): Fix infinite
12153 loop. (Bug#10788)
12154
12155 2012-02-10 Glenn Morris <rgm@gnu.org>
12156
12157 * international/mule-cmds.el (unify-8859-on-encoding-mode)
12158 (unify-8859-on-decoding-mode): Properly mark as obsolete.
12159
12160 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
12161
12162 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
12163 about SMTP before checking the From header.
12164
12165 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
12166 into own function for reuse by emacsbug.el.
12167
12168 2012-02-10 Leo Liu <sdl.web@gmail.com>
12169
12170 * subr.el (condition-case-unless-debug): Rename from
12171 condition-case-no-debug. All callers changed.
12172 (with-demoted-errors): Fix caller.
12173
12174 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
12175 * nxml/rng-valid.el (rng-do-some-validation):
12176 * emacs-lisp/package.el (package-refresh-contents)
12177 (package-menu-execute):
12178 * desktop.el (desktop-create-buffer):
12179 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
12180
12181 2012-02-10 Glenn Morris <rgm@gnu.org>
12182
12183 * textmodes/bibtex.el:
12184 Add missing :version tags for new/changed defcustoms.
12185
12186 * files.el (remote-file-name-inhibit-cache): Doc fixes.
12187
12188 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
12189
12190 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
12191 (smtpmail-via-smtp): Use it, or fall back on the From address.
12192 (smtpmail-send-it): Ditto.
12193
12194 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
12195
12196 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
12197 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
12198 (byte-compile-tmp-var): New const.
12199 (byte-compile-defvar): Use it to minimize .elc size.
12200 Just use `defvar' rather than simulate it (bug#10761).
12201
12202 2012-02-09 Glenn Morris <rgm@gnu.org>
12203
12204 * files.el (rename-uniquely): Doc fix. (Bug#3806)
12205
12206 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
12207 Add :version tags.
12208
12209 * progmodes/compile.el (compilation-error-screen-columns)
12210 (compilation-first-column, compilation-filter-start): Doc fixes.
12211
12212 * vc/log-view.el (log-view-toggle-entry-display):
12213 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
12214
12215 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
12216 (report-emacs-bug-can-use-xdg-email):
12217 (report-emacs-bug-insert-to-mailer): Doc fixes.
12218 (report-emacs-bug): Message fix.
12219
12220 * net/browse-url.el (browse-url-can-use-xdg-open)
12221 (browse-url-xdg-open): Doc fixes.
12222
12223 * electric.el (electric-indent-mode, electric-pair-mode)
12224 (electric-layout-rules, electric-layout-mode): Doc fixes.
12225 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
12226
12227 2012-02-08 Martin Rudalics <rudalics@gmx.at>
12228
12229 * server.el (server-unselect-display): Don't inadvertently kill
12230 the current buffer. (Bug#10729)
12231
12232 2012-02-08 Glenn Morris <rgm@gnu.org>
12233
12234 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
12235 (sql-list-table): Doc fixes.
12236
12237 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
12238 Comment out (does nothing).
12239
12240 * completion.el (dynamic-completion-mode):
12241 * dirtrack.el (dirtrack-debug-mode):
12242 * electric.el (electric-layout-mode):
12243 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
12244 * face-remap.el (text-scale-mode, buffer-face-mode):
12245 * iimage.el (iimage-mode):
12246 * image-mode.el (image-transform-mode):
12247 * minibuffer.el (completion-in-region-mode):
12248 * scroll-lock.el (scroll-lock-mode):
12249 * simple.el (next-error-follow-minor-mode):
12250 * tar-mode.el (tar-subfile-mode):
12251 * tooltip.el (tooltip-mode):
12252 * vcursor.el (vcursor-use-vcursor-map):
12253 * wid-browse.el (widget-minor-mode):
12254 * emulation/tpu-edt.el (tpu-edt-mode):
12255 * emulation/tpu-extras.el (tpu-cursor-free-mode):
12256 * international/iso-ascii.el (iso-ascii-mode):
12257 * language/thai-util.el (thai-word-mode):
12258 * mail/supercite.el (sc-minor-mode):
12259 * net/goto-addr.el (goto-address-mode):
12260 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
12261 * progmodes/cwarn.el (cwarn-mode):
12262 * progmodes/flymake.el (flymake-mode):
12263 * progmodes/glasses.el (glasses-mode):
12264 * progmodes/hideshow.el (hs-minor-mode):
12265 * progmodes/pascal.el (pascal-outline-mode):
12266 * textmodes/enriched.el (enriched-mode):
12267 * vc/smerge-mode.el (smerge-mode):
12268 Doc fixes (minor mode argument).
12269
12270 2012-02-07 Eli Zaretskii <eliz@gnu.org>
12271
12272 * ls-lisp.el (ls-lisp-sanitize): New function.
12273 (ls-lisp-insert-directory): Use it to fix or remove any elements
12274 in file-alist with missing attributes. (Bug#4673)
12275
12276 2012-02-07 Alan Mackenzie <acm@muc.de>
12277
12278 Fix spurious recognition of c-in-knr-argdecl.
12279
12280 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
12281 putative K&R region.
12282
12283 2012-02-07 Alan Mackenzie <acm@muc.de>
12284
12285 * progmodes/cc-engine.el (c-forward-objc-directive):
12286 Prevent looping in "#pragma mark @implementation".
12287
12288 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
12289
12290 * notifications.el (notifications-on-closed-signal): Make `reason'
12291 optional. (Bug#10744)
12292
12293 2012-02-07 Glenn Morris <rgm@gnu.org>
12294
12295 * emacs-lisp/easy-mmode.el (define-minor-mode):
12296 Doc fixes for the macro and the mode it defines.
12297
12298 * image.el (imagemagick-types-inhibit): Doc fix.
12299
12300 * cus-start.el (imagemagick-render-type): Add it.
12301
12302 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
12303
12304 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
12305 Set the default at load time, too, so that `font-lock-fontify-buffer'
12306 can be called without setting up the entire mode first. This fixes
12307 a bug in `mm-inline-text' with C MIME parts.
12308
12309 2012-02-06 Chong Yidong <cyd@gnu.org>
12310
12311 * simple.el (list-processes--refresh): Delete exited processes
12312 (Bug#8094).
12313
12314 * comint.el (comint-next-prompt): next-single-char-property-change
12315 and prev-single-char-property-change never return nil (Bug#8657).
12316
12317 * custom.el (defcustom): Doc fix (Bug#9711).
12318
12319 2012-02-05 Chong Yidong <cyd@gnu.org>
12320
12321 * cus-edit.el (custom-variable-reset-backup): Quote the value
12322 before storing it in the customized-value property (Bug#6712).
12323 (custom-display): Add a customization type tag.
12324 (custom-buffer-create-internal): Improve tooltip message.
12325
12326 * wid-edit.el (widget-field-value-get): New optional arg to
12327 suppress trailing whitespace truncation.
12328 (character): Use it (Bug#2689).
12329
12330 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
12331
12332 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
12333 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
12334
12335 2012-02-05 Chong Yidong <cyd@gnu.org>
12336
12337 * cus-edit.el (custom-variable-value-create): For mismatched
12338 types, show the current value (Bug#7600).
12339
12340 * custom.el (defcustom): Doc fix.
12341
12342 2012-02-05 Glenn Morris <rgm@gnu.org>
12343
12344 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
12345
12346 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
12347
12348 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
12349 (pp-buffer): Use `ignore-errors', `looking-at-p'.
12350 (pp-last-sexp): Use `looking-at-p'.
12351
12352 2012-02-04 Glenn Morris <rgm@gnu.org>
12353
12354 * files.el (revert-buffer):
12355 Doc fix (mention revert-buffer-in-progress-p).
12356
12357 * emacs-lisp/ert-x.el (ert-simulate-command):
12358 Check deferred-action-list (which is obsolete) is bound.
12359
12360 * subr.el (with-wrapper-hook): Doc fixes.
12361
12362 * simple.el (filter-buffer-substring-functions)
12363 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
12364
12365 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
12366
12367 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
12368 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
12369
12370 2012-02-04 Leo Liu <sdl.web@gmail.com>
12371
12372 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
12373
12374 2012-02-04 Glenn Morris <rgm@gnu.org>
12375
12376 * image.el (image-extension-data): Add obsolete alias.
12377
12378 * isearch.el (isearch-update): Doc fix.
12379
12380 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
12381
12382 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
12383
12384 2012-02-03 Glenn Morris <rgm@gnu.org>
12385
12386 * image.el (image-animated-p): Doc fix. Use image-animated-types.
12387 (image-animate-timeout): Doc fix.
12388
12389 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
12390
12391 2012-02-02 Glenn Morris <rgm@gnu.org>
12392
12393 * server.el (server-auth-dir): Doc fix.
12394 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
12395
12396 * subr.el (run-mode-hooks): Doc fix.
12397
12398 2012-02-02 Juri Linkov <juri@jurta.org>
12399
12400 * image-mode.el (image-toggle-display-image): Remove tautological
12401 `major-mode' from the `derived-mode-p' test.
12402
12403 2012-02-02 Kenichi Handa <handa@m17n.org>
12404
12405 * composite.el (compose-region): Cancel previous change.
12406
12407 2012-02-02 Kenichi Handa <handa@m17n.org>
12408
12409 * composite.el (compose-region, compose-string): Signal error for
12410 a null string component (Bug#6988).
12411
12412 2012-02-01 Chong Yidong <cyd@gnu.org>
12413
12414 * view.el (view-buffer-other-window, view-buffer-other-frame):
12415 Handle special modes like view-buffer (Bug#10650).
12416 (view-buffer): Simplify.
12417
12418 * frame.el (set-frame-font): Tweak meaning of third argument.
12419
12420 * dynamic-setting.el (font-setting-change-default-font):
12421 Use set-frame-font (Bug#9982).
12422
12423 2012-02-01 Glenn Morris <rgm@gnu.org>
12424
12425 * progmodes/compile.el (compilation-internal-error-properties):
12426 Respect compilation-first-column in the "*compilation*" buffer.
12427
12428 * emacs-lisp/easy-mmode.el (define-minor-mode):
12429 Relax :variable's test for a named function.
12430
12431 2012-01-31 Alan Mackenzie <acm@muc.de>
12432
12433 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
12434 off by one error.
12435
12436 2012-01-31 Chong Yidong <cyd@gnu.org>
12437
12438 * frame.el (set-frame-font): New arg ALL-FRAMES.
12439
12440 * menu-bar.el (menu-set-font): Use set-frame-font.
12441
12442 * faces.el (face-spec-reset-face): Don't apply unspecified
12443 attribute values to the default face.
12444
12445 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
12446
12447 * progmodes/cwarn.el (cwarn): Remove dead link.
12448 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
12449 Remove * from defcustom docstrings.
12450 (turn-on-cwarn-mode): Make obsolete.
12451 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
12452 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
12453
12454 2012-01-31 Glenn Morris <rgm@gnu.org>
12455
12456 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12457 Fix :variable handling of mode a symbol not equal to modefun.
12458 Allow named functions to be used as the cdr of :variable.
12459
12460 2012-01-30 Glenn Morris <rgm@gnu.org>
12461
12462 * emacs-lisp/authors.el (authors-fixed-entries):
12463 Remove reference to deleted file rnewspost.el.
12464
12465 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
12466
12467 * window.el (window-with-parameter): Remove unused variable `windows'.
12468 (window--side-check): Remove unused variable `code'.
12469 (window--resize-siblings): Remove unused variable `first'.
12470 (adjust-window-trailing-edge): Remove unused variable `failed'.
12471 (window-deletable-p, window--delete): Remove unused variable `buffer'.
12472 Use `let', not `let*'.
12473 (balance-windows-2): Remove unused variable `found'.
12474 (window--state-put-2): Remove unused variable `splits'.
12475 (window-state-put): Remove unused variable `selected'.
12476 (same-window-p): Use `string-match-p'.
12477 (display-buffer-assq-regexp): Remove unused variable `value'.
12478 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12479 Mark argument ALIST as ignored.
12480 (pop-to-buffer): Remove unused variable `old-window'.
12481
12482 2012-01-29 Eli Zaretskii <eliz@gnu.org>
12483
12484 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
12485 and .lzma compressed files.
12486
12487 2012-01-29 Chong Yidong <cyd@gnu.org>
12488
12489 * frame.el (window-system-default-frame-alist): Doc fix.
12490
12491 * dynamic-setting.el (font-setting-change-default-font): Don't
12492 change the default face if SET-FONT argument is non-nil (Bug#9982).
12493
12494 2012-01-29 Samuel Bronson <naesten@gmail.com>
12495
12496 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
12497
12498 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
12499
12500 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
12501 breakpoints in files outside current directory (Bug#6098).
12502
12503 2012-01-29 Chong Yidong <cyd@gnu.org>
12504
12505 * progmodes/python.el: Require ansi-color at top-level.
12506
12507 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
12508 Define and use in Emacs Lisp mode (Bug#9360).
12509 (lisp-mode-abbrev-table): Add doc.
12510 (lisp-mode-variables): Don't set local-abbrev-table.
12511 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
12512
12513 2012-01-28 Roland Winkler <winkler@gnu.org>
12514
12515 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
12516
12517 2012-01-28 Roland Winkler <winkler@gnu.org>
12518
12519 * textmodes/bibtex.el (bibtex-entry-alist): New function.
12520 (bibtex-set-dialect): Use it. Either set global values of
12521 dialect-dependent variables or bind these variables buffer-locally
12522 (Bug#10254).
12523 (bibtex-mode): Call bibtex-set-dialect via
12524 hack-local-variables-hook.
12525 (bibtex-dialect): Update docstring.
12526 Add safe-local-variable predicate.
12527 (bibtex-entry-alist, bibtex-field-alist): Initialize via
12528 bibtex-set-dialect.
12529 (bibtex-mode-map): Define menu for each dialect.
12530 (bibtex-entry): Fix docstring.
12531
12532 2012-01-28 Chong Yidong <cyd@gnu.org>
12533
12534 * eshell/esh-arg.el (eshell-quote-argument): New function.
12535
12536 * eshell/esh-ext.el (eshell-invoke-batch-file):
12537 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
12538 first arg to eshell-parse-command (Bug#10523).
12539
12540 2012-01-28 Drew Adams <drew.adams@oracle.com>
12541
12542 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
12543 `default-directory' is non-nil.
12544
12545 2012-01-28 Eli Zaretskii <eliz@gnu.org>
12546
12547 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
12548 line that displays system-configuration-options. (Bug#9924)
12549
12550 2012-01-28 Drew Adams <drew.adams@oracle.com>
12551
12552 * descr-text.el (describe-char): Show information about POS, in
12553 addition to information about the character at POS. Improve and
12554 update the doc string. Change "code point" to "code point in
12555 charset", to avoid confusion with the character's Unicode code
12556 point shown above that. (Bug#10129)
12557
12558 2012-01-28 Eli Zaretskii <eliz@gnu.org>
12559
12560 * descr-text.el (describe-char): Show the raw character, not only
12561 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
12562 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
12563 for the reasons.
12564
12565 2012-01-28 Phil Hagelberg <phil@hagelb.org>
12566
12567 * emacs-lisp/package.el (package-install):
12568 Run package-refresh-contents if there is no archive yet (Bug#9798).
12569
12570 2012-01-28 Chong Yidong <cyd@gnu.org>
12571
12572 * emacs-lisp/package.el (package-maybe-load-descriptor):
12573 New function, split from package-maybe-load-descriptor.
12574 (package-maybe-load-descriptor): Use it.
12575 (package-download-transaction): Fully load required packages
12576 inside the loop, so that `require' calls work (Bug#10593).
12577 (package-install): No need to call package-initialize now.
12578
12579 2012-01-28 Chong Yidong <cyd@gnu.org>
12580
12581 * simple.el (deactivate-mark): Doc fix (Bug#8614).
12582
12583 * tooltip.el (tooltip-mode): Doc fix.
12584 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
12585
12586 * frame.el (set-cursor-color): Doc fix (Bug#352).
12587
12588 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
12589 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
12590
12591 * cus-edit.el (custom-buffer-create-internal): Fix search button
12592 action (Bug#10542).
12593 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
12594
12595 2012-01-27 Eduard Wiebe <usenet@pusto.de>
12596
12597 * dired.el (dired-mark-files-regexp):
12598 Include any subdirectory components. (Bug#10445)
12599
12600 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
12601
12602 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
12603 Handle [host]:port syntax. (Bug#10533)
12604
12605 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
12606
12607 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
12608
12609 2012-01-26 Glenn Morris <rgm@gnu.org>
12610
12611 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
12612 * term.el (term-raw-escape-map): Use Control-X-prefix.
12613 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
12614
12615 2012-01-25 Martin Rudalics <rudalics@gmx.at>
12616
12617 * window.el (window-state-get, window--state-get-1): Don't deal
12618 with fixed-sizeness of windows. Simplify code.
12619
12620 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
12621
12622 * window.el (window--state-get-1, window--state-put-2):
12623 Don't save and restore the mark.
12624
12625 2012-01-25 Chong Yidong <cyd@gnu.org>
12626
12627 * custom.el (custom-variable-p): Doc fix.
12628
12629 2012-01-25 Glenn Morris <rgm@gnu.org>
12630
12631 * dired.el (dired-goto-file): Handle some of the more common
12632 characters that `ls -b' escapes. (Bug#10596)
12633
12634 * progmodes/compile.el (compilation-next-error-function):
12635 Respect compilation-first-column in the "*compilation*" buffer.
12636 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
12637
12638 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
12639
12640 2012-01-24 Glenn Morris <rgm@gnu.org>
12641
12642 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
12643
12644 2012-01-24 Julien Danjou <julien@danjou.info>
12645
12646 * color.el (color-rgb-to-hsl): Fix value computing.
12647 (color-hue-to-rgb): New function.
12648 (color-hsl-to-rgb): New function.
12649 (color-clamp, color-saturate-hsl, color-saturate-name)
12650 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
12651 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
12652
12653 2012-01-24 Glenn Morris <rgm@gnu.org>
12654
12655 * vc/vc-rcs.el (vc-rcs-create-tag):
12656 * vc/vc-sccs.el (vc-sccs-create-tag):
12657 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
12658
12659 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
12660
12661 * eshell/esh-util.el (eshell-read-hosts-file):
12662 Skip comment lines. (Bug#10549)
12663
12664 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
12665
12666 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
12667
12668 * subr.el (display-delayed-warnings): Doc fix.
12669 (collapse-delayed-warnings): New function to collapse identical
12670 adjacent warnings.
12671 (delayed-warnings-hook): Add it.
12672
12673 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
12674
12675 * net/tramp.el (tramp-action-login): Set connection property "login-as".
12676
12677 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
12678 (tramp-default-user-alist): Don't add "pscp".
12679 (tramp-do-copy-or-rename-file-out-of-band): Use connection
12680 property "login-as", if set. (Bug#10530)
12681
12682 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
12683
12684 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
12685 "plink1" and "psftp". (Bug#10530)
12686
12687 2012-01-21 Kenichi Handa <handa@m17n.org>
12688
12689 * international/mule-cmds.el (prefer-coding-system): Show a
12690 warning message if the default value of file-name-coding-system
12691 was not changed.
12692
12693 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
12694
12695 * windmove.el (windmove-reference-loc):
12696 Fix windmove-reference-loc miscalculation.
12697
12698 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
12699
12700 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
12701 default unit.
12702
12703 2012-01-21 Glenn Morris <rgm@gnu.org>
12704
12705 * international/mule.el (auto-coding-alist): Add .tbz.
12706
12707 * files.el (local-enable-local-variables): Doc fix.
12708 (inhibit-local-variables-regexps): Rename from
12709 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
12710 Doc fix. Add some extensions from auto-coding-alist.
12711 (inhibit-local-variables-suffixes):
12712 Rename from inhibit-first-line-modes-suffixes. Doc fix.
12713 (inhibit-local-variables-p):
12714 New function, extracted from set-auto-mode-1.
12715 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
12716 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
12717 (hack-local-variables): Doc fix. Make the mode-only case
12718 respect enable-local-variables and friends.
12719 Respect inhibit-local-variables-regexps for file-locals, but
12720 not for directory-locals.
12721 (set-visited-file-name):
12722 Take account of inhibit-local-variables-regexps.
12723 Whether it applies may change as the file name is changed.
12724 * jka-cmpr-hook.el (jka-compr-install):
12725 * jka-compr.el (jka-compr-uninstall):
12726 Update for inhibit-first-line-modes-suffixes name change.
12727
12728 2012-01-20 Martin Rudalics <rudalics@gmx.at>
12729
12730 * help-macro.el (make-help-screen): Temporarily restore original
12731 binding for minor-mode-map-alist (Bug#10454).
12732
12733 2012-01-19 Julien Danjou <julien@danjou.info>
12734
12735 * color.el (color-name-to-rgb): Use the white color to find the max
12736 color component value and return correctly computed values.
12737 (color-name-to-rgb): Add missing float conversion for max value.
12738
12739 2012-01-19 Martin Rudalics <rudalics@gmx.at>
12740
12741 * window.el (window--state-get-1, window-state-get): Do not use
12742 special state value for window-persistent-parameters.
12743 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
12744 (window--state-put-2): Reset all window parameters to nil before
12745 assigning values of persistent parameters.
12746
12747 2012-01-18 Alan Mackenzie <acm@muc.de>
12748
12749 Eliminate sluggishness and hangs in fontification of "semicolon
12750 deserts".
12751
12752 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
12753 Change value 10000 -> 3000.
12754 (c-state-safe-place): Reformulate so it doesn't stack up an
12755 infinite number of wrong entries in c-state-nonlit-pos-cache.
12756 (c-determine-limit-get-base, c-determine-limit): New functions to
12757 determine backward search limits disregarding literals.
12758 (c-find-decl-spots): Amend commenting.
12759 (c-cheap-inside-bracelist-p): New function which detects "={".
12760
12761 * progmodes/cc-fonts.el
12762 (c-make-font-lock-BO-decl-search-function): Give a limit to a
12763 backward search.
12764 (c-font-lock-declarations): Fix an occurrence of point being
12765 undefined. Check additionally for point being in a bracelist or
12766 near a macro invocation without a semicolon so as to avoid a
12767 fruitless time consuming search for a declarator. Give a more
12768 precise search limit for declarators using the new
12769 c-determine-limit.
12770
12771 2012-01-18 Glenn Morris <rgm@gnu.org>
12772
12773 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
12774 (set-auto-mode): Doc fixes.
12775
12776 2012-01-17 Glenn Morris <rgm@gnu.org>
12777
12778 * isearch.el (search-nonincremental-instead): Fix doc typo.
12779
12780 * dired.el (dired-insert-directory): Handle newlines in directory name.
12781 (dired-build-subdir-alist): Unescape newlines in directory name.
12782
12783 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
12784
12785 * net/tramp.el (tramp-local-end-of-line): New defcustom.
12786 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
12787 (tramp-action-terminal): Use it. (Bug#10530)
12788
12789 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
12790
12791 * minibuffer.el (completion--replace): Strip properties (bug#10062).
12792
12793 2012-01-16 Martin Rudalics <rudalics@gmx.at>
12794
12795 * window.el (window-state-ignored-parameters): Remove variable.
12796 (window--state-get-1): Rename argument MARKERS to IGNORE.
12797 Handle persistent window parameters. Make copy of clone-of
12798 parameter only if requested. (Bug#10348)
12799 (window--state-put-2): Install a window parameter only if it has
12800 a non-nil value or an existing parameter shall be overwritten.
12801
12802 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
12803
12804 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
12805
12806 2012-01-14 Eli Zaretskii <eliz@gnu.org>
12807
12808 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
12809 don't pass the (nil) value of `upnode' to string-match.
12810
12811 2012-01-14 Chong Yidong <cyd@gnu.org>
12812
12813 * startup.el (command-line): Fix X resource class for cursorColor.
12814 Fix values recognized by the cursorBlink resource.
12815
12816 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
12817
12818 * epg.el (epg--make-temp-file): Avoid permission race condition
12819 when running on old Emacs versions (bug#10403).
12820
12821 2012-01-14 Glenn Morris <rgm@gnu.org>
12822
12823 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
12824
12825 2012-01-13 Alan Mackenzie <acm@muc.de>
12826
12827 Fix filling for when filladapt mode is enabled.
12828
12829 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
12830 c-mask-paragraph, pass in `fill-paragraph' rather than
12831 `fill-region-as-paragraph'. (This is a reversion of a previous
12832 change.)
12833 * progmodes/cc-mode.el (c-basic-common-init):
12834 Make fill-paragraph-handle-comment buffer local and set it to nil.
12835
12836 2012-01-13 Glenn Morris <rgm@gnu.org>
12837
12838 * dired.el (dired-switches-escape-p): New function.
12839 (dired-insert-directory): Use dired-switches-escape-p.
12840 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
12841
12842 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
12843
12844 2012-01-12 Glenn Morris <rgm@gnu.org>
12845
12846 * mail/sendmail.el (mail-mode): Update paragraph-separate for
12847 changes in adaptive-fill-regexp. (Bug#10276)
12848
12849 2012-01-11 Alan Mackenzie <acm@muc.de>
12850
12851 Fix Emacs bug #10463 - put `widen's around the critical spots.
12852
12853 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
12854 widen around each invocation of c-state-pp-to-literal. Remove an
12855 unused let variable.
12856
12857 2012-01-11 Glenn Morris <rgm@gnu.org>
12858
12859 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
12860 Doc fix.
12861
12862 2012-01-10 Chong Yidong <cyd@gnu.org>
12863
12864 * net/network-stream.el (network-stream-open-starttls):
12865 Avoid emitting a confusing error message when the server gives a bad
12866 response to the capability command.
12867
12868 2012-01-10 Glenn Morris <rgm@gnu.org>
12869
12870 * mail/unrmail.el (unrmail): Tweak previous change.
12871
12872 2012-01-09 Chong Yidong <cyd@gnu.org>
12873
12874 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
12875
12876 2012-01-08 Alan Mackenzie <acm@muc.de>
12877
12878 Optimise font locking in long enum definitions.
12879
12880 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
12881 arm to a cond form to handle enums.
12882 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
12883 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
12884
12885 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
12886
12887 * files.el (move-file-to-trash): Preserve default file modes on error.
12888 (Bug#10401)
12889
12890 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12891
12892 * faces.el (set-face-attribute): Clarify the meaning of the nil
12893 frame (bug#10294).
12894
12895 * subr.el (with-selected-frame): Mention that the selected frame
12896 is restored (bug#9980).
12897
12898 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
12899 (bug#9759).
12900
12901 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
12902 (password-read): Don't autoload unused function.
12903
12904 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
12905
12906 * progmodes/which-func.el (which-func-mode): Turn into a
12907 non-interactive function and mark as obsolete (bug#10428).
12908
12909 2012-01-06 Chong Yidong <cyd@gnu.org>
12910
12911 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
12912 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
12913 functions, along with 1 and -1.
12914
12915 2012-01-06 Eli Zaretskii <eliz@gnu.org>
12916
12917 * time.el (display-time-load-average)
12918 (display-time-default-load-average): Doc fixes. See the thread
12919 starting at
12920 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
12921 for the details.
12922
12923 2012-01-06 Glenn Morris <rgm@gnu.org>
12924
12925 * mail/unrmail.el (unrmail): Give an explicit error if the input file
12926 has no messages. (Bug#10377)
12927
12928 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
12929 than Info-edit. (Bug#10385)
12930
12931 * time.el (display-time-load-average, display-time-next-load-average):
12932 Doc fixes.
12933
12934 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
12935 local setting of buffer-read-only to the input buffer. (Bug#10419)
12936
12937 * calendar/calendar.el (calendar-mode):
12938 Locally set scroll-margin to 0. (Bug#10379)
12939
12940 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
12941
12942 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
12943
12944 2012-01-05 Glenn Morris <rgm@gnu.org>
12945
12946 * eshell/em-unix.el (diff-no-select): Autoload it.
12947 (eshell/diff): Use diff-no-select. (Bug#10420)
12948
12949 2012-01-05 Chong Yidong <cyd@gnu.org>
12950
12951 * shell.el (shell-dynamic-complete-functions): Revert last change.
12952 (shell-command-completion-function): New function.
12953 (shell-completion-vars): Use it to implement
12954 shell-completion-execonly (Bug#10417).
12955
12956 * custom.el (enable-theme): Don't set custom-safe-themes.
12957
12958 * cus-theme.el (custom-theme-merge-theme):
12959 Ignore custom-enabled-themes and custom-safe-themes.
12960
12961 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
12962
12963 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
12964 first prompt in `sql-interacive-mode'.
12965 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
12966 keywords.
12967 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
12968 (sql-product-interactive): Bug fix: Set `sql-buffer' in
12969 context of original buffer. Invoke `sql-login-hook'.
12970
12971 2012-01-04 Eli Zaretskii <eliz@gnu.org>
12972
12973 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
12974 letters in cite-prefix.
12975
12976 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12977
12978 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
12979
12980 2012-01-03 Chong Yidong <cyd@gnu.org>
12981
12982 * shell.el (shell-dynamic-complete-functions):
12983 Put pcomplete-completions-at-point, so as to try
12984 comint-filename-completion first (Bug#10417).
12985
12986 2012-01-02 Richard Stallman <rms@gnu.org>
12987
12988 * battery.el (battery-status-function):
12989 Detect when to use battery-yeeloong-sysfs.
12990 (battery-echo-area-format): Add string for Yeeloong.
12991 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
12992 (battery-yeeloong-sysfs): New function.
12993
12994 2012-01-02 Chong Yidong <cyd@gnu.org>
12995
12996 * dirtrack.el (dirtrack-list): Eliminate unused third element.
12997 (dirtrack): Merge code for handling relative filenames in prompt
12998 from shell-dir-cookie-watcher.
12999 (dirtrack-debug-message): New arg to avoid excess format calls.
13000
13001 * shell.el (shell-dir-cookie-re): Variable deleted.
13002 (shell-dir-cookie-watcher): Function deleted.
13003 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
13004 with dirtrack-mode.
13005
13006 2012-01-01 Eli Zaretskii <eliz@gnu.org>
13007
13008 * term/w32-win.el (dynamic-library-alist) <gnutls>:
13009 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
13010 libgnutls-26.dll.
13011
13012 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
13013
13014 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
13015
13016 2011-12-31 Eli Zaretskii <eliz@gnu.org>
13017
13018 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
13019 headers of non-MIME messages, when rmail-enable-mime is non-nil.
13020
13021 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
13022
13023 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
13024 also for alternative shells.
13025 (tramp-open-connection-setup-interactive-shell): Check, whether
13026 the shell is a busybox.
13027 (tramp-send-command): Don't suppress multiple prompts for
13028 busyboxes, it hurts.
13029
13030 2011-12-28 Chong Yidong <cyd@gnu.org>
13031
13032 * progmodes/gdb-mi.el (gdb-get-source-file-list)
13033 (gdb-get-source-file): Move mode line update to
13034 gdb-get-source-file (Bug#10087).
13035
13036 2011-12-25 Chong Yidong <cyd@gnu.org>
13037
13038 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
13039 gud-gdb-marker-filter without taking it as an argument.
13040 (gud-gdb-run-command-fetch-lines): Caller changed.
13041 (gud-gdb-completion-function): New variable.
13042 (gud-gdb-completion-at-point): Use it.
13043 (gud-gdb-completions-1): Split from gud-gdb-completions.
13044
13045 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
13046 function as separate arguments.
13047 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
13048 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
13049 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
13050 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
13051 (gdb-stopped, def-gdb-auto-update-trigger)
13052 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
13053 (gdb-get-changed-registers, gdb-get-main-selected-frame):
13054 Callers changed.
13055 (gud-gdbmi-completions): New function.
13056 (gdb): Use it for generating the completion table.
13057
13058 2011-12-24 Alan Mackenzie <acm@muc.de>
13059
13060 Introduce a mechanism to widen the region used in context font
13061 locking. Use this to protect declarations from losing their contexts.
13062
13063 * progmodes/cc-langs.el (c-before-font-lock-functions):
13064 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
13065 (c-before-context-fontification-functions): New defvar, a list of
13066 functions to be run just before context (etc.) font locking.
13067
13068 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
13069 New, functionality extracted from
13070 c-neutralize-syntax-in-and-mark-CPP.
13071 (c-in-after-change-fontification): New variable.
13072 (c-after-change): Set c-in-after-change-fontification.
13073 (c-set-fl-decl-start): Rejig its interface, so it can be called
13074 from both after-change and context fontifying.
13075 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
13076 New functions.
13077 (c-standard-font-lock-fontify-region-function): New variable.
13078 (c-font-lock-fontify-region): New function.
13079
13080 2011-12-24 Juri Linkov <juri@jurta.org>
13081
13082 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
13083 (Bug#10348)
13084
13085 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
13086
13087 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
13088 existence of source file. (Bug#10325)
13089
13090 2011-12-23 Alan Mackenzie <acm@muc.de>
13091
13092 Fix unstable fontification inside templates.
13093
13094 * progmodes/cc-langs.el (c-before-font-lock-functions):
13095 Newly created from the singular version. The (c c++ objc) entry now
13096 additionally has c-set-fl-decl-start. The other languages (apart
13097 from AWK) have that as a single entry.
13098
13099 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13100 The functionality for "local" declarations has been extracted to
13101 c-set-fl-decl-start.
13102
13103 * progmodes/cc-mode.el (c-common-init, c-after-change):
13104 Changes due to pluralisation of c-before-font-lock-functions.
13105 (c-set-fl-decl-start): New function, extracted from
13106 c-font-lock-enclosing-decls and enhanced.
13107
13108 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
13109
13110 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
13111
13112 2011-12-22 Juri Linkov <juri@jurta.org>
13113
13114 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
13115
13116 2011-12-22 Chong Yidong <cyd@gnu.org>
13117
13118 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
13119
13120 2011-12-21 Drew Adams <drew.adams@oracle.com>
13121
13122 * files.el (file-remote-p): Fix docstring. (Bug#10319)
13123
13124 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
13125
13126 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
13127
13128 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
13129
13130 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
13131 highlighting and support. Fix up comments for capitalization.
13132 (cfengine-mode-debug): New var.
13133 (cfengine3-mode): Change the modeline indicator to "CFE3".
13134 (cfengine3-font-lock-keywords): Improve defun highlighting.
13135 (cfengine2-actions): Rename from `cfengine-actions'.
13136 (cfengine2-font-lock-keywords): Rename from
13137 `cfengine-font-lock-keywords'.
13138 (cfengine2-imenu-expression): Rename from
13139 `cfengine-imenu-expression'.
13140 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
13141 (cfengine2-beginning-of-defun): Rename from
13142 `cfengine-beginning-of-defun'.
13143 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
13144 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
13145 (cfengine2-mode): Rename from `cfengine-mode'. Change the
13146 modeline indicator to "CFE2".
13147 (cfengine-mode): Defalias to `cfengine-auto-mode'.
13148 (cfengine-mode-abbrevs): Mark obsolete.
13149
13150 2011-12-21 Chong Yidong <cyd@gnu.org>
13151
13152 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
13153 filename argument.
13154
13155 2011-12-20 Martin Rudalics <rudalics@gmx.at>
13156
13157 * window.el (window-normalize-buffer-to-display): Remove.
13158 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
13159
13160 2011-12-19 Chong Yidong <cyd@gnu.org>
13161
13162 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
13163 Don't signal an error in a predicate function; return non-nil.
13164 (vc-dir-mark-file): Move the error here.
13165 (vc-dir-mark-unmark): If acting on the region, keep going if one
13166 of the entries cannot be marked/unmarked.
13167 (vc-dir-mark-all-files): If current entry is a directory, mark
13168 only child files, as documented.
13169
13170 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
13171
13172 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
13173 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
13174 addition.
13175
13176 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
13177
13178 * term/ns-win.el (ns-get-selection-internal)
13179 (ns-store-selection-internal): Declare.
13180 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
13181 Declare as obsolete.
13182 (ns-get-pasteboard, ns-paste-secondary):
13183 Use ns-get-selection-internal.
13184 (ns-set-pasteboard, ns-copy-including-secondary):
13185 Use ns-store-selection-internal.
13186
13187 2011-12-17 Chong Yidong <cyd@gnu.org>
13188
13189 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
13190 (vc-deduce-fileset): Doc fix.
13191
13192 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
13193
13194 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
13195
13196 2011-12-13 Sam Steingold <sds@gnu.org>
13197
13198 * man.el (Man-getpage-in-background): When running under a
13199 window-system, ignore $MANWIDTH and $COLUMNS.
13200
13201 2011-12-15 Kenichi Handa <handa@m17n.org>
13202
13203 * language/ethio-util.el: Change coding tag to utf-8-emacs.
13204 (setup-ethiopic-environment-internal): Comment out key-binding for
13205 ethio-toggle-punctuation.
13206
13207 2011-12-13 Alan Mackenzie <acm@muc.de>
13208
13209 Add the switch statement to AWK Mode.
13210
13211 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
13212 "default" to the keywords regexp.
13213
13214 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
13215 expression as the rest.
13216 (c-nonlabel-token-key): Allow string literals for AWK.
13217 Refactor for the other modes.
13218
13219 Large brace-block initialisation makes CC Mode slow: Fix.
13220 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13221 routines. Limit backward searching in c-font-lock-enclosing.decl.
13222
13223 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
13224 pp-state and literal type in addition to the limits.
13225 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13226 (c-state-literal-at): Use the above new defun.
13227 (c-slow-in-literal, c-fast-in-literal): Remove.
13228 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13229
13230 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
13231 being in a literal. Add a limit for backward searching.
13232
13233 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
13234 c-slow-in-literal.
13235
13236 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
13237
13238 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
13239
13240 2011-12-13 Martin Rudalics <rudalics@gmx.at>
13241
13242 * window.el (delete-other-windows): Use correct frame in call to
13243 window-with-parameter.
13244
13245 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
13246
13247 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
13248 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
13249 (makefile-gmake-statements, makefile-makepp-statements):
13250 Use it and add new makepp keywords.
13251 (makefile-makepp-font-lock-keywords): Add new patterns.
13252 (makefile-match-function-end): Match new [...] and [[...]].
13253
13254 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
13255
13256 * ses.el (ses-call-printer-return, ses-cell-property-get)
13257 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
13258 (ses-create-cell-variable, ses-reset-header-string)
13259 (ses-cell-set-formula, ses-repair-cell-reference-all)
13260 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
13261 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
13262 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
13263 (ses-aset-with-undo, ses-load, ses-truncate-cell)
13264 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
13265 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
13266 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
13267 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
13268 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
13269 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
13270 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
13271 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
13272
13273 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
13274
13275 * ses.el: The overall change is to add cell renaming, that is
13276 setting fancy names for cell symbols other than name matching
13277 "\\`[A-Z]+[0-9]+\\'" regexp .
13278 (ses-create-cell-variable): New defun.
13279 (ses-relocate-formula): Relocate formulas only for cells the
13280 symbols of which are not renamed, i.e. symbols whose names do not
13281 match regexp "\\`[A-Z]+[0-9]+\\'".
13282 (ses-relocate-all): Relocate values only for cells the symbols of
13283 which are not renamed.
13284 (ses-load): Create cells variables as the (ses-cell ...) are read,
13285 in order to check row col consistency with cell symbol name only
13286 for cells that are not renamed.
13287 (ses-replace-name-in-formula): New defun.
13288 (ses-rename-cell): New defun.
13289
13290 2011-12-11 Chong Yidong <cyd@gnu.org>
13291
13292 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
13293 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
13294
13295 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
13296
13297 * window.el (other-window): Fix docstring.
13298
13299 2011-12-10 Eli Zaretskii <eliz@gnu.org>
13300
13301 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
13302 `from' or `to' address before taking its substring.
13303 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
13304 encoded name is chopped in the middle of the encoded string, and
13305 thus displayed encoded.
13306
13307 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
13308
13309 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
13310
13311 2011-12-10 Eli Zaretskii <eliz@gnu.org>
13312
13313 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
13314 to use texinfo-update-node and commands that call it if the
13315 Texinfo file uses @node lines without next/prev/up pointers.
13316 Correct outdated description about texinfo-master-menu.
13317 (texinfo-all-menus-update, texinfo-master-menu)
13318 (texinfo-update-node, texinfo-every-node-update)
13319 (texinfo-multiple-files-update): Doc fix. Warn against updating
13320 all the @node lines.
13321 (texinfo-master-menu): Only call texinfo-update-node if the prefix
13322 argument is numeric. Explain better in the doc string what the
13323 function really does.
13324 (texinfo-insert-master-menu-list): Improve the error message
13325 displayed if there's no menu in the Top node.
13326 (Bug#2975) See also this thread:
13327 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
13328
13329 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
13330
13331 * speedbar.el (speedbar-supported-extension-expressions):
13332 Add .adb and .ads, commonly used for Ada source code (bug#10256).
13333
13334 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
13335
13336 * printing.el (pr-mode-alist):
13337 * simple.el (filter-buffer-substring-functions)
13338 (completion-list-insert-choice-function):
13339 * window.el (window-with-parameter, window-atom-root)
13340 (window-sides-slots, window-size-fixed, window-min-delta)
13341 (window-max-delta, window--resize-mini-window)
13342 (window--resize-child-windows-normal, window-tree)
13343 (delete-other-windows, quit-window, split-window)
13344 (display-buffer-record-window, special-display-buffer-names)
13345 (special-display-regexps, special-display-popup-frame)
13346 (same-window-p, split-window-sensibly)
13347 (display-buffer-overriding-action, display-buffer-alist)
13348 (display-buffer-base-action, display-buffer, switch-to-buffer)
13349 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
13350 (fit-window-to-buffer, recenter-positions)
13351 (mouse-autoselect-window-state, mouse-autoselect-window-select):
13352 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
13353 and remove unneeded backslashes in docstrings.
13354
13355 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
13356
13357 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
13358
13359 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
13360 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
13361 end in ".mk".
13362 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
13363 when reading the makefile (bug#10116).
13364
13365 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13366
13367 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
13368 (bug#10116).
13369
13370 2011-12-06 Glenn Morris <rgm@gnu.org>
13371
13372 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
13373
13374 2011-12-06 Chong Yidong <cyd@gnu.org>
13375
13376 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
13377
13378 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
13379
13380 * textmodes/table.el (table-shorten-cell): Fix typo.
13381
13382 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
13383
13384 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
13385
13386 2011-12-05 Eli Zaretskii <eliz@gnu.org>
13387
13388 * descr-text.el (describe-char): Fix display of strong
13389 right-to-left characters and directional embeddings and overrides.
13390
13391 * simple.el (what-cursor-position): Fix display of codepoints of
13392 strong right-to-left characters.
13393
13394 2011-12-05 Chong Yidong <cyd@gnu.org>
13395
13396 * faces.el (read-color): Doc fix.
13397
13398 2011-12-05 Glenn Morris <rgm@gnu.org>
13399
13400 * align.el (align--set-marker): Add doc-string.
13401 Don't try to move something that is not a marker. (Bug#10216)
13402
13403 2011-12-04 Glenn Morris <rgm@gnu.org>
13404
13405 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
13406 overly zealous deletion of trailing whitespace.
13407
13408 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
13409
13410 * server.el (server-delete-client): On Windows, do not try to delete
13411 the only terminal.
13412 (server-process-filter): On Windows, treat requests for a tty frame as
13413 if they were for a GUI frame if the running server is in GUI mode.
13414
13415 2011-12-03 Glenn Morris <rgm@gnu.org>
13416
13417 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
13418
13419 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
13420
13421 * electric.el: Streamline electric-indent's hook.
13422 (electric-indent-chars): Revert to simple list.
13423 (electric-indent-functions): New var.
13424 (electric-indent-post-self-insert-function): Use it.
13425
13426 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
13427 there's no inferior buffer (bug#10196).
13428 (prolog-consult-compile): Don't use toggle-read-only.
13429
13430 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
13431
13432 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
13433 interrupt. (Bug#10187)
13434
13435 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13436
13437 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
13438 (bug#9160).
13439
13440 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
13441 (bug#10191).
13442
13443 2011-12-02 Juri Linkov <juri@jurta.org>
13444
13445 * info.el (Info-search): Display "end of manual" when Isearch
13446 reaches the end of single-file Info manual. (Bug#9918)
13447
13448 2011-12-02 Eli Zaretskii <eliz@gnu.org>
13449
13450 * isearch.el (isearch-message-prefix): Run the input method part
13451 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
13452
13453 2011-12-02 Juri Linkov <juri@jurta.org>
13454
13455 * isearch.el (isearch-occur): Use `word-search-regexp' for
13456 `isearch-word'.
13457 (isearch-search-and-update): Add condition for `isearch-word' and
13458 call `word-search-regexp'. (Bug#10145)
13459
13460 2011-12-01 Glenn Morris <rgm@gnu.org>
13461
13462 * eshell/em-hist.el (eshell-hist-initialize):
13463 Handle eshell-history-size nil and HISTSIZE set or unset.
13464 (eshell-history-file-name, eshell-history-size): Fix custom type.
13465
13466 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
13467
13468 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
13469
13470 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
13471
13472 * progmodes/verilog-mode.el (verilog-pretty-expr):
13473 Rework verilog-pretty-expr to handle new assignment operators in system
13474 verilog, such as += *= and the like.
13475 (verilog-assignment-operator-re): Regular expression to find the
13476 assigment operator in a verilog assignment.
13477 (verilog-assignment-operation-re): Regular expression to find an
13478 assignment statement for pretty-expr.
13479 (verilog-in-attribute-p): Query returns true if point is in an
13480 attribute context; used to skip these for expression line up from
13481 pretty-expr.
13482 (verilog-in-parameter-p): Query returns true if point is in an
13483 parameter definition context; used to skip these for expression
13484 line up from pretty-expr.
13485 (verilog-in-parenthesis-p): Query returns true if point is in a
13486 parenthetical expression, specifically ( ) but not [ ] or { };
13487 used by pretty-expr.
13488 (verilog-just-one-space): If there is no space, don't add one.
13489 (verilog-get-lineup-indent-2): Specifically skip just attribute
13490 contexts for expression lineup, rather than skipping all
13491 parenthetical expressions.
13492 (verilog-calculate-indent): Fix comment, and fix indent.
13493 (verilog-do-indent): Indent declarations in lists (suggested by
13494 Joachim Lechner).
13495 (verilog-mode-abbrev-table): Populate abbrev mode with the various
13496 skeleton items.
13497 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
13498 by Alain Mellan).
13499
13500 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
13501
13502 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
13503 parameters with embedded comments. Reported by Ray Stevens.
13504 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
13505 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
13506 Reported by Tim Holt.
13507 (verilog-auto): Fix AUTOing a upper module then AUTOing module
13508 instantiated by upper module causing wrong expansion until AUTOed a
13509 second time. Reported by K C Buckenmaier.
13510 (verilog-diff-auto): Fix showing .* as a difference when
13511 `verilog-auto-star-save' off. Reported by Dan Dever.
13512 (verilog-auto-reset, verilog-read-always-signals)
13513 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
13514 temporary signals in reset list if
13515 verilog-auto-reset-blocking-in-non is nil, and match assignment
13516 style to each signal's assignment type, bug381.
13517 Reported by Thomas Esposito.
13518 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
13519 (verilog-uvm-statement-re): Support UVM indentation and
13520 highlighting, with old OVM keywords only.
13521 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
13522 Support AUTOTIEOFF creating non-wire data types.
13523 Suggested by Jonathan Greenlaw.
13524 (verilog-auto-insert-lisp, verilog-delete-to-paren)
13525 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
13526 (verilog-inject-sense, verilog-read-inst-pins)
13527 (verilog-read-sub-decls, verilog-read-sub-decls-line):
13528 Fix mismatching parenthesis inside commented out code when deleting
13529 AUTOINST, bug383. Reported by Jonathan Greenlaw.
13530 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
13531 non-numeric vector width. Reported by Alex Reed.
13532 (verilog-auto-ascii-enum): Add "onehot" option to work around not
13533 detecting signals with parameter widths. Reported by Alex Reed.
13534 (verilog-auto-delete-trailing-whitespace):
13535 With `verilog-auto-delete-trailing-whitespace' remove trailing
13536 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
13537 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
13538 Fix verilog-scan-cache corruption when running user AUTO expansion
13539 hooks that call indentation routines.
13540 (verilog-simplify-range-expression): Fix typo ignoring lower case
13541 identifiers.
13542 (verilog-delete-auto): Fix delete-autos to also remove user created
13543 automatics, as long as they start with AUTO.
13544 (verilog-batch-diff-auto, verilog-diff-auto)
13545 (verilog-diff-function): Add `verilog-diff-auto' and bind to
13546 "C-c?" to report differences in AUTO expansion, ignoring spaces.
13547 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
13548 (verilog-in-paren-quick, verilog-re-search-backward-quick)
13549 (verilog-re-search-forward-quick, verilog-syntax-ppss):
13550 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
13551 is disabled and its cache will get corrupt, causing AUTOS not to
13552 expand. Instead use only -quick functions.
13553 (verilog-scan-region): Fix scanning over escaped quotes.
13554 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
13555 (verilog-re-search-backward-quick)
13556 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
13557 related functions now ignore strings, to fix misparsing of strings
13558 with magic comments embedded in them.
13559 (verilog-read-auto-template):
13560 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
13561 Reported by Brad Dobbie.
13562 (verilog-read-auto-template):
13563 Fix 'verilog-auto-inst-template-numbers' with comments.
13564 Reported by Brad Dobbie.
13565 (verilog-auto-inst, verilog-auto-inst-param)
13566 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
13567 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
13568 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
13569 debugging templates without merge conflicts, bug357.
13570 Reported by Brad Dobbie.
13571 (verilog-read-auto-template):
13572 Fix verilog-auto-inst-template-numbers with multiple templates.
13573 Reported by Brad Dobbie.
13574 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
13575 abbrevs so user won't be asked to save.
13576 (verilog-read-auto-lisp-present): Fix to start at beginning of
13577 buffer in case called outside of verilog-auto.
13578 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
13579 to "X-2". Reported by Matthew Myers.
13580 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
13581 all inputs from module templates. Reported by Leith Johnson.
13582 (verilog-module-inside-filename-p): Fix locating programs as with
13583 modules.
13584 (verilog-auto-inst-port): Fix vl-width expressions when using
13585 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
13586 (verilog-decls-get-regs, verilog-decls-get-signals,
13587 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
13588 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
13589 verilog-read-decls): Combine reg and wire structures into one var
13590 structure to represent SystemVerilog concepts.
13591 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
13592 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
13593 (verilog-auto-wire-type, verilog-insert-definition):
13594 Add verilog-auto-wire-type and AUTOLOGIC to support using
13595 SystemVerilog "logic" keyword instead of "wire"/"reg".
13596 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
13597 to declares outputs that also have assignments (presumably in an
13598 ifdef or generate if so there's not a driver conflict).
13599 Reported by Matthew Myers.
13600 (verilog-auto-declare-nettype, verilog-insert-definition):
13601 Add verilog-auto-declare-nettype to fix declarations using
13602 `default_nettype none. Reported by Julian Gorfajn.
13603 (verilog-read-always-signals-recurse, verilog-read-decls)
13604 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
13605 malformed end statement, bug325. Reported by Joshua Wise and
13606 Andrew Drake.
13607 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
13608 (verilog-inst-comment-re): Fix not deleting Interfaced comment
13609 when expanding .* in interfaces, bug320.
13610 Reported by Pierre-David Pfister.
13611 (verilog-read-module-name): Fix import statements between module
13612 name and open parenthesis, bug317.
13613 Reported by Pierre-David Pfister.
13614 (verilog-simplify-range-expression): Fix simplification of
13615 multiplications inside AUTOWIRE connections, bug303.
13616 (verilog-auto-inst-port): Support parameter expansion in
13617 multidimensional arrays.
13618 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
13619 after "assert property". Reported by Julian Gorfajn.
13620 (verilog-simplify-range-expression): Fix "couldn't merge" errors
13621 with multiplication, bug303.
13622 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
13623 Reported by Jan Frode Lonnum.
13624
13625 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
13626
13627 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
13628 (hfy-shell-file-name, hfy-shell):
13629 * international/fontset.el (x-decompose-font-name): Fix typos.
13630
13631 2011-11-29 Ken Brown <kbrown@cornell.edu>
13632
13633 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
13634 (gdb-version): Remove defvar.
13635 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
13636 (gdb-gud-context-command, gdb-non-stop-handler)
13637 (gdb-current-context-command, gdb-stopped): Use it.
13638 (gdb-init-1): Enable pretty printing here.
13639 (gdb-non-stop-handler): Don't enable pretty-printing here.
13640 Check to see if the target supports non-stop mode; if not, turn off
13641 non-stop mode. Use the following.
13642 (gdb-check-target-async): New defun.
13643 (gud-watch, gdb-stopped): Fix whitespace.
13644 (gdb-get-source-file): Don't try to display the source file if
13645 `gdb-main-file' is nil.
13646
13647 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
13648
13649 * align.el: Try to generate fewer markers (bug#10047).
13650 (align--set-marker): New macro.
13651 (align-region): Use it.
13652
13653 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
13654
13655 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
13656
13657 2011-11-29 Chong Yidong <cyd@gnu.org>
13658
13659 * indent.el (indent-for-tab-command, indent-according-to-mode):
13660 Doc fix.
13661 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
13662
13663 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
13664
13665 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
13666 aware of remote file names. (Bug#10124)
13667
13668 2011-11-29 Chong Yidong <cyd@gnu.org>
13669
13670 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
13671
13672 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13673
13674 * files.el (find-file): Don't use force-same-window (bug#10144).
13675 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
13676 use pop-to-buffer if the selected window can't be used.
13677 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
13678
13679 2011-11-28 Eli Zaretskii <eliz@gnu.org>
13680
13681 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
13682 special-mode-map.
13683
13684 2011-11-28 Chong Yidong <cyd@gnu.org>
13685
13686 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
13687
13688 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
13689
13690 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
13691 gdb-get-source-file-list on gdb-create-source-file-list.
13692
13693 2011-11-26 Eli Zaretskii <eliz@gnu.org>
13694
13695 * whitespace.el (whitespace-newline): Use a different foreground
13696 color for 16-color light-background displays.
13697
13698 2011-11-24 Chong Yidong <cyd@gnu.org>
13699
13700 * window.el (display-buffer--special-action): Doc fix.
13701
13702 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
13703
13704 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
13705 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
13706 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
13707 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
13708 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
13709 (avl-tree-stack-first):
13710 * emacs-lisp/cconv.el (cconv--analyse-use):
13711 * net/gnutls.el (gnutls-negotiate): Fix typos.
13712
13713 2011-11-24 Glenn Morris <rgm@gnu.org>
13714
13715 * lpr.el (lpr-windows-system, lpr-lp-system):
13716 * mail/binhex.el (binhex-begin-line):
13717 * progmodes/grep.el (grep-history, grep-find-history):
13718 * textmodes/flyspell.el:
13719 * vc/pcvs-defs.el (cvs-global-menu):
13720 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
13721 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
13722 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
13723
13724 * net/tls.el: Fix case of "GnuTLS".
13725
13726 * paths.el (rmail-file-name): Format doc-string for make-docfile.
13727
13728 * version.el (emacs-build-system): Give it a doc-string.
13729
13730 2011-11-24 Juri Linkov <juri@jurta.org>
13731
13732 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
13733
13734 2011-11-24 Glenn Morris <rgm@gnu.org>
13735
13736 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
13737 if called on a non-mime message just toggle the headers. (Bug#8006)
13738
13739 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
13740
13741 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
13742 (allout-lead-with-comment-string, allout-structure-deleted-hook)
13743 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
13744 (allout-rebullet-heading, allout-open-sibtopic)
13745 (allout-toggle-current-subtree-encryption)
13746 (allout-toggle-subtree-encryption, allout-encrypt-string)
13747 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
13748 (allout-distinctive-bullets-string, allout-auto-activation):
13749 * window.el (window-normalize-buffer-to-display):
13750 * progmodes/verilog-mode.el (verilog-batch-indent):
13751 * textmodes/bibtex.el (bibtex-field-braces-opt)
13752 (bibtex-field-strings-opt):
13753 * vc/cvs-status.el (cvs-tree-merge):
13754 Fix typos.
13755
13756 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
13757
13758 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
13759 `non-essential' to t, in order to avoid remote connections.
13760
13761 2011-11-23 Eli Zaretskii <eliz@gnu.org>
13762
13763 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13764 On MS-DOS and MS-Windows, compare with loaddefs.el
13765 case-insensitively.
13766
13767 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13768
13769 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
13770
13771 2011-11-23 Glenn Morris <rgm@gnu.org>
13772
13773 * paths.el (rmail-file-name): Reformat the doc-string so that it
13774 is picked up.
13775
13776 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
13777 (rmail-auto-file): Ignore case in the "special" field names,
13778 as mail-fetch-field does for all others.
13779
13780 * mail/rmail.el (rmail-forward):
13781 * mail/rmailkwd.el (rmail-set-label):
13782 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
13783 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
13784
13785 * mail/rmail.el (rmail-current-message): Doc fix.
13786
13787 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
13788
13789 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13790
13791 * server.el (server-eval-and-print): Allow C-g (bug#6585).
13792
13793 2011-11-22 Glenn Morris <rgm@gnu.org>
13794
13795 * mail/rmailmm.el (test-rmail-mime-handler)
13796 (test-rmail-mime-bulk-handler)
13797 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
13798
13799 2011-11-21 Juri Linkov <juri@jurta.org>
13800
13801 * calc/calc.el (calc-read-key-sequence):
13802 Let-bind `input-method-function' to nil. (Bug#10018)
13803
13804 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13805
13806 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
13807 Tell the caller that the next line needs recomputation, even
13808 though it doesn't start a sexp (bug#10094).
13809
13810 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13811
13812 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
13813
13814 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13815
13816 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13817 Use force-same-window.
13818
13819 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
13820
13821 * descr-text.el (describe-char-unicode-data):
13822 * json.el (json-string-escape):
13823 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
13824 (Footnote-unicode, Footnote-style-p):
13825 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
13826
13827 2011-11-20 Chong Yidong <cyd@gnu.org>
13828
13829 * window.el (replace-buffer-in-windows): Restore interactive spec.
13830
13831 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13832
13833 * electric.el (electric-indent-mode): Fix last change (too optimistic).
13834
13835 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
13836 (byte-compile-global-not-obsolete-vars): New var.
13837 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
13838 Use it.
13839 (byte-compile-warn-obsolete): Align text with the one in *Help*.
13840
13841 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
13842
13843 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
13844 * progmodes/pascal.el (electric-pascal-equal):
13845 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
13846 * xml.el (xml-substitute-special): Fix typos.
13847
13848 2011-11-20 Glenn Morris <rgm@gnu.org>
13849
13850 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
13851 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
13852 Doc fixes.
13853 (rmail-decode-mime-charset): Mark as obsolete.
13854
13855 * mail/rmailsum.el (rmail-message-regexp-p-1):
13856 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
13857 Before using mime functions, check they are set. (Bug#10077)
13858
13859 2011-11-19 Juri Linkov <juri@jurta.org>
13860
13861 * info.el (Info-finder-find-node): Use `package--builtins' instead
13862 of `package-alist'. Use node names formed by the pattern "Keyword "
13863 and the keyword name.
13864
13865 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
13866
13867 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
13868
13869 2011-11-19 Juri Linkov <juri@jurta.org>
13870
13871 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
13872 that calls `revert-buffer' on all Info buffers. (Bug#9915)
13873 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
13874 `old-history', `old-history-forward'. Add let-binding
13875 `window-selected'. Remove calls to `kill-buffer',
13876 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
13877 before calling `Info-find-node', so `Info-find-node-2' will reread
13878 the Info file. Restore window positions only when `window-selected'
13879 is non-nil.
13880
13881 2011-11-19 Juri Linkov <juri@jurta.org>
13882
13883 * isearch.el (isearch-lazy-highlight-new-loop):
13884 Remove condition `(not isearch-error)'. (Bug#9918)
13885
13886 * misearch.el (multi-isearch-search-fun): Add condition
13887 `(not bound)' to ignore lazy-highlighting search.
13888 Add the search-failed message "end of multi" when the end of
13889 multi-sequence is reached. Uncapitalize the search-failed
13890 message "Repeat for next buffer".
13891
13892 * info.el (Info-search): Add the search-failed message
13893 "end of the manual" when the end of the manual is reached
13894 in Isearch mode.
13895
13896 2011-11-19 Juri Linkov <juri@jurta.org>
13897
13898 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
13899 Use non-destructive `remove' instead of `delete' because
13900 `Info-history-list' stored to `Info-isearch-initial-history-list' in
13901 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
13902
13903 2011-11-19 Juri Linkov <juri@jurta.org>
13904
13905 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
13906 to nil instead of binding `search-ring' and `regexp-search-ring'.
13907 (Bug#9185)
13908
13909 2011-11-19 Eli Zaretskii <eliz@gnu.org>
13910
13911 * simple.el (line-move): Force movement by logical lines for any
13912 hscrolled window, not only when auto-hscroll-mode is on.
13913 (line-move-visual): Update doc string to that effect. (Bug#10076)
13914
13915 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
13916
13917 * language/european.el (macintosh): Define as alias for mac-roman.
13918
13919 2011-11-19 Eli Zaretskii <eliz@gnu.org>
13920
13921 * mail/rmailmm.el (rmail-mime-display-header)
13922 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
13923 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
13924 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
13925 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
13926 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
13927 of a raw aref.
13928 (rmail-mime-entity-segment): To get past the tagline, move forward
13929 2 more lines, to account for the 2 empty lines that precede and
13930 follow the line with the buttons.
13931 (rmail-mime-update-tagline): Move one more line, to get past the
13932 empty line that follows the buttons in the tagline. (Bug#9520)
13933
13934 2011-11-19 Martin Rudalics <rudalics@gmx.at>
13935
13936 * window.el (window-max-delta-1, window-min-delta-1)
13937 (window-min-size-1, window-state-get-1, window-state-put-1)
13938 (window-state-put-2): Use "window--" prefix.
13939
13940 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
13941
13942 * emacs-lisp/smie.el: Improve warnings and conflict detection.
13943 (smie-warning-count): New var.
13944 (smie-set-prec2tab): Use it.
13945 (smie-bnf->prec2): Improve warnings. Add docstring.
13946 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
13947 (smie-bnf--set-class): New function.
13948 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
13949 corner case.
13950
13951 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
13952 (compilation-error-properties, compilation-move-to-column):
13953 Handle compilation-first-column while in the target buffer.
13954
13955 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
13956 Don't hardcode point-min==1.
13957
13958 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
13959 (eshell-rewrite-for-command): Remove workaround.
13960 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
13961 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
13962 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
13963
13964 * files-x.el (modify-file-local-variable): Obey commenting conventions.
13965
13966 2011-11-17 Glenn Morris <rgm@gnu.org>
13967
13968 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13969 Ignore buffer-local generated-autoload-file if it is the same
13970 as the global value. (Bug#10049)
13971
13972 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
13973
13974 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
13975 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
13976 (reftex-toc-previous-heading, reftex-toc-max-level)
13977 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
13978 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
13979 (reftex-toc-do-promote, reftex-toc-promote-prepare)
13980 (reftex-toc-promote-action, reftex-toc-extract-section-number)
13981 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
13982 (reftex-toc-rename-label, reftex-toc-visit-location)
13983 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
13984 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
13985 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
13986 leaving "*toc*" only for references to the buffer.
13987
13988 2011-11-17 Martin Rudalics <rudalics@gmx.at>
13989
13990 * window.el (window-resize, delete-window, split-window):
13991 Replace window-splits by window-combination-resize.
13992 * cus-start.el (window-splits): Replace by window-combination-resize.
13993
13994 2011-11-17 Glenn Morris <rgm@gnu.org>
13995
13996 * progmodes/sh-script.el (sh-font-lock-keywords-var):
13997 Make bash entry derive from sh entry, not shell entry.
13998
13999 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
14000
14001 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
14002 local file name.
14003
14004 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
14005
14006 * menu-bar.el (menu-bar-file-menu):
14007 * printing.el (pr-ps-utility):
14008 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
14009 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
14010 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
14011 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
14012 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
14013 (icalendar--convert-cyclic-to-ical)
14014 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
14015 (icalendar--convert-ical-to-diary)
14016 (icalendar--convert-recurring-to-diary)
14017 (icalendar--convert-non-recurring-all-day-to-diary)
14018 (icalendar-import-format-sample):
14019 * progmodes/idlw-shell.el (idlwave-shell-mode):
14020 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
14021 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
14022 (vhdl-ps-print-init): Fix typos.
14023
14024 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
14025
14026 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
14027 FSF and collapse date sequence, obscure author/maintainer email address
14028 better, remove extra version line, track relocation of author's webpage.
14029
14030 * progmodes/python.el (python-pdbtrack-input-prompt)
14031 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
14032 regular python pdb prompts. Adjustments shamelessly taken exactly as
14033 suggested in EmacsWiki page (tiny change):
14034 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
14035
14036 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
14037
14038 * expand.el (expand-pos, expand-index, expand-point):
14039 Remove redundant info from docstring.
14040 (expand-add-abbrevs): Doc fix.
14041 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
14042 (expand-sample-perl-mode-expand-list): Fix typos.
14043
14044 * net/dbus.el (dbus-event-member-name):
14045 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
14046 * term/pc-win.el (msdos-create-frame-with-faces):
14047 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
14048
14049 2011-11-16 Martin Rudalics <rudalics@gmx.at>
14050
14051 * window.el (split-window, window-state-get-1)
14052 (window-state-put-1, window-state-put-2): Rename occurrences of
14053 window-nest to window-combination-limit.
14054 * cus-start.el (window-nest): Rename to window-combination-limit.
14055
14056 2011-11-16 Chong Yidong <cyd@gnu.org>
14057
14058 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
14059 regexp (Bug#10033).
14060
14061 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14062
14063 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
14064 `completing-read' will remove *Completions* and will preserve
14065 current-buffer for us.
14066 (tmm-add-prompt): Users of *Completions* will always (re)set its
14067 major mode.
14068 (tmm-old-comp-map): Remove.
14069
14070 2011-11-16 Glenn Morris <rgm@gnu.org>
14071
14072 * mail/rmailedit.el: Require rmailmm when compiling.
14073 (rmail-old-mime-state): New declaration.
14074 (rmail-edit-current-message): If editing a mime message,
14075 edit the "raw" message from the mbox buffer.
14076 (rmail-cease-edit): Handle mime messages. (Bug#9840)
14077
14078 2011-11-15 Glenn Morris <rgm@gnu.org>
14079
14080 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
14081 which wasn't being used. Add optional arg to force given state.
14082 (rmail-mime): Add optional arg to force given state.
14083
14084 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
14085
14086 * allout.el (allout-encryption-plaintext-sanitization-regexps):
14087 * frame.el (display-mm-dimensions-alist):
14088 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
14089 (outline-move-subtree-down):
14090 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
14091 (newsticker--treeview-do-get-node):
14092 * net/quickurl.el (quickurl-list-buffer-name):
14093 * progmodes/dcl-mode.el (dcl-mode):
14094 * progmodes/gdb-mi.el (gdb-mapcar*):
14095 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
14096
14097 2011-11-15 Glenn Morris <rgm@gnu.org>
14098
14099 * mail/rmail.el (rmail-file-coding-system): It's only ever used
14100 in a boolean sense, so just make it a boolean, and fix the doc.
14101 (rmail-show-mime-function, rmail-mime-feature)
14102 (rmail-require-mime-maybe): Doc fixes.
14103 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
14104
14105 * mail/rmailmm.el (rmail-show-mime): Doc fix.
14106
14107 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
14108
14109 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
14110 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
14111 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
14112 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
14113
14114 2011-11-15 Glenn Morris <rgm@gnu.org>
14115
14116 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
14117 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
14118 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
14119 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
14120 (rmail-mime, rmail-show-mime): Doc fixes.
14121
14122 * term/ns-win.el (mode-line-frame-identification):
14123 Leave it alone. (Bug#10051)
14124
14125 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
14126
14127 * mail/rmailout.el (rmail-output-to-rmail-buffer):
14128 Handle empty buffers. (Bug#9978)
14129
14130 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
14131
14132 * international/mule.el (define-charset):
14133 * mail/rmailmm.el (rmail-mime-find-header-encoding):
14134 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
14135 * progmodes/verilog-mode.el (verilog-backward-token):
14136 * textmodes/ispell.el (lookup-words):
14137 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
14138
14139 2011-11-14 Glenn Morris <rgm@gnu.org>
14140
14141 * progmodes/executable.el
14142 (executable-make-buffer-file-executable-if-script-p):
14143 Handle file-modes returning nil.
14144
14145 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
14146 message - not necessary, and causes problems. (Bug#9831)
14147
14148 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
14149
14150 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
14151
14152 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
14153 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
14154 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
14155
14156 2011-11-12 Martin Rudalics <rudalics@gmx.at>
14157
14158 * window.el (window-resize, delete-window): Use window-splits
14159 variable instead of function.
14160 (window-state-get-1, window-state-put-2, window-state-put):
14161 Don't deal with windows' splits status.
14162
14163 2011-11-12 Glenn Morris <rgm@gnu.org>
14164
14165 * apropos.el (apropos-do-all, apropos-library, apropos-value)
14166 (apropos-documentation): Doc fixes.
14167
14168 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
14169
14170 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
14171 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
14172
14173 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
14174
14175 * electric.el (electric-indent-post-self-insert-function): Make it
14176 possible for a char to only indent in some circumstances.
14177 (electric-indent-mode): Simplify.
14178
14179 2011-11-11 Martin Rudalics <rudalics@gmx.at>
14180
14181 * window.el (windows-with-parameter): Remove unused function.
14182 (windows-at-side): Rename to window-at-side-list.
14183 (window-check, window-atom-check, window-atom-check-1)
14184 (window-side-check, window-size-ignore, window-size-fixed-1)
14185 (window-in-direction-2): Prefix with "window--".
14186 (window-tree-1): Rename to window--subtree, fix doc-string.
14187
14188 2011-11-11 Glenn Morris <rgm@gnu.org>
14189
14190 * subr.el (eval-after-load): If FILE is already loaded,
14191 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
14192
14193 2011-11-10 Glenn Morris <rgm@gnu.org>
14194
14195 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
14196 Call svn via vc-svn-command rather than vc-do-command.
14197 (vc-svn-command): Add --non-interactive. (Bug#9993)
14198 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
14199
14200 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14201 Add toggle-read-only. (Bug#7292)
14202 * files.el (toggle-read-only): Mention that it should only
14203 be used interactively. (Bug#10006)
14204
14205 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14206
14207 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14208 Adjust regexp for OCaml warnings.
14209
14210 * electric.el (electric-pair-post-self-insert-function): Let user
14211 turn it off buffer-locally (bug#9932).
14212
14213 * progmodes/python.el (python-beginning-of-statement):
14214 Rewrite (bug#2703).
14215
14216 * progmodes/compile.el: Better handle TABs (bug#9749).
14217 (compilation-internal-error-properties)
14218 (compilation-next-error-function): Obey the target buffer's
14219 compilation-error-screen-columns.
14220
14221 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
14222
14223 * progmodes/meta-mode.el: Remove obsolete comments.
14224 (meta-right-comment-regexp, meta-ignore-comment-regexp):
14225 Fix typos in docstrings.
14226
14227 2011-11-09 Martin Rudalics <rudalics@gmx.at>
14228
14229 * window.el (window-size-fixed-p): Rewrite doc-string.
14230 (window-resizable-p): Rename to window--resizable-p. Update callers.
14231 (window--resizable): New function. Make all callers of
14232 window-resizable call window--resizable instead.
14233 (window-resizable): Rewrite in terms of window--resizable.
14234
14235 2011-11-08 Glenn Morris <rgm@gnu.org>
14236
14237 * progmodes/delphi.el (delphi-mode-syntax-table):
14238 Let define-derived-mode define a proper syntax table. (Bug#9994)
14239
14240 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14241
14242 * window.el: Stay away from defsubst.
14243 (window-list-no-nils): Remove.
14244 (window-state-get-1, window-state-get): Use backquote instead.
14245
14246 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14247
14248 * emacs-lisp/find-func.el (find-function-read):
14249 Fix incorrect use of default argument in `completing-read'.
14250
14251 2011-11-08 Martin Rudalics <rudalics@gmx.at>
14252
14253 * window.el (display-buffer-function, special-display-function):
14254 Mention display-buffer-record-window but do not mention
14255 help-setup parameter in doc-strings.
14256 (window-min-delta): Fix doc-string typo.
14257
14258 2011-11-08 Chong Yidong <cyd@gnu.org>
14259
14260 * window.el (window-total-height, window-total-width): Doc fix.
14261 (window-body-size): Move from C.
14262 (window-body-height, window-body-width): Move to C.
14263
14264 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14265
14266 * window.el: Make special-display like display-buffer-alist (bug#9532).
14267 (display-buffer--special-action): New function, morphed
14268 from display-buffer--special.
14269 (display-buffer): Use it to handle special-display-buffers at higher
14270 priority (just after display-buffer-alist).
14271 (display-buffer-fallback-action, display-buffer--other-frame-action)
14272 (pop-to-buffer-same-window): Remove display-buffer--special.
14273
14274 2011-11-07 Glenn Morris <rgm@gnu.org>
14275
14276 * calendar/cal-menu.el (cal-menu-set-date-title):
14277 Do nothing if not in a calendar. (Bug#9976)
14278
14279 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
14280
14281 * files.el (find-file): Always use selected-window.
14282
14283 2011-11-07 Martin Rudalics <rudalics@gmx.at>
14284
14285 * window.el (window-combinations): Make WINDOW argument
14286 mandatory. Rewrite doc-string.
14287 (walk-window-subtree, window-atom-check, window-min-delta)
14288 (window-max-delta, window--resize-this-window)
14289 (window--resize-root-window-vertically, window-tree)
14290 (balance-windows, window-state-put): Rewrite doc-strings as to
14291 not mention the term "subwindow".
14292 (window--resize-subwindows-skip-p): Rename to
14293 window--resize-child-windows-skip-p.
14294 (window--resize-subwindows-normal): Rename to
14295 window--resize-child-windows-normal.
14296 (window--resize-subwindows): Rename to
14297 window--resize-child-windows.
14298 (window-or-subwindow-p): Rename to window--in-subtree-p.
14299
14300 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
14301
14302 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
14303 Ensure that mbox format messages end in two newlines (Bug#9974).
14304
14305 2011-11-06 Chong Yidong <cyd@gnu.org>
14306
14307 * window.el (window-combination-p): Function deleted; its
14308 side-effect is not used in any existing code.
14309 (window-combinations, window-combined-p): Call window-*-child
14310 directly.
14311
14312 2011-11-05 Chong Yidong <cyd@gnu.org>
14313
14314 * window.el (window-valid-p): Rename from window-any-p.
14315 (window-size-ignore, window-state-get): Callers changed.
14316 (window-normalize-window): Rename from window-normalize-any-window.
14317 New arg LIVE-ONLY, replacing window-normalize-live-window.
14318 (window-normalize-live-window): Delete.
14319 (window-combination-p, window-combined-p, window-combinations)
14320 (walk-window-subtree, window-atom-root, window-min-size)
14321 (window-sizable, window-sizable-p, window-size-fixed-p)
14322 (window-min-delta, window-max-delta, window-resizable)
14323 (window-resizable-p, window-full-height-p, window-full-width-p)
14324 (window-current-scroll-bars, window-point-1, set-window-point-1)
14325 (window-at-side-p, window-in-direction, window-resize)
14326 (adjust-window-trailing-edge, maximize-window, minimize-window)
14327 (window-deletable-p, delete-window, delete-other-windows)
14328 (record-window-buffer, unrecord-window-buffer)
14329 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
14330 (quit-window, split-window, window-state-put)
14331 (set-window-text-height, fit-window-to-buffer)
14332 (shrink-window-if-larger-than-buffer): Callers changed.
14333
14334 2011-11-04 Eli Zaretskii <eliz@gnu.org>
14335
14336 * mail/rmail.el (rmail-simplified-subject): Decode subject with
14337 rfc2047-decode-string.
14338 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
14339 warnings.
14340
14341 * window.el (window-body-height, window-body-width): Mention in
14342 the doc string that the return values are in frame's canonical
14343 units. (Bug#9949)
14344
14345 2011-11-03 Alan Mackenzie <acm@muc.de>
14346
14347 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
14348 change in cc-engine.el.
14349
14350 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
14351
14352 * window.el (switch-to-buffer): Use `force-same-window' interactively.
14353
14354 2011-11-02 Martin Rudalics <rudalics@gmx.at>
14355
14356 * window.el (quit-window): Call unrecord-window-buffer after
14357 showing another buffer in the window. (Bug#9937)
14358 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
14359
14360 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
14361
14362 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
14363 Accept status with more than 9 shelves. (Bug#9935)
14364 Reported by Colin D Bennett <colin@gibibit.com>.
14365
14366 2011-11-01 Martin Rudalics <rudalics@gmx.at>
14367
14368 * help.el (with-help-window): Don't reference
14369 temp-buffer-show-specifiers in doc-string.
14370
14371 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
14372
14373 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
14374 menu-item.
14375
14376 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14377
14378 * whitespace.el: New version 13.2.2.
14379 (whitespace-newline-mode): Disable properly. Reported by Sarah
14380 <EmacsWiki>.
14381
14382 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
14383
14384 * net/newst-treeview.el: Remove "Time-stamp".
14385 (newsticker--group-manage-orphan-feeds): Do not call
14386 newsticker--treeview-tree-update.
14387 (newsticker-treeview-update, newsticker-treeview):
14388 Call newsticker--treeview-tree-update if necessary.
14389
14390 2011-10-30 Martin Rudalics <rudalics@gmx.at>
14391
14392 * window.el (window-iso-combination-p, window-iso-combined-p)
14393 (window-iso-combinations): Remove "iso-" infix.
14394 Suggested by Chong Yidong.
14395 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
14396 (window-max-delta-1, window-resize, window--resize-siblings)
14397 (window--resize-this-window, adjust-window-trailing-edge)
14398 (split-window, balance-windows-1)
14399 (shrink-window-if-larger-than-buffer):
14400 * calendar/calendar.el (calendar-generate-window):
14401 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
14402
14403 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14404
14405 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
14406 in place (bug#9907).
14407 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
14408 (eshell-rewrite-if-command, eshell-rewrite-for-command)
14409 (eshell-structure-basic-command, eshell-rewrite-while-command)
14410 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
14411 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
14412 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
14413 (eshell-do-pipelines-synchronously, eshell-eval-command):
14414 Use backquotes and prefer setq to set.
14415 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
14416 (eshell-macrop): Use functionp.
14417 (eshell-do-eval): Handle multiple expressions in `while' body.
14418
14419 2011-10-30 Chong Yidong <cyd@gnu.org>
14420
14421 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
14422 instead of set-mark (Bug#9810).
14423
14424 2011-10-30 Chong Yidong <cyd@gnu.org>
14425
14426 * window.el (split-window-below, split-window-right): Rename from
14427 split-window-above-each-other and split-window-side-by-side
14428 respectively. All callers changed.
14429 (split-window-sensibly, split-window-sensibly): Use them.
14430 (split-window-keep-point): Doc fix.
14431
14432 * isearch.el: Add isearch-scroll property to split-window-below
14433 and split-window-right.
14434
14435 * follow.el (follow-mode):
14436 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
14437 * progmodes/ada-xref.el (ada-gdb-application):
14438 * emulation/vip.el (vip-buffer-in-two-windows):
14439 * image-dired.el (image-dired-dired-with-window-configuration):
14440 * dired-x.el (dired-do-find-marked-files):
14441 * dired.el (dired-pop-to-buffer):
14442 * bs.el (bs--show-with-configuration):
14443 * vc/emerge.el (emerge-setup-windows):
14444 * textmodes/two-column.el (2C-two-columns):
14445 * textmodes/reftex-toc.el (reftex-toc):
14446 * progmodes/gdb-mi.el (gdb-setup-windows):
14447 * progmodes/fortran.el (fortran-window-create):
14448 * net/newst-treeview.el (newsticker--treeview-window-init):
14449 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
14450 * emulation/tpu-edt.el (tpu-gold-map):
14451 * emulation/crisp.el (crisp-mode-map):
14452 * calendar/calendar.el (calendar-basic-setup): Callers changed.
14453
14454 2011-10-29 Chong Yidong <cyd@gnu.org>
14455
14456 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
14457
14458 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
14459
14460 * textmodes/flyspell.el (flyspell-word): Fix char offset for
14461 forged Ispell output (Bug#7904).
14462
14463 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
14464
14465 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14466
14467 * doc-view.el: Avoid ugly errors about not finding nil.
14468 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
14469 (doc-view-dvipdf-program, doc-view-unoconv-program)
14470 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
14471 Avoid nil or absolute file name as default value.
14472 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
14473
14474 2011-10-28 Alan Mackenzie <acm@muc.de>
14475
14476 * progmodes/cc-defs.el (c-version): -> 5.32.2.
14477
14478 2011-10-28 Alan Mackenzie <acm@muc.de>
14479
14480 Amend the handling of c-beginning/end-of-defun in nested declaration
14481 scopes.
14482
14483 * progmodes/cc-vars.el (c-defun-tactic): Move here from
14484 cc-langs.el. Change it to a defcustom.
14485
14486 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
14487 cc-vars.el.
14488
14489 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14490 Prevent "class foo : bar" being spuriously recognized as a label.
14491
14492 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
14493 Add parameter `inclusive' (to include enclosing braces in the region).
14494 (c-widen-to-enclosing-decl-scope): New function.
14495 (c-while-widening-to-decl-block): New macro.
14496 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
14497 outward for defun boundaries, and correspondingly change symbol
14498 `respect-enclosure' to `go-outward'.
14499 (c-declaration-limits): Change algorithm to report only the "innermost"
14500 defun's boundaries.
14501
14502 2011-10-28 Deniz Dogan <deniz@dogan.se>
14503
14504 * net/rcirc.el (rcirc-mode): Use hard newlines.
14505
14506 2011-10-28 Alan Mackenzie <acm@muc.de>
14507
14508 Amend to indent and fontify macros "which include their own semicolon"
14509 correctly, using the "virtual semicolon" mechanism.
14510
14511 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
14512
14513 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
14514 Recode to scan one line at a time rather than having \n and \r
14515 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
14516 (c-forward-label): Amend for virtual semicolons.
14517 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
14518
14519 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
14520 of the new C macros.
14521
14522 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
14523 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
14524 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
14525 (c-opt-cpp-macro-define): Make into a full language variable.
14526 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
14527 AWK Mode (including \n, \r) removed, no longer needed.
14528
14529 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
14530 Invoke c-make-macro-with-semi-re.
14531
14532 * progmodes/cc-vars.el (c-macro-with-semi-re):
14533 (c-macro-names-with-semicolon): New variables.
14534 (c-make-macro-with-semi-re): New function.
14535
14536 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14537
14538 * vc/log-edit.el: Fill empty field rather than adding new one.
14539 (log-edit-add-field): New function.
14540 (log-edit-insert-changelog): Use it.
14541
14542 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
14543
14544 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
14545
14546 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14547
14548 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
14549 (gdb--check-interpreter): New function.
14550 (gdb): Use it.
14551
14552 2011-10-27 Glenn Morris <rgm@gnu.org>
14553
14554 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
14555 (least-positive-float, least-negative-float)
14556 (least-positive-normalized-float, least-negative-normalized-float)
14557 (float-epsilon, float-negative-epsilon):
14558 Remove unnecessary declarations.
14559
14560 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
14561 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
14562 (least-positive-float, least-negative-float)
14563 (least-positive-normalized-float, least-negative-normalized-float)
14564 (float-epsilon, float-negative-epsilon): Add doc-strings,
14565 based on those in cl.texi.
14566
14567 * files.el (set-visited-file-name): If the major-mode changed,
14568 reload the local variables. (Bug#9796)
14569
14570 2011-10-27 Chong Yidong <cyd@gnu.org>
14571
14572 * subr.el (change-major-mode-after-body-hook): New hook.
14573 (run-mode-hooks): Run it.
14574
14575 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14576 Use change-major-mode-before-body-hook.
14577
14578 * simple.el (fundamental-mode):
14579 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
14580 change introducing fundamental-mode-hook.
14581
14582 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
14583
14584 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
14585
14586 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
14587
14588 * ido.el (ido-file-name-all-completions-1): Do not require
14589 tramp.el explicitly. (Bug#7583)
14590
14591 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
14592
14593 * progmodes/octave-mod.el:
14594 * progmodes/octave-inf.el: Update maintainer.
14595
14596 2011-10-26 Chong Yidong <cyd@gnu.org>
14597
14598 * subr.el (with-wrapper-hook): Rewrite doc.
14599
14600 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
14601
14602 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
14603 filenames "/method:foo:". (Bug#9793)
14604
14605 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14606
14607 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
14608 (bug#9865).
14609
14610 2011-10-24 Glenn Morris <rgm@gnu.org>
14611
14612 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
14613
14614 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
14615
14616 * notifications.el: Add the requirement of a running D-Bus session
14617 bus to the Commentary.
14618
14619 2011-10-24 Juri Linkov <juri@jurta.org>
14620
14621 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14622 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
14623 (Bug#9364)
14624
14625 2011-10-24 Juri Linkov <juri@jurta.org>
14626
14627 * info.el (Info-following-node-name-re): Add newline to the list
14628 of allowed characters for leading space. (Bug#9824)
14629
14630 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14631
14632 * progmodes/octave-inf.el (inferior-octave-mode-map):
14633 Fix C-c C-h binding.
14634 * progmodes/octave-mod.el (octave-help): Remove.
14635
14636 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
14637
14638 Sync with Tramp 2.2.3.
14639
14640 * net/tramp-cache.el (top): Pacify byte-compiler using
14641 `init-file-user' and `site-run-file'.
14642
14643 * net/trampver.el: Update release number.
14644
14645 2011-10-23 Chong Yidong <cyd@gnu.org>
14646
14647 * files.el (toggle-read-only): Remove obsolete comment about
14648 version control.
14649
14650 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
14651 for toggle-read-only. Note that this hasn't called vc-next-action
14652 since 2008-05-02, though it wasn't documented at the time.
14653
14654 * vc/ediff-init.el (ediff-toggle-read-only-function):
14655 Use toggle-read-only.
14656
14657 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
14658
14659 Fix bug #9560, sporadic wrong indentation; improve instrumentation
14660 of c-parse-state.
14661
14662 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
14663 correct faulty logical expression.
14664 (c-parse-state-state, c-record-parse-state-state):
14665 (c-replay-parse-state-state): New defvar/defuns.
14666 (c-debug-parse-state): Use new functions.
14667
14668 2011-10-22 Martin Rudalics <rudalics@gmx.at>
14669
14670 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
14671 last fix. Use window-in-direction correctly.
14672
14673 2011-10-21 Chong Yidong <cyd@gnu.org>
14674
14675 * progmodes/idlwave.el (idlwave-mode):
14676 * progmodes/vera-mode.el (vera-mode): No need to set
14677 require-final-newline; that's done in prog-mode.
14678 Suggested by Stefan Monnier.
14679
14680 2011-10-21 Martin Rudalics <rudalics@gmx.at>
14681
14682 * mouse.el (mouse-drag-window-above)
14683 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
14684 (mouse-drag-mode-line-1, mouse-drag-header-line)
14685 (mouse-drag-vertical-line-rightward-window): Remove.
14686 (mouse-drag-line): New function.
14687 (mouse-drag-mode-line, mouse-drag-header-line)
14688 (mouse-drag-vertical-line): Call mouse-drag-line.
14689 * window.el (window-at-side-p, windows-at-side): New functions.
14690
14691 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
14692
14693 * tar-mode.el (tar-grind-file-mode):
14694 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
14695
14696 2011-10-21 Chong Yidong <cyd@gnu.org>
14697
14698 * progmodes/idlwave.el (idlwave-mode):
14699 * progmodes/vera-mode.el (vera-mode):
14700 Use mode-require-final-newline.
14701
14702 2011-10-20 Glenn Morris <rgm@gnu.org>
14703
14704 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
14705
14706 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
14707
14708 * emulation/cua-base.el (cua-set-mark): Fix case of string.
14709
14710 2011-10-20 Chong Yidong <cyd@gnu.org>
14711
14712 * emulation/cua-base.el (cua-mode):
14713 * mail/footnote.el (footnote-mode):
14714 * mail/mailabbrev.el (mail-abbrevs-mode):
14715 * net/xesam.el (xesam-minor-mode):
14716 * progmodes/bug-reference.el (bug-reference-mode):
14717 * progmodes/cap-words.el (capitalized-words-mode):
14718 * progmodes/compile.el (compilation-minor-mode)
14719 (compilation-shell-minor-mode):
14720 * progmodes/gud.el (gud-tooltip-mode):
14721 * progmodes/hideif.el (hide-ifdef-mode):
14722 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
14723 * progmodes/subword.el (subword-mode):
14724 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14725 * progmodes/which-func.el (which-function-mode):
14726 * term/tvi970.el (tvi970-set-keypad-mode):
14727 * term/vt100.el (vt100-wide-mode):
14728 * textmodes/flyspell.el (flyspell-mode):
14729 * textmodes/ispell.el (ispell-minor-mode):
14730 * textmodes/nroff-mode.el (nroff-electric-mode):
14731 * textmodes/paragraphs.el (use-hard-newlines):
14732 * textmodes/refill.el (refill-mode):
14733 * textmodes/reftex.el (reftex-mode):
14734 * textmodes/rst.el (rst-minor-mode):
14735 * textmodes/sgml-mode.el (html-autoview-mode)
14736 (sgml-electric-tag-pair-mode):
14737 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
14738 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
14739 * emulation/crisp.el (crisp-mode):
14740 * emacs-lisp/eldoc.el (eldoc-mode):
14741 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
14742 minor mode behavior.
14743
14744 2011-10-19 Juri Linkov <juri@jurta.org>
14745
14746 * descr-text.el (describe-char): Add #x2010 and #x2011 to
14747 the list of hard-coded chars with escape-glyph face.
14748
14749 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14750
14751 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
14752
14753 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
14754
14755 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
14756 running process.
14757
14758 2011-10-19 Glenn Morris <rgm@gnu.org>
14759
14760 * vc/vc-bzr.el (vc-bzr-after-dir-status):
14761 Ignore ignored files. (Bug#9726)
14762
14763 2011-10-19 Chong Yidong <cyd@gnu.org>
14764
14765 Doc fix for minor modes, stating that an omitted argument enables
14766 the mode unconditionally when called from Lisp.
14767
14768 * abbrev.el (abbrev-mode):
14769 * allout.el (allout-mode):
14770 * autoinsert.el (auto-insert-mode):
14771 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14772 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14773 (global-auto-revert-mode):
14774 * battery.el (display-battery-mode):
14775 * composite.el (global-auto-composition-mode)
14776 (auto-composition-mode):
14777 * delsel.el (delete-selection-mode):
14778 * desktop.el (desktop-save-mode):
14779 * dired-x.el (dired-omit-mode):
14780 * dirtrack.el (dirtrack-mode):
14781 * doc-view.el (doc-view-minor-mode):
14782 * double.el (double-mode):
14783 * electric.el (electric-indent-mode, electric-pair-mode):
14784 * emacs-lock.el (emacs-lock-mode):
14785 * epa-hook.el (auto-encryption-mode):
14786 * follow.el (follow-mode):
14787 * font-core.el (font-lock-mode):
14788 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
14789 * help.el (temp-buffer-resize-mode):
14790 * hilit-chg.el (highlight-changes-mode)
14791 (highlight-changes-visible-mode):
14792 * hi-lock.el (hi-lock-mode):
14793 * hl-line.el (hl-line-mode, global-hl-line-mode):
14794 * icomplete.el (icomplete-mode):
14795 * ido.el (ido-everywhere):
14796 * image-file.el (auto-image-file-mode):
14797 * image-mode.el (image-minor-mode):
14798 * iswitchb.el (iswitchb-mode):
14799 * jka-cmpr-hook.el (auto-compression-mode):
14800 * linum.el (linum-mode):
14801 * longlines.el (longlines-mode):
14802 * master.el (master-mode):
14803 * mb-depth.el (minibuffer-depth-indicate-mode):
14804 * menu-bar.el (menu-bar-mode):
14805 * minibuf-eldef.el (minibuffer-electric-default-mode):
14806 * mouse-sel.el (mouse-sel-mode):
14807 * msb.el (msb-mode):
14808 * mwheel.el (mouse-wheel-mode):
14809 * outline.el (outline-minor-mode):
14810 * paren.el (show-paren-mode):
14811 * recentf.el (recentf-mode):
14812 * reveal.el (reveal-mode, global-reveal-mode):
14813 * rfn-eshadow.el (file-name-shadow-mode):
14814 * ruler-mode.el (ruler-mode):
14815 * savehist.el (savehist-mode):
14816 * scroll-all.el (scroll-all-mode):
14817 * scroll-bar.el (scroll-bar-mode):
14818 * server.el (server-mode):
14819 * shell.el (shell-dirtrack-mode):
14820 * simple.el (auto-fill-mode, transient-mark-mode)
14821 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
14822 (line-number-mode, column-number-mode, size-indication-mode)
14823 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
14824 * strokes.el (strokes-mode):
14825 * time.el (display-time-mode):
14826 * t-mouse.el (gpm-mouse-mode):
14827 * tool-bar.el (tool-bar-mode):
14828 * tooltip.el (tooltip-mode):
14829 * type-break.el (type-break-mode-line-message-mode)
14830 (type-break-query-mode):
14831 * view.el (view-mode):
14832 * whitespace.el (whitespace-mode, whitespace-newline-mode)
14833 (global-whitespace-mode, global-whitespace-newline-mode):
14834 * xt-mouse.el (xterm-mouse-mode): Doc fix.
14835
14836 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14837 Fix autogenerated docstring.
14838
14839 2011-10-19 Juri Linkov <juri@jurta.org>
14840
14841 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
14842 by checking environment variables "DESKTOP_SESSION" and
14843 "XDG_CURRENT_DESKTOP". (Bug#9779)
14844
14845 2011-10-19 Juri Linkov <juri@jurta.org>
14846
14847 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
14848 (browse-url-chromium-program, browse-url-chromium-arguments):
14849 New defcustoms.
14850 (browse-url-default-browser): Check for `browse-url-chromium' and
14851 call `browse-url-chromium-program'.
14852 (browse-url-chromium): New command. (Bug#9779)
14853
14854 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
14855
14856 * facemenu.el (list-colors-duplicates): On Windows, detect more
14857 duplicates by assuming that only colors matching "^System" are
14858 special "system colors". (Bug#9722)
14859
14860 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14861
14862 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
14863 to distinguish the author from the committer.
14864
14865 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
14866
14867 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
14868
14869 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
14870
14871 * international/mule.el (sgml-html-meta-auto-coding-function):
14872 Add support for detecting encoding in HTML5 specified only as
14873 <meta charset="UTF-8">. Implementation just makes http-equiv and
14874 content-type parts from HTML4 encoding string optional. (Bug#9716)
14875
14876 2011-10-18 Glenn Morris <rgm@gnu.org>
14877
14878 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
14879
14880 2011-10-18 Chong Yidong <cyd@gnu.org>
14881
14882 * faces.el (cursor): Doc fix.
14883
14884 2011-10-17 Chong Yidong <cyd@gnu.org>
14885
14886 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
14887
14888 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
14889
14890 * dirtrack.el (dirtrack): Support shell buffers with path
14891 prefixes, e.g. tramp-based remote shells. (Bug#9647)
14892
14893 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
14894
14895 * json.el: Bump version to 1.3 and note change in History.
14896 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
14897
14898 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14899
14900 * comint.el (comint-insert-input, comint-send-input)
14901 (comint-get-old-input-default, comint-backward-matching-input)
14902 (comint-next-prompt): Use nil instead of `input' for field property of
14903 past user input (bug#114).
14904
14905 * minibuffer.el (completion--replace): Inherit surrounding properties
14906 (bug#114).
14907 (minibuffer-complete-and-exit): Use it.
14908
14909 * comint.el (comint--table-subvert): Quote the all-completions output
14910 (bug#9160).
14911
14912 2011-10-17 Martin Rudalics <rudalics@gmx.at>
14913
14914 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
14915
14916 * menu-bar.el (menu-bar-file-menu): Add entry for making new
14917 window on right of selected. (Bug#9350) Reword other window
14918 entries and separate them from frame entries.
14919
14920 2011-10-15 Glenn Morris <rgm@gnu.org>
14921
14922 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
14923 Doc fixes.
14924
14925 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
14926
14927 * net/network-stream.el (network-stream-open-starttls):
14928 Improve detection of failure due to lack of TLS support.
14929
14930 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
14931 putting the input text in front and in bold.
14932
14933 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14934
14935 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
14936
14937 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
14938 empty buffer.
14939
14940 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
14941 unread-command-events rather than pushing yet-another event.
14942
14943 2011-10-14 Eli Zaretskii <eliz@gnu.org>
14944
14945 * mail/sendmail.el (sendmail-query-once): Improve the wording of
14946 the explanation of the possible choices. Make the options passed
14947 to completing-read shorter.
14948
14949 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14950
14951 * textmodes/flyspell.el (flyspell-large-region): Make sure
14952 extended character mode is used if defined (Bug#1339).
14953
14954 2011-10-13 Eli Zaretskii <eliz@gnu.org>
14955
14956 * simple.el (what-cursor-position): Fix the display of the
14957 character info for LRE, LRO, RLE, and RLO characters by appending
14958 an invisible PDF.
14959
14960 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14961
14962 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
14963 even in case of error; add debug spec; simplify data flow.
14964 (with-timeout-handler): Remove.
14965
14966 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
14967
14968 Fix Bug#6019, Bug#9315.
14969
14970 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
14971 complete `buffer-file-name', the local file name part could look
14972 remotely (for example on VMS).
14973
14974 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
14975 `tramp-run-real-handler'.
14976 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
14977 already quoted by '"'.
14978
14979 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
14980 Let `file-name-handler-alist' be nil, the local file name part
14981 could look remotely (for example on VMS).
14982
14983 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14984
14985 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
14986 from here...
14987 (flyspell-post-command-hook): ...to here.
14988
14989 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14990
14991 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
14992 if not needed.
14993 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
14994 using completion. Protect against "slow" callers.
14995 Remove the "message hack".
14996
14997 2011-10-11 Juri Linkov <juri@jurta.org>
14998
14999 * isearch.el (isearch-lazy-highlight-word): New variable.
15000 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
15001 Use it. (Bug#9727)
15002
15003 2011-10-11 Glenn Morris <rgm@gnu.org>
15004
15005 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
15006 like f90-previous-statement does.
15007
15008 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15009
15010 * eshell/eshell.el (eshell-command): History should be saved
15011 only in interactive use, to avoid error.
15012
15013 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15014
15015 * minibuffer.el (completion-file-name-table): Fix last change,
15016 i.e. ignore normal errors but not the other ones.
15017
15018 2011-10-10 Martin Rudalics <rudalics@gmx.at>
15019
15020 * window.el (special-display-buffer-names)
15021 (special-display-regexps): Remove some remnants of earlier
15022 changes from doc-strings.
15023 (quit-windows-on): New function.
15024
15025 * vc/vc.el (vc-revert, vc-rollback):
15026 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
15027 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
15028 (Bug#6183) (Bug#7074) (Bug#7447)
15029
15030 2011-10-09 Martin Rudalics <rudalics@gmx.at>
15031
15032 * window.el (frame-auto-hide-function): Add version tag.
15033 (Bug#9699)
15034
15035 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
15036
15037 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
15038 condition.
15039
15040 2011-10-09 Leo Liu <sdl.web@gmail.com>
15041
15042 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
15043 (Bug#9701)
15044
15045 2011-10-08 Glenn Morris <rgm@gnu.org>
15046
15047 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
15048 before the first code statement zero indent. (Bug#9690)
15049
15050 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
15051
15052 * simple.el (count-words-region): Always count in the region.
15053 Report the number of lines and characters too.
15054 (count-words): New command, which counts in the buffer if the
15055 region is inactive, as count-words-region used to.
15056 (count-words--message): New function. Handle plurals.
15057 (count-lines-region): Make it an alias for count-words-region.
15058
15059 * bindings.el (esc-map): Replace count-lines-region with
15060 count-words-region.
15061
15062 2011-10-08 Martin Rudalics <rudalics@gmx.at>
15063
15064 * window.el (window--delete): Delete dedicated frame
15065 unconditionally when argument KILL is non-nil. (Bug#9699)
15066 (switch-to-buffer): Fix doc-string typo.
15067
15068 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15069
15070 * eshell/eshell.el (eshell-command): Avoid using hooks.
15071
15072 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
15073
15074 * bindings.el ([M-left],[M-right]): Bind to left-word and
15075 right-word respectively.
15076
15077 2011-10-07 Glenn Morris <rgm@gnu.org>
15078
15079 * cus-start.el (debug-on-quit): Fix custom type.
15080
15081 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15082
15083 * subr.el (define-key-after): Clarify that the function is not
15084 useful for non-menu keymaps.
15085
15086 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
15087
15088 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15089
15090 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
15091 in current minibuffer (Fix bug with recursive minibuffers).
15092
15093 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
15094
15095 * progmodes/gdb-mi.el (gdb): Doc fix.
15096
15097 2011-10-05 Martin Rudalics <rudalics@gmx.at>
15098
15099 * window.el (frame-auto-hide-function): New option replacing
15100 frame-auto-delete. Suggested by Stefan Monnier.
15101 (window--delete): Call frame-auto-hide-function instead of
15102 investigating frame-auto-delete.
15103 (window-point-1, set-window-point-1): New functions.
15104 (window-in-direction, record-window-buffer, window-state-get-1)
15105 (display-buffer-record-window): Use window-point-1 instead of
15106 window-point.
15107 (set-window-buffer-start-and-point): Use set-window-point-1.
15108
15109 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15110
15111 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
15112
15113 2011-10-05 Glenn Morris <rgm@gnu.org>
15114
15115 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
15116 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
15117
15118 2011-10-05 Leo Liu <sdl.web@gmail.com>
15119
15120 * subr.el (read-char-choice): Fix argument to buffer-live-p which
15121 works with buffer object.
15122
15123 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15124
15125 * mpc.el (mpc-tool-bar-map): Add labels.
15126
15127 2011-10-04 Glenn Morris <rgm@gnu.org>
15128
15129 * calendar/holidays.el (calendar-check-holidays): Doc fix.
15130
15131 2011-10-04 Martin Rudalics <rudalics@gmx.at>
15132
15133 * window.el (window--delete): New function.
15134 (frame-auto-delete): Resuscitate option.
15135 (bury-buffer, replace-buffer-in-windows)
15136 (quit-window): Rewrite using window--delete.
15137 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15138 Pass display-buffer-mark-dedicated to window--display-buffer-2
15139 (Bug#9639).
15140
15141 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15142
15143 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
15144 returns a list (bug#9554). Add remote file name completion.
15145 * comint.el (comint--table-subvert): Curry and get quote&unquote
15146 functions as arguments.
15147 (comint--complete-file-name-data): Adjust call accordingly.
15148 * pcomplete.el (pcomplete--table-subvert): Remove.
15149 (pcomplete-completions-at-point): Use comint--table-subvert instead.
15150
15151 * minibuffer.el (completion-table-case-fold): Use currying.
15152 (completion--styles-type, completion--cycling-threshold-type):
15153 New constants.
15154 (completion-styles, completion-category-overrides)
15155 (completion-cycle-threshold): Use them.
15156 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
15157 completion-table-case-fold.
15158
15159 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
15160
15161 * minibuffer.el (completion-category-overrides): Fix type of styles
15162 and add more user friendly tags (bug#9660).
15163
15164 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15165
15166 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
15167 (mule-input-method-string): New widget.
15168 (default-input-method, language-info-custom-alist): Use it.
15169
15170 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15171
15172 * pcomplete.el: Require comint.
15173 (pcomplete--common-suffix): Remove.
15174 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
15175 (pcomplete--table-subvert): Sync with comint--table-subvert.
15176 (pcomplete--entries): Use comint-completion-file-name-table.
15177 * comint.el (comint-unquote-filename): Simplify.
15178 (comint-completion-file-name-table): New function (bug#9616).
15179 (comint--complete-file-name-data): Use it.
15180
15181 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
15182 (pcmpl-gnu-tar-buffer): Remove.
15183 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
15184 around. Make sure pcomplete-suffix-list is only changed temporarily.
15185 Don't look inside the tar's file if it's too large.
15186
15187 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
15188
15189 * cus-edit.el (custom-mode-map):
15190 * epa.el (epa-key-list-mode-map):
15191 * man.el (Man-mode-map):
15192 * startup.el (splash-screen-keymap):
15193 * simple.el (special-mode-map): Use scroll-up-command and
15194 scroll-down-command.
15195
15196 * progmodes/idlw-help.el (idlwave-help-mode-map):
15197 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
15198 * net/newst-plainview.el (newsticker-mode-map):
15199 * emulation/ws-mode.el (wordstar-mode-map):
15200 * emulation/vi.el (vi-com-map):
15201 * calc/calc-graph.el (calc-graph-show-dumb):
15202 * term/sun.el (terminal-init-sun):
15203 * term/ns-win.el (global-map):
15204 * progmodes/grep.el (grep-mode-map):
15205 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
15206 * mail/rmail.el (rmail-mode-map):
15207 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
15208
15209 * custom.el (custom-safe-themes, load-theme): Treat value of t for
15210 custom-safe-themes as special.
15211
15212 2011-10-01 Julien Danjou <julien@danjou.info>
15213
15214 * notifications.el (notifications-notify): Fix docstring.
15215
15216 2011-10-01 Per Starbäck <per@starback.se>
15217
15218 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
15219
15220 2011-09-30 Martin Rudalics <rudalics@gmx.at>
15221
15222 * startup.el (command-line-1): Fix last fix by inserting
15223 initial-scratch-message into *scratch* before displaying it.
15224 (Bug#9605) and (Bug#9636)
15225
15226 2011-09-29 Eli Zaretskii <eliz@gnu.org>
15227
15228 * simple.el (line-move): If auto-hscroll-mode is disabled and the
15229 window is hscrolled, move by logical lines. (Bug#9607)
15230 (line-move-visual): Update the doc string to the above effect.
15231
15232 2011-09-29 Martin Rudalics <rudalics@gmx.at>
15233
15234 * window.el (display-buffer-record-window): When WINDOW is the
15235 selected window use `point' instead of `window-point'. (Bug#9626)
15236
15237 * startup.el (command-line-1): Use insert-before-markers when
15238 inserting initial-scratch-message. (Bug#9605)
15239
15240 * help.el (help-window): Remove variable.
15241
15242 2011-09-29 Glenn Morris <rgm@gnu.org>
15243
15244 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
15245
15246 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
15247
15248 * descr-text.el (describe-char-categories): Accept category
15249 descriptions more than one line long.
15250
15251 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
15252
15253 * simple.el (delete-trailing-whitespace): Fix last change.
15254
15255 * progmodes/perl-mode.el (perl-syntax-propertize-function):
15256 Don't confuse "y => 3" as the beginning of a `y' operation.
15257
15258 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
15259 object has more than 4 slots (bug#9613).
15260
15261 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
15262
15263 * subr.el (with-output-to-temp-buffer):
15264 * net/quickurl.el (quickurl, quickurl-browse-url):
15265 Fix typos in docstrings.
15266
15267 2011-09-27 Eli Zaretskii <eliz@gnu.org>
15268
15269 * minibuffer.el (completion-styles)
15270 (completion-category-overrides): Cross reference each other in doc
15271 strings.
15272
15273 2011-09-27 Glenn Morris <rgm@gnu.org>
15274
15275 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
15276 to split-string. (Bug#9606)
15277
15278 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15279
15280 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
15281 (bug#9615).
15282
15283 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
15284
15285 * emacs-lisp/package.el (list-packages): Fix echo area message.
15286
15287 2011-09-27 Leo Liu <sdl.web@gmail.com>
15288
15289 * ido.el (ido-read-internal): Accept cons cell HIST arg.
15290
15291 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
15292
15293 * net/dbus.el (dbus-unregister-object): Don't release services for
15294 registered signals. (Bug#9581)
15295
15296 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
15297
15298 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
15299 function that picks between cfengine 2 and 3 support
15300 automatically. Update docs accordingly.
15301
15302 2011-09-22 Kenichi Handa <handa@m17n.org>
15303
15304 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
15305 ZERO.
15306 (indian-itrans-v5-table-for-tamil): New variable.
15307 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
15308
15309 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
15310
15311 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
15312 that's true if the current command involved collapsing of text.
15313 It's reset to false at the beginning of the next command.
15314 (allout-post-command-business): Move the cursor to the beginning
15315 of entry if the cursor is hidden and collapsing activity just
15316 happened.
15317
15318 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
15319
15320 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
15321 tracking (Bug#9541).
15322
15323 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
15324
15325 * net/newst-reader.el (newsticker-html-renderer)
15326 (newsticker-show-news): Automatically load html rendering package
15327 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
15328 because w3m-fill-column is let-bound" and the error "Symbol's value
15329 as variable is void: w3m-fill-column".
15330
15331 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
15332
15333 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
15334 Release services only if they are defined. (Bug#9581)
15335
15336 2011-09-23 Richard Stallman <rms@gnu.org>
15337
15338 * textmodes/paragraphs.el (forward-sentence): For backwards case,
15339 distinguish start of paragraph from start of its text.
15340
15341 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
15342
15343 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
15344 (rmail-generate-viewer-buffer): Put that hook on view buffer.
15345 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
15346
15347 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
15348
15349 * international/mule-diag.el (mule-diag): Insert a newline after
15350 each fontset description.
15351
15352 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15353
15354 * simple.el (delete-trailing-whitespace):
15355 Document last change; simplify.
15356
15357 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
15358
15359 * simple.el (delete-trailing-whitespace): Also delete
15360 extra newlines at the end of the buffer.
15361
15362 * textmodes/picture.el: Make motion commands obey shift-select-mode.
15363 (picture-newline): Use forward-line so as to ignore fields.
15364
15365 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15366
15367 * subr.el (with-wrapper-hook): Fix edebug spec.
15368
15369 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15370
15371 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
15372 (bug#4538).
15373
15374 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
15375
15376 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
15377 Fix nasty bug using wrong cached values.
15378
15379 2011-09-23 Alan Mackenzie <acm@muc.de>
15380
15381 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
15382
15383 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
15384
15385 * window.el (pop-to-buffer): Ensure right window is selected if we
15386 chose another frame.
15387
15388 2011-09-22 Eli Zaretskii <eliz@gnu.org>
15389
15390 * simple.el (what-cursor-position): Use get-char-property-change
15391 and next-single-char-property-change, to be able to show display
15392 properties that come from overlays as well as text properties.
15393
15394 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
15395
15396 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
15397
15398 * cmuscheme.el (run-scheme, switch-to-scheme):
15399 * cus-edit.el (customize-group, custom-buffer-create)
15400 (customize-browse):
15401 * info.el (info):
15402 * shell.el (shell):
15403 * mail/sendmail.el (mail):
15404 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
15405
15406 2011-09-22 Richard Stallman <rms@gnu.org>
15407
15408 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
15409 move back only to line beg, don't move back over blank lines.
15410
15411 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
15412
15413 * files.el (copy-directory): Set directory attributes only in case
15414 they could be retrieved from the source directory. (Bug#9565)
15415
15416 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
15417
15418 * progmodes/hideshow.el (hs-looking-at-block-start-p)
15419 (hs-find-block-beginning, hs-hide-level-recursive):
15420 Ignore strings as well as comments. (Bug#9502)
15421
15422 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
15423
15424 * progmodes/sql.el (sql-comint-postgres):
15425 Convert port number to a string. (Bug#9566)
15426
15427 2011-09-22 Martin Rudalics <rudalics@gmx.at>
15428
15429 * window.el (quit-window): Undedicate window when switching to
15430 previous buffer. Reported by Thierry Volpiatto
15431 <thierry.volpiatto@gmail.com>.
15432 (special-display-popup-frame): When popping up a new frame reset
15433 its previous buffers to nil. Simplify code.
15434
15435 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
15436
15437 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
15438 and process filter, as done also in `shell-command'.
15439
15440 2011-09-21 Martin Rudalics <rudalics@gmx.at>
15441
15442 * window.el (set-window-buffer-start-and-point):
15443 Call set-window-start with NOFORCE argument t.
15444 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
15445 (quit-window): Reword doc-string. Handle new format of
15446 quit-restore parameter. Don't delete window if it has a
15447 previous buffer we can show instead of the present one.
15448 (display-buffer-record-window): Rewrite using a new format for
15449 the quit-restore window parameter
15450 (special-display-popup-frame, display-buffer-same-window)
15451 (display-buffer-reuse-window, display-buffer-pop-up-frame)
15452 (display-buffer-pop-up-window, display-buffer-use-some-window):
15453 Adapt symbol passed to display-buffer-record-window.
15454 * help.el (help-window-setup): Handle new format of quit-restore
15455 parameter.
15456
15457 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15458
15459 * faces.el (face-list): Fix docstring (bug#9564).
15460
15461 * window.el (display-buffer--action-function-custom-type):
15462 Don't include internal functions in the Custom interface.
15463
15464 2011-09-20 Juri Linkov <juri@jurta.org>
15465
15466 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
15467 (Info-forward-node, Info-backward-node, Info-next-preorder)
15468 (Info-last-preorder): Use it. (Bug#9528)
15469
15470 2011-09-20 Juri Linkov <juri@jurta.org>
15471
15472 * info.el (Info-last-preorder): Visit last menu item only when
15473 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
15474
15475 2011-09-20 Julien Danjou <julien@danjou.info>
15476
15477 * password-cache.el (password-cache-remove): Remove entries even if the
15478 value is nil, so that password with a nil value (negative caching) is
15479 possible to invalidate.
15480
15481 2011-09-20 Lawrence Mitchell <wence@gmx.li>
15482
15483 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
15484 all whitespace around breakpoint. (Bug#9553)
15485 (f90-find-breakpoint): Only break at whitespace inside a comment.
15486
15487 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15488
15489 * minibuffer.el (completion-file-name-table): Keep track of errors.
15490 (completion-table-with-predicate): Handle the case where pred1 is nil.
15491 * pcomplete.el (pcomplete-completions-at-point): Simplify.
15492
15493 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15494
15495 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
15496 (debugger-return-value): Signal an error if the debugging context does
15497 not await any return value.
15498
15499 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
15500 * image-mode.el (image-toggle-display-text)
15501 (image-toggle-display-image): Stay away from evil `intangible'.
15502
15503 2011-09-19 Leo Liu <sdl.web@gmail.com>
15504
15505 * replace.el (occur-revert-arguments): Make it permanent-local.
15506 (occur-mode): Don't call font-lock-defontify.
15507
15508 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
15509
15510 * net/ldap.el (ldap-search-internal): Don't push empty search
15511 result (Bug#9508).
15512
15513 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15514
15515 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
15516
15517 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
15518
15519 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
15520 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
15521
15522 2011-09-18 Juri Linkov <juri@jurta.org>
15523
15524 * buff-menu.el (Buffer-menu-mode-map):
15525 * dired.el (dired-mode-map):
15526 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
15527 (lisp-interaction-mode-map):
15528 * emacs-lisp/package.el (package-menu-mode-map):
15529 * epa.el (epa-key-list-mode-map):
15530 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
15531 (menu-bar-options-menu):
15532 * outline.el (outline-mode-menu-bar-map):
15533 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
15534 * vc/vc-dir.el (vc-dir-menu-map):
15535 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
15536 Capitalize non-function content words in menu item strings.
15537
15538 * dired.el (dired-mode-map): Add menu item for
15539 `image-dired-dired-toggle-marked-thumbs'.
15540
15541 2011-09-18 Juri Linkov <juri@jurta.org>
15542
15543 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
15544 to `isearch-case-fold-search' and restore its original value
15545 after the `isearch-mode' call.
15546
15547 2011-09-18 Juri Linkov <juri@jurta.org>
15548
15549 * progmodes/grep.el (grep-process-setup): Don't check code for 1
15550 because `zgrep' returns 1 for successful matches (bug#9226).
15551
15552 2011-09-18 Juri Linkov <juri@jurta.org>
15553
15554 * info.el (Info-extract-menu-node-name): Check the second match
15555 for empty string (second test-case of bug#9528).
15556 (Info-last-preorder): Let-bind `Info-history' to nil to not add
15557 intermediate nodes to the history (first test-case of bug#9528).
15558
15559 2011-09-18 Juri Linkov <juri@jurta.org>
15560
15561 * info.el (Info-mode-syntax-table): New variable.
15562 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
15563
15564 2011-09-18 Juri Linkov <juri@jurta.org>
15565
15566 * info.el (Info-file-supports-index-cookies):
15567 Increment line-beginning-position's arg from 3 to 4 because makeinfo
15568 outputs one more line for long file names (bug#4142).
15569
15570 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
15571
15572 * newcomment.el (comment-normalize-vars): If prompting for
15573 comment-start, set comment-start-skip too (Bug#8424).
15574
15575 2011-09-18 Johan Bockgård <bojohan@gnu.org>
15576
15577 * icomplete.el: Fix previous fix of Bug#5849.
15578 (icomplete-mode): Don't set completion-show-inline-help.
15579 (icomplete-minibuffer-setup): Set completion-show-inline-help
15580 locally during icompletion.
15581
15582 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
15583
15584 * woman.el (woman2-process-escapes): Don't delete unrecognized
15585 escapes (Bug#7843).
15586
15587 * files.el (inhibit-first-line-modes-regexps): Add image files.
15588 (hack-local-variables-prop-line): Return nil for malformed
15589 prop-lines (Bug#9044).
15590
15591 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
15592
15593 * net/tramp.el (top): Don't require 'shell.
15594 (tramp-methods): Fix docstring.
15595 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
15596 Return complete remote file name. Handle "smb" case.
15597 Use `tramp-tmpdir', if defined for the respective method.
15598 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
15599
15600 * net/tramp-compat.el (top): Require 'shell.
15601
15602 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
15603 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
15604 `tramp-current-host'.
15605 (tramp-get-remote-tmpdir): Remove.
15606
15607 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
15608 `tramp-tmpdir' entries.
15609 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
15610 (tramp-smb-handle-file-attributes): Ignore errors.
15611 (tramp-smb-wait-for-output): Check also for process end.
15612
15613 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15614
15615 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
15616 when sending QUIT (bug#9312).
15617
15618 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
15619
15620 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
15621 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
15622 occur-mode-display-occurrence.
15623 (occur-edit-mode): Add usage message.
15624 (occur-cease-edit): New command.
15625 (occur-after-change-function): Use text properties to find the
15626 position of the prefix text.
15627 (occur-engine): Set stickiness of prefix text properties.
15628
15629 2011-09-17 Glenn Morris <rgm@gnu.org>
15630
15631 * progmodes/etags.el (complete-tag):
15632 Fix call to completion-in-region. (Bug#9526)
15633
15634 2011-09-17 Juri Linkov <juri@jurta.org>
15635
15636 * textmodes/ispell.el (ispell-word): Add to the error message
15637 the word, ispell program name and current dictionary (bug#9121).
15638 (ispell-tex-arg-end): Capitalize "error" in the error message.
15639
15640 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
15641
15642 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
15643 check. (Bug#4251)
15644
15645 2011-09-17 Juri Linkov <juri@jurta.org>
15646
15647 * window.el (window-safe-min-height, window-safe-min-width):
15648 Fix typos (followup to bug#9522).
15649
15650 2011-09-17 Sven Joachim <svenjoac@gmx.de>
15651
15652 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
15653
15654 2011-09-16 Eli Zaretskii <eliz@gnu.org>
15655
15656 * simple.el (line-move): If goal-column is set, move by logical
15657 lines, not by display lines. (Bug#971)
15658 (next-line, previous-line, goal-column, line-move-visual): Doc fix
15659 to reflect the above change.
15660
15661 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15662
15663 * image.el (imagemagick-register-types): Use regexp-opt.
15664
15665 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
15666
15667 * window.el (display-buffer-base-action): Rename from
15668 display-buffer-default-action. Make default value empty.
15669 (display-buffer-overriding-action): Convert to defvar.
15670 (display-buffer-fallback-action): New var.
15671
15672 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
15673
15674 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
15675 declaration.
15676 (package--add-to-archive-contents): If there is a duplicate entry
15677 with an older version, remove it.
15678 (package-menu-mark-delete, package-menu-mark-install)
15679 (package-menu-mark-unmark): Make unused args optional.
15680 (package-menu-mark-obsolete-for-deletion):
15681 Use package-menu-get-status instead of a regexp search.
15682 (package-menu-get-status): Use tabulated-list-entry.
15683 (package-menu-mark-upgrades): New command.
15684 (package-menu-mode-map): Bind it to U. Add it to menu bar.
15685 (package-menu-execute): Do installation before deletion.
15686 (package-menu-refresh, package-menu-execute): Use derived-mode-p
15687 instead of checking major-mode.
15688 (package-menu--find-upgrades): New function.
15689
15690 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15691
15692 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
15693 passwords in the log buffer.
15694 (smtpmail-process-filter): Update the process marker so that the
15695 "broken by peer" status message is inserted in the right place.
15696
15697 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15698
15699 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
15700 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
15701 bibtex-completion-at-point-function.
15702 (bibtex-completion-at-point-function): Use them.
15703
15704 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
15705
15706 * mpc.el (mpc-constraints-tag-lookup): New function.
15707 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
15708 also to browser "album|playlist".
15709
15710 2011-09-14 Juri Linkov <juri@jurta.org>
15711
15712 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
15713 (isearch-edit-string): Use length of `isearch-string' when
15714 `isearch-fail-pos' returns nil.
15715 (isearch-message): Remove duplicate code and call
15716 `isearch-fail-pos' with arg `t'.
15717
15718 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
15719
15720 * replace.el (occur-mode-goto-occurrence): Don't force using other
15721 window (Bug#9499).
15722
15723 * dired-aux.el (dired-do-chmod): Don't provide initial input.
15724
15725 2011-09-14 Martin Rudalics <rudalics@gmx.at>
15726
15727 * window.el (display-buffer-window): Remove.
15728 (display-buffer-record-window): Use help-setup window parameter
15729 instead of variable display-buffer-window.
15730 (display-buffer-function, special-display-buffer-names)
15731 (special-display-function): Mention help-setup parameter instead
15732 of display-buffer-window in doc-string.
15733 * help.el (help-window-setup): New argument help-window.
15734 Use help-window-setup parameter instead of display-buffer-window.
15735 Reword some messages.
15736 (with-help-window): Pass window used for displaying the buffer
15737 to help-window-setup. Don't set display-buffer-window.
15738
15739 2011-09-13 Glenn Morris <rgm@gnu.org>
15740
15741 * emacs-lisp/debug.el (debugger-make-xrefs):
15742 Preserve point. (Bug#9462)
15743
15744 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
15745
15746 * window.el (window-deletable-p): Use next-frame.
15747
15748 2011-09-13 Martin Rudalics <rudalics@gmx.at>
15749
15750 * window.el (window-auto-delete): Remove.
15751 (window-deletable-p): Remove argument FORCE. Don't deal with
15752 dedication and previous buffers.
15753 (switch-to-prev-buffer): Don't delete window.
15754 (delete-windows-on): Delete a window's frame if and only if the
15755 window is dedicated.
15756 (replace-buffer-in-windows): Delete buffer's window or frame if
15757 and only if window is dedicated.
15758 (quit-window): Handle quit-restore as before last change.
15759 (bury-buffer): Delete window only if window-deletable-p returns t.
15760
15761 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
15762
15763 * window.el (window-deletable-p): Never delete the last frame on a
15764 given terminal.
15765
15766 2011-09-13 Glenn Morris <rgm@gnu.org>
15767
15768 * help.el (describe-key-briefly): Copy previous standard-output change.
15769
15770 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
15771
15772 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
15773
15774 2011-09-13 Glenn Morris <rgm@gnu.org>
15775
15776 * emacs-lisp/lisp-mode.el (lisp-indent-function):
15777 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
15778
15779 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
15780
15781 * dired-aux.el (dired-mark-read-string): Don't return default
15782 value on empty input (Bug#9361).
15783 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
15784 Omit initial minibuffer contents.
15785 (dired-do-chmod): Signal an error on empty input.
15786 (dired-mark-read-string): Don't return default on empty input.
15787
15788 * files.el (file-modes-symbolic-to-number): Doc fix.
15789
15790 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15791
15792 * international/mule-cmds.el (ucs-completions): Remove.
15793 (read-char-by-name): Use complete-with-action instead; add metadata.
15794
15795 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
15796
15797 * window.el (display-buffer--action-function-custom-type)
15798 (display-buffer--action-custom-type): New vars.
15799 (display-buffer-alist, display-buffer-default-action)
15800 (display-buffer-overriding-action): Add defcustom types.
15801
15802 * frame.el (delete-other-frames): Doc fix (Bug#276).
15803
15804 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15805
15806 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
15807
15808 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
15809
15810 Change modes that used same-window-* vars to use switch-to-buffer.
15811
15812 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
15813 Use switch-to-buffer.
15814
15815 * cus-edit.el (customize-group, custom-buffer-create)
15816 (customize-browse, custom-buffer-create-other-window):
15817 Use switch-to-buffer or switch-to-buffer-other-window.
15818
15819 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
15820 (Info-prev, Info-up, Info-speedbar-goto-node)
15821 (info-display-manual): Use switch-to-buffer.
15822 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
15823
15824 * mail/sendmail.el (mail): Use switch-to-buffer.
15825 (mail-recover): Use switch-to-buffer-other-window.
15826
15827 * cmuscheme.el (run-scheme, switch-to-scheme):
15828 * ielm.el (ielm):
15829 * shell.el (shell):
15830 * net/rlogin.el (rlogin):
15831 * net/telnet.el (telnet, rsh):
15832 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
15833
15834 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
15835
15836 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
15837
15838 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15839
15840 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
15841 so don't mention it (bug#9301).
15842 (dired-sort-toggle-or-edit): Clarify string further.
15843
15844 * faces.el (face-spec-set-match-display): Make `(type graphic)'
15845 match `x', `w32' and `ns', like the manual says (bug#9029).
15846
15847 * subr.el (eval-after-load): Doc string clarification (bug#9125).
15848 (process-kill-buffer-query-function): Mention the buffer name in
15849 the query.
15850
15851 * image-mode.el (image-next-line): The line parameter is mandatory
15852 (bug#9258).
15853
15854 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
15855 which can be useful (bug#9301).
15856
15857 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
15858
15859 * subr.el (match-string): Mention that the current buffer should
15860 be the same as the search was done in (bug#9282).
15861
15862 * facemenu.el: Disable the remove-* commands if the mark isn't
15863 active (bug#9162).
15864
15865 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
15866
15867 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
15868 of display-buffer.
15869 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
15870
15871 * replace.el (occur-mode-goto-occurrence)
15872 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
15873 and display-buffer.
15874
15875 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
15876 display-buffer.
15877
15878 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
15879 special-display and same-window variables.
15880 (mail-other-window): Use switch-to-buffer-other-window.
15881 (mail-other-frame): USe switch-to-buffer-other-frame.
15882
15883 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
15884 Use display-buffer-other-frame.
15885 (gdb-display-gdb-buffer): Use pop-to-buffer.
15886
15887 * progmodes/gud.el (gud-goto-info): Use info-other-window.
15888
15889 * progmodes/python.el: Don't set same-window-buffer-names.
15890
15891 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
15892
15893 * window.el (display-buffer-alist): Add *Python*.
15894
15895 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
15896
15897 * window.el (display-buffer-alist): Add entry for buffers
15898 previously handled same-window-*.
15899 (display-buffer-alist, display-buffer-default-action)
15900 (display-buffer-overriding-action): Mark as risky.
15901 (display-buffer-alist): Document action function changes.
15902 (display-buffer--same-window-action)
15903 (display-buffer--other-frame-action): New variables.
15904 (switch-to-buffer, display-buffer-other-frame): Use them.
15905 (display-buffer): Rename reuse-frame entry to reusable-frames.
15906 (display-buffer-reuse-selected-window): Function deleted.
15907 (display-buffer-reuse-window): Handle reusable-frames alist entry.
15908 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
15909 (display-buffer-special): New function.
15910 (display-buffer--maybe-pop-up-frame-or-window): Rename from
15911 display-buffer-reuse-or-pop-window. Split off special-display
15912 part into display-buffer-special.
15913 (display-buffer-use-some-window): Don't perform any special
15914 pop-up-frames handling.
15915 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
15916 (display-buffer--maybe-same-window): Rename from
15917 display-buffer-maybe-same-window.
15918
15919 * info.el: Don't set same-window-regexps.
15920 (info-setup): New function.
15921 (info-other-window, info): Call it.
15922
15923 * cus-edit.el: Don't set same-window-regexps.
15924 (customize-group): New argument.
15925 (customize-group-other-window): Use it.
15926 (customize-face, customize-face-other-window): Likewise.
15927 (custom-buffer-create-other-window): Use pop-to-buffer directly.
15928
15929 * net/rlogin.el:
15930 * net/telnet.el:
15931 * progmodes/gud.el: Don't set same-window-regexps.
15932
15933 * cmuscheme.el:
15934 * ielm.el:
15935 * shell.el:
15936 * mail/sendmail.el:
15937 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
15938
15939 2011-09-10 Juri Linkov <juri@jurta.org>
15940
15941 * isearch.el (isearch-edit-string): Remove obsolete mention of
15942 `C-w' (`isearch-yank-word-or-char') from docstring.
15943 (isearch-query-replace): Fix typo in docstring (bug#9466).
15944
15945 2011-09-10 Juri Linkov <juri@jurta.org>
15946
15947 * paren.el (show-paren-function): Don't show escaped parens.
15948 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
15949
15950 2011-09-10 Eli Zaretskii <eliz@gnu.org>
15951
15952 * mail/sendmail.el (mml-to-mime, mml-attach-file)
15953 (mm-default-file-encoding): Remove autoload forms, they are
15954 replaced with autoload cookies in mml.el and mm-encode.el.
15955 (mail-add-attachment): New command.
15956 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
15957 (mail-mode): Mention mail-insert-file and mail-add-attachment in
15958 the doc string.
15959 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
15960
15961 2011-09-10 Reuben Thomas <rrt@sc3d.org>
15962
15963 * simple.el (count-words-region): Use buffer if there's no region
15964 (bug#9429).
15965
15966 2011-09-09 Juri Linkov <juri@jurta.org>
15967
15968 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
15969 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
15970 (wdired-isearch-filter-read-only): New function. (Bug#6362)
15971
15972 2011-09-09 Alan Mackenzie <acm@muc.de>
15973
15974 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
15975 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
15976
15977 2011-09-09 Eli Zaretskii <eliz@gnu.org>
15978
15979 Fix for Savannah bug#9392.
15980 * simple.el (mail-encode-mml): New defvar.
15981
15982 * mail/rmail.el (mail-encode-mml): Add a defvar.
15983 (rmail-enable-mime-composing): Default to t.
15984 (rmail-forward): Use MIME method of forwarding only if both
15985 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
15986 Set mail-encode-mml non-nil if the MIME method was used.
15987
15988 * mail/sendmail.el (mml-to-mime): Add autoload form.
15989 (mail-encode-mml): Add a defvar.
15990 (mail-mode): Make mail-encode-mml buffer-local and initialize it
15991 to nil.
15992 (mail-send): If mail-encode-mml is non-nil, run the outgoing
15993 message through mml-to-mime, and reset mail-encode-mml to nil.
15994
15995 2011-09-09 Glenn Morris <rgm@gnu.org>
15996
15997 * woman.el (woman-if-body): When processing an .el block,
15998 do not delete the next .el block as well. (Bug#9447)
15999 (woman-special-characters): Add oq, cq, and hy characters.
16000
16001 2011-09-08 Martin Rudalics <rudalics@gmx.at>
16002
16003 * window.el (window-deletable-p): Make sure window is live before
16004 invoking window-prev-buffers.
16005
16006 2011-09-08 Leo Liu <sdl.web@gmail.com>
16007
16008 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
16009
16010 2011-09-08 Juri Linkov <juri@jurta.org>
16011
16012 * progmodes/compile.el (compilation-environment): Make it
16013 a defcustom (bug#8340).
16014
16015 2011-09-08 Martin Rudalics <rudalics@gmx.at>
16016
16017 * window.el (frame-auto-delete): Rename to window-auto-delete.
16018 Make it control auto-deletion of windows and/or frames.
16019 (window-deletable-p): New argument FORCE. Rewrite conditions
16020 for deleting window/frame. (Bug#9419)
16021 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
16022 Rewrite handling of case when window/frame can be deleted.
16023 (delete-windows-on): Call window-deletable-p with new FORCE
16024 argument t. (Bug#9456)
16025
16026 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
16027
16028 * help-mode.el (help-mode): Restore autoload.
16029
16030 2011-09-07 Juri Linkov <juri@jurta.org>
16031
16032 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
16033 `compilation-environment'. Set buffer-local
16034 `compilation-environment' to `thisenv' later after (funcall mode).
16035 (Bug#8340)
16036
16037 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
16038 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
16039 instead of replacing its value. (Bug#8340)
16040
16041 2011-09-07 Juri Linkov <juri@jurta.org>
16042
16043 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
16044 based on text properties put by `grep-filter' instead of matching
16045 escape sequences.
16046 (grep-mode): Set buffer-local `compilation-error-screen-columns'
16047 to the value of `grep-error-screen-columns' (bug#9438).
16048
16049 2011-09-07 Juri Linkov <juri@jurta.org>
16050
16051 * simple.el (next-error-highlight, next-error-highlight-no-select):
16052 Doc fix (bug#9432).
16053
16054 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
16055
16056 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16057 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
16058
16059 2011-09-07 Leo Liu <sdl.web@gmail.com>
16060
16061 * net/rcirc.el (rcirc-mode): Conditionally initialize
16062 rcirc-input-ring.
16063
16064 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16065
16066 * emacs-lisp/find-func.el (find-function-C-source): Only set
16067 find-function-C-source-directory after checking that we found a source
16068 file there (bug#9440).
16069
16070 2011-09-06 Alan Mackenzie <acm@muc.de>
16071
16072 * isearch.el (isearch-other-meta-char): Wherever a key list is
16073 unread, "unread" the prefix arg, too. This fixes bug #8901.
16074
16075 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
16076
16077 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
16078
16079 2011-09-05 Juri Linkov <juri@jurta.org>
16080
16081 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
16082
16083 2011-09-05 Juri Linkov <juri@jurta.org>
16084
16085 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
16086 keeping point where processing of grep matches begins, and
16087 continue to delete remaining escape sequences from the same point.
16088 (grep-filter): Make leading zero optional in "0?1;31m" because
16089 git-grep emits "\033[1;31m" escape sequences unlike expected
16090 "\033[01;31m" as GNU Grep does (bug#9408).
16091 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
16092
16093 2011-09-05 Juri Linkov <juri@jurta.org>
16094
16095 * subr.el (y-or-n-p): Capitalize "yes".
16096
16097 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
16098
16099 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
16100 `tramp-cache-unload-hook' where appropriate.
16101 (tramp-methods): Rename `tramp-remote-sh' to
16102 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
16103 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
16104
16105 * net/tramp-sh.el (top): Don't require 'shell.
16106 (tramp-methods): Add `tramp-remote-shell' and
16107 `tramp-remote-shell-args' entries.
16108 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
16109 (tramp-sh-handle-shell-command): Remove.
16110 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16111 Use `tramp-remote-shell'.
16112
16113 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
16114
16115 * mail/sendmail.el (sendmail-query-once-function): Delete.
16116 (sendmail-query-once): Save directly to send-mail-function.
16117 Update message-send-mail-function too.
16118
16119 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
16120
16121 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
16122
16123 * progmodes/python.el (python-mode-map): Use correct function to
16124 start python interpreter from menu-bar (as reported by Geert
16125 Kloosterman).
16126 (inferior-python-mode-map): Fix typo.
16127 (python-shell-map): Remove.
16128
16129 2011-09-03 Deniz Dogan <deniz@dogan.se>
16130
16131 * net/rcirc.el (rcirc-print): Simplify code for
16132 rcirc-scroll-show-maximum-output. There is no need to walk
16133 through all windows to find the right one.
16134
16135 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
16136
16137 * help.el (help-return-method): Doc fix.
16138
16139 2011-09-03 Martin Rudalics <rudalics@gmx.at>
16140
16141 * window.el (window-deletable-p): Don't return a non-nil value
16142 when there's a buffer that was shown in the window before.
16143 (Bug#9419)
16144 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16145 Set window's previous buffers to nil.
16146
16147 2011-09-03 Eli Zaretskii <eliz@gnu.org>
16148
16149 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
16150 newline before and after the tag line, so it doesn't interfere
16151 with determining the paragraph direction of bidirectional text.
16152
16153 2011-09-03 Leo Liu <sdl.web@gmail.com>
16154
16155 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
16156
16157 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
16158
16159 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
16160 (pop-to-buffer): Change interactive spec. Pass second argument
16161 directly to display-buffer.
16162 (display-buffer): Fix interactive spec. Use functionp to
16163 distinguish between a function and a list of functions.
16164
16165 * abbrev.el (edit-abbrevs):
16166 * arc-mode.el (archive-extract):
16167 * autoinsert.el (auto-insert):
16168 * bookmark.el (bookmark-bmenu-list):
16169 * files.el (find-file):
16170 * view.el (view-buffer):
16171 * progmodes/compile.el (compilation-goto-locus):
16172 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
16173
16174 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
16175
16176 * window.el (display-buffer-alist): Doc fix.
16177 (display-buffer): Add docstring. Don't treat
16178 display-buffer-default specially.
16179 (display-buffer-reuse-selected-window)
16180 (display-buffer-same-window, display-buffer-maybe-same-window)
16181 (display-buffer-reuse-window, display-buffer-pop-up-frame)
16182 (display-buffer-pop-up-window)
16183 (display-buffer-reuse-or-pop-window)
16184 (display-buffer-use-some-window): New functions.
16185 (display-buffer-default-action): Use them.
16186 (display-buffer-default): Delete.
16187 (pop-to-buffer-1): Fix choice of actions.
16188
16189 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
16190
16191 * minibuffer.el (completion--insert-strings): Don't get confused by
16192 completion entries that end with an LF char.
16193
16194 2011-09-01 Eli Zaretskii <eliz@gnu.org>
16195
16196 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
16197
16198 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
16199
16200 * window.el (display-buffer): Restore interactive spec.
16201 (display-buffer-same-window, display-buffer-other-window):
16202 New functions.
16203 (pop-to-buffer-1): New function. Use the above.
16204 (pop-to-buffer, pop-to-buffer-same-window): Use it.
16205 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
16206
16207 * view.el (view-buffer-other-window, view-buffer-other-frame):
16208 Just use pop-to-buffer.
16209
16210 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16211
16212 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
16213
16214 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
16215
16216 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
16217
16218 2011-08-31 Richard Stallman <rms@gnu.org>
16219
16220 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
16221 of the separation of rmail-view-buffer from rmail-buffer.
16222 If you say no to "replace original", the decrypt is in the
16223 view buffer. If you say yes, the decrypt goes into the
16224 rmail buffer also.
16225
16226 2011-08-31 Martin Rudalics <rudalics@gmx.at>
16227
16228 * window.el (display-buffer-window): Rewrite doc-string.
16229 (display-buffer-record-window): New function.
16230 (display-buffer-macro-specifiers)
16231 (display-buffer-even-window-sizes, display-buffer-set-height)
16232 (display-buffer-set-width, display-buffer-in-window)
16233 (display-buffer-reuse-window, display-buffer-split-specifiers)
16234 (display-buffer-side-specifiers, display-buffer-split-window-1)
16235 (display-buffer-split-window, display-buffer-split-atom-window)
16236 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
16237 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
16238 (display-buffer-other-window-means-other-frame)
16239 (display-buffer-normalize-special)
16240 (display-buffer-normalize-default)
16241 (display-buffer-normalize-argument)
16242 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
16243 (display-buffer-normalize-specifiers, display-buffer-frame)
16244 (display-buffer-same-window, display-buffer-same-frame)
16245 (display-buffer-other-window)
16246 (display-buffer-same-frame-other-window)
16247 (display-buffer-other-frame, pop-to-buffer-same-window)
16248 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
16249 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
16250 (switch-to-buffer-same-frame)
16251 (switch-to-buffer-other-window-same-frame)
16252 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
16253 (display-buffer-alist-set-1, display-buffer-alist-set-2)
16254 (display-buffer-alist-set): Remove.
16255 (display-buffer-function, special-display-buffer-names)
16256 (special-display-regexps, special-display-function):
16257 In doc-string refer to display-buffer-window and quit-restore
16258 parameter.
16259 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
16260 (special-display-frame-alist, special-display-popup-frame)
16261 (same-window-buffer-names, same-window-regexps, same-window-p)
16262 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16263 (split-window-preferred-function, split-height-threshold)
16264 (split-width-threshold, window-splittable-p)
16265 (split-window-sensibly, window--try-to-split-window)
16266 (window--frame-usable-p, even-window-heights)
16267 (window--even-window-heights, window--display-buffer-1)
16268 (window--display-buffer-2, display-buffer-other-frame):
16269 Restore old Emacs 23 code, order and doc-strings where applicable.
16270 (display-buffer-default, display-buffer-assq-regexp): New functions.
16271 (display-buffer-alist): Rewrite doc-string.
16272 (display-buffer-default-action)
16273 (display-buffer-overriding-action): New variables.
16274 (display-buffer, switch-to-buffer): Rewrite.
16275 (pop-to-buffer): Restore Emacs 23 behavior but use
16276 window-normalize-buffer-to-display.
16277 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
16278 Restore Emacs 23 behavior but use
16279 window-normalize-buffer-to-switch-to.
16280 (pop-to-buffer-same-window): Rewrite.
16281 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
16282 Rewrite using Emacs 23 options.
16283
16284 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
16285
16286 * net/tramp.el (tramp-root-regexp): Remove.
16287 (tramp-completion-file-name-regexp-unified)
16288 (tramp-completion-file-name-regexp-separate)
16289 (tramp-completion-file-name-regexp-url): Don't use leading volume
16290 letter on w32 systems. (Bug#5303, Bug#9311)
16291 (tramp-drop-volume-letter): Simplify definition.
16292 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16293
16294 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16295
16296 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
16297 (bug#9356).
16298
16299 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
16300
16301 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
16302
16303 2011-08-29 Juri Linkov <juri@jurta.org>
16304
16305 * isearch.el (isearch-done): Don't display message "Mark saved"
16306 when arg `edit' is non-nil to prevent its flicker in the echo area.
16307
16308 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
16309
16310 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
16311 obsolete packages for deletion.
16312
16313 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
16314
16315 * help-mode.el (help-mode-map): Add special-mode-map to parent.
16316 (help-mode): Derive help-mode from special-mode. Don't invoke
16317 view-mode from help-mode.
16318 (help-xref-override-view-map): Remove.
16319 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
16320 view-mode is not used anymore.
16321
16322 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
16323
16324 * server.el (server-port): Doc fix.
16325
16326 * cus-theme.el (custom-theme-choose-mode): Inherit from
16327 special-mode (Bug#9124).
16328 (custom-theme-choose-mode-map): Add special-mode to parent.
16329
16330 2011-08-28 Alan Mackenzie <acm@muc.de>
16331
16332 * progmodes/cc-fonts.el
16333 (c-make-font-lock-BO-decl-search-function): New function.
16334 (c-basic-matchers-after - "Fontify the clauses after various
16335 keywords"): Extract the three keyword lists for the 3 erroneous
16336 constructs from the list of four, and use the new function above
16337 in place of an old one.
16338
16339 2011-08-28 Deniz Dogan <deniz@dogan.se>
16340
16341 * net/rcirc.el (rcirc-insert-prev-input)
16342 (rcirc-insert-next-input): Remove unused argument.
16343
16344 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
16345
16346 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
16347
16348 2011-08-27 Alan Mackenzie <acm@muc.de>
16349
16350 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
16351 handle function pointer parameters properly.
16352
16353 2011-08-27 Martin Rudalics <rudalics@gmx.at>
16354
16355 * window.el (display-buffer-reuse-window): Fix case where
16356 selected window was reused with non-nil OTHER-WINDOW argument.
16357 (Bug#9381)
16358
16359 2011-08-27 Deniz Dogan <deniz@dogan.se>
16360
16361 * net/rcirc.el (rcirc-check-auth-status): Adding support for
16362 oftc's NickServ messages.
16363
16364 2011-08-27 Glenn Morris <rgm@gnu.org>
16365
16366 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
16367
16368 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
16369
16370 * emacs-lisp/package.el (package-install): Call package-initialize
16371 if called interactively.
16372
16373 2011-08-26 Leo Liu <sdl.web@gmail.com>
16374
16375 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
16376
16377 2011-08-25 Juri Linkov <juri@jurta.org>
16378
16379 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16380 `search-whitespace-regexp' (bug#9364).
16381
16382 2011-08-25 Juri Linkov <juri@jurta.org>
16383
16384 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
16385 `regexp-search-ring' to their global values to protect from
16386 updating by `read-from-minibuffer' (bug#9185).
16387
16388 2011-08-25 Juri Linkov <juri@jurta.org>
16389
16390 * textmodes/ispell.el (ispell-command-loop): Add newline
16391 at the end of the "Use option `i'..." line.
16392
16393 2011-08-25 Juri Linkov <juri@jurta.org>
16394
16395 * battery.el (display-battery-mode): If `battery-status-function'
16396 or `battery-mode-line-format' is nil, display the message and set
16397 `display-battery-mode' to nil (bug#9363).
16398
16399 2011-08-25 Eli Zaretskii <eliz@gnu.org>
16400
16401 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
16402 bidi-string-mark-left-to-right; they are unnecessary now.
16403
16404 2011-08-25 Deniz Dogan <deniz@dogan.se>
16405
16406 * net/quickurl.el: Documentation typo fixes.
16407
16408 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
16409
16410 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
16411
16412 2011-08-25 Glenn Morris <rgm@gnu.org>
16413
16414 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16415
16416 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
16417 (smtpmail-via-smtp): Handle nil response from smtp.
16418
16419 2011-08-24 Juri Linkov <juri@jurta.org>
16420
16421 * proced.el (proced-marked): Inherit from `error' instead of
16422 `font-lock-warning-face'.
16423
16424 * ibuffer.el (ibuffer-marked-face): Change default face from
16425 `font-lock-warning-face' to `warning'.
16426 (ibuffer-deletion-face): Change default face from
16427 `font-lock-type-face' to `error'.
16428
16429 * battery.el (battery-update): Use the face `error' instead of
16430 `font-lock-warning-face' (bug#6117).
16431
16432 2011-08-24 Juri Linkov <juri@jurta.org>
16433
16434 * faces.el (success): Change face color from "Green3" to
16435 "ForestGreen" on light background (bug#9353).
16436
16437 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
16438
16439 * window.el (quit-window): Rename from quit-restore-window.
16440 Use same arglist as old quit-window.
16441 (frame-auto-delete): Doc fix.
16442
16443 * view.el (view-mode-exit): Use quit-window.
16444
16445 2011-08-24 Juri Linkov <juri@jurta.org>
16446
16447 * isearch.el (isearch-ring-adjust1): Start visiting previous
16448 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
16449 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
16450 for empty search string (when the last search string is reused
16451 automatically) to adjust the isearch ring to the last element and
16452 prepare the correct index for further M-p commands (bug#9185).
16453
16454 2011-08-24 Kenichi Handa <handa@m17n.org>
16455
16456 * international/ucs-normalize.el: If decomposition property of
16457 CHAR is the default one (i.e. a list of CHAR itself), treat it as
16458 nil.
16459 (nfd, nfkd): Likewise.
16460
16461 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16462
16463 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
16464 from process filters aren't reliably transmitted to the surrounding
16465 accept-process-output.
16466 (mpc-proc-check): New function.
16467 (mpc-proc-sync): Use it (bug#8293)
16468
16469 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16470
16471 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
16472 Add compatibility functions (bug#9313).
16473
16474 2011-08-23 Eli Zaretskii <eliz@gnu.org>
16475
16476 * cus-start.el (all): Add entry for bidi-paragraph-direction.
16477
16478 * international/uni-bidi.el: Regenerate.
16479
16480 2011-08-23 Kenichi Handa <handa@m17n.org>
16481
16482 * international/charprop.el:
16483 * international/uni-bidi.el:
16484 * international/uni-category.el:
16485 * international/uni-combining.el:
16486 * international/uni-comment.el:
16487 * international/uni-decimal.el:
16488 * international/uni-decomposition.el:
16489 * international/uni-digit.el:
16490 * international/uni-lowercase.el:
16491 * international/uni-mirrored.el:
16492 * international/uni-name.el:
16493 * international/uni-numeric.el:
16494 * international/uni-old-name.el:
16495 * international/uni-titlecase.el:
16496 * international/uni-uppercase.el: Regenerate.
16497
16498 2011-08-23 Martin Rudalics <rudalics@gmx.at>
16499
16500 * help.el (help-window-setup): Fix message displayed when other
16501 window is reused. (Bug#9341)
16502
16503 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16504
16505 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
16506 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
16507
16508 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
16509 Mark obsolete.
16510 * shell.el (shell-parse-pcomplete-arguments): New function.
16511 (shell-completion-vars): Use it instead (bug#9160).
16512
16513 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16514
16515 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
16516 strings and comments (bug#9333).
16517
16518 * emacs-lisp/debug.el (debug-arglist): New function.
16519 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
16520 (debug-on-entry-1): Handle interpreted closures (bug#9120).
16521
16522 2011-08-22 Juri Linkov <juri@jurta.org>
16523
16524 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16525 Revert regexp that highlights output switches to its old
16526 pre-2010-10-28 value and remove one `?' from it (bug#9319).
16527
16528 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
16529 to check for empty output (bug#9226).
16530
16531 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
16532
16533 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
16534 symbol-constituent as the default, as that stops font-lock from
16535 working properly (Bug#8843).
16536
16537 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16538
16539 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
16540 `coding-system-for-*' around the process open call to avoid
16541 auth-source side effects.
16542 (smtpmail-try-auth-methods): Expand the secret password.
16543 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
16544 probe hangs.
16545
16546 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
16547
16548 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
16549
16550 * emacs-lisp/find-func.el (find-function-noselect): New arg
16551 lisp-only.
16552
16553 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
16554 signal an error for built-in functions (Bug#6664).
16555
16556 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16557
16558 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
16559 (smtpmail-try-auth-methods): Use it.
16560
16561 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
16562
16563 * font-lock.el (font-lock-fontify-region)
16564 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
16565 (font-lock-default-unfontify-buffer)
16566 (font-lock-default-fontify-region)
16567 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
16568
16569 * progmodes/compile.el (compilation-error-properties):
16570 Fix confusion between file struct and message struct (Bug#9319).
16571 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
16572 `ant' regexp.
16573
16574 * net/browse-url.el (browse-url-firefox): Don't call
16575 browse-url-firefox-sentinel unless using -remote (Bug#9328).
16576
16577 2011-08-20 Glenn Morris <rgm@gnu.org>
16578
16579 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
16580
16581 * tutorial.el (tutorial--default-keys): Update some default bindings.
16582
16583 * files.el (hack-local-variables): Fully ignore case for "mode:".
16584
16585 2011-08-20 Alan Mackenzie <acm@muc.de>
16586
16587 Resolve invalid use of a regexp in regexp-opt.
16588
16589 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
16590 detection for a java annotation.
16591
16592 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
16593 detection for a java annotation.
16594
16595 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
16596 handling for java.
16597 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
16598
16599 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
16600
16601 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
16602 (Bug#9274).
16603
16604 2011-08-20 Alan Mackenzie <acm@muc.de>
16605
16606 Fontify CPP expressions correctly when starting in the middle of
16607 such a construct. Mainly for when jit-lock etc. starts a chunk
16608 here.
16609
16610 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
16611 variable.
16612 (c-make-font-lock-search-form): New function, extracted from
16613 c-make-font-lock-search-function.
16614 (c-make-font-lock-search-function): Use the above function.
16615 (c-make-font-lock-context-search-function): New function.
16616 (c-cpp-matchers): Enhance the preprocessor expression case with
16617 the above function
16618 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
16619 which takes an expression.
16620
16621 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
16622
16623 2011-08-20 Martin Rudalics <rudalics@gmx.at>
16624
16625 * window.el (display-buffer-reuse-window)
16626 (display-buffer-pop-up-window): Don't reuse or split a side
16627 window.
16628
16629 2011-08-19 Glenn Morris <rgm@gnu.org>
16630
16631 * files.el (hack-local-variables-prop-line, hack-local-variables):
16632 Downcase "Mode:". (Bug#9331)
16633
16634 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
16635
16636 * international/characters.el: Add L and R categories.
16637
16638 * subr.el (bidi-string-mark-left-to-right): Rename from
16639 string-mark-left-to-right. Use category search.
16640
16641 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
16642
16643 2011-08-18 Juri Linkov <juri@jurta.org>
16644
16645 * faces.el (error, warning, success): New faces with definitions
16646 copied from old default values of `font-lock-warning-face',
16647 `compilation-warning', `compilation-info' (bug#6117).
16648
16649 * font-lock.el (font-lock-warning-face): Inherit from `error'.
16650
16651 * progmodes/compile.el (compilation-error): Inherit from `error'.
16652 (compilation-warning): Inherit from `warning'.
16653 (compilation-info): Inherit from `success'.
16654
16655 * dired.el (dired-marked): Inherit from `warning'.
16656 (dired-flagged): Inherit from `error'.
16657
16658 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16659
16660 * mail/smtpmail.el (auth-source): Require to avoid problems with
16661 binding variables (bug#9298). Also clean up some unused
16662 autoloads.
16663
16664 * net/network-stream.el (network-stream-open-starttls):
16665 Support using starttls.el without using gnutls-cli.
16666
16667 2011-08-17 Juri Linkov <juri@jurta.org>
16668
16669 * progmodes/grep.el (rgrep): Handle the case when
16670 `grep-find-command' is a cons cell (bug#9278).
16671
16672 2011-08-17 Martin Rudalics <rudalics@gmx.at>
16673
16674 * window.el (display-buffer-pop-up-frame): Run frame creation
16675 function with BUFFER current (as special-display-popup-frame
16676 does). Reported by Drew Adams.
16677
16678 2011-08-17 Daiki Ueno <ueno@unixuser.org>
16679
16680 * epa-mail.el: Simplify GnuPG group expansion using
16681 epg-expand-group.
16682 (epa-mail-group-alist, epa-mail-group-modtime)
16683 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
16684 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
16685 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
16686 Remove.
16687
16688 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
16689
16690 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
16691
16692 2011-08-16 Alan Mackenzie <acm@muc.de>
16693
16694 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
16695 Correct, to avoid the inside of macros.
16696
16697 2011-08-16 Richard Stallman <rms@gnu.org>
16698
16699 * epa-mail.el: Handle GnuPG group definitions.
16700 (epa-mail-group-alist, epa-mail-group-modtime)
16701 (epa-mail-gnupg-conf-file): New variables.
16702 (epa-mail-parse-groups, epa-mail-sync-groups)
16703 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
16704 (epa-mail-expand-recipients): New functions.
16705 (epa-mail-encrypt): Call epa-mail-expand-recipients.
16706
16707 * mail/rmail.el (rmail-epa-decrypt): New command.
16708
16709 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
16710 Don't bind buffer-read-only, just inhibit-read-only.
16711 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
16712 (epa-decrypt-armor-in-region): Make error message clearer.
16713
16714 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
16715
16716 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
16717 and "a2b" to "ab" for `prefix'.
16718
16719 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
16720
16721 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
16722 filter groups.
16723 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
16724 Fourquet (Bug#8804).
16725
16726 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
16727
16728 * startup.el (argi): Declare as global variable (bug#9275).
16729
16730 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
16731
16732 * subr.el (string-mark-left-to-right): Search the entire string
16733 for RTL script, not just the terminating character. Doc fix.
16734
16735 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
16736
16737 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
16738 New function.
16739 (js--regexp-literal, js-syntax-propertize-function): Remove.
16740 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
16741 (js-mode-map): Don't rebind electric keys.
16742 (js-insert-and-indent): Remove.
16743 (js-mode): Setup electric-layout and electric-indent instead.
16744
16745 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
16746
16747 2011-08-12 Daiki Ueno <ueno@unixuser.org>
16748
16749 * epa.el (epa-progress-callback-function): Fix the logic of
16750 displaying progress.
16751 * epa-file.el (epa-file-insert-file-contents): Make progress
16752 display more user-friendly.
16753 (epa-file-write-region): Ditto.
16754
16755 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
16756
16757 * subr.el (string-mark-left-to-right): New function.
16758
16759 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
16760 Use string-mark-left-to-right.
16761 (list-buffers-noselect): Caller changed.
16762
16763 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16764 Use string-mark-left-to-right.
16765 (tabulated-list-print): Recenter after moving point.
16766
16767 2011-08-10 Juri Linkov <juri@jurta.org>
16768
16769 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
16770 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
16771 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
16772
16773 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
16774
16775 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
16776 (Bug#7554).
16777
16778 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
16779
16780 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
16781 character. (Bug#6594)
16782
16783 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
16784
16785 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
16786 (image-dired--with-db-file): New macro.
16787 (image-dired-write-tags, image-dired-remove-tag)
16788 (image-dired-create-gallery-lists, image-dired-write-comments)
16789 (image-dired-get-comment, image-dired-mark-tagged-files)
16790 (image-dired-list-tags, image-dired-gallery-generate): Use it.
16791 (image-dired-gallery-generate): Use insert-file-contents.
16792
16793 * time.el (display-time-world-list, display-time-world-display):
16794 * time-stamp.el (time-stamp-string):
16795 * vc/add-log.el (add-change-log-entry): Use setenv instead of
16796 set-time-zone-rule (Bug#7337).
16797
16798 2011-08-08 Daiki Ueno <ueno@unixuser.org>
16799
16800 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
16801 (epg-error-to-string, epg-errors-to-string): New function.
16802 (epg-wait-for-completion): Reverse errors list.
16803 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
16804 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
16805 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
16806 (epg-sign-keys, epg-generate-key-from-file)
16807 (epg-generate-key-from-string): Format errors by using
16808 epg-errors-to-string (bug#9255).
16809 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
16810
16811 2011-08-07 Juri Linkov <juri@jurta.org>
16812
16813 * faces.el (list-faces-display): Remove extra angle bracket
16814 from `help-mode-map'.
16815
16816 * info.el (Info-history-toc-nodes): Doc fix.
16817
16818 * longlines.el (longlines-mode): Doc fix.
16819
16820 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
16821
16822 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
16823 of statements and in a few more cases (bug#9183).
16824
16825 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
16826 New functions.
16827 (cl-transform-lambda): Use them (bug#9239).
16828
16829 2011-08-05 Martin Rudalics <rudalics@gmx.at>
16830
16831 * window.el (display-buffer-same-window)
16832 (display-buffer-same-frame, display-buffer-other-window)
16833 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
16834 (pop-to-buffer-other-window)
16835 (pop-to-buffer-same-frame-other-window)
16836 (pop-to-buffer-other-frame): Make them defuns.
16837 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
16838
16839 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
16840
16841 * subr.el (make-composed-keymap): Move from C. Change calling
16842 convention, and improve docstring to bring attention to a subtle point.
16843 * minibuffer.el (completing-read-default): Adjust accordingly.
16844
16845 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
16846
16847 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
16848 (tramp-open-shell): Use `tramp-shell-quote-argument'.
16849
16850 * net/trampver.el: Update release number.
16851
16852 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
16853
16854 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
16855 "in" (bug#9190).
16856
16857 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16858
16859 * mail/sendmail.el (sendmail-query-once): Restore the current
16860 buffer after querying (bug#9074).
16861
16862 * dired.el (dired-flagged): Use different faces for marked and
16863 flagged files (bug#6117).
16864
16865 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
16866 (bug#4433).
16867
16868 * ido.el (ido-mode): Switch off the message if called
16869 non-interactively.
16870
16871 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
16872 before 587, since it appears that that's more likely to work for
16873 more people.
16874
16875 * cus-edit.el (custom-file): When running under emacs -q, always
16876 refuse to save the customizations, even if the .emacs file doesn't
16877 exist.
16878
16879 * info.el: Remove the `Info-beginning-of-buffer' function
16880 (bug#8325).
16881
16882 * net/network-stream.el (network-stream-open-starttls):
16883 Use `starttls-available-p' to see whether starttls.el can be used.
16884
16885 2011-08-01 Martin Rudalics <rudalics@gmx.at>
16886
16887 * window.el (display-buffer-in-window): Don't set dedicated status
16888 of window here (Bug#9215).
16889 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
16890 (display-buffer-pop-up-side-window)
16891 (display-buffer-in-side-window): Set dedicated status of window here.
16892
16893 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
16894
16895 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
16896 before binding generated-autoload-file.
16897
16898 2011-08-01 Deniz Dogan <deniz@dogan.se>
16899
16900 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
16901
16902 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
16903
16904 Sync with Tramp 2.2.2.
16905
16906 * net/trampver.el: Update release number.
16907
16908 2011-07-30 Juri Linkov <juri@jurta.org>
16909
16910 * dired-aux.el (dired-touch-initial): Remove function.
16911 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
16912 current time, and `default' to the last modification time of the
16913 current marked file (bug#6887).
16914
16915 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
16916
16917 * simple.el (goto-line): Use string-to-number to provide a
16918 numeric argument to read-number (bug#9163).
16919
16920 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
16921
16922 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
16923 connection process, it could be nil.
16924
16925 2011-07-27 Leo Liu <sdl.web@gmail.com>
16926
16927 Simplify url handling in rcirc-mode.
16928
16929 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
16930 (rcirc-browse-url-at-mouse): Remove.
16931 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
16932
16933 2011-07-26 Alan Mackenzie <acm@muc.de>
16934
16935 Fontify bitfield declarations properly.
16936
16937 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
16938 (c-symbol-chars): Now exported as a lang variable.
16939 (c-not-primitive-type-keywords): New lang variable.
16940
16941 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
16942 QT keyword "more" to prevent "more slots: ...." being spuriously
16943 parsed as a bitfield declaration.
16944
16945 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16946 Refactor and enhance to handle bitfield declarations.
16947 (c-punctuation-in): New function.
16948 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
16949 declarations properly.
16950
16951 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
16952
16953 * calendar/icalendar.el (icalendar--all-events): Take care of
16954 multiple vcalendars in a single file.
16955 (icalendar--convert-float-to-ical): Checkdoc fixes.
16956
16957 2011-07-25 Deniz Dogan <deniz@dogan.se>
16958
16959 * image.el (insert-image): Clarifying docstring.
16960
16961 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
16962
16963 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
16964 `tramp-send-command-and-check' if there is no error.
16965 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
16966
16967 2011-07-22 Alan Mackenzie <acm@muc.de>
16968
16969 Prevent cc-langs.elc being loaded at run time.
16970
16971 * progmodes/cc-mode.el: Remove two autoload forms which loaded
16972 cc-langs.
16973
16974 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
16975 "(require 'cc-langs)". Quote a form so it will evaluate at
16976 (cc-mode's) compilation time.
16977
16978 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
16979
16980 * net/tramp.el (tramp-file-name-handler): Avoid recursive
16981 loading. (Bug#9114)
16982
16983 2011-07-21 Martin Rudalics <rudalics@gmx.at>
16984
16985 * window.el (display-buffer-pop-up-window)
16986 (display-buffer-pop-up-side-window)
16987 (display-buffer-in-side-window): Call display-buffer-set-height
16988 and display-buffer-set-width after setting the new window's
16989 buffer so `fit-window-to-buffer' and friends work on the right buffer.
16990
16991 2011-07-20 Sam Steingold <sds@gnu.org>
16992
16993 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
16994 (etags-tags-included-tables): Call `convert-standard-filename' on
16995 the file names contained in TAGS so that windows Emacs can handle
16996 TAGS files created by cygwin ctags.
16997
16998 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16999
17000 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
17001 which apparently didn't work.
17002
17003 2011-07-19 Roland Winkler <winkler@gnu.org>
17004
17005 * proced.el (proced-send-signal): For *Marked Processes* buffer
17006 put point at beginning of buffer.
17007
17008 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
17009
17010 * proced.el (proced-format): Make header lines align with the text
17011 (bug#1779).
17012
17013 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17014
17015 * view.el (view-buffer): Allow running in `special' modes if we're
17016 visiting a file (bug#8615).
17017
17018 2011-07-19 Martin Rudalics <rudalics@gmx.at>
17019
17020 * window.el (display-buffer-alist-of-strings-p)
17021 (display-buffer-alist-set-1, display-buffer-alist-set-2):
17022 New functions.
17023 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
17024 more accurately.
17025
17026 2011-07-18 Alan Mackenzie <acm@muc.de>
17027
17028 Fontify declarators properly when, e.g., a jit-lock chunk begins
17029 inside a declaration.
17030
17031 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
17032
17033 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17034 New function.
17035 (c-complex-decl-matchers): Insert reference to
17036 c-font-lock-enclosing-decls.
17037
17038 * progmodes/cc-engine.el (c-backward-single-comment):
17039 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
17040 to nil around calls to (forward-comment -1).
17041
17042 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17043
17044 * image.el (put-image): Doc typo fix.
17045
17046 * progmodes/etags.el (tags-search): Doc typo fix.
17047
17048 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
17049 password if we get errors 550 to 554.
17050
17051 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17052
17053 * net/gnutls.el (gnutls-log-level): Remove.
17054
17055 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
17056 indentation character (bug#6380).
17057
17058 * files.el (buffer-offer-save): Made permanently local (bug#6241).
17059
17060 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
17061 to clarify what the problem is (bug#4291).
17062
17063 * simple.el (current-kill): Clarify what
17064 `interprogram-paste-function' does (bug#7500).
17065 (auto-fill-mode): Document `auto-fill-function' in relation to
17066 `auto-fill-mode' (bug#2470).
17067
17068 2011-07-16 Lawrence Mitchell <wence@gmx.li>
17069
17070 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
17071 method if slot is read-only (bug#9035).
17072
17073 2011-07-16 Martin Rudalics <rudalics@gmx.at>
17074
17075 * frame.el (select-frame-set-input-focus): New argument NORECORD.
17076 * window.el (pop-to-buffer): Select window used even if it was
17077 selected before, see discussion of (Bug#8615), (Bug#6954).
17078 Pass argument NORECORD on to select-frame-set-input-focus.
17079
17080 2011-07-15 Glenn Morris <rgm@gnu.org>
17081
17082 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
17083 Respect help-form.
17084
17085 2011-07-09 Lawrence Mitchell <wence@gmx.li>
17086
17087 * net/gnutls.el (gnutls-min-prime-bits): New variable.
17088 (gnutls-negotiate): Use it.
17089
17090 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17091
17092 * net/gnutls.el (gnutls-negotiate):
17093 Upcase `gnutls-algorithm-priority'.
17094
17095 2011-07-15 Glenn Morris <rgm@gnu.org>
17096
17097 * jka-compr.el (jka-compr-verbose): Move from here...
17098 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
17099 Add missing :version tag.
17100 * info.el: No need to require jka-compr when compiling.
17101
17102 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17103
17104 * net/gnutls.el (gnutls-algorithm-priority): New variable.
17105 (gnutls-negotiate): Use it.
17106
17107 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
17108
17109 * info.el (Info-beginning-of-buffer): New command.
17110 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
17111 announcing `b' as the key (bug#8325).
17112 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
17113
17114 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
17115
17116 * international/mule-cmds.el
17117 (describe-specified-language-support): Make the error message
17118 clearer (bug#8905).
17119
17120 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
17121
17122 * isearch.el (isearch-barrier): Add a doc string, since it's
17123 mentioned in a function doc string (bug#8678).
17124
17125 2011-07-15 Martin Rudalics <rudalics@gmx.at>
17126
17127 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
17128 buffer argument (Bug#9083) and self-identifying label argument.
17129
17130 2011-07-15 Glenn Morris <rgm@gnu.org>
17131
17132 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
17133
17134 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17135
17136 * man.el (Man-fontify-manpage): Fix message when formatting the
17137 man page (bug#7929).
17138
17139 2011-07-14 Eli Zaretskii <eliz@gnu.org>
17140
17141 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
17142 argument LRM; if non-nil, append an invisible LRM character to the
17143 buffer name.
17144 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
17145 last argument non-nil, when formatting buffer names.
17146 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
17147 paragraph direction.
17148
17149 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17150
17151 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
17152 the man page name (bug#7929).
17153
17154 * image.el (put-image): Mention the `put-image' overlay property
17155 (bug#7834).
17156
17157 * scroll-bar.el (set-scroll-bar-mode): Mention that
17158 `scroll-bar-mode' lists the values (bug#7772).
17159
17160 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
17161 command (bug#7729).
17162
17163 * rect.el (apply-on-rectangle): Return the point after the last
17164 operation.
17165 (string-rectangle): Go to the point after the last operation
17166 (bug#7522).
17167
17168 * printing.el (pr-toggle-region): Clarify the documentation
17169 slightly (bug#7493).
17170
17171 * time.el (display-time-update):
17172 Allow `display-time-mail-function' to return nil (bug#7158).
17173 Fix suggested by Detlev Zundel.
17174
17175 * vc/diff.el (diff): Clarify the order the file names are read
17176 (bug#7111).
17177
17178 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
17179 the doc string (bug#7015).
17180
17181 * font-lock.el (font-lock-maximum-decoration): Mention what
17182 numeric levels mean (bug#6935).
17183
17184 * startup.el (initial-buffer-choice): Don't mention the `none'
17185 selection, which is against policy.
17186
17187 2011-07-14 Martin Rudalics <rudalics@gmx.at>
17188
17189 * window.el (display-buffer-normalize-special):
17190 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
17191
17192 2011-07-14 Eli Zaretskii <eliz@gnu.org>
17193
17194 * subr.el (version<, version<=, version=): Mention "-CVS" and
17195 "-12345" alpha version numbers.
17196
17197 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
17198
17199 * bindings.el: Add advertised binding for set-mark-command
17200 (Bug#5772).
17201
17202 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
17203
17204 * bindings.el (mode-line-other-buffer):
17205 * bookmark.el (bookmark-bmenu-2-window):
17206 * bs.el (bs-cycle-next, bs-cycle-previous):
17207 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
17208 switch-to-buffer.
17209
17210 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
17211 Delete.
17212
17213 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
17214
17215 * follow.el (follow-debug-message, follow-redisplay):
17216 * jka-cmpr-hook.el (with-auto-compression-mode):
17217 Fix typos in docstrings.
17218
17219 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17220
17221 * subr.el (with-silent-modifications): Clarify somewhat what the
17222 macro inhibits (bug#6525).
17223
17224 * simple.el (eval-expression): Note what it does if called
17225 interactively (bug#6495).
17226
17227 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
17228
17229 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
17230 Use pop-to-buffer buffer-or-name if it is nil.
17231
17232 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17233 Remove switch-to-buffer.
17234
17235 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17236
17237 * files.el (make-directory): Clarify that an error will be raised
17238 if there's an error (bug#6397).
17239
17240 * startup.el (initial-buffer-choice): Add `none' as a choice
17241 (bug#6234).
17242
17243 * subr.el (add-hook): Clarify section about buffer-local hooks
17244 (bug#6218).
17245
17246 * dired.el (dired-flagged): Clarify doc string (bug#6117).
17247
17248 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
17249
17250 * tabify.el (untabify): Preserve the current column so that point
17251 doesn't move (bug#6032).
17252
17253 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17254
17255 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
17256 Rewrite to avoid awkward possessive "s" (bug#5986).
17257
17258 2011-07-13 Glenn Morris <rgm@gnu.org>
17259
17260 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
17261 (dired-insert-directory): Give a message the first time
17262 if ls is found not to support --dired.
17263
17264 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17265
17266 * simple.el (toggle-truncate-lines): Clarify what is toggled
17267 (bug#5580). Text by Drew Adams.
17268
17269 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
17270
17271 * simple.el (blink-matching-open): Make the error message from the
17272 last change less verbose.
17273
17274 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
17275
17276 * font-lock.el (font-lock-comment-face): Use the high contrast
17277 "yellow" color for font-lock-comment-face on low color terminals
17278 using a dark background color (bug#4221).
17279
17280 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17281
17282 * dired.el (dired-insert-set-properties): Make the doc string
17283 reflect what it does now (bug#5325).
17284
17285 * simple.el (blink-matching-open): Say that we were unable to find
17286 the match within the limit, if we're limited (bug#5122).
17287
17288 * international/mule-cmds.el (prefer-coding-system): Add an
17289 example (bug#4869).
17290
17291 * progmodes/etags.el (tags-search): Document `file-list-form'
17292 (bug#4731).
17293
17294 2011-07-13 Lawrence Mitchell <wence@gmx.li>
17295
17296 * net/browse-url.el (browse-url-default-browser)
17297 (browse-url-browser-function): Make the default browser choice a
17298 bit more logical (bug#4300). Also clean up the doc string.
17299
17300 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
17301
17302 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
17303 binary endings (bug#4440).
17304
17305 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17306
17307 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
17308 which can be pretty annoying (bug#8971).
17309
17310 * jka-compr.el (jka-compr-verbose): New variable, and use
17311 throughout (bug#8971).
17312
17313 * info.el (Info-find-file): Fall back on the installation
17314 directory if we can't find the info node anywhere else.
17315
17316 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
17317
17318 * vc/vc.el (vc-revert-file):
17319 Don't set file time-stamp in the past. (Bug#5181)
17320
17321 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17322
17323 * files.el (after-find-file): Give a better error message when
17324 trying to find a symlink that points to a file that doesn't exist
17325 (bug#4398).
17326
17327 * progmodes/cc-vars.el: Remove (probably) misleading comment
17328 (bug#4396).
17329
17330 2011-07-12 Johan Bockgård <bojohan@gnu.org>
17331
17332 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
17333
17334 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
17335
17336 * mouse-sel.el: Hack restoring functionality, while keeping
17337 compatibility with 2010-07-03 changes to mouse selection.
17338 (mouse-sel-primary-overlay): New var.
17339 (mouse-sel-selection-alist): Use it.
17340 (mouse-sel-mode): Doc fix; remove points that are default features
17341 of mouse.el.
17342
17343 2011-07-12 Johan Bockgård <bojohan@gnu.org>
17344
17345 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17346 Fix previous fix (bug#2490).
17347
17348 2011-07-12 Roland Winkler <winkler@gnu.org>
17349
17350 * textmodes/bibtex.el (bibtex-initialize):
17351 Use pop-to-buffer-same-window.
17352 (bibtex-search-entries): Fix interactive call.
17353
17354 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17355
17356 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17357 Fontise bytecomp Error lines more correctly (bug#2490).
17358 Fix suggested by Johan Bockgård.
17359
17360 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
17361
17362 * dired-x.el (dired-guess-default): Use `delete-dups'.
17363
17364 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
17365
17366 * dired.el (dired-mark-prompt):
17367 * dired-aux.el (dired-read-shell-command): Doc fix.
17368
17369 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17370
17371 * mail/sendmail.el (sendmail-query-once):
17372 Use `customize-save-variable' unconditionally, now that it works under
17373 emacs -Q.
17374
17375 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
17376
17377 * cus-edit.el (custom-file): Take an optional no-error variable.
17378 (customize-save-variable): Set the variable, and give a warning if
17379 running under "emacs -q".
17380
17381 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
17382
17383 * loadhist.el (unload-feature-special-hooks):
17384 Add `auto-coding-functions', `fill-nobreak-predicate' and
17385 `find-directory-functions' (bug#5327).
17386
17387 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17388
17389 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
17390
17391 * cus-edit.el (custom-guess-name-alist): -alist variables should
17392 use the `alist' type (bug#3120). Suggested by Drew Adams.
17393
17394 * printing.el: Add documentation to all the `pr-toggle-' commands.
17395
17396 2011-07-11 Leo Liu <sdl.web@gmail.com>
17397
17398 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
17399 backends where it makes sense (bug#2623).
17400
17401 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17402
17403 * dired-x.el (dired-guess-default): Remove duplicate shell command
17404 entries (bug#2028).
17405 (dired-guess-default): Fix grammar in doc string (bug#2028).
17406 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
17407
17408 * subr.el (remove-duplicates): New conveniency function.
17409
17410 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17411
17412 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
17413 (bug#1526).
17414
17415 2011-07-10 Martin Rudalics <rudalics@gmx.at>
17416
17417 * window.el (display-buffer-normalize-default): Don't invert
17418 meaning of even-window-heights. Reported by Eli Zaretskii
17419 <eliz@gnu.org>.
17420
17421 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
17422
17423 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
17424
17425 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
17426
17427 * window.el (display-buffer): Fix arguments to
17428 display-buffer-reuse-window in last change.
17429
17430 * faces.el (link): Use a less saturated blue on light backgrounds.
17431
17432 * startup.el (fancy-startup-text, fancy-about-text)
17433 (fancy-startup-tail): Use font-lock faces, for background safety.
17434
17435 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
17436
17437 * emulation/viper-cmd.el (viper-change-state-to-vi):
17438 Limit triggering of abbrev expansion (Bug#9038).
17439
17440 2011-07-09 Martin Rudalics <rudalics@gmx.at>
17441
17442 * window.el (display-buffer-default-specifiers): Remove.
17443 (display-buffer-macro-specifiers): Remove default specifiers.
17444 (display-buffer-alist): Default to nil.
17445 (display-buffer-reuse-window): New optional argument other-window.
17446 (display-buffer-pop-up-window): Allow splitting internal
17447 windows. Check whether a live window was created.
17448 (display-buffer-other-window-means-other-frame)
17449 (display-buffer-normalize-arguments): Rename to
17450 display-buffer-normalize-argument and rewrite. Set the
17451 other-window specifier.
17452 (display-buffer-normalize-special): New function.
17453 (display-buffer-normalize-options): Rename to
17454 display-buffer-normalize-default and rewrite.
17455 (display-buffer-normalize-options-inhibit): Remove.
17456 (display-buffer-normalize-specifiers): Rewrite.
17457 (display-buffer): Process other-window specifier and call
17458 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
17459 more faithfully.
17460 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
17461 (display-buffer-alist-set): Don't handle 'unset default values.
17462 (display-buffer-in-window, display-buffer-alist-set):
17463 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
17464 <tassilo@member.fsf.org>.
17465
17466 2011-07-09 Leo Liu <sdl.web@gmail.com>
17467
17468 * register.el (insert-register): Restore accidental change on
17469 2011-06-26. (Bug#9028)
17470
17471 2011-07-09 Glenn Morris <rgm@gnu.org>
17472
17473 * subr.el (remq): Handle the empty list. (Bug#9024)
17474
17475 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
17476
17477 * mail/sendmail.el (send-mail-function): No longer delay custom
17478 initialization.
17479 * custom.el (custom-initialize-delay): Doc fix.
17480
17481 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
17482
17483 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
17484
17485 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
17486
17487 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
17488 human-friendly prompt.
17489
17490 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
17491
17492 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
17493 provided by a particular plugin.
17494
17495 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
17496
17497 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
17498 save customizations (with "emacs -Q"), just set the variable
17499 instead of erroring out.
17500
17501 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
17502
17503 2011-07-08 Juri Linkov <juri@jurta.org>
17504
17505 * arc-mode.el (archive-zip-expunge, archive-zip-update)
17506 (archive-zip-update-case): Use 7z if found by `executable-find'.
17507 The order of searching the available programs is the same as in
17508 `archive-zip-extract' (bug#8968).
17509
17510 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
17511
17512 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
17513 (menu-bar-options-menu): Tweak descriptions.
17514
17515 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17516
17517 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
17518 menu items into verb phrases (bug#1421). Also refill to fit under
17519 80 columns.
17520
17521 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
17522
17523 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
17524 (Info-read-node-name): Doc fix (Bug#1084).
17525
17526 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
17527 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
17528 (end-of-sexp, beginning-of-sexp)
17529 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
17530 (forward-symbol, forward-same-syntax, word-at-point)
17531 (sentence-at-point): Doc fix (Bug#1144).
17532
17533 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17534
17535 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
17536 should cover it (bug#1281).
17537
17538 * cus-edit.el (custom-show): Mark as obsolete.
17539
17540 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
17541 negotiation fails, then possibly try again with a non-encrypted
17542 connection (bug#9017).
17543
17544 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
17545 be used.
17546
17547 2011-07-07 Richard Stallman <rms@gnu.org>
17548
17549 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
17550 property, and handle its changed format.
17551 Look for the correct line number.
17552 Use file's line contents (but not past first =) to find
17553 correct line in message.
17554
17555 2011-07-07 Kenichi Handa <handa@m17n.org>
17556
17557 * international/characters.el (build-unicode-category-table):
17558 Delete it.
17559 (unicode-category-table): Set it by unicode-property-table-internal.
17560
17561 * international/mule-cmds.el (char-code-property-alist): Move to
17562 to src/chartab.c.
17563 (get-char-code-property): Call unicode-property-table-internal to
17564 load a file. Call get-unicode-property-internal where necessary.
17565 (put-char-code-property): Call unicode-property-table-internal to
17566 load a file. Call put-unicode-property-internal where necessary.
17567 put-unicode-property-internal where necessary.
17568 (char-code-property-description):
17569 Call unicode-property-table-internal to load a file.
17570
17571 * international/charprop.el:
17572 * international/uni-bidi.el:
17573 * international/uni-category.el:
17574 * international/uni-combining.el:
17575 * international/uni-comment.el:
17576 * international/uni-decimal.el:
17577 * international/uni-decomposition.el:
17578 * international/uni-digit.el:
17579 * international/uni-lowercase.el:
17580 * international/uni-mirrored.el:
17581 * international/uni-name.el:
17582 * international/uni-numeric.el:
17583 * international/uni-old-name.el:
17584 * international/uni-titlecase.el:
17585 * international/uni-uppercase.el: Regenerate.
17586
17587 * loadup.el: Load international/charprop.el before
17588 international/characters.
17589
17590 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
17591
17592 * window.el (next-buffer, previous-buffer): Signal an error if
17593 called from a minibuffer window.
17594
17595 * bindings.el: Revert 2011-07-04 change.
17596
17597 2011-07-06 Richard Stallman <rms@gnu.org>
17598
17599 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
17600 (rmail-mime-insert-bulk, rmail-mime-insert-text):
17601 Treat markers like ints.
17602 (rmail-mime-entity): Doc fix.
17603
17604 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17605
17606 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
17607 defcustom again for backwards compatibility.
17608
17609 * simple.el (shell-command-on-region): Fill.
17610
17611 * dired-aux.el (dired-kill-line): Add a doc string.
17612
17613 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
17614 to "\\sw\\|\\s_" (bug#358).
17615
17616 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
17617 (dired-unmark-backward): Ditto.
17618 (dired-flag-backup-files): Ditto.
17619
17620 * dired-x.el (dired-mark-sexp): Ditto.
17621
17622 2011-07-06 Richard Stallman <rms@gnu.org>
17623
17624 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
17625 (rmail-mime-entity): New arg TRUNCATED.
17626 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
17627 New functions.
17628 (rmail-mime-save): Warn if entity is truncated.
17629 (rmail-mime-toggle-hidden): Likewise, for showing.
17630 (rmail-mime-process-multipart): Record when an entity is truncated.
17631
17632 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
17633 if ENTITY is a string.
17634
17635 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17636
17637 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
17638 of faces when `M-C-x'-ing their definitions (bug#8378).
17639 Also clean up the code slightly.
17640
17641 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
17642 because that makes the colors go away.
17643
17644 * mail/sendmail.el (send-mail-function): Change the default to
17645 `sendmail-query-once'.
17646 (sendmail-query-once): Add an autoload cookie.
17647
17648 * net/network-stream.el (network-stream-open-starttls): Try using
17649 a plain connection even if the server offered STARTTLS, and we
17650 kinda wanted to use it, if Emacs doesn't have any STARTTLS
17651 capability. This should make smtpmail.el work in slightly more
17652 configurations.
17653
17654 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
17655
17656 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
17657 New defun.
17658 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
17659
17660 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
17661
17662 * progmodes/sql.el: Version 3.0
17663 (sql-product-alist): Add product :completion-object,
17664 :completion-column, and :statement attributes.
17665 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
17666 (sql-mode-syntax-table): Mark all punctuation.
17667 (sql-font-lock-keywords-builder): Temporarily remove fallback on
17668 ansi keywords.
17669 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
17670 (sql-mode-oracle-font-lock-keywords): Improve.
17671 (sql-oracle-show-reserved-words): New function for development.
17672 (sql-product-font-lock): Simplify for source code buffers.
17673 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
17674 New functions.
17675 (sql-highlight-product): Set product specific syntax table.
17676 (sql-mode-map): Add statement movement functions.
17677 (sql-ansi-statement-starters, sql-oracle-statement-starters):
17678 New variable.
17679 (sql-statement-regexp, sql-beginning-of-statement)
17680 (sql-end-of-statement, sql-signum): New functions.
17681 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
17682 (sql-show-sqli-buffer): Bug fix.
17683 (sql-interactive-mode): Store connection data as buffer local.
17684 (sql-connect): Add NEW-NAME parameter. Redesign interaction
17685 with sql-interactive-mode.
17686 (sql-save-connection): Save buffer local settings.
17687 (sql-connection-menu-filter): Change menu entry name.
17688 (sql-product-interactive): Bug fix.
17689 (sql-preoutput-hold): New variable.
17690 (sql-interactive-remove-continuation-prompt): Bug fixes.
17691 (sql-debug-redirect): New variable.
17692 (sql-str-literal): New function.
17693 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
17694 Redesign.
17695 (sql-oracle-save-settings, sql-oracle-restore-settings)
17696 (sql-oracle-list-all, sql-oracle-list-table): New functions.
17697 (sql-completion-object, sql-completion-column)
17698 (sql-completion-sqlbuf): New variables.
17699 (sql-build-completions-1, sql-build-completions)
17700 (sql-try-completion): New functions.
17701 (sql-read-table-name): Use them.
17702 (sql-contains-names): New buffer local variable.
17703 (sql-list-all, sql-list-table): Use it.
17704 (sql-oracle-completion-types): New variable.
17705 (sql-oracle-completion-object, sql-sqlite-completion-object)
17706 (sql-postgres-completion-object): New functions.
17707
17708 2011-07-06 Glenn Morris <rgm@gnu.org>
17709
17710 * window.el (pop-to-buffer): Doc fix.
17711
17712 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
17713
17714 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
17715
17716 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
17717
17718 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
17719
17720 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
17721
17722 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
17723
17724 * button.el (button): Inherit from link face. Suggested by Dan
17725 Nicolaescu.
17726
17727 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17728
17729 * progmodes/gdb-mi.el: Fit in 80 columns.
17730 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
17731 switch-to-buffer.
17732
17733 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
17734 if imenu is simply not configured (bug#8941).
17735
17736 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
17737
17738 * allout.el (allout-post-undo-hook): New allout outline-change
17739 event hook to signal undo activity.
17740 (allout-post-command-business): Run allout-post-undo-hook if an
17741 undo just occurred.
17742 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
17743 * allout-widgets.el (allout-widgets-after-undo-function):
17744 Ensure the integrity of the current item's decoration after it has been
17745 in the vicinity of an undo.
17746 (allout-widgets-mode): Include allout-widgets-after-undo-function
17747 on the new allout-post-undo-hook.
17748
17749 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17750
17751 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
17752 Let define-derived-mode define it.
17753 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
17754 cycles of abbrev-table inheritance (bug#8998).
17755
17756 2011-07-05 Roland Winkler <winkler@gnu.org>
17757
17758 * textmodes/bibtex.el: Add support for biblatex.
17759 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
17760 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
17761 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
17762 (bibtex-entry-alist, bibtex-field-alist): New variables.
17763 (bibtex-entry-field-alist): Obsolete alias for
17764 bibtex-BibTeX-entry-alist.
17765 (bibtex-entry-alist, bibtex-field-alist): New widgets.
17766 (bibtex-set-dialect): New command.
17767 (bibtex-entry-type, bibtex-entry-head)
17768 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
17769 Bind via bibtex-set-dialect.
17770 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
17771 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
17772 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
17773 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
17774 Define via bibtex-set-dialect.
17775 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
17776 Obey bibtex-no-opt-remove-re.
17777 (bibtex-vec-push, bibtex-vec-incr): New functions.
17778 (bibtex-format-entry, bibtex-field-list)
17779 (bibtex-print-help-message, bibtex-validate)
17780 (bibtex-search-entries): Use new format of bibtex-entry-alist.
17781
17782 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17783
17784 * progmodes/compile.el (compilation-goto-locus):
17785 * net/tramp-cmds.el (tramp-append-tramp-buffers):
17786 * bs.el (bs-cycle-next, bs-cycle-previous):
17787 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
17788 * bindings.el (mode-line-other-buffer):
17789 * autoinsert.el (auto-insert):
17790 * arc-mode.el (archive-extract):
17791 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
17792
17793 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
17794
17795 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
17796 Fix check of `emacs-lock-unlockable-modes'.
17797 Coerce true values of `emacs-lock--try-unlocking' to t.
17798
17799 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
17800
17801 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
17802 * emacs-lock.el: New file.
17803
17804 2011-07-05 Julien Danjou <julien@danjou.info>
17805
17806 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
17807 than `boundp' to check if face is set.
17808
17809 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
17810
17811 * register.el (registerv-make):
17812 * window.el (window-min-height): Fix typos in docstrings.
17813
17814 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
17815
17816 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
17817 Update doc string.
17818
17819 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
17820
17821 * server.el (server-execute): Catch quit and call
17822 `server-return-error' to pass the error back to emacsclient and
17823 close the connection (bug#8942).
17824
17825 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
17826
17827 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
17828 insecure exception for current topic. Also note that auto-saves
17829 are handled differently.
17830
17831 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
17832 State variables for tracking auto-save inhibition situation.
17833
17834 (allout-write-contents-hook-handler): Rename from
17835 'allout-write-file-hook-handler', and describe how it depends on
17836 write-contents-functions sensitivity to non-nil value to prevent
17837 file write.
17838
17839 (allout-auto-save-hook-handler): Remove. auto-save does not check
17840 this in individual buffers, only in the starting buffer, so this
17841 is not the right way for us to inhibit auto-save in a buffer
17842 according to its condition.
17843
17844 (allout-mode): Use new allout-write-contents-hook-handler, and
17845 only with write-contents-functions. Remove auto-save provisions -
17846 they're implemented elsewhere.
17847
17848 (allout-before-change-handler): If undo is in progress, note that
17849 for attention of allout-post-command-business.
17850
17851 (allout-post-command-business): If the command we're following was
17852 an undo, check for change in the status of encrypted items and
17853 adjust auto-save inhibitions accordingly.
17854
17855 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
17856 according to whether there are or aren't any plain-text topics
17857 pending encryption.
17858
17859 (allout-inhibit-auto-save-info-for-decryption):
17860 Adjust buffer-saved-size and some allout state to inhibit auto-saves
17861 if there are plain-text topics pending encryption.
17862
17863 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
17864 buffer-saved-size and some allout state to not inhibit auto-saves
17865 if there are no longer any plain-text topics pending encryption.
17866
17867 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
17868 No longer provide for exemption of the current topic.
17869
17870 2011-07-04 Juri Linkov <juri@jurta.org>
17871
17872 Add 7z operations to delete and save changed members (bug#8968).
17873 * arc-mode.el (archive-7z-expunge, archive-7z-update):
17874 New defcustoms.
17875 (archive-7z-write-file-member): New function.
17876 (archive-7z-summarize): Fix the number of dashes in the
17877 listing output.
17878
17879 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17880
17881 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
17882 (bug#8958).
17883
17884 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
17885
17886 * bindings.el: Ignore next-buffer and previous-buffer in
17887 minibuffer-local-map.
17888
17889 * font-lock.el (font-lock-builtin-face): Change light background
17890 color to dark slate blue (Bug#6693).
17891
17892 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
17893
17894 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
17895
17896 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17897
17898 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
17899 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17900 Add switch-to-buffer.
17901
17902 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17903
17904 * isearch.el (isearch-search-fun-function): Clarify further the
17905 meaning of the function returned.
17906
17907 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
17908
17909 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
17910
17911 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
17912 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
17913 Use it.
17914 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
17915 `tramp-default-remote-path' does not exist.
17916 (tramp-send-command-and-read): New optional argument NOERROR.
17917 (tramp-open-connection-setup-interactive-shell)
17918 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
17919 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
17920 (tramp-process-sentinel): Flush also process' connection property.
17921 (tramp-sh-handle-start-file-process): Do not set process
17922 sentinel. It is done now ...
17923 (tramp-maybe-open-connection): ... here. (Bug#8929)
17924
17925 2011-07-04 MON KEY <monkey@sandpframing.com>
17926
17927 * play/animate.el (animate-string): Doc fixes and allow changing
17928 the buffer name (bug#5417).
17929
17930 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17931
17932 * play/animate.el (animation-buffer-name): Rename from *animate*.
17933
17934 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
17935
17936 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
17937 This is simpler and helps future-proof the code.
17938 (timer-until): Use time-subtract and float-time.
17939 (timer--time-less-p): Use time-less-p.
17940
17941 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
17942
17943 * type-break.el (timep): Use the value of `float-time' to avoid a
17944 byte-compiler warning.
17945
17946 * server.el (server-eval-and-print): Return any result, even nil.
17947
17948 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
17949
17950 * type-break.el: Accept time formats that the builtins accept.
17951 (timep, type-break-time-difference): Accept any format that
17952 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
17953 This is simpler and helps future-proof the code.
17954 (type-break-time-difference): Round rather than ignoring
17955 subseconds components.
17956
17957 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17958
17959 * info.el (Info-apropos-matches): Make non-interactive, since it
17960 doesn't seem to do anything useful as a command (bug#8829).
17961
17962 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
17963
17964 * frame.el (frame-background-mode, frame-set-background-mode):
17965 Move from faces.el.
17966 (frame-default-terminal-background): New function.
17967
17968 * custom.el (custom-push-theme): Don't record faces in `changed'
17969 theme; this doesn't work correctly for per-frame face settings.
17970 (disable-theme): Use face-set-after-frame-default to reset faces.
17971 (custom--frame-color-default): New function.
17972
17973 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17974
17975 * dired.el (dired-flagging-regexp): Remove unused variable
17976 (bug#8769).
17977
17978 2011-03-29 Kevin Ryde <user42@zip.com.au>
17979
17980 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17981 `perl-Test2' extend to match possible "fail #N" rep count
17982 (bug#8377).
17983
17984 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17985
17986 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
17987 `smtpmail-via-smtp' now returns the error instead of nil.
17988
17989 * isearch.el (isearch-search-fun-function): Clarify the doc string
17990 (bug#8101).
17991
17992 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
17993
17994 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
17995 unnecessary spaces (bug#8987).
17996
17997 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17998
17999 * net/network-stream.el (open-network-stream): Use the
18000 :end-of-capability command thoughout.
18001
18002 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
18003
18004 * net/network-stream.el (open-network-stream): Add the
18005 :end-of-capability command parameter, used by pop3.el.
18006
18007 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18008
18009 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
18010
18011 * fringe.el (fringe-query-style): Remove redundant text " (type ?
18012 for list)" (bug#6475).
18013
18014 * files.el (file-expand-wildcards): Ignore non-readable
18015 sub-directories while trying to find matches instead of signaling
18016 an error (bug#6297).
18017
18018 * man.el (Man-reference-regexp): Allow matching possible
18019 word-wrapped references (bug#6289).
18020
18021 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
18022 for consistency with the other vc buffers (bug#6197).
18023 (vc-checkin): Ditto.
18024
18025 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
18026
18027 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
18028
18029 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18030
18031 * custom.el (defcustom): Clarify that :set is only used in the
18032 Customize user interface (bug#6089).
18033
18034 * progmodes/flymake.el (flymake-mode): If the buffer isn't
18035 associated with a file, refuse to run instead of erroring out
18036 (bug#6084).
18037
18038 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
18039 the doc string, since it appears that using `fill-column' always
18040 controls the width (bug#7845).
18041
18042 * simple.el (shell-command-on-region): Say where the error output
18043 went if `shell-command-default-error-buffer' is set (bug#6857).
18044
18045 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
18046
18047 * allout.el (allout-yank-processing): Adjust cursor position for
18048 backwards-deleted space.
18049
18050 (allout-rebullet-heading): Register changes with
18051 allout-exposure-changed-hook, so the modified topic is properly
18052 decorated.
18053
18054 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18055
18056 * minibuffer.el (completion-in-region): Document PREDICATE
18057 (bug#7136).
18058
18059 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
18060 of keyword/argument pairs (bug#6904).
18061
18062 * replace.el (multi-occur):
18063 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
18064
18065 2011-07-02 Drew Adams <drew.adams@oracle.com>
18066
18067 * dired.el (dired-mark-if): Make the message about whether it's
18068 marking or unmarking clearer (bug#8523).
18069
18070 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18071
18072 * disp-table.el (display-table-print-array): New function.
18073 (describe-display-table): Use it to print the vectors more pretty
18074 (Bug#8859).
18075
18076 2011-07-02 Martin Rudalics <rudalics@gmx.at>
18077
18078 * window.el (window-state-get-1): Don't assign clone numbers.
18079 Add clone-of item to list of window parameters.
18080 (window-state-put-2): Don't process clone numbers.
18081 (display-buffer-alist): Fix doc-string.
18082
18083 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18084
18085 * subr.el (remq): Don't allocate if it's not needed.
18086 (keymap--menu-item-binding, keymap--menu-item-with-binding)
18087 (keymap--merge-bindings): New functions.
18088 (keymap-canonicalize): Use them to refine the canonicalization.
18089 * minibuffer.el (minibuffer-local-completion-map)
18090 (minibuffer-local-must-match-map): Move initialization from C.
18091 (minibuffer-local-filename-completion-map): Move initialization from C;
18092 don't inherit from anything here.
18093 (minibuffer-local-filename-must-match-map): Make obsolete.
18094 (completing-read-default): Use make-composed-keymap to combine
18095 minibuffer-local-filename-completion-map with either
18096 minibuffer-local-must-match-map or
18097 minibuffer-local-filename-completion-map.
18098
18099 2011-07-01 Glenn Morris <rgm@gnu.org>
18100
18101 * type-break.el (type-break-time-sum): Use dolist.
18102
18103 * textmodes/flyspell.el (flyspell-word-search-backward):
18104 Replace CL function.
18105
18106 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18107
18108 * mouse.el (mouse--strip-first-event): New function.
18109 (function-key-map): Use it to map fringe clicks to normal clicks
18110 by default.
18111
18112 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
18113 (vc-bzr-revision-completion-table): Add support for annotate and date.
18114
18115 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
18116 inherit from parent.
18117
18118 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18119
18120 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
18121 (dired-show-file-type): Doc fixup (bug#8818).
18122
18123 * dired.el (dired-mode): Fix up the doc string as suggested by
18124 Drew Adams (bug#8817).
18125
18126 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
18127 cookie, since the manual says that it should be possible to add
18128 this function to `find-file-hook' (bug#8709).
18129
18130 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
18131
18132 * progmodes/cfengine.el: Moved all cfengine3.el functionality
18133 here. Noted Ted Zlatanov as the maintainer.
18134 (cfengine-common-settings, cfengine-common-syntax): New functions
18135 to set up common things between `cfengine-mode' and
18136 `cfengine3-mode'.
18137 (cfengine3-mode): New mode.
18138 (cfengine3-defuns cfengine3-defuns-regex
18139 (cfengine3-class-selector-regex cfengine3-category-regex)
18140 (cfengine3-vartypes cfengine3-font-lock-keywords)
18141 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
18142 (cfengine3-indent-line): Add from cfengine3.el.
18143
18144 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
18145
18146 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
18147
18148 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
18149
18150 2011-07-01 Martin Rudalics <rudalics@gmx.at>
18151
18152 * window.el (same-window-buffer-names, same-window-regexps)
18153 (same-window-p, special-display-frame-alist)
18154 (special-display-popup-frame, special-display-function)
18155 (special-display-buffer-names, special-display-regexps)
18156 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
18157 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18158 (split-window-preferred-function, split-height-threshold)
18159 (split-width-threshold, even-window-heights)
18160 (display-buffer-mark-dedicated, window-splittable-p)
18161 (split-window-sensibly, window-safely-shrinkable-p):
18162 Un-obsolete.
18163 (display-buffer): Don't spread args with function specifier
18164 because special-display-popup-frame won't like it.
18165
18166 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
18167
18168 Time-stamp simplifications and fixes.
18169 These improve accuracy slightly, and future-proof the code
18170 against some potential changes to current-time format.
18171
18172 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
18173 by using time-since and float-time.
18174
18175 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
18176 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
18177 + NNN microseconds".
18178
18179 * type-break.el (type-break-time-sum): Rewrite using time-add.
18180
18181 * play/hanoi.el (hanoi-current-time-float): Remove.
18182 All uses replaced by float-time.
18183
18184 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
18185 This yields a more-accurate answer.
18186 (rng-time-to-float): Remove; no longer needed.
18187
18188 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
18189
18190 * calendar/timeclock.el (timeclock-seconds-to-time):
18191 Defalias to seconds-to-time, since they're the same thing.
18192
18193 * emacs-lisp/elp.el (elp-elapsed-time):
18194 * emacs-lisp/benchmark.el (benchmark-elapse):
18195 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
18196
18197 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18198
18199 * window.el (bury-buffer): Don't iconify the only frame.
18200 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
18201 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
18202
18203 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
18204
18205 * eshell/em-smart.el (eshell-smart-display-navigate-list):
18206 Add mouse-yank-primary.
18207
18208 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
18209
18210 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
18211
18212 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18213
18214 * emacs-lisp/find-func.el (find-library--load-name): New fun.
18215 (find-library-name): Use it to find relative load names when provided
18216 absolute file name (bug#8803).
18217
18218 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
18219
18220 * textmodes/flyspell.el (flyspell-word): Consider words that
18221 differ only in case as potential doublons (bug#5687).
18222
18223 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
18224 Remove two rather uninteresting debugging-like messages to make
18225 debbugs.el more silent.
18226
18227 * comint.el (comint-password-prompt-regexp): Accept "Response" as
18228 a password-like phrase.
18229
18230 2011-06-30 Masatake YAMATO <yamato@redhat.com>
18231
18232 * progmodes/cc-guess.el: New file.
18233
18234 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
18235
18236 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
18237 derived from `c-basic-common-init'.
18238
18239 * progmodes/cc-mode.el (top-level): Require cc-guess.
18240 (c-basic-common-init): Use `cc-choose-style-for-mode'.
18241
18242 2011-06-30 Lawrence Mitchell <wence@gmx.li>
18243
18244 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
18245
18246 2011-06-30 Alan Mackenzie <acm@muc.de>
18247
18248 * progmodes/cc-engine.el (c-guess-continued-construct):
18249 Correct the handling of template-args-cont, particularly for when font
18250 lock is disabled. Name this case as "CASE G".
18251
18252 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
18253
18254 * allout.el (allout-yank-processing): Fix injection of extra space
18255 between bullet and non-whitespace character in first topic when
18256 pasting, ensuring that the actual spacing in the pasted topic
18257 following the bullet char is preserved. This extra space was
18258 causing pasted encrypted topics to get a decrypted status even
18259 when the content was actually still encrypted. Now the decryption
18260 status from before the paste is preserved.
18261
18262 (allout-flag-region): Set all allout overlays so they evaporate
18263 when reduced to zero length (evanescent), to prevent overlay
18264 leakage.
18265
18266 2011-06-30 Glenn Morris <rgm@gnu.org>
18267
18268 * w32-fns.el (w32-charset-info-alist): Declare.
18269
18270 * find-dired.el (find-grep-options): Simplify.
18271
18272 * term/ns-win.el (ns-set-resource): Declare.
18273
18274 * ses.el (row, col): Declare dynamic variables honestly.
18275
18276 * textmodes/reftex-parse.el (index-tags): Declare.
18277
18278 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
18279
18280 * cus-edit.el (customize-push-and-save): New function.
18281
18282 * files.el (hack-local-variables-confirm): Use it.
18283
18284 * custom.el (load-theme): New arg NO-CONFIRM.
18285 Use customize-push-and-save (Bug#8720).
18286 (custom-enabled-themes): Doc fix.
18287
18288 * cus-theme.el (customize-create-theme)
18289 (custom-theme-merge-theme): Callers to load-theme changed.
18290
18291 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
18292
18293 * thingatpt.el (thing-at-point-short-url-regexp): Require that
18294 short URLs have at least one dot in them (bug #7614).
18295
18296 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
18297 nil, because using a pty is apparently too slow (bug #895).
18298
18299 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18300
18301 * mail/sendmail.el (sendmail-query-once): New function.
18302 (sendmail-query-once-function): New variable.
18303
18304 2011-06-29 Glenn Morris <rgm@gnu.org>
18305
18306 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
18307
18308 * ses.el (top-level): Require cl when compiling.
18309 (ses-set-localvars): Fix error statement.
18310 Call it at compile time to silence a storm of warnings.
18311
18312 2011-06-29 Martin Rudalics <rudalics@gmx.at>
18313
18314 * window.el (normalize-live-buffer): Rename to
18315 window-normalize-buffer.
18316 (normalize-live-frame): Rename to window-normalize-frame.
18317 (normalize-any-window): Rename to window-normalize-any-window.
18318 (normalize-live-window): Rename to window-normalize-live-window.
18319 (make-window-atom): Rename to window-make-atom.
18320 (window-resize-reset): Rename to window--resize-reset.
18321 (window-resize-reset-1): Rename to window--resize-reset-1.
18322 (resize-mini-window): Rename to window--resize-mini-window.
18323 (resize-subwindows-skip-p): Rename to
18324 window--resize-subwindows-skip-p.
18325 (resize-subwindows-normal): Rename to
18326 window--resize-subwindows-normal.
18327 (resize-subwindows): Rename to window--resize-subwindows.
18328 (resize-other-windows): Rename to window--resize-siblings.
18329 (resize-this-window): Rename to window--resize-this-window.
18330 (resize-root-window): Rename to window--resize-root-window.
18331 (resize-root-window-vertically): Rename to
18332 window--resize-root-window-vertically.
18333 (normalize-buffer-to-display): Rename to
18334 window-normalize-buffer-to-display.
18335 (normalize-buffer-to-switch-to): Rename to
18336 window-normalize-buffer-to-switch-to.
18337 Correspondingly update all callers of the functions listed
18338 above.
18339 (display-buffer-alist, display-buffer-normalize-arguments)
18340 (display-buffer-normalize-options, display-buffer)
18341 (display-buffer-alist-set): Use "function" instead of
18342 "fun-with-args".
18343
18344 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
18345
18346 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
18347 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
18348 debbugs.gnu.org. Mention acknowledgment email.
18349
18350 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
18351
18352 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
18353 buffer multibyteness, since it shouldn't matter.
18354
18355 2011-06-28 Martin Rudalics <rudalics@gmx.at>
18356
18357 * window.el (display-buffer-in-side-window): Handle dedicated
18358 windows as in display-buffer-reuse-window.
18359 (display-buffer-normalize-alist): Use value of override
18360 specifier.
18361 (display-buffer-normalize-specifiers): Use value of
18362 other-window-means-other-frame specifier.
18363 (display-buffer-alist): Rewrite some texts in widgets.
18364 (display-buffer): Spread arguments when calling function
18365 specified by fun-with-args.
18366
18367 2011-06-28 Deniz Dogan <deniz@dogan.se>
18368
18369 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18370 Unnest `let'.
18371
18372 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
18373 selectors (Bug#5732).
18374 (css-proprietary-nmstart-re): Use `regexp-opt'.
18375
18376 2011-06-27 Jari Aalto <jari.aalto@cante.net>
18377
18378 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
18379 (eshell-ls-date-format): New defcustom.
18380 (eshell-ls-file): Use it.
18381
18382 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
18383
18384 * help-fns.el (describe-variable): Fix message for terminal-local vars.
18385
18386 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
18387
18388 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
18389 (ange-ftp-make-tmp-name): New arg.
18390 (ange-ftp-file-local-copy): Use it.
18391
18392 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
18393
18394 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
18395 no-conversion (Bug#8870).
18396
18397 2011-06-27 Martin Rudalics <rudalics@gmx.at>
18398
18399 * window.el (window-right, window-left, window-child)
18400 (window-child-count, window-last-child)
18401 (window-iso-combination-p, walk-window-tree-1)
18402 (window-atom-check-1, window-tree-1, delete-window)
18403 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
18404 new naming conventions - window-vchild, window-hchild,
18405 window-next and window-prev are now called window-top-child,
18406 window-left-child, window-next-sibling and window-prev-sibling
18407 respectively.
18408 (resize-window-reset): Rename to window-resize-reset.
18409 (resize-window-reset-1): Rename to window-resize-reset-1.
18410 (resize-window): Rename to window-resize.
18411 (window-min-height, window-min-width)
18412 (resize-mini-window, resize-this-window, resize-root-window)
18413 (resize-root-window-vertically, adjust-window-trailing-edge)
18414 (enlarge-window, shrink-window, maximize-window)
18415 (minimize-window, delete-window, quit-restore-window)
18416 (split-window, balance-windows, balance-windows-area-adjust)
18417 (balance-windows-area, window-state-put-2)
18418 (display-buffer-even-window-sizes, display-buffer-set-height)
18419 (display-buffer-set-width, set-window-text-height)
18420 (fit-window-to-buffer): Rename all "resize-window" prefixed
18421 calls to use the "window-resize" prefix convention.
18422 (display-buffer-alist): Fix symbol for label specifier.
18423 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
18424 corresponding specifier.
18425 Reported by Juanma Barranquero <lekktu@gmail.com>.
18426
18427 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
18428
18429 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
18430 convention.
18431 (ses-call-printer): Does not pass an empty string to formatter when the
18432 cell is empty to keep from barking printer Calc math-format-value.
18433
18434 2011-06-27 Richard Stallman <rms@gnu.org>
18435
18436 * battery.el (battery-mode-line-limit): New variable.
18437 (battery-update): Handle it.
18438
18439 * mail/rmailmm.el (rmail-mime-process-multipart):
18440 Handle truncated messages.
18441
18442 2011-06-27 Glenn Morris <rgm@gnu.org>
18443
18444 * progmodes/flymake.el (flymake-err-line-patterns):
18445 Allow for column numbers in the ant/javac pattern. (Bug#8866)
18446
18447 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
18448
18449 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
18450 (ses--clean-!, ses--clean-_): New functions.
18451 (ses-range): Add configurability of readout order, and conversion
18452 to Calc vector.
18453
18454 * ses.el (ses-repair-cell-reference-all): New function.
18455 (ses-cell-symbol): Set macro as safe, so that it can be used in
18456 formulas.
18457
18458 * ses.el: Update cycle detection algorithm.
18459 (ses-localvars): Add ses--Dijkstra-attempt-nb and
18460 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
18461 (ses-set-localvars): New function.
18462 (ses-make-cell): Add property-list as a cell element.
18463 (ses-cell-property-get-fun, ses-cell-property-get)
18464 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
18465 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
18466 New functions.
18467 (ses-cell-property-set, ses-cell-property-pop)
18468 (ses-cell-property-get-handle): New macro.
18469 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
18470 New aliases, used for code readability.
18471 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
18472 cycle detection.
18473 (ses-self-reference-early-detection): New defcustom.
18474 (ses-formula-references): Robustify against self-referring cells.
18475 (ses-mode): Use ses-set-localvars.
18476 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
18477 before lauching the update processing.
18478 (ses-initialize-Dijkstra-attempt): New function.
18479 (ses-recalculate-cell): Update for cycle detection based on
18480 Dijkstra algorithm.
18481
18482 * ses.el: Fix commenting and indenting convention.
18483
18484 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
18485
18486 * bs.el (bs-cycle-next): Complete last change.
18487
18488 2011-06-27 Drew Adams <drew.adams@oracle.com>
18489
18490 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
18491
18492 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18493
18494 * net/network-stream.el (network-stream-open-starttls):
18495 Don't re-get capabilities unless we've reestablished connection.
18496 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
18497
18498 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
18499 to binary to possibly avoid line encoding issues on Windows (among
18500 other things).
18501
18502 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
18503
18504 * net/network-stream.el (open-network-stream): Return an :error
18505 saying what the problem was, if possible.
18506
18507 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
18508 server.
18509
18510 * net/network-stream.el (network-stream-open-starttls): If we
18511 wanted to use STARTTLS, and the server offered it, but we weren't
18512 able to because we had no STARTTLS support, then close the connection.
18513 (open-network-stream): Return an :error element, if present.
18514
18515 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
18516
18517 * hl-line.el (hl-line-sticky-flag): Doc fix.
18518 (global-hl-line-sticky-flag): New option (Bug#8323).
18519 (global-hl-line-highlight): Obey it.
18520
18521 * vc/vc.el (vc-revert-show-diff): Default to t.
18522
18523 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
18524
18525 * allout-widgets.el (allout-widgets-post-command-business):
18526 Stop decorating intermediate isearch matches. They're not being
18527 undecorated when an isearch is continued past, and isearch
18528 automatically collapses them. This leads to "widget leaks", where
18529 decorated items accumulate in collapsed areas. Lines with lots of
18530 hidden widgets can slow down cursor travel, substantially.
18531 Too much complicated machinery would be needed to ensure undecoration,
18532 so we're doing without this nicety.
18533
18534 (allout-widgets-tally-string): Don't try to do a hash-table-count
18535 of allout-widgets-tally when it's nil. This eliminates spurious "Error
18536 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
18537 *Messages* when allout-widgets-maintain-tally is t.
18538
18539 2011-06-26 Martin Rudalics <rudalics@gmx.at>
18540
18541 * window.el (display-buffer-normalize-argument): Rename to
18542 display-buffer-normalize-arguments. Handle special meaning of
18543 LABEL argument. Respect special-display-function when popping up
18544 a new frame. Fix code searching for a window showing the buffer
18545 on another frame.
18546 (display-buffer-normalize-specifiers):
18547 Call display-buffer-normalize-arguments.
18548 (display-buffer-in-window): Don't undedicate the window if its
18549 buffer remains the same.
18550 Reported by Drew Adams <drew.adams@oracle.com>.
18551 (display-buffer-alist): Add choice for same-window macro
18552 specfier.
18553 (display-buffer): Mention special meaning of LABEL argument in
18554 doc-string. Fix quoting. Don't pop up a new frame even as
18555 fallback.
18556
18557 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
18558
18559 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
18560 avoid deleting the current window in some cases (bug#8911).
18561
18562 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
18563
18564 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
18565 (Bug#8934)
18566
18567 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
18568
18569 * net/network-stream.el (network-stream-open-starttls):
18570 Use built-in TLS support if `gnutls-available-p' is true.
18571 (network-stream-open-tls): Ditto.
18572
18573 2011-06-26 Leo Liu <sdl.web@gmail.com>
18574
18575 * register.el (registerv): New struct.
18576 (registerv-make): New function.
18577 (jump-to-register, describe-register-1, insert-register):
18578 Support the jump-func, print-func and insert-func slot of a registerv
18579 struct. (Bug#8415)
18580
18581 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
18582
18583 * vc/vc.el (vc-revert-show-diff): New defcustom.
18584 (vc-diff-internal): New arg specifying diff buffer.
18585 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
18586 reuse an existing *vc-diff* buffer (Bug#8927).
18587
18588 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
18589
18590 2011-06-26 Glenn Morris <rgm@gnu.org>
18591
18592 * progmodes/f90.el (f90-critical-indent): New option.
18593 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
18594 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
18595 (f90-mode): Doc fix.
18596 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
18597 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
18598 (f90-beginning-of-block, f90-next-block, f90-indent-region)
18599 (f90-match-end): Handle block, critical.
18600
18601 2011-06-25 Glenn Morris <rgm@gnu.org>
18602
18603 * calendar/diary-lib.el (diary-included-files): Doc fix.
18604 (diary-include-files): New function, extracted from
18605 diary-include-other-diary-files and diary-mark-included-diary-files.
18606 (diary-include-other-diary-files, diary-mark-included-diary-files):
18607 Just call diary-include-files.
18608 (diary-mark-entries): Reset diary-included-files on first call.
18609
18610 * calendar/diary-lib.el (diary-mark-entries)
18611 (diary-mark-included-diary-files):
18612 Visit included diary-files in temp buffers.
18613
18614 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
18615 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
18616 (f90-start-block-re, f90-imenu-generic-expression)
18617 (f90-looking-at-program-block-start, f90-no-block-limit):
18618 Add support for submodules.
18619
18620 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
18621 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
18622
18623 2011-06-25 Eli Zaretskii <eliz@gnu.org>
18624
18625 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
18626 buffer-file-type before setting its value, to avoid disastrous
18627 global effects on decoding files for DOS/Windows systems. (Bug#8780)
18628
18629 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
18630
18631 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
18632
18633 * ses.el (ses-unload-function):
18634 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
18635
18636 * proced.el (proced-unload-function):
18637 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
18638
18639 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
18640
18641 * server.el (server-create-window-system-frame): Add parameters arg.
18642 (server-process-filter): Doc fix. Handle frame-parameters.
18643
18644 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
18645
18646 Fix bug#8730, bug#8781.
18647
18648 * loadhist.el (unload--set-major-mode): New function.
18649 (unload-feature): Use it.
18650
18651 * progmodes/python.el (python-after-info-look): Add autoload cookie.
18652 (python-unload-function): New function.
18653
18654 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
18655
18656 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
18657
18658 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
18659
18660 * net/browse-url.el (browse-url-firefox-program): Add icecat to
18661 the candidates list.
18662
18663 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
18664
18665 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
18666
18667 2011-06-23 Richard Stallman <rms@gnu.org>
18668
18669 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
18670 (rmail-variables): Set next-error-move-function.
18671 (rmail-what-message): Take argument POS.
18672 (rmail-next-error-move): New function.
18673
18674 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
18675
18676 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
18677 messages for adjacent non-terminals.
18678
18679 2011-06-23 Richard Stallman <rms@gnu.org>
18680
18681 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
18682 (rmail-show-message-1): Preserve buffer modified flag.
18683 (rmail-start-mail): Don't specify use of rmail-mail-return;
18684 that's done by mail-bury now.
18685 (rmail-mail-return): Handle arg NEWBUF.
18686
18687 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
18688
18689 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
18690 SIZE is a number.
18691
18692 2011-06-23 Martin Rudalics <rudalics@gmx.at>
18693
18694 * window.el (get-lru-window, get-mru-window)
18695 (get-largest-window): Never return a minibuffer window.
18696 (display-buffer-pop-up-window): Fix a bug that could lead to
18697 reusing the minibuffer window.
18698 (display-buffer): Pass original specifier argument to
18699 display-buffer-function instead of the normalized one.
18700 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18701
18702 2011-06-22 Leo Liu <sdl.web@gmail.com>
18703
18704 * minibuffer.el (completing-read-function)
18705 (completing-read-default): Move from minibuf.c.
18706
18707 2011-06-22 Richard Stallman <rms@gnu.org>
18708
18709 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
18710 to Rmail even if not started by a special Rmail command.
18711
18712 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
18713 Copy the buffer currently showing just one message.
18714
18715 2011-06-22 Roland Winkler <winkler@gnu.org>
18716
18717 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
18718 (bibtex-clean-entry): First delete the old key so that a
18719 customized algorithm for generating the new key does not get
18720 confused by the old key.
18721 (bibtex-url): Obey regexp of first step.
18722 (bibtex-search-entries): Do not use add-to-list with local
18723 list-var.
18724
18725 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18726
18727 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
18728 stored a user name, then query for the password first, instead of
18729 waiting for SMTP to give an error message and the trying again.
18730
18731 2011-06-22 Lawrence Mitchell <wence@gmx.li>
18732
18733 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
18734 BUFFER in call-process.
18735
18736 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18737
18738 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
18739 QUIT twice.
18740 (smtpmail-try-auth-methods): Require user name and password from
18741 auth-source.
18742
18743 2011-06-22 Martin Rudalics <rudalics@gmx.at>
18744
18745 * window.el (display-buffer-default-specifiers)
18746 (display-buffer-alist): Remove entries for pop-up-frame-alist.
18747 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
18748 (split-window): Normalize SIDE argument (Bug#8916).
18749
18750 * frame.el (pop-up-frame-alist, pop-up-frame-function)
18751 (special-display-frame-alist, special-display-popup-frame):
18752 Remove duplicate declarations. These are now in window.el.
18753
18754 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18755
18756 * mail/smtpmail.el (smtpmail-via-smtp):
18757 Set :use-starttls-if-possible so that we always use STARTTLS if the
18758 server supports it. SMTP servers that support STARTTLS commonly
18759 require it.
18760
18761 * net/network-stream.el (network-stream-open-starttls): Support
18762 upgrading to STARTTLS always, even if we don't have built-in support.
18763 (open-network-stream): Add the :always-query-capabilities keyword.
18764
18765 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
18766 upgrades with `open-network-stream', and rely solely on
18767 auth-source for all credentials. Big changes throughout the file,
18768 but in particular:
18769 (smtpmail-auth-credentials): Remove.
18770 (smtpmail-starttls-credentials): Remove.
18771 (smtpmail-via-smtp): Check for servers saying they want AUTH after
18772 MAIL FROM, too.
18773
18774 * net/network-stream.el (network-stream-open-starttls):
18775 Provide support for client certificates both for external and built-in
18776 STARTTLS.
18777 (auth-source): Require.
18778 (open-network-stream): Document the :client-certificate keyword.
18779 (network-stream-certificate): Change cert-cert to cert and
18780 cert-key to key.
18781
18782 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
18783
18784 * net/tramp-cache.el (top): Don't load the persistency file when
18785 "emacs -Q" has been called.
18786
18787 2011-06-21 Tim Harper <timcharper@gmail.com>
18788
18789 * term/ns-win.el (ns-initialize-window-system):
18790 Set application-specific `ApplePressAndHoldEnabled' system
18791 resource to NO as it is not yet supported by the NS port.
18792
18793 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
18794
18795 * misc.el (list-dynamic-libraries--refresh): Compute header here...
18796 (list-dynamic-libraries): ...not here.
18797
18798 2011-06-21 Leo Liu <sdl.web@gmail.com>
18799
18800 * subr.el (sha1): Implement sha1 using secure-hash.
18801
18802 2011-06-21 Martin Rudalics <rudalics@gmx.at>
18803
18804 * window.el (display-buffer-alist): In default value do not
18805 enforce searching a window on any but the selected frame.
18806 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18807 (display-buffer-select-window): Remove function.
18808 (display-buffer-in-window): When a window on another frame gets
18809 reused, do not select it any more but just raise its frame if
18810 necessary (Bug#8851) and (Bug#8856).
18811 (display-buffer-normalize-options): Handle pop-up-frames related
18812 options more faithfully.
18813 (pop-to-buffer): Don't rely on `display-buffer' selecting the
18814 window if it is on another frame.
18815 (display-buffer-alist, display-buffer-default-specifiers):
18816 Don't make new frame unsplittable by default.
18817 (display-buffer-normalize-argument): Fix doc-string typo and use
18818 'same-frame-other-window instead of 'other-window when associating
18819 with display-buffer-macro-specifiers.
18820
18821 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
18822
18823 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
18824 New functions.
18825 (5x5-mode-map, 5x5-mode-menu): Bind them.
18826 (5x5-draw-grid): Tweak the solver's rendering.
18827
18828 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
18829
18830 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
18831 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
18832
18833 2011-06-21 Drew Adams <drew.adams@oracle.com>
18834
18835 * menu-bar.el: Use function variable instead of switch-to-buffer.
18836 (menu-bar-select-buffer-function): New variable.
18837 (menu-bar-update-buffers): Use it (bug#8876).
18838
18839 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
18840
18841 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
18842 variable's status.
18843
18844 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
18845
18846 * x-dnd.el (x-dnd-version-from-flags)
18847 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
18848 and long as number (Bug#8899).
18849 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
18850
18851 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
18852
18853 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
18854 (completion-try-completion, completion-all-completions): Compute the
18855 metadata argument if it's missing; make it optional (bug#8795).
18856
18857 * wid-edit.el: Use lex-bind and move towards completion-at-point.
18858 (widget-complete): Use new :completion-function property.
18859 (widget-completions-at-point): New function.
18860 (default): Use :completion-function instead of :complete.
18861 (widget-default-completions): Rename from widget-default-complete;
18862 Rewrite.
18863 (widget-string-complete, widget-file-complete, widget-color-complete):
18864 Remove functions.
18865 (file, symbol, function, variable, coding-system, color):
18866 * international/mule-cmds.el (default-input-method, charset)
18867 (language-info-custom-alist):
18868 * cus-edit.el (face): Use new property :completions.
18869
18870 * progmodes/pascal.el (pascal-completions-at-point): New function.
18871 (pascal-mode): Use it.
18872 (pascal-mode-map): Use completion-at-point.
18873 (pascal-toggle-completions): Make obsolete.
18874 (pascal-complete-word, pascal-show-completions):
18875 * progmodes/octave-mod.el (octave-complete-symbol):
18876 Redefine as obsolete alias.
18877 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
18878 Signal absence of completion info for old Octave,
18879 (inferior-octave-complete): Redefine as obsolete alias.
18880 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
18881 (meta-completions-at-point): Rename from meta-complete-symbol and
18882 adapt it for use on completion-at-point-functions.
18883 (meta-common-mode): Use it.
18884 (meta-looking-at-backward, meta-match-buffer): Remove.
18885 (meta-complete-symbol): Redefine as obsolete alias.
18886 (meta-common-mode-map): Use completion-at-point.
18887 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
18888 (makefile-mode-map): Use completion-at-point.
18889 (makefile-completions-at-point): Rename from makefile-complete and
18890 adapt it for use on completion-at-point-functions.
18891 (makefile-mode): Use it.
18892 (makefile-complete): Redefine as obsolete alias.
18893
18894 2011-06-20 Deniz Dogan <deniz@dogan.se>
18895
18896 * net/rcirc.el: Delete trailing whitespaces once and for all.
18897
18898 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
18899
18900 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
18901
18902 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
18903
18904 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
18905
18906 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
18907
18908 2011-06-19 Martin Rudalics <rudalics@gmx.at>
18909
18910 * window.el (display-buffer-other-window-means-other-frame):
18911 Call display-buffer-normalize-alist.
18912 (display-buffer-normalize-specifiers-1): Rename to
18913 display-buffer-normalize-argument. New argument other-frame.
18914 Rewrite.
18915 (display-buffer-normalize-specifiers-2): Rename to
18916 display-buffer-normalize-options.
18917 (display-buffer-normalize-alist-1): New function.
18918 (display-buffer-normalize-specifiers-3): Rename to
18919 display-buffer-normalize-alist.
18920 Call display-buffer-normalize-alist-1.
18921 (display-buffer-normalize-options-inhibit): New variable.
18922 (display-buffer-normalize-specifiers): Rewrite calling
18923 display-buffer-normalize-alist,
18924 display-buffer-normalize-argument, and
18925 display-buffer-normalize-options. Don't call the latter if
18926 display-buffer-normalize-options-inhibit is non-nil.
18927 (frame-auto-delete): New option.
18928 (window-deletable-p): Use frame-auto-delete.
18929 (window-list-no-nils, window-state-ignored-parameters)
18930 (window-state-get-1, window-state-get, window-state-put-list)
18931 (window-state-put-1, window-state-put-2, window-state-put):
18932 New functions.
18933 (display-buffer-normalize-options): Move special-display-p group
18934 after pop-up-frame group (Bug#8851) and (Bug#8856).
18935
18936 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
18937
18938 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
18939 groups (Bug#8776).
18940 (rx-submatch-n): New function.
18941 (rx): Document it.
18942
18943 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
18944 (Bug#8768).
18945
18946 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
18947
18948 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
18949
18950 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
18951 anytime existing face settings are present (Bug#8889).
18952
18953 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
18954 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
18955 Remove unused argument.
18956
18957 2011-06-18 Martin Rudalics <rudalics@gmx.at>
18958
18959 * window.el (display-buffer-default-specifiers):
18960 Remove pop-up-frame. Add pop-up-window-min-height,
18961 pop-up-window-min-width, and another reuse-window specifier
18962 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
18963 (display-buffer-normalize-specifiers-2):
18964 Handle split-height-threshold and split-width-threshold also when
18965 pop-up-windows is unset. Add a reuse-window specifier for the
18966 case popping up a new window fails.
18967 (special-display-popup-frame): Remove double quoting.
18968 (display-buffer-normalize-specifiers-1): Fix thinko.
18969
18970 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
18971
18972 * shell.el (shell-completion-vars): Set pcomplete-termination-string
18973 according to comint-completion-addsuffix.
18974
18975 * pcomplete.el: Convert to lexical binding and fix bug#8819.
18976 (pcomplete-suffix-list): Mark as obsolete.
18977 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
18978 pcomplete-seen in the closure.
18979 (pcomplete-comint-setup): Setup completion-at-point as well.
18980 (pcomplete--entries): New function.
18981 (pcomplete--env-regexp): New var.
18982 (pcomplete-entries): Rewrite to work with partial-completion and
18983 without relying on pcomplete-suffix-list.
18984 (pcomplete-pare-list): Remove, unused.
18985
18986 2011-06-17 Martin Rudalics <rudalics@gmx.at>
18987
18988 * window.el (display-buffer-alist): Set pop-up-window-min-height
18989 and pop-up-window-min-width in default value. Reported by
18990 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
18991 other-window-means-other-frame.
18992 (display-buffer-macro-specifiers): Comment out entry for
18993 other-window specifier.
18994 (display-buffer-other-window-means-other-frame): New function.
18995 (display-buffer-normalize-specifiers-1): New arguments
18996 buffer-name and label. Treat other-window case specially.
18997 (display-buffer-normalize-specifiers-2): Treat other-window case
18998 specially.
18999 (display-buffer-normalize-specifiers-3): New function.
19000 (display-buffer-normalize-specifiers):
19001 Call display-buffer-normalize-specifiers-3.
19002
19003 2011-06-17 Martin Rudalics <rudalics@gmx.at>
19004
19005 * window.el (same-window-p): Fix two typos introduced when
19006 adding with-no-warnings.
19007 (display-buffer-normalize-specifiers-1): Don't check
19008 pop-up-frames for 'unset initialization.
19009 (display-buffer-normalize-specifiers-2): Major rewrite using
19010 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
19011 (pop-up-frames, display-buffer-reuse-frames)
19012 (display-buffer-mark-dedicated): Don't initialize to 'unset.
19013 Suggested by David Engster <deng@randomsample.de>.
19014 (even-window-heights): Initialize to 'unset.
19015 (display-buffer-alist-set): Handle new 'unset initializations.
19016 (display-buffer-macro-specifiers): Don't pop up a new frame in the
19017 other window case.
19018
19019 2011-06-16 Martin Rudalics <rudalics@gmx.at>
19020
19021 * window.el (display-buffer-normalize-specifiers-1):
19022 Respect current value of pop-up-frames for most reasonable values of
19023 second argument of display-buffer (Bug#8865).
19024 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
19025 (switch-to-buffer-other-window-same-frame)
19026 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
19027 Adams (Bug#8875).
19028 (display-buffer): Don't check noninteractive when calling
19029 display-buffer-pop-up-frame.
19030 (display-buffer-pop-up-frame): Never pop up a frame in
19031 noninteractive mode (Bug#8857).
19032 (enlarge-window, shrink-window): Don't report an error when the
19033 window can't be resized as requested (Bug#8862).
19034
19035 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19036
19037 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
19038
19039 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
19040
19041 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
19042
19043 2011-06-15 Alan Mackenzie <acm@muc.de>
19044
19045 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
19046 for declarators, disable knr checking to speed up for normal files.
19047 2: Refactor, replacing a sequence of nested if forms by a cond form.
19048
19049 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19050
19051 * net/network-stream.el (open-network-stream): Add the keyword
19052 :always-query-capabilities for the case where you want to force a
19053 `plain' network connection, but the protocol still requires the
19054 capabilitiy command (i.e., SMTP and EHLO).
19055
19056 * subr.el (process-live-p): Rename from `process-alive-p' for
19057 consistency with other `-live-p' functions.
19058
19059 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19060
19061 * window.el (same-window-buffer-names, same-window-regexps)
19062 (special-display-frame-alist, special-display-popup-frame)
19063 (special-display-function, special-display-buffer-names)
19064 (special-display-regexps, pop-up-frame-alist)
19065 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
19066 (pop-up-windows, split-window-preferred-function)
19067 (split-height-threshold, split-width-threshold, even-window-heights)
19068 (display-buffer-mark-dedicated): Don't encourage the use of
19069 display-buffer-alist from Elisp code.
19070
19071 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
19072
19073 * progmodes/python.el (python-mode): Derive from prog-mode.
19074 * progmodes/ps-mode.el (ps-mode):
19075 * progmodes/mixal-mode.el (mixal-mode):
19076 * progmodes/cfengine.el (cfengine-mode):
19077 * progmodes/ld-script.el (ld-script-mode): Likewise.
19078
19079 2011-06-15 Martin Rudalics <rudalics@gmx.at>
19080
19081 * window.el (display-buffer-alist): Trim default value to avoid
19082 popping up a new frame (Bug#8857) or reusing an arbitrary window
19083 on another frame.
19084 (display-buffer): Do not fall back on popping up a new frame in
19085 batch mode (Bug#8857).
19086
19087 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
19088
19089 * cus-theme.el (describe-theme-1): Use custom-theme-p.
19090 (custom-theme-summary): New function.
19091 (customize-themes): Use it.
19092
19093 2011-06-13 Glenn Morris <rgm@gnu.org>
19094
19095 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
19096
19097 2011-06-13 Martin Rudalics <rudalics@gmx.at>
19098
19099 * help.el (help-window): Remove variable.
19100 (help-window-point-marker, temp-buffer-max-height)
19101 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
19102 (help-print-return-message): Don't set help-window.
19103 (resize-temp-buffer-window): Rewrite cod eand doc-string.
19104 (help-window-setup-finish): Remove.
19105 (help-window-display-message, help-window-setup)
19106 (with-help-window): Major rewrite based on new
19107 display-buffer-window variable.
19108
19109 * help-mode.el (help-mode-finish): Remove help-window related
19110 code.
19111
19112 * view.el (view-exits-all-viewing-windows): Remove reference to
19113 view-return-to-alist in doc-string.
19114 (view-return-to-alist): Make obsolete.
19115 (view-buffer): Call pop-to-buffer-same-window and remove
19116 undo-window code.
19117 (view-buffer-other-window): Call pop-to-buffer-other-window and
19118 simplify code. Ignore second argument.
19119 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
19120 simplify code. Ignore second argument.
19121 (view-return-to-alist-update): Make obsolete.
19122 (view-mode-enter): Rename second argument to QUIT-RESTORE.
19123 Rewrite using quit-restore window parameters.
19124 (view-mode-exit): Rename second argument to EXIT-ONLY.
19125 Rewrite using quit-restore-window.
19126 (View-exit, View-exit-and-edit, View-leave, View-quit)
19127 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
19128 appropriate arguments.
19129 (view-end-message): Use quit-restore window parameter.
19130
19131 * window.el (display-buffer-function): Rewrite doc-string.
19132 (display-buffer-window, display-buffer-alist): New variables.
19133 (display-buffer-split-specifiers)
19134 (display-buffer-side-specifiers)
19135 (display-buffer-macro-specifiers): New constants.
19136 (display-buffer-even-window-sizes, display-buffer-set-height)
19137 (display-buffer-set-width, display-buffer-select-window)
19138 (display-buffer-in-window, display-buffer-reuse-window)
19139 (display-buffer-split-window-1, display-buffer-split-window)
19140 (display-buffer-split-atom-window, display-buffer-pop-up-window)
19141 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
19142 (display-buffer-in-side-window, normalize-buffer-to-display)
19143 (display-buffer-normalize-specifiers-1)
19144 (display-buffer-normalize-specifiers-2)
19145 (display-buffer-normalize-specifiers, display-buffer-frame):
19146 New functions.
19147 (display-buffer): Major rewrite.
19148 (display-buffer-other-window, display-buffer-other-frame)
19149 (pop-to-buffer, switch-to-buffer-other-window)
19150 (switch-to-buffer-other-frame): Rewrite.
19151 (display-buffer-same-window, display-buffer-same-frame)
19152 (display-buffer-same-frame-other-window)
19153 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
19154 (pop-to-buffer-other-window)
19155 (pop-to-buffer-same-frame-other-window)
19156 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
19157 (switch-to-buffer-other-window-same-frame): New functions.
19158 (same-window-p, special-display-p): Rewrite disabling warnings.
19159 Make obsolete.
19160 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19161 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
19162 Make obsolete
19163 (same-window-buffer-names, same-window-regexps)
19164 (special-display-frame-alist, special-display-popup-frame)
19165 (special-display-function, special-display-buffer-names)
19166 (special-display-regexps, pop-up-frame-alist)
19167 (pop-up-frame-function, split-window-preferred-function)
19168 (split-height-threshold, split-width-threshold)
19169 (even-window-heights): Make obsolete.
19170
19171 2011-06-12 Glenn Morris <rgm@gnu.org>
19172
19173 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
19174 Misc simplifications.
19175
19176 2011-06-12 Martin Rudalics <rudalics@gmx.at>
19177
19178 * window.el (window-safely-shrinkable-p): Restore function which
19179 was inadvertently removed in change from 2011-06-11. Declare as
19180 obsolete.
19181
19182 * calendar/calendar.el (calendar-generate-window):
19183 Use window-iso-combined-p instead of combination of one-window-p and
19184 window-safely-shrinkable-p.
19185
19186 2011-06-12 Glenn Morris <rgm@gnu.org>
19187
19188 * progmodes/fortran.el (fortran-mode-syntax-table):
19189 * progmodes/f90.el (f90-mode-syntax-table):
19190 Set % to punctuation. (Bug#8820)
19191 (f90-find-tag-default): Remove, no longer needed.
19192
19193 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
19194
19195 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
19196
19197 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
19198
19199 * image.el (image-animated-p): Return animation delay in seconds.
19200 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
19201 (image-animate-timeout): Remove DELAY argument. Don't assume
19202 every subimage has the same delay; get it from image-animated-p.
19203 (image-animate): Caller changed.
19204
19205 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
19206
19207 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
19208 to ignored backtrace functions.
19209
19210 2011-06-11 Glenn Morris <rgm@gnu.org>
19211
19212 * calendar/appt.el (appt-disp-window-function): Doc fix.
19213 (appt-check): Handle overlapping appointments. (Bug#8337)
19214
19215 2011-06-11 Martin Rudalics <rudalics@gmx.at>
19216
19217 * window.el (window-tree-1, window-tree): New functions, moving
19218 the latter to window.el.
19219 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19220 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19221 (bw-refresh-edges): Remove.
19222 (balance-windows-1, balance-windows-2): New functions.
19223 (balance-windows): Rewrite in terms of window tree functions,
19224 balance-windows-1 and balance-windows-2.
19225 (bw-adjust-window): Remove.
19226 (balance-windows-area-adjust): New function with functionality of
19227 bw-adjust-window but using resize-window.
19228 (set-window-text-height): Rewrite doc-string.
19229 Use normalize-live-window and resize-window.
19230 (enlarge-window-horizontally, shrink-window-horizontally):
19231 Rename argument to DELTA.
19232 (window-buffer-height): New function.
19233 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
19234 Rewrite using new window resize routines.
19235 (kill-buffer-and-window, mouse-autoselect-window-select):
19236 Use ignore-errors instead of condition-case.
19237 (quit-window): Call delete-frame instead of delete-windows-on
19238 for the only buffer on frame.
19239
19240 2011-06-10 Martin Rudalics <rudalics@gmx.at>
19241
19242 * loadup.el (top-level): Load window before files for the sake
19243 of replace-buffer-in-windows.
19244
19245 * files.el (read-buffer-to-switch)
19246 (switch-to-buffer-other-window)
19247 (switch-to-buffer-other-frame, display-buffer-other-frame):
19248 Move to window.el.
19249
19250 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
19251 (previous-buffer): Move to window.el.
19252
19253 * bindings.el (unbury-buffer): Move to window.el.
19254
19255 * window.el (delete-other-windows-vertically): Move after
19256 definition of delete-other-windows.
19257 (other-window, delete-windows-on, replace-buffer-in-windows):
19258 Move here from window.c.
19259 (record-window-buffer, unrecord-window-buffer)
19260 (set-window-buffer-start-and-point, switch-to-prev-buffer)
19261 (switch-to-next-buffer): New functions.
19262 (get-next-valid-buffer, last-buffer, next-buffer): Move here
19263 from simple.el. Call switch-to-next-buffer.
19264 (previous-buffer): Move here from simple.el.
19265 Call switch-to-prev-buffer.
19266 (bury-buffer): Move here from buffer.c. Switch to previous
19267 buffer when window cannot be deleted.
19268 (unbury-buffer): Move here from bindings.el.
19269 (ctl-x-map): Move binding for other-window from window.c to
19270 here.
19271 (read-buffer-to-switch, switch-to-buffer-other-window)
19272 (switch-to-buffer-other-frame): Move here from files.el.
19273 (normalize-buffer-to-switch-to): New functions.
19274 (switch-to-buffer): Move here from buffer.c.
19275 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
19276
19277 2011-06-10 Martin Rudalics <rudalics@gmx.at>
19278
19279 * window.el (window-min-height, window-min-width): Move here
19280 from window.c. Add defcustoms and rewrite doc-strings.
19281 (resize-mini-window, resize-window): New functions.
19282 (adjust-window-trailing-edge, enlarge-window, shrink-window):
19283 Move here from window.c.
19284 (maximize-window, minimize-window): New functions.
19285 (delete-window, delete-other-windows, split-window): Move here
19286 from window.c.
19287 (window-split-min-size): New function.
19288 (split-window-keep-point): Mention split-window-above-each-other
19289 instead of split-window-vertically.
19290 (split-window-above-each-other, split-window-vertically):
19291 Rename split-window-vertically to split-window-above-each-other
19292 and provide defalias for old definition.
19293 (split-window-side-by-side, split-window-horizontally):
19294 Rename split-window-horizontally to split-window-side-by-side
19295 and provide defalias for the old definition.
19296 (ctl-x-map): Move bindings for delete-window,
19297 delete-other-windows and enlarge-window here from window.c.
19298 Replace bindings for split-window-vertically and
19299 split-window-horizontally by bindings for
19300 split-window-above-each-other and split-window-side-by-side.
19301
19302 * cus-start.el (all): Remove entries for window-min-height and
19303 window-min-width. Add entries for window-splits and
19304 window-nest.
19305
19306 2011-06-09 Glenn Morris <rgm@gnu.org>
19307
19308 * calendar/appt.el (appt-mode-line): New function.
19309 (appt-check, appt-disp-window): Use it.
19310
19311 * files.el (hack-one-local-variable-eval-safep):
19312 Allow minor-modes with explicit +/-1 arguments.
19313
19314 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
19315
19316 * term/xterm.el (xterm): Add defgroup.
19317 (xterm-extra-capabilities): Add defcustom to supply known xterm
19318 capabilities, skip querying them, or query them (default).
19319 (terminal-init-xterm): Use it.
19320 (terminal-init-xterm-modify-other-keys): New function to set up
19321 modifyOtherKeys support to simplify `terminal-init-xterm'.
19322
19323 2011-06-09 Martin Rudalics <rudalics@gmx.at>
19324
19325 * window.el (resize-window-reset, resize-window-reset-1)
19326 (resize-subwindows-skip-p, resize-subwindows-normal)
19327 (resize-subwindows, resize-other-windows, resize-this-window)
19328 (resize-root-window, resize-root-window-vertically)
19329 (window-deletable-p, window-or-subwindow-p)
19330 (frame-root-window-p): New functions.
19331
19332 2011-06-09 Glenn Morris <rgm@gnu.org>
19333
19334 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
19335 (ange-ftp-get-files): Use it.
19336
19337 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
19338
19339 * mail/sendmail.el (mail-recover-1, mail-recover):
19340 * files.el (recover-file, recover-session):
19341 Handle dired-listing-switches not being just a single short option.
19342
19343 2011-06-09 Glenn Morris <rgm@gnu.org>
19344
19345 * calendar/appt.el (appt-display-message, appt-disp-window):
19346 Handle lists of appointments.
19347
19348 2011-06-08 Martin Rudalics <rudalics@gmx.at>
19349
19350 * window.el (one-window-p): Move down in code.
19351 Rewrite doc-string.
19352 (window-current-scroll-bars): Rewrite doc-string.
19353 Normalize live window argument.
19354 (walk-windows, get-window-with-predicate, count-windows):
19355 Rewrite doc-string. Use window-list-1.
19356 (window-in-direction-2, window-in-direction, get-mru-window):
19357 New functions.
19358
19359 2011-06-08 Reuben Thomas <rrt@sc3d.org>
19360
19361 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
19362 Doc fix (Bug#8713).
19363
19364 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
19365
19366 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
19367
19368 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
19369
19370 * loadhist.el (unload-feature-special-hooks):
19371 Add `comint-output-filter-functions'.
19372
19373 2011-06-08 Ivan Kanis <gnu@kanis.fr>
19374
19375 * calendar/appt.el (appt-check): Move some initializations into the let.
19376
19377 2011-06-08 Martin Rudalics <rudalics@gmx.at>
19378
19379 * window.el (window-height): Defalias to window-total-height.
19380 (window-width): Defalias to window-body-width.
19381
19382 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
19383
19384 * image-mode.el (image-toggle-animation): New command.
19385 (image-mode-map): Bind it to RET.
19386 (image-mode): Update message.
19387 (image-toggle-display-image): Avoid a spurious cache flush.
19388 (image-transform-rotation): Doc fix.
19389 (image-transform-properties): Return quickly in the normal case.
19390 (image-animate-loop): Rename from image-animate-max-time.
19391
19392 * image.el (image-animate-max-time): Move to image-mode.el.
19393 (create-animated-image): Remove unnecessary function.
19394 (image-animate): Rename from image-animate-start. New arg.
19395 (image-animate-stop): Remove; just use image-animate-timer.
19396 (image-animate-timer): Use car-safe.
19397 (image-animate-timeout): Rename argument.
19398
19399 2011-06-07 Martin Rudalics <rudalics@gmx.at>
19400
19401 * window.el (get-lru-window, get-largest-window): Move here from
19402 window.c. Rename first argument to ALL-FRAMES.
19403 Rephrase doc-strings.
19404 (get-buffer-window-list): Rewrite using window-list-1.
19405 Rephrase doc-string.
19406 (window-safe-min-height, window-safe-min-width): New constants.
19407 (window-size-ignore, window-min-size, window-min-size-1)
19408 (window-sizable, window-sizable-p, window-size-fixed-1)
19409 (window-size-fixed-p, window-min-delta-1, window-min-delta)
19410 (window-max-delta-1, window-max-delta, window-resizable)
19411 (window-resizable-p, window-total-height, window-total-width)
19412 (window-body-width): New functions.
19413 (window-full-height-p, window-full-width-p): Rewrite using
19414 window-total-size.
19415 (window-body-height): Rewrite using window-body-size.
19416
19417 2011-06-06 Martin Rudalics <rudalics@gmx.at>
19418
19419 * window.el (window-right, window-left, window-child)
19420 (window-child-count, window-last-child, window-any-p)
19421 (normalize-live-buffer, normalize-live-frame)
19422 (normalize-any-window, normalize-live-window)
19423 (window-iso-combination-p, window-iso-combined-p)
19424 (window-iso-combinations)
19425 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
19426 (windows-with-parameter, window-with-parameter)
19427 (window-atom-root, make-window-atom, window-atom-check-1)
19428 (window-atom-check, window-side-check, window-check):
19429 New functions.
19430 (ignore-window-parameters, window-sides, window-sides-vertical)
19431 (window-sides-slots): New variables.
19432 (window-size-fixed): Move down in code. Minor doc-string fix.
19433
19434 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
19435
19436 * comint.el (comint-dynamic-complete-as-filename)
19437 (comint-dynamic-complete-filename): Correctly call
19438 completion-in-region.
19439
19440 2011-06-05 Deniz Dogan <deniz@dogan.se>
19441
19442 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
19443 in last change.
19444
19445 2011-06-05 Deniz Dogan <deniz@dogan.se>
19446
19447 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
19448 (rcirc): Use it to prompt for encryption.
19449
19450 2011-06-05 Roland Winkler <winkler@gnu.org>
19451
19452 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
19453 (bibtex-search-entries): New command bound to C-c C-a.
19454 (bibtex-display-entries): New function.
19455
19456 2011-06-05 Roland Winkler <winkler@gnu.org>
19457
19458 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
19459 (bibtex-insert-kill): After yanking insert newline if necessary.
19460 (bibtex-initialize): Call bibtex-string-files-init only once.
19461 (bibtex-mode): Do not call easy-menu-add.
19462 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
19463 (bibtex-yank): Set arg properly if nil.
19464
19465 2011-06-05 Roland Winkler <winkler@gnu.org>
19466
19467 * textmodes/bibtex.el (bibtex-search-entry-globally):
19468 New variable.
19469 (bibtex-search-entry): Use it.
19470
19471 2011-06-05 Roland Winkler <winkler@gnu.org>
19472
19473 * textmodes/bibtex.el (bibtex-entry-format): New option
19474 sort-fields.
19475 (bibtex-format-entry, bibtex-reformat): Honor this option.
19476 (bibtex-parse-entry): Return fields in proper order.
19477
19478 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
19479
19480 * doc-view.el (doc-view-remove-if): Move computation of result out
19481 of `dolist' to silence misleading lexical-binding warning.
19482
19483 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
19484
19485 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
19486 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
19487
19488 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
19489
19490 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
19491 "SunOS 5.10".
19492
19493 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
19494
19495 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
19496 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
19497 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
19498 (tramp-parse-putty):
19499 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
19500 (tramp-completion-function-alist-ssh)
19501 (tramp-completion-function-alist-telnet)
19502 (tramp-completion-function-alist-su)
19503 (tramp-completion-function-alist-putty): Set `tramp-autoload'
19504 cookie.
19505
19506 * net/tramp-ftp.el:
19507 * net/tramp-sh.el:
19508 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
19509 load "tramp.el" `tramp-set-completion-function'.
19510
19511 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
19512
19513 * shell.el: Require and use pcomplete.
19514 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
19515 (shell-completion-vars): Set pcomplete-default-completion-function.
19516
19517 2011-06-04 Deniz Dogan <deniz@dogan.se>
19518
19519 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
19520 `memq' (Bug#8799).
19521
19522 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
19523
19524 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
19525
19526 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
19527
19528 * bs.el (bs--mark-unmark, bs--nth-wrapper):
19529 * mpc.el (mpc-select-extend, mpc-songpointer-context):
19530 * vc/log-view.el (log-view-beginning-of-defun):
19531 * vc/smerge-mode.el (smerge-apply-resolution-patch)
19532 (smerge-refine-forward, smerge-refine-chopup-region):
19533 Silence warning for unused `dotimes' counter variables.
19534
19535 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
19536
19537 * net/tramp.el (tramp-with-progress-reporter): Rename from
19538 with-progress-reporter. Use `declare'.
19539 * net/tramp-smb.el:
19540 * net/tramp-sh.el:
19541 * net/tramp-gvfs.el: Update all uses.
19542
19543 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
19544
19545 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
19546 buffer isn't killed before making it current.
19547
19548 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19549
19550 Silence various byte-compiler warnings.
19551 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
19552 `access-type' and new obsolescence format.
19553 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
19554 new format.
19555 (byte-compile-check-variable): New `access-type' argument.
19556 Only warn if the access-type is obsolete.
19557 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
19558 (byte-compile-variable-set): Adjust callers.
19559 * help-fns.el (describe-variable): Adjust to new obsolescence format.
19560 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
19561 setting it as obsolete.
19562 * simple.el (minibuffer-completing-symbol):
19563 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
19564 access as obsolete.
19565 * minibuffer.el (minibuffer-completing-file-name): Don't make it
19566 obsolete yet.
19567 * international/quail.el (quail-mouse-choose-completion): Remove unused
19568 code referring to obsolete var.
19569 (quail-choose-completion-string): Remove.
19570 * server.el (server-clients-with, server-kill-buffer-query-function)
19571 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
19572 * proced.el (proced-send-signal):
19573 * emacs-lisp/lisp.el (lisp-complete-symbol):
19574 Replace completion-annotate-function with completion-extra-properties.
19575
19576 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19577
19578 * simple.el (goto-line): Use read-number.
19579 (overriding-map-is-bound): Remove.
19580 (saved-overriding-map): Change default.
19581 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
19582 Take the map as argument.
19583 (universal-argument, negative-argument, digit-argument): Use it.
19584 (restore-overriding-map): Adjust.
19585 (do-auto-fill): Use fill-forward-paragraph.
19586 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
19587
19588 * minibuffer.el (minibuffer-inactive-mode-map): New var.
19589 (minibuffer-inactive-mode): New major mode.
19590 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
19591 the *Messages* buffer" hack.
19592 (mouse-popup-menubar): Don't burp if the event is a normal key.
19593
19594 Miscellaneous tweaks.
19595 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
19596 lexical scoping as in subr.el's dolist and dotimes.
19597 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
19598 Silence compiler warning.
19599 * thingatpt.el (forward-whitespace): Trivial coding style fix.
19600 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
19601 * international/ccl.el (ccl-compile): Trivial simplification.
19602 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
19603 * emacs-lisp/testcover.el (testcover-end): Remove spurious
19604 `printflag' argument.
19605 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
19606 Purecopy the whole obsolescence data.
19607
19608 2011-06-01 Leo Liu <sdl.web@gmail.com>
19609
19610 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
19611 improve doc-string as suggested by Marco Pessotto
19612 <melmothx@gmail.com>.
19613 (rcirc-print): Fix last change.
19614
19615 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19616
19617 * minibuffer.el (complete-with-action): Return nil for the metadata and
19618 boundaries of non-functional tables.
19619 (completion-table-dynamic): Return nil for the metadata.
19620 (completion-table-with-terminator): Add default case, using
19621 complete-with-action.
19622 (completion--metadata): New function.
19623 (completion-all-sorted-completions, minibuffer-completion-help): Use it
19624 to try and avoid pathological performance problems.
19625 (completion--embedded-envvar-table): Return `category' metadata.
19626
19627 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
19628
19629 * subr.el (process-alive-p): New tiny convenience function.
19630
19631 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19632
19633 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
19634 content but also its previous major mode.
19635
19636 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
19637
19638 * emacs-lisp/debug.el (debug): Restore the previous content of the
19639 *Backtrace* buffer when we exit with C-M-c.
19640
19641 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19642
19643 * minibuffer.el: Add metadata method to completion tables.
19644 (completion-category-overrides): New defcustom.
19645 (completion-metadata, completion--field-metadata)
19646 (completion-metadata-get, completion--styles)
19647 (completion--cycle-threshold): New functions.
19648 (completion-try-completion, completion-all-completions):
19649 Add `metadata' argument to choose completion-styles.
19650 (completion--do-completion): Use metadata to choose cycling.
19651 (completion-all-sorted-completions): Use metadata for sorting.
19652 Remove :completion-cycle-penalty which is not needed any more.
19653 (completion--try-word-completion): Add `metadata' argument.
19654 (minibuffer-completion-help): Check metadata for annotation function
19655 and sorting.
19656 (completion-file-name-table): Return `category' metadata.
19657 (minibuffer-completing-file-name): Make obsolete.
19658 * simple.el (minibuffer-completing-symbol): Make obsolete.
19659 * icomplete.el (icomplete-completions): Pass new `metadata' param to
19660 completion-try-completion.
19661
19662 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19663
19664 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
19665
19666 2011-05-30 Leo Liu <sdl.web@gmail.com>
19667
19668 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
19669 (rcirc-print): Decode all incoming messages (bug#8744).
19670 (rcirc-decode-coding-system): Allow value nil for automatic coding
19671 system detection.
19672
19673 2011-06-01 Glenn Morris <rgm@gnu.org>
19674
19675 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
19676
19677 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
19678
19679 * image.el (image-animate-max-time): Allow nil and t values.
19680 Default to nil.
19681 (create-animated-image): Doc fix.
19682 (image-animate-start): Remove second arg; just use
19683 image-animate-max-time.
19684 (image-animate-timeout): Doc fix. Args changed.
19685
19686 * image-mode.el (image-toggle-display-image): Ensure that the
19687 image spec passed to the animate timer is the same object as in
19688 the buffer's display property (Bug#6981).
19689 (image-transform-properties): Doc fix.
19690
19691 * image.el (image-animate-max-time): Default to nil.
19692
19693 2011-05-29 Martin Rudalics <rudalics@gmx.at>
19694
19695 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
19696 entire buffer list (Bug#8184).
19697
19698 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
19699
19700 * image.el (imagemagick-types-inhibit)
19701 (imagemagick-register-types): Doc fix.
19702
19703 2011-05-29 Deniz Dogan <deniz@dogan.se>
19704
19705 * net/rcirc.el (rcirc): Use the user's stored encryption method by
19706 default.
19707
19708 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
19709
19710 * select.el: Don't perform clipboard-manager saving in hooks;
19711 leave the hooks empty.
19712
19713 2011-05-28 Leo Liu <sdl.web@gmail.com>
19714
19715 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
19716 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
19717 (occur-edit-mode): New major mode (Bug#8463).
19718 (occur-after-change-function): New function.
19719 (occur-engine): Give Occur tags a read-only property.
19720
19721 2011-05-28 Kevin Ryde <user42@zip.com.au>
19722
19723 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
19724
19725 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
19726
19727 * bindings.el (help-echo): Make the initial non-indicator dash
19728 empty on graphical terminals (Bug#7295).
19729
19730 * files.el (auto-mode-alist): Move config rule after the
19731 in-stripping one (Bug#8547).
19732
19733 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
19734
19735 * startup.el (normal-splash-screen): Remove gratuitous mode-line
19736 setting (Bug#8740).
19737
19738 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
19739
19740 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
19741 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
19742 (Bug#8539).
19743
19744 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
19745
19746 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
19747
19748 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
19749
19750 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
19751 (hs-hide-block-at-point, hs-find-block-beginning)
19752 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
19753 (Bug#8279).
19754
19755 2011-05-28 Glenn Morris <rgm@gnu.org>
19756
19757 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
19758
19759 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
19760
19761 * help-fns.el (describe-function-1): If the function is a derived
19762 major mode, print the parent mode.
19763
19764 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
19765 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
19766
19767 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
19768
19769 * minibuffer.el (completion--capf-wrapper): Check applicability before
19770 returning non-nil for non-exclusive completion data.
19771 * progmodes/etags.el (tags-completion-at-point-function):
19772 * info-look.el (info-lookup-completions-at-point): Mark as
19773 non-exclusive.
19774 (info-complete): Adjust accordingly.
19775
19776 * info-look.el: Convert to lexical-binding and completion-at-point.
19777 (info-lookup-completions-at-point): New function.
19778 (info-complete): Use it and completion-in-region.
19779
19780 2011-05-28 Drew Adams <drew.adams@oracle.com>
19781
19782 * isearch.el: Let M-e start with point at the first mismatched char.
19783 (isearch-fail-pos): New function.
19784 (isearch-edit-string): Use it.
19785
19786 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
19787
19788 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
19789
19790 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
19791
19792 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
19793 traversal functions for avl-trees.
19794 (avl-tree--stack): New struct.
19795 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
19796 (avl-tree-enter): Add optional `updatefun' arg.
19797 (avl-tree--do-enter): Add optional `updatefun' arg.
19798 Change return value.
19799 (avl-tree-delete): Add optional `test' and `nilflag' args.
19800 (avl-tree--do-delete): Add `test' and `nilflag' args.
19801 Change return value.
19802 (avl-tree-member): Add optional `nilflag'
19803 (avl-tree-member-p): New function.
19804 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
19805 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
19806 (avl-tree-stack-empty-p): New functions.
19807
19808 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
19809 avl-tree--del-balance1 and make it work both ways.
19810 (avl-tree--del-balance2): Remove.
19811 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
19812 make it work both ways.
19813 (avl-tree--enter-balance2): Remove.
19814 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
19815 New macros.
19816 (avl-tree--mapc, avl-tree-map): Add direction argument.
19817
19818 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
19819
19820 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
19821
19822 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
19823
19824 * select.el: Support clipboard managers with built-in function
19825 x-clipboard-manager-save, via delete-frame-functions and
19826 kill-emacs-hook.
19827 (xselect-convert-to-targets): Add MULTIPLE target to list.
19828 (xselect-convert-to-save-targets): New function.
19829
19830 2011-05-27 Kenichi Handa <handa@m17n.org>
19831
19832 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
19833 let-binding rfc2047-encode-encoded-words to nil.
19834
19835 2011-05-27 Glenn Morris <rgm@gnu.org>
19836
19837 * mail/emacsbug.el: Don't require url-util.
19838
19839 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
19840
19841 * files.el (set-auto-mode):
19842 Also respect mode: entries at the end of the file. (Bug#8586)
19843
19844 2011-05-26 Glenn Morris <rgm@gnu.org>
19845
19846 * files.el (hack-local-variables-prop-line, hack-local-variables):
19847 Downcase mode names, as seems to be traditional.
19848 (hack-local-variables, hack-local-variables-apply): Doc fixes.
19849
19850 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
19851 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
19852
19853 2011-05-25 Julien Danjou <julien@danjou.info>
19854
19855 * textmodes/rst.el (rst-define-level-faces): Do not define face
19856 symbol if it is already defined.
19857
19858 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
19859
19860 * play/5x5.el (5x5-new-game, 5x5-randomize):
19861 Reset 5x5-solver-output to nil when a new grid is cast.
19862 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
19863 these debugging traces, as defmacro breaks the compiled code.
19864
19865 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
19866
19867 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
19868
19869 2011-05-24 Leo Liu <sdl.web@gmail.com>
19870
19871 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
19872 (vc-bzr-sha1): Adapt.
19873
19874 * sha1.el: Remove. Function `sha1' is now builtin.
19875
19876 * bindings.el: Provide sha1 feature.
19877
19878 2011-05-24 Kenichi Handa <handa@m17n.org>
19879
19880 * mail/sendmail.el: Require `rfc2047'.
19881 (mail-insert-from-field): Do not perform RFC2047 encoding.
19882 (mail-encode-header): New function.
19883 (sendmail-send-it): Set buffer-file-coding-system of the work
19884 buffer to the return value of select-message-coding-system.
19885 Call mail-encode-header.
19886
19887 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
19888
19889 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
19890
19891 * mail/supercite.el (sc-default-cite-frame):
19892 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
19893
19894 2011-05-24 Glenn Morris <rgm@gnu.org>
19895
19896 * progmodes/python.el (brm-menu): Declare.
19897
19898 * emulation/viper.el (viper-set-hooks): Declare.
19899
19900 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
19901 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
19902 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
19903 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
19904 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
19905 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
19906
19907 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
19908
19909 Add an :exit-function for completion-at-point.
19910
19911 * minibuffer.el (completion--done): New fun.
19912 (completion--do-completion): Use it. New arg `expect-exact'.
19913 (minibuffer-complete, minibuffer-complete-word): Don't output message,
19914 since completion--do-completion does it for us now.
19915 (minibuffer-force-complete): Use completion--done and
19916 completion--replace. Handle sole-completion case with more care.
19917 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
19918 (completion-extra-properties): New var.
19919 (completion-annotate-function): Make obsolete.
19920 (minibuffer-completion-help): Adjust accordingly.
19921 Use completion-list-insert-choice-function.
19922 (completion-at-point, completion-help-at-point):
19923 Bind completion-extra-properties.
19924 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
19925 * simple.el (completion-list-insert-choice-function): New var.
19926 (completion-setup-function): Preserve it.
19927 (choose-completion): Pay attention to it, shuffle the code a bit.
19928 (choose-completion-string): New arg `insert-function'.
19929
19930 * textmodes/bibtex.el: Convert to lexical binding.
19931 (bibtex-mode-map): Use completion-at-point.
19932 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
19933 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
19934 (bibtex-complete): Define as obsolete alias.
19935 (bibtex-complete-internal): Remove.
19936 (bibtex-format-entry): Remove unused sub-group in regexp.
19937 * shell.el (shell--command-completion-data)
19938 (shell-environment-variable-completion):
19939 * pcomplete.el (pcomplete-completions-at-point):
19940 * comint.el (comint--complete-file-name-data): Use :exit-function
19941 instead of completion-table-with-terminator so it also works for
19942 choose-completion.
19943
19944 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
19945
19946 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
19947
19948 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
19949 (bug#8710).
19950
19951 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
19952
19953 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
19954
19955 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
19956 customization variable and implement: If non-nil, auto-fill will
19957 be inhibited while on topic's header line.
19958
19959 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
19960
19961 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
19962 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
19963 always have a solution in grid size = 5 cases.
19964 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
19965 (5x5-solver-output, 5x5-log-buffer): New vars.
19966 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
19967 Make these variables buffer local to achieve 5x5 multi-session-ness.
19968 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
19969 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
19970 (5x5-solve-suggest): New funs.
19971 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
19972 randomize a grid so that we ensure that there is always a solution.
19973 (5x5-make-random-grid): Allow other movement than flipping.
19974
19975 2011-05-23 Kevin Ryde <user42@zip.com.au>
19976
19977 * emacs-lisp/advice.el (ad-read-advised-function):
19978 Use `function-called-at-point' as the default, if it has
19979 advice and passes PREDICATE.
19980
19981 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
19982
19983 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
19984 byte-compile-lambda if it's actually a lambda.
19985
19986 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
19987 Fix function quoting. Use backquote better.
19988
19989 2011-05-22 Yuanle Song <sylecn@gmail.com>
19990
19991 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
19992 matching (Bug#8516).
19993
19994 2011-01-22 Jari Aalto <jari.aalto@cante.net>
19995
19996 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
19997 different face (Bug#8178).
19998
19999 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
20000
20001 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
20002 defface (Bug#8144).
20003
20004 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20005
20006 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
20007 funcall as well (bug#8712). Warn when performing those conversions.
20008 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
20009
20010 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
20011
20012 2011-05-22 Glenn Morris <rgm@gnu.org>
20013
20014 * files.el (hack-local-variables-prop-line): Small simplifications.
20015 (hack-local-variables, hack-local-variables-prop-line):
20016 If MODE-ONLY, return the mode, rather than just `t'.
20017
20018 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
20019
20020 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
20021
20022 2011-05-21 Glenn Morris <rgm@gnu.org>
20023
20024 * files.el (hack-local-variables-prop-line, hack-local-variables):
20025 If only interested in the mode, don't bother doing the other stuff.
20026
20027 * image-mode.el (image-after-revert-hook):
20028 Redraw all frames on which the image is visible. (Bug#8567)
20029
20030 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
20031
20032 * wid-edit.el (widget-checklist-match-inline):
20033 Fix 2011-04-19 change. (Bug#8649)
20034
20035 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20036
20037 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
20038 Also allow singlespace after single-letter capitals followed by a dot.
20039
20040 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
20041 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
20042
20043 2011-05-20 Nix <nix@esperi.org.uk>
20044
20045 * files.el (basic-save-buffer-2):
20046 Fix handling of break-hardlink-on-save with non-existent files.
20047
20048 2011-05-19 Deniz Dogan <deniz@dogan.se>
20049
20050 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
20051 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
20052
20053 2011-05-19 Glenn Morris <rgm@gnu.org>
20054
20055 * progmodes/f90.el (f90-type-def-re):
20056 Handle "type, bind(c)". (Bug#8691)
20057
20058 * emacs-lisp/autoload.el (batch-update-autoloads):
20059 Set autoload-excludes by parsing loadup.el rather than Makefiles.
20060
20061 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
20062
20063 * net/tramp.el (tramp-process-actions): Set "first-password-request"
20064 property for the correct connection in case of multihops.
20065
20066 2011-05-18 Glenn Morris <rgm@gnu.org>
20067
20068 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
20069 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
20070
20071 Rationalize calendar handling of day and month abbrev-arrays.
20072 * calendar/calendar.el (calendar-customized-p): New function.
20073 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
20074 (calendar-day-name-array, calendar-month-name-array): Doc fix.
20075 Add :set function.
20076 (calendar-abbrev-length, calendar-day-abbrev-array)
20077 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
20078 (calendar-day-abbrev-array, calendar-month-abbrev-array):
20079 Elements may no longer be nil.
20080 (calendar-day-name, calendar-month-name):
20081 Update for changed nature of abbrev arrays.
20082 * calendar/diary-lib.el (diary-name-pattern):
20083 Update for changed nature of abbrev arrays.
20084 (diary-mark-entries-1): Update calendar-make-alist calls.
20085 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
20086 * calendar/cal-html.el (cal-html-day-abbrev-array):
20087 Simply inherit from calendar-day-abbrev-array.
20088
20089 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
20090
20091 * progmodes/grep.el (grep-mode): Disable default
20092 compilation-directory-matcher setting (bug#8684).
20093
20094 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
20095
20096 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
20097 instead of "head" and "tail". There were problems with SunOS 5.9,
20098 and it performs better.
20099
20100 2011-05-17 Glenn Morris <rgm@gnu.org>
20101
20102 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
20103
20104 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
20105 Replace obsolete function.
20106
20107 * shell.el (pcomplete-parse-arguments-function): Declare.
20108
20109 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
20110 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
20111 (appt-check): Doc fixes.
20112 (appt-disp-window-function, appt-delete-window-function):
20113 Remove needless special case in custom :type.
20114 (appt-display-count): Default to 0, not nil.
20115 (appt-check): Reset appt-display-count to 0, not nil.
20116
20117 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
20118
20119 * progmodes/python.el (python-font-lock-keywords):
20120 Add the Python 3.X keyword "nonlocal" (bug#8639).
20121
20122 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
20123
20124 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
20125
20126 2011-05-16 Kevin Ryde <user42@zip.com.au>
20127
20128 * info-look.el (makefile-automake-mode): New setups, looking in
20129 automake manual, then makefile-mode.
20130 (makefile-mode): Remove automake manual, have it just in
20131 makefile-automake-mode since there's various things different or
20132 not relevant to plain make.
20133 (makefile-mode): Remove "other-modes" non-existent automake-mode,
20134 believe a hypothetical automake-mode would go to makefile-mode,
20135 not the other way around.
20136
20137 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
20138
20139 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
20140 hunk-end tags (Bug#8672).
20141
20142 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
20143 vc-annotate-show-diff-revision-at-line (Bug#8671).
20144
20145 2011-05-14 Glenn Morris <rgm@gnu.org>
20146
20147 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
20148 in the middle of an existing one with multiple authors. (Bug#8645)
20149 (change-log-font-lock-keywords): Also handle multiple author lines
20150 with leading tabs. (Bug#8644)
20151
20152 * calendar/appt.el (appt-check): Rename some local variables.
20153 Some simplification/reordering.
20154
20155 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
20156 (feedmail-sendmail-f-doesnt-sell-me-out)
20157 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
20158 (feedmail-debug-sit-for, feedmail-queue-express-hook)
20159 (feedmail-queue-runner-message-sender): Set :version.
20160 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
20161 (bbdb-dwim-net-address, vm-mail): Declare.
20162 (feedmail-binmail-gnulinuxish-template):
20163 Rename from feedmail-binmail-linuxish-template.
20164 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
20165 Use insert-buffer-substring.
20166
20167 2011-05-14 Bill Carpenter <bill@carpenter.org>
20168
20169 * mail/feedmail.el (feedmail-patch-level): Increase.
20170 (feedmail-debug): New custom group.
20171 (feedmail-confirm-outgoing-timeout)
20172 (feedmail-sendmail-f-doesnt-sell-me-out)
20173 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
20174 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
20175 (feedmail-sender-line, feedmail-from-line)
20176 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
20177 (feedmail-spray-this-address)
20178 (feedmail-spray-address-fiddle-plex-list)
20179 (feedmail-queue-use-send-time-for-date)
20180 (feedmail-queue-use-send-time-for-message-id)
20181 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
20182 (feedmail-buffer-eating-function):
20183 Doc fixes.
20184 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
20185 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
20186 (feedmail-message-action-scroll-down): New functions.
20187 (feedmail-queue-directory, feedmail-queue-draft-directory):
20188 Use expand-file-name.
20189 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
20190 Remove C-v help entry.
20191 (feedmail-queue-buffer-file-name): New variable.
20192 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
20193 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
20194 (feedmail-message-action-send-strong, feedmail-message-action-edit)
20195 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
20196 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
20197 (feedmail-message-action-toggle-spray)
20198 (feedmail-run-the-queue-no-prompts)
20199 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
20200 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
20201 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
20202 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
20203 (feedmail-envelope-deducer, feedmail-fiddle-from)
20204 (feedmail-fiddle-sender, feedmail-default-date-generator)
20205 (feedmail-fiddle-date, feedmail-fiddle-message-id)
20206 (feedmail-fiddle-spray-address)
20207 (feedmail-fiddle-list-of-spray-fiddle-plexes)
20208 (feedmail-fiddle-list-of-fiddle-plexes)
20209 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
20210 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
20211 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
20212 Change default. Doc fix.
20213 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
20214 (feedmail-binmail-linuxish-template): New constant.
20215 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
20216 Respect feedmail-sendmail-f-doesnt-sell-me-out.
20217 (feedmail-send-it): Add debug call.
20218 Use feedmail-queue-buffer-file-name, and
20219 feedmail-send-it-immediately-wrapper.
20220 (feedmail-message-action-send): Add debug call.
20221 Use feedmail-send-it-immediately-wrapper.
20222 (feedmail-queue-express-to-queue): Add debug call.
20223 Run feedmail-queue-express-hook.
20224 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
20225 (feedmail-message-action-help-blat):
20226 Rename from feedmail-queue-send-edit-prompt-help-first.
20227 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
20228 Check line-endings. Handle errors better.
20229 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
20230 Doc fix. Add debug call.
20231 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
20232 Use feedmail-queue-send-edit-prompt-inner.
20233 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
20234 (feedmail-queue-send-edit-prompt-inner): New function, extracted
20235 from feedmail-queue-send-edit-prompt.
20236 (feedmail-queue-send-edit-prompt-help)
20237 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
20238 (feedmail-tidy-up-slug): Add debug call.
20239 Respect feedmail-queue-slug-suspect-regexp.
20240 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
20241 (feedmail-dump-message-to-queue): Add debug call.
20242 Expand queue-directory.
20243 (feedmail-dump-message-to-queue): Change message slightly.
20244 Use feedmail-say-chatter.
20245 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
20246 (feedmail-send-it-immediately-wrapper): New function.
20247 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
20248 Insert empty string rather than newline. Handle full-frame case.
20249 Use catch/throw. Use feedmail-say-chatter.
20250 (feedmail-fiddle-from): Try mail-host-address.
20251 (feedmail-default-message-id-generator): Doc fix.
20252 Bind system-time-locale. Handle missing end.
20253 (feedmail-fiddle-x-mailer): Add debug call.
20254 Handle feedmail-x-mailer-line being nil.
20255 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
20256 Add debug call. Use buffer-substring-no-properties.
20257 (feedmail-say-debug, feedmail-say-chatter): New functions.
20258 (feedmail-find-eoh): Give an explicit error.
20259
20260 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
20261
20262 * net/newst-treeview.el (newsticker-treeview-face): Change default
20263 family from helvetica to sans.
20264 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
20265 etc/images/newsticker.
20266
20267 * net/newst-reader.el (newsticker-feed-face): Change default
20268 family from helvetica to sans.
20269
20270 * net/newst-plainview.el (newsticker-new-item-face)
20271 (newsticker-old-item-face, newsticker-immortal-item-face)
20272 (newsticker-obsolete-item-face, newsticker-date-face)
20273 (newsticker-statistics-face): Change default family from
20274 helvetica to sans.
20275 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
20276 etc/images/newsticker.
20277
20278 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
20279 (newsticker--process-auto-mark-filter-match): Tell user about
20280 auto-marking.
20281
20282 2011-05-13 Didier Verna <didier@xemacs.org>
20283
20284 Common Lisp indentation improvements on defmethod and lambda-lists.
20285 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
20286 TODO entries.
20287 (lisp-lambda-list-keyword-parameter-indentation)
20288 (lisp-lambda-list-keyword-parameter-alignment)
20289 (lisp-lambda-list-keyword-alignment): New customizable user options.
20290 (lisp-indent-defun-method): Improve docstring.
20291 (extended-loop-p): Fix comment.
20292 (lisp-indent-lambda-list-keywords-regexp): New variable.
20293 (lisp-indent-lambda-list): New function.
20294 (lisp-indent-259): Use it.
20295 (lisp-indent-defmethod): Support for more than one
20296 method qualifier and properly indent methods lambda-lists.
20297 (defgeneric): Provide a missing common-lisp-indent-function property.
20298
20299 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
20300
20301 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
20302 bounds for the empty string (bug#8667).
20303
20304 2011-05-13 Glenn Morris <rgm@gnu.org>
20305
20306 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
20307
20308 * mail/sendmail.el (sendmail-program): Try executable-find first.
20309 (sendmail-send-it): `sendmail-program' cannot be unbound.
20310
20311 * calendar/appt.el (appt-make-list): Simplify.
20312 (appt-time-msg-list): Doc fix.
20313 (appt-check): Change mode-line message at the time of the appointment.
20314
20315 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
20316
20317 * progmodes/ld-script.el (ld-script-keywords)
20318 (ld-script-builtins): Update keywords list.
20319
20320 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20321
20322 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
20323
20324 * shell.el (shell-completion-vars): New function.
20325 (shell-mode):
20326 * simple.el (read-shell-command): Use it.
20327 (blink-matching-open): No need for " [...]" in minibuffer-message.
20328
20329 2011-05-12 Glenn Morris <rgm@gnu.org>
20330
20331 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
20332 (appt-check): Simplify.
20333
20334 2011-05-12 Eli Zaretskii <eliz@gnu.org>
20335
20336 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
20337 literal "/dev/null".
20338
20339 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20340
20341 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
20342 Fix typo.
20343
20344 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
20345
20346 * progmodes/which-func.el (which-function):
20347 Use add-log-current-defun instead of add-log-current-defun-function,
20348 which might not be defined (Bug#8260).
20349
20350 2011-05-12 Glenn Morris <rgm@gnu.org>
20351
20352 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
20353 Let byte-compile-initial-macro-environment always take precedence.
20354
20355 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20356
20357 * net/rcirc.el: Add support for SSL/TLS connections.
20358 (rcirc-server-alist): New field `encryption'.
20359 (rcirc): Check `encryption' settings.
20360 (rcirc-connect): New arg `encryption'. Use open-network-stream.
20361 Merge make-local-variable into `set'.
20362 (rcirc--connection-open-p): New function.
20363 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
20364 the process is not a network process (e.g. running gnutls-cli).
20365 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
20366 Make rcirc-(en|de)code-coding-system local here.
20367 (rcirc-mode): Merge make-local-variable into `set'.
20368 (rcirc-parent-buffer): Make permanent buffer-local.
20369 (rcirc-multiline-minor-mode): Don't do it here.
20370 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
20371 there's no server buffer.
20372
20373 2011-05-11 Glenn Morris <rgm@gnu.org>
20374
20375 * newcomment.el (comment-kill): Prefix "unused" local.
20376
20377 * term/w32console.el (get-screen-color): Declare.
20378
20379 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
20380 Handle symbol elements of byte-compile-initial-macro-environment.
20381
20382 2011-05-10 Leo Liu <sdl.web@gmail.com>
20383
20384 * bookmark.el (bookmark-bmenu-mode-map):
20385 Bind bookmark-bmenu-search to `/'.
20386
20387 * mail/footnote.el: Convert to utf-8 encoding.
20388 (footnote-unicode-string, footnote-unicode-regexp): New variable.
20389 (Footnote-unicode): New function.
20390 (footnote-style-alist): Add unicode style to the list.
20391 (footnote-style): Doc fix.
20392
20393 2011-05-10 Jim Meyering <meyering@redhat.com>
20394
20395 Fix doubled-word typos.
20396 * international/quail.el (quail-insert-kbd-layout): and and -> and
20397 * kermit.el: and and -> and
20398 * net/ldap.el (ldap-search-internal): to to -> to
20399 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
20400 * progmodes/js.el (js-mode): and and -> and
20401 * textmodes/artist.el (artist-move-to-xy): at at -> at
20402 (artist-draw-region-trim-line-endings): if if -> if
20403 And Safetyc -> Safety.
20404 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
20405
20406 2011-05-10 Glenn Morris <rgm@gnu.org>
20407 Stefan Monnier <monnier@iro.umontreal.ca>
20408
20409 * files.el (hack-one-local-variable-eval-safep):
20410 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
20411
20412 2011-05-10 Glenn Morris <rgm@gnu.org>
20413
20414 * calendar/diary-lib.el (diary-list-entries-hook)
20415 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
20416 (diary-nongregorian-marking-hook, diary-list-entries)
20417 (diary-include-other-diary-files, diary-mark-entries)
20418 (diary-mark-included-diary-files): Doc fixes.
20419
20420 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
20421
20422 * misc.el: Require tabulated-list.el during compilation.
20423
20424 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
20425
20426 * progmodes/compile.el (compilation-start):
20427 Run compilation-filter-hook for the async case too.
20428 (compilation-filter-hook): Doc fix.
20429
20430 2011-05-09 Deniz Dogan <deniz@dogan.se>
20431
20432 * wdired.el: Remove outdated installation comment. Fix usage
20433 comment.
20434
20435 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
20436
20437 * misc.el: Implement new command `list-dynamic-libraries'.
20438 (list-dynamic-libraries--loaded-only-p): New variable.
20439 (list-dynamic-libraries--refresh): New function.
20440 (list-dynamic-libraries): New command.
20441
20442 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
20443
20444 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20445 Fix the ant regexp to handle end-line and end-column info from jikes.
20446 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
20447 higher priority to avoid clobbering by gnu.
20448
20449 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
20450
20451 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
20452 if the face has existing theme settings (Bug#8454).
20453
20454 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
20455
20456 * progmodes/perl-mode.el (perl-imenu-generic-expression):
20457 Only match variables declared via `my' or `our' (Bug#8261).
20458
20459 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
20460 special file names `.' and `..' (Bug#8259).
20461
20462 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
20463
20464 * progmodes/grep.el (grep-mode-font-lock-keywords):
20465 Remove buffer-changing entries.
20466 (grep-filter): New function.
20467 (grep-mode): Add it to compilation-filter-hook.
20468
20469 * progmodes/compile.el (compilation-filter-hook)
20470 (compilation-filter-start): New defvars.
20471 (compilation-filter): Call compilation-filter-hook prior to
20472 updating the process mark.
20473
20474 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
20475
20476 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
20477
20478 2011-05-07 Eli Zaretskii <eliz@gnu.org>
20479
20480 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
20481 mailclient-send-it even if window-system is nil. (Bug#8595)
20482
20483 * term/w32console.el (terminal-init-w32console):
20484 Call get-screen-color and use its output to set the frame
20485 background-mode. (Bug#8597)
20486
20487 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
20488
20489 Make bytecomp.el understand that defmethod defines funs (bug#8631).
20490 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
20491 New functions.
20492 (defgeneric, eieio--defmethod): Use them.
20493 (eieio-defgeneric): Remove.
20494 (defmethod): Call defgeneric in a way visible to the byte-compiler.
20495
20496 2011-05-07 Glenn Morris <rgm@gnu.org>
20497
20498 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
20499 Use let rather than let*.
20500 (timeclock-find-discrep): Remove unused local.
20501
20502 * calendar/diary-lib.el (diary-comment-start): Doc fix.
20503
20504 * calendar/appt.el (appt-time-msg-list): Doc fix.
20505
20506 2011-05-06 Noah Friedman <friedman@splode.com>
20507
20508 * apropos.el (apropos-print-doc): Only use
20509 emacs-lisp-docstring-fill-column when it is bound to an integer,
20510 per that variable's documentation.
20511
20512 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20513
20514 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
20515 and warnings are not silently discarded (e.g. use -d instead of -P).
20516
20517 2011-05-06 Glenn Morris <rgm@gnu.org>
20518
20519 * calendar/appt.el (appt-message-warning-time): Doc fix.
20520 (appt-warning-time-regexp): New option.
20521 (appt-make-list): Respect appt-message-warning-time.
20522
20523 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
20524 New options.
20525 (diary-add-to-list): Strip comments from the displayed string.
20526 (diary-mode): Set comment-start and comment-end.
20527
20528 * vc/diff-mode.el (smerge-refine-subst): Declare.
20529 (diff-refine-hunk): Don't require smerge-mode when compiling.
20530
20531 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
20532
20533 * simple.el (list-processes): Return nil as the docstring says.
20534
20535 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
20536
20537 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
20538 to "".
20539 (ange-ftp-write-region, ange-ftp-insert-file-contents)
20540 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
20541 determining of binary transfer. (Bug#7383)
20542
20543 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
20544
20545 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20546 Fix port computation bug. (Bug#8618)
20547
20548 2011-05-05 Glenn Morris <rgm@gnu.org>
20549
20550 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
20551
20552 * simple.el (shell-dynamic-complete-functions)
20553 (comint-dynamic-complete-functions): Declare.
20554
20555 * net/network-stream.el (gnutls-negotiate):
20556 * simple.el (tabulated-list-print): Fix declarations.
20557
20558 * progmodes/gud.el (syntax-symbol, syntax-point):
20559 Remove unnecessary and incorrect declarations.
20560
20561 * emacs-lisp/check-declare.el (check-declare-scan):
20562 Handle byte-compile-initial-macro-environment in bytecomp.el.
20563
20564 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20565
20566 Fix earlier half-done eieio-defmethod change (bug#8338).
20567 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
20568 Streamline and change calling convention.
20569 (defmethod): Adjust accordingly and simplify.
20570 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
20571 new eieio--defmethod.
20572 (slot-boundp): Minor CSE simplification.
20573
20574 2011-05-05 Milan Zamazal <pdm@zamazal.org>
20575
20576 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
20577 (glasses-make-readable): Use glasses-separate-capital-groups.
20578
20579 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
20580
20581 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
20582 (warning-series): Doc fix.
20583 (display-warning): Don't try to create the buffer if we just found it.
20584
20585 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
20586
20587 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
20588 (autoload-find-generated-file): New function.
20589 (generate-file-autoloads): Bind generated-autoload-file to
20590 buffer-file-name.
20591 (update-file-autoloads, update-directory-autoloads):
20592 Use autoload-find-generated-file. If called interactively, prompt for
20593 output file (Bug#7989).
20594 (batch-update-autoloads): Doc fix.
20595
20596 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
20597
20598 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
20599
20600 2011-05-04 Glenn Morris <rgm@gnu.org>
20601
20602 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
20603 function, so it follows changes in calendar-date-style.
20604 (diary-fancy-date-matcher): New function.
20605 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
20606 (diary-fancy-font-lock-fontify-region-function):
20607 Use diary-fancy-date-pattern as a function.
20608
20609 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
20610 non-numbers for `year' etc pseudo-variables. (Bug#8583)
20611
20612 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
20613
20614 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
20615 instead of positional arguments. Allow :keylist and :crlfiles
20616 arguments.
20617 (open-gnutls-stream): Call it.
20618
20619 * net/network-stream.el (network-stream-open-starttls): Adjust to
20620 call `gnutls-negotiate' with :process and :hostname arguments.
20621
20622 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
20623
20624 * minibuffer.el (completion--message): New function.
20625 (completion--do-completion, minibuffer-complete)
20626 (minibuffer-force-complete, minibuffer-complete-word): Use it.
20627 (completion--do-completion): Don't ignore completion-auto-help when in
20628 icomplete-mode.
20629
20630 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
20631 internal encoding (e.g. tibetan zero is not whitespace).
20632 (global-whitespace-mode): Prefer save-current-buffer.
20633 (whitespace-trailing-regexp): Remove useless save-match-data.
20634 (whitespace-empty-at-bob-regexp): Minor simplification.
20635
20636 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
20637
20638 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
20639
20640 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20641
20642 * textmodes/ispell.el (ispell-add-per-file-word-list):
20643 Use `concat' to create string for insertion.
20644
20645 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
20646
20647 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
20648 Avoid open-line which runs post-self-insert-hook.
20649 (bibtex-fill-entry): Remove unused `end' var.
20650
20651 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
20652
20653 * textmodes/ispell.el (ispell-add-per-file-word-list):
20654 Protect against `nil' value of `comment-start' (Bug#8579).
20655
20656 2011-05-03 Leo Liu <sdl.web@gmail.com>
20657
20658 * isearch.el (isearch-yank-pop): New command.
20659 (isearch-mode-map): Bind it to `M-y'.
20660 (isearch-forward): Mention it.
20661
20662 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
20663
20664 * simple.el (minibuffer-complete-shell-command): Remove.
20665 (minibuffer-local-shell-command-map): Use completion-at-point.
20666 (read-shell-command): Setup completion vars here instead.
20667 (read-expression-map): Bind TAB to symbol completion.
20668
20669 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
20670 error directly rather via storing it into `results'.
20671
20672 2011-05-02 Leo Liu <sdl.web@gmail.com>
20673
20674 * vc/diff.el: Fix description.
20675
20676 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20677
20678 * server.el (server-eval-at): New function.
20679
20680 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20681
20682 * net/network-stream.el (open-network-stream): Take a :nowait
20683 parameter and pass it on to `make-network-process'.
20684 (network-stream-open-plain): Ditto.
20685
20686 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
20687
20688 * faces.el (face-spec-set-match-display): Don't match toolkit
20689 options on terminal frames.
20690
20691 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20692
20693 * progmodes/pascal.el: Use lexical binding.
20694 (pascal-mode-map): Remove author preferences.
20695
20696 * pcomplete.el (pcomplete-std-complete): Don't abuse
20697 completion-at-point.
20698
20699 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
20700
20701 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
20702 removing code that has been dead since 1991 or so.
20703
20704 * startup.el (command-line): When warning about "_emacs", use a
20705 delayed warning to allow the user to filter it out.
20706
20707 2011-04-28 Deniz Dogan <deniz@dogan.se>
20708
20709 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
20710 user has not joined.
20711
20712 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20713
20714 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
20715 aren't any completions at point.
20716
20717 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
20718
20719 * subr.el (display-delayed-warnings): New function.
20720 (delayed-warnings-hook): New variable.
20721
20722 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20723
20724 * minibuffer.el (completion-at-point, completion-help-at-point):
20725 Don't presume that a given completion-at-point-function will always
20726 use the same calling convention.
20727
20728 * pcomplete.el (pcomplete-completions-at-point):
20729 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
20730 pcomplete-seen is non-nil.
20731 (pcomplete-comint-setup): Also recognize the new comint/shell
20732 completion functions.
20733 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
20734 pcomplete-seen is non-nil.
20735
20736 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
20737
20738 * calendar/icalendar.el (diary-lib): Add require statement.
20739 (icalendar--create-uid): Read out a uid from a text-property on
20740 the first character in the entry. This allows for code to add its
20741 own uid to the entry.
20742 (icalendar--convert-float-to-ical): Add export of
20743 `diary-float'-entries save for those with the optional DAY
20744 argument.
20745
20746 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
20747
20748 * subr.el (shell-quote-argument): Use alternate escaping strategy
20749 when we spot a variable reference in a string.
20750
20751 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
20752
20753 * cus-start.el (all): Define customization for debug-on-event.
20754
20755 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
20756
20757 * subr.el (shell-quote-argument): Escape correctly under Windows.
20758
20759 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
20760
20761 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
20762
20763 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
20764
20765 * net/tramp.el (tramp-process-actions): Add POS argument.
20766 Delete region between POS and (pos).
20767
20768 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20769 Use `nil' position in `tramp-process-actions' call.
20770 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
20771
20772 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
20773 position in `tramp-process-actions' call.
20774
20775 * net/trampver.el: Update release number.
20776
20777 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
20778
20779 * custom.el (defcustom): Obey lexical-binding.
20780
20781 Fix octave-inf completion problems reported by Alexander Klimov.
20782 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
20783 Inherit from octave-mode-syntax-table.
20784 (inferior-octave-mode): Set info-lookup-mode.
20785 (inferior-octave-completion-at-point): New function.
20786 (inferior-octave-complete): Use it and completion-in-region.
20787 (inferior-octave-dynamic-complete-functions): Use it as well, and use
20788 comint-filename-completion.
20789 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
20790 symbol elements which shouldn't be word elements.
20791 (octave-font-lock-keywords, octave-beginning-of-defun)
20792 (octave-function-header-regexp): Adjust regexps accordingly.
20793 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
20794
20795 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
20796
20797 * net/gnutls.el (gnutls-errorp): Declare before first use.
20798
20799 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
20800
20801 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
20802 verify-error, and verify-hostname-error parameters. Check whether
20803 default trustfile exists before going to use it. Add missing
20804 argument to gnutls-message-maybe call. Return value.
20805 Reported by Claudio Bley <claudio.bley@gmail.com>.
20806 (open-gnutls-stream): Add usage example.
20807
20808 * net/network-stream.el (network-stream-open-starttls): Give host
20809 parameter to `gnutls-negotiate'.
20810 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
20811 * subr.el (shell-quote-argument): Escape correctly under Windows.
20812
20813 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
20814
20815 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
20816 Use correct match group (bug#8438).
20817
20818 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
20819
20820 * emacs-lisp/package.el (package-built-in-p): Fix typo.
20821 (package-menu--generate): New arg specifying packages to show.
20822 (package-menu-refresh, package-menu-execute, list-packages):
20823 Callers changed.
20824 (package-show-package-list): New function, replacing deleted
20825 package--list-packages (renamed because it is non-internal).
20826
20827 * finder.el (finder-list-matches): Use package-show-package-list
20828 instead of deleted package--list-packages.
20829
20830 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
20831 Based on a previous implementation by Juanma Barranquero (Bug#8366).
20832 (vc-annotate-mode-map): Bind it to RET.
20833
20834 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
20835
20836 * progmodes/etags.el (next-file): Don't use set-buffer to change
20837 buffers (Bug#8478).
20838
20839 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
20840
20841 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
20842
20843 * apropos.el (apropos-label-face): Avoid variable-pitch face.
20844 (apropos-accumulator): Doc fix.
20845 (apropos-function, apropos-macro, apropos-command)
20846 (apropos-variable, apropos-face, apropos-group, apropos-widget)
20847 (apropos-plist): Add face property.
20848 (apropos-symbols-internal): Fix indentation.
20849 (apropos-print): Simplify help, and recognize apropos-multi-type.
20850 (apropos-print-doc): Use button-type-get to extract the button's
20851 face property. Fill docstring (Bug#8352).
20852
20853 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
20854
20855 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
20856
20857 * play/mpuz.el (mpuz-silent): Doc fix.
20858 (mpuz-mode-map): Use mapc.
20859 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
20860 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
20861 Fix typos in docstrings.
20862
20863 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
20864 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
20865
20866 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
20867
20868 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
20869
20870 * minibuffer.el (completion--do-completion): Avoid the "Next char
20871 not unique" prompt if icomplete-mode is enabled (Bug#5849).
20872
20873 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
20874 mouse-2 into unread-command-events, it is interpreted correctly.
20875
20876 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
20877 (image-toggle-display): Doc fix.
20878
20879 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
20880
20881 * textmodes/page.el (what-page): Use line-number-at-pos to
20882 calculate line number (Bug#6825).
20883
20884 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
20885
20886 * eshell/esh-mode.el (find-tag-interactive): Declare function.
20887 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
20888 Pass argument NO-DEFAULT to `find-tag-interactive'.
20889
20890 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
20891
20892 Lexical-binding cleanup.
20893
20894 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
20895 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
20896 * progmodes/ada-prj.el (ada-prj-initialize-values)
20897 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
20898 (ada-prj-show-value):
20899 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
20900 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
20901 (antlr-invalidate-context-cache, antlr-options-menu-filter)
20902 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
20903 * progmodes/bug-reference.el (bug-reference-push-button):
20904 * progmodes/fortran.el (fortran-line-length):
20905 * progmodes/glasses.el (glasses-change):
20906 * progmodes/octave-mod.el (octave-fill-paragraph):
20907 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
20908 (python-pdbtrack-grub-for-buffer, python-sentinel):
20909 * progmodes/sql.el (sql-save-connection):
20910 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
20911 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
20912 Mark unused parameters.
20913
20914 * progmodes/compile.el (compilation--flush-directory-cache)
20915 (compilation--flush-parse, compile-internal): Mark unused parameters.
20916 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
20917 (compilation-next-error-function): Remove unused variable `timestamp'.
20918
20919 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
20920 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
20921
20922 * progmodes/dcl-mode.el (dcl-end-of-command):
20923 Remove unused variable `start'.
20924 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
20925 (dcl-option-value-basic, dcl-option-value-offset)
20926 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
20927 Mark unused parameters.
20928 (dcl-save-local-variable): Remove unused variable `val'.
20929 (mode): Declare.
20930
20931 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
20932 Mark unused parameters.
20933 (delphi-ignore-changes): Move before first use.
20934 (delphi-charset-token-at): Remove unused variable `start'.
20935 (delphi-else-start): Remove unused variable `if-count'.
20936 (delphi-comment-block-start, delphi-comment-block-end):
20937 Remove unused variable `kind'.
20938 (delphi-indent-line): Remove unused variable `new-point'.
20939
20940 * progmodes/ebrowse.el (ebrowse-files-list)
20941 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
20942 Mark unused parameters. Don't quote `lambda'.
20943 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
20944 Don't quote `lambda'.
20945 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
20946 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
20947 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
20948 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
20949 Use `ignore-errors'.
20950 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
20951 (ebrowse-view/find-file-and-search-pattern)
20952 (ebrowse-view/find-member-declaration/definition):
20953 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
20954 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
20955 Rename parameter PREFIX-ARG to PREFIX.
20956 (ebrowse-tags-read-name): Remove unused variables `start' and
20957 `member-info'.
20958 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
20959 to `tags-file'.
20960
20961 * progmodes/etags.el (local-find-tag-hook): Declare.
20962 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
20963 Mark unused parameters.
20964
20965 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
20966 (executable-interpret): Mark unused parameter.
20967
20968 * progmodes/flymake.el (flymake-process-sentinel)
20969 (flymake-after-change-function)
20970 (flymake-create-temp-with-folder-structure)
20971 (flymake-get-include-dirs-dot): Mark unused parameters.
20972 (flymake-safe-delete-directory): Remove unused variable `err'.
20973
20974 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
20975 (speedbar-timer-fn, speedbar-line-text)
20976 (speedbar-change-expand-button-char, speedbar-delete-subblock)
20977 (speedbar-center-buffer-smartly): Declare functions.
20978 (gdb-find-watch-expression): Remove unused variable `array'.
20979 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
20980 (gdb-starting): Mark unused parameters.
20981 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
20982 (gdb-table-string): Remove unused variable `res'.
20983 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
20984 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
20985 (gdb-display-buffer): Remove unused variable `cur-size'.
20986
20987 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
20988 allow lexical-binding compilation.
20989 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
20990 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
20991 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
20992 Mark unused parameters.
20993 (gud-gdb-marker-filter): Remove unused variable `match'.
20994 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
20995 lambda expressions and funcall them, instead of using `fset'.
20996
20997 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
20998 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
20999
21000 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
21001 variable `header-beg'; use `let'.
21002
21003 * progmodes/icon.el (indent-icon-exp): Remove unused variables
21004 `restart', `last-sexp' and `at-do'.
21005
21006 * progmodes/js.el (js--debug): Mark unused parameter.
21007 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
21008 (js--splice-into-items): Remove unused variable `item'.
21009 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
21010
21011 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
21012 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
21013 (makefile-complete): Remove unused variable `try'.
21014 (makefile-fill-paragraph, makefile-match-function-end):
21015 Mark unused parameters.
21016
21017 * progmodes/octave-inf.el (inferior-octave-complete):
21018 Remove unused variable `proc'.
21019 (inferior-octave-output-digest): Mark unused parameter.
21020
21021 * progmodes/perl-mode.el (perl-calculate-indent):
21022 Remove unused variable `err'.
21023
21024 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
21025 (prolog-indent-line): Mark unused parameters.
21026 (prolog-indent-line): Remove unused variable `beg'.
21027
21028 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
21029 (reporter-dont-compact-list): Declare.
21030
21031 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
21032 Remove unused variable `char'.
21033 (sh-debug): Mark unused parameter.
21034 (sh-get-indent-info): Remove unused variable `start'.
21035 (sh-calculate-indent): Remove unused variable `var'.
21036
21037 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
21038 (simula-electric-keyword): Remove unused variable `null'.
21039 (simula-search-backward, simula-search-forward): Remove unused
21040 variables `begin' and `end'.
21041
21042 * progmodes/vera-mode.el (vera-guess-basic-syntax):
21043 Remove unused variable `pos'.
21044 (vera-electric-tab, vera-comment-uncomment-region):
21045 Mark unused parameters.
21046 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
21047
21048 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
21049
21050 * emacs-lisp/package.el (package--builtins, package-alist)
21051 (package-load-descriptor, package-built-in-p, package-activate)
21052 (define-package, package-installed-p)
21053 (package-compute-transaction, package-buffer-info)
21054 (package--push): Doc fix. Distinguish more clearly between
21055 version strings and version lists.
21056
21057 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
21058
21059 Lexical-binding cleanup.
21060
21061 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
21062 (5x5-make-mutate-best):
21063 * play/fortune.el (fortune-in-buffer):
21064 * play/gomoku.el (gomoku-init-display):
21065 * play/solitaire.el (solitaire, solitaire-do-check):
21066 * play/tetris.el (tetris-default-update-speed-function):
21067 Mark unused parameters.
21068
21069 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
21070 (bubbles--shift): Remove unused variable `char-org'.
21071 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
21072 (bubbles--show-images): Remove unused variable `char'.
21073
21074 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
21075 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
21076 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
21077 (decipher-analyze-buffer): Use ?\s.
21078 (decipher-make-checkpoint): Remove unused variable `mapping'.
21079
21080 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
21081
21082 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
21083 Remove unused variable `result'; use `let'.
21084
21085 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
21086 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
21087 (gametree-children-shown-p, gametree-compute-reduced-score):
21088 Use `ignore-errors'.
21089
21090 * play/handwrite.el (ps-lpr-switches): Declare.
21091 (handwrite): Remove unused variables `pmin' and `lastp'.
21092
21093 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
21094
21095 * play/landmark.el (landmark-init-display)
21096 (landmark-update-naught-weights): Mark unused parameters.
21097 (landmark-y): Remove unused variable `noise'. Simplify.
21098 (landmark-human-plays): Remove unused variable `score'.
21099
21100 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
21101 (mpuz-try-proposal): Remove unused variable `game'.
21102
21103 * play/zone.el (life-patterns): Declare.
21104
21105 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
21106
21107 * vc/vc.el (ediff-vc-internal): Declare function.
21108
21109 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21110
21111 * shell.el: Use lexical-binding and std completion UI.
21112 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
21113 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
21114 comint-preoutput-filter-functions rather than on
21115 comint-output-filter-functions.
21116 (shell-command-completion, shell--command-completion-data)
21117 (shell-filename-completion, shell-environment-variable-completion)
21118 (shell-c-a-p-replace-by-expanded-directory): New functions.
21119 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
21120 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
21121 (shell-dynamic-complete-environment-variable): Use them.
21122 (shell-dynamic-complete-as-environment-variable)
21123 (shell-dynamic-complete-as-command): Remove.
21124 (shell-match-partial-variable): Match past point.
21125 * comint.el: Clean up use of completion-at-point-functions.
21126 (comint-completion-at-point): New function.
21127 (comint-mode): Use it completion-at-point-functions.
21128 (comint-dynamic-complete): Make it obsolete.
21129 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
21130 (comint-c-a-p-replace-by-expanded-history): New function.
21131 (comint-dynamic-complete-functions)
21132 (comint-replace-by-expanded-history): Use it.
21133 * minibuffer.el (completion-table-with-terminator): Allow dynamic
21134 termination strings. Try harder to avoid second try-completion.
21135 (completion-in-region-mode-map): Disable bindings that don't work yet.
21136
21137 * comint.el: Use lexical-binding. Require CL.
21138 (comint-dynamic-complete-functions): Use comint-filename-completion.
21139 (comint-completion-addsuffix): Tweak custom type.
21140 (comint-filename-completion, comint--common-suffix)
21141 (comint--common-quoted-suffix, comint--table-subvert)
21142 (comint--complete-file-name-data): New functions.
21143 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
21144 (comint-dynamic-list-filename-completions): Use them.
21145 (comint-dynamic-simple-complete): Make obsolete.
21146
21147 * minibuffer.el (completion-in-region-mode):
21148 Keep completion-in-region-mode--predicate global.
21149 (completion-in-region--postch):
21150 Assume completion-in-region-mode--predicate is not null.
21151
21152 * progmodes/flymake.el (flymake-start-syntax-check-process):
21153 Obey `dir'. Simplify.
21154
21155 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
21156 we're in VC after all.
21157
21158 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
21159
21160 * vc/vc.el (vc-diff-build-argument-list-internal)
21161 (vc-version-ediff, vc-ediff): New commands.
21162 (vc-version-diff): Use vc-diff-build-argument-list-internal.
21163
21164 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21165
21166 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
21167 add sanity check.
21168
21169 * obsolete/erc-hecomplete.el: Make obsolete.
21170 * obsolete/: Standardize obsolescence info in the header.
21171
21172 2011-04-20 Glenn Morris <rgm@gnu.org>
21173
21174 * calendar/solar.el (solar-horizontal-coordinates):
21175 Use the longitude argument rather than `calendar-longitude'.
21176 (solar-date-next-longitude): Remove unused locals.
21177
21178 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21179
21180 * whitespace.el: New version 13.2.1.
21181
21182 2011-04-20 felix <EmacsWiki> (tiny change)
21183
21184 * whitespace.el (global-whitespace-mode): Keep highlight when
21185 switching between major modes on a file.
21186
21187 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21188
21189 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
21190 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
21191 multi-line comments as well.
21192
21193 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
21194
21195 Lexical-binding cleanup.
21196
21197 * arc-mode.el (archive-mode-revert):
21198 * cmuscheme.el (scheme-interactively-start-process):
21199 * custom.el (custom-initialize-delay):
21200 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
21201 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
21202 * emacs-lock.el (emacs-lock-clear-sentinel):
21203 * ezimage.el (defezimage):
21204 * follow.el (follow-avoid-tail-recenter):
21205 * fringe.el (set-fringe-mode-1):
21206 * generic-x.el (bat-generic-mode-compile):
21207 * help-mode.el (help-info-variable, help-do-xref)
21208 (help-mode-revert-buffer):
21209 * help.el (view-emacs-todo):
21210 * iswitchb.el (iswitchb-completion-help):
21211 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
21212 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
21213 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
21214 * locate.el (locate-update):
21215 * longlines.el (longlines-encode-region)
21216 (longlines-after-change-function):
21217 * outline.el (outline-isearch-open-invisible):
21218 * ps-def.el (declare-function, charset-dimension, char-width)
21219 (encode-char):
21220 * ps-mule.el (ps-mule-plot-string):
21221 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
21222 (recentf-edit-list-select, recentf-edit-list-validate)
21223 (recentf-open-files-action):
21224 * rect.el (delete-whitespace-rectangle-line)
21225 (rectangle-number-line-callback):
21226 * register.el (window-configuration-to-register)
21227 (frame-configuration-to-register):
21228 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
21229 * select.el (xselect-convert-to-string, xselect-convert-to-length)
21230 (xselect-convert-to-targets, xselect-convert-to-delete)
21231 (xselect-convert-to-filename, xselect-convert-to-charpos)
21232 (xselect-convert-to-lineno, xselect-convert-to-colno)
21233 (xselect-convert-to-os, xselect-convert-to-host)
21234 (xselect-convert-to-user, xselect-convert-to-class)
21235 (xselect-convert-to-name, xselect-convert-to-integer)
21236 (xselect-convert-to-atom, xselect-convert-to-identity):
21237 * subr.el (declare, ignore, process-kill-without-query)
21238 (text-clone-maintain):
21239 * terminal.el (te-get-char, te-tic-sentinel):
21240 * tool-bar.el (tool-bar-make-keymap):
21241 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
21242 * type-break.el (type-break-mode, type-break-noninteractive-query):
21243 * view.el (View-back-to-mark):
21244 * wid-browse.el (widget-browse-action, widget-browse-widget)
21245 (widget-browse-widgets, widget-browse-sexp):
21246 * widget.el (define-widget-keywords):
21247 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
21248 Mark unused parameters.
21249
21250 * align.el (align-adjust-col-for-rule): Mark unused parameter.
21251 (align-areas): Remove unused variable `look'.
21252 (align-region): Remove unused variables `real-end' and `pos-list'.
21253
21254 * apropos.el (apropos-score-doc): Remove unused variable `i'.
21255
21256 * bindings.el (mode-line-modified, mode-line-remote):
21257 Mark unused parameters.
21258 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
21259
21260 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
21261 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
21262
21263 * comint.el (comint-history-isearch-pop-state)
21264 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
21265 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
21266 (comint-substitute-in-file-name): Doc fix.
21267
21268 * completion.el (cmpl-statistics-block): Mark unused parameter.
21269 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
21270 (save-completions-to-file, load-completions-from-file):
21271 Remove unused local variable `e'.
21272
21273 * composite.el (compose-chars): Remove unused variable `len'.
21274 (lgstring-insert-glyph): Remove unused variable `g'.
21275 (compose-glyph-string): Remove unused variables `ascent',
21276 `descent', `lbearing' and `rbearing'.
21277 (compose-glyph-string-relative): Remove unused variables
21278 `lbearing', `rbearing' and `wadjust'.
21279 (compose-gstring-for-graphic): Remove unused variables `header',
21280 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
21281 (compose-gstring-for-terminal): Remove unused variables `header'
21282 and `nchars'. Use `let', not `let*'.
21283
21284 * cus-edit.el (Custom-set, Custom-save, custom-reset)
21285 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
21286 (Custom-buffer-done, custom-buffer-create-internal)
21287 (custom-browse-visibility-action, custom-browse-group-tag-action)
21288 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
21289 (widget-magic-mouse-down-action, custom-toggle-parent)
21290 (custom-add-parent-links, custom-toggle-hide-variable)
21291 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
21292 (custom-toggle-hide-face, face, hook, custom-group-link-action)
21293 (custom-face-menu-create, custom-variable-menu-create, get)
21294 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
21295 (custom-reset-standard-save-and-update): Remove unused variable `value'.
21296 (customize-apropos): Remove unused variable `tests'.
21297 (custom-group-value-create): Remove unused variable `hidden-p'.
21298 (sort-fold-case): Declare.
21299
21300 * cus-theme.el (custom-reset-standard-faces-list)
21301 (custom-reset-standard-variables-list): Declare.
21302 (customize-create-theme, custom-theme-revert, custom-theme-write)
21303 (custom-theme-choose-mode, customize-themes, custom-theme-save):
21304 Mark unused parameters.
21305
21306 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
21307
21308 * delim-col.el (delimit-columns-max): Move defvar before first use.
21309
21310 * descr-text.el (describe-char-categories): Don't quote `lambda'.
21311 (describe-char): Don't quote `lambda'. Mark unused parameter.
21312
21313 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
21314 (auto-insert): Declare.
21315 (desktop-restore-file-buffer): Rename desktop-* parameters;
21316 mark unused ones.
21317 (desktop-create-buffer): Rename desktop-* parameters and bind them.
21318 (desktop-buffer): Rename desktop-* parameters.
21319
21320 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
21321 (dframe-reposition-frame-xemacs, dframe-help-echo)
21322 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
21323 Mark unused parameters.
21324
21325 * dired-aux.el (backup-extract-version-start, overwrite-query)
21326 (overwrite-backup-query, rename-regexp-query)
21327 (rename-non-directory-query): Declare.
21328 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
21329 (dired-add-entry): Remove unused variable `orig-file-name'.
21330 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
21331 Use parameter PRESERVE-TIME instead of accessing dynamic variable
21332 `dired-copy-preserve-time' directly.
21333 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
21334 (dired-insert-subdir-newpos): Rename unused variable `pos'.
21335
21336 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
21337 (dired-virtual-revert, dired-make-relative-symlink):
21338 Mark unused parameters.
21339 (manual-program): Declare.
21340 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
21341 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
21342 wrapped in `with-no-warnings' to avoid replacing one warning by another.
21343
21344 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
21345
21346 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
21347
21348 * echistory.el (electric-history-in-progress, Helper-return-blurb):
21349 Declare.
21350
21351 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
21352
21353 * electric.el (Electric-command-loop): Rename parameter
21354 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
21355
21356 * expand.el (expand-in-literal): Remove unused variable `here'.
21357
21358 * facemenu.el (facemenu-add-new-color):
21359 Remove unused variable `docstring'.
21360
21361 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
21362 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
21363 (face-attr-construct): Mark unused parameter. Doc fix.
21364 (read-color): Remove unused variable `hex-string'.
21365
21366 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
21367 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
21368 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
21369 (display-buffer-other-frame): Remove unused variable `old-window'.
21370 (kill-buffer-hook): Declare.
21371 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
21372 Mark unused parameters.
21373 (after-find-file): Pass 1 to `auto-save-mode', not t.
21374
21375 * files-x.el (auto-insert): Declare.
21376 (modify-file-local-variable-prop-line): Remove unused variable `val'.
21377
21378 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
21379 variable `buf'. Mark unused parameter.
21380 (find-lisp-insert-directory): Mark unused parameter.
21381
21382 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
21383 (format-encode-region): Remove unused variables `cur-buf' and `result'.
21384 (format-common-tail): Remove, unused.
21385 (format-deannotate-region): Remove unused variable `loc'.
21386 (format-annotate-region): Remove unused variable `p'.
21387 (format-annotate-single-property-change): Remove unused variables
21388 `default' and `tail'.
21389
21390 * forms.el (read-file-filter): Declare.
21391 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
21392
21393 * frame.el (frame-creation-function-alist): Mark unused parameter.
21394 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
21395
21396 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
21397 Remove unused parameters.
21398 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
21399 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
21400
21401 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
21402 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
21403 (hfy-prepare-tag-map): Mark unused parameters.
21404 (htmlfontify-buffer): Use `called-interactively-p'.
21405
21406 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
21407 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
21408 (ibuffer-do-occur): Mark unused parameters.
21409 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
21410 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
21411
21412 * ibuffer.el: Don't quote `lambda'.
21413 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
21414 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
21415 Mark unused parameters.
21416
21417 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
21418 (ido-completing-read): Mark unused parameters.
21419 (ido-copy-current-word): Mark unused parameters;
21420 remove unused variable `name'.
21421 (ido-sort-merged-list): Remove unused parameter `dirs'.
21422
21423 * ielm.el (ielm-input-sender): Mark unused parameter.
21424 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
21425 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
21426 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
21427 `ielm-string' as a dynamic variable accessible from the IELM prompt.
21428 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
21429
21430 * image-dired.el (image-dired-display-thumbs): Remove unused
21431 variables `curr-file' and `count'.
21432 (image-dired-remove-tag): Remove unused variable `start'.
21433 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
21434 variable `curr-file'
21435 (image-dired-rotate-original): Remove unused variable `temp-file'.
21436 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
21437 Remove unused variable `file'.
21438 (image-dired-gallery-generate): Remove unused variable `curr'.
21439 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
21440
21441 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
21442
21443 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
21444
21445 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
21446
21447 * isearch.el (minibuffer-history-symbol): Declare.
21448 (isearch-edit-string): Remove unused variable `err'.
21449 (isearch-message-prefix, isearch-message-suffix):
21450 Mark unused parameters.
21451
21452 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
21453
21454 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
21455
21456 * makesum.el (double-column): Remove unused variable `cnt'.
21457
21458 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
21459 (ido-ignore-item-temp-list): Declare.
21460
21461 * mouse-drag.el (mouse-drag-throw): Remove unused variables
21462 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
21463 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
21464 (mouse-drag-drag): Remove unused variables `mouse-delta' and
21465 `mouse-col-delta'.
21466
21467 * mouse-sel.el (mouse-extend-internal):
21468 Remove unused variable `orig-window-frame'.
21469
21470 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
21471 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
21472 Move declarations before first use.
21473 (pcomplete-opt): Mark unused parameters; doc fix.
21474
21475 * proced.el (proced-revert): Mark unused parameter.
21476 (proced-send-signal): Remove unused variable `err'.
21477
21478 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
21479 Rename parameter PREFIX-ARG to ARG.
21480 (ps-basic-plot-string, ps-basic-plot-whitespace):
21481 Mark unused parameters.
21482
21483 * replace.el (replace-count): Define.
21484 (occur-revert-function): Mark unused parameters.
21485 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
21486 (isearch-case-fold-search, isearch-string): Declare.
21487 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
21488 bind `case-fold-search'. Remove unused variables `beg' and `end',
21489 and simplify.
21490 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
21491 COUNT and bind `replace-count'.
21492 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
21493 to COUNT.
21494
21495 * savehist.el (print-readably, print-string-length): Declare.
21496
21497 * shadowfile.el (shadow-expand-cluster-in-file-name):
21498 Remove unused variable `cluster'.
21499 (shadow-copy-file): Remove unused variable `i'.
21500 (shadow-noquery, shadow-clusters, shadow-site-cluster)
21501 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
21502 (shadow-define-literal-group, shadow-define-regexp-group)
21503 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
21504
21505 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
21506 (shell): Use `called-interactively-p'.
21507 (shell-directory-tracker): Remove unused variable `chdir-failure'.
21508
21509 * simple.el (compilation-context-lines, comint-file-name-quote-list)
21510 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
21511 (delete-backward-char): Remove unused variable `ocol'.
21512 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
21513 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
21514 (event-apply-hyper-modifier, event-apply-shift-modifier)
21515 (event-apply-control-modifier, event-apply-meta-modifier):
21516 Mark unused parameters.
21517 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
21518 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
21519
21520 * speedbar.el (speedbar-ignored-directory-expressions)
21521 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
21522 (speedbar-find-file, speedbar-dir-follow)
21523 (speedbar-directory-buttons-follow, speedbar-tag-find)
21524 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
21525 (speedbar-buffers-line-directory, speedbar-buffer-click):
21526 Mark unused parameters.
21527 (speedbar-tag-file): Remove unused variable `mode'.
21528 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
21529
21530 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
21531
21532 * talk.el (talk): Remove unused variable `display'.
21533
21534 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
21535 (tar-write-region-annotate): Mark unused parameter.
21536
21537 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
21538 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
21539 Declare them, wrapped in `with-no-warnings' to avoid replacing one
21540 warning by another.
21541
21542 * time-stamp.el (time-stamp-string-preprocess):
21543 Remove unused variable `require-padding'.
21544
21545 * tree-widget.el (widget-glyph-enable): Declare.
21546 (tree-widget-action): Mark unused parameter.
21547
21548 * w32-fns.el (x-get-selection): Mark unused parameter.
21549 (autoload-make-program, generated-autoload-file): Declare.
21550
21551 * wdired.el (wdired-revert): Mark unused parameters.
21552 (wdired-xcase-word): Remove unused variable `err'.
21553
21554 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
21555 (whitespace-help-scroll): Remove unused variable `data-help'.
21556
21557 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
21558 (widget-image-insert, widget-after-change, default)
21559 (widget-default-format-handler, widget-default-notify)
21560 (widget-default-prompt-value, widget-info-link-action)
21561 (widget-url-link-action, widget-function-link-action)
21562 (widget-variable-link-action, widget-file-link-action)
21563 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
21564 (widget-field-prompt-internal, widget-field-action, widget-field-match)
21565 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
21566 (widget-insert-button-action, widget-delete-button-action, visibility)
21567 (widget-documentation-link-action, widget-documentation-string-action)
21568 (widget-const-prompt-value, widget-regexp-match, symbol)
21569 (widget-coding-system-prompt-value)
21570 (widget-key-sequence-value-to-external, sexp)
21571 (widget-sexp-value-to-internal, character, vector, cons)
21572 (widget-choice-prompt-value, widget-boolean-prompt-value)
21573 (widget-color--choose-action): Mark unused parameters.
21574 (widget-item-match-inline, widget-choice-match-inline)
21575 (widget-checklist-match, widget-checklist-match-inline)
21576 (widget-group-match): Rename parameter VALUES to VALS.
21577 (widget-field-value-set): Remove unused variable `size'.
21578 (widget-color-action): Remove unused variables `value' and `start'.
21579
21580 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
21581 variable `dir'. Doc fix.
21582 (windmove-find-other-window): Don't pass it.
21583
21584 * window.el (count-windows): Mark unused parameter.
21585 (bw-adjust-window): Remove unused variable `err'.
21586
21587 * woman.el (woman-file-name): Remove unused variable `default'.
21588 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
21589 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
21590 (global-font-lock-mode): Declare.
21591 (woman-decode-region): Mark unused parameter.
21592 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
21593
21594 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
21595 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
21596 (x-dnd-handle-moz-url): Remove unused variable `title'.
21597 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
21598
21599 * xml.el (xml-parse-tag, xml-parse-attlist):
21600 Remove unused variable `pos'.
21601
21602 2011-04-19 Glenn Morris <rgm@gnu.org>
21603
21604 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
21605 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
21606 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
21607 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
21608 * calendar/cal-html.el (cal-html-insert-minical):
21609 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
21610 (calendar-mark-date-pattern):
21611 Prefix "unused" locals.
21612
21613 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
21614 optional argument `style'.
21615
21616 * calendar/appt.el (appt-make-list):
21617 * calendar/cal-china.el (calendar-chinese-date-string):
21618 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
21619 (diary-hebrew-yahrzeit):
21620 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
21621 * calendar/calendar.el (calendar-generate-window):
21622 * calendar/time-date.el (time-to-days):
21623 Remove unused local variables.
21624
21625 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
21626
21627 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
21628 glyphless-char-display table.
21629 (tabulated-list-glyphless-char-display): New var.
21630
21631 2011-04-18 Sam Steingold <sds@gnu.org>
21632
21633 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
21634 to acknowledgments.
21635
21636 2011-04-17 Glenn Morris <rgm@gnu.org>
21637
21638 * calendar/diary-lib.el (diary-sexp-entry):
21639 * calendar/holidays.el (holiday-sexp):
21640 Set debug-on-error rather than the removed stack-trace-on-error.
21641
21642 2011-04-16 Glenn Morris <rgm@gnu.org>
21643
21644 * progmodes/f90.el: Use lexical-binding.
21645 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
21646
21647 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
21648
21649 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
21650 (mail-mode): Setup mailalias completion here instead.
21651 * mail/mailalias.el: Use lexical-binding.
21652 (pattern, mailalias-done): Declare dynamic.
21653 (mail-completion-at-point-function): New function, from mail-complete.
21654 (mail-complete): Use it.
21655 (mail-completion-expand): New function.
21656 (mail-get-names): Use it.
21657 (mail-directory, mail-directory-process, mail-directory-stream):
21658 Don't use `pattern' for lexically bound arg.
21659
21660 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
21661
21662 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
21663 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
21664 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
21665
21666 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
21667 (byte-save-window-excursion, byte-temp-output-buffer-setup)
21668 (byte-interactive-p): Define them again, for use when inlining
21669 old code.
21670
21671 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
21672
21673 * loadup.el: Use `string-to-number', not `string-to-int'.
21674
21675 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
21676
21677 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
21678 gud-gdb-complete-command.
21679 (gud-gdb-completions): New function, from gud-gdb-complete-command.
21680 (gud-gdb-completion-at-point): New function.
21681 (gud-gdb-completions): Remove.
21682
21683 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
21684
21685 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
21686 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
21687 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
21688 whether `executable-find' is bound.
21689
21690 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
21691
21692 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
21693
21694 * minibuffer.el (completion-in-region-mode-predicate)
21695 (completion-in-region-mode--predicate): New vars.
21696 (completion-in-region, completion-in-region--postch)
21697 (completion-in-region-mode): Use them.
21698 (completion--capf-wrapper): Also return the hook function.
21699 (completion-at-point, completion-help-at-point):
21700 Adjust and provide a predicate.
21701
21702 Preserve arg names for advice of subr and lexical functions (bug#8457).
21703 * help-fns.el (help-function-arglist): Consolidate the subr and
21704 new-byte-code cases. Add argument `preserve-names' to extract names
21705 from the docstring when needed.
21706 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
21707 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
21708 (ad-arglist): Use help-function-arglist's new arg.
21709 (ad-definition-type): Use cond.
21710
21711 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
21712
21713 * autorevert.el (auto-revert-handler):
21714 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
21715 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
21716 Don't quote lambda.
21717
21718 * image-mode.el (image-transform-set-scale):
21719 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
21720
21721 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21722
21723 * net/network-stream.el (network-stream-open-starttls): Only do
21724 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
21725 Upgrades via gnutls-cli are too slow to be done opportunistically.
21726
21727 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
21728
21729 * dframe.el (dframe-current-frame): Remove spurious quote.
21730
21731 2011-04-12 Glenn Morris <rgm@gnu.org>
21732
21733 * calendar/cal-tex.el (cal-tex-end-document):
21734 Try to automatically use latin1 input if needed.
21735
21736 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
21737 Don't try to cons a mark onto an empty element.
21738
21739 2011-04-11 Leo Liu <sdl.web@gmail.com>
21740
21741 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
21742 buffers.
21743 (ido-kill-buffer-at-head): Support killing virtual buffers.
21744
21745 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
21746
21747 * minibuffer.el (completion-show-inline-help): New var.
21748 (completion--do-completion, minibuffer-complete)
21749 (minibuffer-force-complete, minibuffer-complete-word):
21750 Inhibit minibuffer messages if completion-show-inline-help is nil.
21751
21752 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
21753 to avoid interference from inline help (Bug#5849).
21754
21755 2011-04-10 Leo Liu <sdl.web@gmail.com>
21756
21757 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21758 Fix typo.
21759
21760 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
21761
21762 * image-mode.el (image-toggle-display-image): Signal an error if
21763 not in Image mode.
21764 (image-transform-mode, image-transform-resize)
21765 (image-transform-set-rotation): Doc fix.
21766 (image-transform-set-resize): Delete.
21767 (image-transform-set-scale, image-transform-fit-to-height)
21768 (image-transform-fit-to-width): Handle image-toggle-display-image
21769 and image-transform-resize directly.
21770
21771 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
21772
21773 * doc-view.el (doc-view-fit-width-to-window)
21774 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
21775 New functions for fitting the shown image to the Emacs window size.
21776 (doc-view-mode-map): Add bindings for the new functions.
21777
21778 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
21779
21780 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
21781 Fix typo in docstring.
21782
21783 2011-04-08 Eli Zaretskii <eliz@gnu.org>
21784
21785 * files.el (file-size-human-readable): Produce one digit after
21786 decimal, like "ls -lh" does.
21787
21788 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
21789 the file size representation.
21790
21791 * simple.el (list-processes): If async subprocesses are not
21792 available, error out with a clear error message.
21793
21794 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
21795
21796 * help.el (help-form-show): New function, to be called from C.
21797 Put help-form output in a buffer named differently than *Help*.
21798
21799 2011-04-08 Eli Zaretskii <eliz@gnu.org>
21800
21801 * files.el (file-size-human-readable): New function.
21802
21803 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
21804 computing the representation inline. Don't require `cl'.
21805
21806 2011-04-08 Glenn Morris <rgm@gnu.org>
21807
21808 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
21809
21810 * net/browse-url.el (browse-url-firefox):
21811 Test system-type, not system-configuration.
21812
21813 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
21814 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
21815 Use log-edit-empty-buffer-p. (Bug#7598)
21816
21817 * net/rlogin.el (rlogin-process-connection-type): Simplify.
21818 (rlogin-mode-map): Initialize in the defvar.
21819 (rlogin): Use ignore-errors.
21820
21821 * replace.el (occur-mode-map): Some fixes for menu items.
21822
21823 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
21824
21825 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
21826
21827 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
21828
21829 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
21830 issuing unused warnings.
21831
21832 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
21833 macro directly.
21834
21835 * simple.el: Lisp reimplement of list-processes. Based on an
21836 earlier reimplementation by Leo Liu, but using tabulated-list.el.
21837 (process-menu-mode): New major mode.
21838 (list-processes--refresh, list-processes):
21839 (process-menu-visit-buffer): New functions.
21840
21841 * files.el (save-buffers-kill-emacs): Don't assume any return
21842 value of list-processes, which is undocumented anyway.
21843
21844 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
21845
21846 * emacs-lisp/tabulated-list.el: New file.
21847
21848 * emacs-lisp/package.el: Use Tabulated List mode.
21849 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
21850 (package-menu-mode): Derive from tabulated-list-mode. Set up the
21851 table format using Tabulated List mode variables.
21852 (package--push): New macro, replacing package-list-maybe-add.
21853 (package-menu--generate): Use package--push. Renamed from
21854 package--generate-package-list.
21855 (package-menu-refresh, list-packages): Use it.
21856 (package-menu--print-info): Rename from package-print-package.
21857 Return insertion data instead of inserting it directly.
21858 (package-menu-describe-package, package-menu-execute):
21859 Use tabulated-list-get-id.
21860 (package-menu-mark-delete, package-menu-mark-install)
21861 (package-menu-mark-unmark, package-menu-backup-unmark)
21862 (package-menu-mark-obsolete-for-deletion):
21863 Use tabulated-list-put-tag.
21864 (package--list-packages, package-menu-revert)
21865 (package-menu-get-package, package-menu-get-version)
21866 (package-menu-sort-by-column): Functions deleted.
21867 (package-menu-package-list, package-menu-sort-key): Vars deleted.
21868 (package-menu--status-predicate, package-menu--version-predicate)
21869 (package-menu--name-predicate)
21870 (package-menu--description-predicate): Handle arguments in the
21871 Tabulated List format.
21872 (package-list-packages-no-fetch): Call list-packages.
21873
21874 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
21875
21876 * files.el (after-find-file-from-revert-buffer): Remove variable.
21877 (after-find-file): Don't bind it.
21878 (revert-buffer-in-progress-p): New variable.
21879 (revert-buffer): Bind it.
21880 Pass nil for `after-find-file-from-revert-buffer'.
21881
21882 * saveplace.el (save-place-find-file-hook): Use new variable
21883 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
21884
21885 2011-04-06 Glenn Morris <rgm@gnu.org>
21886
21887 * Makefile.in (AUTOGEN_VCS): New variable.
21888 (autoloads): Use $AUTOGEN_VCS.
21889
21890 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
21891 * calendar/calendar.el (calendar-mode-map):
21892 Check for toolkit scroll bars. (Bug#8305)
21893
21894 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
21895
21896 * minibuffer.el (completion-in-region--postch)
21897 (completion-in-region-mode): Remove unnecessary messages.
21898
21899 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
21900
21901 * font-lock.el (font-lock-refresh-defaults):
21902 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
21903 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
21904
21905 * info.el (Info-directory-list, Info-read-node-name-2)
21906 (Info-split-parameter-string): Doc fixes.
21907 (Info-virtual-nodes): Reflow docstring.
21908 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
21909 (Info-apropos-toc-nodes, info-finder, Info-get-token)
21910 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
21911 Fix typos in docstrings.
21912 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
21913 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
21914 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
21915 (Info-restore-desktop-buffer): Mark unused parameters.
21916 (Info-directory-find-file, Info-directory-find-node)
21917 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
21918 (Info-virtual-index-find-node, Info-apropos-find-file)
21919 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
21920 Mark unused parameters; fix typos in docstrings.
21921 (Info-virtual-index): Remove unused local variable `nodename'.
21922
21923 2011-04-05 Deniz Dogan <deniz@dogan.se>
21924
21925 * net/rcirc.el: Update my e-mail address.
21926 (rcirc-mode-map): Remove M-o binding.
21927
21928 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
21929
21930 * startup.el (command-line): Save the cursor's theme-face
21931 directly, instead of using face-override-spec.
21932
21933 * custom.el (load-theme): Minor optimization in assigning faces.
21934
21935 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
21936
21937 * help-fns.el (describe-variable): Complete all variables having
21938 documentation, including keywords.
21939 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
21940
21941 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
21942
21943 Convert to lexical-binding.
21944
21945 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
21946 (bs--get-marked-string, bs--get-modified-string)
21947 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
21948 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
21949 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
21950
21951 * ehelp.el (electric-help-execute-extended)
21952 (electric-help-ctrl-x-prefix):
21953 * hexl.el (hexl-revert-buffer-function):
21954 * linum.el (linum-after-change, linum-after-scroll):
21955 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
21956
21957 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
21958
21959 2011-04-04 Daiki Ueno <ueno@unixuser.org>
21960
21961 * epa-dired.el:
21962 * epa-mail.el:
21963 * epa-hook.el:
21964 * epa-file.el:
21965 * epa.el:
21966 * epg.el: Use lexical binding.
21967
21968 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
21969
21970 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
21971
21972 * textmodes/flyspell.el (flyspell-word): Recognize default
21973 dictionary case for flyspell-mark-duplications-exceptions.
21974 Use regexp matching for languages.
21975 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
21976 default dictionary (Bug#7926).
21977
21978 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
21979
21980 * emacs-lisp/package.el (package--with-work-buffer):
21981 Recognize https URLs.
21982
21983 * net/network-stream.el: Move from gnus/proto-stream.el.
21984 Change prefix to network-stream throughout.
21985 (open-protocol-stream): Merge into open-network-stream, leaving
21986 open-protocol-stream as an alias. Handle nil BUFFER args.
21987
21988 * subr.el (open-network-stream): Move to net/network-stream.el.
21989
21990 2011-04-02 Glenn Morris <rgm@gnu.org>
21991
21992 * find-dired.el (find-exec-terminator): New option.
21993 (find-ls-option): Test for -ls support.
21994 (find-ls-subdir-switches): Test for -b in find-ls-option.
21995 (find-dired, find-grep-dired): Doc fixes.
21996 (find-dired): Use find-exec-terminator.
21997
21998 * find-dired.el (find-ls-option, find-ls-subdir-switches)
21999 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
22000 (find-name-arg): Remove purecopy.
22001
22002 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
22003 (grep-compute-defaults): Check for `-exec COMMAND +' support.
22004 Set grep-find-use-xargs, grep-find-command, and grep-find-template
22005 accordingly. Don't add the null-device if not needed.
22006
22007 * files.el (save-some-buffers): Doc fix.
22008
22009 2011-04-02 Eli Zaretskii <eliz@gnu.org>
22010
22011 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
22012
22013 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
22014
22015 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
22016 Use `dolist' rather than `mapcar'.
22017
22018 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22019
22020 Add lexical binding.
22021
22022 * subr.el (apply-partially): Use new closures rather than CL.
22023 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
22024 (dolist, dotimes): Use slightly different expansion for lexical code.
22025 (functionp): Move to C.
22026 (letrec): New macro.
22027 (with-wrapper-hook): Use it and apply-partially instead of CL.
22028 (eval-after-load): Preserve lexical-binding.
22029 (save-window-excursion, with-output-to-temp-buffer): Turn them
22030 into macros.
22031
22032 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
22033
22034 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
22035 than the arglist.
22036 (help-add-fundoc-usage): Don't add `Not documented'.
22037 (help-function-arglist): Handle closures, subroutines, and new
22038 byte-code-functions.
22039 (help-make-usage): Remove leading underscores.
22040 (describe-function-1): Handle closures.
22041 (describe-variable): Use special-variable-p for completion.
22042
22043 * files.el (lexical-binding): Declare safe.
22044
22045 * emacs-lisp/pcase.el: Don't use destructuring-bind.
22046 (pcase--memoize): Rename from pcase-memoize. Change weakness.
22047 (pcase): Add `let' pattern.
22048 Change memoization so it actually works.
22049 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
22050 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
22051 <let>: New case.
22052
22053 * emacs-lisp/macroexp.el: Use lexical binding.
22054 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
22055 Don't convert ' to #' without checking that it's indeed quoting
22056 a lambda.
22057
22058 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
22059 Use eval-sexp-add-defvars.
22060 (eval-sexp-add-defvars): New fun.
22061
22062 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
22063
22064 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
22065 Don't autoload.
22066 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
22067 than the internal `byte-compile-lambda'.
22068 (defmethod): Don't hide code under quotes.
22069 (eieio-defmethod): New `code' argument.
22070
22071 * emacs-lisp/eieio-comp.el: Remove.
22072
22073 * emacs-lisp/edebug.el (edebug-eval-defun)
22074 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
22075 (edebug-toggle): Avoid `eval'.
22076
22077 * emacs-lisp/disass.el (disassemble-internal): Handle new
22078 `closure' objects.
22079 (disassemble-1): Handle new byte codes.
22080
22081 * emacs-lisp/cl.el (pushnew): Silence warning.
22082
22083 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
22084 (cl-byte-compile-throw): Remove.
22085 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
22086
22087 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
22088 closures.
22089
22090 * emacs-lisp/cconv.el: New file.
22091
22092 * emacs-lisp/bytecomp.el: Use lexical binding instead of
22093 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
22094 (byte-compile-initial-macro-environment):
22095 Handle declare-function here.
22096 (byte-compile--lexical-environment): New var.
22097 (byte-stack-ref, byte-stack-set, byte-discardN)
22098 (byte-discardN-preserve-tos): New lap codes.
22099 (byte-interactive-p): Don't use any more.
22100 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
22101 New macros.
22102 (byte-compile-lapcode): Use them and handle new lap codes.
22103 (byte-compile-obsolete): Remove.
22104 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
22105 (byte-compile-arglist-warn): Check late def of inlinable funs.
22106 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
22107 since they should have been expanded by now.
22108 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
22109 (byte-compile-from-buffer): Remove unused second arg.
22110 (byte-compile-preprocess): New function.
22111 (byte-compile-toplevel-file-form): New function to distinguish
22112 file-form calls from outside from file-form calls from hunk-handlers.
22113 (byte-compile-file-form): Simplify.
22114 (byte-compile-file-form-defsubst): Remove.
22115 (byte-compile-file-form-defmumble): Simplify now that
22116 byte-compile-lambda always returns a byte-code-function.
22117 (byte-compile): Preprocess.
22118 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
22119 Remove, not used any more.
22120 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
22121 (byte-compile-make-args-desc): New funs.
22122 (byte-compile-lambda): Handle lexical functions. Always return
22123 a byte-code-function.
22124 (byte-compile-reserved-constants): New var, to make up room for
22125 closed-over variables.
22126 (byte-compile-constants-vector): Obey it.
22127 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
22128 (byte-compile-macroexpand-declare-function): New function.
22129 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
22130 byte-code-functions.
22131 (byte-compile-form): Check obsolescence here.
22132 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
22133 (byte-compile-variable-ref): Remove.
22134 (byte-compile-dynamic-variable-op): New fun.
22135 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22136 (byte-compile-variable-set): New funs.
22137 (byte-compile-discard): Add 2 args.
22138 (byte-compile-stack-ref, byte-compile-stack-set)
22139 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
22140 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
22141 macroexpand-all instead.
22142 (byte-compile-quote-form): Remove.
22143 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
22144 (byte-compile-bind, byte-compile-unbind): New funs.
22145 (byte-compile-let): Handle let* and lexical binding.
22146 (byte-compile-let*): Remove.
22147 (byte-compile-catch, byte-compile-unwind-protect)
22148 (byte-compile-track-mouse, byte-compile-condition-case):
22149 Handle a new :fun-body form, used for lexical scoping.
22150 (byte-compile-save-window-excursion)
22151 (byte-compile-with-output-to-temp-buffer): Remove.
22152 (byte-compile-defun): Simplify.
22153 (byte-compile-stack-adjustment): New fun.
22154 (byte-compile-out): Use it.
22155 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
22156
22157 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
22158 handler any more.
22159
22160 * emacs-lisp/byte-opt.el: Use lexical binding.
22161 (byte-inline-lapcode): Remove (to bytecomp).
22162 (byte-compile-inline-expand): Pay attention to inlining to/from
22163 lexically bound code.
22164 (byte-compile-unfold-lambda): Don't handle byte-code-functions
22165 any more.
22166 (byte-optimize-form-code-walker): Don't handle save-window-excursion
22167 any more and don't call compiler-macros.
22168 (byte-compile-splice-in-already-compiled-code): Remove.
22169 (byte-code): Don't inline any more.
22170 (disassemble-offset): Receive `bytes' as argument rather than via
22171 dynamic scoping.
22172 (byte-compile-tag-number): Declare before first use.
22173 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
22174 `return' even if make-spliceable.
22175 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
22176 obsolete interactive-p.
22177 (byte-optimize-lapcode): Optimize new lap-codes.
22178 Don't trip up on new form of `byte-constant' lap code.
22179
22180 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
22181
22182 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
22183
22184 * custom.el (custom-initialize-default, custom-declare-variable):
22185 Use `defvar'.
22186
22187 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
22188 New variables.
22189 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
22190 (COMPILE_FIRST): Add macroexp and cconv.
22191 * makefile.w32-in: Mirror changes in Makefile.in.
22192
22193 * vc/cvs-status.el:
22194 * vc/diff-mode.el:
22195 * vc/log-edit.el:
22196 * vc/log-view.el:
22197 * vc/smerge-mode.el:
22198 * textmodes/bibtex-style.el:
22199 * textmodes/css-mode.el:
22200 * startup.el:
22201 * uniquify.el:
22202 * minibuffer.el:
22203 * newcomment.el:
22204 * reveal.el:
22205 * server.el:
22206 * mpc.el:
22207 * emacs-lisp/smie.el:
22208 * doc-view.el:
22209 * dired.el:
22210 * abbrev.el: Use lexical binding.
22211
22212 2011-04-01 Eli Zaretskii <eliz@gnu.org>
22213
22214 * info.el (info-display-manual): New function.
22215
22216 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22217
22218 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
22219
22220 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
22221
22222 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
22223 an entry for that server in rcirc-authinfo. (Bug#8385)
22224
22225 2011-03-31 Glenn Morris <rgm@gnu.org>
22226
22227 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
22228
22229 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
22230
22231 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
22232
22233 * progmodes/python.el (python-default-interpreter)
22234 (python-python-command-args, python-jython-command-args)
22235 (python-which-shell, python-which-args, python-which-bufname)
22236 (python-file-queue, python-comint-output-filter-function)
22237 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
22238 variables and functions.
22239
22240 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
22241
22242 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
22243 (completion-in-region-mode): New minor mode.
22244 (completion-in-region): Use it.
22245 (completion-in-region--data, completion-in-region-mode-map): New vars.
22246 (completion-in-region--postch): New function.
22247 (completion--capf-misbehave-funs, completion--capf-safe-funs):
22248 New vars.
22249 (completion--capf-wrapper): New function.
22250 (completion-at-point): Use it to track well-behavedness of
22251 hook functions.
22252 (completion-help-at-point): New command.
22253
22254 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
22255
22256 * vc/add-log.el (add-change-log-entry): Don't use whitespace
22257 syntax class to search for whitespace on a single line
22258 (Message-ID: <4D938140.4030905@redhat.com>).
22259
22260 2011-03-30 Leo Liu <sdl.web@gmail.com>
22261
22262 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
22263 New commands.
22264 (edit-abbrevs-map): Bind them here.
22265 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
22266
22267 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
22268
22269 * allout.el (allout-hide-by-annotation, allout-flag-region):
22270 Reduce possibility of overlay leakage by making them volatile.
22271
22272 * allout-widgets.el (allout-widgets-tally): Define as nil so the
22273 hash is not shared between buffers. Mode initialization is
22274 responsible for giving it a useful starting value.
22275 (allout-item-span): Reduce possibility of overlay leakage by
22276 making them volatile.
22277 (allout-widgets-count-buttons-in-region): Add diagnostic function
22278 for tracking down button overlay leaks.
22279
22280 2011-03-29 Leo Liu <sdl.web@gmail.com>
22281
22282 * ido.el (ido-read-internal): Use the default history var
22283 minibuffer-history if no HISTORY is specified.
22284
22285 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
22286
22287 * net/imap.el (imap-shell-open, imap-process-connection-type):
22288 Use imap-process-connection-type for 'shell' streams as well as
22289 Kerberos, SSL, other subprocesses.
22290
22291 2011-03-28 Leo Liu <sdl.web@gmail.com>
22292
22293 * abbrev.el (abbrev-table-empty-p): New function.
22294 (prepare-abbrev-list-buffer): Place empty abbrev tables after
22295 nonempty ones. (Bug#5937)
22296
22297 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
22298
22299 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
22300
22301 2011-03-27 Leo Liu <sdl.web@gmail.com>
22302
22303 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
22304 for foreground and background colors.
22305 (ansi-color-make-color-map): Adapt.
22306
22307 2011-03-25 Leo Liu <sdl.web@gmail.com>
22308
22309 * midnight.el (midnight-time-float): Remove. Note it calculates
22310 the microsecond component incorrectly and seconds-to-time does the
22311 same job.
22312 Remove redundant (require 'timer).
22313
22314 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
22315 (ido-completions): Remove unused arguments. (Bug#8329)
22316
22317 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22318
22319 * minibuffer.el (completion--flush-all-sorted-completions):
22320 Remove itself from hook.
22321 (completion-at-point): Let the functions perform the completion
22322 immediately and return nil or t.
22323 * comint.el (comint-dynamic-complete-functions): Now identical to
22324 completion-at-point-functions.
22325 (comint-dynamic-list-input-ring): Remove unused var `index'.
22326 (comint--match-partial-filename, comint--unquote&expand-filename):
22327 New funs, split from comint-match-partial-filename.
22328 (comint-dynamic-complete): Use completion-at-point.
22329 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
22330
22331 2011-03-24 Drew Adams <drew.adams@oracle.com>
22332
22333 * thingatpt.el: Support `defun'.
22334
22335 2011-03-23 Leo Liu <sdl.web@gmail.com>
22336
22337 * abbrevlist.el: Move to obsolete/abbrevlist.el.
22338
22339 * help-mode.el (help-mode-finish): Tweak regexp.
22340
22341 2011-03-23 Glenn Morris <rgm@gnu.org>
22342
22343 * eshell/esh-opt.el (eshell-eval-using-options):
22344 Do not bind unused local variable `eshell-option-stub'.
22345
22346 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
22347
22348 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
22349
22350 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
22351 keymap variable in `with-no-warnings' to avoid a warning when the
22352 keymap has been already `defconst'ed.
22353
22354 2011-03-22 Leo Liu <sdl.web@gmail.com>
22355
22356 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
22357 encode all chars in abbrevs; otherwise use emacs-mule or
22358 utf-8-emacs. (Bug#8308)
22359
22360 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
22361
22362 * simple.el (backward-delete-char-untabify):
22363 Avoid warning about using `delete-backward-char'.
22364
22365 * image.el (image-type-file-name-regexps): Make it variable.
22366 `imagemagick-register-types' modifies it, and the user may want
22367 to add new extensions for known image types.
22368 (imagemagick-register-types): Throw error if not using ImageMagick.
22369
22370 2011-03-22 Leo Liu <sdl.web@gmail.com>
22371
22372 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
22373 located before rcirc-prompt-end-marker.
22374 (rcirc-complete): Error if point is not after rcirc prompt.
22375 Handle the case when table is nil.
22376 (rcirc-user-authenticated): Define to fix compiler warning.
22377
22378 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
22379
22380 * custom.el (custom--inhibit-theme-enable): Make it affect only
22381 custom-theme-set-variables and custom-theme-set-faces.
22382 (provide-theme): Ignore custom--inhibit-theme-enable.
22383 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
22384 (custom-enabling-themes): Delete variable.
22385 (enable-theme): Accept only loaded themes as arguments.
22386 Ignore the special custom-enabled-themes variable.
22387 (custom-enabled-themes): Forbid themes from setting this.
22388 Eliminate use of custom-enabling-themes.
22389 (custom-push-theme): Quote "changed" custom var entry.
22390
22391 2011-03-21 Leo Liu <sdl.web@gmail.com>
22392
22393 * ido.el (ido-read-internal): Add ido-selected to history instead
22394 of user input.
22395
22396 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22397
22398 * subr.el (deferred-action-list, deferred-action-function):
22399 Mark obsolete.
22400
22401 2011-03-21 Leo Liu <sdl.web@gmail.com>
22402
22403 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
22404 change on 2011-02-13 (bug#8309).
22405
22406 * minibuffer.el (read-file-name-function): Change default value.
22407 (read-file-name--defaults): Rename from read-file-name-defaults.
22408 (read-file-name-default): Rename from read-file-name.
22409 (read-file-name): Call read-file-name-function.
22410
22411 2011-03-21 Glenn Morris <rgm@gnu.org>
22412
22413 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
22414 Doc fixes.
22415
22416 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
22417
22418 * cus-theme.el: Add missing provide statement.
22419 (customize-create-theme): Extract theme value correctly.
22420 (custom-theme-visit-theme): Autoload.
22421 (customize-create-theme): Prompt before inserting default faces.
22422
22423 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
22424
22425 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
22426 units and musical notes.
22427
22428 2011-03-20 Leo Liu <sdl.web@gmail.com>
22429
22430 * ido.el (ido-read-internal): Use completing-read-default.
22431 (ido-completing-read): Fix compatibility with completing-read.
22432
22433 2011-03-20 Christian Ohler <ohler@gnu.org>
22434
22435 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
22436 (ert-delete-all-tests): Use `called-interactively-p' rather than
22437 `interactive-p'.
22438 (ert--make-xrefs-region): Respect END.
22439
22440 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
22441
22442 * dired-aux.el (dired-create-directory): Signal an error if the
22443 directory already exists (Bug#8246).
22444
22445 * facemenu.el (list-colors-display): Call list-faces-display
22446 inside with-help-window.
22447 (list-colors-print): Use display property to align the final
22448 column, instead of checking window-width.
22449
22450 2011-03-19 Eli Zaretskii <eliz@gnu.org>
22451
22452 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
22453 windows-nt systems.
22454 (emerge-protect-metachars): Quote correctly for ms-dos and
22455 windows-nt systems.
22456
22457 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
22458
22459 * info.el (info-initialize): Replace all uses of `:' with
22460 path-separator for compatibility with non-Unix systems.
22461 Cache quoting of path-separator. (Bug#8258)
22462
22463 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
22464
22465 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
22466 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
22467 (mouse-avoidance-mode): Fix typos in docstrings.
22468
22469 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
22470
22471 * startup.el (package-subdirectory-regexp): Move from package.el.
22472 Omit \\` and \\', and let callers add them.
22473
22474 * emacs-lisp/package.el (package-strip-version)
22475 (package-load-all-descriptors): Add \\` and \\' to
22476 package-subdirectory-regexp before using it.
22477 (package-untar-buffer): New arg DIR; ensure that file untars only
22478 into this expected directory. Remove superfluous delete-region.
22479 (package-unpack): Caller changed.
22480 (package-tar-file-info): Use package-subdirectory-regexp.
22481
22482 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
22483
22484 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
22485 diff-mode-shared-map (bug#8284).
22486 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
22487
22488 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22489
22490 * calendar/time-date.el (format-seconds): Use assoc instead of
22491 assoc-string, since assoc-string doesn't exist in XEmacs.
22492
22493 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
22494
22495 * custom.el (custom-known-themes): Reflow docstring.
22496 (custom-theme-load-path): Fix typo in docstring.
22497 (load-theme): Fix typo in error message.
22498 (custom-available-themes, custom-variable-theme-value):
22499 Use `let', not `let*'.
22500
22501 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
22502
22503 * calc/README: Mention inclusion of musical notes.
22504
22505 * calc/calc-units.el (calc-lu-quant): Rename from
22506 `calc-logunits-quantity'.
22507 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
22508 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
22509 (calc-db): Rename from `calc-dblevel'.
22510 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
22511 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
22512 (calc-np): Rename from `calc-nplevel'.
22513 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
22514 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
22515 (calc-lu-plus): Rename from `calc-logunits-add'.
22516 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
22517 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
22518 (calc-lu-minus): Rename from `calc-logunits-sub'.
22519 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
22520 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
22521 (calc-lu-times): Rename from `calc-logunits-mul'.
22522 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
22523 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
22524 (calc-lu-divide): Rename from `calc-logunits-div'.
22525 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
22526 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
22527
22528 * calc/calc-ext.el (calc-init-extensions): Update the names of the
22529 functions being autoloaded.
22530
22531 * calc/calc.el (calc-lu-power-reference): Rename from
22532 `calc-logunits-power-reference'.
22533 (calc-lu-field-reference): Rename from
22534 `calc-logunits-field-reference'.
22535
22536 * calc/calc-help.el (calc-l-prefix-help):
22537 Mention musical note functions.
22538
22539 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
22540
22541 * minibuffer.el (completion-all-sorted-completions):
22542 Use :completion-cycle-penalty text property if present.
22543
22544 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
22545
22546 * allout.el (allout-yank-processing): Adjust for new rebulleting
22547 regime so bullet being yanked is used without prompting the user
22548 for a choice.
22549
22550 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
22551
22552 * startup.el (command-line): Warn the user that _emacs is deprecated.
22553
22554 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
22555
22556 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
22557 (delphi-verbose, delphi-comment-face, delphi-string-face)
22558 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
22559 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
22560 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
22561 (delphi-new-comment-line, delphi-font-lock-defaults)
22562 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
22563 Fix typos in docstrings.
22564
22565 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
22566
22567 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
22568 Invert the roles of character and string values for INSTEAD, so a
22569 string is used for the more common case of a defaulting prompt.
22570
22571 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
22572
22573 * progmodes/ruby-mode.el (ruby-backward-sexp):
22574 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
22575 * play/gamegrid.el (gamegrid-make-face):
22576 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
22577 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
22578 * notifications.el (notifications-notify):
22579 * net/xesam.el (xesam-search-engines):
22580 * net/quickurl.el (quickurl-list-insert):
22581 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
22582
22583 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
22584
22585 * startup.el (command-line): Update package subdirectory regexp.
22586
22587 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
22588
22589 * allout.el (allout-abbreviate-flattened-numbering)
22590 (allout-mode-deactivate-hook): Fix up obsolescence "date".
22591
22592 * subr.el (read-char-choice): Only show the cursor after the prompt,
22593 not after the answer.
22594
22595 2011-03-15 Kevin Ryde <user42@zip.com.au>
22596
22597 * help-fns.el (variable-at-point): Skip leading quotes, if any
22598 (bug#8253).
22599
22600 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
22601
22602 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
22603 warning message.
22604
22605 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
22606
22607 * shell.el (shell): When called interactively, offer to change the
22608 shell file name on remote hosts.
22609
22610 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
22611
22612 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
22613 integration for LDAP parameters. The host, base, user or binddn,
22614 and secret tokens can be specified in a netrc file, for instance.
22615 This is optional because an `auth-source' parameter must be
22616 specified in the search attributes.
22617
22618 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
22619
22620 * help.el (describe-mode): Link to the mode's definition (bug#8185).
22621
22622 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
22623
22624 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
22625 into declaration. Remove redundant and harmful binding.
22626
22627 2011-03-12 Eli Zaretskii <eliz@gnu.org>
22628
22629 * files.el (file-ownership-preserved-p): Pass `integer' as an
22630 explicit 2nd argument to `file-attributes'. If the file's owner
22631 is the Administrators group on Windows, and the current user is
22632 Administrator, consider that a match.
22633
22634 * server.el (server-ensure-safe-dir): Consider server directory
22635 safe on MS-Windows if its owner is the Administrators group while
22636 the current Emacs user is Administrator. Use `=' to compare
22637 numerical UIDs, since they could be integers or floats.
22638
22639 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
22640
22641 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
22642
22643 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
22644
22645 Sync with Tramp 2.2.1.
22646
22647 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
22648
22649 * net/trampver.el: Update release number.
22650
22651 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
22652
22653 * progmodes/compile.el (compilation--previous-directory): Fix up
22654 various nil/dead-marker mismatches (bug#8014).
22655 (compilation-directory-properties, compilation-error-properties):
22656 Don't call it at a position past the one we're about to change.
22657
22658 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
22659 Disable obsolescence warnings in the file that declares it.
22660
22661 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
22662
22663 * allout-widgets.el (allout-widgets-tally):
22664 Initialize allout-widgets-tally as a hash table rather than nil to
22665 prevent mode-line redisplay warnings. Also, clarify the module
22666 description and fix a comment typo.
22667
22668 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
22669
22670 * help-fns.el (describe-variable): Don't complete keywords.
22671 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
22672
22673 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
22674
22675 * emacs-lisp/package.el (package-version-join): Impose a standard
22676 string representation for pre/alpha/beta version lists.
22677 (package-unpack-single): Standardize the directory name by passing
22678 it through package-version-join.
22679 (package-strip-rcs-id): Accept any version string that does not
22680 signal an error in version-to-list.
22681
22682 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
22683
22684 * simple.el (delete-trailing-whitespace): Return nil for the
22685 benefit of `write-file-functions'.
22686
22687 2011-03-10 Glenn Morris <rgm@gnu.org>
22688
22689 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
22690
22691 * vc/vc-git.el (vc-git-program): New option.
22692 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
22693 (vc-git--call): Use it.
22694
22695 * eshell/esh-util.el (eshell-condition-case): Doc fix.
22696
22697 * cus-edit.el (Custom-newline): If no button at point, look
22698 for a subgroup button at start-of-line. (Bug#2298)
22699
22700 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
22701
22702 2011-03-10 Julien Danjou <julien@danjou.info>
22703
22704 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
22705 `cursor-type' is nil.
22706
22707 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
22708
22709 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
22710
22711 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
22712
22713 * allout.el: Change so yank of distinctive-bullet items
22714 preserves the existing header prefix, rebulleting it if necessary,
22715 rather than replacing it. This is necessary for proper operation
22716 of cooperative addons like allout-widgets.
22717 (allout-make-topic-prefix, allout-rebullet-heading):
22718 Change SOLICIT arg to INSTEAD, and interpret additionally a string
22719 value as alternate bullet to be used, instead of prompting the user
22720 for a bullet character.
22721
22722 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
22723
22724 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22725 Do not use `tramp-file-name-port', because this returns also
22726 `tramp-default-port'.
22727
22728 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
22729
22730 * net/rcirc.el (rcirc-handler-001): Remove useless
22731 with-rcirc-process-buffer.
22732 (rcirc-check-auth-status): Swap arguments to string-match.
22733
22734 2011-03-09 Glenn Morris <rgm@gnu.org>
22735
22736 * shell.el (shell-mode):
22737 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
22738
22739 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
22740 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
22741
22742 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
22743
22744 * emacs-lisp/package.el (package-refresh-contents)
22745 (package-menu-execute): Use condition-case-no-debug.
22746
22747 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
22748
22749 * simple.el (shell-command-to-string): Use `process-file'.
22750
22751 * emacs-lisp/package.el (package-tar-file-info): Handle also
22752 remote files.
22753
22754 * emacs-lisp/package-x.el (package-upload-buffer-internal):
22755 Use `equal' for upload base check.
22756
22757 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
22758
22759 * textmodes/texinfo.el (texinfo-environments):
22760 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
22761
22762 2011-03-08 Glenn Morris <rgm@gnu.org>
22763
22764 * cus-start.el (cursor-in-non-selected-windows):
22765 Fix :set quoting oddness. (Bug#8192)
22766
22767 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
22768 in some setf expressions. (Bug#2159)
22769
22770 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
22771
22772 * custom.el (custom-available-themes): Return themes in
22773 alphabetical order.
22774
22775 See ChangeLog.15 for earlier changes.
22776
22777 ;; Local Variables:
22778 ;; coding: utf-8
22779 ;; End:
22780
22781 Copyright (C) 2011-2012 Free Software Foundation, Inc.
22782
22783 This file is part of GNU Emacs.
22784
22785 GNU Emacs is free software: you can redistribute it and/or modify
22786 it under the terms of the GNU General Public License as published by
22787 the Free Software Foundation, either version 3 of the License, or
22788 (at your option) any later version.
22789
22790 GNU Emacs is distributed in the hope that it will be useful,
22791 but WITHOUT ANY WARRANTY; without even the implied warranty of
22792 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22793 GNU General Public License for more details.
22794
22795 You should have received a copy of the GNU General Public License
22796 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.