Make read-char-by-name signal an error for invalid input.
[bpt/emacs.git] / lisp / ChangeLog
1 2012-12-21 Daiki Ueno <ueno@gnu.org>
2
3 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
4 (epg-error): Set `error-message' property.
5
6 2012-12-21 Chong Yidong <cyd@gnu.org>
7
8 * international/mule-cmds.el (read-char-by-name): Signal an error
9 if the user does not supply a valid character (Bug#13177).
10
11 * simple.el (transpose-subr-1): Preserve marker positions by
12 changing the insertion sequence (Bug#13122).
13
14 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
15
16 * simple.el (kill-region): Deactivate mark even for empty regions
17 (Bug#13169).
18
19 2012-12-21 Chong Yidong <cyd@gnu.org>
20
21 * help-fns.el (describe-variable): Make sure we get the right
22 buffer name (Bug#13105). Suggested by Kelly Dean.
23
24 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
25
26 * comint.el (comint-redirect-previous-input-string): New variable.
27 (comint-redirect-setup, comint-redirect-cleanup)
28 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
29 (comint-redirect-preoutput-filter): Fix verbose message.
30
31 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
32
33 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
34 is too long for Tramp. See discussion in
35 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
36
37 * progmodes/compile.el (compilation-start): Remove line escape
38 template.
39
40 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
41
42 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
43 Adjust comment.
44
45 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
46
47 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
48 following non-comment text (bug#13207).
49 (lm-header-multiline): Continuation lines need to be indented more than
50 the first line.
51 (lm-homepage): New function.
52 (lm-with-file): Don't be confused if narrowing is in effect.
53
54 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
55 very beginning of a hunk (e.g. killing the first line).
56
57 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
58
59 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
60 and text properties from returned ACL string.
61 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
62 for "setfacl" command.
63
64 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
65
66 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
67 `tramp-cleanup-this-connection', when the process has died.
68 (Bug#13151)
69
70 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
73
74 2012-12-17 Kevin Ryde <user42@zip.com.au>
75
76 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
77
78 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
79
80 Add support for preserving ACL entries of files.
81
82 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
83 `set-file-acl' handlers.
84
85 * net/tramp-adb.el (tramp-adb-handle-copy-file):
86 Handle PRESERVE-EXTENDED-ATTRIBUTES.
87
88 * net/tramp-compat.el (tramp-compat-copy-file):
89 Handle PRESERVE-EXTENDED-ATTRIBUTES.
90
91 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
92 Add `file-acl' and `set-file-acl' handlers.
93 (tramp-gvfs-handle-copy-file):
94 Handle PRESERVE-EXTENDED-ATTRIBUTES.
95 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
96 New defuns.
97
98 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
99 Add `file-acl' and `set-file-acl' handlers.
100 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
101 (tramp-sh-handle-set-file-acl): New defuns.
102 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
103 Handle PRESERVE-EXTENDED-ATTRIBUTES.
104
105 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
106 Add `file-acl' and `set-file-acl' handlers.
107 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
108
109 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
110
111 * help-macro.el (make-help-screen): Instead of switch-to-buffer
112 use pop-to-buffer with NORECORD argument t. As buffer name, use
113 *Metahelp* with a leading space (Bug#13190).
114
115 2012-12-16 Romain Francoise <romain@orebokech.com>
116
117 * files.el (file-extended-attributes)
118 (set-file-extended-attributes): New functions.
119 (backup-buffer): Use them to handle both SELinux context and ACL
120 entries.
121 (backup-buffer-copy): Work with an alist of extended attributes,
122 rather than an SELinux context.
123 (basic-save-buffer-2): Ditto.
124
125 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
126
127 * battery.el (battery-bsd-apm): New function.
128
129 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
130
131 * calc/calc.el (calc-standard-date-formats): Adjust one of the
132 standard date formats.
133
134 2012-12-15 Juri Linkov <juri@jurta.org>
135
136 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
137 `isearch-insert-char-by-name'.
138 (with-isearch-suspended): New defmacro with body mostly from
139 `isearch-edit-string' except the part that sets
140 `isearch-new-string' and `isearch-new-message'.
141 (isearch-edit-string): Use new macro `with-isearch-suspended' with
142 body that sets `isearch-new-string' and `isearch-new-message'.
143 (isearch-insert-char-by-name): New command.
144 * international/mule-cmds.el (read-char-by-name): Let-bind
145 `enable-recursive-minibuffers' to t.
146 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
147
148 2012-12-15 Juri Linkov <juri@jurta.org>
149
150 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
151 (Bug#13175)
152
153 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
154
155 * dired-x.el (dired-guess-shell-command): Put colon at the end of
156 the prompt. (Bug#13045)
157
158 2012-12-14 Glenn Morris <rgm@gnu.org>
159
160 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
161 Try to include filename in non-bytecomp warning. (Bug#13132)
162
163 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
164
165 Fix permissions bugs with setgid directories etc. (Bug#13125)
166 * files.el (backup-buffer): Don't rely on 9th output of
167 file-attributes, as it's now a placeholder. Instead, use the new
168 optional arg of file-ownership-preserved-p.
169 (file-ownership-preserved-p): New optional arg GROUP.
170 Fix mishandling of setuid directories that would cause this
171 function to return t when it should have returned nil.
172 Document what happens if the file does not exist, and when
173 it's not known whether the ownership will be preserved.
174 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
175 Likewise.
176 (tramp-get-local-gid): Use group-gid for integer, as that's
177 faster and more reliable.
178
179 2012-12-14 Julien Danjou <julien@danjou.info>
180
181 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
182 Update keywords list, data type and PL/pgSQL.
183
184 2012-12-14 Dave Abrahams <dave@boostpro.com>
185
186 * vc/ediff-util.el (ediff-buffer-type): New function.
187 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
188 rather than taking it as as argument.
189 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
190
191 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
192
193 * json.el: Add pretty-print option (bug#12634).
194 (json-encoding-separator, json-encoding-default-indentation)
195 (json--encoding-current-indentation, json-encoding-pretty-print)
196 (json-encoding-lisp-style-closings): New vars.
197 (json--with-indentation): New macro.
198 (json-encode-hash-table, json-encode-alist, json-encode-plist)
199 (json-encode-array): Use it to obey json-encoding-pretty-print.
200 (json-pretty-print-buffer, json-pretty-print): New commands.
201
202 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
203
204 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
205 Extract `ruby-syntax-propertize-expansions'.
206 (ruby-syntax-propertize-expansions): Only change syntax on
207 certain string delimiters, to punctuation. This way the common
208 functions like forward-word and thing-at-point still work.
209 (ruby-match-expression-expansion): Improve readability.
210 (ruby-block-contains-point): New function.
211 (ruby-add-log-current-method): Handle several edge cases.
212
213 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
214
215 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
216 unload-feature finishes even when aborting an ongoing edebug session.
217 Also, do not worry about edebug-mode, unload-feature takes care of it.
218
219 2012-12-13 Andreas Schwab <schwab@suse.de>
220
221 * net/tls.el (tls-program): Update customize type.
222
223 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
224
225 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
226 (edebug-setup-hook, cl-read-load-hooks): Use it.
227 (edebug-unload-function): New function. (Bug#13163)
228
229 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
230
231 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
232 Otherwise, there could be errors in autoloading. (Bug#13151)
233
234 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
235
236 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
237 sequences.
238
239 2012-12-13 Alan Mackenzie <acm@muc.de>
240
241 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
242 * progmodes/cc-engine.el (c-backward-comments): Add code to work
243 around `forward-comment' not recognizing ^M as whitespace.
244
245 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
246
247 * progmodes/python.el (python-skeleton-class)
248 (python-skeleton-def): Do not add space after defun name.
249
250 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
251
252 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
253 (cl--symbol-function): Remove (now that funbound is like nil).
254
255 2012-12-12 Glenn Morris <rgm@gnu.org>
256
257 * button.el (button--area-button-p): Fix typo.
258
259 2012-12-12 Sam Steingold <sds@gnu.org>
260
261 * frame.el (frame-maximization-style): New user option.
262 (toggle-frame-maximized): Toggle frame maximization according to
263 `frame-maximization-style', bound to <f11>.
264 (cycle-frame-maximized): Cycle between all maximization styles and
265 non-maximized frame, bound to shift-<f11>.
266
267 2012-12-12 David Cadé <codename68@gmail.com>
268
269 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
270
271 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
272
273 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
274 (eieio-override-prin1): Don't quote kewords and booleans.
275 (object-write) <eieio-default-superclass>: Don't put closing parens
276 on new line, avoid needless empty lines, align values that are objects
277 with the slot keyword (instead of beginning on the same line).
278 (eieio-list-prin1): Align value with slot keyword; increase
279 eieio-print-depth before printing members of the list.
280
281 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
282
283 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
284 a display text-property.
285 (report-emacs-bug-hook): Don't bother deleting it any more.
286
287 * hilit-chg.el (highlight-save-buffer-state): Delete.
288 Use with-silent-modifications instead.
289 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
290
291 * button.el: Handle buttons in display text-properties.
292 (button--area-button-p, button--area-button-string):
293 Use (STRING . STRING-POS) representation instead of just STRING.
294
295 2012-12-11 Eli Zaretskii <eliz@gnu.org>
296
297 * makefile.w32-in (compile4-SH): Fix a typo that caused term
298 subdirectory be skipped.
299
300 2012-12-11 Glenn Morris <rgm@gnu.org>
301
302 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
303
304 * progmodes/f90.el (f90-line-continued, f90-indent-region):
305 Treat preprocessor lines embedded in continuations like comments.
306 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
307
308 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
309
310 * calc/calc.el (calc-standard-date-formats): Add more date
311 formats.
312 * calc/calc-forms.el (math-parse-iso-date): New function.
313 (math-parse-date): Use `math-parse-iso-date' when appropriate.
314 (math-parse-iso-date-validate): Add extra error checking.
315 (calc-date-notation): Add ability to access new date formats.
316
317 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
318
319 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
320 font-lock as well as when there's no text-property.
321
322 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
323
324 * hi-lock.el: Refine the choice of default face.
325 (hi-lock-keyword->face): New function. Use it wherever we used
326 cadadadr instead.
327 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
328 (hi-lock--last-face): Remove var.
329 (hi-lock--unused-faces): New var to replace it.
330 (hi-lock-read-face-name): Use/maintain it.
331 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
332 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
333 if it has another face.
334
335 2012-12-10 Eli Zaretskii <eliz@gnu.org>
336
337 * subr.el (w32notify-handle-event): New function.
338 (inotify-handle-event): Doc fix.
339
340 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
341
342 * subr.el (inotify-event-p, inotify-handle-event): New functions.
343
344 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
345
346 * simple.el (just-one-space): Doc fix.
347
348 2012-12-10 Eli Zaretskii <eliz@gnu.org>
349
350 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
351
352 2012-12-10 Le Wang <l26wang@gmail.com>
353
354 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
355 narrowed buffer (bug#12361).
356
357 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
358
359 * vc/vc-hooks.el (vc-state): Doc fix.
360
361 2012-12-10 Glenn Morris <rgm@gnu.org>
362
363 * mail/rmail.el (rmail-maybe-display-summary):
364 Preserve buffer, in case select-window changes it. (Bug#13066)
365
366 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
367
368 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
369 cl-load-hook where they belong.
370
371 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
372
373 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
374
375 2012-12-09 Eli Zaretskii <eliz@gnu.org>
376
377 Parallelize byte compilation on MS-Windows.
378 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
379 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
380 (WINS_BASIC): Define as concatenation of the above.
381 (compile): Subdivide into 4 separate and independent jobs that can
382 be run in parallel.
383 (compile0-CMD, compile0-SH): New targets for compiling
384 COMPILE_FIRST files, which are prerequisites for the rest of the
385 byte-compilation.
386 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
387 New targets for parallel compilation with cmd.exe.
388 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
389 compiling under a Unixy shell.
390
391 2012-12-09 Chong Yidong <cyd@gnu.org>
392
393 * simple.el (set-mark-default-inactive): Delete this
394 accidentally-introduced option.
395 (set-mark-command, exchange-point-and-mark): Remove calls.
396
397 2012-12-09 Glenn Morris <rgm@gnu.org>
398
399 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
400 Respect a defcustom's :set function, if appropriate. (Bug#109)
401 (eval-defun): Doc fix.
402
403 2012-12-08 Juri Linkov <juri@jurta.org>
404
405 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
406 (Info-fontify-node, Info-bookmark-make-record): Remove the
407 file extension from Info-current-file (Bug#13016).
408
409 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
412 point, still provide some default.
413 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
414 names, since we don't use it right now. Actually return the list.
415 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
416
417 2012-12-07 Chong Yidong <cyd@gnu.org>
418
419 * novice.el (disabled-command-function): Remove a spurious help
420 xref (Bug#13043). Suggested by Kelly Dean.
421
422 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
423 syntax is specified (Bug#13025).
424
425 * info.el (Info-set-mode-line): Remove the file extension from
426 Info-current-file if there is one (Bug#13016).
427
428 2012-12-07 Glenn Morris <rgm@gnu.org>
429
430 * mail/rmail.el (rmail-mime-decoded): New permanent local.
431 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
432 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
433 and rmail-mime-decoded. (Bug#9841)
434
435 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
436 (batch-unrmail, unrmail): Doc fixes.
437 (unrmail): Respect unrmail-mbox-format.
438 * mail/rmail.el (rmail-mbox-format): New option.
439 (rmail-show-message-1): Respect rmail-mbox-format.
440
441 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
444
445 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
446
447 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
448 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
449 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
450 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
451 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
452 (cl-progv): Don't rely on dynamic scoping to find the body.
453 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
454 (cl--proclaims-deferred): Rename from the "cl-" prefix.
455 (cl-declaim): Use backquotes.
456 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
457 Use "cl--" prefix for the object's tag.
458
459 * ses.el: Use advice-add/remove.
460 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
461 (copy-region-as-kill, yank): Use advice-add.
462 (ses-unload-function): Use advice-remove.
463
464 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
465
466 * button.el: Make them work in header-lines (bug#12817).
467 (button-map): Add bindings for header-line and mode-line use.
468 (button-get, button-put, button-label): `button' may now be a string.
469 (button-activate): Don't make it a defsubst.
470 (button--area-button-p, button--area-button-string): New functions.
471 (make-text-button): Fix the return value when `beg' was a string.
472 (push-button): Handle the mode-line case.
473
474 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
475
476 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
477 (sql-signum): Remove. Use `cl-signum' instead.
478 (sql-read-passwd): Remove; use read-passwd instread.
479 (sql-get-login-ext): Use read-string.
480 (sql-get-login): Use dolist and pcase.
481 (sql--completion-table): Rename from sql-try-completion.
482 Use complete-with-action.
483 (sql-mode): Don't change abbrev-all-caps globally.
484 (sql-connect): Don't rely on dynamic scoping for `new-name'.
485 (sql-postgres-completion-object): Initialize vars in their `let'.
486 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
487 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
488 (sql-comint-interbase): Use a single append, without setq.
489 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
490
491 * hi-lock.el: Rework the default face and the serialize regexp code.
492 (hi-lock--auto-select-face-defaults): Remove.
493 (hi-lock-string-serialize-serial): Remove.
494 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
495 make weak.
496 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
497 equal string.
498 (hi-lock-set-pattern): Adjust accordingly.
499 (hi-lock--regexps-at-point): Simplify accordingly.
500 (hi-lock--auto-select-face-defaults): Remove.
501 (hi-lock--last-face): New var to replace it.
502 (hi-lock-read-face-name): Rewrite (bug#11095).
503 (hi-lock-unface-buffer): Arrange for the face to be the next default.
504
505 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
506
507 * net/tramp.el (tramp-replace-environment-variables):
508 Hide compiler warning.
509 (tramp-file-name-for-operation): Remove `executable-find',
510 `start-process', `call-process' and `call-process-region'.
511
512 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
513
514 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
515 compatibility.
516
517 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
518
519 2012-12-06 Chong Yidong <cyd@gnu.org>
520
521 * ffap.el (ffap-replace-file-component): Fix typo.
522
523 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
524
525 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
526 fix open-paren-like token test (bug#12785).
527
528 2012-12-06 Glenn Morris <rgm@gnu.org>
529
530 * mail/rmailsum.el (rmail-new-summary): Tweak for
531 rmail-maybe-display-summary changing buffer. (Bug#13066)
532
533 2012-12-06 Juri Linkov <juri@jurta.org>
534
535 * info.el (Info-fontify-node): Don't hide the last newline.
536 (Bug#12272)
537
538 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
539
540 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
541 so as to enable message-read-from-minibuffer to expand mail aliases.
542
543 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
546 the `intangible' property.
547 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
548
549 2012-12-05 Deniz Dogan <deniz@dogan.se>
550
551 * net/rcirc.el (rcirc-urls): Update documentation.
552 (rcirc-condition-filter): New function.
553 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
554 and exclude consecutive duplicate URLs (Bug#6082).
555
556 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
557
558 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
559 Check return code of copy command.
560
561 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
562 Use group `tramp'. Add version.
563
564 2012-12-05 Chong Yidong <cyd@gnu.org>
565
566 * ffap.el (ffap-url-regexp): Don't require matching at front of
567 string (Bug#4952).
568 (ffap-url-p): If only a substring matches, return that.
569 (ffap-url-at-point): Use the return value of ffap-url-p.
570 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
571 (find-file-at-point, dired-at-point, dired-at-point-prompter)
572 (ffap-guess-file-name-at-point): Likewise.
573 (ffap-replace-file-component): Fix typo.
574
575 * info.el (info-display-manual): Add existing Info buffers, whose
576 files may not be in Info-directory-list, to the completion.
577 (info--manual-names): New helper function.
578
579 2012-12-05 Glenn Morris <rgm@gnu.org>
580
581 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
582 New functions, for detecting and resolving conflicts. (Bug#10709)
583
584 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
585
586 * hi-lock.el (hi-lock-auto-select-face): New user variable.
587 (hi-lock-auto-select-face-defaults): New buffer local variable.
588 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
589 (hi-lock-unface-buffer): Prompt user with useful defaults.
590 With prefix arg, unhighlight all hi-lock patterns in buffer.
591
592 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
595
596 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
597
598 * Makefile.in (TRAMP_SRC):
599 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
600
601 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
602
603 * net/tramp-adb.el: New package.
604
605 2012-12-04 Chong Yidong <cyd@gnu.org>
606
607 * terminal.el: Move to obsolete/.
608
609 * longlines.el: Move to obsolete/.
610
611 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
612 Remove code referring to longlines mode.
613
614 2012-12-03 Juri Linkov <juri@jurta.org>
615
616 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
617
618 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
619
620 * textmodes/ispell.el (ispell-init-process)
621 (ispell-start-process, ispell-internal-change-dictionary):
622 Make sure personal dictionary name is expanded after initial
623 `default-directory' value. Use expanded strings for
624 keep/restart checks and for value (Bug#13019).
625
626 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
627
628 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
629
630 2012-12-03 Leo Liu <sdl.web@gmail.com>
631
632 * files.el (dir-locals-read-from-file): Check file non-empty
633 before reading. (Bug#13038)
634
635 2012-12-03 Glenn Morris <rgm@gnu.org>
636
637 * jka-cmpr-hook.el (jka-compr-get-compression-info):
638 Remove any version extension before checking filename. (Bug#13006)
639 (jka-compr-compression-info-list): Belated :version bump.
640
641 2012-12-03 Chong Yidong <cyd@gnu.org>
642
643 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
644
645 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
646 (buffer-menu): Doc fix (Bug#12294).
647
648 2012-12-03 Roland Winkler <winkler@gnu.org>
649
650 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
651 of diary-show-all-entries in the diary buffer (Bug#12994).
652
653 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
654
655 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
656 "<STDIN>". This is binary safe.
657
658 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
659
660 * calc/calc-forms.el (math-absolute-from-iso-dt)
661 (math-date-to-iso-dt, math-parse-iso-date-validate)
662 (math-iso-dt-to-date): New functions.
663 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
664 (math-fd-isoweekday): New variables.
665 (calc-date-notation, math-parse-standard-date, math-format-date)
666 (math-format-date-part): Add support for more formatting codes.
667
668 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
669
670 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
671 current buffer's file name when called interactively (Bug#12488).
672
673 2012-12-02 Juri Linkov <juri@jurta.org>
674
675 * info.el (info-display-manual): Don't clobber an existing Info
676 buffer (Bug#10770). Add completion (Bug#10771).
677
678 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
679
680 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
681 before using it for comparison (Bug#5297).
682
683 2012-12-01 Jari Aalto <jari.aalto@cante.net>
684
685 * textmodes/css-mode.el (css-current-defun-name): New function.
686 (css-mode): Use it.
687
688 * textmodes/sgml-mode.el (html-current-defun-name): New function.
689 (html-mode): Use it.
690
691 2012-12-01 Chong Yidong <cyd@gnu.org>
692
693 Modularize add-log-current-defun (Bug#2224).
694 Suggested by Jari Aalto.
695
696 * vc/add-log.el (add-log-current-defun-function): Doc fix.
697 (add-log-current-defun): Move mode-specific code to other files.
698 (add-log-lisp-like-modes, add-log-c-like-modes)
699 (add-log-tex-like-modes): Variables deleted.
700
701 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
702 (lisp-mode-variables): Use it.
703
704 * progmodes/cc-mode.el (c-common-init):
705 * progmodes/cperl-mode.el (cperl-mode): Set a value for
706 add-log-current-defun-function.
707
708 * progmodes/m4-mode.el (m4-current-defun-name): New function.
709 (m4-mode): Use it.
710
711 * progmodes/perl-mode.el (perl-current-defun-name): New.
712 (perl-mode): Use it.
713
714 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
715 Use lisp-current-defun-name.
716
717 * textmodes/tex-mode.el (tex-current-defun-name): New.
718 (tex-common-initialization): Use it.
719
720 * textmodes/texinfo.el (texinfo-current-defun-name): New.
721 (texinfo-mode): Use it.
722
723 2012-12-01 Chong Yidong <cyd@gnu.org>
724
725 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
726 * progmodes/autoconf.el (autoconf-mode):
727 * progmodes/js.el (js-mode):
728 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
729 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
730 * progmodes/perl-mode.el (perl-mode):
731 * progmodes/sh-script.el (sh-mode, sh-set-shell):
732 * textmodes/css-mode.el (css-mode):
733 * textmodes/sgml-mode.el (html-mode, sgml-mode)
734 (sgml-tags-invisible, sgml-guess-indent):
735 * textmodes/tex-mode.el (tex-common-initialization)
736 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
737 (doctex-mode, plain-tex-mode, latex-mode):
738 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
739
740 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
741
742 * vc/vc-hg.el (vc-hg-next-revision):
743 Ensure use of default "tip" output format. (Bug#6968)
744
745 2012-12-01 Kim F. Storm <storm@cua.dk>
746
747 * startup.el (fancy-startup-tail): Add a clickable link
748 (Bug#2176).
749
750 2012-12-01 Chong Yidong <cyd@gnu.org>
751
752 * startup.el (fancy-startup-tail): Improve the message about
753 auto-save files (Bug#2176).
754
755 * files.el (recover-session): Improve the descriptive message, and
756 use substitute-command-keys.
757
758 2012-12-01 Glenn Morris <rgm@gnu.org>
759
760 * ido.el (ido-file-internal):
761 Handle other-window, other-frame for dired. (Bug#13036)
762
763 2012-11-30 Glenn Morris <rgm@gnu.org>
764
765 * icomplete.el (icomplete-separator): Fix :version.
766
767 2012-11-30 Chong Yidong <cyd@gnu.org>
768
769 * shell.el (shell): For C-u M-x shell, use an inactive shell
770 buffer as the default (Bug#1975).
771 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
772 (shell-mode): Use them to reapply ansi colorization if Shell mode
773 is re-enabled.
774
775 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
776
777 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
778
779 2012-11-30 Samuel Bronson <naesten@gmail.com>
780
781 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
782 flag to xargs, for compatibility with BSD xargs (Bug#11703).
783
784 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
785
786 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
787 by move-to-column (Bug#3234).
788
789 2012-11-30 Chong Yidong <cyd@gnu.org>
790
791 * longlines.el (longlines-wrap-line, longlines-encode-region):
792 Preserve text properties (Bug#1425).
793
794 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
795
796 * vc/vc.el (vc-register): Allow registering a file which is
797 already registered with a different backend (Bug#10589).
798
799 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
800 Stefan Monnier <monnier@iro.umontreal.ca>
801
802 * icomplete.el: Change separator; add ido-style commands.
803 (icomplete-show-key-bindings): Remove custom var.
804 (icomplete-get-keys): Remove function.
805 (icomplete-forward-completions, icomplete-backward-completions):
806 New commands.
807 (icomplete-minibuffer-map): New var.
808 (icomplete-minibuffer-setup): Use it.
809 (icomplete-exhibit): Don't delay if the list of completions is known.
810 (icomplete-separator): New custom.
811 (icomplete-completions): Use it.
812 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
813 (minibuffer-force-complete-and-exit): New command.
814 (minibuffer--complete-and-exit): New function extracted from
815 minibuffer-complete-and-exit.
816 (minibuffer-complete-and-exit): Use it.
817
818 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
819 error message when the file doesn't exist (bug#12974).
820
821 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
822
823 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
824
825 2012-11-29 Glenn Morris <rgm@gnu.org>
826
827 * files.el (hack-dir-local-variables): Warn if try to set
828 coding via dir-locals, since it doesn't work. (Bug#7169)
829
830 Add desktop support for restoring vc-dir buffers. (Bug#10606)
831 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
832 Set buffer-local value of desktop-save-buffer.
833 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
834 New functions.
835 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
836 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
837
838 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
839 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
840 Doc fix.
841 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
842 Doc fixes.
843
844 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
845
846 * calc/calc-forms.el (calc-date-notation): Fix regexp
847 used to find time codes. Fix symbol for seconds.
848
849 2012-11-27 Glenn Morris <rgm@gnu.org>
850
851 * emacs-lisp/derived.el (derived-mode-make-docstring):
852 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
853
854 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * textmodes/table.el (table-insert): Don't use `symbol-name' on
857 lexically scoped variables (bug#13005).
858
859 2012-11-27 Glenn Morris <rgm@gnu.org>
860
861 * vc/vc-hooks.el (vc-mistrust-permissions):
862 Default to t, to avoid data-loss. (Bug#11490)
863
864 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
865
866 * progmodes/python.el (python-indent-guess-indent-offset):
867 If indentation is guessed make python-indent-offset buffer-local.
868
869 Fix Imenu regression.
870 * progmodes/python.el (python-nav-beginning-of-defun):
871 Fix forward movement when statement(s) separates point from defun.
872 (python-imenu-prev-index-position): New function.
873
874 2012-11-27 Eli Zaretskii <eliz@gnu.org>
875
876 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
877
878 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
879 Don't set buffer-file-type. Return nil. (Bug#12989)
880
881 2012-11-27 Glenn Morris <rgm@gnu.org>
882
883 * hippie-exp.el (hippie-expand-try-functions-list):
884 Re-autoload it. (Bug#12982)
885
886 2012-11-27 Eli Zaretskii <eliz@gnu.org>
887
888 * descr-text.el (describe-char-padded-string):
889 Call internal-char-font only on GUI frames. (Bug#11964)
890
891 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
892
893 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
894 and obsoletion message.
895
896 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
899 the constructs to keep outside of the `cl-block' (bug#12977).
900
901 2012-11-27 Chong Yidong <cyd@gnu.org>
902
903 * mouse.el (mouse-drag-line): Even if the line is not draggable,
904 keep reading until we get the up-event anyway, in order to process
905 the up-event for mouse-1-click-follows-link (Bug#12971).
906
907 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
908
909 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
910 base function is not yet defined (bug#12965).
911 (ad-activate-advised-definition): Use ad-compile-function.
912 (ad-activate): Use cond.
913
914 2012-11-25 Leo Liu <sdl.web@gmail.com>
915
916 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
917 (Bug#12979)
918
919 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
920
921 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
922 reftex-section-info-function in order to be compatible with
923 Texinfo integration.
924
925 * textmodes/reftex.el (reftex-section-pre-regexp)
926 (reftex-section-post-regexp, reftex-section-info-function):
927 New variable.
928 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
929 reftex-section-post-regexp, and reftex-section-info-function in order
930 to be compatible with Texinfo integration.
931
932 * textmodes/reftex-toc.el (reftex-toc-promote-action):
933 use reftex-section-pre-regexp variable in order to be compatible with
934 Texinfo integration.
935
936 2012-11-25 Chong Yidong <cyd@gnu.org>
937
938 * faces.el: Make face-spec-set more analogous to setq.
939 (face-spec-set): Change the third arg to specify whether this
940 function is being called via defface, customize, or a third party.
941 Set the appropriate symbol properties. Clear the override spec if
942 setting via Custom. Initialize face if necessary. (Bug#4988)
943 (face-spec-recalc): Allow theme faces to completely replace the
944 defface spec, in the same way as custom faces (Bug#8454).
945
946 * cus-face.el (custom-declare-face): Move face initialization to
947 face-spec-set.
948 (custom-theme-set-faces): Don't initialize the face name here, as
949 that is now done in face-spec-set.
950
951 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
952 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
953 Simplify by using the new arg to face-spec-set.
954
955 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
956 reset face-override-spec too, and use custom-declare-face.
957
958 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
959
960 * term/ns-win.el (ns-initialize-window-system): Move creation of
961 fontsets here (Bug#11964).
962
963 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
964
965 * ses.el (ses-rename-cell): Correct bug on mode-line update after
966 cell renaming.
967
968 2012-11-24 Chong Yidong <cyd@gnu.org>
969
970 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
971 obsolete.
972
973 * custom.el (custom-theme-set-variables): Use a topological sort
974 for ordering by custom dependencies (Bug#12952).
975 (custom--sort-vars, custom--sort-vars-1): New functions.
976
977 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
978
979 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
980 lexical-binding (bug#12938).
981
982 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
983
984 * image-mode.el (image-transform-check-size): Use assertions only
985 for images of type imagemagick.
986
987 Otherwise no error, image-transform-fit-to-{width,height} is
988 silently ignored, as before. Doc fix.
989
990 2012-11-24 Chong Yidong <cyd@gnu.org>
991
992 * faces.el (color-defined-p): Doc fix (Bug#12853).
993
994 2012-11-24 Juri Linkov <juri@jurta.org>
995
996 * dired.el (dired-mark): Add optional arg `interactive'.
997 Check for `use-region-p' if `interactive' is non-nil.
998 (dired-unmark, dired-flag-file-deletion): Add optional arg
999 `interactive'. Call `dired-mark' with the arg `interactive'.
1000 (Bug#10624)
1001
1002 * wdired.el: Revert 2012-10-17 change partly and replace it with
1003 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
1004 (wdired-finish-edit): Add marks for new file names to
1005 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
1006 after `revert-buffer'.
1007 (wdired-do-renames): Remove calls to `dired-remove-file',
1008 `dired-add-file', `dired-add-entry'. (Bug#11795)
1009
1010 2012-11-24 Alan Mackenzie <acm@muc.de>
1011
1012 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
1013
1014 Fix bugs in the state cache. Enhance a debugging mechanism.
1015 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
1016 "brace at column zero" strategy for C++.
1017 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
1018 (c-parse-state-point): New variable.
1019 (c-record-parse-state-state): Record old parse state with
1020 `copy-tree'. Record previous value of point.
1021 (c-debug-parse-state-double-cons): New debugging function.
1022 (c-debug-parse-state): Call the above new function.
1023 (c-toggle-parse-state-debug): Output a confirmatory message.
1024
1025 * progmodes/cc-mode.el (c-before-change, c-after-change):
1026 Call c-invalidate-state-cache from `c-before-change' instead of
1027 `c-after-change'.
1028
1029 2012-11-23 Chong Yidong <cyd@gnu.org>
1030
1031 * find-cmd.el (find-constituents): Add executable, ipath,
1032 readable, samefile, writable, daystart, regextype (Bug#12856).
1033
1034 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
1037
1038 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1039
1040 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
1041 definition. This fixes a bootstrap failure.
1042 (calc-gregorian-switch): In menu, put dates before regions.
1043 This is easier to follow, lines up better in the menu, and lets us
1044 coalesce regions that switch at the same time. Give country
1045 names, not "Vatican", as that's better for non-expert users.
1046 Use names that are stable between the date of switch and now, e.g.,
1047 Bohemia and Moravia (which existed then and now) and not
1048 Czechoslovakia (which didn't exist then and doesn't exist now).
1049 What is now the U.S. mostly did not switch at the same time as
1050 Britain, so omit the U.S. Correct spelling of "Britain".
1051 Catholic Switzerland was too much of a mess, so omit it.
1052
1053 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1054
1055 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
1056 after the variable is changed.
1057
1058 2012-11-21 Daniel Colascione <dancol@dancol.org>
1059
1060 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
1061 in SQL declarations for font-lock.
1062 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
1063
1064 2012-11-21 Glenn Morris <rgm@gnu.org>
1065
1066 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
1067 (face-italic-p): Add optional argument "inherit".
1068
1069 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
1070 Remove -p suffix from names, for consistency with other set-face-*.
1071 (set-face-inverse-video): Fix interactive spec.
1072 * play/gamegrid.el (gamegrid-make-mono-tty-face):
1073 * textmodes/table.el (table--update-cell-face):
1074 Use set-face-inverse-video rather than now obsolete alias.
1075
1076 2012-11-21 Eli Zaretskii <eliz@gnu.org>
1077
1078 * simple.el (line-move): Don't call line-move-partial if
1079 scroll-conservatively is in effect. (Bug#12927)
1080
1081 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
1084 Fallback on completion-at-point rather than
1085 pcomplete-expand-and-complete, and only if pcomplete actually failed.
1086 (eshell-cmpl-initialize): Setup completion-at-point.
1087
1088 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
1089
1090 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
1091
1092 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
1093
1094 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
1095 are remote, check out-of-band property for both.
1096
1097 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1098
1099 * window.el (switch-to-buffer): Re-add the warning that was lost in the
1100 code rewrite.
1101
1102 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1103
1104 More minor time fixes.
1105 * calendar/time-date.el: Commentary fix.
1106 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
1107 too much other code depends on (0 0) time stamps.
1108 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
1109 Add a couple of FIXME comments.
1110
1111 Minor cleanup for times as lists of four integers.
1112 * files.el (dir-locals-directory-cache):
1113 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
1114 Doc fixes.
1115 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
1116 * ps-bdf.el (bdf-file-newer-than-time):
1117 Process four-integers time stamps, not two. Doc fixes.
1118
1119 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1120
1121 * uniquify.el (uniquify-managed): Use defvar-local.
1122 (rename-buffer, create-file-buffer): Advise with advice-add.
1123 (uniquify-unload-function): Unadvise accordingly.
1124
1125 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
1126 (trace-buffer): Don't purecopy.
1127 (trace-entry-message, trace-exit-message): Add `context' arg.
1128 (trace--timer): New var.
1129 (trace-make-advice): Adjust for use in nadvice.
1130 Add `context' argument. Delay `display-buffer' via a timer.
1131 (trace-function-internal): Use advice-add.
1132 (trace--read-args): New function.
1133 (trace-function-foreground, trace-function-background): Use it.
1134 (trace-function): Rename to trace-function-foreground and redefine as
1135 an alias to that new name.
1136 (untrace-function, untrace-all): Adjust to the use of nadvice.
1137
1138 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
1139
1140 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
1141
1142 * subr.el (called-interactively-p-functions): New var.
1143 (internal--called-interactively-p--get-frame): New macro.
1144 (called-interactively-p, interactive-p): Rewrite in Lisp.
1145 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
1146 (called-interactively-p-functions): Use it.
1147 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
1148 (called-interactively-p-functions): Use it.
1149 * allout.el (allout-called-interactively-p): Don't assume
1150 called-interactively-p is a subr.
1151
1152 2012-11-20 Glenn Morris <rgm@gnu.org>
1153
1154 * profiler.el (profiler-report-mode-map): Add a menu.
1155 No need to bind `q' because we derive from special-mode.
1156 (profiler-report-find-entry): Handle calls from the menu-bar.
1157
1158 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * emacs-lisp/byte-run.el (defun-declarations-alist):
1161 Allow a compiler-macro to be a lambda expression.
1162
1163 * progmodes/python.el: Use cl-lib. Move var declarations outside of
1164 eval-when-compile.
1165 (python-syntax-context): Add compiler-macro.
1166 (python-font-lock-keywords): Simplify with De Morgan.
1167
1168 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
1169
1170 * files.el (load-file): Require match in minibuffer selection, as was
1171 the case in Emacs-20 before we changed the spec to allow .elc files
1172 (bug#12935).
1173
1174 * json.el: Don't require cl since we don't use it.
1175 * color.el: Don't require cl.
1176 (color-complement): `caddr' -> `nth 2'.
1177
1178 * calendar/time-date.el (time-to-seconds): De-obsolete.
1179
1180 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1181
1182 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
1183 year numbers.
1184 (math-date-to-julian-dt): Adjust the initial approximation for the
1185 year to deal with the new definition of the DATE.
1186
1187 2012-11-19 Daniel Colascione <dancol@dancol.org>
1188
1189 * term/w32-win.el (cygwin-convert-path-from-windows):
1190 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
1191
1192 2012-11-18 Chong Yidong <cyd@gnu.org>
1193
1194 * filecache.el (file-cache--read-list): New function.
1195 (file-cache-add-directory-list, file-cache-add-file-list)
1196 (file-cache-delete-file-list, file-cache-delete-directory-list):
1197 Use it to read a list of files or directories (Bug#12846).
1198 (file-cache-add-file, file-cache-add-directory)
1199 (file-cache-delete-file-list, file-cache-delete-file-regexp)
1200 (file-cache-delete-directory): Print an message.
1201
1202 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
1203
1204 * calc/calc-forms.el (math-date-to-dt): Use integer date when
1205 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
1206
1207 2012-11-18 Glenn Morris <rgm@gnu.org>
1208
1209 * image.el (insert-image, insert-sliced-image): Doc fix.
1210
1211 2012-11-18 Chong Yidong <cyd@gnu.org>
1212
1213 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
1214 (Bug#12810).
1215
1216 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
1217
1218 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
1219 response when the target file is in a subdirectory (Bug#12757).
1220
1221 2012-11-18 Chong Yidong <cyd@gnu.org>
1222
1223 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
1224
1225 2012-11-18 Glenn Morris <rgm@gnu.org>
1226
1227 * emacs-lisp/cl-lib.el (face-underline-p):
1228 Use set-face-underline rather than the alias set-face-underline-p.
1229
1230 * window.el (with-temp-buffer-window): Doc fix.
1231 * subr.el (with-output-to-temp-buffer):
1232 Add doc xref to with-temp-buffer-window.
1233
1234 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
1235
1236 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
1237 * calc/calc.el (math-format-date-cache): Declare.
1238
1239 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1240
1241 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
1242 It also uses January 1, 1 AD as its day number 1.
1243 * calc/calc-forms.el (math-julian-date-beginning)
1244 (math-julian-date-beginning-int): Implement this.
1245
1246 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
1247
1248 * descr-text.el (quail-find-key):
1249 * dired.el (desktop-file-name):
1250 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
1251 * generic-x.el (comint-mode, comint-exec):
1252 * image-dired.el (widget-forward):
1253 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
1254 (speedbar-change-expand-button-char)
1255 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
1256 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
1257 * printing.el (easy-menu-add-item, easy-menu-remove-item)
1258 (widget-field-action, widget-value-set):
1259 * speedbar.el (imenu--make-index-alist):
1260 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
1261 (ring-length, ring-insert):
1262 * vcursor.el (compare-windows-skip-whitespace):
1263 * woman.el (dired-get-filename):
1264 Declare functions.
1265
1266 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
1267
1268 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
1269
1270 * calc/calc.el (calc-gregorian-switch): New variable.
1271
1272 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
1273 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
1274 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
1275 (math-leap-year-p): Add option to distinguish between Julian
1276 and Gregorian calendars.
1277 (math-day-number): Use `math-day-in-year' to do the computations.
1278 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
1279 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
1280 to do the computations.
1281 (math-date-to-dt): Use `math-date-to-julian-dt' and
1282 `math-date-to-gregorian-dt' to do the computations.
1283 (calcFunc-weekday, math-format-date-part): Use the new version of
1284 the DATE to determine the weekday.
1285 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
1286 when necessary.
1287
1288 2012-11-17 Eli Zaretskii <eliz@gnu.org>
1289
1290 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
1291 Cygwin; otherwise use 'file:'. (Bug#12914)
1292 (cygwin-convert-path-from-windows): Declare, to avoid
1293 byte-compiler warnings.
1294
1295 2012-11-17 Andreas Politz <politza@fh-trier.de>
1296
1297 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
1298 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
1299 prefix and negative numeric prefix args (Bug#12795).
1300
1301 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
1302
1303 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1304 Don't signal an error with a score that is too low to add to the
1305 list of top scores. (Bug#12779)
1306
1307 2012-11-17 Chong Yidong <cyd@gnu.org>
1308
1309 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
1310
1311 * filecache.el (file-cache-add-file): Handle relative file name in
1312 the argument (Bug#12694).
1313
1314 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
1315
1316 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
1317
1318 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1319
1320 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
1321
1322 * emacs-lisp/cl-lib.el: Set more meaningful version number.
1323
1324 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1325
1326 * window.el (enlarge-window, shrink-window): Don't mention return
1327 value in doc-string (Bug#12896).
1328 (window--display-buffer): Don't resize frames - it won't work
1329 with all window managers and defeat pop-up-frame-alist.
1330 (display-buffer-alist): In doc-string explain that CONDITION can
1331 be a function and which arguments are passed to it (Bug#12854).
1332 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
1333 expressions (Bug#12854).
1334 (display-buffer): Pass ACTION argument to
1335 display-buffer-assq-regexp.
1336
1337 2012-11-16 Glenn Morris <rgm@gnu.org>
1338
1339 * window.el (fit-frame-to-buffer-bottom-margin)
1340 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
1341
1342 * faces.el (face-underline-p): Use face-attribute-specified-or.
1343
1344 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
1345
1346 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
1347
1348 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1349
1350 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
1351
1352 2012-11-16 Glenn Morris <rgm@gnu.org>
1353
1354 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
1355 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
1356
1357 * faces.el (face-underline-p): Doc fix. Handle :underline being
1358 things other than `t' (a string, a list).
1359 (face-inverse-video-p): Doc fix.
1360 (set-face-underline): Rename it back from set-face-underline-p.
1361 Doc fix. Allow interactive input of values other than t.
1362 (read-face-attribute): Apply formatting to :underline,
1363 since like :box and :stipple it can take list values.
1364
1365 * term.el (ansi-term): Don't let C-x escape-char binding
1366 clobber the more standard C-c binding. (Bug#12842)
1367
1368 * subr.el (set-temporary-overlay-map): Doc fix.
1369
1370 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1371
1372 * window.el (record-window-buffer)
1373 (display-buffer-record-window): When copying the markers to
1374 window-point preserve window-point-insertion-type. (Bug#12588)
1375
1376 2012-11-16 Glenn Morris <rgm@gnu.org>
1377
1378 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
1379 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
1380 Use new names for hooks rather than obsolete aliases.
1381
1382 2012-11-15 Daniel Colascione <dancol@dancol.org>
1383
1384 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
1385 prefix instead of "file:" so that when FILE-NAME begins with "//",
1386 as it does when the target file is on a network share, url-handler
1387 isn't confused.
1388
1389 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1390
1391 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
1392 a preactivated advice from an old advice.el; they're not compatible!
1393
1394 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1395
1396 * emacs-lisp/nadvice.el (advice--make-interactive-form):
1397 Fix string-spec case.
1398
1399 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
1400
1401 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1402
1403 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
1404 (advice--buffer-local-function-sample): New var.
1405 (advice--set-buffer-local, advice--buffer-local): New functions.
1406 (add-function, remove-function): Use them.
1407
1408 2012-11-15 Drew Adams <drew.adams@oracle.com>
1409
1410 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
1411
1412 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1413
1414 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
1415 potential binding of print-gensym to t, and prettify (back)quotes in
1416 case they appear in args's default values (bug#12884).
1417
1418 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
1421 (advice-eval-interactive-spec): New function.
1422 (advice--make-interactive-form): Support around advice (bug#12844).
1423
1424 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
1425
1426 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
1427 more strict. Add docstring.
1428 (ruby-expression-expansion-re): Extract from
1429 `ruby-match-expression-expansion'.
1430 (ruby-syntax-propertize-function): After everything else, search
1431 for expansions in string literals, mark their insides as
1432 whitespace syntax and save match data for font-lock.
1433 (ruby-font-lock-keywords): Use the 2nd group from expression
1434 expansion matches.
1435 (ruby-match-expression-expansion): Use the match data saved to the
1436 text property in ruby-syntax-propertize-function.
1437
1438 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1439
1440 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
1441 (bug#12879).
1442
1443 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1444
1445 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
1446 start/end keyword a bit harder. Works with different values of N.
1447 Add more comments.
1448 (ruby-end-of-block): Update accordingly.
1449
1450 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1451
1452 * woman.el (woman-file-name): Don't mess with unread-command-events
1453 (bug#12861).
1454
1455 * emacs-lisp/advice.el: Layer on top of nadvice.el.
1456 Remove out of date self-require hack.
1457 (ad-do-advised-functions): Use simple `dolist'.
1458 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
1459 (ad-advice-definition): Redefine as functions.
1460 (ad-advice-classes): Move before first use.
1461 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
1462 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
1463 (ad--defalias-fset): Remove functions.
1464 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
1465 (ad-get-orig-definition): Rewrite.
1466 (ad-make-advised-definition-docstring): Change base docstring.
1467 (ad-real-orig-definition): Rewrite.
1468 (ad-map-arglists): Change name of called function.
1469 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
1470 (ad-make-advised-definition): Simplify.
1471 (ad-assemble-advised-definition): Tweak for new calling context.
1472 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
1473 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
1474 function and call ad-activate if needed.
1475 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
1476 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
1477 (ad-compile-function): Compile ad-Advice-*.
1478 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
1479 (ad-start-advice, ad-stop-advice): Remove.
1480
1481 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1482
1483 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
1484 period before class method names, not after. Remove handling of
1485 one impossible case. Add comments.
1486
1487 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * emacs-lisp/advice.el: Remove support for freezing.
1490 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
1491 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
1492 Remove support for `freeze'.
1493
1494 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
1495 override the default.
1496 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
1497 cl--dotimes/dolist.
1498 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
1499 `cl' is loaded.
1500
1501 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
1502 from add-advice.
1503 (advice--strip-macro): New function.
1504 (advice--defalias-fset): Use them to handle macros.
1505 (advice-add): Use them.
1506 (advice-member-p): Correctly handle macros.
1507
1508 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1509
1510 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1511 Never font-lock the beginning of singleton class as heredoc.
1512
1513 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1514
1515 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
1516
1517 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
1518
1519 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
1520 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
1521 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
1522
1523 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
1524
1525 Fix end-of-defun misbehavior.
1526 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
1527 python-beginning-of-defun-function. Handle nested defuns
1528 correctly.
1529 (python-nav-end-of-defun): Rename from
1530 python-end-of-defun-function. Ensure forward movement.
1531 (python-info-current-defun): Reimplement to work as intended
1532 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
1533 parent defuns as soon as possible.
1534
1535 2012-11-13 Glenn Morris <rgm@gnu.org>
1536
1537 * progmodes/flymake.el (flymake-error-bitmap)
1538 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
1539 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
1540
1541 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1542
1543 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
1544 backward, always stop at indentation. Reverts the change from
1545 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
1546
1547 2012-11-13 Glenn Morris <rgm@gnu.org>
1548
1549 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
1550 Add ibuffer-filter-by-derived-mode.
1551
1552 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
1553 the same name shadowing each other.
1554
1555 * window.el (with-temp-buffer-window): Doc tweak.
1556
1557 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
1558
1559 * help.el (temp-buffer-max-height):
1560 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
1561 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
1562
1563 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * emacs-lisp/nadvice.el: New package.
1566 * subr.el (special-form-p): New function.
1567 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
1568 (elp-all-instrumented-list): Remove var.
1569 (elp-not-profilable): Remove elp-wrapper.
1570 (elp-profilable-p): Use autoloadp and special-form-p.
1571 (elp--advice-name): New const.
1572 (elp-instrument-function): Use advice-add.
1573 (elp--instrumented-p): New predicate.
1574 (elp-restore-function): Use advice-remove.
1575 (elp-restore-all, elp-reset-all): Use mapatoms.
1576 (elp-set-master): Use elp--instrumented-p.
1577 (elp--make-wrapper): Rename from elp-wrapper, return a function
1578 suitable for advice-add. Use cl-inf.
1579 (elp-results): Use mapatoms+elp--instrumented-p.
1580 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
1581 (debug-function-list): Remove var.
1582 (debug): Rename arg, and then let-bind it explicitly inside.
1583 (debugger-setup-buffer): Rename arg.
1584 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
1585 (debugger-frame-number): Adjust to new debug-on-entry setup.
1586 (debug--implement-debug-on-entry): Rename from
1587 implement-debug-on-entry, add argument.
1588 (debugger-special-form-p): Remove, use special-form-p instead.
1589 (debug-on-entry): Use advice-add.
1590 (debug--function-list): New function.
1591 (cancel-debug-on-entry): Use it, along with advice-remove.
1592 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
1593 (debugger-list-functions): Use debug--function-list instead of
1594 debug-function-list.
1595 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
1596 (ad-special-form-p): Remove, use special-form-p instead.
1597 (ad-set-advice-info): Use add-function and remove-function.
1598 (ad--defalias-fset): Adjust accordingly.
1599
1600 2012-11-10 Glenn Morris <rgm@gnu.org>
1601
1602 * mail/emacsbug.el (report-emacs-bug-tracker-url)
1603 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
1604 (report-emacs-bug-create-existing-bugs-buffer)
1605 (report-emacs-bug-parse-query-results)
1606 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
1607
1608 * term.el (term-default-fg-color, term-default-bg-color):
1609 Make obsolete, rather than just saying "deprecated" in the doc.
1610
1611 * term.el (term): Rename from `term-face'.
1612 (term-current-face, ansi-term-color-vector)
1613 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
1614 Update all users.
1615
1616 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
1617
1618 * server.el (server-create-window-system-frame): Handle Nextstep
1619 specially (Bug#12780).
1620
1621 2012-11-10 Glenn Morris <rgm@gnu.org>
1622
1623 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1624 Unautoload, and make obsolete. (Bug#7449)
1625
1626 2012-11-10 Chong Yidong <cyd@gnu.org>
1627
1628 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
1629 rename from diff-remove-trailing-whitespace (Bug#12831).
1630
1631 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1632
1633 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
1634 miscompilation of trace.el.
1635
1636 2012-11-10 Glenn Morris <rgm@gnu.org>
1637
1638 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
1639
1640 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1641
1642 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
1643 (bug#12812).
1644
1645 2012-11-10 Chong Yidong <cyd@gnu.org>
1646
1647 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
1648 a defcustom with an appropriate :set function.
1649 (minibuffer-default--in-prompt-regexps): New function.
1650
1651 2012-11-10 Glenn Morris <rgm@gnu.org>
1652
1653 * emacs-lisp/cl.el (define-setf-expander, defsetf)
1654 (define-modify-macro): Doc fixes.
1655
1656 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
1657 (gv-define-simple-setter): Update doc of `fix-return'.
1658
1659 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1660
1661 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
1662 twice when `fix-return' is set (bug#12813).
1663
1664 * emacs-lisp/cl.el (defsetf): Pass the third arg to
1665 gv-define-simple-setter (bug#12812).
1666
1667 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
1668 (bug#12756).
1669
1670 2012-11-10 Glenn Morris <rgm@gnu.org>
1671
1672 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
1673
1674 * emacs-lisp/cl-extra.el (cl-prettyexpand):
1675 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
1676 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
1677 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
1678
1679 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
1680
1681 2012-11-10 Leo Liu <sdl.web@gmail.com>
1682
1683 * ido.el (ido-set-matches-1): Improve flex matching performance by
1684 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
1685
1686 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
1689 (ad--defalias-fset): New function.
1690 (ad-safe-fset): Remove.
1691 (ad-make-freeze-definition): Use cl-letf*.
1692
1693 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1694
1695 * subr.el (dolist): Don't bind VAR in RESULT.
1696
1697 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
1698 (fset, documentation): Don't save real def since we don't advise.
1699 (ad-do-advised-functions): Remove problematic `result-form'.
1700 (ad-safe-fset): `ad-real-fset' => `fset'.
1701 (ad-read-advised-function): Don't assume that ad-do-advised-functions
1702 uses CL's dolist internally.
1703 (ad-arglist): Remove unused arg `name'.
1704 (ad-docstring, ad-make-advised-docstring):
1705 `ad-real-documentation' => `documentation'.
1706 (warning-suppress-types): Declare.
1707 (ad-set-arguments): Simple CSE.
1708 (ad-recover-normality): Sanity check.
1709
1710 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
1711 (funcall '(lambda ..) ..) into ((lambda ..) ..).
1712
1713 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
1714
1715 * ses.el: symbol to coordinate mapping is made by symbol property
1716 `ses-cell'. This means that the same mapping is done for all SES
1717 sheets. That is good enough for cells with standard A1 names, but
1718 not for named cell. So a hash map is added for the latter.
1719 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
1720 (ses-sym-rowcol): Use hashmap for named cell.
1721 (ses-is-cell-sym-p): New defun.
1722 (ses-decode-cell-symbol): New defun.
1723 (ses-create-cell-variable): Add cell to hashmap when name is not
1724 A1-like.
1725 (ses-rename-cell): Check that cell new name is not already in
1726 spreadsheet with the use of ses-is-cell-sym-p
1727 (ses-rename-cell): Use hash map for named cells, but accept also
1728 renaming back to A1-like.
1729
1730 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1731
1732 * emacs-lisp/advice.el: Use new dynamic docstrings.
1733 (ad-make-advised-definition-docstring, ad-advised-definition-p):
1734 Use dynamic-docstring-function instead of ad-advice-info.
1735 (ad--make-advised-docstring): New function extracted from
1736 ad-make-advised-docstring.
1737 (ad-make-advised-docstring): Use it.
1738 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
1739 from sql-help.
1740 (sql-help): Use it with dynamic-docstring-function.
1741
1742 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
1743
1744 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1745
1746 * files.el (hack-one-local-variable--obsolete): New function.
1747 (hack-one-local-variable): Use it for obsolete settings.
1748
1749 * subr.el (locate-user-emacs-file): If both old and new name exist, use
1750 the new name.
1751
1752 * progmodes/js.el (js--filling-paragraph): New var.
1753 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
1754 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
1755 less sneaky.
1756
1757 2012-11-08 Julien Danjou <julien@danjou.info>
1758
1759 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
1760 `auto-mode-alist' (Bug#12835).
1761
1762 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1763
1764 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
1765 (perl--prettify-symbols-alist): New const.
1766 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
1767 New functions.
1768 (perl-font-lock-keywords-2): Use them.
1769 (perl-electric-noindent-p): New function.
1770 (perl-mode): Use it to set up electric-indent-mode.
1771 (perl-electric-terminator, perl-indent-command): Mark obsolete.
1772 (perl-mode-map): Remove bindings for them.
1773 (perl-imenu-generic-expression, perl-outline-level):
1774 Match functions&packages in column>0.
1775
1776 * env.el (env--substitute-vars-regexp): New const.
1777 (substitute-env-vars): Use it. Add `only-defined' arg.
1778 * net/tramp.el (tramp-replace-environment-variables): Use it.
1779
1780 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
1781 Byte-compile *before* eval in eval-and-compile.
1782 (byte-compile-log-warning): Remove redundant inhibit-read-only.
1783 (byte-compile-file-form-autoload): Don't hide actual definition.
1784 (byte-compile-maybe-guarded): Accept `functionp' as well.
1785
1786 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
1787
1788 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
1789
1790 * notifications.el (notifications-get-server-information-method):
1791 New defconst.
1792 (notifications-get-capabilities): Fix docstring.
1793 (notifications-get-server-information): New defun.
1794
1795 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1796
1797 * textmodes/ispell.el (ispell-region): Standard re-indent for better
1798 readability.
1799
1800 * textmodes/ispell.el: Experimental support for support debugging.
1801 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
1802 buffer for ispell.
1803 (ispell-print-if-debug): New function to print stuff to
1804 `ispell-debug-buffer' if debugging is enabled.
1805 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
1806 show some debugging info.
1807 (ispell-buffer-with-debug): New function that creates a debugging
1808 buffer and calls `ispell-buffer' with debugging enabled.
1809
1810 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
1811 comment in autoconf mode. (Bug#12768)
1812
1813 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
1814
1815 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
1816 frame-first-window, frame-root-window, frame-selected-window,
1817 minibuffer-selected-window, minibuffer-window,
1818 window-absolute-pixel-edges, window-at, window-body-height,
1819 window-body-width, window-display-table, window-combination-limit,
1820 window-frame, window-fringes, window-inside-absolute-pixel-edges,
1821 window-inside-edges, window-inside-pixel-edges, window-left-child,
1822 window-left-column, window-margins, window-next-buffers,
1823 window-next-sibling, window-new-normal, window-new-total,
1824 window-normal-size, window-parameter, window-parameters, window-parent,
1825 window-pixel-edges, window-point, window-prev-buffers,
1826 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
1827 window-start, window-text-height, window-top-child, window-top-line,
1828 window-total-height, window-total-width and window-use-time to the list
1829 of functions without side-effects.
1830 (toplevel): Add window-valid-p to the list of error-free functions
1831 without side-effects.
1832
1833 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1834
1835 * textmodes/ispell.el (ispell-program-name):
1836 Update spellchecker parameters when customized.
1837
1838 2012-11-04 Glenn Morris <rgm@gnu.org>
1839
1840 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
1841
1842 2012-11-04 Chong Yidong <cyd@gnu.org>
1843
1844 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
1845 same-window-* variables.
1846
1847 2012-11-04 Juri Linkov <juri@jurta.org>
1848
1849 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
1850 (isearch-describe-key, isearch-describe-mode): Use a display
1851 action instead of binding same-window-* variables (Bug#10040).
1852
1853 2012-11-03 Glenn Morris <rgm@gnu.org>
1854
1855 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1856 Rename handler properties back from cl-- to cl-. (Bug#12788)
1857
1858 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
1859
1860 2012-11-03 Eli Zaretskii <eliz@gnu.org>
1861
1862 * term/pc-win.el: Don't load term/internal from here.
1863
1864 * loadup.el: Load term/internal from here.
1865
1866 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
1867
1868 * progmodes/python.el (inferior-python-mode): Fix hang in
1869 jit-lock (Bug#12645).
1870
1871 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1872
1873 * window.el (switch-to-visible-buffer)
1874 (switch-to-buffer-preserve-window-point): Fix doc-strings.
1875
1876 2012-11-03 Glenn Morris <rgm@gnu.org>
1877
1878 * emacs-lisp/cl-lib.el (cl--random-time):
1879 Rename from cl-random-time. (Bug#12773)
1880 (cl--gensym-counter, cl--random-state): Update callers.
1881 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
1882
1883 2012-11-03 Chong Yidong <cyd@gnu.org>
1884
1885 * cus-start.el: Make cursor-type customizable (Bug#11633).
1886
1887 2012-11-02 Glenn Morris <rgm@gnu.org>
1888
1889 * filecache.el: No need to load find-lisp when compiling.
1890 (find-lisp-find-files): Autoload it.
1891 (file-cache-add-directory-recursively): Don't require find-lisp.
1892
1893 * image.el (image-type-from-file-name): Trivial simplification.
1894
1895 * emacs-lisp/bytecomp.el (byte-compile-eval):
1896 Decouple "noruntime" and "cl-functions" warnings.
1897
1898 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
1899
1900 * play/gomoku.el (gomoku-display-statistics): Update mode line
1901 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
1902
1903 2012-10-31 Martin Rudalics <rudalics@gmx.at>
1904
1905 * window.el (quit-restore-window): If the window has been
1906 created on an existing frame and ended up as the sole window on
1907 that frame, do not delete it (Bug#12764).
1908
1909 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1910
1911 * progmodes/sh-script.el (sh--inside-noncommand-expression):
1912 Rename from sh--inside-arithmetic-expression, handle more cases
1913 (bug#11263).
1914
1915 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
1916 (sh-font-lock-open-heredoc): Use it (bug#12770).
1917
1918 2012-10-30 Glenn Morris <rgm@gnu.org>
1919
1920 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
1921
1922 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
1923
1924 2012-10-29 Chong Yidong <cyd@gnu.org>
1925
1926 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
1927 function key is stored in a keyboard macro (Bug#4894).
1928
1929 * thingatpt.el (number-at-point): Apply a thing-at-point property.
1930
1931 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1932
1933 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
1934 header comments".
1935 (diff-unified->context, diff-context->unified)
1936 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
1937
1938 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
1939
1940 * files.el (find-alternate-file): Only ask one question (bug#12487).
1941
1942 2012-10-29 Chong Yidong <cyd@gnu.org>
1943
1944 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
1945 Suggested by Dan Nicolaescu (Bug#6326).
1946
1947 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
1948
1949 * startup.el (fancy-about-screen): Don't message (Bug#12680).
1950
1951 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
1952
1953 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
1954
1955 * face-remap.el (face-remap-add-relative): Handle the case where a
1956 face-remapping-alist entry is a cons cell (Bug#12762).
1957
1958 2012-10-29 Kevin Ryde <user42@zip.com.au>
1959
1960 * woman.el (woman-parse-numeric-value): Handle picas correctly
1961 (Bug#12639).
1962
1963 2012-10-29 Glenn Morris <rgm@gnu.org>
1964
1965 * emacs-lisp/cl.el (defsetf): Doc fix.
1966
1967 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1968
1969 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
1970 syntax to the matching opener, if any (bug#12547).
1971 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
1972 matching open as a "case-(".
1973 (sh-smie-rc-grammar): Add a corresponding rule for it.
1974
1975 2012-10-28 Daniel Hackney <dan@haxney.org>
1976
1977 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
1978 "PKGNAME-autoloads.el" in case we created it.
1979
1980 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
1983 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
1984 (completion--twq-all): Disable too-strict assertions.
1985
1986 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
1987
1988 2012-10-27 Eli Zaretskii <eliz@gnu.org>
1989
1990 * profiler.el (profiler-report-make-entry-part): Fix help-echo
1991 text to match the real keybindings.
1992
1993 2012-10-27 Juri Linkov <juri@jurta.org>
1994
1995 * wdired.el (wdired-keep-marker-rename): New defcustom.
1996 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
1997 (Bug#11795)
1998
1999 * dired.el (dired-keep-marker-rename): Add reference to
2000 `wdired-keep-marker-rename' in the docstring.
2001 Add default character value ?R to display initially in
2002 Customization UI instead of ?@.
2003
2004 2012-10-27 Martin Rudalics <rudalics@gmx.at>
2005
2006 * window.el (display-buffer): In doc-string describe
2007 window-height and window-width alist entries.
2008
2009 * time.el (display-time-world): Restore fit-window-to-buffer
2010 behavior.
2011
2012 2012-10-27 Chong Yidong <cyd@gnu.org>
2013
2014 * subr.el (insert-buffer-substring-as-yank): Doc fix.
2015
2016 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
2017
2018 * minibuffer.el (completion-category-overrides): New completion
2019 category `bookmark' (bug#11131).
2020
2021 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2022
2023 * emacs-lisp/advice.el (ad-assemble-advised-definition):
2024 Silence bogus compiler warnings for ad-do-it.
2025
2026 * bookmark.el (bookmark-completing-read): Set the completion category
2027 to `bookmark' (bug#11131).
2028
2029 2012-10-26 Bastien <bzg@altern.org>
2030 Stefan Monnier <monnier@iro.umontreal.ca>
2031
2032 * face-remap.el: Use lexical-binding.
2033 (text-scale-adjust): Improve docstring. Use itself for the temporary
2034 overlay-map bindings, so as to repeat the "Use..." message each time.
2035
2036 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2037
2038 * emacs-lisp/macroexp.el (macroexp--expand-all):
2039 Obey byte-compile-warning-enabled-p (bug#12486).
2040
2041 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
2042 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
2043
2044 2012-10-26 Martin Rudalics <rudalics@gmx.at>
2045
2046 * mouse.el (mouse-drag-line): Move last form into preceding when
2047 clause (Bug#12731).
2048
2049 * help.el (resize-temp-buffer-window): Fix doc-string.
2050
2051 2012-10-25 David Engster <deng@randomsample.de>
2052
2053 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
2054 Remove. This feature is already integrated in imenu.
2055
2056 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
2057 always loaded. Require `speedbar' unconditionally.
2058
2059 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2060
2061 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
2062
2063 * minibuffer.el (minibuffer-force-complete): Fix thinko.
2064
2065 * net/ldap.el (ldap-search-internal): The official ldif format starts
2066 with a "version: 1" header (bug#12724).
2067
2068 * emacs-lisp/package.el (package-installed-p): Warn if not ready
2069 (bug#12721).
2070
2071 2012-10-25 Glenn Morris <rgm@gnu.org>
2072
2073 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
2074
2075 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2076
2077 * minibuffer.el (minibuffer-force-complete): Use one more marker
2078 for the temporary-overlay-map command (bug#12619).
2079
2080 2012-10-24 Chong Yidong <cyd@gnu.org>
2081
2082 * time.el (display-time-world-mode): Derive from special-mode.
2083 (display-time-world): Use display-buffer (Bug#12708).
2084 (display-time-world-mode-map): Variable deleted.
2085 (display-time-world-display): Wrap the final delete-char inside
2086 inhibit-read-only.
2087
2088 2012-10-24 Chong Yidong <cyd@gnu.org>
2089
2090 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
2091 Doc fix.
2092
2093 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
2094
2095 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2096
2097 * minibuffer.el (completion--all-sorted-completions-location): New var.
2098 (completion--cache-all-sorted-completions)
2099 (completion--flush-all-sorted-completions): Use it.
2100 (completion-in-region, completion-in-region--postch)
2101 (completion-at-point, completion-help-at-point): Use markers in
2102 completion-in-region--data (bug#12619).
2103
2104 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * progmodes/compile.el (compilation-start): Try to handle common
2107 quoting of `cd' argument (bug#12640).
2108
2109 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
2110 (bug#12671).
2111
2112 2012-10-23 Glenn Morris <rgm@gnu.org>
2113
2114 * progmodes/gud.el (gud-menu-map):
2115 Check gdb-active-process is bound. (Bug#12358)
2116
2117 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * repeat.el (repeat): Set real-this-command (bug#12232).
2120
2121 * htmlfontify.el (hfy-post-html-hook):
2122 * filesets.el (filesets-cache-fill-content-hook):
2123 * arc-mode.el (archive-extract-hook):
2124 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
2125 * net/rcirc.el (rcirc-sentinel-functions)
2126 (rcirc-receive-message-functions, rcirc-activity-functions)
2127 (rcirc-print-functions):
2128 * net/dbus.el (dbus-event-error-functions):
2129 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
2130 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
2131 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
2132 * term/sun.el (sun-raw-prefix-hooks):
2133 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
2134
2135 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
2136
2137 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2138 Set `tramp-chunksize' to 1. This improves the performance.
2139 (tramp-smb-wait-for-output): Add timeout to
2140 `tramp-accept-process-output' calls.
2141
2142 2012-10-23 Chong Yidong <cyd@gnu.org>
2143
2144 * faces.el (font-list-limit): Define as an obsolete variable.
2145
2146 * startup.el (command-line):
2147 * cus-start.el: Don't refer to font-list-limit.
2148
2149 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
2150
2151 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 * subr.el (internal-temp-output-buffer-show): Rename from
2154 temp-output-buffer-show, since previously compiled files expect this name.
2155
2156 2012-10-23 Glenn Morris <rgm@gnu.org>
2157
2158 * image.el (image-type-from-file-name): If multiple types match,
2159 return the first one that is supported. (Bug#9045)
2160
2161 2012-10-22 Glenn Morris <rgm@gnu.org>
2162
2163 * image.el (imagemagick-enabled-types): Doc fix.
2164
2165 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
2166
2167 * progmodes/which-func.el (which-func-current): The hash-table may have
2168 an explicit nil (bug#12338).
2169
2170 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2171
2172 * electric.el (electric-pair-delete-selection-self-insert-function):
2173 Rename to electric-pair-will-use-region, return a boolean.
2174 (electric-pair-mode): Adjust accordingly. Don't require delsel.
2175
2176 * delsel.el (delete-selection-helper): Use a function instead of a hook.
2177 (delete-selection-pre-hook): Use use-region-p.
2178 (delete-selection-self-insert-function): Remove.
2179 (self-insert-command): Obey self-insert-uses-region-functions.
2180 (self-insert-iso): Revert to previous setting, since we don't actually
2181 know what that command does.
2182 (delete-selection-self-insert-hooks): Remove.
2183
2184 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
2185
2186 * delsel.el (delete-selection-helper): New function, extracted from
2187 delete-selection-pre-hook.
2188 (delete-selection-pre-hook): Use it.
2189 (delete-selection-self-insert-function): New function.
2190 (delete-selection-self-insert-hooks): New hook.
2191 (self-insert-command, self-insert-iso): Use it.
2192 * electric.el (electric-pair-syntax): New function, extracted from
2193 electric-pair-post-self-insert-function.
2194 (electric-pair-post-self-insert-function): Use it.
2195 (electric-pair-delete-selection-self-insert-function): New function.
2196 (electric-pair-mode): Require delsel and setup
2197 delete-selection-self-insert-hooks (bug#11520).
2198
2199 2012-10-20 Chong Yidong <cyd@gnu.org>
2200
2201 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
2202 no changes to show (Bug#12586).
2203
2204 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
2205 list explicitly (Bug#12571).
2206
2207 2012-10-20 Arne Jørgensen <arne@arnested.dk>
2208
2209 * progmodes/flymake.el (flymake-create-temp-inplace):
2210 Use file-truename.
2211
2212 2012-10-20 Eli Zaretskii <eliz@gnu.org>
2213
2214 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
2215
2216 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2217
2218 * calc/calc-units.el (math-extract-units): Properly extract powers
2219 of units.
2220
2221 2012-10-20 Daniel Colascione <dancol@dancol.org>
2222
2223 * frame.el (make-frame): Set x-display-name as we used to in order
2224 to unbreak creating an X11 frame from an Emacs daemon started
2225 without a display.
2226
2227 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2228
2229 * minibuffer.el (minibuffer-force-complete): Make the next completion use
2230 the same completion-field (bug#12221).
2231
2232 2012-10-19 Martin Rudalics <rudalics@gmx.at>
2233
2234 * emacs-lisp/debug.el (debug): Record height of debugger window
2235 also when debugger will be back (Bug#8789).
2236
2237 2012-10-18 Chong Yidong <cyd@gnu.org>
2238
2239 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
2240 Convert to defcustom.
2241 (gdb-get-source-file): Don't bind pop-up-windows.
2242
2243 * progmodes/gud.el (gud-display-line): Don't specially re-use
2244 other frames for the gdb-mi case (Bug#12648).
2245
2246 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2247
2248 * emacs-lisp/advice.el: Clean up commentary a bit.
2249 (ad-do-advised-functions, ad-with-originals): Use `declare'.
2250 (byte-code-function-p): Never redefine.
2251
2252 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
2253
2254 2012-10-18 Glenn Morris <rgm@gnu.org>
2255
2256 * dired.el (dired-sort-toggle): Some ls implementations only allow
2257 a single option string. (Bug#12666)
2258
2259 * minibuffer.el (completion-cycle-threshold): Doc fix.
2260
2261 2012-10-17 Kenichi Handa <handa@gnu.org>
2262
2263 * international/mule.el (set-keyboard-coding-system):
2264 Recover input meta mode when the new coding system doesn not use 8-bit.
2265 Supply TERMINAL arg to set-input-meta-mode.
2266
2267 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
2268
2269 * wdired.el (wdired-old-marks): New variable.
2270 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
2271 (wdired-do-renames): Move point with renamed file and don't lose
2272 mark status (Bug#11795).
2273
2274 2012-10-16 Juri Linkov <juri@jurta.org>
2275
2276 * replace.el (query-replace-help): Mention multi-buffer replacement
2277 keys in the Help message. (Bug#12655)
2278
2279 2012-10-15 Chong Yidong <cyd@gnu.org>
2280
2281 * emacs-lisp/byte-run.el (defsubst): Doc fix.
2282
2283 2012-10-14 Eli Zaretskii <eliz@gnu.org>
2284
2285 * window.el (display-buffer): Doc fix.
2286
2287 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2288 Adjust the msft regexp to the output of Studio 2010, and move msft
2289 before edg-1. See the discussion on emacs-devel,
2290 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
2291 for the details.
2292
2293 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2294
2295 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
2296 (oset): Move uses of object-class-fast macro after its definition.
2297
2298 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
2299
2300 2012-10-13 Chong Yidong <cyd@gnu.org>
2301
2302 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
2303 enabled, re-enable it (Bug#11963).
2304
2305 2012-10-13 Martin Rudalics <rudalics@gmx.at>
2306
2307 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
2308 non-nil, restore window configuration (Bug#12623).
2309
2310 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * help-fns.el (describe-variable, describe-function-1):
2313 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
2314
2315 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
2316
2317 2012-10-12 Glenn Morris <rgm@gnu.org>
2318
2319 * mail/rmailsum.el (rmail-header-summary):
2320 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
2321
2322 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
2323
2324 * progmodes/python.el (python-mode-map):
2325 Replace subtitute-key-definition with proper command remapping.
2326 (python-nav--up-list): Fix behavior for blocks on the same level.
2327
2328 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2329
2330 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
2331
2332 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
2333 changes to the format of load-history.
2334
2335 * international/mule-cmds.el (read-char-by-name): Move let-binding of
2336 completion-ignore-case in case that var is buffer-local (bug#12615).
2337
2338 2012-10-11 Kenichi Handa <handa@gnu.org>
2339
2340 * international/eucjp-ms.el: Re-generated.
2341
2342 2012-10-10 Kenichi Handa <handa@gnu.org>
2343
2344 * select.el (xselect--encode-string): If a coding is specified for
2345 selection, and that is compatible with COMPOUND_TEXT, use it.
2346
2347 2012-10-10 Martin Rudalics <rudalics@gmx.at>
2348
2349 * window.el (switch-to-buffer-preserve-window-point): New option.
2350 (switch-to-buffer):
2351 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
2352
2353 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2354
2355 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
2356 Don't document nil as a useful value (bug#12583).
2357
2358 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
2359
2360 * net/tramp.el (tramp-debug-message):
2361 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
2362 (with-tramp-progress-reporter): Rename from
2363 `tramp-with-progress-reporter'.
2364 (with-tramp-file-property, with-tramp-connection-property):
2365 Move from tramp-cache.el, rename from `with-file-property' and
2366 `with-connection-property', respectively.
2367
2368 * net/tramp-cache.el: Remove `with-file-property' and
2369 `with-connection-property'.
2370
2371 * net/tramp.el:
2372 * net/tramp-gvfs.el:
2373 * net/tramp-sh.el:
2374 * net/tramp-smb.el: Adapt callees.
2375
2376 * net/trampver.el: Update release number.
2377
2378 2012-10-09 Glenn Morris <rgm@gnu.org>
2379
2380 * w32-fns.el (set-message-beep):
2381 * term/w32-win.el (set-message-beep): Update declarations.
2382
2383 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2384
2385 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
2386 (mode-line-widen, mode-line-input-method-map)
2387 (mode-line-coding-system-map, mode-line-remote)
2388 (mode-line-unbury-buffer, mode-line-bury-buffer)
2389 (mode-line-next-buffer, mode-line-previous-buffer):
2390 Replace save-selected-window+select-window => with-selected-window.
2391
2392 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
2393 * progmodes/cc-vars.el (bq-process): Remove, unused.
2394
2395 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
2396
2397 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
2398
2399 Implemented `backward-up-list'-like navigation.
2400 * progmodes/python.el (python-nav-up-list)
2401 (python-nav-backward-up-list): New functions.
2402 (python-mode-map): Define substitute key for backward-up-list to
2403 python-nav-backward-up-list.
2404
2405 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2406
2407 * progmodes/python.el (python-fill-paragraph): Rename from
2408 python-fill-paragraph-function. Fixed fill-paragraph for
2409 decorators (Bug#12605).
2410
2411 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2412
2413 * progmodes/python.el (python-shell-output-filter): Handle extra
2414 carriage return in OSX (Bug#12409).
2415
2416 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2417
2418 Fix shell handling of unbalanced quotes and parens in output.
2419 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
2420 (python-syntax-propertize-function): Use it.
2421 (python-shell-output-syntax-table): New var.
2422 (inferior-python-mode): Prevent unbalanced parens/quotes from
2423 previous output mess with current input context.
2424
2425 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
2426
2427 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
2428 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
2429
2430 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
2431
2432 * ffap.el (ffap-replace-file-component): Support Tramp file name
2433 syntax, not only ange-ftp's one.
2434
2435 2012-10-08 Glenn Morris <rgm@gnu.org>
2436
2437 * cus-start.el (message-log-max): Set :version.
2438
2439 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
2440
2441 2012-10-08 Martin Rudalics <rudalics@gmx.at>
2442
2443 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
2444 the minibuffer window (Bug#10851).
2445
2446 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2447
2448 Enhancements on forward-sexp movement.
2449 * progmodes/python.el (python-nav-beginning-of-statement)
2450 (python-nav-end-of-statement): Return point-marker.
2451 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
2452 (python-info-current-symbol)
2453 (python-info-statement-starts-block-p): Rename from
2454 python-info-beginning-of-block-p.
2455 (python-info-statement-ends-block-p): Rename from
2456 python-info-end-of-block-p.
2457 (python-info-beginning-of-statement-p)
2458 (python-info-end-of-statement-p)
2459 (python-info-beginning-of-block-p, python-info-end-of-block-p):
2460 New functions.
2461
2462 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2463
2464 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
2465 frame-selected-windows.
2466
2467 2012-10-08 Daniel Colascione <dancol@dancol.org>
2468
2469 * battery.el (battery-status-function): Check for
2470 w32-battery-status itself, not system-time windows-nt.
2471
2472 * frame.el: Require cl-lib.
2473 (display-format-alist): New variable mapping frame types to
2474 functions that initialize them.
2475 (window-system-for-display): New function: interprets
2476 display-format-alist.
2477 (make-frame-on-display): Remove existing display-selection logic
2478 and just forward to make-frame, which will now DTRT.
2479 (make-frame): Restructure to use window-system-for-display to
2480 figure out how to create a frame on a given display.
2481 (display-mouse-p): Look for frame-type w32, not a particular
2482 system-type.
2483
2484 * loadup.el: Load w32 lisp code when we have the w32 feature.
2485
2486 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
2487 system-type windows-nt.
2488
2489 * server.el (server-create-window-system-frame): Look for window
2490 type.
2491 (server-proces-filter): Only force a window system when windows-nt
2492 _and_ w32. Explain why.
2493
2494 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
2495 of window systems we configure for the mode.
2496
2497 * startup.el (command-line): Mark window system is initialized
2498 after we've done it.
2499
2500 * common-win.el (x-select-text): Look for w32, not windows-nt.
2501
2502 * ns-win.el: Require cl-lib. Add ourselves to
2503 display-format-alist.
2504 (ns-initialize-window-system): Assert we're not initialized twice.
2505
2506 * w32-win.el: Enable lexical binding; require cl-lib; add
2507 ourselves to display-format-alist.
2508 (w32-handle-dropped-file): Convert incoming dropped files from
2509 Windows paths to Cygwin ones before passing them on to the rest of
2510 Emacs.
2511 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
2512 (w32-initialize-window-system): Assert we're not initialized twice.
2513
2514 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
2515 (x-initialize-window-system): Assert we're not initialized twice.
2516
2517 * w32-common-fns.el: New File.
2518 (w32-version, w32-using-nt, w32-get-clipboard-data)
2519 (w32-set-clipboard-data, x-set-selection, x-get-selection)
2520 (w32-charset-info-alist, x-last-selected, text)
2521 (x-get-selection-value, x-selection-value): Move here.
2522
2523 * w32-fns.el: Require w32-common-fns.
2524 (w32-version, w32-using-nt, w32-get-clipboard-data)
2525 (w32-set-clipboard-data, x-set-selection, x-get-selection)
2526 (w32-charset-info-alist, x-last-selected, text)
2527 (x-get-selection-value, x-selection-value): Move to
2528 w32-common-fns.
2529
2530 * w32-vars.el:
2531 (w32-allow-system-shell, w32-system-shells): Define only in
2532 non-cygwin case.
2533
2534 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2535
2536 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
2537 (read-passwd): Remove a few more potential sources of leaks.
2538
2539 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
2540
2541 * progmodes/python.el (inferior-python-mode)
2542 (python-shell-make-comint): Fix initialization of local
2543 variables copied from parent buffer.
2544
2545 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
2546
2547 * term/ns-win.el (ns-read-file-name): Update declaration to match
2548 nsfns.m.
2549 (ns-respond-to-change-font): Change fontsize separatly so we are sure
2550 it is set when font is acted upon.
2551
2552 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
2553
2554 Enhancements to indentation.
2555 * progmodes/python.el (python-indent-context): Give priority to
2556 inside-string context. Make comments indentation markers.
2557 (python-indent-region): Do not mess with strings, unless it's the
2558 enclosing set of quotes.
2559
2560 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2561
2562 * window.el (internal--before-save-selected-window)
2563 (internal--after-save-selected-window): New functions extracted from
2564 save-selected-window. Make sure we return the `alist' we construct.
2565 (save-selected-window): Use them.
2566
2567 * textmodes/tex-mode.el (tex-recenter-output-buffer):
2568 Use with-selected-window.
2569
2570 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
2571 forms that define macros (bug#12593).
2572
2573 2012-10-07 Kenichi Handa <handa@gnu.org>
2574
2575 * international/mule-conf.el (compound-text-with-extensions):
2576 Add :mime-charset property as x-ctext.
2577
2578 2012-10-07 Stefan Merten <smerten@oekonux.de>
2579
2580 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
2581 (rst-indent-literal-normal, rst-indent-literal-minimized)
2582 (rst-indent-comment): Correct :version tag.
2583 (rst-official-cvs-rev): Correct version string.
2584
2585 2012-10-07 Glenn Morris <rgm@gnu.org>
2586
2587 * mail/rmailmm.el (rmail-mime-process-multipart):
2588 Do not confuse a multipart message with an epilogue
2589 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
2590
2591 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
2592
2593 Fix shell output retrieval and comint-prompt-regexp init.
2594 * progmodes/python.el (inferior-python-mode):
2595 (python-shell-make-comint): Fix initialization of
2596 comint-prompt-regexp from copied file local variables.
2597 (python-shell-fetched-lines): Remove var.
2598 (python-shell-output-filter-in-progress): Rename from
2599 python-shell-fetch-lines-in-progress.
2600 (python-shell-output-filter-buffer): Rename from
2601 python-shell-fetch-lines-string.
2602 (python-shell-fetch-lines-filter): Delete function.
2603 (python-shell-output-filter): New function.
2604 (python-shell-send-string-no-output): Use them.
2605
2606 2012-10-07 Glenn Morris <rgm@gnu.org>
2607
2608 * hi-lock.el (hi-lock-process-phrase):
2609 Try to make it less fragile. (Bug#7161)
2610
2611 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
2612
2613 2012-10-06 Glenn Morris <rgm@gnu.org>
2614
2615 * ehelp.el (electric-help-mode): Use help-mode rather than
2616 non-existent mode `help'.
2617 (electric-help-map): Use button-buffer-map. (Bug#10917)
2618
2619 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
2620 (reftex-create-bibtex-footer): Fix custom types.
2621
2622 * progmodes/sh-script.el (sh-indent-after-continuation):
2623 Add explicit :group.
2624
2625 * textmodes/rst.el (rst-preferred-decorations)
2626 (rst-shift-basic-offset): Clarify obsolescence versions.
2627
2628 * profiler.el (profiler): Add missing group :version tag.
2629 * avoid.el (mouse-avoidance-banish-position):
2630 * proced.el (proced-renice-command):
2631 * calc/calc.el (calc-ensure-consistent-units):
2632 * calendar/icalendar.el (icalendar-import-format-uid):
2633 * net/tramp.el (tramp-save-ad-hoc-proxies):
2634 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2635 * progmodes/flymake.el (flymake-error-bitmap)
2636 (flymake-warning-bitmap, flymake-fringe-indicator-position):
2637 * progmodes/sh-script.el (sh-indent-after-continuation):
2638 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
2639 (verilog-before-save-font-hook, verilog-after-save-font-hook):
2640 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
2641 (vhdl-array-index-record-field-in-sensitivity-list)
2642 (vhdl-indent-comment-like-next-code-line):
2643 * textmodes/reftex-vars.el (reftex-ref-style-alist)
2644 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
2645 (reftex-cite-key-separator, reftex-create-bibtex-header)
2646 (reftex-create-bibtex-footer):
2647 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
2648 (rst-indent-literal-normal, rst-indent-literal-minimized)
2649 (rst-indent-comment): Add missing custom :version tags.
2650
2651 * calendar/timeclock.el (timeclock-modeline-display):
2652 Add missing obsolete alias for renamed user option.
2653
2654 * strokes.el (strokes-modeline-string):
2655 * emulation/crisp.el (crisp-mode-modeline-string):
2656 * eshell/esh-mode.el (eshell-status-in-modeline):
2657 Aliases to defcustoms must come before the defcustom.
2658
2659 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
2660 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2661 (cal-tex-cursor-week-monday): Doc fixes.
2662 (cal-tex-cursor-week2-summary): Doc fix.
2663 Rename from cal-tex-cursor-week-at-a-glance.
2664
2665 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
2666 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
2667
2668 * calendar/calendar.el (calendar-mode-map):
2669 Add cal-tex-cursor-week2-summary.
2670
2671 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
2674
2675 * subr.el (read-passwd-map): New var.
2676 (read-passwd): Use `read-string' again.
2677 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
2678
2679 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
2680
2681 * register.el (append-to-register, prepend-to-register):
2682 Deactivate mark, as does `copy-to-register' (bug#12389).
2683
2684 2012-10-06 Chong Yidong <cyd@gnu.org>
2685
2686 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
2687
2688 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
2689
2690 * international/characters.el: Fix simple mistake ((car chars) ->
2691 elt), delete duplicated code.
2692
2693 2012-10-06 Glenn Morris <rgm@gnu.org>
2694
2695 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
2696
2697 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
2698
2699 * color.el (color-hsl-to-rgb): Fix incorrect results for
2700 small and large hue values. (Bug#12559)
2701
2702 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
2703
2704 Enhancements to docstring formatting when filling paragraphs.
2705 * progmodes/python.el (python-fill-docstring-style): Rename from
2706 python-fill-string-style. Added new style.
2707 (python-fill-string): Use new style. Better checks for
2708 docstrings.
2709
2710 2012-10-05 Glenn Morris <rgm@gnu.org>
2711
2712 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
2713
2714 * color.el (color-name-to-rgb, color-rgb-to-hex)
2715 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2716 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2717 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2718 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2719
2720 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
2721
2722 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
2723
2724 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
2725 to get the correct size across symlinks.
2726
2727 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
2728
2729 2012-10-04 Juri Linkov <juri@jurta.org>
2730
2731 * replace.el (query-replace-interactive): Declare obsolete.
2732 (query-replace-read-from): Add the last incremental search string
2733 to the list of default values accessible via M-n.
2734 (map-query-replace-regexp): Use `read-regexp'.
2735 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2736 (map-query-replace-regexp, replace-string, replace-regexp):
2737 Fix docstrings to replace mentions of `query-replace-interactive'
2738 with alternatives. (Bug#12526)
2739
2740 2012-10-04 Juri Linkov <juri@jurta.org>
2741
2742 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
2743 (dired-pop-to-buffer): Declare obsolete.
2744 (dired-mark-pop-up): Doc fix.
2745
2746 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
2747
2748 Allow user to set docstring style for fill-paragraph.
2749 * progmodes/python.el
2750 (python-fill-comment-function, python-fill-string-function)
2751 (python-fill-decorator-function, python-fill-paren-function):
2752 Remove :safe for defcustoms.
2753 (python-fill-string-style): New defcustom
2754 (python-fill-paragraph-function): Enhance context detection.
2755 (python-fill-string): Honor python-fill-string-style settings.
2756
2757 2012-10-04 Martin Rudalics <rudalics@gmx.at>
2758
2759 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
2760 after setting its buffer (Bug#10805).
2761
2762 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
2763
2764 Fix cornercase for string syntax.
2765 * progmodes/python.el (python-syntax-propertize-function):
2766 Simplify and enhance the regexp for unescaped quotes. Now it also
2767 matches quotes in weird situations like the single quote in
2768 "something\"'".
2769 (python-syntax-stringify): Simplify num-quotes detecting code.
2770
2771 2012-10-03 Glenn Morris <rgm@gnu.org>
2772
2773 * help-macro.el (three-step-help):
2774 Revert 2012-09-29 change. (Bug#12567)
2775
2776 2012-10-03 Martin Rudalics <rudalics@gmx.at>
2777
2778 * menu-bar.el (kill-this-buffer): Don't do anything when
2779 `menu-frame' is not alive or visible (Bug#8184).
2780
2781 * emacs-lisp/debug.el (debug): When quitting the debugger window
2782 restore current buffer (Bug#12502).
2783
2784 2012-10-02 Chong Yidong <cyd@gnu.org>
2785
2786 * progmodes/hideif.el (hif-lookup, hif-defined):
2787 Handle semantic-c-takeover-hideif.
2788
2789 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
2790
2791 Change sampling interval units from ms to ns.
2792 * profiler.el (profiler-sampling-interval): Change units
2793 from ms to ns, multiplying the default by 1000000 so that
2794 it remains 1 ms.
2795 (profiler-report-cpu-line-format): Give enough room for
2796 the maximum counters on 64-bit hosts.
2797 (profiler-report-render-calltree-1): Call them "CPU samples",
2798 not "Time (ms)", since they are not milliseconds now (and
2799 never really were).
2800
2801 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
2802
2803 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
2804 Fix querying BBDB for entries without a last name (Bug#11580).
2805
2806 2012-10-02 Chong Yidong <cyd@gnu.org>
2807
2808 * emacs-lisp/eieio.el: Restore Version header.
2809
2810 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2811
2812 * vc/diff-mode.el (diff--auto-refine-data): New var.
2813 (diff-hunk): Use it to delay refinement.
2814 (diff-mode): Remove overlays when we turn off font-lock.
2815
2816 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
2817 (table-initialize-table-fixed-width-mode)
2818 (table-set-table-fixed-width-mode): Remove functions.
2819 (table-command-list): Move initialization into declaration.
2820 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
2821 (table-with-cache-buffer): Use `declare'.
2822 (table-span-cell): Simplify via CSE.
2823 (table-fixed-width-mode): Use define-minor-mode.
2824 (table-call-interactively, table-funcall, table-apply): Remove.
2825 (table-function): New function, to replace them.
2826
2827 * bookmark.el (bookmark-search-pattern): Remove var.
2828 (bookmark-read-search-input): Remove function.
2829 (bookmark-bmenu-search): Reimplement using a minibuffer.
2830
2831 * faces.el (modeline): Remove obsolete face name.
2832
2833 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
2834 and give a non-nil default value.
2835 (add-change-log-entry): Simplify accordingly.
2836
2837 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
2838
2839 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
2840 (vc-git-log-edit-toggle-amend): New function.
2841 (vc-git-log-edit-toggle-signoff): New function.
2842 (vc-git-log-edit-mode): New major mode.
2843 (vc-git-log-edit-mode-map): Keymap for it.
2844 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
2845
2846 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
2847 header names.
2848 (log-edit-toggle-header): New function.
2849 (log-edit-extract-headers): Accept function values in HEADERS alist.
2850
2851 2012-10-01 David Engster <deng@randomsample.de>
2852
2853 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
2854 from symbol property and change message to be more consistent with
2855 Emacs proper.
2856 (eieio-describe-generic): Add filename for each implementation.
2857 Fix indices for generic and normal methods.
2858 (eieio-method-def, eieio-class-def): New buttons.
2859 (eieio-help-find-method-definition)
2860 (eieio-help-find-class-definition): New functions.
2861 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
2862 class, constructor and method definitions.
2863
2864 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
2865 information in symbol property.
2866 (scoped-class): Remove.
2867 (eieio-slot-name-index, call-next-method): Check if it is bound.
2868
2869 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
2870
2871 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
2872 (eieio-custom-mode): New major mode.
2873 (eieio-customize-object): Use it.
2874
2875 2012-10-01 Eric Ludlam <zappo@gnu.org>
2876
2877 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
2878 specifying the expected class, and whether subclassing is allowed.
2879 (eieio-persistent-convert-list-to-object):
2880 (eieio-persistent-validate/fix-slot-value)
2881 (eieio-persistent-slot-type-is-class-p): New functions.
2882 (eieio-named::slot-missing): Doc fix.
2883
2884 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
2885 Stop using unused publd variable.
2886
2887 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
2888 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
2889 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
2890 (eieio-speedbar-handle-click): Do not specify a class for the
2891 method. Fixes method invocation order problems with EDE.
2892
2893 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2894
2895 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
2896 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
2897
2898 2012-10-01 Karl Fogel <kfogel@red-bean.com>
2899
2900 * bookmark.el (bookmark-version-control): Give tags in the
2901 :type choices (Bug#12309), and improve doc string.
2902 (bookmark-write-file): Bind `print-circle' to `t' to allow
2903 circular custom bookmark types. (Bug#12503)
2904
2905 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2906
2907 Revert the FOLLOW-SYMLINKS change for file-attributes.
2908 * files.el (remote-file-name-inhibit-cache, after-find-file):
2909 * time.el (display-time-file-nonempty-p): Undo last change.
2910
2911 * profiler.el (profiler-sampling-interval): Change default back to 1.
2912 See Stefan Monnier in
2913 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
2914
2915 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
2916
2917 Shell output catching a la gud-gdb.
2918 * progmodes/python.el (python-shell-fetch-lines-in-progress)
2919 (python-shell-fetch-lines-string, python-shell-fetched-lines):
2920 New Vars.
2921 (python-shell-fetch-lines-filter): New function.
2922 (python-shell-send-string-no-output): Use them.
2923
2924 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
2925
2926 * profiler.el (profiler-sampling-interval): Rename from
2927 profiler-sample-interval.
2928 (profiler-sampling-interval): Default to 10.
2929 (profiler-find-profile): New command (was profiler-find-log).
2930 (profiler-find-profile-other-window): New command.
2931 (profiler-find-profile-other-frame): New command.
2932 (profiler-profile): Introduce API-level data structure.
2933
2934 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2935
2936 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2937 * files.el (remote-file-name-inhibit-cache):
2938 * time.el (display-time-file-nonempty-p): Use it.
2939 * files.el (after-find-file): Don't chase links before calling
2940 file-exists-p, as file-exists-p already does the right thing.
2941
2942 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
2943
2944 Merge from standalone RefTeX repository.
2945
2946 The following ChangeLog entries are shortened versions of the
2947 original ones with file paths adapted. A not so strongly edited
2948 version of the original ChangeLog can be found in the commit log.
2949
2950 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
2951 (reftex-arg-cite): Use `reftex-cite-key-separator'.
2952 Correctly handle new value type returned by `reftex-citation'.
2953
2954 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
2955 that entries with whitespace at various places are found.
2956 Doc fix. Include entries that are cross-referenced from cited entries.
2957 Include @String definitions in the resulting bib file. Add header
2958 and footer defined in `reftex-create-bibtex-header' and
2959 `reftex-create-bibtex-footer'.
2960 (reftex-do-citation): Make it possible again to insert
2961 non-existent entries. Save match data when asking for optional
2962 arguments. Return all keys, not just the first one.
2963 (reftex-all-used-citation-keys): Fix regexp to correctly extract
2964 all citations in the same line.
2965 (reftex-parse-bibtex-entry): Accept additional optional argument
2966 `raw' and keep quotes or braces if it is non-nil. Match fields
2967 containing hyphens besides word constituents.
2968 (reftex-get-string-refs): New function.
2969 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
2970 and ask if it should be reread in case it did.
2971 (reftex-pop-to-bibtex-entry)
2972 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
2973 entries with spaces or tabs in front of arguments.
2974 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
2975 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
2976 Match entries containing numbers and symbol constituents.
2977 (reftex-do-citation, reftex-figure-out-cite-format):
2978 Use `reftex-cite-key-separator'.
2979
2980 * textmodes/reftex-dcr.el: Move provide statement to end of file.
2981 (reftex-mouse-view-crossref): Explain why point is set.
2982
2983 * textmodes/reftex-global.el: Whitespace changes.
2984
2985 * textmodes/reftex-index.el: Move provide statement to end of
2986 file.
2987 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
2988 (reftex-index-visit-phrases-buffer): Set marker when visiting
2989 buffer. This allows for returning from the phrases file to the
2990 file one was just editing instead of the file where the last
2991 phrases was added from.
2992 (reftex-index-phrases-syntax-table): New variable. Give ?\"
2993 punctuation syntax as it usually is not used as string quote in
2994 TeX-related modes and may occur unmatched. The change also
2995 prevents fontification of quoted content.
2996 (reftex-index-phrases-mode): Use it.
2997
2998 * textmodes/reftex-parse.el (reftex-parse-from-file):
2999 Move backward one char if a `\' was matched after a section macro.
3000 (reftex-parse-from-file): Use beginning of match instead of end as
3001 bound.
3002
3003 * textmodes/reftex-ref.el: Adapt creation of
3004 `reftex-<package>-<macro>' functions to new structure of
3005 `reftex-ref-style-alist'.
3006 (reftex-reference): Use `reftex-ref-style-list' function.
3007 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
3008 reference macro if `reftex-ref-macro-prompt' is non-nil.
3009 (reftex-reference): Pass refstyle to `reftex-format-special'.
3010 Determine reference macro by looking at
3011 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
3012 Use only one special format function.
3013 (reftex-varioref-vref, reftex-fancyref-fref)
3014 (reftex-fancyref-Fref): Remove definitions. The functions are now
3015 generated from `reftex-ref-style-alist'.
3016 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
3017 Remove.
3018 (reftex-format-special): New function.
3019
3020 * textmodes/reftex-sel.el
3021 (reftex-select-cycle-ref-style-internal): Adapt to new structure
3022 of `reftex-ref-style-alist'. Remove code for testing macro type.
3023 (reftex-select-toggle-varioref)
3024 (reftex-select-toggle-fancyref): Remove.
3025 (reftex-select-cycle-ref-style-internal)
3026 (reftex-select-cycle-ref-style-forward)
3027 (reftex-select-cycle-ref-style-backward): New functions.
3028 (reftex-select-label-map): Use `v' and `V' for general cycling
3029 through reference styles. Add `p' for switching between number
3030 and page reference types.
3031
3032 * textmodes/reftex-toc.el (reftex-re-enlarge):
3033 Call `enlarge-window' only if there is something to do because in Emacs
3034 the horizontal version throws an error even if the parameter is 0.
3035
3036 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
3037 (reftex-plug-into-AUCTeX): Doc fix.
3038 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
3039 string. Adapt to new name.
3040 (reftex-ref-style-alist): Change structure so that it is not
3041 possible to use multiple different package names within a style.
3042 Remove the symbols for symbols for macro type distinction.
3043 Add characters for macro selection.
3044 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
3045 (reftex-create-bibtex-footer): New variables.
3046 (reftex-format-ref-function): Mention third argument of special
3047 format function.
3048 (reftex-ref-style-alist, reftex-ref-style-default-list):
3049 New variables.
3050 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
3051 to new implementation. Mark as obsolete. Add compatibility code
3052 for honoring the variable values in case they are set.
3053 (reftex-cite-format-builtin, reftex-bibliography-commands):
3054 Add support for ConTeXt.
3055 (reftex-format-ref-function, reftex-format-cite-function):
3056 Fix custom type.
3057 (reftex-cite-key-separator): New variable.
3058
3059 * textmodes/reftex.el (reftex-syntax-table-for-bib)
3060 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
3061 `reftex-syntax-table' because parens have to retain their paren
3062 syntax in order for parsing of BibTeX entries like @book(...) to
3063 work.
3064 (reftex-in-comment): Do not error out if `comment-start-skip' is
3065 not set. Deal correctly with escaped comment characters.
3066 (reftex-tie-multifile-symbols): Add doc string.
3067 Initialize `reftex-ref-style-list'.
3068 (reftex-untie-multifile-symbols): Add doc string.
3069 (reftex-add-index-macros): Doc fix.
3070 (reftex-ref-style-activate, reftex-ref-style-toggle)
3071 (reftex-ref-style-list): New functions.
3072 (reftex-mode-menu): Use them. Adapt to new structure of
3073 `reftex-ref-style-alist'.
3074 (reftex-select-with-char): Kill the RefTeX Select buffer when
3075 done.
3076 (reftex-remove-if): New function.
3077 (reftex-erase-all-selection-and-index-buffers)
3078 (reftex-mode-menu): Reference styles are now computed from
3079 `reftex-ref-style-alist'. Fix typo.
3080 (reftex-report-bug): New function.
3081 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
3082 algorithms with O(n log n). Introduce optional argument SORT (not
3083 yet used).
3084
3085 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
3086
3087 Enhancements for triple-quote string syntax.
3088 * progmodes/python.el (python-syntax-propertize-function):
3089 Match both quote cases in one regexp.
3090 (python-syntax-stringify): Handle matches properly.
3091
3092 2012-09-30 Juri Linkov <juri@jurta.org>
3093
3094 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
3095 to nil around the call to `insert' to prevent
3096 directory time modification by lock_file. (Bug#2295)
3097 * tar-mode.el (tar-summarize-buffer): Idem.
3098
3099 2012-09-30 Juri Linkov <juri@jurta.org>
3100
3101 * facemenu.el (list-colors-sort): Add option "Luminance".
3102 (list-colors-sort-key): Implement it.
3103
3104 * vc/diff-mode.el (diff-refine-removed):
3105 * vc/ediff-init.el (ediff-fine-diff-A):
3106 * vc/smerge-mode.el (smerge-refined-removed):
3107 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
3108
3109 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
3110
3111 * term/ns-win.el (x-file-dialog): New function.
3112
3113 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
3114
3115 * ido.el (ido-max-directory-size): Default to nil; the current
3116 default is small for POSIX systems, and impractical on Windows 7
3117 now that lstat returns directory sizes for NTFS.
3118
3119 2012-09-30 Martin Rudalics <rudalics@gmx.at>
3120
3121 In buffer display functions handle window-height/window-width
3122 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
3123 * window.el (window--display-buffer): New argument ALIST.
3124 Obey window-height and window-width alist entries.
3125 (window--try-to-split-window): New argument ALIST.
3126 Bind window-combination-limit to t when the window's size shall be
3127 changed and window-combination-limit equals `window-size'.
3128 (display-buffer-in-atom-window)
3129 (display-buffer-in-major-side-window)
3130 (display-buffer-in-side-window, display-buffer-same-window)
3131 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3132 (display-buffer-pop-up-window, display-buffer-below-selected)
3133 (display-buffer-at-bottom, display-buffer-in-previous-window)
3134 (display-buffer-use-some-window): Adjust all callers of
3135 window--display-buffer and window--try-to-split-window.
3136 (fit-frame-to-buffer): New option.
3137 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
3138 is non-nil.
3139 (display-buffer-in-major-side-window): Evaluate window-height /
3140 window-width alist entries.
3141
3142 * help.el (temp-buffer-resize-frames)
3143 (temp-buffer-resize-regexps): Remove options.
3144 (temp-buffer-resize-mode): Adjust doc-string.
3145 (resize-temp-buffer-window): Don't consult
3146 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
3147 temp-buffer-resize-frames.
3148
3149 * dired.el (dired-mark-pop-up):
3150 Call display-buffer-below-selected with a fit-window-to-buffer alist
3151 entry.
3152
3153 2012-09-30 Chong Yidong <cyd@gnu.org>
3154
3155 * server.el (server-host): Document the security implications.
3156 (server-auth-key): Doc fix.
3157
3158 * startup.el (initial-buffer-choice): Doc fix.
3159
3160 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
3161
3162 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
3163 restriction change.
3164
3165 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
3166
3167 * help-fns.el (help-fns--obsolete): Fix last change.
3168
3169 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3170
3171 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
3172 (minor-mode-map-alist): Remove redundant code.
3173
3174 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
3175 visited in a buffer.
3176 (cvs-insert-visited-file): New function.
3177 (find-file-hook): Use it.
3178
3179 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
3180
3181 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
3182 chose face.
3183 (log-edit-empty-buffer-p): Don't require a space after a header.
3184
3185 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
3186
3187 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
3188
3189 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
3190 a proper minor-mode.
3191
3192 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
3193
3194 2012-09-29 Glenn Morris <rgm@gnu.org>
3195
3196 * winner.el (winner-mode): Remove variable (let define-minor-mode
3197 handle it).
3198 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
3199 Doc fixes.
3200 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
3201 (winner-mode): Use define-minor-mode.
3202
3203 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
3204 the full definition in loaddefs, rather than duplicating it.
3205
3206 * help-macro.el (three-step-help): No need to autoload defcustom.
3207
3208 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3209 (inferior-lisp-program, inferior-lisp-load-command)
3210 (inferior-lisp-prompt, inferior-lisp-mode-hook):
3211 No need to autoload defcustoms.
3212
3213 * hippie-exp.el (hippie-expand-try-functions-list)
3214 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
3215 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
3216 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
3217 (hippie-expand-only-buffers): No need to autoload defcustoms.
3218 * progmodes/vhdl-mode.el (vhdl-line-expand):
3219 Explicitly load hippie-exp, so it does not get autoloaded
3220 while hippie-expand-try-functions-list is let-bound.
3221
3222 2012-09-28 Glenn Morris <rgm@gnu.org>
3223
3224 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
3225
3226 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
3227 Only "cl.el" counts as cl these days.
3228
3229 2012-09-28 Juri Linkov <juri@jurta.org>
3230
3231 Display archive errors in the echo area instead of inserting
3232 to the file buffer.
3233
3234 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
3235 to STDERR-TEST that can be a regexp matching a successful output.
3236 Create a temporary file and redirect stderr to it. Search for
3237 STDERR-TEST in the stderr output and display it in the echo area
3238 if no match is found.
3239 (archive-extract-by-file): New function like
3240 `archive-extract-by-stdout' but extracting archives to files
3241 and looking for successful matches in stdout. Function body is
3242 mostly copied from `archive-rar-extract'.
3243 (archive-rar-extract): Use `archive-extract-by-file'.
3244 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
3245
3246 2012-09-28 Leo Liu <sdl.web@gmail.com>
3247
3248 * pcomplete.el (pcomplete-show-completions):
3249 Use minibuffer-message to make pcomplete usable in minibuffer.
3250
3251 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
3252
3253 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3254
3255 * type-break.el: Use lexical-binding.
3256 (type-break-mode): Use define-minor-mode.
3257
3258 * emacs-lisp/pcase.el (pcase--mark-used): New.
3259 (pcase--u1): Use it (bug#12512).
3260
3261 * custom.el (load-theme): Set buffer-file-name so the load is recorded
3262 in load-history with the right file name.
3263
3264 2012-09-28 Tassilo Horn <tsdh@gnu.org>
3265
3266 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
3267 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
3268 (doc-view-get-bounding-box): Make bounding box slicing work for
3269 ODF and DVI documents.
3270
3271 2012-09-28 Glenn Morris <rgm@gnu.org>
3272
3273 * type-break.el (type-break-mode, type-break-interval)
3274 (type-break-good-rest-interval, type-break-keystroke-threshold):
3275 No need to autoload.
3276 (type-break-good-rest-interval, type-break-keystroke-threshold):
3277 Add :set-after.
3278
3279 2012-09-28 Chong Yidong <cyd@gnu.org>
3280
3281 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
3282 Add :version tag.
3283
3284 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3285
3286 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
3287
3288 2012-09-27 Glenn Morris <rgm@gnu.org>
3289
3290 * faces.el (x-display-name): Declare (for without-x builds).
3291
3292 * linum.el (linum-format): Don't autoload it. Improve :type.
3293
3294 * progmodes/tcl.el: Don't require outline when compiling.
3295 (outline-regexp, outline-level): Declare.
3296 * textmodes/sgml-mode.el: Don't require outline when compiling.
3297 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
3298
3299 * term.el (term-ansi-reset):
3300 Try setting term-ansi-face-already-done to nil. (Bug#11785)
3301
3302 * vc/vc.el (vc-next-action): Only gripe about committing read-only
3303 files for RCS and SCCS. (Bug#9781)
3304
3305 2012-09-27 Chong Yidong <cyd@gnu.org>
3306
3307 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
3308 change; value should be t.
3309
3310 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * image-mode.el: Use lexical-binding.
3313 (image-mode-winprops): Use t to stand for the window of
3314 a buffer that's not displayed.
3315 * doc-view.el (doc-view-new-window-function): Handle the new
3316 t in winprops.
3317 (doc-view-enlarge): Make it a real nop if the size is not changed.
3318 (doc-view-display): Handle the case where the buffer is not (yet?)
3319 displayed in any window.
3320 (doc-view-saved-settings): New var.
3321 (doc-view-mode): Use it.
3322 (doc-view-fallback-mode): Set it.
3323
3324 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
3325 Set lexical-binding.
3326 (minibuffer-eldef-shorten-default): New var.
3327 (minibuffer-default-in-prompt-regexps): Use it for new default.
3328 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
3329
3330 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
3331
3332 * international/uni-bidi.el:
3333 * international/uni-category.el:
3334 * international/uni-name.el:
3335 * international/uni-numeric.el: Regenerate.
3336
3337 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
3338 Stefan Monnier <monnier@iro.umontreal.ca>
3339
3340 * profiler.el: New file.
3341
3342 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
3345 (testcover-reinstrument): Simplify with CSE.
3346
3347 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
3348
3349 * window.el (temp-buffer-window-setup): Fix typo in docstring.
3350
3351 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
3352
3353 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
3354 (verilog-auto-input, verilog-auto-insert-lisp)
3355 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
3356 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
3357 (verilog-auto-unused, verilog-auto-wire)
3358 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
3359 newline. Reported by Andrew Jones.
3360 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
3361 Reported by Brad Dobbie.
3362 (verilog-batch-delete-trailing-whitespace):
3363 Create verilog-batch-delete-trailing-whitespace.
3364 Reported by Brad Dobbie.
3365 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
3366 parameters from another module. Reported by Dan Katz.
3367 (verilog-auto, verilog-auto-assign-modport)
3368 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
3369 AUTOINOUTMODPORT for UVM interface module shell generation.
3370 Reported by Brad Dobbie.
3371 (verilog-auto-inst-interfaced-ports): Make default nil, as more
3372 standard behavior.
3373 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
3374 Reported by Matt Martin.
3375
3376 2012-09-25 Martin Rudalics <rudalics@gmx.at>
3377
3378 * window.el (window--resize-child-windows): When resizing child
3379 windows proportionally, process them in reverse order to
3380 preserve the "when splitting a window the new one gets the odd
3381 line" behavior.
3382 (window--resize-root-window-vertically): When resizing the
3383 minibuffer window try to affect only windows at the bottom of the
3384 frame. (Bug#12419)
3385
3386 2012-09-25 Chong Yidong <cyd@gnu.org>
3387
3388 * subr.el (declare): Doc fix.
3389
3390 * help-fns.el (help-fns--obsolete): Handle macros properly.
3391
3392 2012-09-25 Chong Yidong <cyd@gnu.org>
3393
3394 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
3395 this function obsolete.
3396
3397 * calendar/cal-x.el (calendar-two-frame-setup)
3398 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3399 * calendar/calendar.el (american-calendar, european-calendar)
3400 (calendar-for-loop):
3401 * comint.el (comint-dynamic-simple-complete)
3402 (comint-dynamic-complete-as-filename, comint-unquote-filename):
3403 * desktop.el (desktop-load-default):
3404 * dired-x.el (dired-omit-here-always)
3405 (dired-hack-local-variables, dired-default-directory):
3406 * emacs-lisp/derived.el (derived-mode-class):
3407 * emacs-lisp/timer.el (timer-set-time-with-usecs):
3408 * emacs-lock.el (toggle-emacs-lock):
3409 * epa.el (epa-display-verify-result):
3410 * epg.el (epg-sign-keys, epg-start-sign-keys)
3411 (epg-passphrase-callback-function):
3412 * eshell/esh-util.el (eshell-for):
3413 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
3414 (eshell-add-to-window-buffer-names):
3415 * files.el (locate-file-completion):
3416 * imenu.el (imenu-example--create-c-index)
3417 (imenu-example--create-lisp-index)
3418 (imenu-example--lisp-extract-index-name)
3419 (imenu-example--name-and-position):
3420 * international/mule-cmds.el (princ-list):
3421 * international/mule-diag.el (decode-codepage-char):
3422 * international/mule-util.el (detect-coding-with-priority):
3423 * iswitchb.el (iswitchb-read-buffer):
3424 * mail/mailalias.el (mail-complete):
3425 * mail/sendmail.el (mail-sent-via):
3426 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
3427 (mouse-major-mode-menu):
3428 * password-cache.el (password-read-and-add):
3429 * pcomplete.el (pcomplete-parse-comint-arguments):
3430 * progmodes/sh-script.el (sh-maybe-here-document):
3431 * replace.el (query-replace-regexp-eval):
3432 * savehist.el (savehist-load):
3433 * simple.el (choose-completion-delete-max-match):
3434 * term.el (term-dynamic-simple-complete):
3435 * vc/ediff-init.el (ediff-check-version):
3436 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
3437 * vc/vc.el (vc-diff-switches-list):
3438 * view.el (view-return-to-alist-update): Likewise.
3439
3440 * subr.el (eval-next-after-load, makehash, insert-string)
3441 (assoc-ignore-representation, assoc-ignore-case): Use declare to
3442 mark obsolete.
3443 (mode-line-inverse-video): Variable deleted.
3444
3445 * international/mule-util.el (string-to-sequence): Remove.
3446
3447 * calendar/calendar.el (calendar-version):
3448 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
3449 (icalendar-convert-diary-to-ical):
3450 * cus-edit.el (custom-mode):
3451 * ansi-color.el (ansi-color-unfontify-region):
3452 * international/latin1-disp.el (latin1-char-displayable-p):
3453 * progmodes/cwarn.el (turn-on-cwarn-mode):
3454 * progmodes/which-func.el (which-func-update-1):
3455 Use define-obsolete-function-alias.
3456
3457 * net/newst-backend.el (newsticker-cache-filename):
3458 * net/newst-treeview.el (newsticker-groups-filename):
3459 Fix incorrect obsolescence declaration.
3460
3461 * allout.el (allout-passphrase-hint-string): Likewise.
3462 (allout-init): Use a declare form to mark obsolete.
3463
3464 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
3465 this applies to functions.
3466
3467 * iswitchb.el (iswitchb-read-buffer): Move code of
3468 iswitchb-define-mode-map here, and delete that obsolete function.
3469
3470 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
3471 font-lock-reference-face.
3472
3473 2012-09-25 Glenn Morris <rgm@gnu.org>
3474
3475 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
3476 Doc fixes.
3477
3478 * eshell/em-term.el (eshell-term-name):
3479 Default to term-term-name. (Bug#12485)
3480
3481 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
3482
3483 * progmodes/python.el (python-shell-send-buffer): Better handling
3484 of "if __name__ == '__main__':" conditionals when sending the buffer.
3485
3486 2012-09-24 Glenn Morris <rgm@gnu.org>
3487
3488 * eshell/esh-cmd.el (eshell-find-alias-function):
3489 Tighten up file-name regexp. (Bug#12499)
3490
3491 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
3492
3493 Enhancements for triple-quote string syntax.
3494 * progmodes/python.el (python-quote-syntax): Remove.
3495 (python-syntax-propertize-function): New value.
3496 (python-syntax-count-quotes, python-syntax-stringify):
3497 New functions.
3498
3499 2012-09-24 Chong Yidong <cyd@gnu.org>
3500
3501 * mail/supercite.el (sc-version): Remove obsolete function.
3502 (sc-describe): Don't mark as obsolete, since it is bound.
3503 (sc-submit-bug-report): Remove.
3504
3505 * vc/log-edit.el (cvs-changelog-full-paragraphs)
3506 (cvs-commit-buffer-require-final-newline): Remove.
3507 (log-edit-require-final-newline)
3508 (log-edit-changelog-full-paragraphs): Default to t.
3509
3510 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
3511 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
3512 * vc/vc.el (vc-checkout-carefully): Likewise.
3513
3514 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
3515 (emerge-version): Remove.
3516
3517 * progmodes/compile.el (compile-internal): Remove.
3518 (compilation-parse-errors-function): Fix typo.
3519
3520 * international/mule.el (set-char-table-default): Remove.
3521 (set-coding-priority, make-coding-system, generic-char-p)
3522 (charset-list, charset-bytes, charset-id): Use declare to mark
3523 functions as obsolete.
3524
3525 * vc/pcvs-defs.el (cvs-buffer-name-alist)
3526 (cvs-invert-ignore-marks): Remove references to obsolete vars.
3527 * vc/vc-hooks.el (vc-default-registered): Don't use
3528 vc-master-templates.
3529
3530 * font-lock.el (font-lock-reference-face):
3531 Use define-obsolete-variable-alias.
3532
3533 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
3534 * calendar/calendar.el (calendar-font-lock-keywords):
3535 * calendar/diary-lib.el (diary-font-lock-keywords)
3536 (diary-fancy-font-lock-keywords):
3537 * textmodes/reftex-sel.el (reftex-insert-docstruct):
3538 * textmodes/reftex-index.el (reftex-insert-index):
3539 * textmodes/reftex-cite.el (reftex-format-bib-entry):
3540 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3541 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
3542 * progmodes/prolog.el (prolog-font-lock-keywords):
3543 * progmodes/idlwave.el (idlwave-idl-keywords):
3544 * progmodes/ada-mode.el (ada-font-lock-keywords):
3545 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
3546
3547 2012-09-24 Glenn Morris <rgm@gnu.org>
3548
3549 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
3550
3551 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
3552
3553 * progmodes/python.el (python-indent-line): More consistent cursor
3554 movement behavior.
3555
3556 2012-09-23 Stefan Merten <smerten@oekonux.de>
3557
3558 * textmodes/rst.el: Fix compiler warning.
3559
3560 2012-09-23 Roland Winkler <winkler@gnu.org>
3561
3562 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
3563 Transcribe also LaTeX hyphenation.
3564 (bibtex-reformat): Bug fix. Do not quote twice the elements of
3565 bibtex-reformat-previous-options.
3566
3567 2012-09-23 Roland Winkler <winkler@gnu.org>
3568
3569 * proced.el (proced-renice-command): New variable.
3570 (proced-marked-processes): New function.
3571 (proced-with-processes-buffer): New macro.
3572 (proced-send-signal): Use them.
3573 (proced-renice): New command bound to r.
3574
3575 2012-09-23 Roland Winkler <winkler@gnu.org>
3576
3577 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
3578 ibuffer-saved-filter-groups has one element, shortcut the call of
3579 completing-read. (Bug#12331)
3580
3581 2012-09-23 Chong Yidong <cyd@gnu.org>
3582
3583 * bindings.el (mode-line-toggle-read-only):
3584 * bs.el (bs-toggle-readonly):
3585 * buff-menu.el (Buffer-menu-toggle-read-only):
3586 * dired.el (dired-toggle-read-only):
3587 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
3588
3589 2012-09-23 Chong Yidong <cyd@gnu.org>
3590
3591 * image.el (image-type-available-p): Adapt to init-image-library
3592 argument changes.
3593
3594 2012-09-22 Juri Linkov <juri@jurta.org>
3595
3596 * dired.el (dired-mode-map): Add [remap read-only-mode] for
3597 `dired-toggle-read-only'. (Bug#12462)
3598
3599 2012-09-22 Martin Rudalics <rudalics@gmx.at>
3600
3601 * subr.el (temp-output-buffer-show): New function.
3602 (with-output-to-temp-buffer): Call temp-output-buffer-show
3603 instead of internal-temp-output-buffer-show.
3604
3605 2012-09-22 Chong Yidong <cyd@gnu.org>
3606
3607 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
3608 (Bug#12462).
3609
3610 * repeat.el (repeat): Doc fix (Bug#12348).
3611
3612 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
3613 (Bug#10909).
3614
3615 * simple.el (shell-command-on-region): Doc fix.
3616 (read-only-mode): Doc fix.
3617
3618 2012-09-22 Eli Zaretskii <eliz@gnu.org>
3619
3620 * emacs-lisp/timer.el (run-with-idle-timer)
3621 (timer-activate-when-idle): Warn against reinvoking an idle timer
3622 from within its own timer action. (Bug#12447)
3623
3624 2012-09-22 Martin Rudalics <rudalics@gmx.at>
3625
3626 * cus-start.el (window-combination-limit): Add new optional
3627 values.
3628 * window.el (temp-buffer-window-show)
3629 (window--try-to-split-window): Handle new values of
3630 window-combination-limit (Bug#1806).
3631 (split-window): Test window-combination-limit for t instead of
3632 non-nil.
3633 (display-buffer-at-bottom): New buffer display action function.
3634 * help.el (temp-buffer-resize-regexps): New option.
3635 (temp-buffer-resize-mode): Rewrite doc-string.
3636 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
3637 Don't resize reused window. Suggested by Glenn Morris.
3638
3639 2012-09-22 Stefan Merten <smerten@oekonux.de>
3640
3641 * textmodes/rst.el: Revamp section title faces.
3642 (rst-official-version)
3643 (rst-package-emacs-version-alist): Sync with official version
3644 V1.4.0.
3645 (rst-faces-defaults, rst-set-level-default)
3646 (rst-level-face-max, rst-level-face-base-color)
3647 (rst-level-face-base-light, rst-level-face-format-light)
3648 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
3649 (rst-adornment-faces-alist): Match new setup.
3650 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
3651 (rst-level-5, rst-level-6): New faces.
3652
3653 2012-09-22 Chong Yidong <cyd@gnu.org>
3654
3655 * simple.el (undo): Handle indirect buffers (Bug#8207).
3656
3657 2012-09-21 Leo Liu <sdl.web@gmail.com>
3658
3659 IDO: Disable match re-ordering for buffer switching.
3660 * ido.el (ido-buffer-disable-smart-matches): New variable.
3661 (ido-set-matches-1): Use it. (Bug#2042)
3662
3663 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
3664
3665 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
3666 Fix 2011-05-17 change. (Bug#12418)
3667
3668 2012-09-21 Leo Liu <sdl.web@gmail.com>
3669
3670 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
3671
3672 2012-09-21 Glenn Morris <rgm@gnu.org>
3673
3674 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
3675 Be more robust about locating simple.el.
3676
3677 2012-09-21 Glenn Morris <rgm@gnu.org>
3678
3679 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
3680
3681 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
3682
3683 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
3684
3685 2012-09-20 Juri Linkov <juri@jurta.org>
3686
3687 * replace.el (query-replace-read-from): Use `read-regexp' instead
3688 of `read-from-minibuffer' when `regexp-flag' is non-nil.
3689 (occur-read-primary-args): Use `read-regexp' instead of
3690 `read-string'.
3691 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
3692 `read-from-minibuffer'.
3693 * isearch.el (isearch-occur): Use `read-regexp' instead of
3694 `read-string'.
3695 * dired.el (dired-read-regexp): Use `read-regexp' instead of
3696 `read-from-minibuffer'.
3697 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
3698 of `read-string'. (Bug#7567)
3699
3700 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
3701 and allow accepting a list of strings prepended to a list of
3702 standard default values. Doc fix. (Bug#12321)
3703
3704 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
3705
3706 * replace.el (read-regexp): Don't add ": " when PROMPT already
3707 ends with a colon and space. (Bug#12321)
3708
3709 2012-09-20 Tassilo Horn <tsdh@gnu.org>
3710
3711 * doc-view.el (doc-view-display): Better fix for the cl-assertion
3712 error.
3713
3714 2012-09-20 Stefan Merten <smerten@oekonux.de>
3715
3716 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
3717 Fixes feature request bug#11711.
3718 (rst-mode): Create `imenu-create-index-function'.
3719 (rst-get-stripped-line): Delete after refactoring.
3720 (rst-section-tree, rst-section-tree-rec)
3721 (rst-section-tree-point): Refactor and document properly.
3722 (rst-imenu-find-adornments-for-position)
3723 (rst-imenu-convert-cell, rst-imenu-create-index):
3724 New function.
3725
3726 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3727
3728 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
3729 (macroexp--expand-all): Use it.
3730 (macroexp--funcall-and-return): Remove by folding it into its sole
3731 caller (macroexp--warn-and-return).
3732 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
3733 Use macroexp--obsolete-warning.
3734
3735 * calc/calc.el: Fix last change by removing the whole chunk, since it
3736 was only needed back when Calc was not bundled.
3737
3738 2012-09-20 Martin Rudalics <rudalics@gmx.at>
3739
3740 * emacs-lisp/debug.el (debug): Restore assignment to
3741 debugger-old-buffer removed on 2012-09-08.
3742
3743 2012-09-20 Juri Linkov <juri@jurta.org>
3744
3745 * dired-aux.el (dired-diff): Remove (require 'diff) since
3746 `diff-latest-backup-file' is now autoloaded.
3747
3748 2012-09-20 Chong Yidong <cyd@gnu.org>
3749
3750 * vc/diff.el (diff-latest-backup-file): Autoload.
3751
3752 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 * calc/calc.el: Remove redundant autoload shape check.
3755 (sel-mode): Don't defvar.
3756 (calc-get-stack-element): Add `sel-mode' arg instead.
3757 (calc-top, calc-top-list): Pass it this additional argument.
3758 * calc/calc-store.el (calc-store-map):
3759 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
3760 (calc-map-equation, calc-outer-product, calc-inner-product):
3761 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
3762
3763 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
3764
3765 2012-09-19 Juri Linkov <juri@jurta.org>
3766
3767 * dired-aux.el (dired-diff): Add (require 'diff) because
3768 `diff-latest-backup-file' is not autoloaded.
3769 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
3770 of `dired-get-filename' to t to not report error when there is
3771 no default file on the current line.
3772
3773 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3774
3775 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
3776 macroexp--eval-if-compile.
3777 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
3778 (macroexp--expand-all): Use them (bug#12371).
3779
3780 * doc-view.el (doc-view-guess-paper-size)
3781 (doc-view-scale-bounding-box): Fix unbound `caddr'.
3782
3783 2012-09-19 Tassilo Horn <tsdh@gnu.org>
3784
3785 New feature: set optimal slice from BoundingBox information.
3786 * doc-view.el (doc-view-mode-map): Add keybinding.
3787 (doc-view-menu): Add menu entry.
3788 (doc-view-set-slice): Adapt docstring.
3789 (doc-view-get-bounding-box, doc-view-guess-paper-size)
3790 (doc-view-scale-bounding-box)
3791 (doc-view-set-slice-from-bounding-box): New functions.
3792 (doc-view-paper-sizes): New defvar.
3793
3794 2012-09-19 Glenn Morris <rgm@gnu.org>
3795
3796 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
3797 (byte-compile-log-warning): Autoload. (Bug#12371)
3798
3799 * calendar/calendar.el (calendar-american-month-header)
3800 (calendar-european-month-header, calendar-iso-month-header)
3801 (calendar-month-header): New options.
3802 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
3803 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
3804
3805 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
3806
3807 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
3808
3809 2012-09-18 Juri Linkov <juri@jurta.org>
3810
3811 * dired-aux.el (dired-diff): Restore original functionality of
3812 getting the default value, but keep new feature of using the
3813 latest existing backup file (`diff-latest-backup-file').
3814
3815 2012-09-18 Juri Linkov <juri@jurta.org>
3816
3817 * dired.el (dired-mark): If the region is active in Transient Mark
3818 mode, mark all files in the active region. Doc fix.
3819 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
3820 Doc fix. (Bug#10624)
3821
3822 2012-09-18 Juri Linkov <juri@jurta.org>
3823
3824 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
3825 attributes for M-n are pulled from the file at point.
3826 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
3827 Suggested by Drew Adams. (Bug#10624)
3828
3829 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
3830
3831 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
3832 whitespace after "end".
3833 (ruby-do-end-to-brace): Collapse block to one line if it fits
3834 within fill-column.
3835
3836 2012-09-18 Martin Rudalics <rudalics@gmx.at>
3837
3838 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
3839 value.
3840 (debug): Don't remove debugger window when debugger is expected
3841 to be back.
3842
3843 2012-09-18 Chong Yidong <cyd@gnu.org>
3844
3845 * custom.el (defface): Doc fix.
3846
3847 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
3848
3849 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
3850
3851 * progmodes/compile.el (compilation-start): Use compilation-always-kill
3852 to initialize query-on-exit; then test that instead (bug#12288).
3853
3854 2012-09-17 Stefan Merten <smerten@oekonux.de>
3855
3856 * textmodes/rst.el: Add support for `testcover'.
3857 (rst-defcustom-testcover, rst-testcover-add-compose)
3858 (rst-testcover-add-1value): New functions.
3859 (rst-portable-mark-active-p): Replace by `use-region-p'.
3860 (rst-update-section, rst-classify-adornment)
3861 (rst-find-title-line): Mark `1value' forms.
3862 (rst-classify-adornment): Remove superfluous form.
3863 (rst-update-section, rst-get-adornments-around)
3864 (rst-adornment-complete-p, rst-get-next-adornment)
3865 (rst-adjust, rst-promote-region)
3866 (rst-display-adornments-hierarchy, rst-straighten-adornments)
3867 (rst-find-pfx-in-region, rst-section-tree-rec)
3868 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
3869 (rst-toc-node, rst-toc, rst-forward-section)
3870 (rst-iterate-leftmost-paragraphs)
3871 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
3872 (rst-bullet-list-region)
3873 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
3874 (rst-compile-find-conf, rst-compile)
3875 (rst-repeat-last-character): Fix style.
3876
3877 2012-09-17 Chong Yidong <cyd@gnu.org>
3878
3879 * comint.el (comint--complete-file-name-data): Don't add a space
3880 if the status is `sole'; that adds a gratuitous space in the
3881 completion-cycling case (Bug#12092).
3882
3883 * pcomplete.el (pcomplete-completions-at-point): Likewise.
3884
3885 2012-09-17 Richard Stallman <rms@gnu.org>
3886
3887 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
3888 only in the mime-shown mode, not in raw mode.
3889 (rmail-mime): Toggle off mime by displaying the message without
3890 mime processing. (Bug#12305)
3891
3892 * mail/rmail.el (rmail-retry-failure):
3893 Turn off mime processing first. (Bug#12037)
3894
3895 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
3896
3897 2012-09-17 Chong Yidong <cyd@gnu.org>
3898
3899 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
3900 (shell-dynamic-complete-functions): Convert to defcustom.
3901 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
3902
3903 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
3904 * comint.el (comint-prompt-read-only):
3905 * custom.el (defcustom):
3906 * hi-lock.el (hi-lock-mode):
3907 * ibuffer.el (ibuffer-formats):
3908 * ielm.el (ielm-prompt-read-only):
3909 * novice.el (disable-command):
3910 * saveplace.el (toggle-save-place):
3911 * speedbar.el (speedbar-supported-extension-expressions):
3912 * startup.el (auto-save-list-file-prefix, init-file-user)
3913 (after-init-hook, inhibit-startup-echo-area-message):
3914 * strokes.el (strokes-help):
3915 * time-stamp.el (time-stamp):
3916 * calendar/calendar.el (calendar, diary-file):
3917 * calendar/diary-lib.el (diary-mail-entries, diary)
3918 (diary-list-entries-hook):
3919 * calendar/holidays.el (holidays, calendar-holidays):
3920 * calendar/lunar.el (lunar-phases):
3921 * calendar/solar.el (sunrise-sunset):
3922 * emulation/edt.el (edt-load-keys):
3923 * emulation/viper.el (viper-mode):
3924 * eshell/em-alias.el (eshell-command-aliases-list):
3925 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3926 * international/ogonek.el (ogonek-information):
3927 * net/tramp-cmds.el (tramp-bug):
3928 * net/quickurl.el (quickurl-reread-hook-postfix):
3929 * play/decipher.el (decipher-font-lock-keywords):
3930 * progmodes/cc-styles.el (c-set-style):
3931 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
3932 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3933 * progmodes/octave-mod.el (octave-mode):
3934 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
3935 * progmodes/verilog-mode.el (verilog-read-defines):
3936 * textmodes/two-column.el (2C-mode): Likewise.
3937
3938 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3939
3940 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
3941 that holds many addresses.
3942
3943 2012-09-16 Chong Yidong <cyd@gnu.org>
3944
3945 * align.el (align-areas): Call the indication function with
3946 positions instead of markers for arguments (Bug#12343).
3947
3948 * files.el (parse-colon-path): Use split-string (Bug#12351).
3949
3950 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
3951 (display-buffer-function): Mark as obsolete.
3952
3953 * progmodes/compile.el (compilation-parse-errors): Accept list
3954 values similar to font-lock-keywords (Bug#12136).
3955 Suggested by Oleksandr Manzyuk.
3956 (compilation-error-regexp-alist): Doc fix.
3957
3958 2012-09-15 Glenn Morris <rgm@gnu.org>
3959
3960 * version.el (emacs-bzr-version-bzr): New function.
3961 (emacs-bzr-get-version): Add optional EXTERNAL argument.
3962
3963 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
3964 checkouts, check the parent dirstate matches the branch.
3965 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
3966 empty string.
3967
3968 * version.el (emacs-bzr-version): Doc fix.
3969 (emacs-bzr-version-dirstate): New function.
3970 (emacs-bzr-get-version): For lightweight checkouts, if the parent
3971 is local try and check that it matches the branch. If not, just
3972 use dirstate information. (Bug#12441)
3973
3974 2012-09-14 Juri Linkov <juri@jurta.org>
3975
3976 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
3977 (Bug#12399)
3978
3979 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3980
3981 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
3982
3983 * emacs-lisp/edebug.el: Miscellaneous cleanup.
3984 Remove obsolete byte-compiler hack that tried to silence some warnings.
3985 (edebug-submit-bug-report): Remove.
3986 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
3987 Remove aliases, use the un-prefixed name instead.
3988 (edebug-pop-to-buffer): Consider other frames.
3989 (edebug-original-read):: Make it more obvious that it's always defined.
3990 (edebug--make-form-data-entry, edebug--form-data-name)
3991 (edebug--form-data-begin, edebug--form-data-end): Rename from the
3992 single-dashed name, and implement with cl-defstruct.
3993 (edebug-set-form-data-entry): Use the standard accessors.
3994 (edebug-make-top-form-data-entry): Use push.
3995 (edebug-no-match): Drop useless `funcall'.
3996 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
3997 to functions.
3998 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
3999 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
4000 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
4001 (easy-menu-define, with-custom-print): Remove redundant specs.
4002 (edebug-outside-overriding-local-map)
4003 (edebug-outside-overriding-terminal-local-map): Remove, unused.
4004 (edebug--display): Bind unread-command-events directly to nil rather
4005 than binding it to unread-command-events and later setting it to nil.
4006 (edebug--display): Kill edebug-eval-buffer here...
4007 (edebug--recursive-edit): ...rather than here.
4008 Bind standard-output and standard-input.
4009 (edebug-eval): Check cl-macroexpand-all is fboundp.
4010 (edebug-temp-display-freq-count): Fix last change.
4011
4012 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
4013 * subr.el (noreturn, 1value): Add `debug' spec.
4014 * emacs-lisp/advice.el: Require cl-lib.
4015 (ad-copy-tree): Remove, use copy-tree instead.
4016 (ad-dolist): Remove use dolist or cl-dolist instead.
4017 (ad-do-return): Remove, use cl-return instead.
4018 (defadvice): Add `debug' spec.
4019
4020 2012-09-13 Juri Linkov <juri@jurta.org>
4021
4022 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
4023 (Bug#12399)
4024
4025 2012-09-13 Glenn Morris <rgm@gnu.org>
4026
4027 * calc/calc.el (math-compose-expr):
4028 * calc/calc-ext.el (math-compose-expr):
4029 * progmodes/cc-defs.el (cl-macroexpand-all):
4030 * progmodes/cc-langs.el (delete-duplicates, mapcan)
4031 (cl-macroexpand-all): Update declarations.
4032
4033 * vc/vc.el: No need to require ediff.
4034 (ediff-load-version-control): Declare.
4035 (ediff-vc-internal): Fix declaration.
4036 (vc-version-ediff): Require ediff.
4037
4038 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4039
4040 Use a more backwards-compatible timer format (Bug#12430).
4041 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
4042 being right after USECS, as that better supports old code that
4043 inadvisedly looked directly at the timer vector.
4044
4045 2012-09-13 Kenichi Handa <handa@gnu.org>
4046
4047 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
4048 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
4049 `coding-priority' property of these language environment.
4050
4051 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4052
4053 Fix glitches caused by addition of psec to timers (Bug#12430).
4054 * image.el (image-animate-timer):
4055 * time.el (display-time-world-timer):
4056 Use timer--function and timer--args rather than raw access to
4057 timer vector.
4058
4059 2012-09-13 Glenn Morris <rgm@gnu.org>
4060
4061 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4062 If not compiling a file, try using load-file-name.
4063
4064 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
4067 Fix last change.
4068 (edebug-update-eval-list): Use `push'.
4069
4070 * emacs-lisp/edebug.el: Use lexical-binding.
4071 Remove the "edebug-" prefix from non-dynamically-scoped variables.
4072 Mark unused args with underscore.
4073 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
4074 (edebug-form-data): Use defvar-local.
4075 (edebug-make-before-and-after-form, edebug-make-after-form):
4076 Use backquote.
4077 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
4078 Not dynamically scoped any more.
4079 (edebug--enter-trace): Add arguments `function' and `args'.
4080 Rename from edebug-enter-trace.
4081 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
4082 (edebug--update-coverage): Add `after-index' and `value' args.
4083 Rename from edebug-update-coverage.
4084 (edebug-slow-after): Call it accordingly.
4085 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
4086 edebug-recursive-edit.
4087 (edebug--display): Call it accordingly. Add args `value',
4088 `offset-index', and `arg-mode'. Rename from edebug-display.
4089 (edebug-debugger, edebug): Call it accordingly.
4090 (edebug-eval-display-list): Use dolist.
4091
4092 2012-09-12 Juri Linkov <juri@jurta.org>
4093
4094 * info.el (Info-search): Don't check for isearch-mode and
4095 isearch-regexp before let-binding search-spaces-regexp to
4096 Info-search-whitespace-regexp.
4097 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
4098 search-whitespace-regexp if isearch-lax-whitespace or
4099 isearch-regexp-lax-whitespace is non-nil.
4100 (Info-mode): Don't set local variable search-whitespace-regexp.
4101 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
4102
4103 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4104
4105 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
4106 (debugger-env-macro): Remove support for unread-command-char.
4107
4108 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
4109 the temporary map re-appearing on emulation-mode-map-alists.
4110
4111 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
4112 since 22.1.
4113
4114 * ehelp.el (with-electric-help): Accept functions in
4115 electric-help-form-to-execute.
4116 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
4117 And replace unread-command-char -> unread-command-events.
4118
4119 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
4120
4121 Sync with Tramp 2.2.6.
4122
4123 * net/tramp.el (tramp-accept-process-output): Don't use
4124 JUST-THIS-ONE in the XEmacs case.
4125
4126 * net/trampver.el: Update release number.
4127
4128 2012-09-12 Martin Rudalics <rudalics@gmx.at>
4129
4130 * emacs-lisp/debug.el (debugger-previous-window-height):
4131 New variable.
4132 (debug): When debugger-jumping-flag is non-nil try to restore
4133 height of debugger window. (Bug#8789)
4134
4135 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4136
4137 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
4138 overriding-local-map and pre/post-command-hook here.
4139 (edebug-recursive-edit): Do it here instead (bug#12345).
4140 (edebug-outside-unread-command-char): Remove all uses of
4141 unread-command-char.
4142
4143 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
4144 inhibit-debugger is bound instead.
4145
4146 2012-09-11 Bastien Guerry <bzg@gnu.org>
4147
4148 * subr.el (set-temporary-overlay-map): Add a docstring.
4149 (Bug#12346)
4150
4151 2012-09-11 Bastien Guerry <bzg@gnu.org>
4152
4153 * minibuffer.el (completion-table-subvert): Fix docstring.
4154 (Bug#12347)
4155
4156 2012-09-11 Bastien Guerry <bzg@gnu.org>
4157
4158 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
4159
4160 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
4161
4162 * progmodes/sql.el: Version 3.1
4163 (sql-db2-escape-newlines): New variable.
4164 (sql-escape-newlines-filter): Use it.
4165
4166 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
4167
4168 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
4169
4170 2012-09-10 Dan Nicolaescu <dann@gnu.org>
4171
4172 * vc/diff-mode.el (diff-mode-menu):
4173 Bind diff-remove-trailing-whitespace.
4174
4175 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4176
4177 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
4178 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
4179 (emacs-lisp-byte-code-mode): New functions.
4180 (eval-sexp-add-defvars): Don't skip defvars in column >0.
4181 (eval-defun-2): Remove bogus interactive spec.
4182 (lisp-indent-line): Remove redundant whole-exp code, now done in
4183 indent-according-to-mode.
4184 (save-match-data): Remove redundant indent data.
4185
4186 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
4187 Use `declare'.
4188
4189 2012-09-09 Juri Linkov <juri@jurta.org>
4190
4191 * replace.el (replace-regexp-lax-whitespace): New defcustom.
4192 (replace-lax-whitespace, query-replace-regexp)
4193 (query-replace-regexp-eval, replace-regexp): Doc fix.
4194 (perform-replace, replace-highlight): Let-bind
4195 isearch-lax-whitespace to replace-lax-whitespace and
4196 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
4197
4198 * isearch.el (isearch-query-replace): Let-bind
4199 replace-lax-whitespace to isearch-lax-whitespace and
4200 replace-regexp-lax-whitespace to
4201 isearch-regexp-lax-whitespace. (Bug#10885)
4202
4203 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4204
4205 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
4206
4207 2012-09-09 Alan Mackenzie <acm@muc.de>
4208
4209 * progmodes/cc-engine.el (c-state-cache-init):
4210 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
4211 (c-record-parse-state-state):
4212 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
4213
4214 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
4215
4216 * register.el (register-separator): Rename from
4217 separator-register. All uses changed. Doc fix.
4218 (register): Fix version.
4219
4220 2012-09-09 Chong Yidong <cyd@gnu.org>
4221
4222 * replace.el (query-replace-map): Bind four new symbols for
4223 requesting window scrolling.
4224
4225 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
4226 query-replace-map (Bug#8948).
4227
4228 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
4229
4230 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
4231 since they are now in query-replace-map.
4232
4233 * window.el (scroll-other-window-down): Make the arg optional.
4234
4235 2012-09-09 Chong Yidong <cyd@gnu.org>
4236
4237 * files.el (hack-local-variables-confirm): Use quit-window to kill
4238 the *Local Variables* buffer.
4239
4240 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
4241
4242 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
4243 not just expect to be at its beginning. Adjust callees.
4244 Succeed when do-end block has no space before the pipe character.
4245 (ruby-brace-to-do-end): When the original block is one-liner,
4246 convert to multiline. Reindent the result.
4247
4248 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
4249
4250 * register.el (register): New group.
4251 (separator-register): New user option.
4252 (increment-register): Route it to `append-to-register', if
4253 register contains text. Implication is that `C-x r +' can now be
4254 used for appending to a text register (bug#12217).
4255 (append-to-register, prepend-to-register): Add separator based on
4256 `separator-register'.
4257
4258 2012-09-08 Alan Mackenzie <acm@muc.de>
4259
4260 AWK Mode: make auto-newline work when there's "==" in the pattern.
4261 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
4262 correctly.
4263 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
4264 Test more rigorously for "=" token.
4265
4266 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
4267
4268 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
4269 Only fail when reached LIMIT.
4270
4271 2012-09-08 Chong Yidong <cyd@gnu.org>
4272
4273 * dired.el (dired-mode-map): Don't bind M-=.
4274
4275 * dired-aux.el (dired-diff): Use backup file as default.
4276
4277 2012-09-08 Drew Adams <drew.adams@oracle.com>
4278
4279 * subr.el (add-to-history): Fix delete usage (Bug#12314).
4280
4281 2012-09-08 Chong Yidong <cyd@gnu.org>
4282
4283 * subr.el (syntax-after, syntax-class): Doc fix.
4284
4285 2012-09-08 Martin Rudalics <rudalics@gmx.at>
4286
4287 * window.el (display-buffer-in-previous-window): New buffer
4288 display action function.
4289
4290 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
4291 (debugger-previous-window): New variable.
4292 (debug): Rewrite using display-buffer-in-previous-window,
4293 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
4294
4295 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4296
4297 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
4298
4299 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
4300
4301 * progmodes/python.el (python-shell-send-string):
4302 When default-directory is remote, create temp file on remote
4303 filesystem.
4304 (python-shell-send-file): When file is remote, pass local view of
4305 file paths to remote Python interpreter. (Bug#12340)
4306
4307 2012-09-07 Chong Yidong <cyd@gnu.org>
4308
4309 * window.el (switch-to-buffer): Doc fix (Bug#12181).
4310
4311 * files.el (after-find-file): Don't fail on a read-only buffer if
4312 require-final-newline is `visit' or `visit-save' (Bug#11156).
4313
4314 * subr.el (read-char-choice): Allow quitting via ESC ESC.
4315
4316 * userlock.el (ask-user-about-supersession-threat):
4317 Use read-char-choice (Bug#12093).
4318
4319 2012-09-07 Chong Yidong <cyd@gnu.org>
4320
4321 * subr.el (buffer-narrowed-p): New function.
4322
4323 * ses.el (ses-widen):
4324 * simple.el (count-words--buffer-message):
4325 * net/browse-url.el (browse-url-of-buffer): Use it.
4326
4327 * simple.el (count-words-region): Don't signal an error if there
4328 is a non-nil prefix arg and the mark is not set.
4329
4330 * help.el (describe-key-briefly): Allow the message to be seen
4331 when invoked from the minibuffer (Bug#7014).
4332
4333 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
4334
4335 * progmodes/ruby-mode.el (ruby-end-of-defun)
4336 (ruby-beginning-of-defun): Simplify, allow indentation before
4337 block beginning and end keywords.
4338 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
4339 (ruby-end-of-defun): Expect that the point is at the beginning of
4340 the defun.
4341
4342 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
4345 (bug#12367).
4346 (cl--make-usage-args): Strip _ from argument names.
4347
4348 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4349
4350 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
4351 obsolete alias speedbar-key-map.
4352 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
4353 (vhdl-index-menu-init): Don't use obsolete variable
4354 font-lock-maximum-size.
4355
4356 2012-09-06 Chong Yidong <cyd@gnu.org>
4357
4358 * frame.el (window-system-version): Mark as obsolete.
4359
4360 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
4361 of obsolete variable speedbar-key-map.
4362
4363 2012-09-06 Juri Linkov <juri@jurta.org>
4364
4365 * replace.el (replace-lax-whitespace): New defcustom.
4366 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4367 (replace-string, replace-regexp): Mention it in docstrings.
4368 (perform-replace, replace-highlight): Let-bind
4369 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
4370 to the values of replace-lax-whitespace and regexp-flag.
4371 Don't let-bind search-whitespace-regexp. (Bug#10885)
4372
4373 * isearch.el (isearch-query-replace): Let-bind
4374 replace-lax-whitespace instead of let-binding
4375 replace-search-function and replace-re-search-function.
4376 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
4377 and isearch-regexp-lax-whitespace to lazy-highlight variables.
4378 (isearch-toggle-symbol): Set isearch-regexp to nil
4379 in isearch-word mode (like in isearch-toggle-word).
4380
4381 2012-09-06 Juri Linkov <juri@jurta.org>
4382
4383 * replace.el (replace-search-function)
4384 (replace-re-search-function): Set default values to nil.
4385 (perform-replace): Let-bind isearch-related variables based on
4386 replace-related values, call `isearch-search-fun' and let-bind
4387 the result to `search-function'. Remove code that sets
4388 `search-function' and `search-string' separately for
4389 `delimited-flag'.
4390 (replace-highlight): Add new argument `delimited-flag' and
4391 rename other arguments to the names used in `perform-replace'.
4392 Let-bind `isearch-word' to the argument `delimited-flag'.
4393 (Bug#10885, bug#10887)
4394
4395 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
4396
4397 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
4398 ruby-beginning-of-indent, simplify, allow all keywords to have
4399 indentation before them.
4400 (ruby-beginning-of-indent): Adjust for above. Search until the
4401 found point is not inside a string or comment.
4402 (ruby-font-lock-keywords): Allow symbols to start with "@"
4403 character, give them higher priority than variables.
4404 (ruby-syntax-propertize-function)
4405 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
4406 matchers. Expression expansions are not comments when inside a
4407 string, and there comment syntax status is irrelevant.
4408 (ruby-match-expression-expansion): New function. Check that
4409 expression expansion is inside a string, and it's not escaped.
4410 (ruby-font-lock-keywords): Use it.
4411
4412 2012-09-05 Martin Rudalics <rudalics@gmx.at>
4413
4414 * help.el (temp-buffer-max-height): New default value.
4415 (temp-buffer-resize-frames): New option.
4416 (resize-temp-buffer-window): Optionally resize frame.
4417
4418 * window.el (fit-frame-to-buffer-bottom-margin): New option.
4419 (fit-frame-to-buffer): New function.
4420
4421 2012-09-05 Glenn Morris <rgm@gnu.org>
4422
4423 * emulation/cua-rect.el (cua--init-rectangles):
4424 * textmodes/picture.el (picture-mode-map):
4425 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
4426 like forward-char and backward-char. (Bug#12317)
4427
4428 2012-09-05 Leo Liu <sdl.web@gmail.com>
4429
4430 * progmodes/flymake.el (flymake-warning-re): New variable.
4431 (flymake-parse-line): Use it.
4432
4433 2012-09-05 Glenn Morris <rgm@gnu.org>
4434
4435 * calendar/holidays.el (holiday-christian-holidays):
4436 Rename an entry. (Bug#12289)
4437
4438 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4439
4440 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
4441 (bug#12222).
4442
4443 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4444
4445 * loadup.el: Load macroexp. Remove hack.
4446 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
4447 (macroexp--expand-all): Use it to get better warnings.
4448 (macroexp--backtrace, macroexp--trim-backtrace-frame)
4449 (internal-macroexpand-for-load): New functions.
4450 (macroexp--pending-eager-loads): New var.
4451 (emacs-startup-hook): New hack to replace one in loadup.el.
4452 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
4453 (cl--compiler-macro-cXXr): Move to top, before they can be used.
4454 (cl-psetf): Simplify.
4455 (cl-defstruct): Add indent rule.
4456
4457 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
4458
4459 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
4460 over `user-mail-address' for the SMTP MAIL FROM envelope.
4461 (smtpmail-via-smtp): Ditto.
4462
4463 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
4464
4465 * progmodes/ruby-mode.el: Clean up keybindings.
4466 (ruby-mode-map): Don't bind ruby-electric-brace,
4467 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
4468 backward-kill-word, reindent-then-newline-and-indent.
4469 (ruby-mark-defun): Remove.
4470 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
4471 (ruby-mode): Set local beginning-of-defun-function and
4472 end-of-defun-function values.
4473
4474 2012-09-03 Martin Rudalics <rudalics@gmx.at>
4475
4476 * window.el (temp-buffer-window-setup-hook)
4477 (temp-buffer-window-show-hook): New hooks.
4478 (temp-buffer-window-setup, temp-buffer-window-show)
4479 (with-temp-buffer-window): New functions.
4480 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
4481 (special-display-popup-frame): Make sure the window used shows BUFFER.
4482
4483 * help.el (temp-buffer-resize-mode): Fix doc-string.
4484 (resize-temp-buffer-window): New optional argument WINDOW.
4485
4486 * files.el (recover-file, save-buffers-kill-emacs):
4487 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
4488
4489 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
4490
4491 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
4492 remote definition of `default-directory', ensure we can connect.
4493
4494 2012-09-02 Juri Linkov <juri@jurta.org>
4495
4496 Toggle whitespace matching mode with M-s SPC.
4497 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
4498
4499 * isearch.el (search-whitespace-regexp): Doc fix.
4500 Remove cons cell customization.
4501 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
4502 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
4503 New variables.
4504 (isearch-forward, isearch-forward-regexp): Doc fix.
4505 (isearch-toggle-lax-whitespace): New command.
4506 (search-forward-lax-whitespace, search-backward-lax-whitespace)
4507 (re-search-forward-lax-whitespace)
4508 (re-search-backward-lax-whitespace): New functions.
4509 (isearch-whitespace-regexp): Remove function.
4510 (isearch-query-replace): Let-bind replace-search-function and
4511 replace-re-search-function.
4512 (isearch-occur): Let-bind search-spaces-regexp according to the
4513 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
4514 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
4515 condition for C-q SPC.
4516 (isearch-search-fun-default): Use new functions mentioned above.
4517 (isearch-search-forward, isearch-search-backward): Remove functions.
4518 (isearch-search): Don't let-bind search-spaces-regexp.
4519 (isearch-lazy-highlight-space-regexp): Remove variable.
4520 (isearch-lazy-highlight-lax-whitespace)
4521 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
4522 (isearch-lazy-highlight-new-loop): Use them.
4523 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
4524
4525 2012-09-02 Chong Yidong <cyd@gnu.org>
4526
4527 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
4528
4529 2012-09-02 Glenn Morris <rgm@gnu.org>
4530
4531 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
4532
4533 2012-09-01 Glenn Morris <rgm@gnu.org>
4534
4535 * term.el: Tidy up menu definitions.
4536 (term-mode-map): Use easymenu for In/Out, Complete menus.
4537 (term-pager-break-map): Initialize in the defvar.
4538 (term-terminal-menu, term-signals-menu): Define with easymenu.
4539 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
4540 (term-pager-menu): New, extracted from term-process-pager.
4541 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
4542 (term-update-mode-line): Propertize line/char and page items.
4543 (term-process-pager): Move keymap initialization elsewhere.
4544
4545 2012-09-01 Martin Rudalics <rudalics@gmx.at>
4546
4547 * window.el (switch-to-prev-buffer): Handle additional values of
4548 BURY-OR-KILL argument. Don't switch in minibuffer window.
4549 (switch-to-next-buffer): Don't switch in minibuffer window.
4550 (quit-restore-window): New function based on quit-window.
4551 Handle additional values of former KILL argument.
4552 (quit-window): Call quit-restore-window with appropriate
4553 interpretation of KILL argument.
4554 (display-buffer-below-selected): New buffer display action
4555 function.
4556
4557 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * minibuffer.el (completion-at-point-functions): Complete docstring
4560 (bug#12254).
4561
4562 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
4563
4564 Better seed support for (random).
4565 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
4566 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
4567 * play/mpuz.el, play/tetris.el, play/zone.el:
4568 * calc/calc-comb.el (math-init-random-base):
4569 * play/blackbox.el (bb-init-board):
4570 * play/life.el (life):
4571 * server.el (server-use-tcp):
4572 * type-break.el (type-break):
4573 Remove unnecessary call to (random t).
4574 * net/sasl.el (sasl-unique-id-function):
4575 Change (random t) to (random), now that the latter is more random.
4576 * play/life.el (life-initialized): Remove no-longer-needed var.
4577
4578 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
4579
4580 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4581 Consider frame's buffer predicate when choosing the buffer.
4582 (Bug#12081)
4583
4584 2012-08-30 Richard Stallman <rms@gnu.org>
4585
4586 * simple.el (special-mode-map): Delete binding for `z'.
4587
4588 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
4589
4590 * progmodes/compile.el (compilation-always-kill): Doc fix.
4591
4592 2012-08-30 Chong Yidong <cyd@gnu.org>
4593
4594 * window.el (display-buffer-reuse-frames): Make the obsolescence
4595 message more informative.
4596
4597 2012-08-30 Glenn Morris <rgm@gnu.org>
4598
4599 * paren.el (show-paren-delay):
4600 Add a :set function. Doc fix. (Bug#12297)
4601
4602 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
4603
4604 * progmodes/compile.el (compilation-always-kill): New var.
4605 (compilation-start): Use it.
4606
4607 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4608
4609 * simple.el (read-only-mode): Move from files.el for bootstrapping.
4610 * files.el (read-only-mode): Move to simple.el.
4611
4612 * files.el (read-only-mode): New minor mode.
4613 (toggle-read-only): Use it and mark obsolete.
4614 (find-file--read-only):
4615 * vc/vc.el (vc-next-action, vc-checkout):
4616 * vc/vc-cvs.el (vc-cvs-checkout):
4617 * obsolete/vc-mcvs.el (vc-mcvs-update):
4618 * ffap.el (ffap--toggle-read-only): Update callers.
4619
4620 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
4621
4622 * eshell/esh-ext.el (eshell-external-command): Do not examine
4623 remote shell scripts.
4624 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
4625
4626 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
4627 "/usr/local/sbin".
4628
4629 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
4632
4633 2012-08-28 Leo Liu <sdl.web@gmail.com>
4634
4635 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
4636 completion-at-point. (Bug#12220)
4637
4638 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
4639
4640 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
4641
4642 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4643
4644 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
4645 be buffer-local; add delete-trailing-whitespace (bug#12259).
4646
4647 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
4648
4649 * progmodes/hideif.el (hif-compress-define-list):
4650 Fix typo. (Bug#11951)
4651
4652 2012-08-28 Dan Nicolaescu <dann@gnu.org>
4653
4654 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
4655 buffer local setting.
4656
4657 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
4658 rcirc-encode-coding-system.
4659
4660 2012-08-28 Leo Liu <sdl.web@gmail.com>
4661
4662 * net/rcirc.el (rcirc-split-message): New function.
4663 (rcirc-send-message): Use it. (Bug#12051)
4664
4665 2012-08-28 Juri Linkov <juri@jurta.org>
4666
4667 * info.el (Info-fontify-node): Hide empty lines at the end of
4668 the node. (Bug#12272)
4669
4670 2012-08-27 Drew Adams <drew.adams@oracle.com>
4671
4672 * dired.el (dired-pop-to-buffer): Make window start at beginning
4673 of buffer (Bug#12281).
4674
4675 2012-08-26 Chong Yidong <cyd@gnu.org>
4676
4677 * window.el (special-display-regexps, special-display-frame-alist)
4678 (special-display-buffer-names, special-display-function)
4679 (display-buffer-reuse-frames): Mark as obsolete.
4680
4681 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
4682
4683 * help.el (help-print-return-message): Don't treat
4684 display-buffer-reuse-frames specially.
4685
4686 2012-08-26 Chong Yidong <cyd@gnu.org>
4687
4688 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
4689 New variable, replacing gdb-frame-parameters.
4690 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
4691 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
4692 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
4693 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
4694 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
4695 the functions directly with gdb-display-buffer-other-frame-action.
4696 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
4697 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
4698 (gdb-display-stack-buffer, gdb-display-locals-buffer)
4699 (gdb-display-registers-buffer): Define directly.
4700 (def-gdb-display-buffer): Macro deleted.
4701 (gdb-display-buffer): Remove second and third args, callers don't
4702 use them. Defer to the default display-buffer behavior, apart
4703 from making windows dedicated.
4704 (gdb-setup-windows): Don't call display-buffer unnecessarily.
4705
4706 * progmodes/gud.el (gud-display-line): Just use display-buffer.
4707
4708 * window.el (display-buffer-pop-up-frame): Handle a
4709 pop-up-frame-parameters alist entry.
4710 (display-buffer): Document it.
4711
4712 2012-08-26 Chong Yidong <cyd@gnu.org>
4713
4714 * isearch.el (search-whitespace-regexp): Make string and nil
4715 values apply to both ordinary and regexp search. Allow a cons
4716 cell value to distinguish between the two.
4717 (isearch-whitespace-regexp, isearch-search-forward)
4718 (isearch-search-backward): New functions.
4719 (isearch-occur, isearch-search-fun-default, isearch-search)
4720 (isearch-lazy-highlight-new-loop): Use them.
4721 (isearch-forward, isearch-forward-regexp): Doc fix.
4722
4723 2012-08-26 Chong Yidong <cyd@gnu.org>
4724
4725 * faces.el (help-argument-name): Always inherit from italic
4726 (Bug#12213).
4727
4728 2012-08-25 Martin Rudalics <rudalics@gmx.at>
4729
4730 * window.el (window--even-window-heights): Even heights when
4731 WINDOW and the selected window form a vertical combination.
4732 (display-buffer-use-some-window): Provide that window used gets
4733 sized back by quit-window. (Bug#11880) and (Bug#12091)
4734
4735 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
4736
4737 Fix file time stamp problem with bzr and CVS (Bug#12001).
4738 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
4739 in the file's time stamp, since the version control system loses
4740 that information.
4741
4742 2012-08-22 Juri Linkov <juri@jurta.org>
4743
4744 * info.el (Info-fontify-node): Hide the suffix of the
4745 Info file name in the header line. (Bug#12187)
4746
4747 2012-08-22 Glenn Morris <rgm@gnu.org>
4748
4749 * calendar/cal-tex.el (cal-tex-weekly-common):
4750 Restore leading blank page.
4751
4752 2012-08-22 Le Wang <l26wang@gmail.com>
4753
4754 * misc.el (forward-to-word, backward-to-word): Activate or extend
4755 the region under `shift-select-mode'. (Bug#12231)
4756
4757 2012-08-22 Bastien Guerry <bzg@gnu.org>
4758
4759 * progmodes/executable.el (executable-prefix): Set to "#!" instead
4760 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
4761 gives details on why the space is never needed.
4762
4763 2012-08-22 Martin Rudalics <rudalics@gmx.at>
4764
4765 * window.el (walk-window-tree, window-with-parameter):
4766 New optional argument MINIBUF to control whether these functions
4767 should run on the minibuffer window.
4768 (window-at-side-list): Don't operate on minibuffer window.
4769 (window-in-direction): Simplify and rewrite doc-string.
4770 (window--size-ignore): Rename to window--size-ignore-p.
4771 Update callers.
4772 (display-buffer-in-atom-window, window--major-non-side-window)
4773 (window--major-side-window, display-buffer-in-major-side-window)
4774 (delete-side-window, display-buffer-in-side-window):
4775 New functions.
4776 (window--side-check, window-deletable-p, delete-window)
4777 (delete-other-windows, split-window): Handle side windows and
4778 atomic windows appropriately.
4779 (window--display-buffer): Call display-buffer-record-window also
4780 when the window buffer did not change.
4781
4782 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
4783
4784 * help-fns.el (help-fns--key-bindings):
4785 Abbreviate non-symbol remap targets. (Bug#12174)
4786
4787 2012-08-22 Martin Rudalics <rudalics@gmx.at>
4788
4789 * dired.el (dired-mark-remembered): Don't clobber point.
4790 (Bug#11795)
4791
4792 2012-08-22 Glenn Morris <rgm@gnu.org>
4793
4794 * progmodes/bug-reference.el (bug-reference): New custom group.
4795 (bug-reference-bug-regexp): Make it a defcustom.
4796
4797 2012-08-22 Daiki Ueno <ueno@unixuser.org>
4798
4799 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
4800 (js-paren-indent-offset, js-square-indent-offset)
4801 (js-curly-indent-offset): Add :safe (Bug#12257).
4802
4803 2012-08-22 Edward O'Connor <hober0@gmail.com>
4804
4805 * json.el (json-key-format): Add error properties.
4806 (json-encode-key): New function.
4807 (json-encode-hash-table, json-encode-alist, json-encode-plist):
4808 Use json-encode-key.
4809
4810 2012-08-22 Glenn Morris <rgm@gnu.org>
4811
4812 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
4813 (cal-tex-leftday, cal-tex-rightday): Remove functions.
4814 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
4815 Update for above change.
4816
4817 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
4818
4819 * cus-face.el (custom-face-attributes): Fix customize type for the
4820 :underline attribute. (Bug#11805)
4821
4822 2012-08-21 Martin Rudalics <rudalics@gmx.at>
4823
4824 * window.el (window-point-1, set-window-point-1): Remove.
4825 (window-in-direction, record-window-buffer)
4826 (set-window-buffer-start-and-point, split-window-below)
4827 (window--state-get-1, display-buffer-record-window):
4828 Replace calls to window-point-1 and set-window-point-1 by calls to
4829 window-point and set-window-point respectively.
4830
4831 2012-08-21 Glenn Morris <rgm@gnu.org>
4832
4833 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
4834 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
4835 Use it.
4836
4837 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
4838 (cal-tex-shortday): New function.
4839 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
4840 (cal-tex-cursor-filofax-daily): Use the above.
4841
4842 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
4843 New functions.
4844 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
4845 (cal-tex-cursor-filofax-week): Use them.
4846
4847 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
4848 New constants.
4849 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
4850 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
4851
4852 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
4853 (cal-tex-end-document): Don't rely on buffer name.
4854
4855 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
4856 Use cal-tex-vspace.
4857 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
4858 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
4859 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
4860 Use cal-tex-arg.
4861
4862 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
4863 (cal-tex-cursor-week, cal-tex-cursor-week2)
4864 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
4865 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4866 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
4867 (cal-tex-insert-preamble, cal-tex-b-document)
4868 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
4869 Improve cal-tex-cmd usage.
4870
4871 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
4872 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
4873 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
4874 (cal-tex-weekly-paper): New function.
4875 (cal-tex-cursor-week, cal-tex-cursor-week2)
4876 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
4877 (cal-tex-cursor-day): Use it.
4878
4879 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
4880 (cal-tex-cursor-filofax-week): Remove leading blank page.
4881
4882 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4883 Add autoload cookie. For now at least, don't use color, since
4884 no other cal-tex function does.
4885
4886 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
4887 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4888 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
4889
4890 2012-08-21 Juri Linkov <juri@jurta.org>
4891
4892 * info.el (Info-file-attributes): New variable.
4893 (info-insert-file-contents): Add file attributes to
4894 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
4895 `Info-toc-nodes' when previous modtime of the Info file is less
4896 than new modtime.
4897 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
4898 of info.el. (Bug#12230)
4899
4900 2012-08-20 Glenn Morris <rgm@gnu.org>
4901
4902 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
4903 * calendar/holidays.el (calendar-holiday-list):
4904 Report errors with display-warning rather than beep'n'sleep.
4905
4906 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
4907
4908 * net/tramp.el (tramp-accept-process-output): Accept only output
4909 from PROC. Otherwise, process filters and sentinels might be
4910 confused. (Bug#12145)
4911
4912 2012-08-20 Chong Yidong <cyd@gnu.org>
4913
4914 * descr-text.el (describe-text-properties-1): Use overlays-in to
4915 report on empty overlays (Bug#3322).
4916
4917 2012-08-20 Glenn Morris <rgm@gnu.org>
4918
4919 * mail/rmailout.el (rmail-output-read-file-name):
4920 Trap and report errors in rmail-output-file-alist elements.
4921
4922 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
4923 since most non-font-lock faces are not also variables).
4924
4925 2012-08-20 Edward Reingold <reingold@iit.edu>
4926
4927 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4928 New function. (Bug12160)
4929
4930 2012-08-19 Glenn Morris <rgm@gnu.org>
4931
4932 * mail/rmailout.el (rmail-output-read-file-name):
4933 Fix previous change (when the alist is nil or does not match).
4934
4935 2012-08-19 Chong Yidong <cyd@gnu.org>
4936
4937 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
4938 (Bug#12228).
4939
4940 2012-08-18 Chong Yidong <cyd@gnu.org>
4941
4942 * simple.el (yank-handled-properties): New defcustom.
4943 (yank-excluded-properties): Add font-lock-face and category.
4944 (yank): Doc fix.
4945
4946 * subr.el (remove-yank-excluded-properties):
4947 Obey yank-handled-properties. The special handling of font-lock-face
4948 and category is now done this way, instead of being hard-coded.
4949 (insert-for-yank-1): Remove font-lock-face handling.
4950 (yank-handle-font-lock-face-property)
4951 (yank-handle-category-property): New function.
4952
4953 2012-08-17 Glenn Morris <rgm@gnu.org>
4954
4955 * mail/rmailout.el (rmail-output-read-file-name):
4956 Check rmail-output-file-alist against the full message body
4957 in the correct rmail buffer. (Bug#12214)
4958
4959 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
4960
4961 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4962 Eliminate superfluous prompt. (Bug#12203)
4963
4964 2012-08-17 Chong Yidong <cyd@gnu.org>
4965
4966 * mouse.el (mouse-appearance-menu): If x-select-font returns a
4967 font spec, set the font directly (Bug#3228).
4968
4969 2012-08-17 Martin Rudalics <rudalics@gmx.at>
4970
4971 * window.el (delete-window): Fix last fix.
4972
4973 2012-08-16 Martin Rudalics <rudalics@gmx.at>
4974
4975 * window.el (window-valid-p): Move to window.c.
4976 (window-child, window-child-count, window-last-child)
4977 (window-normalize-window, window-combined-p)
4978 (window-combinations, window-atom-root, window-min-size)
4979 (window-sizable, window-sizable-p, window-size-fixed-p)
4980 (window-min-delta, window-max-delta, window--resizable)
4981 (window--resizable-p, window-resizable, window-total-size)
4982 (window-full-height-p, window-full-width-p, window-body-size)
4983 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
4984 (minimize-window, window-deletable-p, delete-window)
4985 (delete-other-windows, set-window-buffer-start-and-point)
4986 (next-buffer, previous-buffer, split-window, balance-windows-2)
4987 (set-window-text-height, window-buffer-height)
4988 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4989 (truncated-partial-width-window-p): Minor code adjustments.
4990 In doc-strings state whether the argument window has to denote a
4991 live, valid or any window.
4992
4993 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
4994
4995 * progmodes/subword.el (subword-forward-function)
4996 (subword-backward-function, subword-forward-regexp)
4997 (subword-backward-regexp): New variables.
4998 (subword-forward, subword-forward-internal, subword-backward-internal):
4999 Use new variables, eg so that different "word" definitions
5000 can be easily used. (Bug#11411)
5001
5002 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5003
5004 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
5005 for composite selectors.
5006 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
5007 operation just because we can't find a previous revision.
5008
5009 2012-08-15 Chong Yidong <cyd@gnu.org>
5010
5011 * frame.el (set-frame-font): Accept font objects.
5012
5013 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5014
5015 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
5016
5017 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
5018
5019 * man.el (Man-overstrike-face, Man-underline-face)
5020 (Man-reverse-face): Remove variables.
5021 (Man-overstrike, Man-underline, Man-reverse): New faces.
5022 (Man-fontify-manpage): Use them instead of the variables.
5023 (Man-cleanup-manpage): Comment change.
5024 (Man-ansi-color-map): New variable.
5025 (Man-fontify-manpage): Use it.
5026 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
5027
5028 Implement ANSI SGR parameters 22-27 (bug#12146).
5029 * ansi-color.el (ansi-colors): Doc fix.
5030 (ansi-color-context, ansi-color-context-region): Doc fix.
5031 (ansi-color--find-face): New function.
5032 (ansi-color-apply, ansi-color-apply-on-region): Use it.
5033 Rename the local variable `face' to `codes' since it is now a list of
5034 ansi codes. Doc fix.
5035 (ansi-color-get-face): Remove.
5036 (ansi-color-parse-sequence): New function, derived from
5037 ansi-color-get-face.
5038 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
5039 codes 22-27.
5040
5041 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5042
5043 * subr.el (read-passwd): Allow use from a minibuffer.
5044
5045 2012-08-14 Eli Zaretskii <eliz@gnu.org>
5046
5047 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
5048 inside comments and strings as identifiers.
5049
5050 * progmodes/gud.el (gud-tooltip-print-command): Quote the
5051 expression to evaluate. This allows to evaluate expressions with
5052 embedded whitespace.
5053 (gud-tooltip-tips): Add a blank before the newline in the
5054 message-box text, for the benefit of message-box emulation on
5055 MS-Windows.
5056
5057 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
5058 messages from GDB, pop them up in a tooltip to give feedback to
5059 user.
5060 (gdb-tooltip-print-1): Quote the expression to evaluate.
5061 This allows to evaluate expressions with embedded whitespace.
5062 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
5063 if the TTY name is nil or empty (which happens when communicating
5064 with the inferior via pipes, e.g. on MS-Windows).
5065 (gdb-internals): If GDB sends a "&\n" empty debugging message,
5066 don't send that to the GUD buffer.
5067
5068 2012-08-14 Glenn Morris <rgm@gnu.org>
5069
5070 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
5071 Optimize away setq-default with no args, as for setq. (Bug#12195)
5072
5073 2012-08-14 Chong Yidong <cyd@gnu.org>
5074
5075 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
5076
5077 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
5078 (Bug#12085).
5079
5080 2012-08-14 Glenn Morris <rgm@gnu.org>
5081
5082 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
5083
5084 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
5085
5086 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
5087 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5088 Use cached shell name.
5089
5090 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
5091
5092 * progmodes/python.el (python-shell-send-string):
5093 (python-shell-send-setup-code): Do not use `format' with `message'.
5094
5095 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
5096
5097 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
5098 (ruby-percent-literal-beg-re): New constant.
5099 (ruby-syntax-general-delimiters-goto-beg): Rename to
5100 `ruby-syntax-enclosing-percent-literal', improve literal type check.
5101 (ruby-syntax-propertize-general-delimiters): Rename to
5102 `ruby-syntax-propertize-percent-literal', it's a shorter and more
5103 popular term. Adjust comments everywhere.
5104 (ruby-syntax-propertize-percent-literal): Only propertize when not
5105 inside a simple string or comment. When the literal is unclosed,
5106 leave the text after it unpropertized.
5107 (ruby-syntax-methods-before-regexp): New constant.
5108 (ruby-syntax-propertize-function): Use it to recognize regexps.
5109 Don't look at the text after regexp, just use the whitelist.
5110
5111 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
5112
5113 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
5114 non-nil always load the compiled file if it exists. (Bug#12197)
5115
5116 2012-08-14 Chong Yidong <cyd@gnu.org>
5117
5118 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
5119 (hi-lock-set-pattern): When deciding whether to use font lock or
5120 overlays, look at font-lock-mode instead of font-lock-fontified
5121 (Bug#12168).
5122 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
5123 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
5124
5125 2012-08-14 Daiki Ueno <ueno@unixuser.org>
5126
5127 * subr.el (internal--after-with-selected-window): Fix typo
5128 (Bug#12193).
5129
5130 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
5131
5132 Use `completion-table-dynamic' for completion functions.
5133 * progmodes/python.el
5134 (python-shell-completion--do-completion-at-point)
5135 (python-shell-completion--get-completions):
5136 Remove functions.
5137 (python-shell-completion-complete-at-point): New function.
5138 (python-completion-complete-at-point): Use it.
5139
5140 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
5141
5142 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
5143 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
5144
5145 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5146
5147 * subr.el (function-get): Refine `autoload' arg so it can also
5148 autoload functions for gv.el (bug#12191).
5149 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
5150 autoloads macros.
5151
5152 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
5153 Prefer pcase-let over destructuring-bind.
5154 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
5155 Also, remove whitespace as we go, rather than after accumulating the
5156 various places.
5157
5158 * subr.el (internal--before-with-selected-window)
5159 (internal--after-with-selected-window): Fix typo seleted->selected.
5160 (with-selected-window): Adjust callers.
5161 Reported by Dmitry Gutov <dgutov@yandex.ru>.
5162
5163 2012-08-13 Bastien Guerry <bzg@gnu.org>
5164
5165 * window.el (special-display-popup-frame): Minor docstring
5166 enhancement. (Bug#12172)
5167
5168 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
5169
5170 * tar-mode.el (tar-header-data-end): Only ignore size for files of
5171 type 1-6.
5172 (tar-header-block-summarize, tar-get-descriptor): Handle pax
5173 extended headers.
5174
5175 * files.el (hack-local-variables-filter): Remove useless eval.
5176
5177 2012-08-13 Martin Rudalics <rudalics@gmx.at>
5178
5179 * subr.el (with-selected-window): Fix last change.
5180
5181 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5182
5183 * subr.el (internal--before-with-seleted-window)
5184 (internal--after-with-seleted-window): New functions.
5185 (with-selected-window): Use them, to replace dependency on
5186 tty-top-frame.
5187
5188 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
5189
5190 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
5191 binding for `newline'.
5192 (ruby-move-to-block): When moving backward, stop at block opening,
5193 not indentation.
5194 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
5195 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
5196 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5197 `ruby-toggle-block'.
5198
5199 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5200
5201 * ibuffer.el (ibuffer-do-toggle-read-only):
5202 * dired.el (dired-toggle-read-only):
5203 * buff-menu.el (Buffer-menu-toggle-read-only):
5204 * bindings.el (mode-line-toggle-read-only):
5205 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
5206
5207 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
5208
5209 * descr-text.el (describe-char): Put the overlays over the
5210 "displayed as" character.
5211
5212 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
5213
5214 * calc/calc-units.el (math-default-units-table): Give an
5215 initial value.
5216 (math-put-default-units): Add options to put composite units and
5217 unit systems in the default units table.
5218 (calc-convert-units): Send composite units to
5219 `math-put-default-units' when appropriate.
5220
5221 2012-08-11 Glenn Morris <rgm@gnu.org>
5222
5223 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
5224
5225 * tutorial.el (help-with-tutorial):
5226 * emacs-lisp/copyright.el (copyright-update-directory):
5227 * emacs-lisp/autoload.el (autoload-find-generated-file)
5228 (autoload-find-file): Disable local eval: (for insurance).
5229
5230 * files.el (hack-local-variables-filter): If an eval: form is not
5231 known to be safe, and enable-local-variables is :safe, then ignore
5232 the form totally, as is done for non-eval forms. (Bug#12155)
5233 This is CVE-2012-3479.
5234
5235 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
5238 (rx-form): Simplify.
5239
5240 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
5241
5242 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
5243 ?, _, and : are symbol constituents, ! is not (but kinda should be).
5244 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
5245 (ruby-syntax-propertize-function): Adjust for changes in
5246 `ruby-syntax-propertize-heredoc'.
5247
5248 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
5249
5250 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
5251 binding (use `M-;' instead).
5252 (ruby-singleton-class-p): New function.
5253 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
5254
5255 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5256
5257 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
5258
5259 2012-08-10 Chong Yidong <cyd@gnu.org>
5260
5261 * progmodes/python.el (python-shell-get-process-name): Don't mess
5262 with same-window-buffer-names.
5263
5264 * eshell/eshell.el (eshell-add-to-window-buffer-names)
5265 (eshell-remove-from-window-buffer-names): Make obsolete.
5266 (eshell-buffer-name, eshell-unload-hook): Don't use them.
5267 (eshell): Just use pop-to-buffer-same-window instead.
5268
5269 2012-08-10 Chong Yidong <cyd@gnu.org>
5270
5271 * bindings.el: Bind M-= back to count-words-region.
5272
5273 * simple.el (count-words-region): Accept a prefix arg for acting
5274 on the entire buffer.
5275 (count-words--buffer-message): New helper function.
5276
5277 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5278
5279 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
5280 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
5281 (event-start, event-end): Use posn-at-point to return a more
5282 informative posn.
5283 (posnp): New function.
5284 * mouse.el (popup-menu-normalize-position): Use it.
5285
5286 2012-08-10 Masatake YAMATO <yamato@redhat.com>
5287
5288 * mouse.el (popup-menu-normalize-position): New function.
5289 (popup-menu): Use `popup-menu-normalize-position' to normalize
5290 the form for POSITION argument.
5291
5292 * term/x-win.el (x-menu-bar-open):
5293 Use the value returend from (posn-at-point) as position
5294 passed to `popup-menu'.
5295
5296 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
5297
5298 * calc/calccomp.el (math-compose-expr): Add extra argument
5299 indicating that parentheses should be put around products in
5300 denominators. Give multiplication precedence over division during
5301 composition.
5302
5303 2012-08-09 Chong Yidong <cyd@gnu.org>
5304
5305 * man.el (Man-switches, Man-sed-command, Man-awk-command)
5306 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
5307 (Man-untabify-command, manual-program): Convert to defcustom
5308 (Bug#10429).
5309
5310 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
5311
5312 * descr-text.el (describe-char): Don't insert extra newlines
5313 (Bug#10127).
5314
5315 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
5316 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
5317
5318 * align.el (align-region): Delete temporary markers (Bug#10047).
5319 Plus some code cleanups.
5320
5321 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
5322
5323 * progmodes/python.el (python-pdbtrack-tracked-buffer)
5324 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
5325 (python-shell-internal-last-output): Use make-local-variable
5326 instead of make-variable-buffer-local.
5327
5328 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
5329
5330 * progmodes/python.el: Enhancements to forward-sexp.
5331 (python-nav-forward-sexp): Rename from
5332 python-nav-forward-sexp-function.
5333 (python-nav--forward-sexp, python-nav--backward-sexp):
5334 New functions.
5335
5336 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
5337
5338 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
5339 modes and simplification modes.
5340
5341 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5342
5343 * delsel.el (delete-selection-pre-hook): Don't propagate the
5344 file-supersession signals (bug#12161).
5345
5346 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
5349 (cl-map-extents): Add compatibility aliases (bug#12135).
5350
5351 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
5352
5353 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
5354 tests by `ignore-error'.
5355 (tramp-find-shell): Open also a new shell, when cache is already
5356 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
5357
5358 2012-08-08 Juri Linkov <juri@jurta.org>
5359
5360 * bookmark.el: Add `defaults' property to the bookmark record.
5361 (bookmark-current-buffer): Doc fix.
5362 (bookmark-make-record): Add `defaults' property with default values
5363 to the bookmark record.
5364 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
5365 with `bookmark-insert-current-bookmark'.
5366 (bookmark-set): Get `defaults' property from the bookmark record
5367 and use it in `read-from-minibuffer'.
5368 (bookmark-insert-current-bookmark): Remove function.
5369
5370 * info.el (Info-bookmark-make-record): Add `defaults' property
5371 with values of canonical Info node name, the current Info file
5372 name and the current Info node name. (Bug#12107)
5373
5374 2012-08-08 Juri Linkov <juri@jurta.org>
5375
5376 * files.el (basic-save-buffer): Use `buffer-name' as the default
5377 of `read-file-name' when buffer is not visiting a file (bug#12128).
5378
5379 2012-08-08 Juri Linkov <juri@jurta.org>
5380
5381 * info.el (Info-isearch-search): Doc fix.
5382 (Info-search): Change search-failed message from "initial node" to
5383 "end of node" (bug#12078).
5384 (Info-isearch-search): Change `isearch-string-state' to
5385 `isearch--state-string'.
5386
5387 2012-08-08 Glenn Morris <rgm@gnu.org>
5388
5389 * language/persian.el: Remove file.
5390 * language/misc-lang.el: Move unique part of persian.el here.
5391 * loadup.el: Remove language/persian.
5392
5393 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
5394
5395 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
5396
5397 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
5398
5399 * progmodes/python.el Fixed defsubst warning.
5400 (python-syntax-context) Rename from python-info-ppss-context.
5401 (python-syntax-context-type): Rename from
5402 python-info-ppss-context-type.
5403 (python-syntax-comment-or-string-p): Rename from
5404 python-info-ppss-comment-or-string-p.
5405
5406 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
5407
5408 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
5409
5410 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
5411
5412 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
5413 a defcustom that is quoted with backquote.
5414
5415 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
5416 Fix handling of interactive spec when the body uses return.
5417 (math-do-arg-check, math-define-function-body): Use backquote forms.
5418 * calc/calc-ext.el (math-defcache): Likewise.
5419 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
5420 * allout.el (allout-new-exposure): Likewise.
5421 * calc/calcalg2.el (math-tracing-integral): Likewise.
5422 * info.el (Info-last-menu-item): Likewise.
5423 * emulation/vip.el (vip-loop): Likewise.
5424 * textmodes/artist.el (artist-funcall): Likewise.
5425 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
5426 Construct menu-item directly.
5427
5428 * progmodes/autoconf.el (font-lock-syntactic-keywords):
5429 Don't declare.
5430
5431 2012-08-07 Chong Yidong <cyd@gnu.org>
5432
5433 * simple.el (deactivate-mark): Preserve text properties when
5434 saving the primary selection (Bug#8384).
5435
5436 2012-08-07 Kevin Ryde <user42@zip.com.au>
5437
5438 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
5439 (woman-parse-numeric-value): On a bad .IP line, issue a warning
5440 and continue processing (Bug#12110).
5441
5442 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5443
5444 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
5445 syntax-propertize-function (bug#10095).
5446
5447 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5448
5449 * help-fns.el (help-fns--key-bindings, help-fns--signature)
5450 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
5451 describe-function-1.
5452 (describe-function-1): Use them. Move compiler macro after sig.
5453 (help-fns--compiler-macro): Use function-get. Assume we're already in
5454 standard-output. Adjust layout to new call order.
5455
5456 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
5457 re-binding a symbol that has a symbol-macro (bug#12119).
5458
5459 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
5460
5461 * language/persian.el: New file. (Bug#11812)
5462 * loadup.el: Add language/persian.el.
5463
5464 2012-08-06 Chong Yidong <cyd@gnu.org>
5465
5466 * window.el (window--maybe-raise-frame): New function.
5467 (window--display-buffer): Split off from here.
5468 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5469 (display-buffer-pop-up-window, display-buffer-use-some-window):
5470 Obey an inhibit-switch-frame action alist entry.
5471 (display-buffer): Update doc.
5472
5473 * replace.el (occur-after-change-function): Avoid losing focus by
5474 using the inhibit-switch-frame display parameter (Bug#12139).
5475
5476 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
5477
5478 Make internal shell process buffer names start with space.
5479 * progmodes/python.el (python-shell-make-comint): Add optional
5480 argument INTERNAL.
5481 (run-python-internal): Use it.
5482 (python-shell-internal-get-or-create-process): Check for new
5483 internal buffer names.
5484
5485 2012-08-06 Glenn Morris <rgm@gnu.org>
5486
5487 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5488 Do less getting and setting of environment variables.
5489
5490 2012-08-05 Chong Yidong <cyd@gnu.org>
5491
5492 * proced.el (proced): Add substitution string to docstring to
5493 trigger autoloading of the proced library on C-h f (Bug#1768).
5494
5495 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5496 Don't show defvars which have no second argument (Bug#8638).
5497
5498 * imenu.el (imenu-generic-expression): Move documentation here
5499 from imenu--generic-function.
5500 (imenu--generic-function): Refer to imenu-generic-expression.
5501
5502 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
5503
5504 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
5505 indentation declaration.
5506 (viper-loop): Add indentation declaration (Bug#7025).
5507
5508 2012-08-05 Chong Yidong <cyd@gnu.org>
5509
5510 * help-fns.el (describe-variable): Add hyperlink for
5511 directory-local variables files. Improve buffer-local and
5512 permanent-local reporting; suggested by MON KEY (Bug#6644).
5513
5514 * help-mode.el (help-dir-local-var-def): New button type.
5515
5516 * files.el (kill-buffer-hook): Provide a defvar.
5517
5518 2012-08-05 Glenn Morris <rgm@gnu.org>
5519
5520 * eshell/esh-ext.el (eshell/addpath):
5521 Also update eshell-path-env. (Bug#12013)
5522
5523 2012-08-05 Chong Yidong <cyd@gnu.org>
5524
5525 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
5526
5527 * fringe.el (fringe-styles): Add docstring.
5528 (fringe--check-mode): New function.
5529 (set-fringe-mode, set-fringe-style): Use it.
5530 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
5531
5532 * files.el (set-auto-mode): Fix invalid setq call.
5533
5534 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
5535
5536 * isearch.el: Misc simplification; use defstruct.
5537 (isearch-mode-map): Dense maps now work like sparse ones.
5538 (isearch--state): New defstruct.
5539 (isearch-string-state, isearch-message-state, isearch-point-state)
5540 (isearch-success-state, isearch-forward-state)
5541 (isearch-other-end-state, isearch-word-state, isearch-error-state)
5542 (isearch-wrapped-state, isearch-barrier-state)
5543 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
5544 replaced by defstruct's accessors.
5545 (isearch--set-state): Rename from isearch-top-state and change
5546 calling convention.
5547 (isearch-push-state): Use new isearch--get-state.
5548 (isearch-toggle-word): Disable regexp when enabling word.
5549 (isearch-message-prefix): Remove unused arg _c-q-hack.
5550 (isearch-message-suffix): Remove unused arg _ellipsis.
5551
5552 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
5553
5554 * simple.el (list-processes--refresh): For a server use :host or
5555 :local as the address.
5556 (list-processes): Doc fix.
5557
5558 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
5559
5560 * lisp/mpc.el: Support password in host argument.
5561 (mpc--proc-connect): Parse and use new password element.
5562 Set mpc-proc variable instead of returning process.
5563 (mpc-proc): Adjust accordingly.
5564
5565 2012-08-03 Eli Zaretskii <eliz@gnu.org>
5566
5567 * whitespace.el (whitespace-display-mappings): Use Unicode
5568 codepoints, instead of emacs-mule codepoints. See
5569 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
5570 for the details.
5571
5572 * files.el (file-truename): Don't skip symlink-chasing part on
5573 windows-nt. Incorporate the resolution of 8+3 short aliases on
5574 Windows into the loop that recursively chases symlinks.
5575 Compare directory and its parent case-insensitively on MS-Windows and
5576 MS-DOS.
5577
5578 2012-08-03 Chong Yidong <cyd@gnu.org>
5579
5580 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
5581
5582 * sort.el (sort-regexp-fields): Doc fix.
5583
5584 2012-08-03 Tassilo Horn <tsdh@gnu.org>
5585
5586 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
5587 labels regex position point at the expected place.
5588
5589 2012-08-03 MON KEY <monkey@sandpframing.com>
5590
5591 * net/imap.el (imap-interactive-login, imap-authenticate)
5592 (imap-mailbox-lsub, imap-mailbox-list)
5593 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
5594 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
5595 (imap-parse-response): Doc fix.
5596
5597 2012-08-03 João Távora <joaotavora@gmail.com>
5598
5599 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
5600 if sexp scanning does not move point (Bug#5734).
5601
5602 2012-08-02 Tassilo Horn <tsdh@gnu.org>
5603
5604 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
5605 Add listings, minted, and ctable packages.
5606 (reftex-label-alist-builtin): Move listings, minted, and ctable
5607 entries before LaTeX.
5608 (reftex-label-alist): Docfix.
5609
5610 2012-08-02 Bastien Guerry <bzg@gnu.org>
5611
5612 * replace.el (occur): Fix docstring (bug#12122).
5613
5614 2012-08-02 Glenn Morris <rgm@gnu.org>
5615
5616 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
5617
5618 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
5619
5620 Obsolete alias inactivate-current-input-method-function (Bug#10150).
5621 * international/mule-cmds.el: Create
5622 inactivate-current-input-method-function as an obsolete alias for
5623 deactivate-current-input-method-function. See Katsumi Yamaoka in
5624 <http://bugs.gnu.org/10150#46>.
5625
5626 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
5627
5628 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
5629 of nested `if's.
5630
5631 2012-08-01 Glenn Morris <rgm@gnu.org>
5632
5633 * progmodes/autoconf.el (autoconf-definition-regexp):
5634 Add AH_TEMPLATE, adjust submatch numbering.
5635 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
5636 (autoconf-current-defun-function): Update for above change.
5637 (autoconf-current-defun-function): First skip to end of current word.
5638
5639 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
5640
5641 * calendar/cal-html.el (cal-html-insert-agenda-days):
5642 Fix typo. (Bug#12018)
5643
5644 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
5645
5646 Shell processes: enhancements to startup and CEDET compatibility.
5647 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
5648 (python-shell-make-comint): accept-process-output at startup.
5649 (run-python-internal): Set inferior-python-mode-hook to nil.
5650 (python-shell-internal-get-or-create-process): call sit-for.
5651 (python-preoutput-result): Add obsolete alias.
5652 (python-shell-internal-send-string): Use it.
5653 (python-shell-send-setup-code): Remove call to
5654 accept-process-output.
5655
5656 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
5657
5658 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
5659 (Bug#12108)
5660
5661 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
5662
5663 * calc-mode.el (calc-basic-simplification-mode): Rename from
5664 `calc-limited-simplification-mode'.
5665 (calc-alg-simplification-mode): New function.
5666 (calc-set-simplify-mode): Adjust message.
5667
5668 * calc.el (calc-set-mode-line): Adjust mode line display for
5669 basic simplification mode.
5670
5671 * calc-help.el (calc-m-prefix-help): Update help message.
5672
5673 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
5674 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
5675
5676 2012-07-31 Bastien Guerry <bzg@gnu.org>
5677
5678 * man.el (man): Fix comment. (bug#12101)
5679
5680 2012-07-31 Martin Rudalics <rudalics@gmx.at>
5681
5682 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
5683 Don't return a non-nil value when no suitable buffer was found.
5684
5685 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
5686
5687 * progmodes/python.el (run-python-internal): Disable font lock for
5688 internal shells.
5689
5690 2012-07-30 Stefan Merten <smerten@oekonux.de>
5691
5692 * textmodes/rst.el: Silence `checkdoc-ispell'.
5693 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5694 (rst-official-version, rst-official-cvs-rev)
5695 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
5696 (rst-mode-map): New key binding.
5697
5698 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
5699
5700 Update .PHONY listings in makefiles.
5701 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
5702 autoloads, update-subdirs, updates, bzr-update, update-authors,
5703 compile-onefile, compile-calc, backup-compiled-files,
5704 compile-after-backup, compile-one-process, mh-autoloads,
5705 bootstrap-clean, distclean, maintainer-clean.
5706
5707 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5708
5709 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
5710 (calc-set-mode-line): Don't display "AlgSimp ".
5711
5712 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
5713 (calc-lim-simplify-mode): New function.
5714 (calc-set-simplify-mode): Default to 'alg.
5715 (calc-default-simplify-mode): Make algebraic simplifications
5716 the default.
5717
5718 * calc/calc-ext.el (calc-init-extensions): Remove binding for
5719 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
5720
5721 * calc/calc-help.el (calc-m-prefix-help): Change messages to
5722 indicate new simplification modes.
5723
5724 * calc/README: Mention new default simplification mode.
5725
5726 * calc/calc.el (math-normalize-error): New variable.
5727 (math-normalize): Set `math-normalize-error' to t
5728 when there's an error.
5729
5730 * calc/calc-alg.el (math-simplify): Don't simplify when
5731 `math-normalize' returns an error.
5732
5733 2012-07-29 Eli Zaretskii <eliz@gnu.org>
5734
5735 * international/mule-cmds.el (set-locale-environment): Revert last
5736 change, since display-graphic-p returns nil when this function is
5737 called during startup. Instead...
5738
5739 * term/w32console.el (terminal-init-w32console): ...setup the
5740 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
5741
5742 2012-07-29 Juri Linkov <juri@jurta.org>
5743
5744 * simple.el (goto-line): Don't display default line number in the
5745 prompt because it should be displayed by `read-number' (bug#9952).
5746 Add the current line number to the defaults of `goto-line' to
5747 allow its easier modification by users with `M-n' (bug#9201).
5748
5749 * subr.el (read-number): Support multiple default values like in
5750 other minibuffer reading functions. Replace `read' with
5751 `string-to-number' for consistency with `number-to-string'.
5752
5753 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
5754
5755 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
5756 * emulation/viper-init.el (viper-deactivate-input-method-action):
5757 Rename from viper-inactivate-input-method-action.
5758 (viper-deactivate-input-method):
5759 Rename from viper-inactivate-input-method.
5760 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
5761 * international/mule-cmds.el (deactivate-input-method):
5762 Rename from inactivate-input-method.
5763 Also run input-method-deactivate-hook.
5764 (deactivate-current-input-method-function):
5765 Rename from inactivate-current-input-method-function.
5766 (input-method-deactivate-hook): New hook.
5767 (input-method-inactivate-hook): Mark obsolete.
5768 (inactivate-input-method): Mark obsolete.
5769
5770 * international/quail.el (quail-activate):
5771 Also run quail-deactivate-hook.
5772 (quail-deactivate): Rename from quail-inactivate.
5773 * international/robin.el (robin-activate):
5774 Also run robin-deactivate-hook.
5775 (robin-deactivate): Rename from robin-inactivate.
5776
5777 2012-07-29 Chong Yidong <cyd@gnu.org>
5778
5779 * simple.el (indicate-copied-region): New function.
5780 (kill-ring-save): Split off from here.
5781
5782 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
5783 (kill-rectangle): Set deactivate-mark to t on read-only error.
5784
5785 * register.el (copy-to-register, copy-rectangle-to-register):
5786 Deactivate the mark, and use indicate-copied-region (Bug#10056).
5787 (append-to-register, prepend-to-register): Call indicate-copied-region.
5788
5789 2012-07-29 Juri Linkov <juri@jurta.org>
5790
5791 * simple.el (async-shell-command-buffer): New defcustom.
5792 (shell-command): Use it. (Bug#4719)
5793
5794 2012-07-28 Eli Zaretskii <eliz@gnu.org>
5795
5796 * international/mule-cmds.el (set-locale-environment): In a
5797 console session on MS-Windows, set up keyboard and terminal
5798 encoding from the OEM codepage, not the ANSI codepage.
5799 (Bug#12055)
5800
5801 2012-07-28 Chong Yidong <cyd@gnu.org>
5802
5803 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
5804 gdb-get-location.
5805
5806 2012-07-28 Leo Liu <sdl.web@gmail.com>
5807
5808 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
5809 the alist (bug#12029).
5810
5811 2012-07-28 Eli Zaretskii <eliz@gnu.org>
5812
5813 * makefile.w32-in (custom-deps, finder-data, updates, compile)
5814 (compile-always, compile-first)
5815 ($(lisp)/calendar/cal-loaddefs.el)
5816 ($(lisp)/calendar/diary-loaddefs.el)
5817 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
5818 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
5819 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
5820 instead of on update-subdirs.
5821 (bootstrap-clean): Delete $(lisp)/subdirs.el.
5822
5823 2012-07-28 Chong Yidong <cyd@gnu.org>
5824
5825 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
5826 directory if vc-deduce-backend returns nil (Bug#7350).
5827
5828 * simple.el (delete-trailing-lines): New option.
5829 (delete-trailing-whitespace): Obey it (Bug#11879).
5830
5831 2012-07-28 David Engster <deng@randomsample.de>
5832
5833 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
5834 Explanation of new 'symbol-qnames feature in doc-strings.
5835 (xml-maybe-do-ns): Return expanded names as plain symbols if
5836 'symbol-qnames was provided in XML-NS argument (Bug#11916).
5837 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
5838
5839 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
5840
5841 Consistent completion in inferior python with emacs -nw.
5842 * progmodes/python.el (inferior-python-mode): replace "<tab>"
5843 binding in inferior-python-mode-map with "\t".
5844 (python-shell-completion-complete-at-point)
5845 (python-completion-complete-at-point): Remove interactive spec.
5846
5847 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
5848
5849 * calc/calccomp.el (math-compose-expr): Undo previous change.
5850
5851 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
5852
5853 * progmodes/python.el (python-mode-map): Add keybinding for
5854 run-python.
5855 (python-shell-make-comint): Fix pop-to-buffer call.
5856 (run-python): Autoload. New arg SHOW.
5857 (python-shell-get-or-create-process): Do not pop python process
5858 buffer.
5859
5860 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
5861
5862 * notifications.el (notifications-on-action-signal)
5863 (notifications-on-closed-signal): Use also the bus address for the map.
5864 (notifications-notify, notifications-close-notification)
5865 (notifications-get-capabilities): Add optional argument BUS.
5866
5867 2012-07-27 Tassilo Horn <tsdh@gnu.org>
5868
5869 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5870 Add support for the lstlisting and minted environments, and for the
5871 ctable macro.
5872 * textmodes/reftex.el (reftex-compile-variables): Also recognize
5873 labels written in keyvals syntax.
5874
5875 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
5876
5877 * calc/calccomp.el (math-compose-expr): Use parentheses when
5878 there is a product in the denominator of a fraction.
5879
5880 2012-07-26 Eli Zaretskii <eliz@gnu.org>
5881
5882 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
5883 ($(lisp)/calendar/diary-loaddefs.el)
5884 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
5885 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
5886 Fixes failures in parallel bootstrap because subdirs.el is being
5887 rewritten while the autoload files are built at the same time,
5888 which needs to load subdirs.el.
5889
5890 2012-07-26 Martin Rudalics <rudalics@gmx.at>
5891
5892 * mouse.el (popup-menu): Fix doc-string and re-indent code.
5893 (mouse-drag-line): Don't exit tracking when a switch-frame or
5894 switch-window event occurs (Bug#12006).
5895
5896 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5897
5898 * mouse.el (popup-menu): Fix last change.
5899
5900 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5901
5902 Autoload from Lisp with more care. Follow aliases when looking for
5903 function properties.
5904 * subr.el (autoloadp): New function.
5905 (symbol-file): Use it.
5906 (function-get): New function.
5907 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
5908 autoload-do-load.
5909 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
5910 (lisp-indent-function):
5911 * emacs-lisp/gv.el (gv-get):
5912 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
5913 * emacs-lisp/byte-opt.el (byte-optimize-form):
5914 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
5915 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
5916 Use function-get.
5917 * emacs-lisp/cl.el: Don't propagate function properties any more.
5918
5919 * speedbar.el (speedbar-add-localized-speedbar-support):
5920 * emacs-lisp/disass.el (disassemble-internal):
5921 * desktop.el (desktop-load-file):
5922 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
5923 (describe-function-1):
5924 * emacs-lisp/find-func.el (find-function-noselect):
5925 * emacs-lisp/elp.el (elp-instrument-function):
5926 * emacs-lisp/advice.el (ad-has-proper-definition):
5927 * apropos.el (apropos-safe-documentation, apropos-macrop):
5928 * emacs-lisp/debug.el (debug-on-entry):
5929 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
5930 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5931 * calc/calc.el (name): Use autoloadp & autoload-do-load.
5932
5933 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
5934
5935 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
5936 function, not an obsolete variable (Bug#12046).
5937
5938 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
5939
5940 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
5941
5942 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
5943
5944 * emacs-lisp/pp.el (pp-display-expression): Select old selected
5945 window only if it is still live (Bug#12034).
5946
5947 2012-07-25 Martin Rudalics <rudalics@gmx.at>
5948
5949 * subr.el (redirect-frame-focus): Add advertised calling
5950 convention (Bug#12030).
5951
5952 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
5953
5954 Prefer typical American spelling for "acknowledgment".
5955 * vc/add-log.el (change-log-acknowledgment): Rename from
5956 change-log-acknowledgement, with an alias for the old name.
5957
5958 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
5959
5960 * calc-alg.el (math-simplify-divide): Don't cross multiply
5961 in an equation when the lhs is a variable.
5962
5963 2012-07-24 Julien Danjou <julien@danjou.info>
5964
5965 * net/netrc.el (netrc-find-service-number, netrc-store-data):
5966 Remove, unused.
5967
5968 2012-07-23 Eli Zaretskii <eliz@gnu.org>
5969
5970 * startup.el (command-line): Don't display an empty user name in
5971 the error message about non-existent home directory, when
5972 init-file-user was set to an empty string. See
5973 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
5974 for the details and context.
5975
5976 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
5977
5978 * ses.el (ses-cell-formula-aset): New macro.
5979 (ses-cell-references-aset): New macro.
5980 (ses-cell-p): New function.
5981 (ses-rename-cell): Do no longer rely on complex operations like
5982 ses-cell-set-formula or ses-set-cell to change the cell and handle
5983 the undo at the same time, but rather use lower level new macros
5984 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
5985 the undo directly. Refresh the mode line.
5986
5987 2012-07-21 Leo Liu <sdl.web@gmail.com>
5988
5989 * progmodes/cc-cmds.el (c-defun-name):
5990 Use match-string-no-properties instead for consistency.
5991
5992 2012-07-20 Leo Liu <sdl.web@gmail.com>
5993
5994 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
5995 (Bug#7879)
5996
5997 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
5998
5999 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6000
6001 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
6002 * progmodes/bug-reference.el, misearch.el: Provide themselves
6003 (bug#11915).
6004
6005 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
6006 of narrowed buffer (bug#11966).
6007
6008 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
6009
6010 * ses.el (ses-rename-cell): Set new name also in reference list of
6011 cells of which the renamed cell depends.
6012
6013 2012-07-20 Masatake YAMATO <yamato@redhat.com>
6014
6015 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
6016 to check whether menu-bar is shown or not. If not shown,
6017 show the menu-bar as a popup menu instead of using tmm.
6018 * mouse.el (popup-menu): Accept `point' as `position' argument.
6019
6020 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
6021
6022 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
6023 up inside string symbol literal (bug#11923).
6024
6025 2012-07-20 Eli Zaretskii <eliz@gnu.org>
6026
6027 * startup.el (fancy-startup-text): Read the whole tutorial, not
6028 just its first 256 bytes. Prevents gibberish in display of the
6029 tutorial title.
6030
6031 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
6032
6033 Drop idle buffer compaction due to an absence of the
6034 proved efficiency.
6035 * compact.el: Remove.
6036
6037 2012-07-19 Sam Steingold <sds@gnu.org>
6038
6039 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
6040 vc-bzr-pull & vc-bzr-merge-branch.
6041 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
6042 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
6043 for consistency with compilation-error-regexp-alist.
6044 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
6045 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
6046 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
6047 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
6048
6049 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6050
6051 * emacs-lisp/chart.el: Use lexical-binding.
6052 (chart-emacs-storage): Don't hardcode the list of entries.
6053
6054 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
6055
6056 Next round of tweaks caused by Fgarbage_collect changes.
6057 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
6058
6059 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
6060
6061 Compact buffers when idle.
6062 * compact.el: New file.
6063
6064 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 * subr.el (eventp): Presume that if it looks vaguely like an event,
6067 it's an event (bug#10190).
6068
6069 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
6070
6071 Enhancements to ppss related code (thanks Stefan).
6072 * progmodes/python.el (python-indent-context)
6073 (python-indent-calculate-indentation, python-indent-dedent-line)
6074 (python-indent-electric-colon, python-nav-forward-block)
6075 (python-mode-abbrev-table)
6076 (python-info-assignment-continuation-line-p): Simplify checks
6077 for ppss context.
6078 (python-info-continuation-line-p): Cleanup.
6079 (python-info-ppss-context): Do not catch 'quote.
6080 (python-info-ppss-context-type)
6081 (python-info-ppss-comment-or-string-p): Simplify.
6082
6083 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
6084
6085 * progmodes/python.el: Enhancements to eldoc support.
6086 (python-info-current-symbol): New function.
6087 (python-eldoc-at-point): Use python-info-current-symbol.
6088 (python-info-current-defun): Fix cornercase on first defun scan.
6089 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
6090 and signal error when no inferior python process is available.
6091
6092 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
6093
6094 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
6095 assume it's always t.
6096 (vc-git-registered): Remove caching, the function is only called
6097 once.
6098 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
6099
6100 2012-07-18 Chong Yidong <cyd@gnu.org>
6101
6102 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
6103
6104 * simple.el (count-words): Report on narrowing (Bug#9959).
6105
6106 * bindings.el: Bind M-= to count-words.
6107
6108 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
6109
6110 2012-07-18 Masatake YAMATO <yamato@redhat.com>
6111
6112 * progmodes/sh-script.el (sh-imenu-generic-expression):
6113 Capture a function with `function' keyword and without parentheses
6114 like "function FOO" (bug#11856).
6115
6116 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
6117
6118 * window.el (split-window-sensibly): Make WINDOW argument
6119 optional.
6120
6121 2012-07-18 Chong Yidong <cyd@gnu.org>
6122
6123 * subr.el (keyboard-translate): Doc fix (Bug#7261).
6124
6125 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
6126 and make C-x 8 RET exit isearch (Bug#11439).
6127
6128 * international/iso-transl.el: Move isearch-mode-map key
6129 definitions to isearch.el.
6130
6131 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
6134 (eieio-defclass): Use gv-define-setter when possible.
6135
6136 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
6137
6138 Reflect recent changes in Fgarbage_collect.
6139 * emacs-lisp/chart.el (chart-emacs-storage): Change to
6140 reflect new format of data returned by Fgarbage_collect.
6141
6142 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
6143
6144 New utility functions + python-info-ppss-context fix (Bug#11910).
6145 * progmodes/python.el (python-info-beginning-of-block-statement-p)
6146 (python-info-ppss-comment-or-string-p): New functions.
6147 (python-info-ppss-context): Small fix for string check.
6148
6149 2012-07-17 Juri Linkov <juri@jurta.org>
6150
6151 * dired-aux.el (dired-do-async-shell-command): Doc fix.
6152 (dired-do-async-shell-command): Don't add `*' at the end of the
6153 command (Bug#11815).
6154 (dired-do-shell-command): Doc fix.
6155 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
6156 Join the individual commands using either "&" or ";" as the
6157 separator depending on the values of these trailing characters.
6158 At the end re-add the trailing "&". (Bug#10598)
6159
6160 * simple.el (async-shell-command): Sync the interactive spec with
6161 `shell-command'. Doc fix.
6162 (shell-command): Doc fix.
6163
6164 2012-07-17 Juri Linkov <juri@jurta.org>
6165
6166 * descr-text.el (describe-char): Fix format args. (Bug#10129)
6167
6168 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
6169
6170 Final renames and doc fixes for movement commands (bug#11899).
6171 * progmodes/python.el (python-nav-beginning-of-statement):
6172 Rename from python-nav-statement-start.
6173 (python-nav-end-of-statement): Rename from
6174 python-nav-statement-end.
6175 (python-nav-beginning-of-block): Rename from
6176 python-nav-block-start.
6177 (python-nav-end-of-block): Rename from python-nav-block-end.
6178
6179 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
6180
6181 * progmodes/python.el (python-shell-send-string-no-output):
6182 Allow accept-process-output to quit, keeping shell process ready for
6183 future interactions (Bug#11868).
6184
6185 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6186
6187 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
6188
6189 * emacs-lisp/elint.el (elint-find-args-in-code):
6190 Use help-function-arglist, so as to handle lexical byte-code.
6191
6192 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
6193 change (bug#11826).
6194
6195 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6196
6197 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
6198 Avoid spuriously marking the buffer as modified because of c-is-sws.
6199
6200 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
6201 as not-a-comment (bug#11946).
6202
6203 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
6204 for uninterned vars.
6205
6206 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
6207 Use read-event since we don't really want to read chars but bytes.
6208
6209 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
6210 $$..$$ but also $..$ using regexps (bug#11953).
6211 Use tex-verbatim for \url and \path.
6212 (tex-font-lock-keywords): Define as defconst like the others.
6213 (tex-common-initialization): Don't use font-lock-syntax-table any more.
6214
6215 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
6216
6217 * international/mule-cmds.el (ucs-insert): Make it an obsolete
6218 alias for insert-char.
6219
6220 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
6221
6222 * progmodes/python.el: Simplified imenu implementation.
6223 (python-nav-jump-to-defun): Remove command.
6224 (python-mode-map): Use `imenu' instead.
6225 (python-nav-list-defun-positions-cache)
6226 (python-imenu-include-defun-type, python-imenu-make-tree)
6227 (python-imenu-subtree-root-label, python-imenu-index-alist):
6228 Remove vars.
6229 (python-nav-list-defun-positions, python-nav-read-defun)
6230 (python-imenu-tree-assoc, python-imenu-make-element-tree)
6231 (python-imenu-make-tree, python-imenu-create-index):
6232 Remove functions.
6233 (python-mode): Update to interact with imenu by setting
6234 `imenu-extract-index-name-function' only.
6235
6236 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
6237
6238 * progmodes/python.el: Enhancements to navigation commands.
6239 (python-nav-backward-sentence)
6240 (python-nav-forward-sentence): Remove.
6241 (python-nav-backward-statement, python-nav-forward-statement)
6242 (python-nav-statement-start, python-nav-statement-end)
6243 (python-nav-backward-block, python-nav-forward-block)
6244 (python-nav-block-start, python-nav-block-end)
6245 (python-nav-forward-sexp-function)
6246 (python-info-current-line-comment-p)
6247 (python-info-current-line-empty-p): New functions.
6248 (python-indent-context): Use `python-nav-statement-start'.
6249
6250 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
6251
6252 * eshell/em-ls.el (eshell/ls): Use `apply'.
6253
6254 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
6255 multi-hops, instead of Tramp internals.
6256
6257 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
6258
6259 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
6260 when F1 and F2 are located on different hosts.
6261
6262 2012-07-14 Chong Yidong <cyd@gnu.org>
6263
6264 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
6265 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
6266 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
6267 (xterm-mouse--read-event-sequence-1000)
6268 (xterm-mouse--read-event-sequence-1006): New functions. For old
6269 mouse protocol, handle M-mouse-X events correctly.
6270 (xterm-mouse-event): New arg specifying mouse protocol.
6271 (turn-on-xterm-mouse-tracking-on-terminal)
6272 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
6273 sequence to toggle extended coordinates on newer XTerms.
6274 This appears to be harmless on terminals which do not support this.
6275
6276 2012-07-14 Leo Liu <sdl.web@gmail.com>
6277
6278 Add fringe bitmap indicators for flymake. (Bug#11253)
6279 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
6280 (flymake-make-overlay): New arg BITMAP.
6281 (flymake-error-bitmap, flymake-warning-bitmap)
6282 (flymake-fringe-indicator-position): New user variables.
6283
6284 * fringe.el: New bitmap exclamation-mark.
6285
6286 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
6287
6288 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
6289 also (Bug#7879).
6290
6291 2012-07-14 Chong Yidong <cyd@gnu.org>
6292
6293 * electric.el (electric-pair-post-self-insert-function): Fix pair
6294 insertion in empty-region case (Bug#11520).
6295
6296 2012-07-14 Chong Yidong <cyd@gnu.org>
6297
6298 * bindings.el: Consolidate ctl-x-r-map bindings.
6299 Bind copy-rectangle-as-kill to C-x r w.
6300
6301 * rect.el, register.el: Move bindings to bindings.el.
6302
6303 2012-07-14 Reuben Thomas <rrt@sc3d.org>
6304
6305 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
6306
6307 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
6308
6309 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
6310
6311 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
6312
6313 * bindings.el (top): Use `mapc' instead of `mapcar'.
6314
6315 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
6316
6317 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
6318
6319 * progmodes/sql.el (sql-comint): Suppress the check for program on
6320 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
6321 (Bug#11908)
6322
6323 2012-07-13 Chong Yidong <cyd@gnu.org>
6324
6325 * bindings.el: Assign a non-nil permanent-local property to
6326 per-buffer variables which lack a default value (Bug#11930).
6327
6328 * help-fns.el (describe-variable): In the "automatically becomes
6329 local" notice, take note of permanent-local variables.
6330
6331 2012-07-13 Chong Yidong <cyd@gnu.org>
6332
6333 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
6334 to allow printing the message when called from Lisp.
6335
6336 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6337 Remove toggle-read-only.
6338
6339 * bs.el (bs-toggle-readonly):
6340 * buff-menu.el (Buffer-menu-toggle-read-only):
6341 Remove with-no-warnings around toggle-read-only.
6342
6343 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
6344 Remove with-no-warnings around toggle-read-only.
6345 (ffap-read-only, ffap-read-only-other-window)
6346 (ffap-read-only-other-frame): Callers changed.
6347
6348 * help-mode.el: Don't require view package.
6349 (help-mode-finish): Set buffer-read-only instead of calling
6350 toggle-read-only.
6351
6352 * bindings.el (mode-line-toggle-read-only):
6353 * dired.el (dired-toggle-read-only):
6354 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
6355 with non-nil second arg.
6356
6357 * emacs-lisp/eieio-custom.el (eieio-customize-object):
6358 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
6359 directly.
6360
6361 2012-07-12 Eli Zaretskii <eliz@gnu.org>
6362
6363 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
6364 not incf.
6365
6366 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6367
6368 More CL cleanups and reduction of use of cl.el.
6369 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
6370 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
6371 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
6372 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
6373 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
6374 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
6375 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
6376 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
6377 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
6378 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
6379 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
6380 * eshell/em-cmpl.el, eshell/em-banner.el:
6381 * calendar/parse-time.el: Use cl-lib.
6382 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
6383 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
6384 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
6385 * term/ns-win.el, term.el, shell.el, ps-samp.el:
6386 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
6387 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
6388 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
6389 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
6390 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
6391 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
6392 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
6393 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
6394 `lambda' rather than with `quote'.
6395 (eshell-do-opt): Adjust accordingly.
6396 (eshell-process-option): Simplify.
6397 * eshell/esh-var.el:
6398 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
6399 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
6400 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
6401 to `pcase--dontcare'.
6402 * emacs-lisp/cl.el (labels): Mark obsolete.
6403 (cl--letf, letf): Move to cl-lib.
6404 (cl--letf*, letf*): Remove.
6405 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
6406 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
6407 (cl-progv): Rewrite.
6408 (cl--letf, cl-letf): Move from cl.el.
6409 (cl-letf*): New macro.
6410 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
6411
6412 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
6413
6414 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
6415
6416 2012-07-11 Chong Yidong <cyd@gnu.org>
6417
6418 * vc/log-edit.el (log-edit-vc-backend): New variable.
6419 (log-edit): Doc fix.
6420
6421 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
6422 argument of log-edit to set up all local variables.
6423 (vc-start-logentry): New optional arg specifying VC backend.
6424
6425 * vc/vc.el (vc-checkin): Use it.
6426 (vc-deduce-fileset): Handle Log Edit buffers.
6427 (vc-diff): Make first argument optional too.
6428
6429 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
6430
6431 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
6432
6433 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
6434 command, just in case. The function is not needed anymore.
6435 (eshell-external-command): Do not call `eshell-remote-command'.
6436
6437 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6438
6439 Reduce use of (require 'cl).
6440 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
6441 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
6442 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
6443 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
6444 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
6445 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
6446 * battery.el, avoid.el, abbrev.el: Use cl-lib.
6447 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
6448 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
6449 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
6450 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
6451 * calculator.el, autorevert.el, apropos.el: Don't require CL.
6452 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
6453 (byte-compile-unfold-bcf, byte-compile-check-variable):
6454 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
6455 (byte-compile-nilconstp):
6456 * emacs-lisp/autoload.el (make-autoload): Use pcase.
6457 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
6458
6459 * emacs-lisp/gv.el (cond): Make it a valid place.
6460 (if): Simplify slightly.
6461
6462 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
6463 (pcase--self-quoting-p): New function.
6464 (pcase--u1): Use it.
6465
6466 2012-07-10 Glenn Morris <rgm@gnu.org>
6467
6468 * emacs-lisp/authors.el (authors-fixed-entries):
6469 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
6470
6471 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
6472
6473 Rename configure.in to configure.ac (Bug#11603).
6474 * emacs-lisp/authors.el (authors-canonical-file-name):
6475 * progmodes/autoconf.el (autoconf-mode):
6476 Prefer configure.ac to configure.in.
6477
6478 2012-07-08 Chong Yidong <cyd@gnu.org>
6479
6480 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
6481 Implement the mouse-1-click-follows-link handling properly.
6482
6483 * info.el (Info-link-keymap): Use follow-link mechanism for
6484 header-line links (Bug#374).
6485
6486 * simple.el (deactivate-mark): Do not set the primary selection
6487 if another program has acquired it (Bug#11772).
6488
6489 2012-07-07 Kevin Ryde <user42@zip.com.au>
6490
6491 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
6492 (woman-decode-region): Replace escaped-escapes without destroying
6493 bold or underline (Bug#11552).
6494 (woman2-process-escapes): Handle nofill regions (Bug#11591).
6495
6496 2012-07-07 Chong Yidong <cyd@gnu.org>
6497
6498 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
6499 (interprogram-cut-function, interprogram-paste-function):
6500 Mention that we typically mean the clipboard.
6501
6502 2012-07-06 Glenn Morris <rgm@gnu.org>
6503
6504 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
6505
6506 * files.el (toggle-read-only): Restrict message to interactive use.
6507
6508 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
6509
6510 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
6511
6512 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
6513
6514 2012-07-06 Glenn Morris <rgm@gnu.org>
6515
6516 * Makefile.in (compile-one-process): Rename from "recompile".
6517
6518 * Makefile.in (bzr-update): "compile" is the same as "recompile
6519 autoloads", but parallelizable, so use that instead.
6520
6521 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
6522
6523 * window.el (quit-window): Always restore window height when
6524 it's saved in quit-restore parameter (Bug#11810).
6525
6526 2012-07-06 Glenn Morris <rgm@gnu.org>
6527
6528 * simple.el (kill-whole-line): Doc tweak.
6529
6530 2012-07-06 Eli Zaretskii <eliz@gnu.org>
6531
6532 * files.el (file-relative-name): Compare file names
6533 case-insensitively if on MS-Windows or MS-DOS, or if
6534 read-file-name-completion-ignore-case is non-nil. Don't use
6535 case-fold-search for this purpose. (Bug#11827)
6536
6537 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
6538
6539 * calendar/cal-dst.el (calendar-current-time-zone):
6540 Return calendar-current-time-zone-cache if non-nil.
6541
6542 2012-07-17 Masatake YAMATO <yamato@redhat.com>
6543 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
6544
6545 * calendar/cal-dst.el (calendar-current-time-zone):
6546 Return calendar-current-time-zone-cache if non-nil.
6547
6548 2012-07-06 Glenn Morris <rgm@gnu.org>
6549
6550 * Makefile.in (cvs-update): Remove old alias.
6551
6552 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
6553
6554 Sync with Tramp 2.2.6-pre.
6555
6556 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
6557 compatible declaration.
6558
6559 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6560 Protect `list-load-path-shadows' call.
6561
6562 * net/tramp-compat.el (top): Require packages, which aren't
6563 autoloaded anymore for XEmacs. Protect call of
6564 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
6565 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
6566 it hurts at least for SXEmacs.
6567 (tramp-compat-temporary-file-directory): In XEmacs, there is no
6568 standard-value for `temporary-file-directory'.
6569
6570 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
6571 Redirect stderr to /dev/null.
6572 (tramp-sh-handle-write-region): uid and gid can be floats.
6573 Reported by Russell Sim <russell.sim@gmail.com>.
6574 (tramp-sh-handle-vc-registered): Hide errors.
6575 (tramp-vc-file-name-handler): Use dummy results for `process-file'
6576 and `start-file-process'.
6577 (tramp-maybe-open-connection): Check also whether `non-essential'
6578 is bound.
6579
6580 2012-07-04 Chong Yidong <cyd@gnu.org>
6581
6582 * xml.el (xml--parse-buffer): Use xml-syntax-table.
6583 (xml-parse-tag): Likewise, and avoid changing entity tables.
6584 (xml-syntax-table): Define from scratch, making sure not to give
6585 x2000 and other Unicode spaces whitespace syntax, since those are
6586 not spaces in XML.
6587 (xml-parse-fragment): Delete unused function.
6588 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
6589 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
6590 (xml-entity-ref, xml-pe-reference-re)
6591 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
6592 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
6593 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
6594 (xml-entity-value-re): Use syntax references in regexps where
6595 possible; no need to define inside a let-binding.
6596 (xml-parse-dtd): Use xml-pe-reference-re.
6597 (xml-entity-or-char-ref-re): New defconst.
6598 (xml-parse-string, xml-substitute-special): Use it.
6599
6600 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * files.el (locate-dominating-file): Allow `name' to be a predicate.
6603 (find-file--read-only): New function.
6604 (find-file-read-only, find-file-read-only-other-window)
6605 (find-file-read-only-other-frame): Use it.
6606 (insert-file-contents-literally): Don't `fset'.
6607 (get-free-disk-space): Use locate-dominating-file.
6608
6609 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
6610 function is already compiled.
6611
6612 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
6613
6614 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
6615
6616 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
6617 files on the same host.
6618
6619 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
6620
6621 * help-fns.el (describe-function-1): Only call
6622 help-fns--autoloaded-p when we have a file name. (Bug#11848)
6623
6624 2012-07-03 Chong Yidong <cyd@gnu.org>
6625
6626 * xml.el: Protect parser against XML bombs.
6627 (xml-entity-expansion-limit): New variable.
6628 (xml-parse-string, xml-substitute-special): Use it.
6629 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
6630
6631 2012-07-03 Glenn Morris <rgm@gnu.org>
6632
6633 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6634 Allow linking to specific messages in debbugs reports (eg 123#5).
6635
6636 2012-07-02 Chong Yidong <cyd@gnu.org>
6637
6638 * xml.el: Fix entity and character reference expansion, allowing
6639 them to expand into markup as per XML spec.
6640 (xml-default-ns): New variable.
6641 (xml-entity-alist): Use XML spec definitions for lt and amp.
6642 (xml-parse-region): Make first two arguments optional.
6643 Discard text properties.
6644 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
6645 All callers changed.
6646 (xml-parse-tag): Call xml-parse-tag-1. For backward
6647 compatibility, this function should not modify buffer contents.
6648 (xml-parse-tag-1): Fix opening-tag regexp.
6649 (xml-parse-string): Rewrite, handling entity and character
6650 references properly.
6651 (xml--entity-replacement-text): Signal an error if a parameter
6652 entity is undefined.
6653
6654 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6655
6656 * comint.el (comint-output-filter): Filter out repeated prompts.
6657
6658 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
6659 and file-name-absolute-p.
6660 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
6661 internal calls.
6662
6663 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
6664
6665 Spelling fixes.
6666 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
6667 Rename from byte-compile--refiy-function. All uses changed.
6668
6669 2012-07-01 Chong Yidong <cyd@gnu.org>
6670
6671 * xml.el (xml--parse-buffer): New function. Move most of
6672 xml-parse-region here.
6673 (xml-parse-region): Copy region into a temporary buffer, since
6674 parameter entity substitution requires changing buffer contents.
6675 Use xml--parse-buffer.
6676 (xml-parse-file): Use xml--parse-buffer.
6677 (xml-parse-dtd): Make parameter entity substitution work right.
6678 Use proper regexps for ELEMENT declarations (Bug#7172).
6679
6680 2012-06-30 Glenn Morris <rgm@gnu.org>
6681
6682 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
6683
6684 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
6685 Remove outdated and unnecessary dbus declarations.
6686
6687 2012-06-30 Eli Zaretskii <eliz@gnu.org>
6688
6689 * emacs-lisp/timer.el (timer-until): Subtract results of
6690 float-time, instead of taking float-time of the result of
6691 time-subtract, since float-time signals an error for negative time
6692 arguments.
6693
6694 2012-06-30 Chong Yidong <cyd@gnu.org>
6695
6696 * xml.el (xml-*-re): Convert defvars into defconsts, and
6697 eval-and-compile them so eval-and-compile works on derivatives.
6698 (xml--entity-replacement-text): Use eval-and-comple.
6699
6700 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
6701
6702 * vc/vc-git.el (vc-git-registered): Use cache property
6703 `git-registered'.
6704 (vc-git-mode-line-string): Call `vc-working-revision' instead of
6705 `vc-git-working-revision' in order to benefit from the cache.
6706 (vc-git-root): Use cache property `git-root'. (Bug#11757)
6707
6708 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
6709
6710 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
6711 removed (likely outside Emacs). (Bug#11757)
6712
6713 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
6714
6715 * emacs-lisp/cl-lib.el: Require macroexp.
6716
6717 2012-06-30 Chong Yidong <cyd@gnu.org>
6718
6719 * xml.el: Implement XML parameter entities.
6720 (xml-parameter-entity-alist): New variable.
6721 (xml-parse-region, xml-parse-fragment): Preserve previous values
6722 of xml-entity-alist and xml-parameter-entity-alist, so that
6723 repeated calls on different documents do not change them.
6724 (xml-parse-tag): Fix doctype regexp.
6725 (xml--entity-replacement-text): New function.
6726 (xml-parse-dtd): Use it. Don't handle system entities; doing that
6727 properly requires url retrieval which is unimplemented.
6728 (xml-escape-string): Doc fix.
6729
6730 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
6731
6732 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
6733
6734 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
6735
6736 * fringe.el (fringe-mode): Doc fix.
6737
6738 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
6739
6740 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
6741 is non-nil.
6742 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
6743 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
6744
6745 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
6746
6747 * calendar/cal-dst.el (calendar-current-time-zone):
6748 Return calendar-current-time-zone-cache if non-nil.
6749
6750 2012-06-29 Masatake YAMATO <yamato@redhat.com>
6751
6752 * progmodes/which-func.el (which-func-format):
6753 Add mouse-face. (Bug#11698)
6754
6755 2012-06-29 Leo Liu <sdl.web@gmail.com>
6756
6757 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
6758
6759 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6760
6761 * minibuffer.el (minibuffer-confirm-exit-commands):
6762 Add completion-at-point (bug#11725).
6763
6764 2012-06-29 Glenn Morris <rgm@gnu.org>
6765
6766 * progmodes/f90.el (f90-font-lock-keywords-2):
6767 Add some preprocessor elements. (Bug#10499)
6768
6769 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6770
6771 * progmodes/cperl-mode.el (cperl-update-syntaxification):
6772 Use syntax-propertize (bug#11739).
6773
6774 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
6775
6776 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
6777
6778 2012-06-28 Julien Danjou <julien@danjou.info>
6779
6780 * term.el (term-handle-colors-array): Use a set of new faces to
6781 color the terminal. Also uses :inverse-video property.
6782 (term-default-fg-color): Set to nil by default, deprecate in favor
6783 of `term-face'.
6784 (term-default-bg-color): Set to nil by default, deprecate in favor
6785 of `term-face'.
6786 (term-current-face): Use `term-face' by default.
6787 (term-bold-attribute): Variable deleted.
6788
6789 2012-06-28 Glenn Morris <rgm@gnu.org>
6790
6791 * simple.el (completion-list-mode-finish):
6792 Don't use toggle-read-only. (Since completion-list-mode has
6793 a special mode-class, it wasn't doing anything extra anyway.)
6794
6795 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6796
6797 Make inlining of other-mode interpreted functions work (bug#11799).
6798 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
6799 (byte-compile): Use it to fix compilation of lexical-binding closures.
6800 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
6801 function, if needed.
6802
6803 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6804
6805 * help-mode.el (help-make-xrefs): Don't just withstand
6806 cyclic-variable-indirection but any error in documentation-property.
6807
6808 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
6809 memory use.
6810 * bindings.el (bindings--define-key): New function.
6811 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
6812 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
6813 * bindings.el: Use it to purecopy define-key bindings.
6814
6815 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
6816
6817 * emacs-lisp/cl.el (flet): Mark obsolete.
6818 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
6819 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
6820 * progmodes/js.el (js-c-fill-paragraph):
6821 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
6822 (ebrowse-switch-member-buffer-to-derived-class):
6823 * play/5x5.el (5x5-solver): Use cl-flet.
6824
6825 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
6826 (cl--symbol-function): New macro.
6827 (cl--letf, cl--letf*): Use it.
6828
6829 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6830 Strip "toggle-" if any.
6831
6832 2012-06-27 Glenn Morris <rgm@gnu.org>
6833
6834 * info.el (Info-default-directory-list): Move here from paths.el.
6835 * paths.el: Remove file, which is now empty.
6836 * loadup.el: No longer load "paths".
6837
6838 * custom.el (custom-initialize-delay): Doc fix.
6839
6840 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6841 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6842 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6843 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6844 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6845 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
6846 * eshell/eshell.el (eshell-defgroup): Remove alias.
6847
6848 2012-06-27 Chong Yidong <cyd@gnu.org>
6849
6850 * help.el (help-enable-auto-load): New variable.
6851
6852 * help-fns.el (help-fns--autoloaded-p): New function.
6853 (describe-function-1): Refer to a function as "autoloaded" if it
6854 was autoloaded at any time in the past. Perform autoloading if
6855 help-enable-auto-load is non-nil.
6856
6857 2012-06-26 Eli Zaretskii <eliz@gnu.org>
6858
6859 * makefile.w32-in (compile, compile-always): Depend on
6860 update-subdirs, not on subdirs.el. Otherwise, several different
6861 sub-targets of 'bootstrap' running in parallel could
6862 simultaneously write to subdirs.el, producing a garbled file.
6863
6864 2012-06-26 Sam Steingold <sds@gnu.org>
6865
6866 * files.el (file-name-base): New convenience function.
6867 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
6868 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
6869 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
6870 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
6871 * textmodes/ispell.el, textmodes/reftex-ref.el:
6872 * textmodes/tex-mode.el: Use it.
6873 Did not touch cedet and org because they are maintained elsewhere.
6874
6875 2012-06-26 Martin Rudalics <rudalics@gmx.at>
6876
6877 * calendar/calendar.el (calendar-exit): Don't try to delete or
6878 iconify last frame. See:
6879 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
6880
6881 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
6882
6883 * server.el (server-process-filter): Remember dir in the
6884 process's `server-client-directory' properties.
6885
6886 2012-06-24 Chong Yidong <cyd@gnu.org>
6887
6888 * xml.el (xml-parse-tag): Correctly handle comment embedded in
6889 non-tag text.
6890
6891 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
6892
6893 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
6894
6895 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6896
6897 * help-fns.el (describe-variable): Don't croak when doc is not found.
6898 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
6899 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
6900 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
6901 * emacs-lisp/smie.el (smie-next-sexp): CSE.
6902 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
6903 ((lambda ..) ..).
6904 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
6905
6906 2012-06-23 Chong Yidong <cyd@gnu.org>
6907
6908 * info.el (Info-mouse-follow-link): Accept symbol values of
6909 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
6910 (Info-fontify-node): Use Info-link-keymap for all navigation
6911 buttons, with link-args property to perform the desired action.
6912 (Info-link-keymap): Doc fix.
6913 (Info-next-link-keymap, Info-prev-link-keymap)
6914 (Info-up-link-keymap): Delete now-unused keymaps.
6915
6916 2012-06-23 Chong Yidong <cyd@gnu.org>
6917
6918 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
6919
6920 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
6921 system abbrevs.
6922
6923 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
6924
6925 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6926
6927 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
6928 (bug#11719).
6929
6930 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
6931 the requote function doesn't work properly (bug#11714).
6932
6933 2012-06-23 Glenn Morris <rgm@gnu.org>
6934
6935 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
6936
6937 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6938
6939 Further GV/CL cleanups.
6940 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
6941 gv-expander.
6942 (gv--defun-declaration): New function.
6943 (defun-declarations-alist): Use it.
6944 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
6945 (gv-place): Autoload.
6946 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
6947 original definition of dotimes and dolist.
6948 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
6949 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
6950 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
6951 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6952 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
6953 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
6954 to the function's definition.
6955 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
6956 * window.el:
6957 * files.el:
6958 * faces.el:
6959 * env.el: Don't use CL.
6960
6961 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
6962
6963 Support higher-resolution time stamps (Bug#9000).
6964
6965 * calendar/time-date.el (with-decoded-time-value): New arg
6966 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
6967 (encode-time-value): New optional arg PICO. New type 3.
6968 (time-to-seconds) [!float-time]: Support the new picoseconds
6969 component if it's used.
6970 (seconds-to-time, time-subtract, time-add):
6971 Support ps-resolution time stamps as well.
6972
6973 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
6974 (timerp): Timer vectors now have length 9, not 8.
6975 (timer--time): Support new-style (4-part) time stamps.
6976 (timer-next-integral-multiple-of-time): Time stamps now have
6977 picosecond resolution, so take a bit more care about rounding.
6978 (timer-relative-time, timer-inc-time): New optional arg psecs.
6979 (timer-set-time-with-usecs): Set psecs to 0.
6980 (timer--activate): Check psecs component, too.
6981
6982 * proced.el (proced-time-lessp): Support ps-resolution stamps.
6983
6984 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6985
6986 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
6987 Move the non-essential binding to the post/pre-command-hook where it is
6988 more obviously correct.
6989
6990 * subr.el (read-passwd): Don't use a history at all.
6991 * savehist.el (savehist-save): Remove password saved accidentally
6992 because of the above bug.
6993
6994 2012-06-22 Bastien Guerry <bzg@gnu.org>
6995
6996 * files.el (toggle-read-only): Display a message telling whether
6997 the buffer is read-only or not (bug#11726).
6998
6999 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7000
7001 * emacs-lisp/gv.el: New file.
7002 * subr.el (push, pop): Extend to generalized variables.
7003 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
7004 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
7005 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
7006 gv-define-simple-setter, and gv-define-expander.
7007 Remove setf-methods defined in gv. Rename cl-setf -> setf.
7008 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
7009 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
7010 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
7011 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
7012 gv-letplace.
7013 (cl-defstruct): Don't define setf-method any more.
7014 * emacs-lisp/cl.el (flet): Don't autoload.
7015 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
7016 (define-setf-expander, defsetf, define-modify-macro)
7017 (cl-struct-setf-expander): Move from cl-lib.el.
7018 * emacs-lisp/syntax.el:
7019 * emacs-lisp/ewoc.el:
7020 * emacs-lisp/smie.el:
7021 * emacs-lisp/cconv.el:
7022 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
7023 (timer--time): Use gv-define-simple-setter.
7024 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
7025 to avoid coding-system problems in subr.el. Adjust all users.
7026 (macroexp--maxsize, macroexp-small-p): New functions.
7027 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
7028 * scroll-bar.el (scroll-bar-mode):
7029 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
7030 (normal-erase-is-backspace-mode): Don't use the `eq' place.
7031 * winner.el (winner-configuration, winner-make-point-alist)
7032 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
7033 * files.el (locate-file-completion-table): Avoid list*.
7034
7035 2012-06-22 Chong Yidong <cyd@gnu.org>
7036
7037 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
7038 (dired-create-files): Doc fix (Bug#11329).
7039 (dired-do-copy): Doc fix (Bug#11334).
7040 (dired-mark-read-string): Doc fix (Bug#11553).
7041
7042 * dired.el (dired-recursive-copies, dired-recursive-deletes):
7043 Doc fix (Bug#11326).
7044 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
7045 (dired-dwim-target): Doc fix.
7046
7047 * wdired.el (wdired-mode): Doc fix.
7048
7049 2012-06-22 Glenn Morris <rgm@gnu.org>
7050
7051 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
7052 (pcmpl-rpm-cache-stamp-file): New constant.
7053 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
7054 (pcmpl-rpm-packages): Optionally cache list of packages.
7055
7056 * pcmpl-rpm.el (pcmpl-rpm): New group.
7057 (pcmpl-rpm-query-options): New option.
7058 (pcmpl-rpm-packages): No need to inline it.
7059 Use pcmpl-rpm-query-options.
7060
7061 * calendar/calendar.el (calendar-in-read-only-buffer):
7062 Avoid some needless mode changes.
7063
7064 2012-06-21 Chong Yidong <cyd@gnu.org>
7065
7066 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
7067 (desktop-path): Remove . from the default value (Bug#10977).
7068 (desktop-read): Use user-emacs-directory if desktop-path is nil.
7069
7070 2012-06-20 Chong Yidong <cyd@gnu.org>
7071
7072 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
7073
7074 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
7075
7076 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
7077 (bug#11201).
7078
7079 2012-06-20 Chong Yidong <cyd@gnu.org>
7080
7081 * term.el (term-window-width): Handle the case of a missing right
7082 fringe (Bug#8837).
7083 (term-check-size): Use window-text-height (Bug#5445).
7084 (term-mode): Use define-derived-mode. Minor cleanups.
7085 Set font-lock-defaults (Bug#7692).
7086 (term-move-columns, term-insert-char, term-emulate-terminal)
7087 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
7088
7089 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
7090
7091 * net/ange-ftp.el (ange-ftp-get-passwd):
7092 Bind `enable-recursive-minibuffers'.
7093 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
7094
7095 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
7096
7097 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
7098
7099 2012-06-19 Glenn Morris <rgm@gnu.org>
7100
7101 * progmodes/python.el (python-mode): Derive from prog-mode.
7102
7103 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
7104
7105 * emulation/edt.el (edt-default-menu-bar-update-buffers)
7106 (edt-user-menu-bar-update-buffers): New functions.
7107 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
7108
7109 2012-06-19 Chong Yidong <cyd@gnu.org>
7110
7111 * subr.el (with-selected-window): Preserve the selected window's
7112 terminal's top-frame (Bug#4702).
7113
7114 * window.el (save-selected-window): Likewise.
7115
7116 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7117
7118 * progmodes/python.el (python-rx-constituents): Move backquote.
7119 (python-skeleton-define, python-define-auxiliary-skeleton):
7120 Use `declare'.
7121
7122 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
7123
7124 * minibuffer.el (read-file-name-default): Revert the patch from
7125 2012-06-17.
7126
7127 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
7130 (pcase--u1, pcase--q1): Don't use apply-partially.
7131
7132 2012-06-18 Glenn Morris <rgm@gnu.org>
7133
7134 * progmodes/python.el (python-proc, python-buffer)
7135 (python-send-receive, python-send-string): Fix obsolete versions.
7136
7137 2012-06-18 Martin Rudalics <rudalics@gmx.at>
7138
7139 * window.el (special-display-p): Completely remove stringp
7140 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
7141
7142 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
7143
7144 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
7145
7146 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
7147
7148 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
7149 * net/tramp-sh.el (tramp-maybe-open-connection):
7150 Throw if `non-essential' is non-nil.
7151
7152 2012-06-17 Martin Rudalics <rudalics@gmx.at>
7153
7154 * window.el (special-display-p): Signal an error if BUFFER-NAME
7155 is not a string (Bug#11713).
7156
7157 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
7158
7159 * progmodes/python.el (python-info-beginning-of-backslash):
7160 Rename from python-info-beginning-of-backlash, as a spelling fix.
7161
7162 2012-06-17 Chong Yidong <cyd@gnu.org>
7163
7164 * term.el (term-emulate-terminal): If term-check-size is called,
7165 move point to the process mark without resetting point (Bug#4635).
7166
7167 2012-06-17 Glenn Morris <rgm@gnu.org>
7168
7169 * international/mule-cmds.el (mule-menu-keymap)
7170 (set-language-environment, set-locale-environment): Doc tweaks.
7171
7172 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
7173
7174 * cus-face.el (custom-face-attributes): Add wave-style underline
7175 attribute.
7176 * faces.el (set-face-attribute): Update docstring to describe
7177 wave-style underline attribute.
7178
7179 2012-06-16 Chong Yidong <cyd@gnu.org>
7180
7181 * term/xterm.el (terminal-init-xterm): Discard input before
7182 querying background mode (Bug#10959).
7183
7184 2012-06-16 Stefan Merten <smerten@oekonux.de>
7185
7186 * textmodes/rst.el: Added and corrected some comments.
7187 (rst-re-alist-def): Improve symbol syntax.
7188 (rst-mode-syntax-table): Correct syntax entries.
7189 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7190 (rst-official-version, rst-official-cvs-rev): Update version
7191 information.
7192
7193 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
7194
7195 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
7196 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
7197
7198 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
7199
7200 * progmodes/python.el: New python.el merge.
7201 (python-guess-indent): Obsolete var.
7202 (python-indent-guess-indent-offset): New defcustom.
7203 (python-indent): Obsolete var.
7204 (python-indent-offset): New defcustom.
7205 (python-python-command, python-jython-command): Delete var.
7206 (python-shell-interpreter): New defcustom.
7207 (python-pdbtrack-do-tracking-p): Delete var.
7208 (python-pdbtrack-activate): New defcustom.
7209 (python-use-skeletons): Obsolete var.
7210 (python-skeleton-autoinsert): New defcustom.
7211 (inferior-python-filter-regexp, python-continuation-offset)
7212 (python-honour-comment-indentation, python-indent-string-contents)
7213 (python-jython-packages, python-mode-hook)
7214 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
7215 (python-shell-prompt-alist)
7216 (python-source-modes): Delete defcustoms.
7217 (python-check-buffer-name, python-eldoc-setup-code)
7218 (python-eldoc-string-code, python-ffap-setup-code)
7219 (python-ffap-string-code, python-fill-comment-function)
7220 (python-fill-decorator-function, python-fill-paren-function)
7221 (python-fill-string-function, python-imenu-include-defun-type)
7222 (python-imenu-make-tree, python-imenu-subtree-root-label)
7223 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
7224 (python-shell-compilation-regexp-alist)
7225 (python-shell-completion-module-string-code)
7226 (python-shell-completion-pdb-string-code)
7227 (python-shell-completion-setup-code)
7228 (python-shell-completion-string-code)
7229 (python-shell-enable-font-lock, python-shell-exec-path)
7230 (python-shell-extra-pythonpaths)
7231 (python-shell-internal-buffer-name, python-shell-interpreter-args)
7232 (python-shell-process-environment)
7233 (python-shell-prompt-block-regexp)
7234 (python-shell-prompt-output-regexp)
7235 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
7236 (python-shell-send-setup-max-wait, python-shell-setup-codes)
7237 (python-shell-virtualenv-path): New defcustoms.
7238 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
7239 (inferior-python-mode-syntax-table, python--prompt-regexp)
7240 (python-buffer, python-command python-python-command)
7241 (python-default-template, python-imports, python-indent-index)
7242 (python-indent-list, python-indent-list-length)
7243 (python-mode-running, python-pdbtrack-is-tracking-p)
7244 (python-preoutput-continuation, python-preoutput-leftover)
7245 (python-preoutput-result, python-preoutput-skip-next-prompt)
7246 (python-prev-dir/file, python-recursing)
7247 (python-saved-check-command, python-version-checked)
7248 (python-which-func-length-limit)
7249 (view-return-to-alist): Delete vars.
7250 (python-check-custom-command, python-dotty-syntax-table)
7251 (python-imenu-index-alist, python-indent-current-level)
7252 (python-indent-dedenters, python-indent-levels)
7253 (python-nav-beginning-of-defun-regexp)
7254 (python-nav-list-defun-positions-cache)
7255 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
7256 (python-shell-internal-buffer)
7257 (python-skeleton-available): New vars.
7258 (def-python-skeleton): Delete macro.
7259 (python-skeleton-define): New macro.
7260 (python-define-auxiliary-skeleton, python-rx): New macros.
7261 (python-insert-class): Delete command.
7262 (python-skeleton-class): New command.
7263 (python-insert-def): Delete command.
7264 (python-skeleton-def): New command.
7265 (python-insert-for): Delete command.
7266 (python-skeleton-for): New command.
7267 (python-insert-if): Delete command.
7268 (python-skeleton-if): New command.
7269 (python-insert-try/except, python-insert-try/finally): Delete commands.
7270 (python-skeleton-try): New command.
7271 (python-insert-while): Delete command.
7272 (python-skeleton-while): New command.
7273 (python-backspace): Delete command.
7274 (python-indent-dedent-line-backspace): New command.
7275 (python-electric-colon): Delete command.
7276 (python-indent-electric-colon): New command.
7277 (python-guess-indent): Delete command.
7278 (python-indent-guess-indent-offset): New command.
7279 (python-shift-left): Delete command.
7280 (python-indent-shift-left): New command.
7281 (python-shift-right): Delete command.
7282 (python-indent-shift-right): New command.
7283 (python-find-function): Delete command.
7284 (python-nav-jump-to-defun): New command.
7285 (python-next-statement): Delete command.
7286 (python-nav-forward-sentence): New command.
7287 (python-previous-statement): Delete command.
7288 (python-nav-backward-sentence): New command.
7289 (python-fill-paragraph): Delete command.
7290 (python-fill-paragraph-function): New command.
7291 (python-send-buffer): Delete command.
7292 (python-shell-send-buffer): New command.
7293 (python-send-defun): Delete command.
7294 (python-shell-send-defun): New command.
7295 (python-send-region, python-send-region-and-go): Delete commands.
7296 (python-shell-send-region)
7297 (python-shell-switch-to-shell): New commands.
7298 (python-send-string): Delete command.
7299 (python-shell-send-string): New command.
7300 (python-switch-to-python): Delete command.
7301 (python-shell-switch-to-shell): New command.
7302 (python-describe-symbol): Delete command.
7303 (python-eldoc-at-point): New command.
7304 (python--set-prompt-regexp, python-args-to-list)
7305 (python-after-info-look, python-check-version)
7306 (python-check-comint-prompt, python-find-imports)
7307 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
7308 (python-unload-function, python-expand-template)
7309 (python-maybe-jython, python-preoutput-filter)
7310 (python-pdbtrack-get-source-buffer)
7311 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
7312 (python-pdbtrack-toggle-stack-tracking)
7313 (python-pdbtrack-track-stack-file, python-initial-text)
7314 (python-first-word, python-comment-line-p, python-send-command)
7315 (python-setup-brm, python-sentinel, python-set-proc)
7316 (python-skip-out, python-input-filter, python-outdent-p)
7317 (python-outline-level, python-backslash-continuation-line-p)
7318 (python-end-of-block, python-end-of-statement, python-mark-block)
7319 (python-beginning-of-block, python-beginning-of-statement)
7320 (python-blank-line-p, python-beginning-of-string)
7321 (python-open-block-statement-p): Delete functions.
7322 (python-indent-line, python-indent-line-1): Delete functions.
7323 (python-indent-line): New function.
7324 (python-indentation-levels): Delete function.
7325 (python-indent-calculate-levels): New function.
7326 (python-proc): Delete function.
7327 (python-shell-get-process): New function.
7328 (python-send-receive): Delete function.
7329 (python-shell-send-string-no-output): New function.
7330 (python-module-path): Delete function.
7331 (python-ffap-module-path): New function.
7332 (python-completion-at-point)
7333 (python-symbol-completions): Delete functions.
7334 (python-completion-complete-at-point): New function.
7335 (python-load-file): Delete function.
7336 (python-shell-send-file): New function.
7337 (python-calculate-indentation): Delete function.
7338 (python-indent-calculate-indentation): New function.
7339 (python-skip-comments/blanks): Delete function.
7340 (python-util-forward-comment): New function.
7341 (python-continuation-line-p): Delete function.
7342 (python-info-continuation-line-p): New function.
7343 (python-which-func, python-current-defun): Delete function.
7344 (python-info-current-defun): New function.
7345 (python-beginning-of-defun): Delete function.
7346 (python-nav-beginning-of-defun): New function.
7347 (python-close-block-statement-p)
7348 (python-block-end-p): Delete function.
7349 (python-info-closing-block): New function.
7350 (python-comint-output-filter-function)
7351 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
7352 (python-fill-comment, python-fill-decorator, python-fill-paren)
7353 (python-fill-string, python-imenu-make-element-tree)
7354 (python-imenu-make-tree, python-imenu-tree-assoc)
7355 (python-indent-context, python-indent-dedent-line)
7356 (python-indent-line-function)
7357 (python-indent-post-self-insert-function)
7358 (python-indent-toggle-levels)
7359 (python-info-assignment-continuation-line-p)
7360 (python-info-beginning-of-backlash)
7361 (python-info-block-continuation-line-p)
7362 (python-info-closing-block-message)
7363 (python-info-line-ends-backslash-p)
7364 (python-info-looking-at-beginning-of-defun)
7365 (python-info-ppss-context, python-info-ppss-context-type)
7366 (python-nav-list-defun-positions, python-nav-read-defun)
7367 (python-nav-sentence-end, python-nav-sentence-start)
7368 (python-pdbtrack-comint-output-filter-function)
7369 (python-pdbtrack-set-tracked-buffer)
7370 (python-shell-calculate-exec-path)
7371 (python-shell-calculate-process-environment)
7372 (python-shell-completion--do-completion-at-point)
7373 (python-shell-completion--get-completions)
7374 (python-shell-completion-complete-at-point)
7375 (python-shell-completion-complete-or-indent)
7376 (python-shell-get-or-create-process)
7377 (python-shell-get-process-name)
7378 (python-shell-internal-get-or-create-process)
7379 (python-shell-internal-get-process-name)
7380 (python-shell-internal-send-string, python-shell-make-comint)
7381 (python-shell-parse-command, python-shell-send-setup-code)
7382 (python-skeleton-add-menu-items)
7383 (python-util-clone-local-variables, python-util-position)
7384 (run-python-internal, python-indentation-levels)
7385 (python-nav-beginning-of-defun)
7386 (python-completion-complete-at-point): New functions.
7387 (run-python): Change arguments. New API requirements.
7388
7389 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7390
7391 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
7392 (bug#11649).
7393
7394 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
7395 (macroexp--expand-all): Use it.
7396
7397 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
7398 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
7399 Use `cl-function' instead.
7400
7401 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
7402
7403 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
7404 Suggested by Stefan Monnier while discussing bug#11657.
7405
7406 2012-06-14 Sam Steingold <sds@gnu.org>
7407
7408 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
7409
7410 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
7411
7412 * play/doctor.el (doctor-doc): Remove parameter and use
7413 doctor-sent instead of sent.
7414 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
7415
7416 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7417
7418 * files.el: Require cl-lib.
7419 (file-name-non-special): Replace case -> cl-case.
7420
7421 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
7422
7423 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
7424 mapping from #' to function*.
7425
7426 2012-06-13 Chong Yidong <cyd@gnu.org>
7427
7428 * mouse.el (mouse-drag-track): Do not set the mark if the user
7429 releases the mouse without selecting anything (Bug#11588).
7430
7431 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
7434 as well (bug#11646).
7435
7436 * loadup.el: Count byte-code functions as well.
7437
7438 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
7439 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
7440
7441 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
7442 (bug#11649). Add cl-defun and cl-defmacro.
7443
7444 2012-06-13 Drew Adams <drew.adams@oracle.com>
7445
7446 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
7447 Fix last change.
7448
7449 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
7450
7451 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
7452 Otherwise, it blocks in batch mode.
7453
7454 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
7455
7456 * help-mode.el (bookmark-make-record-default): Declare.
7457
7458 2012-06-13 Chong Yidong <cyd@gnu.org>
7459
7460 * emacs-lisp/package.el (list-packages): Compute a list of
7461 packages that are newly-available since the last list-packages
7462 invocation.
7463 (package-menu--new-package-list): New var.
7464 (package-menu--generate, package-menu--print-info)
7465 (package-menu--status-predicate, package-menu-mark-install):
7466 Handle new status label "new".
7467
7468 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7469
7470 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
7471 conversion to backquotes.
7472
7473 2012-06-12 Chong Yidong <cyd@gnu.org>
7474
7475 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
7476 Rename from gud-inhibit-global-bindings.
7477
7478 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
7479
7480 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
7481 hook from nxml-glyph-set-hook.
7482
7483 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
7484 declaration.
7485
7486 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
7487
7488 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
7489 Convert to defcustom.
7490
7491 2012-06-12 Drew Adams <drew.adams@oracle.com>
7492
7493 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
7494 New functions.
7495 (help-mode): Use them.
7496
7497 2012-06-11 Glenn Morris <rgm@gnu.org>
7498
7499 * progmodes/fortran.el (fortran-font-lock-keywords-3):
7500 Use preprocessor face for directives.
7501 (fortran-directive-re): Doc fix.
7502
7503 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
7506 conversion to backquotes (bug#11652).
7507
7508 Fix compiler-expansion of CL's cXXr functions (bug#11673).
7509 * emacs-lisp/cl-lib.el (cl--defalias): New function.
7510 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
7511 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
7512 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
7513 (cl-ninth, cl-tenth): Mark them as inlinable.
7514 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
7515 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
7516 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
7517 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
7518 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
7519 (cl-list*, cl-adjoin): Don't put an autoload manually.
7520 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
7521 (cl--compiler-macro-list*): Add autoload cookie.
7522 (cl--compiler-macro-cXXr): New function.
7523
7524 * help-fns.el (help-fns--compiler-macro): New function extracted from
7525 describe-function-1; follow aliases and use `compiler-macro' property.
7526 (describe-function-1): Use it.
7527
7528 2012-06-11 Chong Yidong <cyd@gnu.org>
7529
7530 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
7531 is uninstalled, if imagemagick is installed.
7532
7533 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7534
7535 * emacs-lisp/cl-lib.el: Use lexical-binding.
7536 (cl-map-extents, cl-maclisp-member): Remove.
7537 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
7538 (cl--set-substring, cl--block-wrapper, cl--block-throw)
7539 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
7540 * emacs-lisp/cl-extra.el: Use lexical-binding.
7541 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
7542 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
7543 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
7544 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
7545 * emacs-lisp/cl-seq.el: Use lexical-binding.
7546 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
7547 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
7548 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
7549 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
7550 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
7551 CL's internals.
7552
7553 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
7554
7555 Sync with Tramp 2.2.6-pre.
7556
7557 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
7558 `print-length' and `print-level' to nil, in order to avoid
7559 truncation. Reported by Christopher Schmidt
7560 <christopher@ristopher.com>.
7561
7562 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
7563
7564 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
7565 New defmacro.
7566 (tramp-compat-copy-directory): Add optional argument
7567 COPY-CONTENTS. It is not handled yet.
7568
7569 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
7570 (tramp-ftp-file-name-p): Simplify.
7571
7572 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
7573 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
7574 connection vector.
7575
7576 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
7577 (tramp-methods): Do not use `tramp-password-end-of-line'.
7578 (tramp-completion-function-alist-putty): Handle UNIX case.
7579 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
7580 (tramp-do-file-attributes-with-stat)
7581 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
7582 gid as real numbers. They could run out of integer range on cygwin.
7583 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
7584 (tramp-sh-handle-expand-file-name): Handle hops.
7585 (tramp-open-connection-setup-interactive-shell):
7586 Use `tramp-cleanup'. Move check for busyboxes ...
7587 (tramp-find-shell): ... here. Simplify implementation.
7588 Set "remote-shell" property also for alternative shells.
7589 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
7590 If failing, a regular file would be written otherwise.
7591 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
7592 (tramp-find-inline-encoding): Cache the coding commands in the
7593 process cache. Apply test command on the remote side, if defined.
7594 (tramp-find-inline-compress): Cache the compress commands in the
7595 process cache.
7596 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
7597 when requested. Handle hops.
7598 (tramp-current-connection): New defvar.
7599 (tramp-maybe-open-connection): Use `tramp-cleanup'.
7600 Throw `suppress', if there was a failed connection shortly before.
7601 Handle user interrupt. (Bug#10187)
7602 (tramp-get-inline-compress, tramp-get-inline-coding):
7603 Read connection properties from the process cache.
7604
7605 * net/tramp-smb.el (tramp-smb-server-version)
7606 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
7607 New defconsts.
7608 (tramp-smb-prompt): Extend for powershell prompt.
7609 (tramp-smb-file-name-handler-alist): Add handlers for
7610 `process-file', `shell-command' and `start-file-process'.
7611 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
7612 (tramp-smb-winexe-shell-command-switch): New defcustoms.
7613 (tramp-smb-file-name-p): Simplify.
7614 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
7615 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
7616 (tramp-smb-shell-quote-argument): New defuns.
7617 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
7618 Implement using "tar". By this, time-stamps are preserved.
7619 (tramp-smb-handle-copy-file): Handle also the case of directories.
7620 (tramp-smb-do-file-attributes-with-stat)
7621 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
7622 Use `tramp-get-connection-buffer').
7623 (tramp-smb-handle-rename-file): Use "rename", when source and
7624 target are on the same share.
7625 (tramp-smb-maybe-open-connection): Handle wrong passwords.
7626 Use `tramp-smb-server-version'.
7627 (tramp-smb-wait-for-output): Remove prompt.
7628
7629 * net/tramp.el (top): Require 'cl.
7630 (tramp-methods, tramp-rsh-end-of-line):
7631 Remove `tramp-password-end-of-line' from docstring.
7632 (tramp-save-ad-hoc-proxies): New defcustom.
7633 (tramp-completion-function-alist): Adapt docstring.
7634 (tramp-default-password-end-of-line): Remove defcustom.
7635 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
7636 (tramp-user-regexp, tramp-file-name-regexp-unified)
7637 (tramp-file-name-regexp-url): Extend regexp by hop separator.
7638 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
7639 (tramp-remote-file-name-spec-regexp): New defconst.
7640 (tramp-file-name-structure): Extend structure for hops.
7641 (tramp-get-method-parameter): Move up.
7642 (tramp-file-name-p, tramp-dissect-file-name)
7643 (with-parsed-tramp-file-name): Handle hops.
7644 (tramp-file-name-hop): New defun.
7645 (tramp-make-tramp-file-name): New optional arg HOP.
7646 (tramp-message-show-progress-reporter-message): New defvar.
7647 (tramp-with-progress-reporter): Use it. We cannot use
7648 `tramp-message-show-message' here, because this suppresses also
7649 error buffers.
7650 (tramp-error-with-buffer): Suppress buffer view, if
7651 `tramp-message-show-message' is nil.
7652 Use `tramp-get-connection-buffer'.
7653 (tramp-cleanup): New defun.
7654 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
7655 (tramp-file-name-handler): If `debug-on-error' is set, propagate
7656 an error unchanged.
7657 (tramp-completion-handle-file-name-all-completions): Handle hops.
7658 Fix an error when called from ido.
7659 (tramp-completion-dissect-file-name): Use better local variable
7660 name. Add hop to the vector.
7661 (tramp-handle-insert-file-contents): Use progress-reporter for the
7662 whole scenario.
7663 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
7664 to `t'.
7665 (tramp-check-for-regexp): Simplify search.
7666 (tramp-enter-password): Remove it. Move implementation ...
7667 (tramp-action-password): ... here.
7668 (tramp-mode-string-to-int, tramp-local-host-p)
7669 (tramp-make-tramp-temp-file, tramp-read-passwd)
7670 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
7671 Set tramp-autoload cookie.
7672
7673 * net/trampver.el: Update release number.
7674
7675 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7676 Michael Albinus <michael.albinus@gmx.de>
7677
7678 * net/tramp.el (tramp-set-completion-function): Fix docstring.
7679 (tramp-parse-group, tramp-parse-file)
7680 (tramp-parse-shostkeys-sknownhosts): New defuns.
7681 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
7682 (tramp-parse-shosts-group, tramp-parse-sconfig)
7683 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
7684 (tramp-parse-sknownhosts, tramp-parse-hosts)
7685 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
7686 Use them.
7687 (tramp-parse-passwd-group, tramp-parse-netrc-group)
7688 (tramp-parse-putty-group): Don't narrow.
7689 (tramp-parse-putty): Make a loop.
7690 (tramp-file-name-handler): Catch the `suppress' signal.
7691
7692 2012-06-11 Chong Yidong <cyd@gnu.org>
7693
7694 * image.el (imagemagick-register-types): Put the ImageMagick entry
7695 at the end of image-type-file-name-regexps.
7696
7697 2012-06-11 Johan Bockgård <bojohan@gnu.org>
7698
7699 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
7700 (pcase, pcase-let*, pcase-dolist): Use them.
7701
7702 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7703
7704 * emacs-lisp/pcase.el (pcase--let*): New function.
7705 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
7706 (pcase--expand): Use macroexp-let².
7707
7708 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7709
7710 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
7711 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
7712 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
7713 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
7714 * emacs-lisp/derived.el: Use pcase instead of `cl'.
7715 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
7716
7717 2012-06-10 Glenn Morris <rgm@gnu.org>
7718
7719 * mail/rmail.el (rmail-yank-current-message): Leave point at
7720 correct position. (Bug#11660)
7721
7722 2012-06-10 Chong Yidong <cyd@gnu.org>
7723
7724 * allout-widgets.el: Fix code header.
7725
7726 2012-06-10 Chong Yidong <cyd@gnu.org>
7727
7728 * cus-edit.el (customize-changed-options-previous-release):
7729 Bump to 24.1.
7730
7731 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
7732
7733 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
7734
7735 2012-06-09 Chong Yidong <cyd@gnu.org>
7736
7737 * ebuff-menu.el (electric-buffer-list): Preserve header line.
7738
7739 2012-06-09 Martin Rudalics <rudalics@gmx.at>
7740
7741 * window.el (special-display-popup-frame): Don't use
7742 window--display-buffer (Bug#11651).
7743
7744 2012-06-09 Eli Zaretskii <eliz@gnu.org>
7745
7746 Fix parallel builds: make sure loaddefs.el is not being written
7747 while Lisp files are compiled.
7748 (compile): Don't depend on 'mh-autoloads'.
7749 (compile-CMD, compile-SH): Depend on 'autoloads'.
7750 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
7751
7752 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
7753
7754 2012-06-09 Chong Yidong <cyd@gnu.org>
7755
7756 * face-remap.el (face-remap-add-relative, face-remap-set-base)
7757 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
7758 Doc fixes (Bug#11225).
7759
7760 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7761
7762 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
7763 a function if there's a clear indication that it has a compiler-macro.
7764 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
7765 (macro-declarations-alist): Add arglist to declaration functions.
7766 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
7767 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
7768 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
7769 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
7770 Also add autoload to find the compiler macro.
7771 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
7772 (cl--compiler-macro-member, cl--compiler-macro-assoc)
7773 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
7774 (cl--compiler-macro-get): New functions, replacing calls to
7775 cl-define-compiler-macro.
7776 (cl-typep) [compiler-macro]: Use macroexp-let².
7777
7778 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
7779
7780 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
7781 string properly, fixes Bug#11473.
7782
7783 2012-06-08 Chong Yidong <cyd@gnu.org>
7784
7785 * faces.el (set-face-attribute): Doc fix.
7786 (modify-face): Don't use :bold and :italic.
7787 (error, warning, success): Tweak definitions.
7788
7789 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
7790 (custom-modified, custom-set, custom-changed, custom-themed)
7791 (custom-saved, custom-button, custom-button-mouse)
7792 (custom-button-pressed, custom-state, custom-comment-tag)
7793 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
7794 (custom-group-subtitle): Use new-style face specs.
7795 (custom-invalid-face, custom-rogue-face, custom-modified-face)
7796 (custom-set-face, custom-changed-face, custom-saved-face)
7797 (custom-button-face, custom-button-pressed-face)
7798 (custom-documentation-face, custom-state-face)
7799 (custom-comment-face, custom-comment-tag-face)
7800 (custom-variable-tag-face, custom-variable-button-face)
7801 (custom-face-tag-face, custom-group-tag-face-1)
7802 (custom-group-tag-face): Remove obsolete face alias.
7803
7804 * epa.el (epa-validity-high, epa-validity-medium)
7805 (epa-validity-low, epa-mark, epa-field-name, epa-string)
7806 (epa-field-name, epa-field-body):
7807 * font-lock.el (font-lock-comment-face, font-lock-string-face)
7808 (font-lock-keyword-face, font-lock-builtin-face)
7809 (font-lock-function-name-face, font-lock-variable-name-face)
7810 (font-lock-type-face, font-lock-constant-face):
7811 * ido.el (ido-first-match, ido-only-match, ido-subdir)
7812 (ido-virtual, ido-indicator, ido-incomplete-regexp):
7813 * speedbar.el (speedbar-button-face, speedbar-file-face)
7814 (speedbar-directory-face, speedbar-tag-face)
7815 (speedbar-selected-face, speedbar-highlight-face)
7816 (speedbar-separator-face):
7817 * whitespace.el (whitespace-newline, whitespace-space)
7818 (whitespace-hspace, whitespace-tab, whitespace-trailing)
7819 (whitespace-line, whitespace-space-before-tab)
7820 (whitespace-space-after-tab, whitespace-indentation)
7821 (whitespace-empty):
7822 * emulation/cua-base.el (cua-global-mark):
7823 * eshell/em-prompt.el (eshell-prompt):
7824 * net/newst-plainview.el (newsticker-new-item-face)
7825 (newsticker-old-item-face, newsticker-immortal-item-face)
7826 (newsticker-obsolete-item-face, newsticker-date-face)
7827 (newsticker-statistics-face, newsticker-default-face):
7828 * net/newst-reader.el (newsticker-feed-face)
7829 (newsticker-extra-face, newsticker-enclosure-face):
7830 * net/newst-treeview.el (newsticker-treeview-face)
7831 (newsticker-treeview-new-face, newsticker-treeview-old-face)
7832 (newsticker-treeview-immortal-face)
7833 (newsticker-treeview-obsolete-face)
7834 (newsticker-treeview-selection-face):
7835 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
7836 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
7837 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
7838 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
7839 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
7840 (nxml-outline-active-indicator, nxml-outline-ellipsis):
7841 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
7842 (mpuz-text):
7843 * progmodes/vera-mode.el (vera-font-lock-number)
7844 (vera-font-lock-function, vera-font-lock-interface):
7845 * textmodes/table.el (table-cell): Use new-style face specs, and
7846 don't use the old :bold and :italic attributes.
7847
7848 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7849 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
7850 (ebrowse-member-class, ebrowse-progress): Likewise.
7851 (ebrowse-tree-mark-face, ebrowse-root-class-face)
7852 (ebrowse-file-name-face, ebrowse-default-face)
7853 (ebrowse-member-attribute-face, ebrowse-member-class-face)
7854 (ebrowse-progress-face): Remove obsolete faces.
7855
7856 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7857 Inherit from error and warning faces respectively.
7858
7859 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7860 Likewise.
7861 (flyspell-incorrect-face, flyspell-duplicate-face):
7862 Remove obsolete aliases.
7863
7864 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
7865
7866 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
7867 Avoid infloop.
7868
7869 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7870
7871 * startup.el (argv, argi): Make lexically scoped.
7872 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
7873 * emacs-lisp/cl-macs.el: Use lexical-binding.
7874 Rename cl-bind-* to cl--bind-*.
7875 * files.el: Don't require `cl' since it doesn't use it.
7876 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
7877
7878 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
7879
7880 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
7881 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
7882 instead of calling external sort utility.
7883 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
7884
7885 2012-06-08 Eli Zaretskii <eliz@gnu.org>
7886
7887 * descr-text.el (describe-char): Mention how to insert the
7888 character, if the current input method doesn't support it.
7889 See the discussion in this thread for the details:
7890 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
7891
7892 2012-06-08 Sam Steingold <sds@gnu.org>
7893
7894 * bindings.el (global-map): Bind XF86Forward to next-buffer and
7895 XF86Back to previous-buffer.
7896 (minibuffer-local-map): Bind them to next-history-element and
7897 previous-history-element respectively.
7898 * help-mode.el (help-mode-map): Bind them to help-go-forward and
7899 help-go-back respectively.
7900 * info.el (Info-mode-map): Bind them to Info-history-forward and
7901 Info-history-back respectively.
7902 These are the keys next to Up on the ThinkPad keyboard.
7903
7904 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7905
7906 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
7907 * emacs-lisp/cl-macs.el: Provide itself.
7908 (cl--labels-convert-cache): New var.
7909 (cl--labels-convert): New function.
7910 (cl-flet, cl-labels): New implementation with new semantics, relying on
7911 lexical-binding.
7912 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
7913 (cl-closure-vars, cl--function-convert-cache)
7914 (cl--function-convert): Move from cl-macs.el.
7915 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
7916 rename by removing the "cl-" prefix.
7917 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
7918
7919 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7920
7921 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
7922 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
7923 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
7924 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
7925 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
7926 (cl-hash-table-count): Add old compatibility aliases.
7927
7928 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
7929 Use macroexpand-all-environment instead.
7930 (cl--old-macroexpand): New var.
7931 (cl--sm-macroexpand): New function.
7932 (cl-symbol-macrolet): Use it during macro expansion.
7933 (cl--function-convert-cache): New var.
7934 (cl--function-convert): New function, extracted from
7935 cl-macroexpand-all.
7936 (cl-lexical-let): Use it.
7937
7938 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
7939 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
7940 (cl-member): Remove old alias.
7941
7942 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
7943 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
7944 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
7945 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
7946 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
7947 (cl-macroexpand-cmacs): Remove var.
7948 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
7949 Use macroexpand-all instead.
7950
7951 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7952
7953 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
7954 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
7955 (macroexp-copyable-p): New functions and macros.
7956 * emacs-lisp/edebug.el (edebug-unwrap):
7957 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
7958 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
7959 (pcase--let*): Remove.
7960 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
7961 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
7962 macroexp-const-p instead.
7963 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
7964
7965 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
7966 instead of "cl-" for internal definitions. Use macroexp-const-p.
7967 (cl-old-bc-file-form): Remove var.
7968 (cl-const-exprs-p): Remove fun.
7969 (cl-labels, cl-macrolet): Use backquote.
7970 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
7971 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
7972 (cl-define-setf-expander): Rename from cl-define-setf-method.
7973 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
7974
7975 * international/mule-cmds.el: Don't require CL.
7976 (view-hello-file): Don't use `letf'.
7977
7978 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7979
7980 * tmm.el (tmm-prompt): Use string-prefix-p.
7981 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
7982 (tmm-add-prompt): Use minibuffer-completion-help.
7983 (tmm-delete-map): Remove.
7984
7985 * subr.el (kbd): Make it its own function.
7986
7987 2012-06-07 Stefan Merten <smerten@oekonux.de>
7988
7989 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
7990 Silence compiler warnings. Fix versions.
7991 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7992 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
7993 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7994 (rst-package-emacs-version-alist): Correct Emacs version to
7995 represent major merge with upstream.
7996 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7997
7998 2012-06-06 Glenn Morris <rgm@gnu.org>
7999
8000 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
8001 Only print environment variables if set.
8002
8003 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8004
8005 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
8006 (macroexp--cons): Rename from maybe-cons.
8007 (macroexp--accumulate): Rename from macroexp-accumulate.
8008 (macroexp--all-forms): Rename from macroexpand-all-forms.
8009 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
8010 (macroexp--expand-all): Rename from macroexpand-all-1.
8011
8012 2012-06-06 Sam Steingold <sds@gnu.org>
8013
8014 * calendar/calendar.el (calendar-in-read-only-buffer):
8015 Call `special-mode' to enable the standard read-only keybindings.
8016
8017 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8018
8019 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
8020 with "loading" messages (bug#11635).
8021
8022 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
8023
8024 * files.el (enable-remote-dir-locals): New option.
8025 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
8026
8027 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
8028 Ensure, that the temp directory is local.
8029
8030 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
8031 `temporary-file-directory'.
8032
8033 * progmodes/python.el (python-send-region): Ensure, that the
8034 temporary file is created also in the remote case.
8035
8036 2012-06-06 Glenn Morris <rgm@gnu.org>
8037
8038 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
8039 (vc-rcs-update-changelog): Use it.
8040
8041 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
8042
8043 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
8044 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
8045 (vc-sccs-diff): Replace use of the external vcdiff script.
8046
8047 2012-06-05 Glenn Morris <rgm@gnu.org>
8048
8049 * ledit.el: Move to obsolete/.
8050
8051 2012-06-05 Sam Steingold <sds@gnu.org>
8052
8053 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
8054 patch (Bug#11140).
8055
8056 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * emacs-lisp/cust-print.el: Move to obsolete.
8059
8060 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
8061 compiler-macro expansion.
8062
8063 Add native compiler-macro support.
8064 * emacs-lisp/macroexp.el (macroexpand-all-1):
8065 Support compiler-macros directly. Properly follow aliases and apply
8066 the compiler macros more thoroughly.
8067 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
8068 macroexpand now properly follows aliases.
8069 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
8070 (cl-compiler-macroexpand): Use new prop.
8071 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
8072
8073 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
8074
8075 2012-06-05 Martin Rudalics <rudalics@gmx.at>
8076
8077 * window.el (get-lru-window, get-mru-window, get-largest-window):
8078 New argument NOT-SELECTED to avoid picking the selected window.
8079 (window--display-buffer-1, window--display-buffer-2): Replace by
8080 new function window--display-buffer
8081 (display-buffer-same-window, display-buffer-reuse-window)
8082 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8083 Use window--display-buffer.
8084 (display-buffer-use-some-window): Remove temporary dedication
8085 hack by calling get-lru-window and get-largest-window with
8086 NOT-SELECTED argument non-nil. Call window--display-buffer.
8087
8088 2012-06-05 Glenn Morris <rgm@gnu.org>
8089
8090 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
8091 Replace external vcdiff script.
8092
8093 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8094
8095 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
8096
8097 2012-06-04 Chong Yidong <cyd@gnu.org>
8098
8099 * image.el (imagemagick-types-inhibit): Revert last change.
8100 Add INFO and M.
8101 (imagemagick-enabled-types): Remove CIN and EPS*.
8102
8103 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8104
8105 * emacs-lisp/cl-lib.el: Rename from cl.el.
8106 * emacs-lisp/cl.el: New compatibility file.
8107 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
8108 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
8109 to obey the "cl-" prefix.
8110 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
8111
8112 2012-06-03 Glenn Morris <rgm@gnu.org>
8113
8114 * emacs-lisp/authors.el (authors-aliases): Addition.
8115
8116 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
8117 Fix :version.
8118
8119 2012-06-03 Stefan Merten <smerten@oekonux.de>
8120
8121 * textmodes/rst.el: Add comments.
8122 (rst-transition, rst-adornment): New faces.
8123 (rst-adornment-faces-alist): Make default safe to reevaluate.
8124 Fixes
8125 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
8126 Improve customization tags.
8127 (rst-define-level-faces): Clarify meaning.
8128
8129 2012-06-03 Chong Yidong <cyd@gnu.org>
8130
8131 * progmodes/compile.el (compilation-mode-line-fail)
8132 (compilation-mode-line-run, compilation-mode-line-exit):
8133 New faces.
8134 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
8135
8136 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
8137
8138 * progmodes/which-func.el (which-func-update-ediff-windows):
8139 New function. Use it in ediff-select-hook (Bug#11478).
8140
8141 2012-06-03 Chong Yidong <cyd@gnu.org>
8142
8143 * bindings.el: Remove explicit help text from format-mode-line.
8144 It is now supplied by mode-line-default-help-echo.
8145 (mode-line-front-space, mode-line-end-spaces)
8146 (mode-line-misc-info): New variables.
8147 (mode-line-modes, mode-line-position): Move the default value to
8148 the variable definition.
8149 (mode-line-default-help-echo): New defcustom.
8150 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
8151 (mode-line-modified-help-echo): New functions.
8152 (mode-line-mule-info, mode-line-modified): Use them.
8153 (mode-line-eol-desc, propertized-buffer-identification):
8154 Consistency fixes for help text.
8155 (mode-line-coding-system-map): Allow using mouse-3 to invoke
8156 set-buffer-file-coding-system (Bug#289).
8157 (mode-line-mule-info-help-echo): Update help text.
8158
8159 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * simple.el (execute-extended-command): Set real-this-command
8162 (bug#11506).
8163
8164 2012-06-02 Chong Yidong <cyd@gnu.org>
8165
8166 Remove incorrect uses of "modeline" in comments, docstrings, and
8167 function/variable names (Bug#10329).
8168
8169 * cus-edit.el (mode-line):
8170 * dframe.el (dframe-mouse-hscroll):
8171 * emacs-lisp/re-builder.el:
8172 * emacs-lisp/easy-mmode.el (define-minor-mode):
8173 * frame.el (set-frame-name):
8174 * help.el (lookup-minor-mode-from-indicator):
8175 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
8176 * progmodes/cc-cmds.el (c-toggle-auto-newline)
8177 (c-toggle-hungry-state):
8178 * progmodes/antlr-mode.el (antlr-language-alist):
8179 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
8180 * progmodes/vhdl-mode.el (vhdl-mode):
8181 * progmodes/which-func.el (which-func, which-func-cleanup-function):
8182 * term/ns-win.el (ns-face-at-pos):
8183 * term/sup-mouse.el (sup-mouse-report):
8184 * textmodes/flyspell.el (flyspell-mode-line-string):
8185 * textmodes/ispell.el (ispell-highlight-face):
8186 * textmodes/reftex-global.el:
8187 * vc/vc-arch.el (vc-arch-mode-line-string):
8188 * vc/vc-cvs.el (vc-cvs-mode-line-string):
8189 * vc/vc-git.el (vc-git-mode-line-string):
8190 * vc/vc-hooks.el (vc-display-status)
8191 (vc-default-mode-line-string):
8192 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
8193
8194 * ansi-color.el (ansi-color-faces-vector): Change default faces.
8195
8196 * dired.el (dired-sort-set-mode-line): Rename from
8197 dired-sort-set-modeline. All callers changed.
8198
8199 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
8200 eshell-status-in-modeline.
8201
8202 * foldout.el (foldout-mode-line-string): Rename from
8203 foldout-modeline-string. All callers changed.
8204 (foldout-update-mode-line): Rename from foldout-update-modeline.
8205
8206 * subr.el (redraw-modeline): Make into obsolete alias.
8207
8208 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
8209 timeclock-modeline-display. Make old name an alias.
8210 (timeclock-update-mode-line): Likewise. All callers changed.
8211 (timeclock-mode-line-display): No need to check before using
8212 add-hook.
8213 (timeclock-relative, timeclock-day-over-hook)
8214 (timeclock-use-elapsed, timeclock-mode-string)
8215 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
8216
8217 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
8218 crisp-mode-modeline-string.
8219
8220 * play/solitaire.el (solitaire-build-mode-line): Rename from
8221 solitaire-build-modeline. All callers changed.
8222
8223 * play/zone.el (zone-hiding-mode-line): Rename from
8224 zone-hiding-modeline. All callers changed.
8225 (zone): Remove unusued `modeline-hidden-level' property.
8226
8227 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
8228 xscheme-modeline-initialize. All callers changed.
8229
8230 * strokes.el (strokes-lighter): Rename from
8231 strokes-modeline-string.
8232
8233 * textmodes/sgml-mode.el (html-face-tag-alist)
8234 (html-tag-face-alist): Use mode-line face instead of obsolete
8235 alias modeline.
8236
8237 2012-06-02 Stefan Merten <smerten@oekonux.de>
8238
8239 * textmodes/rst.el: Always require `cl'.
8240 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
8241
8242 2012-06-02 Chong Yidong <cyd@gnu.org>
8243
8244 * image.el (imagemagick-enabled-types): Rename from
8245 imagemagick-types-enable. Add many more types.
8246 (imagemagick-types-inhibit): Change default to nil.
8247 (imagemagick-filter-types): Caller changed.
8248
8249 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8250
8251 * emacs-lisp/cl-macs.el: Use backquotes.
8252 (cl-transform-function-property): Use eval-and-compile rather than
8253 abusing `require'.
8254 (defstruct): Use declare-function instead of with-no-warnings.
8255
8256 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
8257 (byte-compile-output-docform): Re-add the print-circle bindings.
8258 (byte-compile-fix-header): Use #$ just because it's shorter.
8259 (byte-compile-output-file-form): Remove defun/defmacro.
8260
8261 2012-06-01 Martin Rudalics <rudalics@gmx.at>
8262
8263 * simple.el (choose-completion): Remove now obsolete binding for
8264 owindow.
8265
8266 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
8267
8268 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
8269 in order to avoid "Stack overflow in regexp matcher".
8270
8271 2012-05-31 Glenn Morris <rgm@gnu.org>
8272
8273 * image.el: For clarity, call imagemagick-register-types at
8274 top-level, rather than relying on a custom :initialize.
8275 (imagemagick-types-enable): New option. (Bug#11557)
8276 (imagemagick-filter-types): New function. (Bug#7406)
8277 (imagemagick-register-types): Use imagemagick-filter-types.
8278 If disabling support, remove elements altogether rather
8279 than using an impossible regexp.
8280 (imagemagick-types-inhibit): Give it the default init function.
8281
8282 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8283
8284 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
8285 Handle arbitrary file name lengths (Bug#11585).
8286
8287 2012-05-31 Martin Rudalics <rudalics@gmx.at>
8288
8289 * desktop.el (desktop-read): Clear previous and next buffers for
8290 all windows and bury *Messages* buffer (bug#11556).
8291
8292 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8293
8294 Add `declare' for `defun'. Align `defmacro's with it.
8295 * emacs-lisp/easy-mmode.el (define-minor-mode)
8296 (define-globalized-minor-mode): Don't autoload the var definitions.
8297 * emacs-lisp/byte-run.el: Use lexical-binding.
8298 (defun-declarations-alist, macro-declarations-alist): New vars.
8299 (defmacro, defun): Use them.
8300 (make-obsolete, define-obsolete-function-alias)
8301 (make-obsolete-variable, define-obsolete-variable-alias):
8302 Use `declare'.
8303 (macro-declaration-function): Mark obsolete.
8304 * emacs-lisp/autoload.el: Use lexical-binding.
8305 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
8306
8307 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8308
8309 * textmodes/ispell.el (ispell-with-no-warnings):
8310 Define as a macro.
8311 (ispell-kill-ispell, ispell-change-dictionary):
8312 Use `called-interactively-p' for Emacs instead of obsolete
8313 `interactive-p'.
8314
8315 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8316
8317 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
8318 (macro-declaration-function): Move var from C code.
8319 (macro-declaration-function): Define function with defalias.
8320 * emacs-lisp/macroexp.el (macroexpand-all-1):
8321 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
8322 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
8323 defun/defmacro any more.
8324 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
8325 Provide fallback for unknown arglist.
8326 (byte-compile-arglist-warn): Change calling convention.
8327 (byte-compile-output-file-form): Move print-vars binding.
8328 (byte-compile-output-docform): Simplify accordingly.
8329 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
8330 (byte-compile-defmacro-declaration): Remove.
8331 (byte-compile-file-form-defmumble): Generalize to defalias.
8332 (byte-compile-output-as-comment): Return byte-positions.
8333 Simplify callers accordingly.
8334 (byte-compile-lambda): Use `assert'.
8335 (byte-compile-defun, byte-compile-defmacro): Remove.
8336 (byte-compile-file-form-defalias):
8337 Use byte-compile-file-form-defmumble.
8338 (byte-compile-defalias-warn): Remove.
8339
8340 2012-05-29 Stefan Merten <smerten@oekonux.de>
8341
8342 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
8343 possible. Fix authors. Improve comments. Improve loading of `cl'.
8344
8345 (rst-mode-abbrev-table): Merge definition.
8346 (rst-mode): Make sure `font-lock-defaults' is buffer local.
8347 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
8348
8349 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
8350
8351 * calendar/icalendar.el
8352 (icalendar-export-region): Export UID properly.
8353
8354 2012-05-29 Leo Liu <sdl.web@gmail.com>
8355 * calendar/icalendar.el (icalendar-import-format):
8356 Add `icalendar-import-format-uid' (Bug#11525).
8357 (icalendar-import-format-uid): New.
8358 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
8359 Export UID.
8360
8361 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8362
8363 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
8364 different alternative patterns.
8365 (pcase-codegen): Be more careful to preserve identity.
8366 (pcase--u1): Don't forget to mark vars as used.
8367
8368 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
8369 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
8370 (byte-compile-from-buffer): ...rather than here.
8371
8372 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
8373 functions from byte-compile-function-environment.
8374
8375 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
8376
8377 * window.el (window-deletable-p): Avoid deleting the root window
8378 of a frame with an active minibuffer.
8379
8380 2012-05-29 Martin Rudalics <rudalics@gmx.at>
8381
8382 * simple.el (choose-completion): Use quit-window (Bug#11567).
8383
8384 2012-05-29 Chong Yidong <cyd@gnu.org>
8385
8386 * whitespace.el (whitespace-cleanup): Fix usage of
8387 whitespace-empty-at-bob-regexp (Bug#11492).
8388
8389 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8390
8391 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
8392 revert (Bug#11488).
8393
8394 2012-05-29 Juri Linkov <juri@jurta.org>
8395
8396 * isearch.el (isearch-mode-map): Bind `M-s _' to
8397 `isearch-toggle-symbol'. Bind `M-s c' to
8398 `isearch-toggle-case-fold'.
8399 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
8400 (isearch-forward): Add `M-s _' to the docstring.
8401 (isearch-forward-symbol, isearch-toggle-case-fold)
8402 (isearch-symbol-regexp): New functions. (Bug#11381)
8403
8404 2012-05-29 Juri Linkov <juri@jurta.org>
8405
8406 * isearch.el (isearch-word): Add docstring. (Bug#11381)
8407 (isearch-occur, isearch-search-and-update): If `isearch-word' is
8408 a function, call it to get the regexp.
8409 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
8410 property `isearch-message-prefix' instead of the string "word ".
8411 (isearch-search-fun-default): For the case of `isearch-word',
8412 return a lambda that calls re-search-forward/re-search-backward
8413 with a regexp returned by `word-search-regexp' or by the function
8414 in `isearch-word'.
8415
8416 2012-05-29 Juri Linkov <juri@jurta.org>
8417
8418 * isearch.el (isearch-search-fun-default): New function.
8419 (isearch-search-fun): Move default part to the new function
8420 `isearch-search-fun-default'.
8421 (isearch-search-fun-function): Set the default value to
8422 `isearch-search-fun-default'. (Bug#11381)
8423
8424 * comint.el (comint-history-isearch-end):
8425 Use `isearch-search-fun-default'.
8426 (comint-history-isearch-search): Use `isearch-search-fun-default'
8427 and remove spacial case for `isearch-word'.
8428 (comint-history-isearch-wrap): Remove spacial case for
8429 `isearch-word'.
8430
8431 * hexl.el (hexl-isearch-search-function):
8432 Use `isearch-search-fun-default'.
8433
8434 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
8435 Use `word-search-regexp' for `isearch-word'.
8436
8437 * misearch.el (multi-isearch-search-fun):
8438 Use `isearch-search-fun-default'.
8439
8440 * simple.el (minibuffer-history-isearch-search):
8441 Use `isearch-search-fun-default' and remove spacial case for
8442 `isearch-word'.
8443 (minibuffer-history-isearch-wrap): Remove spacial case for
8444 `isearch-word'.
8445
8446 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
8447 Remove spacial case for `isearch-word'.
8448 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
8449
8450 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8451
8452 Decrease XEmacs incompatibilities.
8453 * textmodes/flyspell.el (flyspell-check-pre-word-p):
8454 Use `string-match'.
8455 (flyspell-delete-region-overlays): Use alternative definition for
8456 XEmacs.
8457 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
8458 (flyspell-word): Use `process-kill-without-query' if XEmacs.
8459 (flyspell-mode-on): Use `interactive-p' if XEmacs.
8460 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
8461 `define-obsolete-face-alias' under XEmacs, but old method.
8462
8463 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
8464 `with-no-warnings' definition or Emacs alias.
8465 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
8466 (ispell-word): Do not use `region-p' if XEmacs.
8467
8468 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8469
8470 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8471 Check for `ispell-dictionary-base-alist' instead of full
8472 `ispell-dictionary-alist'.
8473 (ispell-init-process): Show spellchecker when starting new Ispell
8474 process.
8475
8476 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
8479 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
8480
8481 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
8482
8483 * version.el (motif-version-string, gtk-version-string)
8484 (ns-version-string): Declare.
8485
8486 2012-05-27 Juri Linkov <juri@jurta.org>
8487
8488 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
8489 after the `eval-defun-1' specialcaseing
8490 like in `edebug-eval-defun' (bug#10181).
8491
8492 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
8493 like in `eval-defun-1'.
8494
8495 2012-05-27 Eli Zaretskii <eliz@gnu.org>
8496
8497 * mail/sendmail.el (mail-yank-region):
8498 Recognize rmail-yank-current-message in addition to insert-buffer.
8499 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
8500 a *mail* buffer created through rmail-start-mail with sendmail as
8501 mail-user-agent.
8502
8503 2012-05-27 Chong Yidong <cyd@gnu.org>
8504
8505 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
8506 Default to 256 (Bug#11267).
8507
8508 * help.el (describe-mode): Doc fix.
8509
8510 2012-05-26 Glenn Morris <rgm@gnu.org>
8511
8512 * w32-fns.el (w32-init-info): Remove.
8513 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
8514
8515 * info.el (info-initialize): For self-contained NS builds, put the
8516 included info/ directory at the front. (Bug#2791)
8517
8518 * paths.el (Info-default-directory-list): Make it a defcustom,
8519 mainly so that we can use custom-initialize-delay.
8520
8521 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8522
8523 * subr.el (buffer-has-markers-at): Mark obsolete.
8524
8525 * subr.el (lambda): Use declare.
8526
8527 * emacs-lisp/lisp-mode.el (lambda):
8528 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
8529
8530 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8531
8532 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
8533
8534 2012-05-26 Glenn Morris <rgm@gnu.org>
8535
8536 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
8537
8538 2012-05-25 Glenn Morris <rgm@gnu.org>
8539
8540 * paths.el: Remove no-byte-compile.
8541 * loadup.el: No need to load paths.el uncompiled.
8542
8543 * image.el (imagemagick-types-inhibit): Doc fix.
8544
8545 * version.el: Remove no-byte-compile and associated formatting.
8546 * loadup.el: No need to load version.el uncompiled. AFAICS, this
8547 is ancient code from when there was an "inc-vers.el".
8548
8549 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8550
8551 * progmodes/gdb-mi.el: Minor style changes.
8552 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
8553 Turn into minor modes.
8554 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
8555 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
8556 (gdb-shell): Remove unneeded let-binding.
8557 (gdb-get-many-fields): Eliminate O(n²) behavior.
8558
8559 2012-05-25 Eli Zaretskii <eliz@gnu.org>
8560
8561 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
8562 platforms that don't link in fontset.c.
8563
8564 2012-05-25 Juri Linkov <juri@jurta.org>
8565
8566 Use the same diff color scheme as in modern VCSes (bug#10181).
8567
8568 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
8569 to avoid confusion with `diff-added' that now uses green colors.
8570 (diff-removed): Use shades of red.
8571 (diff-added): Use shades of green.
8572 (diff-changed): Leave just the yellow color.
8573 (diff-use-changed-face): New variable.
8574 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
8575 how to highlight context diff changes.
8576 (diff-refine-change): Use shades of yellow.
8577 (diff-refine-removed): New face that uses shades of red.
8578 (diff-refine-added): New face that uses shades of green.
8579 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
8580 `diff-refine-removed' in the call to `smerge-refine-subst'
8581 depending on the value of `diff-use-changed-face'.
8582
8583 * vc/smerge-mode.el (smerge-mine): Use shades of red.
8584 (smerge-other): Use shades of green.
8585 (smerge-base): Use shades of yellow.
8586 (smerge-refined-change): Empty face.
8587 (smerge-refined-removed): New face that uses shades of red.
8588 (smerge-refined-added): New face that uses shades of green.
8589 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
8590 args `props-r' and `props-a', and use them. Doc fix.
8591 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
8592 on its value use different faces `smerge-refined-change',
8593 `smerge-refined-removed', `smerge-refined-added' in the call to
8594 `smerge-refine-subst'.
8595
8596 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
8597 Add face condition `min-colors 88' with shades of red.
8598 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
8599 `min-colors 88' with shades of green.
8600 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
8601 `min-colors 88' with shades of yellow.
8602
8603 2012-05-24 Glenn Morris <rgm@gnu.org>
8604
8605 * paths.el (prune-directory-list, remote-shell-program): Move to...
8606 * files.el (prune-directory-list, remote-shell-program): ...here.
8607 For the latter, delay initialization, prefer ssh, just search PATH.
8608
8609 * paths.el (term-file-prefix): Move to faces.el (the only user).
8610 * faces.el (term-file-prefix): Move here, make it a defcustom.
8611
8612 * paths.el (news-directory, news-path, news-inews-program):
8613 Move to gnus/nnspool.el.
8614
8615 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
8616
8617 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
8618 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
8619 Make the latter a defcustom, with a delayed initialization.
8620
8621 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
8622 These were deleted from Gnus itself late 2010.
8623
8624 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
8625
8626 * progmodes/which-func.el (which-func-ff-hook):
8627 Check against user-error, not error.
8628
8629 * emacs-lisp/edebug.el (top): Do not load or set up loading of
8630 cl-specs.el, which no longer exists.
8631
8632 2012-05-22 Glenn Morris <rgm@gnu.org>
8633
8634 * info.el (info-emacs-bug): New command.
8635 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
8636 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
8637
8638 2012-05-21 Glenn Morris <rgm@gnu.org>
8639
8640 * makefile.w32-in (update-subdirs-SH):
8641 * Makefile.in (update-subdirs): Update for moved update-subdirs.
8642
8643 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8644
8645 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
8646
8647 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8648 Simplify Maven regexp, and make sure the file can't start with a space
8649 (bug#11517).
8650
8651 2012-05-21 Glenn Morris <rgm@gnu.org>
8652
8653 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8654 Scrap superfluous subshells.
8655
8656 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8657
8658 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
8659 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
8660
8661 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
8662
8663 * calc/calc.el (calc-ensure-consistent-units): New variable.
8664
8665 * calc/calc-units.el (math-consistent-units-p)
8666 (math-check-unit-consistency): New functions.
8667 (calc-quick-units, calc-convert-units):
8668 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
8669 is non-nil.
8670 (calc-extract-units): Fix typo.
8671
8672 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
8675
8676 * textmodes/flyspell.el: Commenting style, plus code simplifications.
8677 (flyspell-default-deplacement-commands): Don't spell check after
8678 repeated window/frame switches (e.g. triggered by mouse-movement).
8679 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
8680 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
8681 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
8682 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
8683 Remove unused vars.
8684 (flyspell-get-casechars, flyspell-get-not-casechars):
8685 Simplify; Don't bother removing a ] just to add it back.
8686 * textmodes/ispell.el (ispell-program-name): Use executable-find.
8687
8688 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8689
8690 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
8691 New functions.
8692 (math-function-table): Add support for more C functions.
8693
8694 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8695
8696 * textmodes/flyspell.el (flyspell-check-pre-word-p)
8697 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
8698 Protect delay handling for otherchars against empty otherchars.
8699
8700 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
8703 their respective macro declarations.
8704 * skeleton.el (define-skeleton):
8705 * progmodes/compile.el (define-compilation-mode):
8706 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
8707 (define-ibuffer-filter):
8708 * emacs-lisp/generic.el (define-generic-mode):
8709 * emacs-lisp/easy-mmode.el (define-minor-mode)
8710 (define-globalized-minor-mode):
8711 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
8712 * emacs-lisp/byte-run.el (defsubst):
8713 * custom.el (deftheme): Add doc-string metadata.
8714
8715 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8716
8717 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
8718
8719 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8720
8721 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
8722
8723 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
8724 * emacs-lisp/cl-macs.el: Idem.
8725 * emacs-lisp/cl-specs.el: Remove.
8726
8727 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8728
8729 Minor renaming of internal CL functions and variables.
8730 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
8731 (cl--position): Rename from cl-position.
8732 (cl--delete-duplicates): Rename from cl-delete-duplicates.
8733 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
8734 (cl--random-state): Rename from *random-state*.
8735
8736 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8737
8738 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
8739 parens around the arg list (bug#11499).
8740
8741 2012-05-17 Juri Linkov <juri@jurta.org>
8742
8743 * isearch.el (word-search-regexp, word-search-backward)
8744 (word-search-forward, word-search-backward-lax)
8745 (word-search-forward-lax): Move functions from search.c
8746 (bug#10145, bug#11381).
8747
8748 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8749
8750 * textmodes/flyspell.el (flyspell-check-pre-word-p)
8751 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
8752 Delay for otherchars as for normal word components.
8753
8754 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8755
8756 * minibuffer.el (completion--sifn-requote): Fix last change.
8757 (minibuffer-local-must-match-filename-map):
8758 Move define-obsolete-variable-alias before its var.
8759
8760 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8761
8762 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
8763
8764 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
8765 behavior.
8766 (completion--string-equal-p): New function.
8767 (completion--twq-all): Use it to get better assertion failure data.
8768
8769 Only handle ".." and '..' quoting in shell-mode (bug#11466).
8770 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
8771 (shell--requote-argument): New functions.
8772 (shell-completion-vars): Use them.
8773 (shell--parse-pcomplete-arguments): Rename from
8774 shell-parse-pcomplete-arguments.
8775 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
8776 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
8777 Obey comint-file-name-quote-list.
8778
8779 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
8780 (smie-indent-keyword): Use it.
8781
8782 2012-05-14 Stefan Merten <smerten@oekonux.de>
8783
8784 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
8785
8786 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8787
8788 * net/rlogin.el (rlogin-mode-map): Fix last change.
8789
8790 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8791
8792 * mail/smtpmail.el (smtpmail-send-command): Send the command and
8793 the following \r\n using a single `process-send-string', since the
8794 Lotus SMTP server refuses to accept any commands if they are sent
8795 with two `process-send-string's (Bug#11444).
8796
8797 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8798
8799 * shell.el (shell-parse-pcomplete-arguments):
8800 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
8801
8802 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
8803
8804 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
8805 (image-transform-scale, image-transform-right-angle-fudge): New vars.
8806 (image-transform-width, image-transform-fit-width): New functions.
8807 (image-transform-properties): Use them.
8808 (image-transform-check-size): New function.
8809 (image-toggle-display-image): Use it (for testing).
8810 (image-transform-set-rotation): Reduce angle mod 360.
8811 Delete obsolete comment.
8812
8813 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
8814
8815 * image-mode.el: Fix scaling (bug#11399).
8816 (image-transform-resize): Doc fix.
8817 (image-transform-properties): Default scale is 1 and height should
8818 be an integer.
8819
8820 2012-05-13 Johan Bockgård <bojohan@gnu.org>
8821
8822 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
8823 than hard-coding `car', to fix misbehavior when moving forward.
8824
8825 2012-05-13 Chong Yidong <cyd@gnu.org>
8826
8827 * emacs-lisp/tabulated-list.el (tabulated-list-format)
8828 (tabulated-list-entries, tabulated-list-padding)
8829 (tabulated-list-sort-key): Make permanent-local.
8830
8831 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
8832 (electric-buffer-list): Put electric buffer menu
8833 command descriptions in this docstring, instead of the docstring
8834 of electric-buffer-menu-mode. Code cleanups.
8835 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
8836 Electric-buffer-menu-mode.
8837 (electric-buffer-update-highlight): Minor code cleanup.
8838
8839 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
8840
8841 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
8842 (Bug#11447)
8843
8844 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8845
8846 Move define-obsolete-variable-alias before the var's definition.
8847 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
8848 * tooltip.el (tooltip-hook):
8849 * textmodes/reftex-toc.el (reftex-toc-map):
8850 * textmodes/reftex-sel.el (reftex-select-label-map)
8851 (reftex-select-bib-map):
8852 * textmodes/reftex-index.el (reftex-index-map)
8853 (reftex-index-phrases-map):
8854 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
8855 * progmodes/meta-mode.el (meta-mode-map):
8856 * novice.el (disabled-command-hook):
8857 * loadhist.el (unload-hook-features-list):
8858 * frame.el (blink-cursor):
8859 * files.el (find-file-not-found-hooks, write-file-hooks)
8860 (write-contents-hooks):
8861 * emulation/tpu-edt.el (GOLD-map):
8862 * emacs-lock.el (emacs-lock-from-exiting):
8863 * emacs-lisp/generic.el (generic-font-lock-defaults):
8864 * emacs-lisp/chart.el (chart-map):
8865 * dos-fns.el (register-name-alist):
8866 * dired-x.el (dired-omit-files-p):
8867 * desktop.el (desktop-enable):
8868 * cus-edit.el (custom-mode-hook):
8869 * buff-menu.el (buffer-menu-mode-hook):
8870 * bookmark.el (bookmark-read-annotation-text-func)
8871 (bookmark-exit-hooks):
8872 * allout.el (allout-mode-deactivate-hook)
8873 (allout-exposure-change-hook, allout-structure-added-hook)
8874 (allout-structure-deleted-hook, allout-structure-shifted-hook):
8875 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
8876 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
8877 comes before the corresponding variable's definition.
8878
8879 2012-05-12 Chong Yidong <cyd@gnu.org>
8880
8881 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
8882 (Buffer-menu-mouse-select): Restore function (Bug#11459).
8883 (Buffer-menu-mode-map): Bind it.
8884 (Buffer-menu--pretty-name): Add a mouse-face property.
8885
8886 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8887
8888 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
8889 (prolog-upper-case-string, prolog-lower-case-string)
8890 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
8891 (prolog-use-smie, prolog-smie-grammar): New vars.
8892 (prolog-smie-forward-token, prolog-smie-backward-token)
8893 (prolog-smie-rules): New funs.
8894 (prolog-comment-indent): Remove.
8895 (prolog-mode-variables): Use default comment indentation instead.
8896 Setup SMIE.
8897 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
8898 (prolog-mode): Don't call them any more.
8899 (prolog-electric-colon, prolog-electric-dash)
8900 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
8901
8902 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
8903
8904 * minibuffer.el (completion--twq-all): Again, allow case differences.
8905
8906 * term.el: Move keymap initialization code to be more idiomatic.
8907 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
8908 (term-terminal-menu): Move initialization into declaration.
8909 (term-escape-char): Let the user set it in her .emacs.
8910
8911 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
8912 Provide SMIE-based indentation (not enabled by default yet).
8913 (sh-mode-map): Don't bind electric keys.
8914 Use electric-pair-mode instead of skeleton-pair.
8915 (sh-assignment-regexp): Fit within 80 columns.
8916 (sh-indent-supported): Specify actual shell name instead of boolean.
8917 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
8918 (sh-maybe-here-document): Use it. Make obsolete.
8919 (sh-electric-here-document-mode) New minor mode.
8920 (sh-mode): Use it. Don't set sh-indent-supported-here here.
8921 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
8922 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
8923 (sh-smie-rc-grammar, sh-use-smie): New vars.
8924 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
8925 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
8926 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
8927 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
8928 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
8929 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
8930 (sh-set-shell): Use smie-setup if requested.
8931
8932 * term.el (term-set-escape-char): Properly set term-escape-char.
8933 See http://stackoverflow.com/questions/10524656.
8934
8935 2012-05-10 Chong Yidong <cyd@gnu.org>
8936
8937 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
8938 Use url-generic-parse-url, and handle host names and Windows
8939 filenames properly.
8940 (ffap-url-unwrap-remote): Use url-generic-parse-url.
8941 (ffap-url-unwrap-remote): Accept list values, specifying a list of
8942 URL schemes to work on.
8943 (ffap--toggle-read-only): New function.
8944 (ffap-read-only, ffap-read-only-other-window)
8945 (ffap-read-only-other-frame): Use it.
8946 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
8947 necessary for ffap-url-unwrap-remote.
8948
8949 2012-05-10 Dave Abrahams <dave@boostpro.com>
8950
8951 * cus-start.el (create-lockfiles): Add it.
8952
8953 2012-05-09 Chong Yidong <cyd@gnu.org>
8954
8955 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
8956 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
8957
8958 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8959
8960 * shell.el (shell-completion-vars): Fix last change (bug#11348).
8961
8962 2012-05-09 Chong Yidong <cyd@gnu.org>
8963
8964 * ansi-color.el (ansi-color-process-output): Check for validity of
8965 comint-last-output-start before using it. This avoids a bad
8966 interaction with gdb-mi's input/output buffer.
8967
8968 2012-05-09 Glenn Morris <rgm@gnu.org>
8969
8970 * files.el (dir-locals-read-from-file):
8971 Mention dir-locals in any error message.
8972
8973 2012-05-09 Chong Yidong <cyd@gnu.org>
8974
8975 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
8976 package (Bug#11410).
8977
8978 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
8979 variables into description.
8980
8981 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8982
8983 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
8984 shell-delimiter-argument-list (bug#11348).
8985 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
8986
8987 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
8988
8989 * textmodes/rst.el: Silence byte-compiler warnings.
8990 (rst-re-alist, rst-reset-section-caches): Move around.
8991 (rst-re): Use `characterp', not `char-valid-p'.
8992 (font-lock-beg, font-lock-end): Declare.
8993
8994 * progmodes/idlw-shell.el (specs): Remove reference to deleted
8995 variable `idlwave-shell-activate-alt-keybindings' and simplify.
8996
8997 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
8998
8999 2012-05-08 Glenn Morris <rgm@gnu.org>
9000
9001 * files.el (auto-mode-alist): Treat ".make" like ".mk".
9002
9003 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9004
9005 * vc/log-edit.el: Add GNU coding standards highlighting.
9006 (log-edit-font-lock-gnu-style)
9007 (log-edit-font-lock-gnu-keywords): New vars.
9008 (log-edit-font-lock-keywords): New fun.
9009 (log-edit-mode): Don't fold case in font-lock.
9010 (log-edit-font-lock-keywords): Do not assume case-folding.
9011
9012 * imenu.el: Misc cleanup. Make docstrings out of comments.
9013 Use lexical-binding.
9014 (imenu--index-alist, imenu--last-menubar-index-alist)
9015 (imenu-menubar-modified-tick): Use defvar-local.
9016 (imenu--split-menu): Remove unused var.
9017 (imenu--cleanup-seen): Declare as global.
9018 (imenu--cleanup): Use dolist.
9019
9020 * subr.el (defvar-local): Add debug spec and doc-string position.
9021
9022 2012-05-08 Glenn Morris <rgm@gnu.org>
9023
9024 * language/burmese.el, language/cham.el, language/czech.el:
9025 * language/english.el, language/georgian.el, language/greek.el:
9026 * language/japanese.el, language/khmer.el, language/korean.el:
9027 * language/lao.el, language/misc-lang.el, language/romanian.el:
9028 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
9029 * language/thai.el, language/utf-8-lang.el:
9030 Remove no-byte-compile setting.
9031
9032 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
9033
9034 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9035
9036 * progmodes/make-mode.el (makefile-browse):
9037 Remove unnecessary interactive. (Bug#11324)
9038
9039 2012-05-07 Glenn Morris <rgm@gnu.org>
9040
9041 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
9042
9043 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
9044
9045 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9046
9047 * loadup.el: Preload newcomment.el.
9048 * newcomment.el: Move autoload-only code to toplevel.
9049
9050 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
9051 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9052 Handle new :right-align column property.
9053 (tabulated-list-print-col): Idem, plus use `display' text-property to
9054 try and preserve alignment for variable pitch fonts.
9055
9056 2012-05-07 Chong Yidong <cyd@gnu.org>
9057
9058 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
9059 (tabulated-list-use-header-line): New var.
9060 (tabulated-list-init-header): Use it.
9061 (tabulated-list-print-fake-header): New function.
9062 (tabulated-list-print): Use it.
9063 (tabulated-list-sort-button-map): Add non-header-line commands.
9064 (tabulated-list-init-header): Add column name property to basic
9065 labels as well.
9066 (tabulated-list-col-sort): Handle non-header-line button case.
9067 (tabulated-list--sort-by-column-name): Fix a corner case.
9068
9069 * buff-menu.el (list-buffers--refresh):
9070 Handle Buffer-menu-use-header-line.
9071
9072 2012-05-06 Chong Yidong <cyd@gnu.org>
9073
9074 * buff-menu.el: Convert to Tabulated List mode.
9075 (Buffer-menu-buffer+size-width): Make obsolete.
9076 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
9077 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
9078 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
9079 documentation into docstring of buffer-menu.
9080 (Buffer-menu-toggle-files-only): Add an informative message.
9081 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
9082 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
9083 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
9084 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
9085 (Buffer-menu-execute, Buffer-menu-select)
9086 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
9087 (Buffer-menu-bury): Use Tabulated List machinery.
9088 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
9089 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
9090 Delete.
9091 (list-buffers--refresh): New function.
9092 (list-buffers-noselect): Use it.
9093 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
9094 (Buffer-menu--pretty-file-name): New helper functions.
9095
9096 * loadup.el: Preload tabulated-list.
9097
9098 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
9099 tabulated-list-sort-column.
9100 (tabulated-list-init-header): Add the initial aligning space even
9101 if tabulated-list-padding is zero.
9102
9103 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
9104
9105 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
9106 whose cdr is not a cons cell correctly (bug#11038).
9107
9108 2012-05-06 Chong Yidong <cyd@gnu.org>
9109
9110 * emacs-lisp/tabulated-list.el (tabulated-list-format):
9111 Accept additional plist in column descriptors.
9112 (tabulated-list-init-header): Obey it.
9113 (tabulated-list-get-entry): New function.
9114 (tabulated-list-put-tag): Use it. Use string-width instead of
9115 length.
9116 (tabulated-list--column-number): New function.
9117 (tabulated-list-print): Use it.
9118 (tabulated-list-print-col): New function.
9119 Set `tabulated-list-column-name' property on each column's text.
9120 (tabulated-list-print-entry): Use it.
9121 (tabulated-list-delete-entry, tabulated-list-set-col):
9122 New functions.
9123 (tabulated-list-sort-column): New command (Bug#11337).
9124
9125 * buff-menu.el (list-buffers): Move C-x C-b binding from
9126 buff-menu.el to bindings.el.
9127
9128 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
9129 :advertised-binding feature.
9130
9131 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
9132
9133 * progmodes/compile.el (compilation-internal-error-properties):
9134 Calculate start position correctly when end-col is set but
9135 end-line is not (Bug#11382).
9136
9137 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
9138
9139 * man.el (Man-unindent): Use text-property-default-nonsticky to
9140 prevent untabify from inheriting face properties (Bug#11408).
9141
9142 2012-05-05 Stefan Merten <smerten@oekonux.de>
9143
9144 * textmodes/rst.el: Major merge with upstream development up to
9145 Docutils SVN r7399 / rst.el V1.2.1.
9146
9147 Clarify maintainership and authors.
9148
9149 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
9150 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
9151 (rst-official-version, rst-official-cvs-rev, rst-version)
9152 (rst-package-emacs-version-alist): New functions and variables
9153 for version information.
9154
9155 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
9156 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
9157 (rst-mode-syntax-table, rst-mode): New and corrected functions
9158 and variables representing reStructuredText features.
9159
9160 (rst-re): New function for reStructuredText regexes. Use in
9161 many places.
9162
9163 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
9164 (rst-mode-map): Rebind keys.
9165
9166 (rst-mode-lazy, rst-font-lock-keywords)
9167 (rst-font-lock-extend-region)
9168 (rst-font-lock-extend-region-internal)
9169 (rst-font-lock-extend-region-extend)
9170 (rst-font-lock-find-unindented-line-limit)
9171 (rst-font-lock-find-unindented-line-match)
9172 (rst-adornment-level, rst-font-lock-adornment-level)
9173 (rst-font-lock-adornment-match)
9174 (rst-font-lock-handle-adornment-pre-match-form)
9175 (rst-font-lock-handle-adornment-matcher): Major revision of
9176 font-locking. Integrate with other code. Use `jit-lock-mode'.
9177
9178 (rst-preferred-adornments, rst-adjust-hook)
9179 (rst-new-adornment-down, rst-preferred-bullets)
9180 (rst-preferred-bullets, rst-indent, rst-indent-width)
9181 (rst-indent-field, rst-indent-literal-normal)
9182 (rst-indent-literal-minimized, rst-indent-comment): Change,
9183 extend and improve customization.
9184
9185 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
9186 (rst-normalize-cursor-position, rst-get-decoration)
9187 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
9188 (rst-rstrip, rst-toc-insert-find-delete-contents)
9189 (rst-shift-fill-region, rst-compute-bullet-tabs)
9190 (rst-debug-print-tabs, rst-debug-mark-found)
9191 (rst-shift-region-guts, rst-shift-region-right)
9192 (rst-shift-region-left, rst-use-char-classes)
9193 (rst-font-lock-keywords-function)
9194 (rst-font-lock-indentation-point)
9195 (rst-font-lock-find-unindented-line-begin)
9196 (rst-font-lock-find-unindented-line-end)
9197 (rst-font-lock-find-unindented-line)
9198 (rst-font-lock-adornment-point, rst-font-lock-level)
9199 (rst-adornment-level-alist): Remove functions and variables.
9200
9201 (rst-compare-adornments, rst-get-adornment-match)
9202 (rst-suggest-new-adornment, rst-get-adornments-around)
9203 (rst-adornment-complete-p, rst-get-next-adornment)
9204 (rst-adjust-adornment, rst-display-adornments-hierarchy)
9205 (rst-straighten-adornments): Standardize function names to
9206 use "adornment" instead of "decoration". Correct callers.
9207 Similar standardizing in many places.
9208
9209 (rst-update-section, rst-adjust, rst-promote-region)
9210 (rst-enumerate-region, rst-bullet-list-region)
9211 (rst-repeat-last-character): Correct use of `interactive'.
9212
9213 (rst-classify-adornment, rst-find-all-adornments)
9214 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
9215 (rst-find-leftmost-column, rst-repeat-last-character):
9216 Refactor functions.
9217
9218 (rst-find-title-line, rst-reset-section-caches)
9219 (rst-get-adornments-around, rst-adjust-adornment-work)
9220 (rst-arabic-to-roman, rst-roman-to-arabic)
9221 (rst-insert-list-pos, rst-insert-list-new-item)
9222 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
9223 New functions.
9224
9225 (rst-all-sections, rst-section-hierarchy)
9226 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
9227 New variables.
9228
9229 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
9230 configuration instead of only buffer. Change where necessary.
9231
9232 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
9233 (rst-shift-region, rst-adaptive-fill): New functions for
9234 indentation and filling.
9235
9236 (rst-comment-line-break, rst-comment-indent)
9237 (rst-comment-insert-comment, rst-comment-region)
9238 (rst-uncomment-region): New functions for handling comments.
9239
9240 (rst-compile): Quote shell arguments.
9241
9242 (rst-compile-pdf-preview, rst-compile-slides-preview):
9243 Delete temporary files after use.
9244
9245 2012-05-05 Glenn Morris <rgm@gnu.org>
9246
9247 * calendar/cal-html.el: Optionally include holidays in the output.
9248 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
9249 (cal-html-holidays): New option.
9250 (cal-html-css-default): Add holiday entry.
9251 (holiday-in-range): Autoload it.
9252 (cal-html-htmlify-entry): Add optional class argument.
9253 (cal-html-htmlify-list): Add optional holidays argument.
9254 (cal-html-insert-agenda-days): Include holidays in the output.
9255 (cal-html-one-month): Maybe include holidays.
9256
9257 * calendar/holidays.el (holiday-in-range):
9258 Move here from cal-tex-list-holidays.
9259 * calendar/cal-tex.el (cal-tex-list-holidays):
9260 Make it an obsolete alias for holiday-in-range. Update all callers.
9261
9262 2012-05-05 Chong Yidong <cyd@gnu.org>
9263
9264 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
9265 Nextstep.
9266
9267 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
9268
9269 * files.el (file-auto-mode-skip): New var.
9270 (set-auto-mode-1): Use it.
9271
9272 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 * repeat.el: Use lexical-binding.
9275 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
9276 (repeat-undo-count): Remove.
9277 (repeat):
9278 * progmodes/octave-mod.el (octave-abbrev-start):
9279 * progmodes/f90.el (f90-abbrev-start):
9280 * face-remap.el (text-scale-adjust):
9281 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
9282
9283 * emacs-lisp/pcase.el (pcase--let*): New function.
9284 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
9285 a bit more.
9286 (pcase--split-pred): Be more clever about ruling out overlap between
9287 a predicate and some constant pattern.
9288 (pcase--q1): Use `null' instead of (eq foo nil).
9289
9290 * subr.el (setq-local, defvar-local): New macros.
9291 (kbd): Redefine as an alias.
9292 (with-selected-window): Leave unrelated frames alone.
9293 (set-temporary-overlay-map): New function.
9294
9295 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9296
9297 * subr.el (user-error): New function.
9298 * window.el (switch-to-buffer):
9299 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
9300 (smerge-match-conflict):
9301 * simple.el (previous-matching-history-element)
9302 (next-matching-history-element, goto-history-element, undo-more)
9303 (undo-start):
9304 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
9305 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
9306 (next-file, tags-loop-scan, list-tags, complete-tag):
9307 * progmodes/compile.el (compilation-loop):
9308 * mouse.el (mouse-minibuffer-check):
9309 * man.el (Man-bgproc-sentinel, Man-goto-page):
9310 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
9311 (Info-history-forward, Info-follow-reference, Info-menu)
9312 (Info-extract-menu-item, Info-extract-menu-counting)
9313 (Info-forward-node, Info-backward-node, Info-next-menu-item)
9314 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
9315 (Info-next-reference, Info-prev-reference, Info-index)
9316 (Info-index-next, Info-follow-nearest-node)
9317 (Info-copy-current-node-name):
9318 * imenu.el (imenu--make-index-alist)
9319 (imenu-default-create-index-function, imenu-add-to-menubar):
9320 * files.el (basic-save-buffer, recover-file):
9321 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9322 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9323 (checkdoc-message-text, checkdoc-defun):
9324 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
9325 * cus-edit.el (customize-changed-options, customize-rogue)
9326 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
9327 (custom-variable-mark-to-reset-standard)
9328 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
9329 (custom-file):
9330 * completion.el (check-completion-length):
9331 * comint.el (comint-search-arg)
9332 (comint-previous-matching-input-string-position)
9333 (comint-previous-matching-input)
9334 (comint-replace-by-expanded-history-before-point, comint-send-input)
9335 (comint-copy-old-input, comint-backward-matching-input)
9336 (comint-goto-process-mark, comint-set-process-mark):
9337 * calendar/calendar.el (calendar-cursor-to-date): Use it.
9338 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
9339
9340 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9341
9342 * dabbrev.el (dabbrev--ignore-case-p): New function.
9343 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
9344 Use it.
9345
9346 * files.el (automount-dir-prefix): Mark as obsolete.
9347
9348 2012-05-04 Glenn Morris <rgm@gnu.org>
9349
9350 * patcomp.el, play/bruce.el: Move to obsolete/.
9351
9352 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
9353
9354 Fix minor Y10k bugs.
9355 * arc-mode.el (archive-unixdate):
9356 * autoinsert.el (auto-insert-alist):
9357 * calc/calc-forms.el (math-this-year):
9358 * emacs-lisp/copyright.el (copyright-current-year)
9359 (copyright-update-year, copyright):
9360 * tar-mode.el (tar-clip-time-string):
9361 * time.el (display-time-update):
9362 Don't assume years have 4 digits.
9363
9364 2012-05-04 Chong Yidong <cyd@gnu.org>
9365
9366 * dos-w32.el (file-name-buffer-file-type-alist)
9367 (direct-print-region-use-command-dot-com):
9368 * ffap.el (ffap-menu-regexp):
9369 * find-file.el (ff-special-constructs):
9370 * follow.el (follow-debug):
9371 * forms.el (forms--debug):
9372 * iswitchb.el (iswitchb-all-frames):
9373 * ido.el (ido-all-frames):
9374 * emacs-lisp/timer.el (timer-max-repeats):
9375 * mail/feedmail.el (feedmail-mail-send-hook)
9376 (feedmail-mail-send-hook-queued):
9377 * mail/footnote.el (footnote-signature-separator):
9378 * mail/mailabbrev.el (mail-alias-separator-string)
9379 (mail-abbrev-mode-regexp):
9380 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
9381 * progmodes/idlwave.el (idlwave-libinfo-file)
9382 (idlwave-default-completion-case-is-down)
9383 (idlwave-library-routines): Convert defvars to defcustoms.
9384
9385 * mail/rmail.el (rmail-decode-mime-charset):
9386 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
9387 (idlwave-shell-fix-inserted-breaks)
9388 (idlwave-shell-activate-alt-keybindings)
9389 (idlwave-shell-use-breakpoint-glyph):
9390 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
9391
9392 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9393
9394 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
9395
9396 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
9397
9398 * progmodes/verilog-mode.el (font-lock-keywords):
9399 Fix mis-highligting auto. Reported by Craig Barner.
9400 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
9401 defines from global name space. Reported by Dan Dever.
9402 (verilog-auto-reset, verilog-auto-reset-widths)
9403 (verilog-auto-tieoff): Support using unbased numbers for
9404 AUTORESET and AUTOTIEOFF.
9405 (verilog-submit-bug-report): Update variable list.
9406 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
9407 parenthesis from not matching. Reported by Michael Rytting.
9408 (verilog-auto-template-lint): Fix hash error when linting modules
9409 with no used templates.
9410 (verilog-warn, verilog-warn-error)
9411 (verilog-warn-fatal): When non-interactive report multiple
9412 warnings before exiting. Suggested by Brad Dobbie.
9413 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
9414 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
9415 to report unused template errors. Reported by Brad Dobbie.
9416 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
9417 nets, bug438. Reported by Vns Blore.
9418 (verilog-auto-inout-module, verilog-auto-reg)
9419 (verilog-read-decls, verilog-read-sub-decls-sig)
9420 (verilog-signals-edit-wire-reg, verilog-signals-with):
9421 Fix passing of Verilog data types in ANSI input/output ports
9422 such as "output logic" into the AUTOs. Special case "wire" and
9423 "reg" for backwards compatibility presuming Verilog 2001.
9424 (verilog-auto-ascii-enum): Add "auto enum" as alias.
9425 (verilog-preprocess): Fix replication of preprocess output.
9426 Reported by Brad Dobbie.
9427 (verilog-auto-inst-interfaced-ports):
9428 Create verilog-auto-inst-interfaced-ports, bug429.
9429 Reported by Julian Gorfajn.
9430 (verilog-after-save-font-hook)
9431 (verilog-before-save-font-hook): New variable.
9432 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
9433 (verilog-save-font-mods): Wrap disabling fontification, reported
9434 by David Rogoff.
9435 (verilog-do-indent, verilog-pretty-declarations-auto)
9436 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
9437 Reported by Pierre-David Pfister.
9438 (verilog-set-auto-endcomments): Fix endtask auto comments outside
9439 of class declarations, bug292. Reported by Kevin Heilman.
9440 (verilog-read-decls): Fix 'parameter type' not appearing in
9441 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
9442 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
9443 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
9444 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
9445 Reported by David Kravitz.
9446
9447 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
9448
9449 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
9450 assignment with tests in ifs and for loops.
9451 (verilog-extended-complete-re, verilog-complete-reg): Change so
9452 that DPI inport functions don't look like fuction declarations.
9453 (verilog-pretty-expr): Don't line up assignment
9454 operations to the test and increment in if and for loops
9455 (verilog-extended-complete-re, verilog-complete-reg): Change so
9456 that DPI inport functions don't look like fuction declarations.
9457
9458 2012-05-03 Kenichi Handa <handa@m17n.org>
9459
9460 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
9461 decoding, and show a warning message without signaling an error
9462 (Bug#11282).
9463
9464 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9465
9466 * emacs-lisp/bytecomp.el
9467 (byte-compile-file-form-custom-declare-variable): Compile all elements,
9468 since cconv.el might have introduced :fun-body, internal-make-closure,
9469 and friends for bytecomp to handle (bug#11391).
9470 * custom.el (defcustom): Avoid ((λ ..) ..).
9471
9472 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9473
9474 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
9475
9476 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
9477
9478 * notifications.el (dbus-debug):
9479 * term/linux.el (gpm-mouse-enable):
9480 * term/screen.el (xterm-register-default-colors): Declare.
9481
9482 2012-05-02 Chong Yidong <cyd@gnu.org>
9483
9484 * cus-start.el (gc-cons-percentage, exec-suffixes)
9485 (dos-display-scancodes, dos-hyper-key, dos-super-key)
9486 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
9487 (make-cursor-line-fully-visible, void-text-area-pointer)
9488 (font-list-limit): Add customization data.
9489
9490 * allout.el (allout-exposure-change-functions)
9491 (allout-structure-added-functions)
9492 (allout-structure-deleted-functions)
9493 (allout-structure-shifted-functions): Rename abnormal hooks from
9494 *-hook, and convert to defcustoms.
9495 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
9496 Convert to defcustoms.
9497 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
9498
9499 * allout-widgets.el: Hook callers changed.
9500
9501 2012-05-02 Eli Zaretskii <eliz@gnu.org>
9502
9503 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
9504 the yanked message in preference to the default value of
9505 buffer-file-coding-system.
9506
9507 2012-05-02 Martin Rudalics <rudalics@gmx.at>
9508
9509 * window.el (display-buffer--action-function-custom-type):
9510 Fix entry.
9511
9512 2012-05-02 Alan Mackenzie <acm@muc.de>
9513
9514 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
9515
9516 2012-05-01 Glenn Morris <rgm@gnu.org>
9517
9518 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
9519
9520 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
9521
9522 * cus-edit.el (custom-variable-documentation): Simplify with format.
9523
9524 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9525 Stefan Monnier <monnier@iro.umontreal.ca>
9526
9527 * simple.el (suggest-key-bindings, execute-extended-command):
9528 Move from keyboard.c.
9529
9530 2012-05-01 Chong Yidong <cyd@gnu.org>
9531
9532 * follow.el: Eliminate advice.
9533 (set-process-filter, process-filter, sit-for): Advice deleted.
9534 (follow-mode-off-hook): Obsolete hook removed.
9535 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
9536 Vars deleted.
9537 (follow-auto): Use a :set function.
9538 (follow-mode): Rewritten. Don't advise process filters.
9539 (follow-switch-to-current-buffer-all, follow-scroll-up)
9540 (follow-scroll-down): Assume follow-mode is bound.
9541 (follow-comint-scroll-to-bottom)
9542 (follow-align-compilation-windows): New functions.
9543 (follow--window-sorter): New function.
9544 (follow-all-followers): Use it to explicitly sort windows by their
9545 positions; don't make assumptions about next-window order.
9546 (follow-windows-start-end, follow-delete-other-windows-and-split)
9547 (follow-calc-win-start): Doc fix.
9548 (follow-windows-aligned-p, follow-select-if-visible): Don't call
9549 vertical-motion unnecessarily.
9550 (follow-adjust-window): New function.
9551 (follow-post-command-hook): Use it.
9552 (follow-call-set-process-filter, follow-call-process-filter)
9553 (follow-intercept-process-output, follow-tidy-process-filter-alist)
9554 (follow-stop-intercept-process-output, follow-generic-filter):
9555 Functions deleted.
9556 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
9557 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
9558 New functions, replacing advice on scroll-bar-* commands.
9559 (follow-mwheel-scroll): New function (Bug#4112).
9560
9561 * comint.el (comint-adjust-point): New function.
9562 (comint-postoutput-scroll-to-bottom): Use it.
9563 Call follow-comint-scroll-to-bottom for Follow mode buffers.
9564
9565 2012-05-01 Glenn Morris <rgm@gnu.org>
9566
9567 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
9568 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
9569 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
9570 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
9571 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
9572 Remove no-byte-compile setting.
9573
9574 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9575
9576 * minibuffer.el (completion-table-with-quoting): Fix compatibility
9577 all-completions code to not return a number in the last cdr.
9578
9579 2012-04-30 Leo Liu <sdl.web@gmail.com>
9580
9581 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
9582 read-only error.
9583
9584 2012-04-29 Chong Yidong <cyd@gnu.org>
9585
9586 * follow.el (follow-calc-win-end): Rewrite to handle partial
9587 screen lines correctly (Bug#8390).
9588 (follow-avoid-tail-recenter): Minor cleanup.
9589
9590 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9591
9592 Avoid the obsolete `assoc' package.
9593 * speedbar.el (speedbar-refresh): Avoid adelete.
9594 (speedbar-file-lists): Simplify and avoid aput.
9595 * man.el (Man--sections, Man--refpages): New vars, replacing
9596 Man-sections-alist and Man-refpages-alist.
9597 (Man-build-section-alist, Man-build-references-alist):
9598 Use them; avoid aput.
9599 (Man--last-section, Man--last-refpage): New vars.
9600 (Man-follow-manual-reference): Use them.
9601 Use the `default' arg of completing-read.
9602 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
9603
9604 2012-04-27 Chong Yidong <cyd@gnu.org>
9605
9606 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
9607
9608 * startup.el (x-apply-session-resources): New function.
9609
9610 * term/ns-win.el (ns-initialize-window-system):
9611 * term/w32-win.el (w32-initialize-window-system):
9612 * term/x-win.el (x-initialize-window-system): Use it to properly
9613 set menu-bar-mode and other vars from X resources, even if the
9614 initial frame is not a window-system frame (Bug#2299).
9615
9616 * subr.el (read-key): Avoid running filter function when setting
9617 up temporary tool bar entries (Bug#9922).
9618
9619 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
9620
9621 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
9622 (Bug#11344)
9623
9624 2012-04-27 Chong Yidong <cyd@gnu.org>
9625
9626 * select.el (xselect--encode-string): New function, split from
9627 xselect-convert-to-string.
9628 (xselect-convert-to-string): Use it.
9629 (xselect-convert-to-filename, xselect-convert-to-os)
9630 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
9631 returned strings are properly encoded (Bug#11315).
9632
9633 2012-04-27 Chong Yidong <cyd@gnu.org>
9634
9635 * simple.el (delete-active-region): Move to killing custom group.
9636
9637 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
9638
9639 * progmodes/which-func.el (which-func-current): Quote %
9640 characters for mode-line processing.
9641
9642 2012-04-27 Chong Yidong <cyd@gnu.org>
9643
9644 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
9645 reaching eob (Bug#11286).
9646
9647 2012-04-27 Eli Zaretskii <eliz@gnu.org>
9648
9649 * progmodes/gdb-mi.el (gdb-control-level): New variable.
9650 (gdb): Make it buffer-local and init to zero.
9651 (gdb-control-commands-regexp): New variable.
9652 (gdb-send): Don't wrap in "-interpreter-exec console" if
9653 gdb-control-level is positive. Increment gdb-control-level
9654 whenever the command matches gdb-control-commands-regexp, and
9655 decrement it each time the command is "end". (Bug#11279)
9656
9657 2012-04-27 Martin Rudalics <rudalics@gmx.at>
9658
9659 * window.el (adjust-window-trailing-edge, enlarge-window)
9660 (shrink-window, window-resize):
9661 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
9662 windows (Bug#11276).
9663
9664 2012-04-27 Chong Yidong <cyd@gnu.org>
9665
9666 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
9667 fix "missing prefix" warning. All callers changed.
9668
9669 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9670
9671 * emacs-lisp/assoc.el: Move to obsolete/.
9672
9673 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
9676
9677 * term/ns-win.el (ns-define-service):
9678 * progmodes/pascal.el (pascal-goto-defun):
9679 * progmodes/js.el (js--read-tab):
9680 * progmodes/etags.el (tags-lazy-completion-table):
9681 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
9682 * emacs-lisp/ewoc.el (ewoc--wrap):
9683 * emacs-lisp/assoc.el (aput, adelete, amake):
9684 * doc-view.el (doc-view-convert-current-doc):
9685 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
9686
9687 2012-04-26 Chong Yidong <cyd@gnu.org>
9688
9689 * image.el (image-type-from-buffer): Only return supported image
9690 type (Bug#9045).
9691
9692 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
9693 value, for symmetry with diff-end-of-hunk.
9694 (diff-split-hunk, diff-find-source-location)
9695 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
9696 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
9697 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
9698 compute the relevant hunk or file properly (Bug#6005).
9699 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
9700
9701 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9702
9703 * vc/vc-mtn.el:
9704 * vc/vc-hg.el:
9705 * vc/vc-git.el:
9706 * vc/vc-dir.el:
9707 * vc/vc-cvs.el:
9708 * vc/vc-bzr.el:
9709 * vc/vc-arch.el:
9710 * vc/vc.el: Replace lexical-let by lexical-binding.
9711 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
9712 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
9713 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
9714
9715 2012-04-26 Chong Yidong <cyd@gnu.org>
9716
9717 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
9718 (diff-mode-shared-map): Bind it to / and [remap undo].
9719
9720 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
9721 (ediff-window-setup-function): Use it as the default, to set up
9722 windows based on whether the current frame is graphical (Bug#2138).
9723 (ediff-choose-window-setup-function-automatically): Make obsolete.
9724
9725 * vc/ediff-init.el: Always define ediff-pixel-width/height.
9726
9727 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9728
9729 * ffap.el: Remove old code for obsolete package.
9730 (ffap-complete-as-file-p): Remove.
9731
9732 Use completion-table-with-quoting for comint and pcomplete.
9733 * comint.el (comint--unquote&requote-argument)
9734 (comint--unquote-argument, comint--requote-argument): New functions.
9735 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
9736 (comint-quote-filename): Use regexp-opt-charset.
9737 (comint--common-suffix, comint--common-quoted-suffix)
9738 (comint--table-subvert): Remove.
9739 (comint-unquote-function, comint-requote-function): New vars.
9740 (comint--complete-file-name-data): Use them with
9741 completion-table-with-quoting.
9742 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
9743 * pcomplete.el (pcomplete-arg-quote-list)
9744 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
9745 (pcomplete-unquote-argument-function): Default to non-nil.
9746 (pcomplete-unquote-argument): Simplify.
9747 (pcomplete--common-quoted-suffix): Remove.
9748 (pcomplete-requote-argument-function): New var.
9749 (pcomplete--common-suffix): New function.
9750 (pcomplete-completions-at-point): Use completion-table-with-quoting
9751 and completion-table-subvert.
9752
9753 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
9754 (minibuffer--double-dollars): Preserve properties.
9755 (completion--sifn-requote): New function.
9756 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
9757
9758 * minibuffer.el: Add support for completion of quoted/escaped data.
9759 (completion-table-with-quoting, completion-table-subvert): New funs.
9760 (completion--twq-try, completion--twq-all): New functions.
9761 (completion--nth-completion): New function.
9762 (completion-try-completion, completion-all-completions): Use it.
9763
9764 2012-04-25 Leo Liu <sdl.web@gmail.com>
9765
9766 * progmodes/python.el (python-pdbtrack-get-source-buffer):
9767 Use compilation-message if available to find real filename.
9768
9769 2012-04-25 Chong Yidong <cyd@gnu.org>
9770
9771 * vc/diff-mode.el (diff-setup-whitespace): New function.
9772 (diff-mode): Use it.
9773
9774 * vc/diff.el (diff-sentinel):
9775 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
9776 Whitespace mode variables based on diff style (Bug#8612).
9777
9778 2012-04-25 Leo Liu <sdl.web@gmail.com>
9779
9780 * progmodes/python.el (python-send-region): Add suffix .py to the
9781 temp file.
9782
9783 * files.el (auto-mode-alist): Use javascript-mode instead.
9784
9785 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
9786
9787 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
9788
9789 * net/soap-client.el (soap-resolve-references-for-sequence-type)
9790 (soap-resolve-references-for-array-type): Hack to prevent self
9791 references, see Bug#9.
9792 (soap-parse-envelope): Report the contents of the 'detail' node
9793 when receiving a fault reply.
9794 (soap-parse-envelope): Report the contents of the entire 'detail' node.
9795
9796 * net/soap-inspect.el (soap-sample-value-for-simple-type)
9797 (soap-inspect-simple-type): New function.
9798
9799 * net/soap-client.el (soap-simple-type): New struct.
9800 (soap-default-xsd-types, soap-default-soapenc-types)
9801 (soap-decode-basic-type, soap-encode-basic-type):
9802 support unsignedInt and double basic types.
9803 (soap-resolve-references-for-simple-type)
9804 (soap-parse-simple-type, soap-encode-simple-type): New function.
9805 (soap-parse-schema): Parse xsd:simpleType declarations.
9806
9807 * net/soap-client.el (soap-default-xsd-types)
9808 (soap-default-soapenc-types): Add integer, byte and anyURI types.
9809 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
9810 the local name of "soapenc:Array".
9811 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
9812 decoding integer, byte and anyURI xsd types.
9813
9814 2012-04-25 Chong Yidong <cyd@gnu.org>
9815
9816 * cus-edit.el (custom-buffer-create-internal): Update header text.
9817
9818 2012-04-25 Eli Zaretskii <eliz@gnu.org>
9819
9820 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
9821 settings on 'system-type', not on 'window-system'. On MS-Windows,
9822 set interactive-mode on in GDB.
9823
9824 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9825
9826 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
9827 (ruby-syntax-propertize-regexp): Remove.
9828 (ruby-syntax-propertize-function): Split regexp into chunks.
9829 Match following code directly.
9830
9831 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
9832
9833 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
9834 (ruby-syntax-propertize-regexp): New function.
9835 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
9836 by a special keyword.
9837
9838 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
9839 (ruby-syntax-general-delimiters-goto-beg)
9840 (ruby-syntax-propertize-general-delimiters): New functions.
9841 (ruby-syntax-propertize-function): Use them to handle GDL.
9842 (ruby-font-lock-keywords): Move old handling of GDL...
9843 (ruby-font-lock-syntactic-keywords): .. to here.
9844 (ruby-calculate-indent): Adjust indentation for GDL.
9845
9846 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
9847
9848 * notifications.el (top): Remove unneeded declarations.
9849 (notifications-specification-version): Change to "1.2".
9850 (notifications-interface, notifications-notify-method)
9851 (notifications-close-notification-method): Fix docstring.
9852 (notifications-get-capabilities-method): New defconst.
9853 (notifications-notify): Add :action-items, :resident and
9854 :transient hints. Change "image_data" to "image-data" and
9855 "image_path" to "image-path".
9856 (notifications-get-capabilities): New defun.
9857
9858 2012-04-24 Leo Liu <sdl.web@gmail.com>
9859
9860 * progmodes/python.el: Move hideshow setup to the end.
9861
9862 2012-04-24 Martin Rudalics <rudalics@gmx.at>
9863
9864 * window.el (handle-select-window): Clear echo area since this is
9865 no more done by read_char (Bug#11304).
9866
9867 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9868
9869 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
9870 and `/ M' to filter-derived-mode.
9871 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
9872 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9873 (ibuffer-mark-by-mode): Use default rather than initial-input.
9874 (ibuffer-filter-by-derived-mode): Autoload and require-match.
9875
9876 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
9877
9878 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
9879 (ibuffer-filter-by-derived-mode): New filter.
9880 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
9881
9882 2012-04-23 Andreas Politz <politza@fh-trier.de>
9883
9884 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
9885
9886 2012-04-23 Chong Yidong <cyd@gnu.org>
9887
9888 * cus-edit.el (customize-apropos, customize-apropos-options):
9889 Disable matching of non-option variables (Bug#11176).
9890 (customize-option, customize-option-other-window)
9891 (customize-changed-options): Doc fix.
9892 (customize-apropos-options, customize-apropos-faces)
9893 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
9894
9895 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
9896 Fix word list splitting (Bug#11132).
9897 (apropos-symbol, apropos-keybinding, apropos-label)
9898 (apropos-property, apropos-function-button)
9899 (apropos-variable-button, apropos-misc-button): New faces.
9900 (apropos-symbol-face, apropos-keybinding-face)
9901 (apropos-label-face, apropos-property-face, apropos-match-face):
9902 Variables removed (Bug#8396).
9903 (apropos-library-button, apropos-format-plist, apropos-print)
9904 (apropos-print-doc, apropos-describe-plist): Callers changed.
9905
9906 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
9907
9908 * net/xesam.el (xesam-mode-map): Use let-bound map in
9909 initialization. (Bug#11292)
9910
9911 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9912
9913 Preserve ispell session localwords when switching back to
9914 original buffer.
9915
9916 * textmodes/ispell.el (ispell-buffer-session-localwords):
9917 New buffer-local variable to hold buffer session localwords.
9918 (ispell-kill-ispell): Add option 'clear to delete session
9919 localwords.
9920 (ispell-command-loop, ispell-change-dictionary)
9921 (ispell-buffer-local-words): Preserve session localwords when
9922 needed.
9923
9924 * textmodes/flyspell.el (flyspell-process-localwords)
9925 (flyspell-do-correct): Preserve session localwords when needed.
9926
9927 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9928
9929 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
9930 using obsolete `translation-table-for-input'.
9931 (ispell-word, ispell-process-line, ispell-complete-word):
9932 Use plain `insert' instead of removed `ispell-insert-word'.
9933
9934 2012-04-22 Chong Yidong <cyd@gnu.org>
9935
9936 * cus-edit.el (custom-variable-menu)
9937 (custom-variable-reset-saved, custom-face-menu)
9938 (custom-face-reset-saved): If there is no saved value, make the
9939 "reset-saved" operation bring back the default (Bug#9509).
9940 (custom-face-state): Properly detect themed faces.
9941
9942 * faces.el (face-spec-set): Stop supporting deprecated form of
9943 third arg.
9944
9945 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
9946
9947 Move functions from C to Lisp. Make non-blocking method calls
9948 the default. Implement further D-Bus standard interfaces.
9949
9950 * net/dbus.el (dbus-message-internal): Declare function.
9951 Remove unneeded function declarations.
9952 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
9953 (dbus-message-type-method-return, dbus-message-type-error)
9954 (dbus-message-type-signal): Declare variables. Remove local
9955 definitions.
9956 (dbus-interface-dbus, dbus-interface-peer)
9957 (dbus-interface-introspectable, dbus-interface-properties)
9958 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
9959 Adapt docstring.
9960 (dbus-interface-objectmanager): New defconst.
9961 (dbus-call-method, dbus-call-method-asynchronously)
9962 (dbus-send-signal, dbus-method-return-internal)
9963 (dbus-method-error-internal, dbus-register-service)
9964 (dbus-register-signal, dbus-register-method): New defuns, moved
9965 from dbusbind.c
9966 (dbus-call-method-handler, dbus-setenv)
9967 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
9968 New defuns.
9969 (dbus-call-method-non-blocking): Make it an obsolete function.
9970 (dbus-unregister-object, dbus-unregister-service)
9971 (dbus-handle-event, dbus-register-property)
9972 (dbus-property-handler): Obey the new structure of
9973 `bus-registered-objects'.
9974 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
9975 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
9976 Use `dbus-call-method'.
9977
9978 2012-04-22 Chong Yidong <cyd@gnu.org>
9979
9980 * cus-edit.el (custom-commands, custom-reset-menu)
9981 (Custom-reset-standard): Tweak labels.
9982 (custom-reset-button-menu): Change default to t.
9983 (custom-buffer-create-internal): For the custom-reset-button-menu
9984 case, put the revert button first.
9985 (custom-group-subtitle): New face.
9986 (custom-group-value-create): Align docstring to a specific column.
9987
9988 * wid-edit.el (widget-documentation-link-add): Don't handle
9989 indentation in this function.
9990 (widget-documentation-string-indent-to): New function.
9991 (widget-documentation-string-value-create): Use it.
9992
9993 * autorevert.el (auto-revert):
9994 * epg-config.el (epg):
9995 * ibuffer.el (ibuffer):
9996 * mpc.el (mpc):
9997 * ses.el (ses):
9998 * eshell/eshell.el (eshell):
9999 * net/ange-ftp.el (ange-ftp):
10000 * progmodes/ebnf2ps.el (postscript):
10001 * progmodes/flymake.el (flymake):
10002 * progmodes/prolog.el (prolog):
10003 * progmodes/verilog-mode.el (verilog-mode):
10004 * progmodes/which-func.el (which-func):
10005 * term/xterm.el (xterm):
10006 * textmodes/picture.el (picture):
10007 * textmodes/tildify.el (tildify):
10008 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
10009 customization buffers.
10010
10011 2012-04-22 Alan Mackenzie <acm@muc.de>
10012
10013 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
10014 Adding a ) can hide the resulting (..) from searches. Fix it.
10015 Bound the backward search to the position of the existing (.
10016
10017 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
10018
10019 * progmodes/verilog-mode.el (verilog-mode): Check whether
10020 which-func-modes is t before adding verilog-mode.
10021 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
10022
10023 2012-04-21 Leo Liu <sdl.web@gmail.com>
10024
10025 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
10026
10027 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
10028
10029 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
10030 filling of the last column of a table (Bug#5635).
10031 (woman-find-next-control-line): New arg, specifying an additional
10032 regexp component for the control line.
10033 (woman2-roff-buffer): Use it.
10034 (woman-break-table): New function.
10035 (woman2-TS): Use it.
10036
10037 2012-04-21 Chong Yidong <cyd@gnu.org>
10038
10039 * woman.el (woman-set-buffer-display-table, woman-decode-region)
10040 (woman-horizontal-escapes, woman-negative-vertical-space)
10041 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
10042 (WoMan-warn-ignored): Use ?\s instead of ?\ .
10043
10044 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10045
10046 * minibuffer.el (completion-file-name-table): Complete user names.
10047
10048 2012-04-20 Leo Liu <sdl.web@gmail.com>
10049
10050 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
10051 and pcase-let*.
10052
10053 2012-04-20 Chong Yidong <cyd@gnu.org>
10054
10055 * server.el (server-execute): Respect initial-buffer-choice if it
10056 is a string and there are no files to open (Bug#2825).
10057 (server-create-window-system-frame, server-create-tty-frame):
10058 Don't switch buffers here.
10059 (server-process-filter): Only try to open a window system frame if
10060 compiled with graphical support (Bug#8314).
10061
10062 2012-04-20 Dan Nicolaescu <dann@gnu.org>
10063
10064 * battery.el (battery-echo-area-format): Display remaining time
10065 for sysfs backend too (Bug#11269).
10066 (battery-linux-sysfs): Fix conditional for the charge.
10067
10068 2012-04-20 Chong Yidong <cyd@gnu.org>
10069
10070 * progmodes/gdb-mi.el (gdb): Revert previous change.
10071 (gdb-inferior-io--init-proc): New function.
10072 (gdb-init-1): Use it.
10073 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
10074 responsible for allocating a new pty and hooking it to gdb when
10075 the old pty gets an EIO due to process exit.
10076 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
10077 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
10078 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
10079
10080 2012-04-20 Eli Zaretskii <eliz@gnu.org>
10081
10082 * window.el (window-min-size, window-sizable, window-min-delta)
10083 (window-max-delta, window--resizable, window-resizable)
10084 (window-total-size, window-full-height-p, window-full-width-p)
10085 (window-in-direction, window--resize-mini-window, window-resize)
10086 (window--resize-child-windows-normal)
10087 (window--resize-child-windows, window--resize-siblings)
10088 (window--resize-this-window, adjust-window-trailing-edge)
10089 (enlarge-window, shrink-window): Doc fixes.
10090
10091 2012-04-20 Chong Yidong <cyd@gnu.org>
10092
10093 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
10094 New function to call delete-process on the gdb-inferior buffer's pty.
10095 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
10096 pty process (Bug#11273).
10097 (gdb-update): New arg to suppress talking to the gdb process.
10098 (gdb-done-or-error): Use it.
10099 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
10100 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
10101 sentinel not being called.
10102
10103 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
10104
10105 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
10106
10107 2012-04-20 Glenn Morris <rgm@gnu.org>
10108
10109 * net/network-stream.el (open-network-stream): Doc fix.
10110
10111 2012-04-20 Chong Yidong <cyd@gnu.org>
10112
10113 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
10114
10115 2012-04-20 Alan Mackenzie <acm@muc.de>
10116
10117 Ensure searching for keywords is case sensitive.
10118
10119 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
10120 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
10121 (c-defun-name, c-mark-function, c-cpp-define-name)
10122 (c-comment-indent, c-scan-conditionals, c-indent-defun)
10123 (c-context-line-break): Bind case-fold-search to nil.
10124
10125 * progmodes/cc-mode.el (c-font-lock-fontify-region):
10126 Bind case-fold-search to nil.
10127
10128 2012-04-20 Chong Yidong <cyd@gnu.org>
10129
10130 * mail/sendmail.el (mail-bury): Call return action with the right
10131 Rmail buffer (Bug#11242).
10132
10133 * server.el (server-process-filter): Handle corner case where both
10134 tty and nowait options are present (Bug#11102).
10135
10136 2012-04-20 Eli Zaretskii <eliz@gnu.org>
10137
10138 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
10139 (top level): Put into the executable the ident-style '$Id:' tag on
10140 windows-nt as well.
10141
10142 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10143
10144 * electric.el (electric-indent-post-self-insert-function): Check that
10145 electric-indent-mode is enabled in current buffer.
10146
10147 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
10148
10149 * imenu.el (imenu-progress-message): Restore; it is "used" in
10150 erc/erc-imenu.el and net/snmp-mode.el.
10151
10152 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
10153
10154 * avoid.el (mouse-avoidance-mode): Mark unused arg.
10155 (mouse-avoidance-nudge-mouse): Remove unused binding.
10156
10157 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
10158
10159 * descr-text.el (describe-char):
10160 * progmodes/python.el (python-describe-symbol):
10161 Don't call `toggle-read-only', set `buffer-read-only'.
10162
10163 * imenu.el (imenu-default-goto-function): Mark unused args.
10164 (imenu-progress-message): Remove obsolete macro; all callers changed.
10165
10166 * subr.el (keymap-canonicalize): Remove unused binding.
10167 (read-passwd): Mark unused arg.
10168
10169 * tutorial.el (tutorial--display-changes): Remove unused binding.
10170 (tutorial--save-tutorial-to): Remove unused variable.
10171
10172 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
10173 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
10174 (package-generate-autoloads, package-menu--generate)
10175 (package-menu--find-upgrades): Remove unused bindings.
10176
10177 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
10178 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
10179 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
10180 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
10181 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
10182 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
10183 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
10184 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
10185 (cua-delete-char-rectangle): Mark unused args.
10186 (cua-align-rectangle): Remove unused binding.
10187
10188 * mail/rmail.el (compilation--message->loc)
10189 (epa--find-coding-system-for-mime-charset): Declare.
10190
10191 * net/dbus.el (dbus-register-service): Declare.
10192 (dbus-name-owner-changed-handler): Remove unused binding.
10193
10194 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
10195 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
10196 (nxml-scan-backward-within): Mark unused arg.
10197 (nxml-dynamic-markup-word): Remove unused binding.
10198
10199 * mouse.el (mouse-menu-major-mode-map):
10200 * emacs-lisp/authors.el (authors-scan-change-log)
10201 (authors-add-to-author-list):
10202 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
10203 * emacs-lisp/smie.el (smie-auto-fill):
10204 * mail/sendmail.el (mail-bury):
10205 * mail/unrmail.el (unrmail):
10206 * net/tls.el (open-tls-stream):
10207 * textmodes/picture.el (picture-mouse-set-point):
10208 Remove unused bindings.
10209
10210 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
10211
10212 * net/tramp.el (tramp-action-password): Let-bind
10213 `enable-recursive-minibuffers' to t.
10214
10215 2012-04-18 Sam Steingold <sds@gnu.org>
10216
10217 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
10218 instead of 'string to accommodate values like [f11].
10219 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
10220 * progmodes/gdb-mi.el: Likewise.
10221
10222 2012-04-18 Leo Liu <sdl.web@gmail.com>
10223
10224 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
10225 current buffer.
10226 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
10227 LOCAL is nil.
10228
10229 2012-04-18 Chong Yidong <cyd@gnu.org>
10230
10231 * simple.el (line-move): Use forward-line if in batch mode
10232 (Bug#11053).
10233
10234 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
10235
10236 * files.el (after-find-file): Do not try to add a final newline if
10237 the buffer is read-only (Bug#11156).
10238
10239 2012-04-17 Richard Stallman <rms@gnu.org>
10240
10241 * mail/rmail.el (rmail-start-mail):
10242 Pass (rmail-mail-return...) for the return-action.
10243 Pass (rmail-yank-current-message...) for the yank-action.
10244 (rmail-yank-current-message): New function.
10245 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
10246 (rmail-reply): Likewise.
10247 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
10248
10249 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
10250 buffer, not the last. Reject temp buffers. Use the rmail-mode
10251 buffer, not newbuf.
10252
10253 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
10254
10255 * server.el (server-ensure-safe-dir): Simplify.
10256
10257 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10258
10259 * emacs-lisp/smie.el: Provide smarter auto-filling.
10260 (smie-auto-fill): New function.
10261 (smie-setup): Use it.
10262
10263 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
10264
10265 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
10266
10267 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
10268 (comment-indent): Use it.
10269
10270 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
10271
10272 * ses.el: The overall change is to add cell renaming, that is
10273 setting fancy names for cell symbols other than name matching
10274 "\\`[A-Z]+[0-9]+\\'" regexp .
10275 (ses-localvars): Add ses--renamed-cell-symb-list.
10276 (ses-create-cell-variable): New defun.
10277 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
10278 (ses-relocate-formula): Relocate formulas only for cells the
10279 symbols of which are not renamed, i.e. symbols whose names do not
10280 match regexp "\\`[A-Z]+[0-9]+\\'".
10281 (ses-relocate-all): Relocate values only for cells the symbols of
10282 which are not renamed.
10283 (ses-load): Create cells variables as the (ses-cell ...) are read,
10284 in order to check row col consistency with cell symbol name only
10285 for cells that are not renamed.
10286 (ses-replace-name-in-formula): New defun.
10287 (ses-rename-cell): New defun.
10288
10289 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
10290
10291 * progmodes/perl-mode.el (perl-indent-parens-as-block):
10292 New option (bug#11118).
10293 (perl-calculate-indent): Respect it.
10294
10295 2012-04-17 Glenn Morris <rgm@gnu.org>
10296
10297 * dired-aux.el (dired-mark-read-string): Doc fix.
10298
10299 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
10300
10301 * dired-aux.el (dired-mark-read-string): Offer optional completion.
10302 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
10303
10304 2012-04-17 Glenn Morris <rgm@gnu.org>
10305
10306 * mouse.el (mouse-drag-track):
10307 * speedbar.el (speedbar-frame-mode):
10308 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
10309
10310 2012-04-16 Leo Liu <sdl.web@gmail.com>
10311
10312 * progmodes/python.el: Trivial cleanup.
10313
10314 2012-04-16 Glenn Morris <rgm@gnu.org>
10315
10316 * vc/vc.el (vc-string-prefix-p):
10317 * vc/pcvs-util.el (cvs-string-prefix-p):
10318 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
10319 * mpc.el (mpc-string-prefix-p):
10320 Make all of these into obsolete aliases for string-prefix-p.
10321 Update callers.
10322 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
10323
10324 * textmodes/two-column.el: Move custom options to the start.
10325 (frame-width): Remove compat definition.
10326 (2C-associate-buffer, 2C-dissociate):
10327 Use with-current-buffer rather than save-excursion.
10328 (2C-dissociate): Force a mode-line update.
10329 (2C-autoscroll): Use ignore-errors.
10330
10331 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
10332 Autoload trivia.
10333
10334 * emacs-lisp/cl-extra.el (*random-state*):
10335 Remove unnecessary declaration.
10336
10337 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
10338
10339 * play/cookie1.el (cookie-snarf):
10340 Give an explicit error if input file cannot be read.
10341
10342 * play/yow.el (yow-file): Use expand-file-name rather than concat.
10343
10344 * progmodes/perl-mode.el (c-macro-expand):
10345 Remove unnecessary autoload (it is in loaddefs.el).
10346
10347 * textmodes/picture.el (picture-desired-column)
10348 (picture-update-desired-column): Convert comments to doc-strings.
10349 (picture-substitute): Remove function.
10350 (picture-mode-map): Initialize in the defvar.
10351
10352 * woman.el: Remove eval-after-load for tar-mode.
10353 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
10354 (woman-tar-extract-file): Autoload it.
10355
10356 * frame.el (automatic-hscrolling): Make this alias obsolete.
10357
10358 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10359
10360 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
10361 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
10362 (ispell-dictionary-base-alist): Revert to original XEmacs
10363 friendly version for default. [:alpha:] will be added in
10364 `ispell-set-spellchecker-params' if needed.
10365
10366 2012-04-16 Chong Yidong <cyd@gnu.org>
10367
10368 * image.el (imagemagick--file-regexp): New variable.
10369 (imagemagick-register-types): Use it.
10370 (imagemagick-types-inhibit): Add :set function. Allow new value
10371 of t to inhibit all types.
10372
10373 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
10374 so we can preload it.
10375
10376 * loadup.el (fboundp): Preload regexp-opt, needed by
10377 imagemagick-register-types.
10378
10379 2012-04-15 Chong Yidong <cyd@gnu.org>
10380
10381 * frame.el (scrolling): Remove nearly unused customization group.
10382
10383 * scroll-all.el (scroll-all-mode): Move to windows group.
10384
10385 2012-04-15 Chong Yidong <cyd@gnu.org>
10386
10387 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
10388
10389 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10390
10391 Avoid the use of ((lambda ...) ...) in lexical-binding code.
10392 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
10393
10394 2012-04-15 Glenn Morris <rgm@gnu.org>
10395
10396 * simple.el (process-file-side-effects): Doc fix.
10397
10398 2012-04-15 Glenn Morris <rgm@gnu.org>
10399
10400 * international/mule-cmds.el (set-language-environment): Doc fix.
10401
10402 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
10403
10404 * server.el (server-auth-key, server-generate-key): Doc fixes.
10405 (server-get-auth-key): Doc fix. Use `string-match-p'.
10406 (server-start): Reflow docstring.
10407
10408 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
10409
10410 * server.el (server-generate-key): `called-interactively-p'
10411 requires a parameter.
10412
10413 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
10414
10415 * server.el (server-auth-key): New variable.
10416 (server-generate-key, server-get-auth-key): New function.
10417 (server-start): Use the new variable and functions to allow
10418 setting a permanent server key (bug#9423).
10419
10420 2012-04-14 Leo Liu <sdl.web@gmail.com>
10421
10422 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
10423
10424 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
10425
10426 Spelling fixes.
10427 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
10428 Emacs uses American spelling.
10429
10430 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
10431
10432 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
10433 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
10434 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
10435 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
10436
10437 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10438
10439 * progmodes/which-func.el (which-func-modes): Change default.
10440
10441 2012-04-14 Kim F. Storm <storm@cua.dk>
10442
10443 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
10444 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
10445
10446 2012-04-14 Chong Yidong <cyd@gnu.org>
10447
10448 * custom.el (custom-theme-set-variables): Doc fix.
10449
10450 2012-04-14 Glenn Morris <rgm@gnu.org>
10451
10452 * international/mule.el (set-auto-coding-for-load): Doc fix.
10453
10454 2012-04-14 Alan Mackenzie <acm@muc.de>
10455
10456 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
10457 imenu work again for Objective C Mode. Correct the *-index values,
10458 these having been disturbed by a previous change in 2011-08.
10459
10460 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
10461 Correct two search limits.
10462
10463 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10464
10465 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
10466
10467 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
10468
10469 * international/characters.el: Fix sorting.
10470
10471 2012-04-14 Eli Zaretskii <eliz@gnu.org>
10472
10473 * international/characters.el: Add more missing Latin case pairs.
10474
10475 2012-04-14 Glenn Morris <rgm@gnu.org>
10476
10477 * files.el (dir-locals-set-class-variables): Doc fix.
10478
10479 2012-04-14 Eli Zaretskii <eliz@gnu.org>
10480
10481 * international/characters.el: Add set-case-syntax-pair call for
10482 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
10483 counterpart. (Bug#11209)
10484
10485 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
10486
10487 2012-04-14 Glenn Morris <rgm@gnu.org>
10488
10489 * calendar/holidays.el (calendar-check-holidays): Doc fix.
10490
10491 2012-04-14 Eli Zaretskii <eliz@gnu.org>
10492
10493 * textmodes/ispell.el (ispell-dictionary-base-alist):
10494 Add data for Hebrew.
10495
10496 2012-04-14 Chong Yidong <cyd@gnu.org>
10497
10498 * net/rcirc.el (rcirc-cmd-quit):
10499 Revert 2012-03-18 change (Bug#11192).
10500
10501 2012-04-14 Glenn Morris <rgm@gnu.org>
10502
10503 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
10504
10505 2012-04-14 Eli Zaretskii <eliz@gnu.org>
10506
10507 * minibuffer.el (completion-in-region-mode-map):
10508 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
10509
10510 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
10511
10512 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
10513
10514 2012-04-13 Masatake YAMATO <yamato@redhat.com>
10515
10516 * minibuffer.el (minibuffer-local-filename-syntax): New variable
10517 to allow `C-M-f' and `C-M-b' to move to the nearest path
10518 separator (bug#9511).
10519
10520 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
10521
10522 * avoid.el: Require cl when compiling. And also move the
10523 `provide' to the end.
10524
10525 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10526
10527 * avoid.el (mouse-avoidance-banish-position): New variable.
10528 (mouse-avoidance-banish-destination): Use it (bug#10165).
10529
10530 2012-04-13 Leo Liu <sdl.web@gmail.com>
10531
10532 * progmodes/which-func.el (which-func-modes): Add objc-mode.
10533
10534 2012-04-13 Ken Brown <kbrown@cornell.edu>
10535
10536 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
10537 this is no longer needed now that cygstart understands file:// URLs.
10538 (browse-url-filename-alist): For the same reason, don't modify
10539 file:// URLs on Cygwin.
10540
10541 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10542
10543 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
10544 the region on shift if the binding is already shifted (bug#11221).
10545
10546 2012-04-12 Glenn Morris <rgm@gnu.org>
10547
10548 * mail/mailpost.el: Move to obsolete/.
10549
10550 2012-04-12 Drew Adams <drew.adams@oracle.com>
10551
10552 * imenu.el (imenu--generic-function): Ignore invisible definitions
10553 (bug#10123).
10554
10555 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
10556
10557 * hexl.el (hexl-bits): New variable.
10558 (hexl-options): Mention the variable in the doc string.
10559 (hexl-rulerise, hexl-line-displen): New functions.
10560 (hexl-mode): Mention the new variable.
10561 (hexl-mode, hexl-current-address, hexl-current-address):
10562 Use the displen.
10563 (hexl-ascii-start-column): New function.
10564 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
10565 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
10566
10567 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10568
10569 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
10570 '("-i" ENCODING), in 2 separate command-line arguments, to specify
10571 the encoding, as expected by hunspell.
10572
10573 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10574
10575 * battery.el (battery--linux-sysfs-regexp): New const.
10576 (battery-status-function): Use it. Remove yeeloong special case.
10577 (battery-yeeloong-sysfs): Remove.
10578 (battery-echo-area-format): Remove yeeloong special case.
10579
10580 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10581
10582 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
10583 Reported by Noah Friedman.
10584
10585 * subr.el (read-passwd): Use read-string.
10586
10587 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10588
10589 * vcursor.el (vcursor-move): Increase the priority of the overlay
10590 (bug#9663).
10591
10592 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10593
10594 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
10595 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
10596
10597 2012-04-11 William Stevenson <yhvh2000@gmail.com>
10598
10599 * textmodes/artist.el (artist-mode): Convert artist-mode to use
10600 define-minor-mode (bug#10760).
10601
10602 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10603
10604 * progmodes/grep.el (rgrep): Tweak the find command line so
10605 that directories matching `grep-find-ignored-files' won't be
10606 pruned (bug#10351).
10607
10608 2012-04-11 Chong Yidong <cyd@gnu.org>
10609
10610 * startup.el (command-line): Remove support for long-obsolete
10611 variable font-lock-face-attributes.
10612
10613 2012-04-11 Glenn Morris <rgm@gnu.org>
10614
10615 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
10616
10617 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10618
10619 * window.el (window--state-get-1): Obey window-point-insertion-type.
10620
10621 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
10622
10623 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
10624 to previous function when point is on the first character of a
10625 function. Take care of that in `narrow-to-defun' (bug#6157).
10626
10627 2012-04-11 Glenn Morris <rgm@gnu.org>
10628
10629 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
10630 not just file-errors.
10631
10632 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
10633 (vc-bzr-sha1): Use internal sha1.
10634
10635 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10636
10637 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
10638
10639 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
10640
10641 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
10642 that start in the middle of the line (bug#10496).
10643
10644 2012-04-10 Dan Nicolaescu <dann@gnu.org>
10645
10646 * battery.el (battery-linux-proc-acpi): Only one battery is
10647 discharged at a time, but that seems to confuse battery.el when
10648 computing `rate-type' for the battery not being discharged
10649 (bug#10332).
10650
10651 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10652
10653 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
10654
10655 * international/quail.el: Use dolist and simplify.
10656 (quail-define-package, quail-update-keyboard-layout)
10657 (quail-define-rules): Use dolist.
10658 (quail-insert-kbd-layout, quail-get-translation): CSE.
10659
10660 * tmm.el: Use dolist, remove left over hook.
10661 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
10662 Use dolist.
10663 (calendar-load-hook): Don't mess with it.
10664
10665 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
10666 Use derived-mode-p. Run the diff asynchronously.
10667
10668 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10669
10670 * obsolete/mouse-sel.el: Add an Obsolete-since header.
10671
10672 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
10673
10674 * misc.el: Display absolute path of loaded DLLs (bug#10424).
10675 (list-dynamic-libraries--loaded): New function.
10676 (list-dynamic-libraries--refresh): Use it.
10677
10678 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
10679
10680 * progmodes/python.el (python-fill-paragraph):
10681 Make python-fill-region in a multiline string work when font-lock is
10682 disabled (bug#7018).
10683
10684 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
10685
10686 * language/european.el (cp775): Add oem/legacy (en)coding on
10687 DOS/MS Windows for the Baltic languages. There are still plenty
10688 of texts written in this encoding/codepage (bug#6519).
10689
10690 2012-04-10 Glenn Morris <rgm@gnu.org>
10691
10692 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
10693 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
10694
10695 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
10696
10697 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
10698 next-line "n" and previous-line "p" in order to make recentf more
10699 consistent with ibuffer, dired or org-mode (bug#9387).
10700
10701 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10702
10703 * image.el (put-image): Return the overlay created instead of the
10704 optional input string (bug#7834). Note that this may break code
10705 that is (for some reason or other) depending on `put-image'
10706 returning the string.
10707
10708 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
10709
10710 * simple.el (zap-to-char): Allow zapping using input methods
10711 (bug#1580).
10712
10713 * textmodes/fill.el (fill-region): Leave point and mark where they
10714 were before filling (bug#5399).
10715
10716 2012-04-09 Glenn Morris <rgm@gnu.org>
10717
10718 * version.el (emacs-bzr-get-version):
10719 Handle lightweight checkouts of local branches.
10720
10721 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
10722
10723 * international/characters.el: Recover lost case pairs. (Bug#11209)
10724
10725 2012-04-09 Chong Yidong <cyd@gnu.org>
10726
10727 * custom.el (custom-variable-p): Return nil for non-symbol
10728 arguments instead of signaling an error.
10729 (user-variable-p): Obsolete alias for custom-variable-p.
10730
10731 * apropos.el (apropos-variable):
10732 * files-x.el (read-file-local-variable):
10733 * simple.el (set-variable):
10734 * woman.el (woman-mini-help):
10735 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
10736
10737 2012-04-09 Glenn Morris <rgm@gnu.org>
10738
10739 * startup.el (normal-top-level): Don't look for leim-list.el
10740 in places where it will not be found. (Bug#910)
10741
10742 * international/mule-cmds.el (set-default-coding-systems):
10743 * files.el (normal-mode):
10744 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
10745 This function was removed with ucs-tables.el in 2008.
10746
10747 2012-04-08 Eli Zaretskii <eliz@gnu.org>
10748
10749 * textmodes/ispell.el (ispell-check-version): For hunspell, set
10750 ispell-encoding8-command to "-i", without a trailing space.
10751 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
10752 separate command-line arguments, to specify the encoding, since
10753 that's how hunspell expects it.
10754
10755 2012-04-08 Glenn Morris <rgm@gnu.org>
10756
10757 * loadup.el: Load bindings before cus-start.
10758 This reduces somewhat the number of "rogue" settings in emacs -Q.
10759
10760 2012-04-07 Glenn Morris <rgm@gnu.org>
10761
10762 * version.el (emacs-bzr-get-version): New function.
10763 (emacs-bzr-version): New variable.
10764 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
10765 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
10766
10767 2012-04-07 Eli Zaretskii <eliz@gnu.org>
10768
10769 * international/uni-bidi.el, international/uni-category.el:
10770 * international/uni-combining.el, international/uni-decimal.el:
10771 * international/uni-decomposition.el, international/uni-digit.el:
10772 * international/uni-lowercase.el, international/uni-mirrored.el:
10773 * international/uni-name.el, international/uni-numeric.el:
10774 * international/uni-titlecase.el, international/uni-uppercase.el:
10775 Update for Unicode 6.1.
10776
10777 2012-04-07 Eli Zaretskii <eliz@gnu.org>
10778
10779 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
10780
10781 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10782
10783 * window.el (shrink-window): Mention the `window-min-height'
10784 variable in the doc string.
10785
10786 2012-04-05 Bastien Guerry <bzg@altern.org>
10787
10788 * color.el (color-lighten-name): Fix typo.
10789
10790 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10791
10792 * server.el (server--on-display-p): New function.
10793 (server--on-display-p): Use it.
10794
10795 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
10796
10797 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
10798 (bug#11145).
10799
10800 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10801
10802 * comint.el (comint--common-quoted-suffix): Check string boundary
10803 before comparing (bug#11158).
10804 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
10805
10806 2012-04-04 Chong Yidong <cyd@gnu.org>
10807
10808 * minibuffer.el (completion-extra-properties): Doc fix.
10809
10810 * subr.el (delayed-warnings-hook): Doc fix.
10811
10812 2012-04-04 Daiki Ueno <ueno@unixuser.org>
10813
10814 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
10815 selection (Bug#11159).
10816 (epa-insert-keys): Inform that the default public key will be
10817 exported if no key is selected.
10818
10819 2012-04-04 Richard Stallman <rms@gnu.org>
10820
10821 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
10822
10823 2012-04-03 Chong Yidong <cyd@gnu.org>
10824
10825 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
10826 mail-insert-file, not its obsolete alias mail-attach-file.
10827
10828 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
10829
10830 * notifications.el (notifications-notify): Fix docstring.
10831
10832 2012-04-02 Glenn Morris <rgm@gnu.org>
10833
10834 * emacs-lisp/authors.el (authors-aliases): Another addition.
10835
10836 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
10837
10838 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
10839 `tramp-compat-call-process' instead of `tramp-local-call-process'.
10840 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
10841
10842 2012-04-01 Chong Yidong <cyd@gnu.org>
10843
10844 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
10845 Handle root directory properly.
10846 (copy-directory): Caller changed.
10847
10848 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
10849 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
10850
10851 2012-03-31 Glenn Morris <rgm@gnu.org>
10852
10853 * term/xterm.el (xterm-extra-capabilities): Doc fix.
10854
10855 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
10856
10857 * calendar/calendar.el (calendar-window-list)
10858 (calendar-hide-window): Restore. (Bug#11140)
10859 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
10860
10861 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
10862
10863 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10864
10865 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
10866 Check if file is a symlink (Bug#10489).
10867
10868 * files.el (copy-directory): Likewise.
10869
10870 2012-03-30 Chong Yidong <cyd@gnu.org>
10871
10872 * image.el (imagemagick-types-inhibit)
10873 (imagemagick-register-types): Doc fix.
10874
10875 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10876
10877 * textmodes/ispell.el (ispell-get-extended-character-mode):
10878 Disable extended-char-mode for hunspell. hunspell does not support it
10879 and treats ~word as ordinary words in pipe mode.
10880
10881 2012-03-30 Glenn Morris <rgm@gnu.org>
10882
10883 * tutorial.el (help-with-tutorial): Ensure local variables don't
10884 happen to make the buffer read-only. (Bug#11127)
10885
10886 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
10887
10888 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
10889 (perl-calculate-indent): Return `noindent' in strings.
10890
10891 2012-03-28 Sam Steingold <sds@gnu.org>
10892
10893 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
10894 instead of the broken adhockery which does not prevent calendar
10895 buffers from being displayed at random after exit.
10896 (calendar-window-list, calendar-hide-window): Remove the broken
10897 adhockery.
10898
10899 2012-03-28 Glenn Morris <rgm@gnu.org>
10900
10901 * replace.el (query-replace-map): Doc fix.
10902
10903 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
10904
10905 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
10906 contents. (Bug#11109)
10907
10908 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10909
10910 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
10911 (bug#11077).
10912 (avl-tree--check, avl-tree--check-node): New funs.
10913
10914 2012-03-27 Martin Rudalics <rudalics@gmx.at>
10915
10916 * window.el (switch-to-visible-buffer): New option.
10917 (switch-to-prev-buffer, switch-to-next-buffer):
10918 Observe switch-to-visible-buffer. Make sure that checking for a window
10919 showing a buffer already is done on the same frame.
10920
10921 2012-03-27 Glenn Morris <rgm@gnu.org>
10922
10923 * startup.el (mail-host-address): Doc fix.
10924
10925 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10926
10927 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
10928 than 197 variables.
10929
10930 2012-03-26 Ami Fischman <ami@fischman.org>
10931
10932 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
10933
10934 2012-03-26 Glenn Morris <rgm@gnu.org>
10935
10936 * files.el (save-buffers-kill-emacs): Doc fix.
10937
10938 * startup.el (normal-top-level, command-line, command-line-1):
10939 Give them doc strings.
10940
10941 2012-03-25 Eli Zaretskii <eliz@gnu.org>
10942
10943 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
10944 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
10945
10946 2012-03-25 Chong Yidong <cyd@gnu.org>
10947
10948 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
10949 theme if it was previously enabled before (Bug#11031).
10950
10951 * cus-theme.el (custom-theme-write-faces): Retrieve current face
10952 spec with custom-face-get-current-spec if its :shown-value is not
10953 determined yet (Bug#9337).
10954 (customize-create-theme, custom-theme-revert): Doc fixes.
10955
10956 * button.el (button-at): Minor addition to docstring.
10957
10958 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
10959
10960 * vc/vc.el (vc-merge): Fix a prompt.
10961
10962 2012-03-24 Chong Yidong <cyd@gnu.org>
10963
10964 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
10965 point (Bug#9623).
10966
10967 * button.el (button-at): Minor addition to docstring.
10968
10969 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10970
10971 * newcomment.el (comment-choose-indent): No space after BOL.
10972
10973 2012-03-22 Sam Steingold <sds@gnu.org>
10974
10975 * window.el (switch-to-prev-buffer): Revert last patch because the
10976 bug turned out to be an advertised feature (Elisp manual 28.14).
10977
10978 2012-03-22 Glenn Morris <rgm@gnu.org>
10979
10980 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
10981 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
10982
10983 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10984
10985 * net/network-stream.el (network-stream-open-starttls): Make error
10986 message under Windows be less misleading.
10987
10988 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
10989
10990 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
10991 understands (bug#9942).
10992
10993 2012-03-22 Chong Yidong <cyd@gnu.org>
10994
10995 * simple.el (end-of-visible-line): Handle return value of
10996 next-single-property-change properly (Bug#9371).
10997
10998 2012-03-22 Kenichi Handa <handa@m17n.org>
10999
11000 * international/quail.el (quail-insert-kbd-layout): Fix previous
11001 change. To avoid unwanted bidi reordering, use
11002 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
11003
11004 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
11005
11006 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
11007 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
11008 (ruby-beginning-of-indent): Be more careful with the difference
11009 between word-boundary and symbol boundary.
11010 (ruby-mode-syntax-table): Make : a symbol constituent.
11011
11012 2012-03-21 Andreas Politz <politza@fh-trier.de>
11013
11014 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
11015
11016 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11017
11018 * progmodes/etags.el (tags-completion-at-point-function):
11019 Improve last fix.
11020
11021 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
11022
11023 2012-03-21 Sam Steingold <sds@gnu.org>
11024
11025 * progmodes/etags.el (tags-completion-at-point-function):
11026 Avoid the error when point is inside the pattern.
11027
11028 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
11029
11030 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
11031 line (Bug#10855).
11032
11033 2012-03-21 Drew Adams <drew.adams@oracle.com>
11034
11035 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
11036
11037 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
11038
11039 * ido.el (ido-set-current-directory, ido-read-internal)
11040 (ido-choose-completion-string, ido-completion-help): Handle nil
11041 value of ido-completion-buffer (Bug#11008).
11042
11043 2012-03-21 Sam Steingold <sds@gnu.org>
11044
11045 * window.el (switch-to-prev-buffer): Do not switch to a visible
11046 window previous buffer, just like with the frame previous buffers.
11047
11048 2012-03-21 Chong Yidong <cyd@gnu.org>
11049
11050 * faces.el (make-face, make-empty-face, copy-face):
11051 * face-remap.el (face-remap-add-relative, face-remap-set-base):
11052 Doc fixes.
11053
11054 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11055
11056 * wid-edit.el (widget-complete-field): Remove (bug#11051).
11057 (widget-complete): Remove broken use of it.
11058
11059 2012-03-20 Chong Yidong <cyd@gnu.org>
11060
11061 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11062 Use string-width and truncate-string-width to handle arbitrary
11063 characters.
11064
11065 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
11066
11067 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
11068 to draw rectangles, not squares. (Regression introduced by revno
11069 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
11070
11071 2012-03-18 Chong Yidong <cyd@gnu.org>
11072
11073 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
11074 it is not yet defined (for temacs).
11075
11076 2012-03-18 Leo Liu <sdl.web@gmail.com>
11077
11078 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
11079 prefix.
11080
11081 2012-03-17 Eli Zaretskii <eliz@gnu.org>
11082
11083 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
11084 (ispell-choices-win-default-height, ispell-silently-savep)
11085 (ispell-dictionary-alist, ispell-encoding8-command)
11086 (ispell-check-version, ispell-aspell-find-dictionary)
11087 (ispell-valid-dictionary-list, ispell-words-keyword)
11088 (ispell-get-word, ispell-internal-change-dictionary)
11089 (ispell-region, ispell-skip-region-list)
11090 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
11091 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
11092 (ispell-message-text-end, ispell-message)
11093 (ispell-buffer-local-parsing): Doc fix.
11094
11095 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
11096
11097 * htmlfontify.el: Add support for code block fontification for ODT
11098 export (Bug #9914).
11099 (hfy-optimisations): Define new option
11100 `body-text-only'
11101 (hfy-fontify-buffer): Honor above setting.
11102 (hfy-begin-span, hfy-end-span): New routines factored out form
11103 `hfy-fontify-buffer'.
11104 (hfy-begin-span-handler, hfy-end-span-handler): New variables
11105 that permit insertion of custom tags.
11106 (hfy-fontify-buffer): Use above handlers.
11107 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
11108 (hfy-face-to-css): Re-defined to be a variable.
11109 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
11110 over multiple runs. This is made possible by having the caller let
11111 bind a special variable `hfy-user-sheet-assoc'.
11112 (htmlfontify-string): New defun.
11113 (hfy-compile-face-map): Make sure that the last char in the
11114 buffer is correctly fontified.
11115 (hfy-face-resolve-face): Whitespace only change.
11116
11117 2012-03-17 Eli Zaretskii <eliz@gnu.org>
11118
11119 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
11120 message more clear.
11121
11122 2012-03-16 Leo Liu <sdl.web@gmail.com>
11123
11124 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
11125
11126 2012-03-16 Alan Mackenzie <acm@muc.de>
11127
11128 Further optimise the handling of large macros.
11129
11130 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
11131 limit to a call of `c-literal-limits'.
11132 (c-determine-+ve-limit): New function.
11133 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
11134 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
11135 In CASE 5B, restrict a search limit to 500.
11136 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
11137
11138 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
11139 Restrict macro bounds to +-500 from after-change's BEG END.
11140
11141 2012-03-16 Leo Liu <sdl.web@gmail.com>
11142
11143 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
11144
11145 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
11146
11147 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
11148 `special-mode' setting of `buffer-read-only'. (Bug#11010)
11149
11150 2012-03-16 Glenn Morris <rgm@gnu.org>
11151
11152 * view.el (view-buffer, view-buffer-other-window)
11153 (view-buffer-other-frame): Doc fixes re special mode-class.
11154
11155 * subr.el (eval-after-load): If named feature is provided not from
11156 a file, run after-load forms. (Bug#10946)
11157
11158 * calendar/calendar.el (calendar-insert-at-column):
11159 Handle non-unit-width characters a bit better. (Bug#10978)
11160
11161 2012-03-15 Chong Yidong <cyd@gnu.org>
11162
11163 * emacs-lisp/ring.el (ring-extend): New function.
11164 (ring-insert+extend): Extend the ring correctly (Bug#11019).
11165
11166 * comint.el (comint-read-input-ring)
11167 (comint-add-to-input-history): Grow comint-input-ring lazily.
11168
11169 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11170
11171 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
11172 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
11173
11174 * imenu.el: Fix multiple inheritance breakage (bug#9199).
11175 (imenu-add-to-menubar): Don't add a redundant index.
11176 (imenu-update-menubar): Handle a dynamically composed keymap.
11177
11178 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11179
11180 * mail/sendmail.el (mail-encode-header):
11181 Bind rfc2047-encode-encoded-words to nil.
11182
11183 2012-03-13 Glenn Morris <rgm@gnu.org>
11184
11185 * calendar/calendar.el (calendar-string-spread):
11186 Handle non-unit-width characters a bit better. (Bug#10978)
11187
11188 2012-03-13 Leo Liu <sdl.web@gmail.com>
11189
11190 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
11191 directory and file as argument (Bug#10822).
11192
11193 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
11194
11195 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
11196 For dynamically generated code, follow $PC.
11197 (gdb-disassembly-handler-custom): Handle no function name case.
11198
11199 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
11200
11201 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
11202 * emulation/ws-mode.el (ws-query-replace):
11203 * sort.el (sort-regexp-fields):
11204 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
11205
11206 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 * dabbrev.el: Fix cycle completion order (bug#10963).
11209 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
11210 (dabbrev-completion): Don't use an obarray; provide
11211 a cycle-sort-function.
11212
11213 2012-03-12 Leo Liu <sdl.web@gmail.com>
11214
11215 * simple.el (kill-new): Use equal-including-properties for comparison.
11216 (kill-do-not-save-duplicates): Doc fix.
11217
11218 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11219
11220 * dabbrev.el: Fix cycle completion (bug#10963).
11221 Use lexical binding and wrap to 80 columns.
11222 (dabbrev-completion): Delay computing the list of completions.
11223
11224 2012-03-12 Kenichi Handa <handa@m17n.org>
11225
11226 * international/quail.el (quail-insert-kbd-layout): Surround each
11227 row by LRO and PDF instead of inserting many LRMs. Pad the left
11228 and right of each non-spacing marks. Insert invisible space
11229 between lower and upper characters to prevent composition.
11230
11231 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11232
11233 * minibuffer.el (minibuffer-complete): Don't get confused when the
11234 function is run twice via different commands (bug#10958).
11235 (complete-with-action): Fix docstring.
11236
11237 2012-03-12 Chong Yidong <cyd@gnu.org>
11238
11239 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
11240 (nxml-completion-at-point-function): New function.
11241 (nxml-mode): Use it.
11242 (nxml-bind-meta-tab-to-complete-flag): Default to t.
11243
11244 * emacs-lisp/package.el (package-unpack, package-unpack-single):
11245 Load generated autoloads file before byte compiling (Bug#10970).
11246 (package--make-autoloads-and-compile): New helper fun.
11247
11248 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
11249
11250 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
11251
11252 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
11253
11254 * autorevert.el (auto-revert-handler): Ensure, that
11255 file-readable-p is applied only for local files or in
11256 auto-revert-tail-mode.
11257
11258 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
11259
11260 * server.el (server-eval-at): Handle non-tcp connections.
11261 Decode result string.
11262
11263 * server.el (server-msg-size): New constant.
11264 (server-reply-print): New function.
11265 (server-eval-and-print): Use it.
11266 (server-eval-at): Use server-quote-arg and server-unquote-arg.
11267 Handle -print-nonl.
11268
11269 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
11270
11271 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
11272 (Bug#10987).
11273
11274 2012-03-11 Chong Yidong <cyd@gnu.org>
11275
11276 * simple.el (goto-line): Doc fix (Bug#9938).
11277
11278 * subr.el (save-window-excursion): Doc fix (Bug#9979).
11279
11280 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
11281 when finished (Bug#10963).
11282
11283 2012-03-11 Martin Rudalics <rudalics@gmx.at>
11284
11285 * window.el (split-window-below): Fix bug in case where
11286 split-window-keep-point is nil (Bug#10971).
11287
11288 2012-03-11 Juri Linkov <juri@jurta.org>
11289
11290 * replace.el (replace-highlight): Set isearch-word to nil
11291 unconditionally. (Bug#10887)
11292
11293 2012-03-10 Eli Zaretskii <eliz@gnu.org>
11294
11295 * net/mairix.el (mairix-replace-invalid-chars): Rename from
11296 mairix-replace-illegal-chars; all callers changed. Don't remove
11297 ^, ~, and = characters: they are meaningful in mairix search specs.
11298 (mairix-widget-create-query): Add usage information about mairix
11299 search forms: negating words, searching for substrings, etc.
11300
11301 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
11302
11303 * international/fontset.el (font-encoding-alist): Add an entry for
11304 ksx1001 (Bug#5667).
11305
11306 2012-03-10 Richard Stallman <rms@gnu.org>
11307
11308 * mail/sendmail.el (mail-encode-header):
11309 Set rfc2047-encode-encoded-words.
11310
11311 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
11312
11313 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
11314 view buffer means not swapped.
11315 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
11316 (rmail-write-region-annotate): Error if real text has disappeared.
11317
11318 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
11319
11320 2012-03-10 Chong Yidong <cyd@gnu.org>
11321
11322 * emulation/cua-rect.el (cua--init-rectangles):
11323 * emulation/cua-base.el (cua--init-keymaps):
11324 Add delete-forward-char to remappings (Bug#9666).
11325
11326 2012-03-10 Martin Rudalics <rudalics@gmx.at>
11327
11328 * speedbar.el (speedbar-unhighlight-one-tag-line):
11329 Avoid unhighlighting due to frame switching (Bug#10275).
11330
11331 2012-03-10 Chong Yidong <cyd@gnu.org>
11332
11333 * minibuffer.el (completion-in-region, completion-help-at-point):
11334 Give the completion field overlay a high priority (Bug#6830).
11335
11336 * dired.el (dired-goto-file): Recognize absolute file name
11337 listings (Bug#7126).
11338 (dired-goto-file-1): New helper function.
11339 (dired-toggle-read-only): Inhibit warnings.
11340
11341 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
11342
11343 * net/dbus.el (dbus-property-handler): Return empty array if
11344 there are no properties.
11345
11346 2012-03-09 Leo Liu <sdl.web@gmail.com>
11347
11348 * savehist.el (savehist-printable): Stricter check for string
11349 value (Bug#10937).
11350
11351 2012-03-09 Eli Zaretskii <eliz@gnu.org>
11352
11353 * mail/smtpmail.el (smtpmail-send-it):
11354 Bind coding-system-for-write to *-unix, so that FCC files are kept in
11355 valid mbox format.
11356
11357 2012-03-09 Glenn Morris <rgm@gnu.org>
11358
11359 * files.el (dir-locals-find-file):
11360 Don't check result is regular, readable.
11361 (dir-locals-read-from-file): Demote errors.
11362
11363 2012-03-08 Eli Zaretskii <eliz@gnu.org>
11364
11365 * international/quail.el (quail-insert-kbd-layout):
11366 Insert invisible LRM characters before each character in a keyboard
11367 layout cell, to prevent their reordering by bidi display engine.
11368 For details, see the discussion in
11369 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
11370
11371 2012-03-08 Alan Mackenzie <acm@muc.de>
11372
11373 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
11374 the starting position; make it extend the marked region when
11375 invoked repeatedly - all under appropriate circumstances.
11376 Fixes bugs #5525, #10906.
11377
11378 2012-03-08 Glenn Morris <rgm@gnu.org>
11379
11380 * files.el (locate-dominating-file, dir-locals-find-file):
11381 Undo 2012-03-06 change.
11382
11383 2012-03-07 Eli Zaretskii <eliz@gnu.org>
11384
11385 * international/quail.el (quail-help):
11386 Force bidi-paragraph-direction be left-to-right. See discussion in
11387 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
11388 for the reason.
11389
11390 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
11391
11392 Avoid superfluous registering of signals. (Bug#10807)
11393
11394 * notifications.el (notifications-on-action-object)
11395 (notifications-on-close-object): New defvars.
11396 (notifications-on-action-signal, notifications-on-closed-signal):
11397 Unregister the signal if not needed any longer.
11398 (notifications-notify): Register `notifications-action-signal' or
11399 `notifications-closed-signal', if :on-action or :on-close has been
11400 passed as argument.
11401
11402 2012-03-07 Chong Yidong <cyd@gnu.org>
11403
11404 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
11405 non-X platforms.
11406
11407 2012-03-06 Glenn Morris <rgm@gnu.org>
11408
11409 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11410 (x-disown-selection-internal, x-get-selection-internal):
11411 Doc fix (add arglist signatures). (Bug#10783)
11412
11413 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
11414
11415 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11416 Handle breakpoints with no "type".
11417
11418 2012-03-06 Glenn Morris <rgm@gnu.org>
11419
11420 * files.el (locate-dominating-file): Add optional predicate argument.
11421 (dir-locals-find-file): Make use of above change.
11422
11423 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
11424
11425 * info.el (Info-insert-dir): Also try "dir.gz".
11426
11427 2012-03-06 Glenn Morris <rgm@gnu.org>
11428
11429 * files.el (dir-locals-find-file):
11430 Ignore non-readable or non-regular files. (Bug#10928)
11431
11432 * files.el (locate-dominating-file): Doc fix.
11433
11434 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
11435
11436 * calendar/calendar.el (calendar-set-mode-line):
11437 `getenv' returns a string. (Bug#10951)
11438
11439 2012-03-05 Leo Liu <sdl.web@gmail.com>
11440
11441 * simple.el (backward-delete-char-untabify): Constrain point to
11442 field (Bug#10939).
11443
11444 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
11445
11446 2012-03-05 Chong Yidong <cyd@gnu.org>
11447
11448 * simple.el (count-words): If called from Lisp, return the word
11449 count, for symmetry with `count-lines'. Arglist changed.
11450 (count-words--message): Args changed. Consolidate counting code
11451 from count-words and count-words-region.
11452 (count-words-region): Caller changed.
11453 (count-lines-region): Make it an obsolete alias.
11454
11455 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
11456
11457 * saveplace.el (save-place-to-alist)
11458 (save-place-ignore-files-regexp): Allow value nil to disable this
11459 feature.
11460
11461 2012-03-04 Chong Yidong <cyd@gnu.org>
11462
11463 * faces.el (face-spec-reset-face): For the default face, reset the
11464 attributes to default values (Bug#10748).
11465
11466 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11467
11468 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
11469 previous patch: Check `message-send-mail-function', and not the
11470 default function (bug#10897).
11471
11472 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
11473
11474 * notifications.el (notifications-on-action-signal)
11475 (notifications-on-closed-signal): Check for unique service name of
11476 incoming event. Fix error in removing entry.
11477 (top): Register for signals with wildcard service name.
11478 (notifications-notify): Use daemon unique service name for map entries.
11479
11480 2012-03-04 Chong Yidong <cyd@gnu.org>
11481
11482 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
11483
11484 2012-03-04 Glenn Morris <rgm@gnu.org>
11485
11486 * abbrev.el (copy-abbrev-table, abbrev-table-p)
11487 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
11488 (expand-abbrev, define-abbrev-table): Doc fixes.
11489
11490 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11491
11492 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
11493 `message-default-send-mail-function' and not `send-mail-function'
11494 when doing the prompting for `sendmail-query-once' before sending
11495 in Message buffers (bug#10897).
11496
11497 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
11498 This is inconsistent with all the other stream functions, which leave
11499 the setting up to the higher levels (if so wanted) (bug#10931).
11500
11501 2012-03-02 Alan Mackenzie <acm@muc.de>
11502
11503 Depessimize the handling of very large macros.
11504
11505 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
11506 (c-macro-cache-syntactic): New variables to implement a one
11507 element macro cache.
11508 (c-invalidate-macro-cache): New function.
11509 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
11510 Adapt to use the new cache.
11511 (c-state-safe-place): Use better the cache of safe positions.
11512 (c-state-semi-nonlit-pos-cache)
11513 (c-state-semi-nonlit-pos-cache-limit):
11514 New variables for...
11515 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
11516 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
11517 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
11518 Use c-state-semi-safe-place.
11519
11520 * progmodes/cc-langs.el (c-get-state-before-change-functions):
11521 Add c-invalidate-macro-cache to the C, C++, Obj entries.
11522
11523 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
11524
11525 * jka-compr.el (jka-compr-call-process):
11526 Apply `file-accessible-directory-p' only when the default directory is
11527 not remote.
11528
11529 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
11530
11531 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
11532 access of FILE2, if FILE1 does not exist.
11533
11534 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
11535 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
11536
11537 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
11538 Add "PAGER=" to `process-environment'.
11539
11540 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
11541
11542 * progmodes/sql.el: Bug fix
11543 (sql-get-login-ext): Save login values in globals.
11544 (sql-get-login): Use new version of `sql-get-login-ext'.
11545 (sql-interactive-mode): Set global `sql-connection' to nil.
11546 (sql-connect): Set global values for connection.
11547 (sql-product-interactive): Save global values as buffer local.
11548
11549 2012-02-29 Leo Liu <sdl.web@gmail.com>
11550
11551 * abbrev.el (define-abbrevs): Reset sys to nil.
11552
11553 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11554
11555 * files.el (file-equal-p): Rename from `files-equal-p'.
11556 Return nil when one or both files don't exist.
11557 (file-subdir-of-p): Now only top directory must exists,
11558 return nil if it doesn't.
11559 (copy-directory): No need to test with `file-subdir-of-p' after
11560 creating dir.
11561 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
11562 to `file-equal-p'.
11563
11564 2012-02-28 Glenn Morris <rgm@gnu.org>
11565
11566 * shell.el (shell-mode):
11567 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
11568 * play/landmark.el (landmark-font-lock-face-O):
11569 * play/handwrite.el (handwrite):
11570 * play/gomoku.el (gomoku-O):
11571 * net/browse-url.el (browse-url-browser-display):
11572 * international/mule.el (define-charset):
11573 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
11574 * filesets.el (filesets-find-file-delay):
11575 * eshell/em-xtra.el (eshell-xtra):
11576 * eshell/em-unix.el (eshell-grep):
11577 * emulation/viper.el (viper-mode):
11578 * emacs-lisp/regexp-opt.el (regexp-opt-group):
11579 * emacs-lisp/easymenu.el (easy-menu-define):
11580 * calendar/timeclock.el (timeclock-use-display-time):
11581 * bs.el (bs-mode):
11582 * bookmark.el (bookmark-save-flag):
11583 Doc fix (standardize possessive apostrophe usage).
11584
11585 2012-02-27 Chong Yidong <cyd@gnu.org>
11586
11587 * emulation/viper-cmd.el (viper-intercept-ESC-key):
11588 Fix key-binding lookup for ESC key (Bug#9146).
11589
11590 * font-lock.el (font-lock-specified-p): Rename from
11591 font-lock-spec-present. Callers changed.
11592
11593 2012-02-27 Daniel Hackney <dan@haxney.org>
11594
11595 * emacs-lisp/package.el (package-compute-transaction):
11596 Handle holding a package version to t in package-load-list.
11597
11598 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
11599
11600 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
11601 (tramp-get-inode, tramp-get-device): Use cached values.
11602
11603 2012-02-26 Alan Mackenzie <acm@muc.de>
11604
11605 Check there is a font-lock specification before doing initial
11606 fontification.
11607
11608 * font-core.el (font-lock-mode): Move the conditional from
11609 :after-hook to font-lock-initial-fontify.
11610 (font-lock-default-function): Move the check for a specification
11611 to font-lock-spec-present.
11612
11613 * font-lock.el (font-lock-initial-fontify): Call ...
11614 (font-lock-spec-present): New function.
11615
11616 2012-02-26 Jim Blandy <jimb@red-bean.com>
11617
11618 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
11619 (gdb-send): Apply it to the operand of the '-interpreter-exec
11620 console' command, so that we can pass arguments with (say) quotes
11621 in them. Store exact string sent in gdb-debug-log (Bug#10765).
11622
11623 2012-02-26 Chong Yidong <cyd@gnu.org>
11624
11625 * help-fns.el (describe-function-1): Clarify description of
11626 remapping (Bug#10844).
11627
11628 * files.el (files-equal-p): Doc fix.
11629 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
11630 and quit the loop once a mismatch is found.
11631
11632 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
11633
11634 * bs.el (bs--show-with-configuration): Don't throw an error
11635 if the window cannot be split; otherwise, subsequent calls to
11636 bs-show fail, restoring a stale window config. (Bug#10882)
11637
11638 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
11639
11640 * term/ns-win.el (global-map): Bind ns-drag-file to
11641 ns-find-file (Bug#5855, Bug#10050).
11642
11643 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
11644
11645 * calendar/parse-time.el (parse-time-string): Allow extractor to
11646 return nil.
11647
11648 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
11649
11650 * net/tramp.el (tramp-file-name-for-operation):
11651 Add `files-equal-p' and `file-subdir-of-p'.
11652
11653 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
11654 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
11655 Add COPY-CONTENTS argument.
11656
11657 2012-02-25 Chong Yidong <cyd@gnu.org>
11658
11659 Add custom groups for VC backends, for consistency with vc-bzr.
11660
11661 * vc/vc-arch.el (vc-arch):
11662 * vc/vc-cvs.el (vc-cvs):
11663 * vc/vc-git.el (vc-git):
11664 * vc/vc-hg.el (vc-hg):
11665 * vc/vc-mtn.el (vc-mtn):
11666 * vc/vc-rcs.el (vc-rcs):
11667 * vc/vc-sccs.el (vc-sccs):
11668 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
11669 All relevant defcustoms reassigned.
11670
11671 2012-02-25 Chong Yidong <cyd@gnu.org>
11672
11673 * newcomment.el (comment-styles): Add autoload (Bug#10868).
11674
11675 * term/x-win.el (x-initialize-window-system): Reduce default for
11676 x-selection-timeout to 5 seconds (Bug#8869).
11677
11678 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11679
11680 * files.el (files-equal-p, file-subdir-of-p): New functions.
11681 (copy-directory): Error when trying to copy a directory on itself.
11682 Add missing copy-contents arg to tramp handler.
11683 * dired-aux.el (dired-copy-file-recursive): Same.
11684 (dired-create-files): Modify destination when source is equal to
11685 dest when copying files.
11686 Return also when dest is a subdir of source. (Bug#10489)
11687
11688 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
11689
11690 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
11691 (Bug#10874)
11692
11693 2012-02-23 Alan Mackenzie <acm@muc.de>
11694
11695 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
11696 parameter "after-hook:" to allow the expansion to run code after
11697 the execution of the mode hooks.
11698
11699 * font-lock.el (font-lock-initial-fontify): New function extracted
11700 from font-lock-mode-internal.
11701
11702 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
11703 :after-hook.
11704
11705 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11706
11707 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
11708 (completion--cache-all-sorted-completions): New function.
11709 (completion-all-sorted-completions): Use it.
11710 (completion--do-completion, minibuffer-force-complete):
11711 Use it to re-instate the flush hook.
11712
11713 * icomplete.el (icomplete-completions): Replace last fix with a better
11714 one (bug#10850).
11715
11716 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
11717
11718 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
11719 when it might call us back infinitely (bug#10797).
11720
11721 2012-02-23 Glenn Morris <rgm@gnu.org>
11722
11723 * minibuffer.el (completion-category-overrides): Doc fix.
11724
11725 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11726
11727 * minibuffer.el (completion-table-with-context): Fix inf-loop.
11728 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
11729
11730 2012-02-23 Glenn Morris <rgm@gnu.org>
11731
11732 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
11733 (authors-obsolete-files-regexps, authors-ignored-files)
11734 (authors-ambiguous-files, authors-renamed-files-alist):
11735 Add more entries.
11736
11737 2012-02-23 Juri Linkov <juri@jurta.org>
11738
11739 * isearch.el (isearch-occur): Sync interactive spec with occur's
11740 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
11741
11742 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
11743
11744 2012-02-22 Juri Linkov <juri@jurta.org>
11745
11746 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
11747 (ucs-insert): Doc fix. Check for hex digits in the string.
11748 Don't display `nil' in the error message. (Bug#10857)
11749
11750 2012-02-22 Alan Mackenzie <acm@muc.de>
11751
11752 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
11753
11754 2012-02-22 Glenn Morris <rgm@gnu.org>
11755
11756 * ffap.el (ffap-c-path):
11757 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
11758
11759 2012-02-22 Chong Yidong <cyd@gnu.org>
11760
11761 * custom.el (load-theme): Doc fix.
11762
11763 2012-02-22 Glenn Morris <rgm@gnu.org>
11764
11765 * dired-x.el (dired-guess-shell-alist-default):
11766 Remove escape sequences from nroff output. (Bug#172)
11767
11768 2012-02-21 Glenn Morris <rgm@gnu.org>
11769
11770 * vc/emerge.el (emerge-defvar-local):
11771 Set `permanent-local' property rather than unused `preserved'.
11772
11773 * textmodes/picture.el (picture-delete-char): New alias.
11774 (picture-mode-map): Use it. (Bug#10860)
11775 (picture-mode): Doc fix.
11776
11777 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
11778
11779 * newcomment.el (uncomment-region-default): Remove unused binding.
11780
11781 2012-02-21 Glenn Morris <rgm@gnu.org>
11782
11783 * textmodes/picture.el (picture-motion, picture-motion-reverse)
11784 (picture-self-insert, picture-tab-chars): Doc fix.
11785 (picture-mode-map): Fix C-a, C-e.
11786
11787 2012-02-20 Glenn Morris <rgm@gnu.org>
11788
11789 * emacs-lisp/authors.el (authors-aliases): Add another entry.
11790
11791 2012-02-20 Leo Liu <sdl.web@gmail.com>
11792
11793 * icomplete.el (icomplete-completions): Check FROM arg before
11794 passing to substring (Bug#10850).
11795
11796 2012-02-19 Chong Yidong <cyd@gnu.org>
11797
11798 * comint.el: Require ansi-color.
11799 (comint-output-filter-functions): Add ansi-color-process-output.
11800
11801 * ansi-color.el: Don't set comint-output-filter-functions; it is
11802 now in the initial value defined in comint.el.
11803 (ansi-color-apply-face-function): New variable.
11804 (ansi-color-apply-on-region): Use it.
11805 (ansi-color-apply-overlay-face): New function.
11806
11807 * shell.el (shell): No need to require ansi-color.
11808 (shell-mode): Use ansi-color-apply-face-function to highlight
11809 color escapes using font-lock-face property (Bug#10835).
11810
11811 2012-02-19 Chong Yidong <cyd@gnu.org>
11812
11813 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
11814 mode-line formats (Bug#10839).
11815
11816 2012-02-18 Glenn Morris <rgm@gnu.org>
11817
11818 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
11819
11820 * mail/undigest.el (unforward-rmail-message): Doc fix.
11821
11822 * saveplace.el (save-place-ignore-files-regexp): Add :version.
11823
11824 2012-02-18 Eli Zaretskii <eliz@gnu.org>
11825
11826 * international/characters.el (script-list): Sync with the latest
11827 Unicode Character Database.
11828
11829 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
11830
11831 * international/titdic-cnv.el: Remove duplicate coding tag.
11832 * language/cham.el: Likewise.
11833 * language/tai-viet.el: Likewise.
11834
11835 2012-02-18 Glenn Morris <rgm@gnu.org>
11836
11837 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
11838 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
11839 (calendar-bahai-all-holidays-flag, calendar-other-dates):
11840 * calendar/diary-lib.el (diary-abbreviated-year-flag):
11841 * calendar/holidays.el (holiday-bahai-holidays)
11842 (calendar-holidays, list-holidays):
11843 Use utf-8 Bahá'í in doc-strings, menus, etc.
11844
11845 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
11846
11847 * saveplace.el (save-place-ignore-files-regexp): New variable
11848 allowing for excluding files from saving their location of point.
11849 The default value matches the temporary commit message editing
11850 files from Git, SVN, Bazaar, and Mercurial.
11851 (save-place-to-alist): Use it.
11852
11853 2012-02-17 Lawrence Mitchell <wence@gmx.li>
11854 Stefan Monnier <monnier@iro.umontreal.ca>
11855
11856 * newcomment.el (uncomment-region-default): Don't leave extra space
11857 when an arg is provided (bug#8150).
11858
11859 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
11860
11861 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
11862
11863 2012-02-17 Glenn Morris <rgm@gnu.org>
11864
11865 * net/socks.el: Require network-stream. (Bug#10599)
11866
11867 2012-02-17 Kenichi Handa <handa@m17n.org>
11868
11869 * international/charprop.el:
11870 * international/uni-name.el:
11871 * international/uni-old-name.el:
11872 * international/uni-comment.el: Regenerate.
11873
11874 2012-02-16 Glenn Morris <rgm@gnu.org>
11875
11876 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
11877 Interactively in calendar buffer, give an error if not on a date.
11878
11879 2012-02-15 Glenn Morris <rgm@gnu.org>
11880
11881 * shell.el (shell-delimiter-argument-list):
11882 Revert 2011-02-17 change. (Bug#8027)
11883
11884 2012-02-15 Chong Yidong <cyd@gnu.org>
11885
11886 * minibuffer.el (completion-at-point-functions): Doc fix.
11887
11888 * custom.el (defcustom): Doc fix; note use of defvar.
11889
11890 2012-02-15 Glenn Morris <rgm@gnu.org>
11891
11892 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
11893 Doc fixes.
11894
11895 2012-02-14 Glenn Morris <rgm@gnu.org>
11896
11897 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
11898
11899 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
11900
11901 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
11902 way the ports list is computed.
11903 (smtpmail-query-smtp-server): Prompt the user for a port number if
11904 we can't connect to any of the standard ports (bug#10810).
11905
11906 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
11907
11908 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
11909
11910 2012-02-13 Glenn Morris <rgm@gnu.org>
11911
11912 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
11913
11914 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
11915
11916 * net/gnutls.el (gnutls-trustfiles): New variable.
11917 (gnutls-negotiate): Use it.
11918
11919 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
11920
11921 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
11922 does its stuff if Gnus is running.
11923
11924 2012-02-13 Alan Mackenzie <acm@muc.de>
11925
11926 Fix a loop in c-set-fl-decl-start.
11927
11928 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
11929 c-backward-syntactic-ws actually moves backwards.
11930
11931 2012-02-13 Leo Liu <sdl.web@gmail.com>
11932
11933 * net/rcirc.el (rcirc-markup-attributes): Move point to the
11934 beginning so that all \C-o chars are removed.
11935
11936 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
11937
11938 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
11939
11940 2012-02-12 Alan Mackenzie <acm@muc.de>
11941
11942 Fix infinite loop with long macros.
11943 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
11944
11945 2012-02-12 Chong Yidong <cyd@gnu.org>
11946
11947 * window.el (display-buffer): Doc fix (Bug#10785).
11948
11949 2012-02-12 Glenn Morris <rgm@gnu.org>
11950
11951 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11952 (x-disown-selection-internal, x-get-selection-internal):
11953 Sync docs with the xselect.c versions.
11954
11955 * allout-widgets.el: Add missing license notice.
11956
11957 2012-02-11 Glenn Morris <rgm@gnu.org>
11958
11959 * select.el (x-get-selection-internal, x-own-selection-internal)
11960 (x-disown-selection-internal):
11961 * x-dnd.el (x-get-selection-internal): Update declarations.
11962
11963 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
11964
11965 * window.el (window-sides-slots):
11966 * tool-bar.el (tool-bar-position):
11967 * term/xterm.el (xterm-extra-capabilities):
11968 * ses.el (ses-self-reference-early-detection):
11969 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
11970 (verilog-auto-wire-type)
11971 (verilog-auto-delete-trailing-whitespace)
11972 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
11973 (verilog-auto-tieoff-declaration):
11974 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
11975 (sql-oracle-statement-starters, sql-oracle-scan-on):
11976 * progmodes/prolog.el (prolog-align-comments-flag)
11977 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
11978 (prolog-left-indent-regexp, prolog-paren-indent-p)
11979 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
11980 (prolog-types, prolog-mode-specificators)
11981 (prolog-determinism-specificators, prolog-directives)
11982 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
11983 (prolog-electric-dot-flag)
11984 (prolog-electric-dot-full-predicate-template)
11985 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
11986 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
11987 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
11988 (prolog-program-switches, prolog-prompt-regexp)
11989 (prolog-debug-on-string, prolog-debug-off-string)
11990 (prolog-trace-on-string, prolog-trace-off-string)
11991 (prolog-zip-on-string, prolog-zip-off-string)
11992 (prolog-use-standard-consult-compile-method-flag)
11993 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
11994 (prolog-imenu-max-lines, prolog-info-predicate-index)
11995 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
11996 (prolog-char-quote-workaround):
11997 * progmodes/cc-vars.el (c-defun-tactic):
11998 * net/tramp.el (tramp-encoding-command-interactive)
11999 (tramp-local-end-of-line):
12000 * net/soap-client.el (soap-client):
12001 * net/netrc.el (netrc-file):
12002 * net/gnutls.el (gnutls):
12003 * minibuffer.el (completion-category-overrides)
12004 (completion-cycle-threshold)
12005 (completion-pcm-complete-word-inserts-delimiters):
12006 * man.el (Man-name-local-regexp):
12007 * mail/feedmail.el (feedmail-display-full-frame):
12008 * international/characters.el (glyphless-char-display-control):
12009 * eshell/em-ls.el (eshell-ls-date-format):
12010 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
12011 (lisp-lambda-list-keyword-parameter-indentation)
12012 (lisp-lambda-list-keyword-parameter-alignment):
12013 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
12014 * dired-x.el (dired-omit-verbose):
12015 * cus-theme.el (custom-theme-allow-multiple-selections):
12016 * calc/calc.el (calc-highlight-selections-with-faces)
12017 (calc-lu-field-reference, calc-lu-power-reference)
12018 (calc-note-threshold):
12019 * battery.el (battery-mode-line-limit):
12020 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
12021 (archive-7z-update):
12022 * allout.el (allout-prefixed-keybindings)
12023 (allout-unprefixed-keybindings)
12024 (allout-inhibit-auto-fill-on-headline)
12025 (allout-flattened-numbering-abbreviation):
12026 * allout-widgets.el (allout-widgets-auto-activation)
12027 (allout-widgets-icons-dark-subdir)
12028 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
12029 (allout-widgets-theme-dark-background)
12030 (allout-widgets-theme-light-background)
12031 (allout-widgets-item-image-properties-emacs)
12032 (allout-widgets-item-image-properties-xemacs)
12033 (allout-widgets-run-unit-tests-on-load)
12034 (allout-widgets-time-decoration-activity)
12035 (allout-widgets-hook-error-post-time)
12036 (allout-widgets-track-decoration):
12037 Add missing :version tags to new defcustoms and defgroups.
12038
12039 * progmodes/sql.el (sql-ansi-statement-starters)
12040 (sql-oracle-statement-starters): Add custom type.
12041
12042 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
12043 (prolog-system-version): Give it a type.
12044
12045 2012-02-11 Eli Zaretskii <eliz@gnu.org>
12046
12047 * term/pc-win.el (x-select-text, x-selection-owner-p)
12048 (x-own-selection-internal, x-disown-selection-internal)
12049 (x-get-selection-internal): Sync doc strings and argument lists
12050 with xselect.c, common-win.el and x-win.el. (Bug#10783)
12051
12052 2012-02-11 Leo Liu <sdl.web@gmail.com>
12053
12054 * progmodes/python.el (python-end-of-statement): Fix infinite
12055 loop. (Bug#10788)
12056
12057 2012-02-10 Glenn Morris <rgm@gnu.org>
12058
12059 * international/mule-cmds.el (unify-8859-on-encoding-mode)
12060 (unify-8859-on-decoding-mode): Properly mark as obsolete.
12061
12062 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
12063
12064 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
12065 about SMTP before checking the From header.
12066
12067 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
12068 into own function for reuse by emacsbug.el.
12069
12070 2012-02-10 Leo Liu <sdl.web@gmail.com>
12071
12072 * subr.el (condition-case-unless-debug): Rename from
12073 condition-case-no-debug. All callers changed.
12074 (with-demoted-errors): Fix caller.
12075
12076 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
12077 * nxml/rng-valid.el (rng-do-some-validation):
12078 * emacs-lisp/package.el (package-refresh-contents)
12079 (package-menu-execute):
12080 * desktop.el (desktop-create-buffer):
12081 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
12082
12083 2012-02-10 Glenn Morris <rgm@gnu.org>
12084
12085 * textmodes/bibtex.el:
12086 Add missing :version tags for new/changed defcustoms.
12087
12088 * files.el (remote-file-name-inhibit-cache): Doc fixes.
12089
12090 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
12091
12092 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
12093 (smtpmail-via-smtp): Use it, or fall back on the From address.
12094 (smtpmail-send-it): Ditto.
12095
12096 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
12097
12098 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
12099 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
12100 (byte-compile-tmp-var): New const.
12101 (byte-compile-defvar): Use it to minimize .elc size.
12102 Just use `defvar' rather than simulate it (bug#10761).
12103
12104 2012-02-09 Glenn Morris <rgm@gnu.org>
12105
12106 * files.el (rename-uniquely): Doc fix. (Bug#3806)
12107
12108 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
12109 Add :version tags.
12110
12111 * progmodes/compile.el (compilation-error-screen-columns)
12112 (compilation-first-column, compilation-filter-start): Doc fixes.
12113
12114 * vc/log-view.el (log-view-toggle-entry-display):
12115 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
12116
12117 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
12118 (report-emacs-bug-can-use-xdg-email):
12119 (report-emacs-bug-insert-to-mailer): Doc fixes.
12120 (report-emacs-bug): Message fix.
12121
12122 * net/browse-url.el (browse-url-can-use-xdg-open)
12123 (browse-url-xdg-open): Doc fixes.
12124
12125 * electric.el (electric-indent-mode, electric-pair-mode)
12126 (electric-layout-rules, electric-layout-mode): Doc fixes.
12127 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
12128
12129 2012-02-08 Martin Rudalics <rudalics@gmx.at>
12130
12131 * server.el (server-unselect-display): Don't inadvertently kill
12132 the current buffer. (Bug#10729)
12133
12134 2012-02-08 Glenn Morris <rgm@gnu.org>
12135
12136 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
12137 (sql-list-table): Doc fixes.
12138
12139 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
12140 Comment out (does nothing).
12141
12142 * completion.el (dynamic-completion-mode):
12143 * dirtrack.el (dirtrack-debug-mode):
12144 * electric.el (electric-layout-mode):
12145 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
12146 * face-remap.el (text-scale-mode, buffer-face-mode):
12147 * iimage.el (iimage-mode):
12148 * image-mode.el (image-transform-mode):
12149 * minibuffer.el (completion-in-region-mode):
12150 * scroll-lock.el (scroll-lock-mode):
12151 * simple.el (next-error-follow-minor-mode):
12152 * tar-mode.el (tar-subfile-mode):
12153 * tooltip.el (tooltip-mode):
12154 * vcursor.el (vcursor-use-vcursor-map):
12155 * wid-browse.el (widget-minor-mode):
12156 * emulation/tpu-edt.el (tpu-edt-mode):
12157 * emulation/tpu-extras.el (tpu-cursor-free-mode):
12158 * international/iso-ascii.el (iso-ascii-mode):
12159 * language/thai-util.el (thai-word-mode):
12160 * mail/supercite.el (sc-minor-mode):
12161 * net/goto-addr.el (goto-address-mode):
12162 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
12163 * progmodes/cwarn.el (cwarn-mode):
12164 * progmodes/flymake.el (flymake-mode):
12165 * progmodes/glasses.el (glasses-mode):
12166 * progmodes/hideshow.el (hs-minor-mode):
12167 * progmodes/pascal.el (pascal-outline-mode):
12168 * textmodes/enriched.el (enriched-mode):
12169 * vc/smerge-mode.el (smerge-mode):
12170 Doc fixes (minor mode argument).
12171
12172 2012-02-07 Eli Zaretskii <eliz@gnu.org>
12173
12174 * ls-lisp.el (ls-lisp-sanitize): New function.
12175 (ls-lisp-insert-directory): Use it to fix or remove any elements
12176 in file-alist with missing attributes. (Bug#4673)
12177
12178 2012-02-07 Alan Mackenzie <acm@muc.de>
12179
12180 Fix spurious recognition of c-in-knr-argdecl.
12181
12182 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
12183 putative K&R region.
12184
12185 2012-02-07 Alan Mackenzie <acm@muc.de>
12186
12187 * progmodes/cc-engine.el (c-forward-objc-directive):
12188 Prevent looping in "#pragma mark @implementation".
12189
12190 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
12191
12192 * notifications.el (notifications-on-closed-signal): Make `reason'
12193 optional. (Bug#10744)
12194
12195 2012-02-07 Glenn Morris <rgm@gnu.org>
12196
12197 * emacs-lisp/easy-mmode.el (define-minor-mode):
12198 Doc fixes for the macro and the mode it defines.
12199
12200 * image.el (imagemagick-types-inhibit): Doc fix.
12201
12202 * cus-start.el (imagemagick-render-type): Add it.
12203
12204 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
12205
12206 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
12207 Set the default at load time, too, so that `font-lock-fontify-buffer'
12208 can be called without setting up the entire mode first. This fixes
12209 a bug in `mm-inline-text' with C MIME parts.
12210
12211 2012-02-06 Chong Yidong <cyd@gnu.org>
12212
12213 * simple.el (list-processes--refresh): Delete exited processes
12214 (Bug#8094).
12215
12216 * comint.el (comint-next-prompt): next-single-char-property-change
12217 and prev-single-char-property-change never return nil (Bug#8657).
12218
12219 * custom.el (defcustom): Doc fix (Bug#9711).
12220
12221 2012-02-05 Chong Yidong <cyd@gnu.org>
12222
12223 * cus-edit.el (custom-variable-reset-backup): Quote the value
12224 before storing it in the customized-value property (Bug#6712).
12225 (custom-display): Add a customization type tag.
12226 (custom-buffer-create-internal): Improve tooltip message.
12227
12228 * wid-edit.el (widget-field-value-get): New optional arg to
12229 suppress trailing whitespace truncation.
12230 (character): Use it (Bug#2689).
12231
12232 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
12233
12234 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
12235 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
12236
12237 2012-02-05 Chong Yidong <cyd@gnu.org>
12238
12239 * cus-edit.el (custom-variable-value-create): For mismatched
12240 types, show the current value (Bug#7600).
12241
12242 * custom.el (defcustom): Doc fix.
12243
12244 2012-02-05 Glenn Morris <rgm@gnu.org>
12245
12246 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
12247
12248 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
12249
12250 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
12251 (pp-buffer): Use `ignore-errors', `looking-at-p'.
12252 (pp-last-sexp): Use `looking-at-p'.
12253
12254 2012-02-04 Glenn Morris <rgm@gnu.org>
12255
12256 * files.el (revert-buffer):
12257 Doc fix (mention revert-buffer-in-progress-p).
12258
12259 * emacs-lisp/ert-x.el (ert-simulate-command):
12260 Check deferred-action-list (which is obsolete) is bound.
12261
12262 * subr.el (with-wrapper-hook): Doc fixes.
12263
12264 * simple.el (filter-buffer-substring-functions)
12265 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
12266
12267 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
12268
12269 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
12270 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
12271
12272 2012-02-04 Leo Liu <sdl.web@gmail.com>
12273
12274 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
12275
12276 2012-02-04 Glenn Morris <rgm@gnu.org>
12277
12278 * image.el (image-extension-data): Add obsolete alias.
12279
12280 * isearch.el (isearch-update): Doc fix.
12281
12282 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
12283
12284 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
12285
12286 2012-02-03 Glenn Morris <rgm@gnu.org>
12287
12288 * image.el (image-animated-p): Doc fix. Use image-animated-types.
12289 (image-animate-timeout): Doc fix.
12290
12291 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
12292
12293 2012-02-02 Glenn Morris <rgm@gnu.org>
12294
12295 * server.el (server-auth-dir): Doc fix.
12296 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
12297
12298 * subr.el (run-mode-hooks): Doc fix.
12299
12300 2012-02-02 Juri Linkov <juri@jurta.org>
12301
12302 * image-mode.el (image-toggle-display-image): Remove tautological
12303 `major-mode' from the `derived-mode-p' test.
12304
12305 2012-02-02 Kenichi Handa <handa@m17n.org>
12306
12307 * composite.el (compose-region): Cancel previous change.
12308
12309 2012-02-02 Kenichi Handa <handa@m17n.org>
12310
12311 * composite.el (compose-region, compose-string): Signal error for
12312 a null string component (Bug#6988).
12313
12314 2012-02-01 Chong Yidong <cyd@gnu.org>
12315
12316 * view.el (view-buffer-other-window, view-buffer-other-frame):
12317 Handle special modes like view-buffer (Bug#10650).
12318 (view-buffer): Simplify.
12319
12320 * frame.el (set-frame-font): Tweak meaning of third argument.
12321
12322 * dynamic-setting.el (font-setting-change-default-font):
12323 Use set-frame-font (Bug#9982).
12324
12325 2012-02-01 Glenn Morris <rgm@gnu.org>
12326
12327 * progmodes/compile.el (compilation-internal-error-properties):
12328 Respect compilation-first-column in the "*compilation*" buffer.
12329
12330 * emacs-lisp/easy-mmode.el (define-minor-mode):
12331 Relax :variable's test for a named function.
12332
12333 2012-01-31 Alan Mackenzie <acm@muc.de>
12334
12335 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
12336 off by one error.
12337
12338 2012-01-31 Chong Yidong <cyd@gnu.org>
12339
12340 * frame.el (set-frame-font): New arg ALL-FRAMES.
12341
12342 * menu-bar.el (menu-set-font): Use set-frame-font.
12343
12344 * faces.el (face-spec-reset-face): Don't apply unspecified
12345 attribute values to the default face.
12346
12347 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
12348
12349 * progmodes/cwarn.el (cwarn): Remove dead link.
12350 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
12351 Remove * from defcustom docstrings.
12352 (turn-on-cwarn-mode): Make obsolete.
12353 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
12354 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
12355
12356 2012-01-31 Glenn Morris <rgm@gnu.org>
12357
12358 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12359 Fix :variable handling of mode a symbol not equal to modefun.
12360 Allow named functions to be used as the cdr of :variable.
12361
12362 2012-01-30 Glenn Morris <rgm@gnu.org>
12363
12364 * emacs-lisp/authors.el (authors-fixed-entries):
12365 Remove reference to deleted file rnewspost.el.
12366
12367 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
12368
12369 * window.el (window-with-parameter): Remove unused variable `windows'.
12370 (window--side-check): Remove unused variable `code'.
12371 (window--resize-siblings): Remove unused variable `first'.
12372 (adjust-window-trailing-edge): Remove unused variable `failed'.
12373 (window-deletable-p, window--delete): Remove unused variable `buffer'.
12374 Use `let', not `let*'.
12375 (balance-windows-2): Remove unused variable `found'.
12376 (window--state-put-2): Remove unused variable `splits'.
12377 (window-state-put): Remove unused variable `selected'.
12378 (same-window-p): Use `string-match-p'.
12379 (display-buffer-assq-regexp): Remove unused variable `value'.
12380 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12381 Mark argument ALIST as ignored.
12382 (pop-to-buffer): Remove unused variable `old-window'.
12383
12384 2012-01-29 Eli Zaretskii <eliz@gnu.org>
12385
12386 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
12387 and .lzma compressed files.
12388
12389 2012-01-29 Chong Yidong <cyd@gnu.org>
12390
12391 * frame.el (window-system-default-frame-alist): Doc fix.
12392
12393 * dynamic-setting.el (font-setting-change-default-font): Don't
12394 change the default face if SET-FONT argument is non-nil (Bug#9982).
12395
12396 2012-01-29 Samuel Bronson <naesten@gmail.com>
12397
12398 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
12399
12400 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
12401
12402 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
12403 breakpoints in files outside current directory (Bug#6098).
12404
12405 2012-01-29 Chong Yidong <cyd@gnu.org>
12406
12407 * progmodes/python.el: Require ansi-color at top-level.
12408
12409 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
12410 Define and use in Emacs Lisp mode (Bug#9360).
12411 (lisp-mode-abbrev-table): Add doc.
12412 (lisp-mode-variables): Don't set local-abbrev-table.
12413 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
12414
12415 2012-01-28 Roland Winkler <winkler@gnu.org>
12416
12417 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
12418
12419 2012-01-28 Roland Winkler <winkler@gnu.org>
12420
12421 * textmodes/bibtex.el (bibtex-entry-alist): New function.
12422 (bibtex-set-dialect): Use it. Either set global values of
12423 dialect-dependent variables or bind these variables buffer-locally
12424 (Bug#10254).
12425 (bibtex-mode): Call bibtex-set-dialect via
12426 hack-local-variables-hook.
12427 (bibtex-dialect): Update docstring.
12428 Add safe-local-variable predicate.
12429 (bibtex-entry-alist, bibtex-field-alist): Initialize via
12430 bibtex-set-dialect.
12431 (bibtex-mode-map): Define menu for each dialect.
12432 (bibtex-entry): Fix docstring.
12433
12434 2012-01-28 Chong Yidong <cyd@gnu.org>
12435
12436 * eshell/esh-arg.el (eshell-quote-argument): New function.
12437
12438 * eshell/esh-ext.el (eshell-invoke-batch-file):
12439 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
12440 first arg to eshell-parse-command (Bug#10523).
12441
12442 2012-01-28 Drew Adams <drew.adams@oracle.com>
12443
12444 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
12445 `default-directory' is non-nil.
12446
12447 2012-01-28 Eli Zaretskii <eliz@gnu.org>
12448
12449 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
12450 line that displays system-configuration-options. (Bug#9924)
12451
12452 2012-01-28 Drew Adams <drew.adams@oracle.com>
12453
12454 * descr-text.el (describe-char): Show information about POS, in
12455 addition to information about the character at POS. Improve and
12456 update the doc string. Change "code point" to "code point in
12457 charset", to avoid confusion with the character's Unicode code
12458 point shown above that. (Bug#10129)
12459
12460 2012-01-28 Eli Zaretskii <eliz@gnu.org>
12461
12462 * descr-text.el (describe-char): Show the raw character, not only
12463 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
12464 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
12465 for the reasons.
12466
12467 2012-01-28 Phil Hagelberg <phil@hagelb.org>
12468
12469 * emacs-lisp/package.el (package-install):
12470 Run package-refresh-contents if there is no archive yet (Bug#9798).
12471
12472 2012-01-28 Chong Yidong <cyd@gnu.org>
12473
12474 * emacs-lisp/package.el (package-maybe-load-descriptor):
12475 New function, split from package-maybe-load-descriptor.
12476 (package-maybe-load-descriptor): Use it.
12477 (package-download-transaction): Fully load required packages
12478 inside the loop, so that `require' calls work (Bug#10593).
12479 (package-install): No need to call package-initialize now.
12480
12481 2012-01-28 Chong Yidong <cyd@gnu.org>
12482
12483 * simple.el (deactivate-mark): Doc fix (Bug#8614).
12484
12485 * tooltip.el (tooltip-mode): Doc fix.
12486 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
12487
12488 * frame.el (set-cursor-color): Doc fix (Bug#352).
12489
12490 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
12491 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
12492
12493 * cus-edit.el (custom-buffer-create-internal): Fix search button
12494 action (Bug#10542).
12495 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
12496
12497 2012-01-27 Eduard Wiebe <usenet@pusto.de>
12498
12499 * dired.el (dired-mark-files-regexp):
12500 Include any subdirectory components. (Bug#10445)
12501
12502 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
12503
12504 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
12505 Handle [host]:port syntax. (Bug#10533)
12506
12507 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
12508
12509 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
12510
12511 2012-01-26 Glenn Morris <rgm@gnu.org>
12512
12513 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
12514 * term.el (term-raw-escape-map): Use Control-X-prefix.
12515 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
12516
12517 2012-01-25 Martin Rudalics <rudalics@gmx.at>
12518
12519 * window.el (window-state-get, window--state-get-1): Don't deal
12520 with fixed-sizeness of windows. Simplify code.
12521
12522 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
12523
12524 * window.el (window--state-get-1, window--state-put-2):
12525 Don't save and restore the mark.
12526
12527 2012-01-25 Chong Yidong <cyd@gnu.org>
12528
12529 * custom.el (custom-variable-p): Doc fix.
12530
12531 2012-01-25 Glenn Morris <rgm@gnu.org>
12532
12533 * dired.el (dired-goto-file): Handle some of the more common
12534 characters that `ls -b' escapes. (Bug#10596)
12535
12536 * progmodes/compile.el (compilation-next-error-function):
12537 Respect compilation-first-column in the "*compilation*" buffer.
12538 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
12539
12540 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
12541
12542 2012-01-24 Glenn Morris <rgm@gnu.org>
12543
12544 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
12545
12546 2012-01-24 Julien Danjou <julien@danjou.info>
12547
12548 * color.el (color-rgb-to-hsl): Fix value computing.
12549 (color-hue-to-rgb): New function.
12550 (color-hsl-to-rgb): New function.
12551 (color-clamp, color-saturate-hsl, color-saturate-name)
12552 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
12553 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
12554
12555 2012-01-24 Glenn Morris <rgm@gnu.org>
12556
12557 * vc/vc-rcs.el (vc-rcs-create-tag):
12558 * vc/vc-sccs.el (vc-sccs-create-tag):
12559 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
12560
12561 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
12562
12563 * eshell/esh-util.el (eshell-read-hosts-file):
12564 Skip comment lines. (Bug#10549)
12565
12566 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
12567
12568 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
12569
12570 * subr.el (display-delayed-warnings): Doc fix.
12571 (collapse-delayed-warnings): New function to collapse identical
12572 adjacent warnings.
12573 (delayed-warnings-hook): Add it.
12574
12575 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
12576
12577 * net/tramp.el (tramp-action-login): Set connection property "login-as".
12578
12579 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
12580 (tramp-default-user-alist): Don't add "pscp".
12581 (tramp-do-copy-or-rename-file-out-of-band): Use connection
12582 property "login-as", if set. (Bug#10530)
12583
12584 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
12585
12586 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
12587 "plink1" and "psftp". (Bug#10530)
12588
12589 2012-01-21 Kenichi Handa <handa@m17n.org>
12590
12591 * international/mule-cmds.el (prefer-coding-system): Show a
12592 warning message if the default value of file-name-coding-system
12593 was not changed.
12594
12595 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
12596
12597 * windmove.el (windmove-reference-loc):
12598 Fix windmove-reference-loc miscalculation.
12599
12600 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
12601
12602 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
12603 default unit.
12604
12605 2012-01-21 Glenn Morris <rgm@gnu.org>
12606
12607 * international/mule.el (auto-coding-alist): Add .tbz.
12608
12609 * files.el (local-enable-local-variables): Doc fix.
12610 (inhibit-local-variables-regexps): Rename from
12611 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
12612 Doc fix. Add some extensions from auto-coding-alist.
12613 (inhibit-local-variables-suffixes):
12614 Rename from inhibit-first-line-modes-suffixes. Doc fix.
12615 (inhibit-local-variables-p):
12616 New function, extracted from set-auto-mode-1.
12617 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
12618 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
12619 (hack-local-variables): Doc fix. Make the mode-only case
12620 respect enable-local-variables and friends.
12621 Respect inhibit-local-variables-regexps for file-locals, but
12622 not for directory-locals.
12623 (set-visited-file-name):
12624 Take account of inhibit-local-variables-regexps.
12625 Whether it applies may change as the file name is changed.
12626 * jka-cmpr-hook.el (jka-compr-install):
12627 * jka-compr.el (jka-compr-uninstall):
12628 Update for inhibit-first-line-modes-suffixes name change.
12629
12630 2012-01-20 Martin Rudalics <rudalics@gmx.at>
12631
12632 * help-macro.el (make-help-screen): Temporarily restore original
12633 binding for minor-mode-map-alist (Bug#10454).
12634
12635 2012-01-19 Julien Danjou <julien@danjou.info>
12636
12637 * color.el (color-name-to-rgb): Use the white color to find the max
12638 color component value and return correctly computed values.
12639 (color-name-to-rgb): Add missing float conversion for max value.
12640
12641 2012-01-19 Martin Rudalics <rudalics@gmx.at>
12642
12643 * window.el (window--state-get-1, window-state-get): Do not use
12644 special state value for window-persistent-parameters.
12645 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
12646 (window--state-put-2): Reset all window parameters to nil before
12647 assigning values of persistent parameters.
12648
12649 2012-01-18 Alan Mackenzie <acm@muc.de>
12650
12651 Eliminate sluggishness and hangs in fontification of "semicolon
12652 deserts".
12653
12654 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
12655 Change value 10000 -> 3000.
12656 (c-state-safe-place): Reformulate so it doesn't stack up an
12657 infinite number of wrong entries in c-state-nonlit-pos-cache.
12658 (c-determine-limit-get-base, c-determine-limit): New functions to
12659 determine backward search limits disregarding literals.
12660 (c-find-decl-spots): Amend commenting.
12661 (c-cheap-inside-bracelist-p): New function which detects "={".
12662
12663 * progmodes/cc-fonts.el
12664 (c-make-font-lock-BO-decl-search-function): Give a limit to a
12665 backward search.
12666 (c-font-lock-declarations): Fix an occurrence of point being
12667 undefined. Check additionally for point being in a bracelist or
12668 near a macro invocation without a semicolon so as to avoid a
12669 fruitless time consuming search for a declarator. Give a more
12670 precise search limit for declarators using the new
12671 c-determine-limit.
12672
12673 2012-01-18 Glenn Morris <rgm@gnu.org>
12674
12675 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
12676 (set-auto-mode): Doc fixes.
12677
12678 2012-01-17 Glenn Morris <rgm@gnu.org>
12679
12680 * isearch.el (search-nonincremental-instead): Fix doc typo.
12681
12682 * dired.el (dired-insert-directory): Handle newlines in directory name.
12683 (dired-build-subdir-alist): Unescape newlines in directory name.
12684
12685 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
12686
12687 * net/tramp.el (tramp-local-end-of-line): New defcustom.
12688 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
12689 (tramp-action-terminal): Use it. (Bug#10530)
12690
12691 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
12692
12693 * minibuffer.el (completion--replace): Strip properties (bug#10062).
12694
12695 2012-01-16 Martin Rudalics <rudalics@gmx.at>
12696
12697 * window.el (window-state-ignored-parameters): Remove variable.
12698 (window--state-get-1): Rename argument MARKERS to IGNORE.
12699 Handle persistent window parameters. Make copy of clone-of
12700 parameter only if requested. (Bug#10348)
12701 (window--state-put-2): Install a window parameter only if it has
12702 a non-nil value or an existing parameter shall be overwritten.
12703
12704 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
12705
12706 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
12707
12708 2012-01-14 Eli Zaretskii <eliz@gnu.org>
12709
12710 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
12711 don't pass the (nil) value of `upnode' to string-match.
12712
12713 2012-01-14 Chong Yidong <cyd@gnu.org>
12714
12715 * startup.el (command-line): Fix X resource class for cursorColor.
12716 Fix values recognized by the cursorBlink resource.
12717
12718 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
12719
12720 * epg.el (epg--make-temp-file): Avoid permission race condition
12721 when running on old Emacs versions (bug#10403).
12722
12723 2012-01-14 Glenn Morris <rgm@gnu.org>
12724
12725 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
12726
12727 2012-01-13 Alan Mackenzie <acm@muc.de>
12728
12729 Fix filling for when filladapt mode is enabled.
12730
12731 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
12732 c-mask-paragraph, pass in `fill-paragraph' rather than
12733 `fill-region-as-paragraph'. (This is a reversion of a previous
12734 change.)
12735 * progmodes/cc-mode.el (c-basic-common-init):
12736 Make fill-paragraph-handle-comment buffer local and set it to nil.
12737
12738 2012-01-13 Glenn Morris <rgm@gnu.org>
12739
12740 * dired.el (dired-switches-escape-p): New function.
12741 (dired-insert-directory): Use dired-switches-escape-p.
12742 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
12743
12744 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
12745
12746 2012-01-12 Glenn Morris <rgm@gnu.org>
12747
12748 * mail/sendmail.el (mail-mode): Update paragraph-separate for
12749 changes in adaptive-fill-regexp. (Bug#10276)
12750
12751 2012-01-11 Alan Mackenzie <acm@muc.de>
12752
12753 Fix Emacs bug #10463 - put `widen's around the critical spots.
12754
12755 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
12756 widen around each invocation of c-state-pp-to-literal. Remove an
12757 unused let variable.
12758
12759 2012-01-11 Glenn Morris <rgm@gnu.org>
12760
12761 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
12762 Doc fix.
12763
12764 2012-01-10 Chong Yidong <cyd@gnu.org>
12765
12766 * net/network-stream.el (network-stream-open-starttls):
12767 Avoid emitting a confusing error message when the server gives a bad
12768 response to the capability command.
12769
12770 2012-01-10 Glenn Morris <rgm@gnu.org>
12771
12772 * mail/unrmail.el (unrmail): Tweak previous change.
12773
12774 2012-01-09 Chong Yidong <cyd@gnu.org>
12775
12776 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
12777
12778 2012-01-08 Alan Mackenzie <acm@muc.de>
12779
12780 Optimise font locking in long enum definitions.
12781
12782 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
12783 arm to a cond form to handle enums.
12784 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
12785 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
12786
12787 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
12788
12789 * files.el (move-file-to-trash): Preserve default file modes on error.
12790 (Bug#10401)
12791
12792 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12793
12794 * faces.el (set-face-attribute): Clarify the meaning of the nil
12795 frame (bug#10294).
12796
12797 * subr.el (with-selected-frame): Mention that the selected frame
12798 is restored (bug#9980).
12799
12800 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
12801 (bug#9759).
12802
12803 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
12804 (password-read): Don't autoload unused function.
12805
12806 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
12807
12808 * progmodes/which-func.el (which-func-mode): Turn into a
12809 non-interactive function and mark as obsolete (bug#10428).
12810
12811 2012-01-06 Chong Yidong <cyd@gnu.org>
12812
12813 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
12814 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
12815 functions, along with 1 and -1.
12816
12817 2012-01-06 Eli Zaretskii <eliz@gnu.org>
12818
12819 * time.el (display-time-load-average)
12820 (display-time-default-load-average): Doc fixes. See the thread
12821 starting at
12822 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
12823 for the details.
12824
12825 2012-01-06 Glenn Morris <rgm@gnu.org>
12826
12827 * mail/unrmail.el (unrmail): Give an explicit error if the input file
12828 has no messages. (Bug#10377)
12829
12830 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
12831 than Info-edit. (Bug#10385)
12832
12833 * time.el (display-time-load-average, display-time-next-load-average):
12834 Doc fixes.
12835
12836 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
12837 local setting of buffer-read-only to the input buffer. (Bug#10419)
12838
12839 * calendar/calendar.el (calendar-mode):
12840 Locally set scroll-margin to 0. (Bug#10379)
12841
12842 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
12843
12844 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
12845
12846 2012-01-05 Glenn Morris <rgm@gnu.org>
12847
12848 * eshell/em-unix.el (diff-no-select): Autoload it.
12849 (eshell/diff): Use diff-no-select. (Bug#10420)
12850
12851 2012-01-05 Chong Yidong <cyd@gnu.org>
12852
12853 * shell.el (shell-dynamic-complete-functions): Revert last change.
12854 (shell-command-completion-function): New function.
12855 (shell-completion-vars): Use it to implement
12856 shell-completion-execonly (Bug#10417).
12857
12858 * custom.el (enable-theme): Don't set custom-safe-themes.
12859
12860 * cus-theme.el (custom-theme-merge-theme):
12861 Ignore custom-enabled-themes and custom-safe-themes.
12862
12863 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
12864
12865 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
12866 first prompt in `sql-interacive-mode'.
12867 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
12868 keywords.
12869 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
12870 (sql-product-interactive): Bug fix: Set `sql-buffer' in
12871 context of original buffer. Invoke `sql-login-hook'.
12872
12873 2012-01-04 Eli Zaretskii <eliz@gnu.org>
12874
12875 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
12876 letters in cite-prefix.
12877
12878 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12879
12880 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
12881
12882 2012-01-03 Chong Yidong <cyd@gnu.org>
12883
12884 * shell.el (shell-dynamic-complete-functions):
12885 Put pcomplete-completions-at-point, so as to try
12886 comint-filename-completion first (Bug#10417).
12887
12888 2012-01-02 Richard Stallman <rms@gnu.org>
12889
12890 * battery.el (battery-status-function):
12891 Detect when to use battery-yeeloong-sysfs.
12892 (battery-echo-area-format): Add string for Yeeloong.
12893 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
12894 (battery-yeeloong-sysfs): New function.
12895
12896 2012-01-02 Chong Yidong <cyd@gnu.org>
12897
12898 * dirtrack.el (dirtrack-list): Eliminate unused third element.
12899 (dirtrack): Merge code for handling relative filenames in prompt
12900 from shell-dir-cookie-watcher.
12901 (dirtrack-debug-message): New arg to avoid excess format calls.
12902
12903 * shell.el (shell-dir-cookie-re): Variable deleted.
12904 (shell-dir-cookie-watcher): Function deleted.
12905 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
12906 with dirtrack-mode.
12907
12908 2012-01-01 Eli Zaretskii <eliz@gnu.org>
12909
12910 * term/w32-win.el (dynamic-library-alist) <gnutls>:
12911 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
12912 libgnutls-26.dll.
12913
12914 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
12915
12916 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
12917
12918 2011-12-31 Eli Zaretskii <eliz@gnu.org>
12919
12920 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
12921 headers of non-MIME messages, when rmail-enable-mime is non-nil.
12922
12923 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
12924
12925 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
12926 also for alternative shells.
12927 (tramp-open-connection-setup-interactive-shell): Check, whether
12928 the shell is a busybox.
12929 (tramp-send-command): Don't suppress multiple prompts for
12930 busyboxes, it hurts.
12931
12932 2011-12-28 Chong Yidong <cyd@gnu.org>
12933
12934 * progmodes/gdb-mi.el (gdb-get-source-file-list)
12935 (gdb-get-source-file): Move mode line update to
12936 gdb-get-source-file (Bug#10087).
12937
12938 2011-12-25 Chong Yidong <cyd@gnu.org>
12939
12940 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
12941 gud-gdb-marker-filter without taking it as an argument.
12942 (gud-gdb-run-command-fetch-lines): Caller changed.
12943 (gud-gdb-completion-function): New variable.
12944 (gud-gdb-completion-at-point): Use it.
12945 (gud-gdb-completions-1): Split from gud-gdb-completions.
12946
12947 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
12948 function as separate arguments.
12949 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
12950 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
12951 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
12952 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
12953 (gdb-stopped, def-gdb-auto-update-trigger)
12954 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
12955 (gdb-get-changed-registers, gdb-get-main-selected-frame):
12956 Callers changed.
12957 (gud-gdbmi-completions): New function.
12958 (gdb): Use it for generating the completion table.
12959
12960 2011-12-24 Alan Mackenzie <acm@muc.de>
12961
12962 Introduce a mechanism to widen the region used in context font
12963 locking. Use this to protect declarations from losing their contexts.
12964
12965 * progmodes/cc-langs.el (c-before-font-lock-functions):
12966 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
12967 (c-before-context-fontification-functions): New defvar, a list of
12968 functions to be run just before context (etc.) font locking.
12969
12970 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
12971 New, functionality extracted from
12972 c-neutralize-syntax-in-and-mark-CPP.
12973 (c-in-after-change-fontification): New variable.
12974 (c-after-change): Set c-in-after-change-fontification.
12975 (c-set-fl-decl-start): Rejig its interface, so it can be called
12976 from both after-change and context fontifying.
12977 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
12978 New functions.
12979 (c-standard-font-lock-fontify-region-function): New variable.
12980 (c-font-lock-fontify-region): New function.
12981
12982 2011-12-24 Juri Linkov <juri@jurta.org>
12983
12984 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
12985 (Bug#10348)
12986
12987 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
12988
12989 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
12990 existence of source file. (Bug#10325)
12991
12992 2011-12-23 Alan Mackenzie <acm@muc.de>
12993
12994 Fix unstable fontification inside templates.
12995
12996 * progmodes/cc-langs.el (c-before-font-lock-functions):
12997 Newly created from the singular version. The (c c++ objc) entry now
12998 additionally has c-set-fl-decl-start. The other languages (apart
12999 from AWK) have that as a single entry.
13000
13001 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13002 The functionality for "local" declarations has been extracted to
13003 c-set-fl-decl-start.
13004
13005 * progmodes/cc-mode.el (c-common-init, c-after-change):
13006 Changes due to pluralisation of c-before-font-lock-functions.
13007 (c-set-fl-decl-start): New function, extracted from
13008 c-font-lock-enclosing-decls and enhanced.
13009
13010 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
13011
13012 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
13013
13014 2011-12-22 Juri Linkov <juri@jurta.org>
13015
13016 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
13017
13018 2011-12-22 Chong Yidong <cyd@gnu.org>
13019
13020 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
13021
13022 2011-12-21 Drew Adams <drew.adams@oracle.com>
13023
13024 * files.el (file-remote-p): Fix docstring. (Bug#10319)
13025
13026 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
13027
13028 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
13029
13030 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
13031
13032 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
13033 highlighting and support. Fix up comments for capitalization.
13034 (cfengine-mode-debug): New var.
13035 (cfengine3-mode): Change the modeline indicator to "CFE3".
13036 (cfengine3-font-lock-keywords): Improve defun highlighting.
13037 (cfengine2-actions): Rename from `cfengine-actions'.
13038 (cfengine2-font-lock-keywords): Rename from
13039 `cfengine-font-lock-keywords'.
13040 (cfengine2-imenu-expression): Rename from
13041 `cfengine-imenu-expression'.
13042 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
13043 (cfengine2-beginning-of-defun): Rename from
13044 `cfengine-beginning-of-defun'.
13045 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
13046 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
13047 (cfengine2-mode): Rename from `cfengine-mode'. Change the
13048 modeline indicator to "CFE2".
13049 (cfengine-mode): Defalias to `cfengine-auto-mode'.
13050 (cfengine-mode-abbrevs): Mark obsolete.
13051
13052 2011-12-21 Chong Yidong <cyd@gnu.org>
13053
13054 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
13055 filename argument.
13056
13057 2011-12-20 Martin Rudalics <rudalics@gmx.at>
13058
13059 * window.el (window-normalize-buffer-to-display): Remove.
13060 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
13061
13062 2011-12-19 Chong Yidong <cyd@gnu.org>
13063
13064 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
13065 Don't signal an error in a predicate function; return non-nil.
13066 (vc-dir-mark-file): Move the error here.
13067 (vc-dir-mark-unmark): If acting on the region, keep going if one
13068 of the entries cannot be marked/unmarked.
13069 (vc-dir-mark-all-files): If current entry is a directory, mark
13070 only child files, as documented.
13071
13072 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
13073
13074 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
13075 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
13076 addition.
13077
13078 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
13079
13080 * term/ns-win.el (ns-get-selection-internal)
13081 (ns-store-selection-internal): Declare.
13082 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
13083 Declare as obsolete.
13084 (ns-get-pasteboard, ns-paste-secondary):
13085 Use ns-get-selection-internal.
13086 (ns-set-pasteboard, ns-copy-including-secondary):
13087 Use ns-store-selection-internal.
13088
13089 2011-12-17 Chong Yidong <cyd@gnu.org>
13090
13091 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
13092 (vc-deduce-fileset): Doc fix.
13093
13094 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
13095
13096 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
13097
13098 2011-12-13 Sam Steingold <sds@gnu.org>
13099
13100 * man.el (Man-getpage-in-background): When running under a
13101 window-system, ignore $MANWIDTH and $COLUMNS.
13102
13103 2011-12-15 Kenichi Handa <handa@m17n.org>
13104
13105 * language/ethio-util.el: Change coding tag to utf-8-emacs.
13106 (setup-ethiopic-environment-internal): Comment out key-binding for
13107 ethio-toggle-punctuation.
13108
13109 2011-12-13 Alan Mackenzie <acm@muc.de>
13110
13111 Add the switch statement to AWK Mode.
13112
13113 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
13114 "default" to the keywords regexp.
13115
13116 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
13117 expression as the rest.
13118 (c-nonlabel-token-key): Allow string literals for AWK.
13119 Refactor for the other modes.
13120
13121 Large brace-block initialisation makes CC Mode slow: Fix.
13122 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13123 routines. Limit backward searching in c-font-lock-enclosing.decl.
13124
13125 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
13126 pp-state and literal type in addition to the limits.
13127 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13128 (c-state-literal-at): Use the above new defun.
13129 (c-slow-in-literal, c-fast-in-literal): Remove.
13130 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13131
13132 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
13133 being in a literal. Add a limit for backward searching.
13134
13135 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
13136 c-slow-in-literal.
13137
13138 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
13139
13140 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
13141
13142 2011-12-13 Martin Rudalics <rudalics@gmx.at>
13143
13144 * window.el (delete-other-windows): Use correct frame in call to
13145 window-with-parameter.
13146
13147 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
13148
13149 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
13150 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
13151 (makefile-gmake-statements, makefile-makepp-statements):
13152 Use it and add new makepp keywords.
13153 (makefile-makepp-font-lock-keywords): Add new patterns.
13154 (makefile-match-function-end): Match new [...] and [[...]].
13155
13156 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
13157
13158 * ses.el (ses-call-printer-return, ses-cell-property-get)
13159 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
13160 (ses-create-cell-variable, ses-reset-header-string)
13161 (ses-cell-set-formula, ses-repair-cell-reference-all)
13162 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
13163 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
13164 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
13165 (ses-aset-with-undo, ses-load, ses-truncate-cell)
13166 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
13167 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
13168 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
13169 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
13170 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
13171 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
13172 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
13173 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
13174
13175 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
13176
13177 * ses.el: The overall change is to add cell renaming, that is
13178 setting fancy names for cell symbols other than name matching
13179 "\\`[A-Z]+[0-9]+\\'" regexp .
13180 (ses-create-cell-variable): New defun.
13181 (ses-relocate-formula): Relocate formulas only for cells the
13182 symbols of which are not renamed, i.e. symbols whose names do not
13183 match regexp "\\`[A-Z]+[0-9]+\\'".
13184 (ses-relocate-all): Relocate values only for cells the symbols of
13185 which are not renamed.
13186 (ses-load): Create cells variables as the (ses-cell ...) are read,
13187 in order to check row col consistency with cell symbol name only
13188 for cells that are not renamed.
13189 (ses-replace-name-in-formula): New defun.
13190 (ses-rename-cell): New defun.
13191
13192 2011-12-11 Chong Yidong <cyd@gnu.org>
13193
13194 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
13195 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
13196
13197 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
13198
13199 * window.el (other-window): Fix docstring.
13200
13201 2011-12-10 Eli Zaretskii <eliz@gnu.org>
13202
13203 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
13204 `from' or `to' address before taking its substring.
13205 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
13206 encoded name is chopped in the middle of the encoded string, and
13207 thus displayed encoded.
13208
13209 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
13210
13211 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
13212
13213 2011-12-10 Eli Zaretskii <eliz@gnu.org>
13214
13215 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
13216 to use texinfo-update-node and commands that call it if the
13217 Texinfo file uses @node lines without next/prev/up pointers.
13218 Correct outdated description about texinfo-master-menu.
13219 (texinfo-all-menus-update, texinfo-master-menu)
13220 (texinfo-update-node, texinfo-every-node-update)
13221 (texinfo-multiple-files-update): Doc fix. Warn against updating
13222 all the @node lines.
13223 (texinfo-master-menu): Only call texinfo-update-node if the prefix
13224 argument is numeric. Explain better in the doc string what the
13225 function really does.
13226 (texinfo-insert-master-menu-list): Improve the error message
13227 displayed if there's no menu in the Top node.
13228 (Bug#2975) See also this thread:
13229 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
13230
13231 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
13232
13233 * speedbar.el (speedbar-supported-extension-expressions):
13234 Add .adb and .ads, commonly used for Ada source code (bug#10256).
13235
13236 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
13237
13238 * printing.el (pr-mode-alist):
13239 * simple.el (filter-buffer-substring-functions)
13240 (completion-list-insert-choice-function):
13241 * window.el (window-with-parameter, window-atom-root)
13242 (window-sides-slots, window-size-fixed, window-min-delta)
13243 (window-max-delta, window--resize-mini-window)
13244 (window--resize-child-windows-normal, window-tree)
13245 (delete-other-windows, quit-window, split-window)
13246 (display-buffer-record-window, special-display-buffer-names)
13247 (special-display-regexps, special-display-popup-frame)
13248 (same-window-p, split-window-sensibly)
13249 (display-buffer-overriding-action, display-buffer-alist)
13250 (display-buffer-base-action, display-buffer, switch-to-buffer)
13251 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
13252 (fit-window-to-buffer, recenter-positions)
13253 (mouse-autoselect-window-state, mouse-autoselect-window-select):
13254 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
13255 and remove unneeded backslashes in docstrings.
13256
13257 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
13258
13259 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
13260
13261 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
13262 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
13263 end in ".mk".
13264 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
13265 when reading the makefile (bug#10116).
13266
13267 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13268
13269 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
13270 (bug#10116).
13271
13272 2011-12-06 Glenn Morris <rgm@gnu.org>
13273
13274 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
13275
13276 2011-12-06 Chong Yidong <cyd@gnu.org>
13277
13278 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
13279
13280 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
13281
13282 * textmodes/table.el (table-shorten-cell): Fix typo.
13283
13284 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
13285
13286 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
13287
13288 2011-12-05 Eli Zaretskii <eliz@gnu.org>
13289
13290 * descr-text.el (describe-char): Fix display of strong
13291 right-to-left characters and directional embeddings and overrides.
13292
13293 * simple.el (what-cursor-position): Fix display of codepoints of
13294 strong right-to-left characters.
13295
13296 2011-12-05 Chong Yidong <cyd@gnu.org>
13297
13298 * faces.el (read-color): Doc fix.
13299
13300 2011-12-05 Glenn Morris <rgm@gnu.org>
13301
13302 * align.el (align--set-marker): Add doc-string.
13303 Don't try to move something that is not a marker. (Bug#10216)
13304
13305 2011-12-04 Glenn Morris <rgm@gnu.org>
13306
13307 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
13308 overly zealous deletion of trailing whitespace.
13309
13310 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
13311
13312 * server.el (server-delete-client): On Windows, do not try to delete
13313 the only terminal.
13314 (server-process-filter): On Windows, treat requests for a tty frame as
13315 if they were for a GUI frame if the running server is in GUI mode.
13316
13317 2011-12-03 Glenn Morris <rgm@gnu.org>
13318
13319 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
13320
13321 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
13322
13323 * electric.el: Streamline electric-indent's hook.
13324 (electric-indent-chars): Revert to simple list.
13325 (electric-indent-functions): New var.
13326 (electric-indent-post-self-insert-function): Use it.
13327
13328 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
13329 there's no inferior buffer (bug#10196).
13330 (prolog-consult-compile): Don't use toggle-read-only.
13331
13332 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
13333
13334 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
13335 interrupt. (Bug#10187)
13336
13337 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13338
13339 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
13340 (bug#9160).
13341
13342 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
13343 (bug#10191).
13344
13345 2011-12-02 Juri Linkov <juri@jurta.org>
13346
13347 * info.el (Info-search): Display "end of manual" when Isearch
13348 reaches the end of single-file Info manual. (Bug#9918)
13349
13350 2011-12-02 Eli Zaretskii <eliz@gnu.org>
13351
13352 * isearch.el (isearch-message-prefix): Run the input method part
13353 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
13354
13355 2011-12-02 Juri Linkov <juri@jurta.org>
13356
13357 * isearch.el (isearch-occur): Use `word-search-regexp' for
13358 `isearch-word'.
13359 (isearch-search-and-update): Add condition for `isearch-word' and
13360 call `word-search-regexp'. (Bug#10145)
13361
13362 2011-12-01 Glenn Morris <rgm@gnu.org>
13363
13364 * eshell/em-hist.el (eshell-hist-initialize):
13365 Handle eshell-history-size nil and HISTSIZE set or unset.
13366 (eshell-history-file-name, eshell-history-size): Fix custom type.
13367
13368 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
13369
13370 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
13371
13372 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
13373
13374 * progmodes/verilog-mode.el (verilog-pretty-expr):
13375 Rework verilog-pretty-expr to handle new assignment operators in system
13376 verilog, such as += *= and the like.
13377 (verilog-assignment-operator-re): Regular expression to find the
13378 assigment operator in a verilog assignment.
13379 (verilog-assignment-operation-re): Regular expression to find an
13380 assignment statement for pretty-expr.
13381 (verilog-in-attribute-p): Query returns true if point is in an
13382 attribute context; used to skip these for expression line up from
13383 pretty-expr.
13384 (verilog-in-parameter-p): Query returns true if point is in an
13385 parameter definition context; used to skip these for expression
13386 line up from pretty-expr.
13387 (verilog-in-parenthesis-p): Query returns true if point is in a
13388 parenthetical expression, specifically ( ) but not [ ] or { };
13389 used by pretty-expr.
13390 (verilog-just-one-space): If there is no space, don't add one.
13391 (verilog-get-lineup-indent-2): Specifically skip just attribute
13392 contexts for expression lineup, rather than skipping all
13393 parenthetical expressions.
13394 (verilog-calculate-indent): Fix comment, and fix indent.
13395 (verilog-do-indent): Indent declarations in lists (suggested by
13396 Joachim Lechner).
13397 (verilog-mode-abbrev-table): Populate abbrev mode with the various
13398 skeleton items.
13399 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
13400 by Alain Mellan).
13401
13402 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
13403
13404 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
13405 parameters with embedded comments. Reported by Ray Stevens.
13406 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
13407 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
13408 Reported by Tim Holt.
13409 (verilog-auto): Fix AUTOing a upper module then AUTOing module
13410 instantiated by upper module causing wrong expansion until AUTOed a
13411 second time. Reported by K C Buckenmaier.
13412 (verilog-diff-auto): Fix showing .* as a difference when
13413 `verilog-auto-star-save' off. Reported by Dan Dever.
13414 (verilog-auto-reset, verilog-read-always-signals)
13415 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
13416 temporary signals in reset list if
13417 verilog-auto-reset-blocking-in-non is nil, and match assignment
13418 style to each signal's assignment type, bug381.
13419 Reported by Thomas Esposito.
13420 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
13421 (verilog-uvm-statement-re): Support UVM indentation and
13422 highlighting, with old OVM keywords only.
13423 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
13424 Support AUTOTIEOFF creating non-wire data types.
13425 Suggested by Jonathan Greenlaw.
13426 (verilog-auto-insert-lisp, verilog-delete-to-paren)
13427 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
13428 (verilog-inject-sense, verilog-read-inst-pins)
13429 (verilog-read-sub-decls, verilog-read-sub-decls-line):
13430 Fix mismatching parenthesis inside commented out code when deleting
13431 AUTOINST, bug383. Reported by Jonathan Greenlaw.
13432 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
13433 non-numeric vector width. Reported by Alex Reed.
13434 (verilog-auto-ascii-enum): Add "onehot" option to work around not
13435 detecting signals with parameter widths. Reported by Alex Reed.
13436 (verilog-auto-delete-trailing-whitespace):
13437 With `verilog-auto-delete-trailing-whitespace' remove trailing
13438 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
13439 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
13440 Fix verilog-scan-cache corruption when running user AUTO expansion
13441 hooks that call indentation routines.
13442 (verilog-simplify-range-expression): Fix typo ignoring lower case
13443 identifiers.
13444 (verilog-delete-auto): Fix delete-autos to also remove user created
13445 automatics, as long as they start with AUTO.
13446 (verilog-batch-diff-auto, verilog-diff-auto)
13447 (verilog-diff-function): Add `verilog-diff-auto' and bind to
13448 "C-c?" to report differences in AUTO expansion, ignoring spaces.
13449 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
13450 (verilog-in-paren-quick, verilog-re-search-backward-quick)
13451 (verilog-re-search-forward-quick, verilog-syntax-ppss):
13452 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
13453 is disabled and its cache will get corrupt, causing AUTOS not to
13454 expand. Instead use only -quick functions.
13455 (verilog-scan-region): Fix scanning over escaped quotes.
13456 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
13457 (verilog-re-search-backward-quick)
13458 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
13459 related functions now ignore strings, to fix misparsing of strings
13460 with magic comments embedded in them.
13461 (verilog-read-auto-template):
13462 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
13463 Reported by Brad Dobbie.
13464 (verilog-read-auto-template):
13465 Fix 'verilog-auto-inst-template-numbers' with comments.
13466 Reported by Brad Dobbie.
13467 (verilog-auto-inst, verilog-auto-inst-param)
13468 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
13469 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
13470 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
13471 debugging templates without merge conflicts, bug357.
13472 Reported by Brad Dobbie.
13473 (verilog-read-auto-template):
13474 Fix verilog-auto-inst-template-numbers with multiple templates.
13475 Reported by Brad Dobbie.
13476 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
13477 abbrevs so user won't be asked to save.
13478 (verilog-read-auto-lisp-present): Fix to start at beginning of
13479 buffer in case called outside of verilog-auto.
13480 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
13481 to "X-2". Reported by Matthew Myers.
13482 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
13483 all inputs from module templates. Reported by Leith Johnson.
13484 (verilog-module-inside-filename-p): Fix locating programs as with
13485 modules.
13486 (verilog-auto-inst-port): Fix vl-width expressions when using
13487 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
13488 (verilog-decls-get-regs, verilog-decls-get-signals,
13489 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
13490 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
13491 verilog-read-decls): Combine reg and wire structures into one var
13492 structure to represent SystemVerilog concepts.
13493 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
13494 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
13495 (verilog-auto-wire-type, verilog-insert-definition):
13496 Add verilog-auto-wire-type and AUTOLOGIC to support using
13497 SystemVerilog "logic" keyword instead of "wire"/"reg".
13498 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
13499 to declares outputs that also have assignments (presumably in an
13500 ifdef or generate if so there's not a driver conflict).
13501 Reported by Matthew Myers.
13502 (verilog-auto-declare-nettype, verilog-insert-definition):
13503 Add verilog-auto-declare-nettype to fix declarations using
13504 `default_nettype none. Reported by Julian Gorfajn.
13505 (verilog-read-always-signals-recurse, verilog-read-decls)
13506 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
13507 malformed end statement, bug325. Reported by Joshua Wise and
13508 Andrew Drake.
13509 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
13510 (verilog-inst-comment-re): Fix not deleting Interfaced comment
13511 when expanding .* in interfaces, bug320.
13512 Reported by Pierre-David Pfister.
13513 (verilog-read-module-name): Fix import statements between module
13514 name and open parenthesis, bug317.
13515 Reported by Pierre-David Pfister.
13516 (verilog-simplify-range-expression): Fix simplification of
13517 multiplications inside AUTOWIRE connections, bug303.
13518 (verilog-auto-inst-port): Support parameter expansion in
13519 multidimensional arrays.
13520 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
13521 after "assert property". Reported by Julian Gorfajn.
13522 (verilog-simplify-range-expression): Fix "couldn't merge" errors
13523 with multiplication, bug303.
13524 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
13525 Reported by Jan Frode Lonnum.
13526
13527 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
13528
13529 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
13530 (hfy-shell-file-name, hfy-shell):
13531 * international/fontset.el (x-decompose-font-name): Fix typos.
13532
13533 2011-11-29 Ken Brown <kbrown@cornell.edu>
13534
13535 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
13536 (gdb-version): Remove defvar.
13537 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
13538 (gdb-gud-context-command, gdb-non-stop-handler)
13539 (gdb-current-context-command, gdb-stopped): Use it.
13540 (gdb-init-1): Enable pretty printing here.
13541 (gdb-non-stop-handler): Don't enable pretty-printing here.
13542 Check to see if the target supports non-stop mode; if not, turn off
13543 non-stop mode. Use the following.
13544 (gdb-check-target-async): New defun.
13545 (gud-watch, gdb-stopped): Fix whitespace.
13546 (gdb-get-source-file): Don't try to display the source file if
13547 `gdb-main-file' is nil.
13548
13549 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
13550
13551 * align.el: Try to generate fewer markers (bug#10047).
13552 (align--set-marker): New macro.
13553 (align-region): Use it.
13554
13555 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
13556
13557 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
13558
13559 2011-11-29 Chong Yidong <cyd@gnu.org>
13560
13561 * indent.el (indent-for-tab-command, indent-according-to-mode):
13562 Doc fix.
13563 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
13564
13565 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
13566
13567 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
13568 aware of remote file names. (Bug#10124)
13569
13570 2011-11-29 Chong Yidong <cyd@gnu.org>
13571
13572 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
13573
13574 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13575
13576 * files.el (find-file): Don't use force-same-window (bug#10144).
13577 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
13578 use pop-to-buffer if the selected window can't be used.
13579 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
13580
13581 2011-11-28 Eli Zaretskii <eliz@gnu.org>
13582
13583 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
13584 special-mode-map.
13585
13586 2011-11-28 Chong Yidong <cyd@gnu.org>
13587
13588 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
13589
13590 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
13591
13592 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
13593 gdb-get-source-file-list on gdb-create-source-file-list.
13594
13595 2011-11-26 Eli Zaretskii <eliz@gnu.org>
13596
13597 * whitespace.el (whitespace-newline): Use a different foreground
13598 color for 16-color light-background displays.
13599
13600 2011-11-24 Chong Yidong <cyd@gnu.org>
13601
13602 * window.el (display-buffer--special-action): Doc fix.
13603
13604 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
13605
13606 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
13607 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
13608 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
13609 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
13610 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
13611 (avl-tree-stack-first):
13612 * emacs-lisp/cconv.el (cconv--analyse-use):
13613 * net/gnutls.el (gnutls-negotiate): Fix typos.
13614
13615 2011-11-24 Glenn Morris <rgm@gnu.org>
13616
13617 * lpr.el (lpr-windows-system, lpr-lp-system):
13618 * mail/binhex.el (binhex-begin-line):
13619 * progmodes/grep.el (grep-history, grep-find-history):
13620 * textmodes/flyspell.el:
13621 * vc/pcvs-defs.el (cvs-global-menu):
13622 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
13623 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
13624 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
13625
13626 * net/tls.el: Fix case of "GnuTLS".
13627
13628 * paths.el (rmail-file-name): Format doc-string for make-docfile.
13629
13630 * version.el (emacs-build-system): Give it a doc-string.
13631
13632 2011-11-24 Juri Linkov <juri@jurta.org>
13633
13634 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
13635
13636 2011-11-24 Glenn Morris <rgm@gnu.org>
13637
13638 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
13639 if called on a non-mime message just toggle the headers. (Bug#8006)
13640
13641 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
13642
13643 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
13644 (allout-lead-with-comment-string, allout-structure-deleted-hook)
13645 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
13646 (allout-rebullet-heading, allout-open-sibtopic)
13647 (allout-toggle-current-subtree-encryption)
13648 (allout-toggle-subtree-encryption, allout-encrypt-string)
13649 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
13650 (allout-distinctive-bullets-string, allout-auto-activation):
13651 * window.el (window-normalize-buffer-to-display):
13652 * progmodes/verilog-mode.el (verilog-batch-indent):
13653 * textmodes/bibtex.el (bibtex-field-braces-opt)
13654 (bibtex-field-strings-opt):
13655 * vc/cvs-status.el (cvs-tree-merge):
13656 Fix typos.
13657
13658 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
13659
13660 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
13661 `non-essential' to t, in order to avoid remote connections.
13662
13663 2011-11-23 Eli Zaretskii <eliz@gnu.org>
13664
13665 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13666 On MS-DOS and MS-Windows, compare with loaddefs.el
13667 case-insensitively.
13668
13669 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13670
13671 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
13672
13673 2011-11-23 Glenn Morris <rgm@gnu.org>
13674
13675 * paths.el (rmail-file-name): Reformat the doc-string so that it
13676 is picked up.
13677
13678 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
13679 (rmail-auto-file): Ignore case in the "special" field names,
13680 as mail-fetch-field does for all others.
13681
13682 * mail/rmail.el (rmail-forward):
13683 * mail/rmailkwd.el (rmail-set-label):
13684 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
13685 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
13686
13687 * mail/rmail.el (rmail-current-message): Doc fix.
13688
13689 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
13690
13691 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13692
13693 * server.el (server-eval-and-print): Allow C-g (bug#6585).
13694
13695 2011-11-22 Glenn Morris <rgm@gnu.org>
13696
13697 * mail/rmailmm.el (test-rmail-mime-handler)
13698 (test-rmail-mime-bulk-handler)
13699 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
13700
13701 2011-11-21 Juri Linkov <juri@jurta.org>
13702
13703 * calc/calc.el (calc-read-key-sequence):
13704 Let-bind `input-method-function' to nil. (Bug#10018)
13705
13706 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13707
13708 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
13709 Tell the caller that the next line needs recomputation, even
13710 though it doesn't start a sexp (bug#10094).
13711
13712 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13713
13714 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
13715
13716 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13717
13718 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13719 Use force-same-window.
13720
13721 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
13722
13723 * descr-text.el (describe-char-unicode-data):
13724 * json.el (json-string-escape):
13725 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
13726 (Footnote-unicode, Footnote-style-p):
13727 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
13728
13729 2011-11-20 Chong Yidong <cyd@gnu.org>
13730
13731 * window.el (replace-buffer-in-windows): Restore interactive spec.
13732
13733 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13734
13735 * electric.el (electric-indent-mode): Fix last change (too optimistic).
13736
13737 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
13738 (byte-compile-global-not-obsolete-vars): New var.
13739 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
13740 Use it.
13741 (byte-compile-warn-obsolete): Align text with the one in *Help*.
13742
13743 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
13744
13745 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
13746 * progmodes/pascal.el (electric-pascal-equal):
13747 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
13748 * xml.el (xml-substitute-special): Fix typos.
13749
13750 2011-11-20 Glenn Morris <rgm@gnu.org>
13751
13752 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
13753 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
13754 Doc fixes.
13755 (rmail-decode-mime-charset): Mark as obsolete.
13756
13757 * mail/rmailsum.el (rmail-message-regexp-p-1):
13758 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
13759 Before using mime functions, check they are set. (Bug#10077)
13760
13761 2011-11-19 Juri Linkov <juri@jurta.org>
13762
13763 * info.el (Info-finder-find-node): Use `package--builtins' instead
13764 of `package-alist'. Use node names formed by the pattern "Keyword "
13765 and the keyword name.
13766
13767 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
13768
13769 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
13770
13771 2011-11-19 Juri Linkov <juri@jurta.org>
13772
13773 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
13774 that calls `revert-buffer' on all Info buffers. (Bug#9915)
13775 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
13776 `old-history', `old-history-forward'. Add let-binding
13777 `window-selected'. Remove calls to `kill-buffer',
13778 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
13779 before calling `Info-find-node', so `Info-find-node-2' will reread
13780 the Info file. Restore window positions only when `window-selected'
13781 is non-nil.
13782
13783 2011-11-19 Juri Linkov <juri@jurta.org>
13784
13785 * isearch.el (isearch-lazy-highlight-new-loop):
13786 Remove condition `(not isearch-error)'. (Bug#9918)
13787
13788 * misearch.el (multi-isearch-search-fun): Add condition
13789 `(not bound)' to ignore lazy-highlighting search.
13790 Add the search-failed message "end of multi" when the end of
13791 multi-sequence is reached. Uncapitalize the search-failed
13792 message "Repeat for next buffer".
13793
13794 * info.el (Info-search): Add the search-failed message
13795 "end of the manual" when the end of the manual is reached
13796 in Isearch mode.
13797
13798 2011-11-19 Juri Linkov <juri@jurta.org>
13799
13800 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
13801 Use non-destructive `remove' instead of `delete' because
13802 `Info-history-list' stored to `Info-isearch-initial-history-list' in
13803 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
13804
13805 2011-11-19 Juri Linkov <juri@jurta.org>
13806
13807 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
13808 to nil instead of binding `search-ring' and `regexp-search-ring'.
13809 (Bug#9185)
13810
13811 2011-11-19 Eli Zaretskii <eliz@gnu.org>
13812
13813 * simple.el (line-move): Force movement by logical lines for any
13814 hscrolled window, not only when auto-hscroll-mode is on.
13815 (line-move-visual): Update doc string to that effect. (Bug#10076)
13816
13817 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
13818
13819 * language/european.el (macintosh): Define as alias for mac-roman.
13820
13821 2011-11-19 Eli Zaretskii <eliz@gnu.org>
13822
13823 * mail/rmailmm.el (rmail-mime-display-header)
13824 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
13825 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
13826 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
13827 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
13828 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
13829 of a raw aref.
13830 (rmail-mime-entity-segment): To get past the tagline, move forward
13831 2 more lines, to account for the 2 empty lines that precede and
13832 follow the line with the buttons.
13833 (rmail-mime-update-tagline): Move one more line, to get past the
13834 empty line that follows the buttons in the tagline. (Bug#9520)
13835
13836 2011-11-19 Martin Rudalics <rudalics@gmx.at>
13837
13838 * window.el (window-max-delta-1, window-min-delta-1)
13839 (window-min-size-1, window-state-get-1, window-state-put-1)
13840 (window-state-put-2): Use "window--" prefix.
13841
13842 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
13843
13844 * emacs-lisp/smie.el: Improve warnings and conflict detection.
13845 (smie-warning-count): New var.
13846 (smie-set-prec2tab): Use it.
13847 (smie-bnf->prec2): Improve warnings. Add docstring.
13848 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
13849 (smie-bnf--set-class): New function.
13850 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
13851 corner case.
13852
13853 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
13854 (compilation-error-properties, compilation-move-to-column):
13855 Handle compilation-first-column while in the target buffer.
13856
13857 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
13858 Don't hardcode point-min==1.
13859
13860 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
13861 (eshell-rewrite-for-command): Remove workaround.
13862 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
13863 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
13864 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
13865
13866 * files-x.el (modify-file-local-variable): Obey commenting conventions.
13867
13868 2011-11-17 Glenn Morris <rgm@gnu.org>
13869
13870 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13871 Ignore buffer-local generated-autoload-file if it is the same
13872 as the global value. (Bug#10049)
13873
13874 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
13875
13876 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
13877 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
13878 (reftex-toc-previous-heading, reftex-toc-max-level)
13879 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
13880 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
13881 (reftex-toc-do-promote, reftex-toc-promote-prepare)
13882 (reftex-toc-promote-action, reftex-toc-extract-section-number)
13883 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
13884 (reftex-toc-rename-label, reftex-toc-visit-location)
13885 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
13886 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
13887 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
13888 leaving "*toc*" only for references to the buffer.
13889
13890 2011-11-17 Martin Rudalics <rudalics@gmx.at>
13891
13892 * window.el (window-resize, delete-window, split-window):
13893 Replace window-splits by window-combination-resize.
13894 * cus-start.el (window-splits): Replace by window-combination-resize.
13895
13896 2011-11-17 Glenn Morris <rgm@gnu.org>
13897
13898 * progmodes/sh-script.el (sh-font-lock-keywords-var):
13899 Make bash entry derive from sh entry, not shell entry.
13900
13901 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
13902
13903 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
13904 local file name.
13905
13906 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
13907
13908 * menu-bar.el (menu-bar-file-menu):
13909 * printing.el (pr-ps-utility):
13910 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
13911 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
13912 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
13913 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
13914 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
13915 (icalendar--convert-cyclic-to-ical)
13916 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
13917 (icalendar--convert-ical-to-diary)
13918 (icalendar--convert-recurring-to-diary)
13919 (icalendar--convert-non-recurring-all-day-to-diary)
13920 (icalendar-import-format-sample):
13921 * progmodes/idlw-shell.el (idlwave-shell-mode):
13922 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
13923 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
13924 (vhdl-ps-print-init): Fix typos.
13925
13926 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
13927
13928 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
13929 FSF and collapse date sequence, obscure author/maintainer email address
13930 better, remove extra version line, track relocation of author's webpage.
13931
13932 * progmodes/python.el (python-pdbtrack-input-prompt)
13933 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
13934 regular python pdb prompts. Adjustments shamelessly taken exactly as
13935 suggested in EmacsWiki page (tiny change):
13936 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
13937
13938 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
13939
13940 * expand.el (expand-pos, expand-index, expand-point):
13941 Remove redundant info from docstring.
13942 (expand-add-abbrevs): Doc fix.
13943 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
13944 (expand-sample-perl-mode-expand-list): Fix typos.
13945
13946 * net/dbus.el (dbus-event-member-name):
13947 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
13948 * term/pc-win.el (msdos-create-frame-with-faces):
13949 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
13950
13951 2011-11-16 Martin Rudalics <rudalics@gmx.at>
13952
13953 * window.el (split-window, window-state-get-1)
13954 (window-state-put-1, window-state-put-2): Rename occurrences of
13955 window-nest to window-combination-limit.
13956 * cus-start.el (window-nest): Rename to window-combination-limit.
13957
13958 2011-11-16 Chong Yidong <cyd@gnu.org>
13959
13960 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
13961 regexp (Bug#10033).
13962
13963 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13964
13965 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
13966 `completing-read' will remove *Completions* and will preserve
13967 current-buffer for us.
13968 (tmm-add-prompt): Users of *Completions* will always (re)set its
13969 major mode.
13970 (tmm-old-comp-map): Remove.
13971
13972 2011-11-16 Glenn Morris <rgm@gnu.org>
13973
13974 * mail/rmailedit.el: Require rmailmm when compiling.
13975 (rmail-old-mime-state): New declaration.
13976 (rmail-edit-current-message): If editing a mime message,
13977 edit the "raw" message from the mbox buffer.
13978 (rmail-cease-edit): Handle mime messages. (Bug#9840)
13979
13980 2011-11-15 Glenn Morris <rgm@gnu.org>
13981
13982 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
13983 which wasn't being used. Add optional arg to force given state.
13984 (rmail-mime): Add optional arg to force given state.
13985
13986 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
13987
13988 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13989 * frame.el (display-mm-dimensions-alist):
13990 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
13991 (outline-move-subtree-down):
13992 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
13993 (newsticker--treeview-do-get-node):
13994 * net/quickurl.el (quickurl-list-buffer-name):
13995 * progmodes/dcl-mode.el (dcl-mode):
13996 * progmodes/gdb-mi.el (gdb-mapcar*):
13997 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
13998
13999 2011-11-15 Glenn Morris <rgm@gnu.org>
14000
14001 * mail/rmail.el (rmail-file-coding-system): It's only ever used
14002 in a boolean sense, so just make it a boolean, and fix the doc.
14003 (rmail-show-mime-function, rmail-mime-feature)
14004 (rmail-require-mime-maybe): Doc fixes.
14005 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
14006
14007 * mail/rmailmm.el (rmail-show-mime): Doc fix.
14008
14009 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
14010
14011 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
14012 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
14013 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
14014 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
14015
14016 2011-11-15 Glenn Morris <rgm@gnu.org>
14017
14018 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
14019 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
14020 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
14021 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
14022 (rmail-mime, rmail-show-mime): Doc fixes.
14023
14024 * term/ns-win.el (mode-line-frame-identification):
14025 Leave it alone. (Bug#10051)
14026
14027 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
14028
14029 * mail/rmailout.el (rmail-output-to-rmail-buffer):
14030 Handle empty buffers. (Bug#9978)
14031
14032 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
14033
14034 * international/mule.el (define-charset):
14035 * mail/rmailmm.el (rmail-mime-find-header-encoding):
14036 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
14037 * progmodes/verilog-mode.el (verilog-backward-token):
14038 * textmodes/ispell.el (lookup-words):
14039 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
14040
14041 2011-11-14 Glenn Morris <rgm@gnu.org>
14042
14043 * progmodes/executable.el
14044 (executable-make-buffer-file-executable-if-script-p):
14045 Handle file-modes returning nil.
14046
14047 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
14048 message - not necessary, and causes problems. (Bug#9831)
14049
14050 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
14051
14052 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
14053
14054 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
14055 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
14056 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
14057
14058 2011-11-12 Martin Rudalics <rudalics@gmx.at>
14059
14060 * window.el (window-resize, delete-window): Use window-splits
14061 variable instead of function.
14062 (window-state-get-1, window-state-put-2, window-state-put):
14063 Don't deal with windows' splits status.
14064
14065 2011-11-12 Glenn Morris <rgm@gnu.org>
14066
14067 * apropos.el (apropos-do-all, apropos-library, apropos-value)
14068 (apropos-documentation): Doc fixes.
14069
14070 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
14071
14072 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
14073 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
14074
14075 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
14076
14077 * electric.el (electric-indent-post-self-insert-function): Make it
14078 possible for a char to only indent in some circumstances.
14079 (electric-indent-mode): Simplify.
14080
14081 2011-11-11 Martin Rudalics <rudalics@gmx.at>
14082
14083 * window.el (windows-with-parameter): Remove unused function.
14084 (windows-at-side): Rename to window-at-side-list.
14085 (window-check, window-atom-check, window-atom-check-1)
14086 (window-side-check, window-size-ignore, window-size-fixed-1)
14087 (window-in-direction-2): Prefix with "window--".
14088 (window-tree-1): Rename to window--subtree, fix doc-string.
14089
14090 2011-11-11 Glenn Morris <rgm@gnu.org>
14091
14092 * subr.el (eval-after-load): If FILE is already loaded,
14093 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
14094
14095 2011-11-10 Glenn Morris <rgm@gnu.org>
14096
14097 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
14098 Call svn via vc-svn-command rather than vc-do-command.
14099 (vc-svn-command): Add --non-interactive. (Bug#9993)
14100 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
14101
14102 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14103 Add toggle-read-only. (Bug#7292)
14104 * files.el (toggle-read-only): Mention that it should only
14105 be used interactively. (Bug#10006)
14106
14107 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14108
14109 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14110 Adjust regexp for OCaml warnings.
14111
14112 * electric.el (electric-pair-post-self-insert-function): Let user
14113 turn it off buffer-locally (bug#9932).
14114
14115 * progmodes/python.el (python-beginning-of-statement):
14116 Rewrite (bug#2703).
14117
14118 * progmodes/compile.el: Better handle TABs (bug#9749).
14119 (compilation-internal-error-properties)
14120 (compilation-next-error-function): Obey the target buffer's
14121 compilation-error-screen-columns.
14122
14123 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
14124
14125 * progmodes/meta-mode.el: Remove obsolete comments.
14126 (meta-right-comment-regexp, meta-ignore-comment-regexp):
14127 Fix typos in docstrings.
14128
14129 2011-11-09 Martin Rudalics <rudalics@gmx.at>
14130
14131 * window.el (window-size-fixed-p): Rewrite doc-string.
14132 (window-resizable-p): Rename to window--resizable-p. Update callers.
14133 (window--resizable): New function. Make all callers of
14134 window-resizable call window--resizable instead.
14135 (window-resizable): Rewrite in terms of window--resizable.
14136
14137 2011-11-08 Glenn Morris <rgm@gnu.org>
14138
14139 * progmodes/delphi.el (delphi-mode-syntax-table):
14140 Let define-derived-mode define a proper syntax table. (Bug#9994)
14141
14142 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14143
14144 * window.el: Stay away from defsubst.
14145 (window-list-no-nils): Remove.
14146 (window-state-get-1, window-state-get): Use backquote instead.
14147
14148 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14149
14150 * emacs-lisp/find-func.el (find-function-read):
14151 Fix incorrect use of default argument in `completing-read'.
14152
14153 2011-11-08 Martin Rudalics <rudalics@gmx.at>
14154
14155 * window.el (display-buffer-function, special-display-function):
14156 Mention display-buffer-record-window but do not mention
14157 help-setup parameter in doc-strings.
14158 (window-min-delta): Fix doc-string typo.
14159
14160 2011-11-08 Chong Yidong <cyd@gnu.org>
14161
14162 * window.el (window-total-height, window-total-width): Doc fix.
14163 (window-body-size): Move from C.
14164 (window-body-height, window-body-width): Move to C.
14165
14166 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14167
14168 * window.el: Make special-display like display-buffer-alist (bug#9532).
14169 (display-buffer--special-action): New function, morphed
14170 from display-buffer--special.
14171 (display-buffer): Use it to handle special-display-buffers at higher
14172 priority (just after display-buffer-alist).
14173 (display-buffer-fallback-action, display-buffer--other-frame-action)
14174 (pop-to-buffer-same-window): Remove display-buffer--special.
14175
14176 2011-11-07 Glenn Morris <rgm@gnu.org>
14177
14178 * calendar/cal-menu.el (cal-menu-set-date-title):
14179 Do nothing if not in a calendar. (Bug#9976)
14180
14181 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
14182
14183 * files.el (find-file): Always use selected-window.
14184
14185 2011-11-07 Martin Rudalics <rudalics@gmx.at>
14186
14187 * window.el (window-combinations): Make WINDOW argument
14188 mandatory. Rewrite doc-string.
14189 (walk-window-subtree, window-atom-check, window-min-delta)
14190 (window-max-delta, window--resize-this-window)
14191 (window--resize-root-window-vertically, window-tree)
14192 (balance-windows, window-state-put): Rewrite doc-strings as to
14193 not mention the term "subwindow".
14194 (window--resize-subwindows-skip-p): Rename to
14195 window--resize-child-windows-skip-p.
14196 (window--resize-subwindows-normal): Rename to
14197 window--resize-child-windows-normal.
14198 (window--resize-subwindows): Rename to
14199 window--resize-child-windows.
14200 (window-or-subwindow-p): Rename to window--in-subtree-p.
14201
14202 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
14203
14204 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
14205 Ensure that mbox format messages end in two newlines (Bug#9974).
14206
14207 2011-11-06 Chong Yidong <cyd@gnu.org>
14208
14209 * window.el (window-combination-p): Function deleted; its
14210 side-effect is not used in any existing code.
14211 (window-combinations, window-combined-p): Call window-*-child
14212 directly.
14213
14214 2011-11-05 Chong Yidong <cyd@gnu.org>
14215
14216 * window.el (window-valid-p): Rename from window-any-p.
14217 (window-size-ignore, window-state-get): Callers changed.
14218 (window-normalize-window): Rename from window-normalize-any-window.
14219 New arg LIVE-ONLY, replacing window-normalize-live-window.
14220 (window-normalize-live-window): Delete.
14221 (window-combination-p, window-combined-p, window-combinations)
14222 (walk-window-subtree, window-atom-root, window-min-size)
14223 (window-sizable, window-sizable-p, window-size-fixed-p)
14224 (window-min-delta, window-max-delta, window-resizable)
14225 (window-resizable-p, window-full-height-p, window-full-width-p)
14226 (window-current-scroll-bars, window-point-1, set-window-point-1)
14227 (window-at-side-p, window-in-direction, window-resize)
14228 (adjust-window-trailing-edge, maximize-window, minimize-window)
14229 (window-deletable-p, delete-window, delete-other-windows)
14230 (record-window-buffer, unrecord-window-buffer)
14231 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
14232 (quit-window, split-window, window-state-put)
14233 (set-window-text-height, fit-window-to-buffer)
14234 (shrink-window-if-larger-than-buffer): Callers changed.
14235
14236 2011-11-04 Eli Zaretskii <eliz@gnu.org>
14237
14238 * mail/rmail.el (rmail-simplified-subject): Decode subject with
14239 rfc2047-decode-string.
14240 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
14241 warnings.
14242
14243 * window.el (window-body-height, window-body-width): Mention in
14244 the doc string that the return values are in frame's canonical
14245 units. (Bug#9949)
14246
14247 2011-11-03 Alan Mackenzie <acm@muc.de>
14248
14249 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
14250 change in cc-engine.el.
14251
14252 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
14253
14254 * window.el (switch-to-buffer): Use `force-same-window' interactively.
14255
14256 2011-11-02 Martin Rudalics <rudalics@gmx.at>
14257
14258 * window.el (quit-window): Call unrecord-window-buffer after
14259 showing another buffer in the window. (Bug#9937)
14260 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
14261
14262 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
14263
14264 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
14265 Accept status with more than 9 shelves. (Bug#9935)
14266 Reported by Colin D Bennett <colin@gibibit.com>.
14267
14268 2011-11-01 Martin Rudalics <rudalics@gmx.at>
14269
14270 * help.el (with-help-window): Don't reference
14271 temp-buffer-show-specifiers in doc-string.
14272
14273 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
14274
14275 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
14276 menu-item.
14277
14278 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14279
14280 * whitespace.el: New version 13.2.2.
14281 (whitespace-newline-mode): Disable properly. Reported by Sarah
14282 <EmacsWiki>.
14283
14284 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
14285
14286 * net/newst-treeview.el: Remove "Time-stamp".
14287 (newsticker--group-manage-orphan-feeds): Do not call
14288 newsticker--treeview-tree-update.
14289 (newsticker-treeview-update, newsticker-treeview):
14290 Call newsticker--treeview-tree-update if necessary.
14291
14292 2011-10-30 Martin Rudalics <rudalics@gmx.at>
14293
14294 * window.el (window-iso-combination-p, window-iso-combined-p)
14295 (window-iso-combinations): Remove "iso-" infix.
14296 Suggested by Chong Yidong.
14297 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
14298 (window-max-delta-1, window-resize, window--resize-siblings)
14299 (window--resize-this-window, adjust-window-trailing-edge)
14300 (split-window, balance-windows-1)
14301 (shrink-window-if-larger-than-buffer):
14302 * calendar/calendar.el (calendar-generate-window):
14303 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
14304
14305 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14306
14307 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
14308 in place (bug#9907).
14309 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
14310 (eshell-rewrite-if-command, eshell-rewrite-for-command)
14311 (eshell-structure-basic-command, eshell-rewrite-while-command)
14312 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
14313 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
14314 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
14315 (eshell-do-pipelines-synchronously, eshell-eval-command):
14316 Use backquotes and prefer setq to set.
14317 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
14318 (eshell-macrop): Use functionp.
14319 (eshell-do-eval): Handle multiple expressions in `while' body.
14320
14321 2011-10-30 Chong Yidong <cyd@gnu.org>
14322
14323 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
14324 instead of set-mark (Bug#9810).
14325
14326 2011-10-30 Chong Yidong <cyd@gnu.org>
14327
14328 * window.el (split-window-below, split-window-right): Rename from
14329 split-window-above-each-other and split-window-side-by-side
14330 respectively. All callers changed.
14331 (split-window-sensibly, split-window-sensibly): Use them.
14332 (split-window-keep-point): Doc fix.
14333
14334 * isearch.el: Add isearch-scroll property to split-window-below
14335 and split-window-right.
14336
14337 * follow.el (follow-mode):
14338 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
14339 * progmodes/ada-xref.el (ada-gdb-application):
14340 * emulation/vip.el (vip-buffer-in-two-windows):
14341 * image-dired.el (image-dired-dired-with-window-configuration):
14342 * dired-x.el (dired-do-find-marked-files):
14343 * dired.el (dired-pop-to-buffer):
14344 * bs.el (bs--show-with-configuration):
14345 * vc/emerge.el (emerge-setup-windows):
14346 * textmodes/two-column.el (2C-two-columns):
14347 * textmodes/reftex-toc.el (reftex-toc):
14348 * progmodes/gdb-mi.el (gdb-setup-windows):
14349 * progmodes/fortran.el (fortran-window-create):
14350 * net/newst-treeview.el (newsticker--treeview-window-init):
14351 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
14352 * emulation/tpu-edt.el (tpu-gold-map):
14353 * emulation/crisp.el (crisp-mode-map):
14354 * calendar/calendar.el (calendar-basic-setup): Callers changed.
14355
14356 2011-10-29 Chong Yidong <cyd@gnu.org>
14357
14358 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
14359
14360 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
14361
14362 * textmodes/flyspell.el (flyspell-word): Fix char offset for
14363 forged Ispell output (Bug#7904).
14364
14365 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
14366
14367 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14368
14369 * doc-view.el: Avoid ugly errors about not finding nil.
14370 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
14371 (doc-view-dvipdf-program, doc-view-unoconv-program)
14372 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
14373 Avoid nil or absolute file name as default value.
14374 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
14375
14376 2011-10-28 Alan Mackenzie <acm@muc.de>
14377
14378 * progmodes/cc-defs.el (c-version): -> 5.32.2.
14379
14380 2011-10-28 Alan Mackenzie <acm@muc.de>
14381
14382 Amend the handling of c-beginning/end-of-defun in nested declaration
14383 scopes.
14384
14385 * progmodes/cc-vars.el (c-defun-tactic): Move here from
14386 cc-langs.el. Change it to a defcustom.
14387
14388 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
14389 cc-vars.el.
14390
14391 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14392 Prevent "class foo : bar" being spuriously recognized as a label.
14393
14394 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
14395 Add parameter `inclusive' (to include enclosing braces in the region).
14396 (c-widen-to-enclosing-decl-scope): New function.
14397 (c-while-widening-to-decl-block): New macro.
14398 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
14399 outward for defun boundaries, and correspondingly change symbol
14400 `respect-enclosure' to `go-outward'.
14401 (c-declaration-limits): Change algorithm to report only the "innermost"
14402 defun's boundaries.
14403
14404 2011-10-28 Deniz Dogan <deniz@dogan.se>
14405
14406 * net/rcirc.el (rcirc-mode): Use hard newlines.
14407
14408 2011-10-28 Alan Mackenzie <acm@muc.de>
14409
14410 Amend to indent and fontify macros "which include their own semicolon"
14411 correctly, using the "virtual semicolon" mechanism.
14412
14413 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
14414
14415 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
14416 Recode to scan one line at a time rather than having \n and \r
14417 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
14418 (c-forward-label): Amend for virtual semicolons.
14419 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
14420
14421 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
14422 of the new C macros.
14423
14424 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
14425 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
14426 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
14427 (c-opt-cpp-macro-define): Make into a full language variable.
14428 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
14429 AWK Mode (including \n, \r) removed, no longer needed.
14430
14431 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
14432 Invoke c-make-macro-with-semi-re.
14433
14434 * progmodes/cc-vars.el (c-macro-with-semi-re):
14435 (c-macro-names-with-semicolon): New variables.
14436 (c-make-macro-with-semi-re): New function.
14437
14438 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14439
14440 * vc/log-edit.el: Fill empty field rather than adding new one.
14441 (log-edit-add-field): New function.
14442 (log-edit-insert-changelog): Use it.
14443
14444 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
14445
14446 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
14447
14448 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14449
14450 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
14451 (gdb--check-interpreter): New function.
14452 (gdb): Use it.
14453
14454 2011-10-27 Glenn Morris <rgm@gnu.org>
14455
14456 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
14457 (least-positive-float, least-negative-float)
14458 (least-positive-normalized-float, least-negative-normalized-float)
14459 (float-epsilon, float-negative-epsilon):
14460 Remove unnecessary declarations.
14461
14462 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
14463 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
14464 (least-positive-float, least-negative-float)
14465 (least-positive-normalized-float, least-negative-normalized-float)
14466 (float-epsilon, float-negative-epsilon): Add doc-strings,
14467 based on those in cl.texi.
14468
14469 * files.el (set-visited-file-name): If the major-mode changed,
14470 reload the local variables. (Bug#9796)
14471
14472 2011-10-27 Chong Yidong <cyd@gnu.org>
14473
14474 * subr.el (change-major-mode-after-body-hook): New hook.
14475 (run-mode-hooks): Run it.
14476
14477 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14478 Use change-major-mode-before-body-hook.
14479
14480 * simple.el (fundamental-mode):
14481 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
14482 change introducing fundamental-mode-hook.
14483
14484 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
14485
14486 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
14487
14488 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
14489
14490 * ido.el (ido-file-name-all-completions-1): Do not require
14491 tramp.el explicitly. (Bug#7583)
14492
14493 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
14494
14495 * progmodes/octave-mod.el:
14496 * progmodes/octave-inf.el: Update maintainer.
14497
14498 2011-10-26 Chong Yidong <cyd@gnu.org>
14499
14500 * subr.el (with-wrapper-hook): Rewrite doc.
14501
14502 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
14503
14504 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
14505 filenames "/method:foo:". (Bug#9793)
14506
14507 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14508
14509 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
14510 (bug#9865).
14511
14512 2011-10-24 Glenn Morris <rgm@gnu.org>
14513
14514 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
14515
14516 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
14517
14518 * notifications.el: Add the requirement of a running D-Bus session
14519 bus to the Commentary.
14520
14521 2011-10-24 Juri Linkov <juri@jurta.org>
14522
14523 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14524 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
14525 (Bug#9364)
14526
14527 2011-10-24 Juri Linkov <juri@jurta.org>
14528
14529 * info.el (Info-following-node-name-re): Add newline to the list
14530 of allowed characters for leading space. (Bug#9824)
14531
14532 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14533
14534 * progmodes/octave-inf.el (inferior-octave-mode-map):
14535 Fix C-c C-h binding.
14536 * progmodes/octave-mod.el (octave-help): Remove.
14537
14538 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
14539
14540 Sync with Tramp 2.2.3.
14541
14542 * net/tramp-cache.el (top): Pacify byte-compiler using
14543 `init-file-user' and `site-run-file'.
14544
14545 * net/trampver.el: Update release number.
14546
14547 2011-10-23 Chong Yidong <cyd@gnu.org>
14548
14549 * files.el (toggle-read-only): Remove obsolete comment about
14550 version control.
14551
14552 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
14553 for toggle-read-only. Note that this hasn't called vc-next-action
14554 since 2008-05-02, though it wasn't documented at the time.
14555
14556 * vc/ediff-init.el (ediff-toggle-read-only-function):
14557 Use toggle-read-only.
14558
14559 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
14560
14561 Fix bug #9560, sporadic wrong indentation; improve instrumentation
14562 of c-parse-state.
14563
14564 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
14565 correct faulty logical expression.
14566 (c-parse-state-state, c-record-parse-state-state):
14567 (c-replay-parse-state-state): New defvar/defuns.
14568 (c-debug-parse-state): Use new functions.
14569
14570 2011-10-22 Martin Rudalics <rudalics@gmx.at>
14571
14572 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
14573 last fix. Use window-in-direction correctly.
14574
14575 2011-10-21 Chong Yidong <cyd@gnu.org>
14576
14577 * progmodes/idlwave.el (idlwave-mode):
14578 * progmodes/vera-mode.el (vera-mode): No need to set
14579 require-final-newline; that's done in prog-mode.
14580 Suggested by Stefan Monnier.
14581
14582 2011-10-21 Martin Rudalics <rudalics@gmx.at>
14583
14584 * mouse.el (mouse-drag-window-above)
14585 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
14586 (mouse-drag-mode-line-1, mouse-drag-header-line)
14587 (mouse-drag-vertical-line-rightward-window): Remove.
14588 (mouse-drag-line): New function.
14589 (mouse-drag-mode-line, mouse-drag-header-line)
14590 (mouse-drag-vertical-line): Call mouse-drag-line.
14591 * window.el (window-at-side-p, windows-at-side): New functions.
14592
14593 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
14594
14595 * tar-mode.el (tar-grind-file-mode):
14596 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
14597
14598 2011-10-21 Chong Yidong <cyd@gnu.org>
14599
14600 * progmodes/idlwave.el (idlwave-mode):
14601 * progmodes/vera-mode.el (vera-mode):
14602 Use mode-require-final-newline.
14603
14604 2011-10-20 Glenn Morris <rgm@gnu.org>
14605
14606 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
14607
14608 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
14609
14610 * emulation/cua-base.el (cua-set-mark): Fix case of string.
14611
14612 2011-10-20 Chong Yidong <cyd@gnu.org>
14613
14614 * emulation/cua-base.el (cua-mode):
14615 * mail/footnote.el (footnote-mode):
14616 * mail/mailabbrev.el (mail-abbrevs-mode):
14617 * net/xesam.el (xesam-minor-mode):
14618 * progmodes/bug-reference.el (bug-reference-mode):
14619 * progmodes/cap-words.el (capitalized-words-mode):
14620 * progmodes/compile.el (compilation-minor-mode)
14621 (compilation-shell-minor-mode):
14622 * progmodes/gud.el (gud-tooltip-mode):
14623 * progmodes/hideif.el (hide-ifdef-mode):
14624 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
14625 * progmodes/subword.el (subword-mode):
14626 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14627 * progmodes/which-func.el (which-function-mode):
14628 * term/tvi970.el (tvi970-set-keypad-mode):
14629 * term/vt100.el (vt100-wide-mode):
14630 * textmodes/flyspell.el (flyspell-mode):
14631 * textmodes/ispell.el (ispell-minor-mode):
14632 * textmodes/nroff-mode.el (nroff-electric-mode):
14633 * textmodes/paragraphs.el (use-hard-newlines):
14634 * textmodes/refill.el (refill-mode):
14635 * textmodes/reftex.el (reftex-mode):
14636 * textmodes/rst.el (rst-minor-mode):
14637 * textmodes/sgml-mode.el (html-autoview-mode)
14638 (sgml-electric-tag-pair-mode):
14639 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
14640 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
14641 * emulation/crisp.el (crisp-mode):
14642 * emacs-lisp/eldoc.el (eldoc-mode):
14643 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
14644 minor mode behavior.
14645
14646 2011-10-19 Juri Linkov <juri@jurta.org>
14647
14648 * descr-text.el (describe-char): Add #x2010 and #x2011 to
14649 the list of hard-coded chars with escape-glyph face.
14650
14651 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14652
14653 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
14654
14655 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
14656
14657 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
14658 running process.
14659
14660 2011-10-19 Glenn Morris <rgm@gnu.org>
14661
14662 * vc/vc-bzr.el (vc-bzr-after-dir-status):
14663 Ignore ignored files. (Bug#9726)
14664
14665 2011-10-19 Chong Yidong <cyd@gnu.org>
14666
14667 Doc fix for minor modes, stating that an omitted argument enables
14668 the mode unconditionally when called from Lisp.
14669
14670 * abbrev.el (abbrev-mode):
14671 * allout.el (allout-mode):
14672 * autoinsert.el (auto-insert-mode):
14673 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14674 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14675 (global-auto-revert-mode):
14676 * battery.el (display-battery-mode):
14677 * composite.el (global-auto-composition-mode)
14678 (auto-composition-mode):
14679 * delsel.el (delete-selection-mode):
14680 * desktop.el (desktop-save-mode):
14681 * dired-x.el (dired-omit-mode):
14682 * dirtrack.el (dirtrack-mode):
14683 * doc-view.el (doc-view-minor-mode):
14684 * double.el (double-mode):
14685 * electric.el (electric-indent-mode, electric-pair-mode):
14686 * emacs-lock.el (emacs-lock-mode):
14687 * epa-hook.el (auto-encryption-mode):
14688 * follow.el (follow-mode):
14689 * font-core.el (font-lock-mode):
14690 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
14691 * help.el (temp-buffer-resize-mode):
14692 * hilit-chg.el (highlight-changes-mode)
14693 (highlight-changes-visible-mode):
14694 * hi-lock.el (hi-lock-mode):
14695 * hl-line.el (hl-line-mode, global-hl-line-mode):
14696 * icomplete.el (icomplete-mode):
14697 * ido.el (ido-everywhere):
14698 * image-file.el (auto-image-file-mode):
14699 * image-mode.el (image-minor-mode):
14700 * iswitchb.el (iswitchb-mode):
14701 * jka-cmpr-hook.el (auto-compression-mode):
14702 * linum.el (linum-mode):
14703 * longlines.el (longlines-mode):
14704 * master.el (master-mode):
14705 * mb-depth.el (minibuffer-depth-indicate-mode):
14706 * menu-bar.el (menu-bar-mode):
14707 * minibuf-eldef.el (minibuffer-electric-default-mode):
14708 * mouse-sel.el (mouse-sel-mode):
14709 * msb.el (msb-mode):
14710 * mwheel.el (mouse-wheel-mode):
14711 * outline.el (outline-minor-mode):
14712 * paren.el (show-paren-mode):
14713 * recentf.el (recentf-mode):
14714 * reveal.el (reveal-mode, global-reveal-mode):
14715 * rfn-eshadow.el (file-name-shadow-mode):
14716 * ruler-mode.el (ruler-mode):
14717 * savehist.el (savehist-mode):
14718 * scroll-all.el (scroll-all-mode):
14719 * scroll-bar.el (scroll-bar-mode):
14720 * server.el (server-mode):
14721 * shell.el (shell-dirtrack-mode):
14722 * simple.el (auto-fill-mode, transient-mark-mode)
14723 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
14724 (line-number-mode, column-number-mode, size-indication-mode)
14725 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
14726 * strokes.el (strokes-mode):
14727 * time.el (display-time-mode):
14728 * t-mouse.el (gpm-mouse-mode):
14729 * tool-bar.el (tool-bar-mode):
14730 * tooltip.el (tooltip-mode):
14731 * type-break.el (type-break-mode-line-message-mode)
14732 (type-break-query-mode):
14733 * view.el (view-mode):
14734 * whitespace.el (whitespace-mode, whitespace-newline-mode)
14735 (global-whitespace-mode, global-whitespace-newline-mode):
14736 * xt-mouse.el (xterm-mouse-mode): Doc fix.
14737
14738 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14739 Fix autogenerated docstring.
14740
14741 2011-10-19 Juri Linkov <juri@jurta.org>
14742
14743 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
14744 by checking environment variables "DESKTOP_SESSION" and
14745 "XDG_CURRENT_DESKTOP". (Bug#9779)
14746
14747 2011-10-19 Juri Linkov <juri@jurta.org>
14748
14749 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
14750 (browse-url-chromium-program, browse-url-chromium-arguments):
14751 New defcustoms.
14752 (browse-url-default-browser): Check for `browse-url-chromium' and
14753 call `browse-url-chromium-program'.
14754 (browse-url-chromium): New command. (Bug#9779)
14755
14756 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
14757
14758 * facemenu.el (list-colors-duplicates): On Windows, detect more
14759 duplicates by assuming that only colors matching "^System" are
14760 special "system colors". (Bug#9722)
14761
14762 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14763
14764 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
14765 to distinguish the author from the committer.
14766
14767 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
14768
14769 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
14770
14771 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
14772
14773 * international/mule.el (sgml-html-meta-auto-coding-function):
14774 Add support for detecting encoding in HTML5 specified only as
14775 <meta charset="UTF-8">. Implementation just makes http-equiv and
14776 content-type parts from HTML4 encoding string optional. (Bug#9716)
14777
14778 2011-10-18 Glenn Morris <rgm@gnu.org>
14779
14780 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
14781
14782 2011-10-18 Chong Yidong <cyd@gnu.org>
14783
14784 * faces.el (cursor): Doc fix.
14785
14786 2011-10-17 Chong Yidong <cyd@gnu.org>
14787
14788 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
14789
14790 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
14791
14792 * dirtrack.el (dirtrack): Support shell buffers with path
14793 prefixes, e.g. tramp-based remote shells. (Bug#9647)
14794
14795 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
14796
14797 * json.el: Bump version to 1.3 and note change in History.
14798 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
14799
14800 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14801
14802 * comint.el (comint-insert-input, comint-send-input)
14803 (comint-get-old-input-default, comint-backward-matching-input)
14804 (comint-next-prompt): Use nil instead of `input' for field property of
14805 past user input (bug#114).
14806
14807 * minibuffer.el (completion--replace): Inherit surrounding properties
14808 (bug#114).
14809 (minibuffer-complete-and-exit): Use it.
14810
14811 * comint.el (comint--table-subvert): Quote the all-completions output
14812 (bug#9160).
14813
14814 2011-10-17 Martin Rudalics <rudalics@gmx.at>
14815
14816 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
14817
14818 * menu-bar.el (menu-bar-file-menu): Add entry for making new
14819 window on right of selected. (Bug#9350) Reword other window
14820 entries and separate them from frame entries.
14821
14822 2011-10-15 Glenn Morris <rgm@gnu.org>
14823
14824 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
14825 Doc fixes.
14826
14827 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
14828
14829 * net/network-stream.el (network-stream-open-starttls):
14830 Improve detection of failure due to lack of TLS support.
14831
14832 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
14833 putting the input text in front and in bold.
14834
14835 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14836
14837 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
14838
14839 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
14840 empty buffer.
14841
14842 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
14843 unread-command-events rather than pushing yet-another event.
14844
14845 2011-10-14 Eli Zaretskii <eliz@gnu.org>
14846
14847 * mail/sendmail.el (sendmail-query-once): Improve the wording of
14848 the explanation of the possible choices. Make the options passed
14849 to completing-read shorter.
14850
14851 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14852
14853 * textmodes/flyspell.el (flyspell-large-region): Make sure
14854 extended character mode is used if defined (Bug#1339).
14855
14856 2011-10-13 Eli Zaretskii <eliz@gnu.org>
14857
14858 * simple.el (what-cursor-position): Fix the display of the
14859 character info for LRE, LRO, RLE, and RLO characters by appending
14860 an invisible PDF.
14861
14862 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14863
14864 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
14865 even in case of error; add debug spec; simplify data flow.
14866 (with-timeout-handler): Remove.
14867
14868 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
14869
14870 Fix Bug#6019, Bug#9315.
14871
14872 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
14873 complete `buffer-file-name', the local file name part could look
14874 remotely (for example on VMS).
14875
14876 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
14877 `tramp-run-real-handler'.
14878 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
14879 already quoted by '"'.
14880
14881 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
14882 Let `file-name-handler-alist' be nil, the local file name part
14883 could look remotely (for example on VMS).
14884
14885 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14886
14887 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
14888 from here...
14889 (flyspell-post-command-hook): ...to here.
14890
14891 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14892
14893 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
14894 if not needed.
14895 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
14896 using completion. Protect against "slow" callers.
14897 Remove the "message hack".
14898
14899 2011-10-11 Juri Linkov <juri@jurta.org>
14900
14901 * isearch.el (isearch-lazy-highlight-word): New variable.
14902 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
14903 Use it. (Bug#9727)
14904
14905 2011-10-11 Glenn Morris <rgm@gnu.org>
14906
14907 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
14908 like f90-previous-statement does.
14909
14910 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14911
14912 * eshell/eshell.el (eshell-command): History should be saved
14913 only in interactive use, to avoid error.
14914
14915 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14916
14917 * minibuffer.el (completion-file-name-table): Fix last change,
14918 i.e. ignore normal errors but not the other ones.
14919
14920 2011-10-10 Martin Rudalics <rudalics@gmx.at>
14921
14922 * window.el (special-display-buffer-names)
14923 (special-display-regexps): Remove some remnants of earlier
14924 changes from doc-strings.
14925 (quit-windows-on): New function.
14926
14927 * vc/vc.el (vc-revert, vc-rollback):
14928 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
14929 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
14930 (Bug#6183) (Bug#7074) (Bug#7447)
14931
14932 2011-10-09 Martin Rudalics <rudalics@gmx.at>
14933
14934 * window.el (frame-auto-hide-function): Add version tag.
14935 (Bug#9699)
14936
14937 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
14938
14939 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
14940 condition.
14941
14942 2011-10-09 Leo Liu <sdl.web@gmail.com>
14943
14944 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
14945 (Bug#9701)
14946
14947 2011-10-08 Glenn Morris <rgm@gnu.org>
14948
14949 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
14950 before the first code statement zero indent. (Bug#9690)
14951
14952 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
14953
14954 * simple.el (count-words-region): Always count in the region.
14955 Report the number of lines and characters too.
14956 (count-words): New command, which counts in the buffer if the
14957 region is inactive, as count-words-region used to.
14958 (count-words--message): New function. Handle plurals.
14959 (count-lines-region): Make it an alias for count-words-region.
14960
14961 * bindings.el (esc-map): Replace count-lines-region with
14962 count-words-region.
14963
14964 2011-10-08 Martin Rudalics <rudalics@gmx.at>
14965
14966 * window.el (window--delete): Delete dedicated frame
14967 unconditionally when argument KILL is non-nil. (Bug#9699)
14968 (switch-to-buffer): Fix doc-string typo.
14969
14970 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14971
14972 * eshell/eshell.el (eshell-command): Avoid using hooks.
14973
14974 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
14975
14976 * bindings.el ([M-left],[M-right]): Bind to left-word and
14977 right-word respectively.
14978
14979 2011-10-07 Glenn Morris <rgm@gnu.org>
14980
14981 * cus-start.el (debug-on-quit): Fix custom type.
14982
14983 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14984
14985 * subr.el (define-key-after): Clarify that the function is not
14986 useful for non-menu keymaps.
14987
14988 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
14989
14990 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14991
14992 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
14993 in current minibuffer (Fix bug with recursive minibuffers).
14994
14995 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
14996
14997 * progmodes/gdb-mi.el (gdb): Doc fix.
14998
14999 2011-10-05 Martin Rudalics <rudalics@gmx.at>
15000
15001 * window.el (frame-auto-hide-function): New option replacing
15002 frame-auto-delete. Suggested by Stefan Monnier.
15003 (window--delete): Call frame-auto-hide-function instead of
15004 investigating frame-auto-delete.
15005 (window-point-1, set-window-point-1): New functions.
15006 (window-in-direction, record-window-buffer, window-state-get-1)
15007 (display-buffer-record-window): Use window-point-1 instead of
15008 window-point.
15009 (set-window-buffer-start-and-point): Use set-window-point-1.
15010
15011 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15012
15013 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
15014
15015 2011-10-05 Glenn Morris <rgm@gnu.org>
15016
15017 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
15018 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
15019
15020 2011-10-05 Leo Liu <sdl.web@gmail.com>
15021
15022 * subr.el (read-char-choice): Fix argument to buffer-live-p which
15023 works with buffer object.
15024
15025 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15026
15027 * mpc.el (mpc-tool-bar-map): Add labels.
15028
15029 2011-10-04 Glenn Morris <rgm@gnu.org>
15030
15031 * calendar/holidays.el (calendar-check-holidays): Doc fix.
15032
15033 2011-10-04 Martin Rudalics <rudalics@gmx.at>
15034
15035 * window.el (window--delete): New function.
15036 (frame-auto-delete): Resuscitate option.
15037 (bury-buffer, replace-buffer-in-windows)
15038 (quit-window): Rewrite using window--delete.
15039 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15040 Pass display-buffer-mark-dedicated to window--display-buffer-2
15041 (Bug#9639).
15042
15043 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15044
15045 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
15046 returns a list (bug#9554). Add remote file name completion.
15047 * comint.el (comint--table-subvert): Curry and get quote&unquote
15048 functions as arguments.
15049 (comint--complete-file-name-data): Adjust call accordingly.
15050 * pcomplete.el (pcomplete--table-subvert): Remove.
15051 (pcomplete-completions-at-point): Use comint--table-subvert instead.
15052
15053 * minibuffer.el (completion-table-case-fold): Use currying.
15054 (completion--styles-type, completion--cycling-threshold-type):
15055 New constants.
15056 (completion-styles, completion-category-overrides)
15057 (completion-cycle-threshold): Use them.
15058 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
15059 completion-table-case-fold.
15060
15061 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
15062
15063 * minibuffer.el (completion-category-overrides): Fix type of styles
15064 and add more user friendly tags (bug#9660).
15065
15066 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15067
15068 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
15069 (mule-input-method-string): New widget.
15070 (default-input-method, language-info-custom-alist): Use it.
15071
15072 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15073
15074 * pcomplete.el: Require comint.
15075 (pcomplete--common-suffix): Remove.
15076 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
15077 (pcomplete--table-subvert): Sync with comint--table-subvert.
15078 (pcomplete--entries): Use comint-completion-file-name-table.
15079 * comint.el (comint-unquote-filename): Simplify.
15080 (comint-completion-file-name-table): New function (bug#9616).
15081 (comint--complete-file-name-data): Use it.
15082
15083 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
15084 (pcmpl-gnu-tar-buffer): Remove.
15085 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
15086 around. Make sure pcomplete-suffix-list is only changed temporarily.
15087 Don't look inside the tar's file if it's too large.
15088
15089 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
15090
15091 * cus-edit.el (custom-mode-map):
15092 * epa.el (epa-key-list-mode-map):
15093 * man.el (Man-mode-map):
15094 * startup.el (splash-screen-keymap):
15095 * simple.el (special-mode-map): Use scroll-up-command and
15096 scroll-down-command.
15097
15098 * progmodes/idlw-help.el (idlwave-help-mode-map):
15099 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
15100 * net/newst-plainview.el (newsticker-mode-map):
15101 * emulation/ws-mode.el (wordstar-mode-map):
15102 * emulation/vi.el (vi-com-map):
15103 * calc/calc-graph.el (calc-graph-show-dumb):
15104 * term/sun.el (terminal-init-sun):
15105 * term/ns-win.el (global-map):
15106 * progmodes/grep.el (grep-mode-map):
15107 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
15108 * mail/rmail.el (rmail-mode-map):
15109 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
15110
15111 * custom.el (custom-safe-themes, load-theme): Treat value of t for
15112 custom-safe-themes as special.
15113
15114 2011-10-01 Julien Danjou <julien@danjou.info>
15115
15116 * notifications.el (notifications-notify): Fix docstring.
15117
15118 2011-10-01 Per Starbäck <per@starback.se>
15119
15120 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
15121
15122 2011-09-30 Martin Rudalics <rudalics@gmx.at>
15123
15124 * startup.el (command-line-1): Fix last fix by inserting
15125 initial-scratch-message into *scratch* before displaying it.
15126 (Bug#9605) and (Bug#9636)
15127
15128 2011-09-29 Eli Zaretskii <eliz@gnu.org>
15129
15130 * simple.el (line-move): If auto-hscroll-mode is disabled and the
15131 window is hscrolled, move by logical lines. (Bug#9607)
15132 (line-move-visual): Update the doc string to the above effect.
15133
15134 2011-09-29 Martin Rudalics <rudalics@gmx.at>
15135
15136 * window.el (display-buffer-record-window): When WINDOW is the
15137 selected window use `point' instead of `window-point'. (Bug#9626)
15138
15139 * startup.el (command-line-1): Use insert-before-markers when
15140 inserting initial-scratch-message. (Bug#9605)
15141
15142 * help.el (help-window): Remove variable.
15143
15144 2011-09-29 Glenn Morris <rgm@gnu.org>
15145
15146 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
15147
15148 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
15149
15150 * descr-text.el (describe-char-categories): Accept category
15151 descriptions more than one line long.
15152
15153 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
15154
15155 * simple.el (delete-trailing-whitespace): Fix last change.
15156
15157 * progmodes/perl-mode.el (perl-syntax-propertize-function):
15158 Don't confuse "y => 3" as the beginning of a `y' operation.
15159
15160 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
15161 object has more than 4 slots (bug#9613).
15162
15163 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
15164
15165 * subr.el (with-output-to-temp-buffer):
15166 * net/quickurl.el (quickurl, quickurl-browse-url):
15167 Fix typos in docstrings.
15168
15169 2011-09-27 Eli Zaretskii <eliz@gnu.org>
15170
15171 * minibuffer.el (completion-styles)
15172 (completion-category-overrides): Cross reference each other in doc
15173 strings.
15174
15175 2011-09-27 Glenn Morris <rgm@gnu.org>
15176
15177 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
15178 to split-string. (Bug#9606)
15179
15180 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15181
15182 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
15183 (bug#9615).
15184
15185 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
15186
15187 * emacs-lisp/package.el (list-packages): Fix echo area message.
15188
15189 2011-09-27 Leo Liu <sdl.web@gmail.com>
15190
15191 * ido.el (ido-read-internal): Accept cons cell HIST arg.
15192
15193 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
15194
15195 * net/dbus.el (dbus-unregister-object): Don't release services for
15196 registered signals. (Bug#9581)
15197
15198 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
15199
15200 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
15201 function that picks between cfengine 2 and 3 support
15202 automatically. Update docs accordingly.
15203
15204 2011-09-22 Kenichi Handa <handa@m17n.org>
15205
15206 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
15207 ZERO.
15208 (indian-itrans-v5-table-for-tamil): New variable.
15209 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
15210
15211 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
15212
15213 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
15214 that's true if the current command involved collapsing of text.
15215 It's reset to false at the beginning of the next command.
15216 (allout-post-command-business): Move the cursor to the beginning
15217 of entry if the cursor is hidden and collapsing activity just
15218 happened.
15219
15220 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
15221
15222 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
15223 tracking (Bug#9541).
15224
15225 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
15226
15227 * net/newst-reader.el (newsticker-html-renderer)
15228 (newsticker-show-news): Automatically load html rendering package
15229 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
15230 because w3m-fill-column is let-bound" and the error "Symbol's value
15231 as variable is void: w3m-fill-column".
15232
15233 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
15234
15235 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
15236 Release services only if they are defined. (Bug#9581)
15237
15238 2011-09-23 Richard Stallman <rms@gnu.org>
15239
15240 * textmodes/paragraphs.el (forward-sentence): For backwards case,
15241 distinguish start of paragraph from start of its text.
15242
15243 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
15244
15245 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
15246 (rmail-generate-viewer-buffer): Put that hook on view buffer.
15247 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
15248
15249 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
15250
15251 * international/mule-diag.el (mule-diag): Insert a newline after
15252 each fontset description.
15253
15254 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15255
15256 * simple.el (delete-trailing-whitespace):
15257 Document last change; simplify.
15258
15259 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
15260
15261 * simple.el (delete-trailing-whitespace): Also delete
15262 extra newlines at the end of the buffer.
15263
15264 * textmodes/picture.el: Make motion commands obey shift-select-mode.
15265 (picture-newline): Use forward-line so as to ignore fields.
15266
15267 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15268
15269 * subr.el (with-wrapper-hook): Fix edebug spec.
15270
15271 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15272
15273 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
15274 (bug#4538).
15275
15276 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
15277
15278 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
15279 Fix nasty bug using wrong cached values.
15280
15281 2011-09-23 Alan Mackenzie <acm@muc.de>
15282
15283 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
15284
15285 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
15286
15287 * window.el (pop-to-buffer): Ensure right window is selected if we
15288 chose another frame.
15289
15290 2011-09-22 Eli Zaretskii <eliz@gnu.org>
15291
15292 * simple.el (what-cursor-position): Use get-char-property-change
15293 and next-single-char-property-change, to be able to show display
15294 properties that come from overlays as well as text properties.
15295
15296 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
15297
15298 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
15299
15300 * cmuscheme.el (run-scheme, switch-to-scheme):
15301 * cus-edit.el (customize-group, custom-buffer-create)
15302 (customize-browse):
15303 * info.el (info):
15304 * shell.el (shell):
15305 * mail/sendmail.el (mail):
15306 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
15307
15308 2011-09-22 Richard Stallman <rms@gnu.org>
15309
15310 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
15311 move back only to line beg, don't move back over blank lines.
15312
15313 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
15314
15315 * files.el (copy-directory): Set directory attributes only in case
15316 they could be retrieved from the source directory. (Bug#9565)
15317
15318 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
15319
15320 * progmodes/hideshow.el (hs-looking-at-block-start-p)
15321 (hs-find-block-beginning, hs-hide-level-recursive):
15322 Ignore strings as well as comments. (Bug#9502)
15323
15324 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
15325
15326 * progmodes/sql.el (sql-comint-postgres):
15327 Convert port number to a string. (Bug#9566)
15328
15329 2011-09-22 Martin Rudalics <rudalics@gmx.at>
15330
15331 * window.el (quit-window): Undedicate window when switching to
15332 previous buffer. Reported by Thierry Volpiatto
15333 <thierry.volpiatto@gmail.com>.
15334 (special-display-popup-frame): When popping up a new frame reset
15335 its previous buffers to nil. Simplify code.
15336
15337 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
15338
15339 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
15340 and process filter, as done also in `shell-command'.
15341
15342 2011-09-21 Martin Rudalics <rudalics@gmx.at>
15343
15344 * window.el (set-window-buffer-start-and-point):
15345 Call set-window-start with NOFORCE argument t.
15346 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
15347 (quit-window): Reword doc-string. Handle new format of
15348 quit-restore parameter. Don't delete window if it has a
15349 previous buffer we can show instead of the present one.
15350 (display-buffer-record-window): Rewrite using a new format for
15351 the quit-restore window parameter
15352 (special-display-popup-frame, display-buffer-same-window)
15353 (display-buffer-reuse-window, display-buffer-pop-up-frame)
15354 (display-buffer-pop-up-window, display-buffer-use-some-window):
15355 Adapt symbol passed to display-buffer-record-window.
15356 * help.el (help-window-setup): Handle new format of quit-restore
15357 parameter.
15358
15359 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15360
15361 * faces.el (face-list): Fix docstring (bug#9564).
15362
15363 * window.el (display-buffer--action-function-custom-type):
15364 Don't include internal functions in the Custom interface.
15365
15366 2011-09-20 Juri Linkov <juri@jurta.org>
15367
15368 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
15369 (Info-forward-node, Info-backward-node, Info-next-preorder)
15370 (Info-last-preorder): Use it. (Bug#9528)
15371
15372 2011-09-20 Juri Linkov <juri@jurta.org>
15373
15374 * info.el (Info-last-preorder): Visit last menu item only when
15375 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
15376
15377 2011-09-20 Julien Danjou <julien@danjou.info>
15378
15379 * password-cache.el (password-cache-remove): Remove entries even if the
15380 value is nil, so that password with a nil value (negative caching) is
15381 possible to invalidate.
15382
15383 2011-09-20 Lawrence Mitchell <wence@gmx.li>
15384
15385 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
15386 all whitespace around breakpoint. (Bug#9553)
15387 (f90-find-breakpoint): Only break at whitespace inside a comment.
15388
15389 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15390
15391 * minibuffer.el (completion-file-name-table): Keep track of errors.
15392 (completion-table-with-predicate): Handle the case where pred1 is nil.
15393 * pcomplete.el (pcomplete-completions-at-point): Simplify.
15394
15395 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15396
15397 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
15398 (debugger-return-value): Signal an error if the debugging context does
15399 not await any return value.
15400
15401 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
15402 * image-mode.el (image-toggle-display-text)
15403 (image-toggle-display-image): Stay away from evil `intangible'.
15404
15405 2011-09-19 Leo Liu <sdl.web@gmail.com>
15406
15407 * replace.el (occur-revert-arguments): Make it permanent-local.
15408 (occur-mode): Don't call font-lock-defontify.
15409
15410 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
15411
15412 * net/ldap.el (ldap-search-internal): Don't push empty search
15413 result (Bug#9508).
15414
15415 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15416
15417 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
15418
15419 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
15420
15421 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
15422 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
15423
15424 2011-09-18 Juri Linkov <juri@jurta.org>
15425
15426 * buff-menu.el (Buffer-menu-mode-map):
15427 * dired.el (dired-mode-map):
15428 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
15429 (lisp-interaction-mode-map):
15430 * emacs-lisp/package.el (package-menu-mode-map):
15431 * epa.el (epa-key-list-mode-map):
15432 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
15433 (menu-bar-options-menu):
15434 * outline.el (outline-mode-menu-bar-map):
15435 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
15436 * vc/vc-dir.el (vc-dir-menu-map):
15437 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
15438 Capitalize non-function content words in menu item strings.
15439
15440 * dired.el (dired-mode-map): Add menu item for
15441 `image-dired-dired-toggle-marked-thumbs'.
15442
15443 2011-09-18 Juri Linkov <juri@jurta.org>
15444
15445 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
15446 to `isearch-case-fold-search' and restore its original value
15447 after the `isearch-mode' call.
15448
15449 2011-09-18 Juri Linkov <juri@jurta.org>
15450
15451 * progmodes/grep.el (grep-process-setup): Don't check code for 1
15452 because `zgrep' returns 1 for successful matches (bug#9226).
15453
15454 2011-09-18 Juri Linkov <juri@jurta.org>
15455
15456 * info.el (Info-extract-menu-node-name): Check the second match
15457 for empty string (second test-case of bug#9528).
15458 (Info-last-preorder): Let-bind `Info-history' to nil to not add
15459 intermediate nodes to the history (first test-case of bug#9528).
15460
15461 2011-09-18 Juri Linkov <juri@jurta.org>
15462
15463 * info.el (Info-mode-syntax-table): New variable.
15464 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
15465
15466 2011-09-18 Juri Linkov <juri@jurta.org>
15467
15468 * info.el (Info-file-supports-index-cookies):
15469 Increment line-beginning-position's arg from 3 to 4 because makeinfo
15470 outputs one more line for long file names (bug#4142).
15471
15472 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
15473
15474 * newcomment.el (comment-normalize-vars): If prompting for
15475 comment-start, set comment-start-skip too (Bug#8424).
15476
15477 2011-09-18 Johan Bockgård <bojohan@gnu.org>
15478
15479 * icomplete.el: Fix previous fix of Bug#5849.
15480 (icomplete-mode): Don't set completion-show-inline-help.
15481 (icomplete-minibuffer-setup): Set completion-show-inline-help
15482 locally during icompletion.
15483
15484 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
15485
15486 * woman.el (woman2-process-escapes): Don't delete unrecognized
15487 escapes (Bug#7843).
15488
15489 * files.el (inhibit-first-line-modes-regexps): Add image files.
15490 (hack-local-variables-prop-line): Return nil for malformed
15491 prop-lines (Bug#9044).
15492
15493 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
15494
15495 * net/tramp.el (top): Don't require 'shell.
15496 (tramp-methods): Fix docstring.
15497 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
15498 Return complete remote file name. Handle "smb" case.
15499 Use `tramp-tmpdir', if defined for the respective method.
15500 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
15501
15502 * net/tramp-compat.el (top): Require 'shell.
15503
15504 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
15505 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
15506 `tramp-current-host'.
15507 (tramp-get-remote-tmpdir): Remove.
15508
15509 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
15510 `tramp-tmpdir' entries.
15511 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
15512 (tramp-smb-handle-file-attributes): Ignore errors.
15513 (tramp-smb-wait-for-output): Check also for process end.
15514
15515 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15516
15517 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
15518 when sending QUIT (bug#9312).
15519
15520 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
15521
15522 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
15523 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
15524 occur-mode-display-occurrence.
15525 (occur-edit-mode): Add usage message.
15526 (occur-cease-edit): New command.
15527 (occur-after-change-function): Use text properties to find the
15528 position of the prefix text.
15529 (occur-engine): Set stickiness of prefix text properties.
15530
15531 2011-09-17 Glenn Morris <rgm@gnu.org>
15532
15533 * progmodes/etags.el (complete-tag):
15534 Fix call to completion-in-region. (Bug#9526)
15535
15536 2011-09-17 Juri Linkov <juri@jurta.org>
15537
15538 * textmodes/ispell.el (ispell-word): Add to the error message
15539 the word, ispell program name and current dictionary (bug#9121).
15540 (ispell-tex-arg-end): Capitalize "error" in the error message.
15541
15542 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
15543
15544 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
15545 check. (Bug#4251)
15546
15547 2011-09-17 Juri Linkov <juri@jurta.org>
15548
15549 * window.el (window-safe-min-height, window-safe-min-width):
15550 Fix typos (followup to bug#9522).
15551
15552 2011-09-17 Sven Joachim <svenjoac@gmx.de>
15553
15554 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
15555
15556 2011-09-16 Eli Zaretskii <eliz@gnu.org>
15557
15558 * simple.el (line-move): If goal-column is set, move by logical
15559 lines, not by display lines. (Bug#971)
15560 (next-line, previous-line, goal-column, line-move-visual): Doc fix
15561 to reflect the above change.
15562
15563 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15564
15565 * image.el (imagemagick-register-types): Use regexp-opt.
15566
15567 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
15568
15569 * window.el (display-buffer-base-action): Rename from
15570 display-buffer-default-action. Make default value empty.
15571 (display-buffer-overriding-action): Convert to defvar.
15572 (display-buffer-fallback-action): New var.
15573
15574 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
15575
15576 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
15577 declaration.
15578 (package--add-to-archive-contents): If there is a duplicate entry
15579 with an older version, remove it.
15580 (package-menu-mark-delete, package-menu-mark-install)
15581 (package-menu-mark-unmark): Make unused args optional.
15582 (package-menu-mark-obsolete-for-deletion):
15583 Use package-menu-get-status instead of a regexp search.
15584 (package-menu-get-status): Use tabulated-list-entry.
15585 (package-menu-mark-upgrades): New command.
15586 (package-menu-mode-map): Bind it to U. Add it to menu bar.
15587 (package-menu-execute): Do installation before deletion.
15588 (package-menu-refresh, package-menu-execute): Use derived-mode-p
15589 instead of checking major-mode.
15590 (package-menu--find-upgrades): New function.
15591
15592 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15593
15594 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
15595 passwords in the log buffer.
15596 (smtpmail-process-filter): Update the process marker so that the
15597 "broken by peer" status message is inserted in the right place.
15598
15599 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15600
15601 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
15602 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
15603 bibtex-completion-at-point-function.
15604 (bibtex-completion-at-point-function): Use them.
15605
15606 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
15607
15608 * mpc.el (mpc-constraints-tag-lookup): New function.
15609 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
15610 also to browser "album|playlist".
15611
15612 2011-09-14 Juri Linkov <juri@jurta.org>
15613
15614 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
15615 (isearch-edit-string): Use length of `isearch-string' when
15616 `isearch-fail-pos' returns nil.
15617 (isearch-message): Remove duplicate code and call
15618 `isearch-fail-pos' with arg `t'.
15619
15620 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
15621
15622 * replace.el (occur-mode-goto-occurrence): Don't force using other
15623 window (Bug#9499).
15624
15625 * dired-aux.el (dired-do-chmod): Don't provide initial input.
15626
15627 2011-09-14 Martin Rudalics <rudalics@gmx.at>
15628
15629 * window.el (display-buffer-window): Remove.
15630 (display-buffer-record-window): Use help-setup window parameter
15631 instead of variable display-buffer-window.
15632 (display-buffer-function, special-display-buffer-names)
15633 (special-display-function): Mention help-setup parameter instead
15634 of display-buffer-window in doc-string.
15635 * help.el (help-window-setup): New argument help-window.
15636 Use help-window-setup parameter instead of display-buffer-window.
15637 Reword some messages.
15638 (with-help-window): Pass window used for displaying the buffer
15639 to help-window-setup. Don't set display-buffer-window.
15640
15641 2011-09-13 Glenn Morris <rgm@gnu.org>
15642
15643 * emacs-lisp/debug.el (debugger-make-xrefs):
15644 Preserve point. (Bug#9462)
15645
15646 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
15647
15648 * window.el (window-deletable-p): Use next-frame.
15649
15650 2011-09-13 Martin Rudalics <rudalics@gmx.at>
15651
15652 * window.el (window-auto-delete): Remove.
15653 (window-deletable-p): Remove argument FORCE. Don't deal with
15654 dedication and previous buffers.
15655 (switch-to-prev-buffer): Don't delete window.
15656 (delete-windows-on): Delete a window's frame if and only if the
15657 window is dedicated.
15658 (replace-buffer-in-windows): Delete buffer's window or frame if
15659 and only if window is dedicated.
15660 (quit-window): Handle quit-restore as before last change.
15661 (bury-buffer): Delete window only if window-deletable-p returns t.
15662
15663 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
15664
15665 * window.el (window-deletable-p): Never delete the last frame on a
15666 given terminal.
15667
15668 2011-09-13 Glenn Morris <rgm@gnu.org>
15669
15670 * help.el (describe-key-briefly): Copy previous standard-output change.
15671
15672 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
15673
15674 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
15675
15676 2011-09-13 Glenn Morris <rgm@gnu.org>
15677
15678 * emacs-lisp/lisp-mode.el (lisp-indent-function):
15679 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
15680
15681 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
15682
15683 * dired-aux.el (dired-mark-read-string): Don't return default
15684 value on empty input (Bug#9361).
15685 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
15686 Omit initial minibuffer contents.
15687 (dired-do-chmod): Signal an error on empty input.
15688 (dired-mark-read-string): Don't return default on empty input.
15689
15690 * files.el (file-modes-symbolic-to-number): Doc fix.
15691
15692 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15693
15694 * international/mule-cmds.el (ucs-completions): Remove.
15695 (read-char-by-name): Use complete-with-action instead; add metadata.
15696
15697 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
15698
15699 * window.el (display-buffer--action-function-custom-type)
15700 (display-buffer--action-custom-type): New vars.
15701 (display-buffer-alist, display-buffer-default-action)
15702 (display-buffer-overriding-action): Add defcustom types.
15703
15704 * frame.el (delete-other-frames): Doc fix (Bug#276).
15705
15706 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15707
15708 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
15709
15710 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
15711
15712 Change modes that used same-window-* vars to use switch-to-buffer.
15713
15714 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
15715 Use switch-to-buffer.
15716
15717 * cus-edit.el (customize-group, custom-buffer-create)
15718 (customize-browse, custom-buffer-create-other-window):
15719 Use switch-to-buffer or switch-to-buffer-other-window.
15720
15721 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
15722 (Info-prev, Info-up, Info-speedbar-goto-node)
15723 (info-display-manual): Use switch-to-buffer.
15724 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
15725
15726 * mail/sendmail.el (mail): Use switch-to-buffer.
15727 (mail-recover): Use switch-to-buffer-other-window.
15728
15729 * cmuscheme.el (run-scheme, switch-to-scheme):
15730 * ielm.el (ielm):
15731 * shell.el (shell):
15732 * net/rlogin.el (rlogin):
15733 * net/telnet.el (telnet, rsh):
15734 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
15735
15736 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
15737
15738 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
15739
15740 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15741
15742 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
15743 so don't mention it (bug#9301).
15744 (dired-sort-toggle-or-edit): Clarify string further.
15745
15746 * faces.el (face-spec-set-match-display): Make `(type graphic)'
15747 match `x', `w32' and `ns', like the manual says (bug#9029).
15748
15749 * subr.el (eval-after-load): Doc string clarification (bug#9125).
15750 (process-kill-buffer-query-function): Mention the buffer name in
15751 the query.
15752
15753 * image-mode.el (image-next-line): The line parameter is mandatory
15754 (bug#9258).
15755
15756 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
15757 which can be useful (bug#9301).
15758
15759 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
15760
15761 * subr.el (match-string): Mention that the current buffer should
15762 be the same as the search was done in (bug#9282).
15763
15764 * facemenu.el: Disable the remove-* commands if the mark isn't
15765 active (bug#9162).
15766
15767 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
15768
15769 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
15770 of display-buffer.
15771 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
15772
15773 * replace.el (occur-mode-goto-occurrence)
15774 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
15775 and display-buffer.
15776
15777 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
15778 display-buffer.
15779
15780 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
15781 special-display and same-window variables.
15782 (mail-other-window): Use switch-to-buffer-other-window.
15783 (mail-other-frame): USe switch-to-buffer-other-frame.
15784
15785 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
15786 Use display-buffer-other-frame.
15787 (gdb-display-gdb-buffer): Use pop-to-buffer.
15788
15789 * progmodes/gud.el (gud-goto-info): Use info-other-window.
15790
15791 * progmodes/python.el: Don't set same-window-buffer-names.
15792
15793 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
15794
15795 * window.el (display-buffer-alist): Add *Python*.
15796
15797 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
15798
15799 * window.el (display-buffer-alist): Add entry for buffers
15800 previously handled same-window-*.
15801 (display-buffer-alist, display-buffer-default-action)
15802 (display-buffer-overriding-action): Mark as risky.
15803 (display-buffer-alist): Document action function changes.
15804 (display-buffer--same-window-action)
15805 (display-buffer--other-frame-action): New variables.
15806 (switch-to-buffer, display-buffer-other-frame): Use them.
15807 (display-buffer): Rename reuse-frame entry to reusable-frames.
15808 (display-buffer-reuse-selected-window): Function deleted.
15809 (display-buffer-reuse-window): Handle reusable-frames alist entry.
15810 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
15811 (display-buffer-special): New function.
15812 (display-buffer--maybe-pop-up-frame-or-window): Rename from
15813 display-buffer-reuse-or-pop-window. Split off special-display
15814 part into display-buffer-special.
15815 (display-buffer-use-some-window): Don't perform any special
15816 pop-up-frames handling.
15817 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
15818 (display-buffer--maybe-same-window): Rename from
15819 display-buffer-maybe-same-window.
15820
15821 * info.el: Don't set same-window-regexps.
15822 (info-setup): New function.
15823 (info-other-window, info): Call it.
15824
15825 * cus-edit.el: Don't set same-window-regexps.
15826 (customize-group): New argument.
15827 (customize-group-other-window): Use it.
15828 (customize-face, customize-face-other-window): Likewise.
15829 (custom-buffer-create-other-window): Use pop-to-buffer directly.
15830
15831 * net/rlogin.el:
15832 * net/telnet.el:
15833 * progmodes/gud.el: Don't set same-window-regexps.
15834
15835 * cmuscheme.el:
15836 * ielm.el:
15837 * shell.el:
15838 * mail/sendmail.el:
15839 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
15840
15841 2011-09-10 Juri Linkov <juri@jurta.org>
15842
15843 * isearch.el (isearch-edit-string): Remove obsolete mention of
15844 `C-w' (`isearch-yank-word-or-char') from docstring.
15845 (isearch-query-replace): Fix typo in docstring (bug#9466).
15846
15847 2011-09-10 Juri Linkov <juri@jurta.org>
15848
15849 * paren.el (show-paren-function): Don't show escaped parens.
15850 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
15851
15852 2011-09-10 Eli Zaretskii <eliz@gnu.org>
15853
15854 * mail/sendmail.el (mml-to-mime, mml-attach-file)
15855 (mm-default-file-encoding): Remove autoload forms, they are
15856 replaced with autoload cookies in mml.el and mm-encode.el.
15857 (mail-add-attachment): New command.
15858 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
15859 (mail-mode): Mention mail-insert-file and mail-add-attachment in
15860 the doc string.
15861 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
15862
15863 2011-09-10 Reuben Thomas <rrt@sc3d.org>
15864
15865 * simple.el (count-words-region): Use buffer if there's no region
15866 (bug#9429).
15867
15868 2011-09-09 Juri Linkov <juri@jurta.org>
15869
15870 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
15871 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
15872 (wdired-isearch-filter-read-only): New function. (Bug#6362)
15873
15874 2011-09-09 Alan Mackenzie <acm@muc.de>
15875
15876 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
15877 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
15878
15879 2011-09-09 Eli Zaretskii <eliz@gnu.org>
15880
15881 Fix for Savannah bug#9392.
15882 * simple.el (mail-encode-mml): New defvar.
15883
15884 * mail/rmail.el (mail-encode-mml): Add a defvar.
15885 (rmail-enable-mime-composing): Default to t.
15886 (rmail-forward): Use MIME method of forwarding only if both
15887 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
15888 Set mail-encode-mml non-nil if the MIME method was used.
15889
15890 * mail/sendmail.el (mml-to-mime): Add autoload form.
15891 (mail-encode-mml): Add a defvar.
15892 (mail-mode): Make mail-encode-mml buffer-local and initialize it
15893 to nil.
15894 (mail-send): If mail-encode-mml is non-nil, run the outgoing
15895 message through mml-to-mime, and reset mail-encode-mml to nil.
15896
15897 2011-09-09 Glenn Morris <rgm@gnu.org>
15898
15899 * woman.el (woman-if-body): When processing an .el block,
15900 do not delete the next .el block as well. (Bug#9447)
15901 (woman-special-characters): Add oq, cq, and hy characters.
15902
15903 2011-09-08 Martin Rudalics <rudalics@gmx.at>
15904
15905 * window.el (window-deletable-p): Make sure window is live before
15906 invoking window-prev-buffers.
15907
15908 2011-09-08 Leo Liu <sdl.web@gmail.com>
15909
15910 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
15911
15912 2011-09-08 Juri Linkov <juri@jurta.org>
15913
15914 * progmodes/compile.el (compilation-environment): Make it
15915 a defcustom (bug#8340).
15916
15917 2011-09-08 Martin Rudalics <rudalics@gmx.at>
15918
15919 * window.el (frame-auto-delete): Rename to window-auto-delete.
15920 Make it control auto-deletion of windows and/or frames.
15921 (window-deletable-p): New argument FORCE. Rewrite conditions
15922 for deleting window/frame. (Bug#9419)
15923 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
15924 Rewrite handling of case when window/frame can be deleted.
15925 (delete-windows-on): Call window-deletable-p with new FORCE
15926 argument t. (Bug#9456)
15927
15928 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
15929
15930 * help-mode.el (help-mode): Restore autoload.
15931
15932 2011-09-07 Juri Linkov <juri@jurta.org>
15933
15934 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
15935 `compilation-environment'. Set buffer-local
15936 `compilation-environment' to `thisenv' later after (funcall mode).
15937 (Bug#8340)
15938
15939 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
15940 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
15941 instead of replacing its value. (Bug#8340)
15942
15943 2011-09-07 Juri Linkov <juri@jurta.org>
15944
15945 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
15946 based on text properties put by `grep-filter' instead of matching
15947 escape sequences.
15948 (grep-mode): Set buffer-local `compilation-error-screen-columns'
15949 to the value of `grep-error-screen-columns' (bug#9438).
15950
15951 2011-09-07 Juri Linkov <juri@jurta.org>
15952
15953 * simple.el (next-error-highlight, next-error-highlight-no-select):
15954 Doc fix (bug#9432).
15955
15956 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
15957
15958 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15959 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
15960
15961 2011-09-07 Leo Liu <sdl.web@gmail.com>
15962
15963 * net/rcirc.el (rcirc-mode): Conditionally initialize
15964 rcirc-input-ring.
15965
15966 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15967
15968 * emacs-lisp/find-func.el (find-function-C-source): Only set
15969 find-function-C-source-directory after checking that we found a source
15970 file there (bug#9440).
15971
15972 2011-09-06 Alan Mackenzie <acm@muc.de>
15973
15974 * isearch.el (isearch-other-meta-char): Wherever a key list is
15975 unread, "unread" the prefix arg, too. This fixes bug #8901.
15976
15977 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
15978
15979 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
15980
15981 2011-09-05 Juri Linkov <juri@jurta.org>
15982
15983 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
15984
15985 2011-09-05 Juri Linkov <juri@jurta.org>
15986
15987 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
15988 keeping point where processing of grep matches begins, and
15989 continue to delete remaining escape sequences from the same point.
15990 (grep-filter): Make leading zero optional in "0?1;31m" because
15991 git-grep emits "\033[1;31m" escape sequences unlike expected
15992 "\033[01;31m" as GNU Grep does (bug#9408).
15993 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
15994
15995 2011-09-05 Juri Linkov <juri@jurta.org>
15996
15997 * subr.el (y-or-n-p): Capitalize "yes".
15998
15999 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
16000
16001 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
16002 `tramp-cache-unload-hook' where appropriate.
16003 (tramp-methods): Rename `tramp-remote-sh' to
16004 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
16005 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
16006
16007 * net/tramp-sh.el (top): Don't require 'shell.
16008 (tramp-methods): Add `tramp-remote-shell' and
16009 `tramp-remote-shell-args' entries.
16010 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
16011 (tramp-sh-handle-shell-command): Remove.
16012 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16013 Use `tramp-remote-shell'.
16014
16015 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
16016
16017 * mail/sendmail.el (sendmail-query-once-function): Delete.
16018 (sendmail-query-once): Save directly to send-mail-function.
16019 Update message-send-mail-function too.
16020
16021 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
16022
16023 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
16024
16025 * progmodes/python.el (python-mode-map): Use correct function to
16026 start python interpreter from menu-bar (as reported by Geert
16027 Kloosterman).
16028 (inferior-python-mode-map): Fix typo.
16029 (python-shell-map): Remove.
16030
16031 2011-09-03 Deniz Dogan <deniz@dogan.se>
16032
16033 * net/rcirc.el (rcirc-print): Simplify code for
16034 rcirc-scroll-show-maximum-output. There is no need to walk
16035 through all windows to find the right one.
16036
16037 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
16038
16039 * help.el (help-return-method): Doc fix.
16040
16041 2011-09-03 Martin Rudalics <rudalics@gmx.at>
16042
16043 * window.el (window-deletable-p): Don't return a non-nil value
16044 when there's a buffer that was shown in the window before.
16045 (Bug#9419)
16046 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16047 Set window's previous buffers to nil.
16048
16049 2011-09-03 Eli Zaretskii <eliz@gnu.org>
16050
16051 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
16052 newline before and after the tag line, so it doesn't interfere
16053 with determining the paragraph direction of bidirectional text.
16054
16055 2011-09-03 Leo Liu <sdl.web@gmail.com>
16056
16057 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
16058
16059 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
16060
16061 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
16062 (pop-to-buffer): Change interactive spec. Pass second argument
16063 directly to display-buffer.
16064 (display-buffer): Fix interactive spec. Use functionp to
16065 distinguish between a function and a list of functions.
16066
16067 * abbrev.el (edit-abbrevs):
16068 * arc-mode.el (archive-extract):
16069 * autoinsert.el (auto-insert):
16070 * bookmark.el (bookmark-bmenu-list):
16071 * files.el (find-file):
16072 * view.el (view-buffer):
16073 * progmodes/compile.el (compilation-goto-locus):
16074 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
16075
16076 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
16077
16078 * window.el (display-buffer-alist): Doc fix.
16079 (display-buffer): Add docstring. Don't treat
16080 display-buffer-default specially.
16081 (display-buffer-reuse-selected-window)
16082 (display-buffer-same-window, display-buffer-maybe-same-window)
16083 (display-buffer-reuse-window, display-buffer-pop-up-frame)
16084 (display-buffer-pop-up-window)
16085 (display-buffer-reuse-or-pop-window)
16086 (display-buffer-use-some-window): New functions.
16087 (display-buffer-default-action): Use them.
16088 (display-buffer-default): Delete.
16089 (pop-to-buffer-1): Fix choice of actions.
16090
16091 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
16092
16093 * minibuffer.el (completion--insert-strings): Don't get confused by
16094 completion entries that end with an LF char.
16095
16096 2011-09-01 Eli Zaretskii <eliz@gnu.org>
16097
16098 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
16099
16100 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
16101
16102 * window.el (display-buffer): Restore interactive spec.
16103 (display-buffer-same-window, display-buffer-other-window):
16104 New functions.
16105 (pop-to-buffer-1): New function. Use the above.
16106 (pop-to-buffer, pop-to-buffer-same-window): Use it.
16107 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
16108
16109 * view.el (view-buffer-other-window, view-buffer-other-frame):
16110 Just use pop-to-buffer.
16111
16112 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16113
16114 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
16115
16116 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
16117
16118 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
16119
16120 2011-08-31 Richard Stallman <rms@gnu.org>
16121
16122 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
16123 of the separation of rmail-view-buffer from rmail-buffer.
16124 If you say no to "replace original", the decrypt is in the
16125 view buffer. If you say yes, the decrypt goes into the
16126 rmail buffer also.
16127
16128 2011-08-31 Martin Rudalics <rudalics@gmx.at>
16129
16130 * window.el (display-buffer-window): Rewrite doc-string.
16131 (display-buffer-record-window): New function.
16132 (display-buffer-macro-specifiers)
16133 (display-buffer-even-window-sizes, display-buffer-set-height)
16134 (display-buffer-set-width, display-buffer-in-window)
16135 (display-buffer-reuse-window, display-buffer-split-specifiers)
16136 (display-buffer-side-specifiers, display-buffer-split-window-1)
16137 (display-buffer-split-window, display-buffer-split-atom-window)
16138 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
16139 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
16140 (display-buffer-other-window-means-other-frame)
16141 (display-buffer-normalize-special)
16142 (display-buffer-normalize-default)
16143 (display-buffer-normalize-argument)
16144 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
16145 (display-buffer-normalize-specifiers, display-buffer-frame)
16146 (display-buffer-same-window, display-buffer-same-frame)
16147 (display-buffer-other-window)
16148 (display-buffer-same-frame-other-window)
16149 (display-buffer-other-frame, pop-to-buffer-same-window)
16150 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
16151 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
16152 (switch-to-buffer-same-frame)
16153 (switch-to-buffer-other-window-same-frame)
16154 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
16155 (display-buffer-alist-set-1, display-buffer-alist-set-2)
16156 (display-buffer-alist-set): Remove.
16157 (display-buffer-function, special-display-buffer-names)
16158 (special-display-regexps, special-display-function):
16159 In doc-string refer to display-buffer-window and quit-restore
16160 parameter.
16161 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
16162 (special-display-frame-alist, special-display-popup-frame)
16163 (same-window-buffer-names, same-window-regexps, same-window-p)
16164 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16165 (split-window-preferred-function, split-height-threshold)
16166 (split-width-threshold, window-splittable-p)
16167 (split-window-sensibly, window--try-to-split-window)
16168 (window--frame-usable-p, even-window-heights)
16169 (window--even-window-heights, window--display-buffer-1)
16170 (window--display-buffer-2, display-buffer-other-frame):
16171 Restore old Emacs 23 code, order and doc-strings where applicable.
16172 (display-buffer-default, display-buffer-assq-regexp): New functions.
16173 (display-buffer-alist): Rewrite doc-string.
16174 (display-buffer-default-action)
16175 (display-buffer-overriding-action): New variables.
16176 (display-buffer, switch-to-buffer): Rewrite.
16177 (pop-to-buffer): Restore Emacs 23 behavior but use
16178 window-normalize-buffer-to-display.
16179 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
16180 Restore Emacs 23 behavior but use
16181 window-normalize-buffer-to-switch-to.
16182 (pop-to-buffer-same-window): Rewrite.
16183 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
16184 Rewrite using Emacs 23 options.
16185
16186 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
16187
16188 * net/tramp.el (tramp-root-regexp): Remove.
16189 (tramp-completion-file-name-regexp-unified)
16190 (tramp-completion-file-name-regexp-separate)
16191 (tramp-completion-file-name-regexp-url): Don't use leading volume
16192 letter on w32 systems. (Bug#5303, Bug#9311)
16193 (tramp-drop-volume-letter): Simplify definition.
16194 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16195
16196 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16197
16198 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
16199 (bug#9356).
16200
16201 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
16202
16203 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
16204
16205 2011-08-29 Juri Linkov <juri@jurta.org>
16206
16207 * isearch.el (isearch-done): Don't display message "Mark saved"
16208 when arg `edit' is non-nil to prevent its flicker in the echo area.
16209
16210 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
16211
16212 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
16213 obsolete packages for deletion.
16214
16215 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
16216
16217 * help-mode.el (help-mode-map): Add special-mode-map to parent.
16218 (help-mode): Derive help-mode from special-mode. Don't invoke
16219 view-mode from help-mode.
16220 (help-xref-override-view-map): Remove.
16221 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
16222 view-mode is not used anymore.
16223
16224 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
16225
16226 * server.el (server-port): Doc fix.
16227
16228 * cus-theme.el (custom-theme-choose-mode): Inherit from
16229 special-mode (Bug#9124).
16230 (custom-theme-choose-mode-map): Add special-mode to parent.
16231
16232 2011-08-28 Alan Mackenzie <acm@muc.de>
16233
16234 * progmodes/cc-fonts.el
16235 (c-make-font-lock-BO-decl-search-function): New function.
16236 (c-basic-matchers-after - "Fontify the clauses after various
16237 keywords"): Extract the three keyword lists for the 3 erroneous
16238 constructs from the list of four, and use the new function above
16239 in place of an old one.
16240
16241 2011-08-28 Deniz Dogan <deniz@dogan.se>
16242
16243 * net/rcirc.el (rcirc-insert-prev-input)
16244 (rcirc-insert-next-input): Remove unused argument.
16245
16246 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
16247
16248 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
16249
16250 2011-08-27 Alan Mackenzie <acm@muc.de>
16251
16252 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
16253 handle function pointer parameters properly.
16254
16255 2011-08-27 Martin Rudalics <rudalics@gmx.at>
16256
16257 * window.el (display-buffer-reuse-window): Fix case where
16258 selected window was reused with non-nil OTHER-WINDOW argument.
16259 (Bug#9381)
16260
16261 2011-08-27 Deniz Dogan <deniz@dogan.se>
16262
16263 * net/rcirc.el (rcirc-check-auth-status): Adding support for
16264 oftc's NickServ messages.
16265
16266 2011-08-27 Glenn Morris <rgm@gnu.org>
16267
16268 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
16269
16270 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
16271
16272 * emacs-lisp/package.el (package-install): Call package-initialize
16273 if called interactively.
16274
16275 2011-08-26 Leo Liu <sdl.web@gmail.com>
16276
16277 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
16278
16279 2011-08-25 Juri Linkov <juri@jurta.org>
16280
16281 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16282 `search-whitespace-regexp' (bug#9364).
16283
16284 2011-08-25 Juri Linkov <juri@jurta.org>
16285
16286 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
16287 `regexp-search-ring' to their global values to protect from
16288 updating by `read-from-minibuffer' (bug#9185).
16289
16290 2011-08-25 Juri Linkov <juri@jurta.org>
16291
16292 * textmodes/ispell.el (ispell-command-loop): Add newline
16293 at the end of the "Use option `i'..." line.
16294
16295 2011-08-25 Juri Linkov <juri@jurta.org>
16296
16297 * battery.el (display-battery-mode): If `battery-status-function'
16298 or `battery-mode-line-format' is nil, display the message and set
16299 `display-battery-mode' to nil (bug#9363).
16300
16301 2011-08-25 Eli Zaretskii <eliz@gnu.org>
16302
16303 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
16304 bidi-string-mark-left-to-right; they are unnecessary now.
16305
16306 2011-08-25 Deniz Dogan <deniz@dogan.se>
16307
16308 * net/quickurl.el: Documentation typo fixes.
16309
16310 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
16311
16312 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
16313
16314 2011-08-25 Glenn Morris <rgm@gnu.org>
16315
16316 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16317
16318 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
16319 (smtpmail-via-smtp): Handle nil response from smtp.
16320
16321 2011-08-24 Juri Linkov <juri@jurta.org>
16322
16323 * proced.el (proced-marked): Inherit from `error' instead of
16324 `font-lock-warning-face'.
16325
16326 * ibuffer.el (ibuffer-marked-face): Change default face from
16327 `font-lock-warning-face' to `warning'.
16328 (ibuffer-deletion-face): Change default face from
16329 `font-lock-type-face' to `error'.
16330
16331 * battery.el (battery-update): Use the face `error' instead of
16332 `font-lock-warning-face' (bug#6117).
16333
16334 2011-08-24 Juri Linkov <juri@jurta.org>
16335
16336 * faces.el (success): Change face color from "Green3" to
16337 "ForestGreen" on light background (bug#9353).
16338
16339 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
16340
16341 * window.el (quit-window): Rename from quit-restore-window.
16342 Use same arglist as old quit-window.
16343 (frame-auto-delete): Doc fix.
16344
16345 * view.el (view-mode-exit): Use quit-window.
16346
16347 2011-08-24 Juri Linkov <juri@jurta.org>
16348
16349 * isearch.el (isearch-ring-adjust1): Start visiting previous
16350 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
16351 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
16352 for empty search string (when the last search string is reused
16353 automatically) to adjust the isearch ring to the last element and
16354 prepare the correct index for further M-p commands (bug#9185).
16355
16356 2011-08-24 Kenichi Handa <handa@m17n.org>
16357
16358 * international/ucs-normalize.el: If decomposition property of
16359 CHAR is the default one (i.e. a list of CHAR itself), treat it as
16360 nil.
16361 (nfd, nfkd): Likewise.
16362
16363 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16364
16365 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
16366 from process filters aren't reliably transmitted to the surrounding
16367 accept-process-output.
16368 (mpc-proc-check): New function.
16369 (mpc-proc-sync): Use it (bug#8293)
16370
16371 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16372
16373 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
16374 Add compatibility functions (bug#9313).
16375
16376 2011-08-23 Eli Zaretskii <eliz@gnu.org>
16377
16378 * cus-start.el (all): Add entry for bidi-paragraph-direction.
16379
16380 * international/uni-bidi.el: Regenerate.
16381
16382 2011-08-23 Kenichi Handa <handa@m17n.org>
16383
16384 * international/charprop.el:
16385 * international/uni-bidi.el:
16386 * international/uni-category.el:
16387 * international/uni-combining.el:
16388 * international/uni-comment.el:
16389 * international/uni-decimal.el:
16390 * international/uni-decomposition.el:
16391 * international/uni-digit.el:
16392 * international/uni-lowercase.el:
16393 * international/uni-mirrored.el:
16394 * international/uni-name.el:
16395 * international/uni-numeric.el:
16396 * international/uni-old-name.el:
16397 * international/uni-titlecase.el:
16398 * international/uni-uppercase.el: Regenerate.
16399
16400 2011-08-23 Martin Rudalics <rudalics@gmx.at>
16401
16402 * help.el (help-window-setup): Fix message displayed when other
16403 window is reused. (Bug#9341)
16404
16405 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16406
16407 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
16408 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
16409
16410 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
16411 Mark obsolete.
16412 * shell.el (shell-parse-pcomplete-arguments): New function.
16413 (shell-completion-vars): Use it instead (bug#9160).
16414
16415 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16416
16417 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
16418 strings and comments (bug#9333).
16419
16420 * emacs-lisp/debug.el (debug-arglist): New function.
16421 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
16422 (debug-on-entry-1): Handle interpreted closures (bug#9120).
16423
16424 2011-08-22 Juri Linkov <juri@jurta.org>
16425
16426 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16427 Revert regexp that highlights output switches to its old
16428 pre-2010-10-28 value and remove one `?' from it (bug#9319).
16429
16430 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
16431 to check for empty output (bug#9226).
16432
16433 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
16434
16435 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
16436 symbol-constituent as the default, as that stops font-lock from
16437 working properly (Bug#8843).
16438
16439 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16440
16441 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
16442 `coding-system-for-*' around the process open call to avoid
16443 auth-source side effects.
16444 (smtpmail-try-auth-methods): Expand the secret password.
16445 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
16446 probe hangs.
16447
16448 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
16449
16450 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
16451
16452 * emacs-lisp/find-func.el (find-function-noselect): New arg
16453 lisp-only.
16454
16455 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
16456 signal an error for built-in functions (Bug#6664).
16457
16458 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16459
16460 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
16461 (smtpmail-try-auth-methods): Use it.
16462
16463 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
16464
16465 * font-lock.el (font-lock-fontify-region)
16466 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
16467 (font-lock-default-unfontify-buffer)
16468 (font-lock-default-fontify-region)
16469 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
16470
16471 * progmodes/compile.el (compilation-error-properties):
16472 Fix confusion between file struct and message struct (Bug#9319).
16473 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
16474 `ant' regexp.
16475
16476 * net/browse-url.el (browse-url-firefox): Don't call
16477 browse-url-firefox-sentinel unless using -remote (Bug#9328).
16478
16479 2011-08-20 Glenn Morris <rgm@gnu.org>
16480
16481 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
16482
16483 * tutorial.el (tutorial--default-keys): Update some default bindings.
16484
16485 * files.el (hack-local-variables): Fully ignore case for "mode:".
16486
16487 2011-08-20 Alan Mackenzie <acm@muc.de>
16488
16489 Resolve invalid use of a regexp in regexp-opt.
16490
16491 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
16492 detection for a java annotation.
16493
16494 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
16495 detection for a java annotation.
16496
16497 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
16498 handling for java.
16499 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
16500
16501 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
16502
16503 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
16504 (Bug#9274).
16505
16506 2011-08-20 Alan Mackenzie <acm@muc.de>
16507
16508 Fontify CPP expressions correctly when starting in the middle of
16509 such a construct. Mainly for when jit-lock etc. starts a chunk
16510 here.
16511
16512 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
16513 variable.
16514 (c-make-font-lock-search-form): New function, extracted from
16515 c-make-font-lock-search-function.
16516 (c-make-font-lock-search-function): Use the above function.
16517 (c-make-font-lock-context-search-function): New function.
16518 (c-cpp-matchers): Enhance the preprocessor expression case with
16519 the above function
16520 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
16521 which takes an expression.
16522
16523 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
16524
16525 2011-08-20 Martin Rudalics <rudalics@gmx.at>
16526
16527 * window.el (display-buffer-reuse-window)
16528 (display-buffer-pop-up-window): Don't reuse or split a side
16529 window.
16530
16531 2011-08-19 Glenn Morris <rgm@gnu.org>
16532
16533 * files.el (hack-local-variables-prop-line, hack-local-variables):
16534 Downcase "Mode:". (Bug#9331)
16535
16536 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
16537
16538 * international/characters.el: Add L and R categories.
16539
16540 * subr.el (bidi-string-mark-left-to-right): Rename from
16541 string-mark-left-to-right. Use category search.
16542
16543 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
16544
16545 2011-08-18 Juri Linkov <juri@jurta.org>
16546
16547 * faces.el (error, warning, success): New faces with definitions
16548 copied from old default values of `font-lock-warning-face',
16549 `compilation-warning', `compilation-info' (bug#6117).
16550
16551 * font-lock.el (font-lock-warning-face): Inherit from `error'.
16552
16553 * progmodes/compile.el (compilation-error): Inherit from `error'.
16554 (compilation-warning): Inherit from `warning'.
16555 (compilation-info): Inherit from `success'.
16556
16557 * dired.el (dired-marked): Inherit from `warning'.
16558 (dired-flagged): Inherit from `error'.
16559
16560 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16561
16562 * mail/smtpmail.el (auth-source): Require to avoid problems with
16563 binding variables (bug#9298). Also clean up some unused
16564 autoloads.
16565
16566 * net/network-stream.el (network-stream-open-starttls):
16567 Support using starttls.el without using gnutls-cli.
16568
16569 2011-08-17 Juri Linkov <juri@jurta.org>
16570
16571 * progmodes/grep.el (rgrep): Handle the case when
16572 `grep-find-command' is a cons cell (bug#9278).
16573
16574 2011-08-17 Martin Rudalics <rudalics@gmx.at>
16575
16576 * window.el (display-buffer-pop-up-frame): Run frame creation
16577 function with BUFFER current (as special-display-popup-frame
16578 does). Reported by Drew Adams.
16579
16580 2011-08-17 Daiki Ueno <ueno@unixuser.org>
16581
16582 * epa-mail.el: Simplify GnuPG group expansion using
16583 epg-expand-group.
16584 (epa-mail-group-alist, epa-mail-group-modtime)
16585 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
16586 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
16587 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
16588 Remove.
16589
16590 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
16591
16592 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
16593
16594 2011-08-16 Alan Mackenzie <acm@muc.de>
16595
16596 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
16597 Correct, to avoid the inside of macros.
16598
16599 2011-08-16 Richard Stallman <rms@gnu.org>
16600
16601 * epa-mail.el: Handle GnuPG group definitions.
16602 (epa-mail-group-alist, epa-mail-group-modtime)
16603 (epa-mail-gnupg-conf-file): New variables.
16604 (epa-mail-parse-groups, epa-mail-sync-groups)
16605 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
16606 (epa-mail-expand-recipients): New functions.
16607 (epa-mail-encrypt): Call epa-mail-expand-recipients.
16608
16609 * mail/rmail.el (rmail-epa-decrypt): New command.
16610
16611 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
16612 Don't bind buffer-read-only, just inhibit-read-only.
16613 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
16614 (epa-decrypt-armor-in-region): Make error message clearer.
16615
16616 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
16617
16618 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
16619 and "a2b" to "ab" for `prefix'.
16620
16621 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
16622
16623 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
16624 filter groups.
16625 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
16626 Fourquet (Bug#8804).
16627
16628 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
16629
16630 * startup.el (argi): Declare as global variable (bug#9275).
16631
16632 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
16633
16634 * subr.el (string-mark-left-to-right): Search the entire string
16635 for RTL script, not just the terminating character. Doc fix.
16636
16637 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
16638
16639 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
16640 New function.
16641 (js--regexp-literal, js-syntax-propertize-function): Remove.
16642 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
16643 (js-mode-map): Don't rebind electric keys.
16644 (js-insert-and-indent): Remove.
16645 (js-mode): Setup electric-layout and electric-indent instead.
16646
16647 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
16648
16649 2011-08-12 Daiki Ueno <ueno@unixuser.org>
16650
16651 * epa.el (epa-progress-callback-function): Fix the logic of
16652 displaying progress.
16653 * epa-file.el (epa-file-insert-file-contents): Make progress
16654 display more user-friendly.
16655 (epa-file-write-region): Ditto.
16656
16657 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
16658
16659 * subr.el (string-mark-left-to-right): New function.
16660
16661 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
16662 Use string-mark-left-to-right.
16663 (list-buffers-noselect): Caller changed.
16664
16665 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16666 Use string-mark-left-to-right.
16667 (tabulated-list-print): Recenter after moving point.
16668
16669 2011-08-10 Juri Linkov <juri@jurta.org>
16670
16671 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
16672 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
16673 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
16674
16675 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
16676
16677 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
16678 (Bug#7554).
16679
16680 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
16681
16682 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
16683 character. (Bug#6594)
16684
16685 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
16686
16687 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
16688 (image-dired--with-db-file): New macro.
16689 (image-dired-write-tags, image-dired-remove-tag)
16690 (image-dired-create-gallery-lists, image-dired-write-comments)
16691 (image-dired-get-comment, image-dired-mark-tagged-files)
16692 (image-dired-list-tags, image-dired-gallery-generate): Use it.
16693 (image-dired-gallery-generate): Use insert-file-contents.
16694
16695 * time.el (display-time-world-list, display-time-world-display):
16696 * time-stamp.el (time-stamp-string):
16697 * vc/add-log.el (add-change-log-entry): Use setenv instead of
16698 set-time-zone-rule (Bug#7337).
16699
16700 2011-08-08 Daiki Ueno <ueno@unixuser.org>
16701
16702 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
16703 (epg-error-to-string, epg-errors-to-string): New function.
16704 (epg-wait-for-completion): Reverse errors list.
16705 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
16706 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
16707 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
16708 (epg-sign-keys, epg-generate-key-from-file)
16709 (epg-generate-key-from-string): Format errors by using
16710 epg-errors-to-string (bug#9255).
16711 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
16712
16713 2011-08-07 Juri Linkov <juri@jurta.org>
16714
16715 * faces.el (list-faces-display): Remove extra angle bracket
16716 from `help-mode-map'.
16717
16718 * info.el (Info-history-toc-nodes): Doc fix.
16719
16720 * longlines.el (longlines-mode): Doc fix.
16721
16722 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
16723
16724 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
16725 of statements and in a few more cases (bug#9183).
16726
16727 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
16728 New functions.
16729 (cl-transform-lambda): Use them (bug#9239).
16730
16731 2011-08-05 Martin Rudalics <rudalics@gmx.at>
16732
16733 * window.el (display-buffer-same-window)
16734 (display-buffer-same-frame, display-buffer-other-window)
16735 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
16736 (pop-to-buffer-other-window)
16737 (pop-to-buffer-same-frame-other-window)
16738 (pop-to-buffer-other-frame): Make them defuns.
16739 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
16740
16741 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
16742
16743 * subr.el (make-composed-keymap): Move from C. Change calling
16744 convention, and improve docstring to bring attention to a subtle point.
16745 * minibuffer.el (completing-read-default): Adjust accordingly.
16746
16747 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
16748
16749 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
16750 (tramp-open-shell): Use `tramp-shell-quote-argument'.
16751
16752 * net/trampver.el: Update release number.
16753
16754 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
16755
16756 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
16757 "in" (bug#9190).
16758
16759 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16760
16761 * mail/sendmail.el (sendmail-query-once): Restore the current
16762 buffer after querying (bug#9074).
16763
16764 * dired.el (dired-flagged): Use different faces for marked and
16765 flagged files (bug#6117).
16766
16767 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
16768 (bug#4433).
16769
16770 * ido.el (ido-mode): Switch off the message if called
16771 non-interactively.
16772
16773 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
16774 before 587, since it appears that that's more likely to work for
16775 more people.
16776
16777 * cus-edit.el (custom-file): When running under emacs -q, always
16778 refuse to save the customizations, even if the .emacs file doesn't
16779 exist.
16780
16781 * info.el: Remove the `Info-beginning-of-buffer' function
16782 (bug#8325).
16783
16784 * net/network-stream.el (network-stream-open-starttls):
16785 Use `starttls-available-p' to see whether starttls.el can be used.
16786
16787 2011-08-01 Martin Rudalics <rudalics@gmx.at>
16788
16789 * window.el (display-buffer-in-window): Don't set dedicated status
16790 of window here (Bug#9215).
16791 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
16792 (display-buffer-pop-up-side-window)
16793 (display-buffer-in-side-window): Set dedicated status of window here.
16794
16795 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
16796
16797 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
16798 before binding generated-autoload-file.
16799
16800 2011-08-01 Deniz Dogan <deniz@dogan.se>
16801
16802 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
16803
16804 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
16805
16806 Sync with Tramp 2.2.2.
16807
16808 * net/trampver.el: Update release number.
16809
16810 2011-07-30 Juri Linkov <juri@jurta.org>
16811
16812 * dired-aux.el (dired-touch-initial): Remove function.
16813 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
16814 current time, and `default' to the last modification time of the
16815 current marked file (bug#6887).
16816
16817 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
16818
16819 * simple.el (goto-line): Use string-to-number to provide a
16820 numeric argument to read-number (bug#9163).
16821
16822 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
16823
16824 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
16825 connection process, it could be nil.
16826
16827 2011-07-27 Leo Liu <sdl.web@gmail.com>
16828
16829 Simplify url handling in rcirc-mode.
16830
16831 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
16832 (rcirc-browse-url-at-mouse): Remove.
16833 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
16834
16835 2011-07-26 Alan Mackenzie <acm@muc.de>
16836
16837 Fontify bitfield declarations properly.
16838
16839 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
16840 (c-symbol-chars): Now exported as a lang variable.
16841 (c-not-primitive-type-keywords): New lang variable.
16842
16843 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
16844 QT keyword "more" to prevent "more slots: ...." being spuriously
16845 parsed as a bitfield declaration.
16846
16847 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16848 Refactor and enhance to handle bitfield declarations.
16849 (c-punctuation-in): New function.
16850 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
16851 declarations properly.
16852
16853 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
16854
16855 * calendar/icalendar.el (icalendar--all-events): Take care of
16856 multiple vcalendars in a single file.
16857 (icalendar--convert-float-to-ical): Checkdoc fixes.
16858
16859 2011-07-25 Deniz Dogan <deniz@dogan.se>
16860
16861 * image.el (insert-image): Clarifying docstring.
16862
16863 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
16864
16865 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
16866 `tramp-send-command-and-check' if there is no error.
16867 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
16868
16869 2011-07-22 Alan Mackenzie <acm@muc.de>
16870
16871 Prevent cc-langs.elc being loaded at run time.
16872
16873 * progmodes/cc-mode.el: Remove two autoload forms which loaded
16874 cc-langs.
16875
16876 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
16877 "(require 'cc-langs)". Quote a form so it will evaluate at
16878 (cc-mode's) compilation time.
16879
16880 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
16881
16882 * net/tramp.el (tramp-file-name-handler): Avoid recursive
16883 loading. (Bug#9114)
16884
16885 2011-07-21 Martin Rudalics <rudalics@gmx.at>
16886
16887 * window.el (display-buffer-pop-up-window)
16888 (display-buffer-pop-up-side-window)
16889 (display-buffer-in-side-window): Call display-buffer-set-height
16890 and display-buffer-set-width after setting the new window's
16891 buffer so `fit-window-to-buffer' and friends work on the right buffer.
16892
16893 2011-07-20 Sam Steingold <sds@gnu.org>
16894
16895 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
16896 (etags-tags-included-tables): Call `convert-standard-filename' on
16897 the file names contained in TAGS so that windows Emacs can handle
16898 TAGS files created by cygwin ctags.
16899
16900 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16901
16902 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
16903 which apparently didn't work.
16904
16905 2011-07-19 Roland Winkler <winkler@gnu.org>
16906
16907 * proced.el (proced-send-signal): For *Marked Processes* buffer
16908 put point at beginning of buffer.
16909
16910 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
16911
16912 * proced.el (proced-format): Make header lines align with the text
16913 (bug#1779).
16914
16915 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16916
16917 * view.el (view-buffer): Allow running in `special' modes if we're
16918 visiting a file (bug#8615).
16919
16920 2011-07-19 Martin Rudalics <rudalics@gmx.at>
16921
16922 * window.el (display-buffer-alist-of-strings-p)
16923 (display-buffer-alist-set-1, display-buffer-alist-set-2):
16924 New functions.
16925 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
16926 more accurately.
16927
16928 2011-07-18 Alan Mackenzie <acm@muc.de>
16929
16930 Fontify declarators properly when, e.g., a jit-lock chunk begins
16931 inside a declaration.
16932
16933 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
16934
16935 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16936 New function.
16937 (c-complex-decl-matchers): Insert reference to
16938 c-font-lock-enclosing-decls.
16939
16940 * progmodes/cc-engine.el (c-backward-single-comment):
16941 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
16942 to nil around calls to (forward-comment -1).
16943
16944 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16945
16946 * image.el (put-image): Doc typo fix.
16947
16948 * progmodes/etags.el (tags-search): Doc typo fix.
16949
16950 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
16951 password if we get errors 550 to 554.
16952
16953 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16954
16955 * net/gnutls.el (gnutls-log-level): Remove.
16956
16957 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
16958 indentation character (bug#6380).
16959
16960 * files.el (buffer-offer-save): Made permanently local (bug#6241).
16961
16962 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
16963 to clarify what the problem is (bug#4291).
16964
16965 * simple.el (current-kill): Clarify what
16966 `interprogram-paste-function' does (bug#7500).
16967 (auto-fill-mode): Document `auto-fill-function' in relation to
16968 `auto-fill-mode' (bug#2470).
16969
16970 2011-07-16 Lawrence Mitchell <wence@gmx.li>
16971
16972 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
16973 method if slot is read-only (bug#9035).
16974
16975 2011-07-16 Martin Rudalics <rudalics@gmx.at>
16976
16977 * frame.el (select-frame-set-input-focus): New argument NORECORD.
16978 * window.el (pop-to-buffer): Select window used even if it was
16979 selected before, see discussion of (Bug#8615), (Bug#6954).
16980 Pass argument NORECORD on to select-frame-set-input-focus.
16981
16982 2011-07-15 Glenn Morris <rgm@gnu.org>
16983
16984 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
16985 Respect help-form.
16986
16987 2011-07-09 Lawrence Mitchell <wence@gmx.li>
16988
16989 * net/gnutls.el (gnutls-min-prime-bits): New variable.
16990 (gnutls-negotiate): Use it.
16991
16992 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16993
16994 * net/gnutls.el (gnutls-negotiate):
16995 Upcase `gnutls-algorithm-priority'.
16996
16997 2011-07-15 Glenn Morris <rgm@gnu.org>
16998
16999 * jka-compr.el (jka-compr-verbose): Move from here...
17000 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
17001 Add missing :version tag.
17002 * info.el: No need to require jka-compr when compiling.
17003
17004 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17005
17006 * net/gnutls.el (gnutls-algorithm-priority): New variable.
17007 (gnutls-negotiate): Use it.
17008
17009 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
17010
17011 * info.el (Info-beginning-of-buffer): New command.
17012 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
17013 announcing `b' as the key (bug#8325).
17014 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
17015
17016 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
17017
17018 * international/mule-cmds.el
17019 (describe-specified-language-support): Make the error message
17020 clearer (bug#8905).
17021
17022 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
17023
17024 * isearch.el (isearch-barrier): Add a doc string, since it's
17025 mentioned in a function doc string (bug#8678).
17026
17027 2011-07-15 Martin Rudalics <rudalics@gmx.at>
17028
17029 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
17030 buffer argument (Bug#9083) and self-identifying label argument.
17031
17032 2011-07-15 Glenn Morris <rgm@gnu.org>
17033
17034 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
17035
17036 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17037
17038 * man.el (Man-fontify-manpage): Fix message when formatting the
17039 man page (bug#7929).
17040
17041 2011-07-14 Eli Zaretskii <eliz@gnu.org>
17042
17043 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
17044 argument LRM; if non-nil, append an invisible LRM character to the
17045 buffer name.
17046 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
17047 last argument non-nil, when formatting buffer names.
17048 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
17049 paragraph direction.
17050
17051 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17052
17053 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
17054 the man page name (bug#7929).
17055
17056 * image.el (put-image): Mention the `put-image' overlay property
17057 (bug#7834).
17058
17059 * scroll-bar.el (set-scroll-bar-mode): Mention that
17060 `scroll-bar-mode' lists the values (bug#7772).
17061
17062 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
17063 command (bug#7729).
17064
17065 * rect.el (apply-on-rectangle): Return the point after the last
17066 operation.
17067 (string-rectangle): Go to the point after the last operation
17068 (bug#7522).
17069
17070 * printing.el (pr-toggle-region): Clarify the documentation
17071 slightly (bug#7493).
17072
17073 * time.el (display-time-update):
17074 Allow `display-time-mail-function' to return nil (bug#7158).
17075 Fix suggested by Detlev Zundel.
17076
17077 * vc/diff.el (diff): Clarify the order the file names are read
17078 (bug#7111).
17079
17080 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
17081 the doc string (bug#7015).
17082
17083 * font-lock.el (font-lock-maximum-decoration): Mention what
17084 numeric levels mean (bug#6935).
17085
17086 * startup.el (initial-buffer-choice): Don't mention the `none'
17087 selection, which is against policy.
17088
17089 2011-07-14 Martin Rudalics <rudalics@gmx.at>
17090
17091 * window.el (display-buffer-normalize-special):
17092 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
17093
17094 2011-07-14 Eli Zaretskii <eliz@gnu.org>
17095
17096 * subr.el (version<, version<=, version=): Mention "-CVS" and
17097 "-12345" alpha version numbers.
17098
17099 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
17100
17101 * bindings.el: Add advertised binding for set-mark-command
17102 (Bug#5772).
17103
17104 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
17105
17106 * bindings.el (mode-line-other-buffer):
17107 * bookmark.el (bookmark-bmenu-2-window):
17108 * bs.el (bs-cycle-next, bs-cycle-previous):
17109 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
17110 switch-to-buffer.
17111
17112 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
17113 Delete.
17114
17115 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
17116
17117 * follow.el (follow-debug-message, follow-redisplay):
17118 * jka-cmpr-hook.el (with-auto-compression-mode):
17119 Fix typos in docstrings.
17120
17121 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17122
17123 * subr.el (with-silent-modifications): Clarify somewhat what the
17124 macro inhibits (bug#6525).
17125
17126 * simple.el (eval-expression): Note what it does if called
17127 interactively (bug#6495).
17128
17129 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
17130
17131 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
17132 Use pop-to-buffer buffer-or-name if it is nil.
17133
17134 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17135 Remove switch-to-buffer.
17136
17137 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17138
17139 * files.el (make-directory): Clarify that an error will be raised
17140 if there's an error (bug#6397).
17141
17142 * startup.el (initial-buffer-choice): Add `none' as a choice
17143 (bug#6234).
17144
17145 * subr.el (add-hook): Clarify section about buffer-local hooks
17146 (bug#6218).
17147
17148 * dired.el (dired-flagged): Clarify doc string (bug#6117).
17149
17150 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
17151
17152 * tabify.el (untabify): Preserve the current column so that point
17153 doesn't move (bug#6032).
17154
17155 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17156
17157 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
17158 Rewrite to avoid awkward possessive "s" (bug#5986).
17159
17160 2011-07-13 Glenn Morris <rgm@gnu.org>
17161
17162 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
17163 (dired-insert-directory): Give a message the first time
17164 if ls is found not to support --dired.
17165
17166 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17167
17168 * simple.el (toggle-truncate-lines): Clarify what is toggled
17169 (bug#5580). Text by Drew Adams.
17170
17171 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
17172
17173 * simple.el (blink-matching-open): Make the error message from the
17174 last change less verbose.
17175
17176 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
17177
17178 * font-lock.el (font-lock-comment-face): Use the high contrast
17179 "yellow" color for font-lock-comment-face on low color terminals
17180 using a dark background color (bug#4221).
17181
17182 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17183
17184 * dired.el (dired-insert-set-properties): Make the doc string
17185 reflect what it does now (bug#5325).
17186
17187 * simple.el (blink-matching-open): Say that we were unable to find
17188 the match within the limit, if we're limited (bug#5122).
17189
17190 * international/mule-cmds.el (prefer-coding-system): Add an
17191 example (bug#4869).
17192
17193 * progmodes/etags.el (tags-search): Document `file-list-form'
17194 (bug#4731).
17195
17196 2011-07-13 Lawrence Mitchell <wence@gmx.li>
17197
17198 * net/browse-url.el (browse-url-default-browser)
17199 (browse-url-browser-function): Make the default browser choice a
17200 bit more logical (bug#4300). Also clean up the doc string.
17201
17202 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
17203
17204 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
17205 binary endings (bug#4440).
17206
17207 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17208
17209 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
17210 which can be pretty annoying (bug#8971).
17211
17212 * jka-compr.el (jka-compr-verbose): New variable, and use
17213 throughout (bug#8971).
17214
17215 * info.el (Info-find-file): Fall back on the installation
17216 directory if we can't find the info node anywhere else.
17217
17218 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
17219
17220 * vc/vc.el (vc-revert-file):
17221 Don't set file time-stamp in the past. (Bug#5181)
17222
17223 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17224
17225 * files.el (after-find-file): Give a better error message when
17226 trying to find a symlink that points to a file that doesn't exist
17227 (bug#4398).
17228
17229 * progmodes/cc-vars.el: Remove (probably) misleading comment
17230 (bug#4396).
17231
17232 2011-07-12 Johan Bockgård <bojohan@gnu.org>
17233
17234 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
17235
17236 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
17237
17238 * mouse-sel.el: Hack restoring functionality, while keeping
17239 compatibility with 2010-07-03 changes to mouse selection.
17240 (mouse-sel-primary-overlay): New var.
17241 (mouse-sel-selection-alist): Use it.
17242 (mouse-sel-mode): Doc fix; remove points that are default features
17243 of mouse.el.
17244
17245 2011-07-12 Johan Bockgård <bojohan@gnu.org>
17246
17247 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17248 Fix previous fix (bug#2490).
17249
17250 2011-07-12 Roland Winkler <winkler@gnu.org>
17251
17252 * textmodes/bibtex.el (bibtex-initialize):
17253 Use pop-to-buffer-same-window.
17254 (bibtex-search-entries): Fix interactive call.
17255
17256 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17257
17258 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17259 Fontise bytecomp Error lines more correctly (bug#2490).
17260 Fix suggested by Johan Bockgård.
17261
17262 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
17263
17264 * dired-x.el (dired-guess-default): Use `delete-dups'.
17265
17266 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
17267
17268 * dired.el (dired-mark-prompt):
17269 * dired-aux.el (dired-read-shell-command): Doc fix.
17270
17271 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17272
17273 * mail/sendmail.el (sendmail-query-once):
17274 Use `customize-save-variable' unconditionally, now that it works under
17275 emacs -Q.
17276
17277 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
17278
17279 * cus-edit.el (custom-file): Take an optional no-error variable.
17280 (customize-save-variable): Set the variable, and give a warning if
17281 running under "emacs -q".
17282
17283 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
17284
17285 * loadhist.el (unload-feature-special-hooks):
17286 Add `auto-coding-functions', `fill-nobreak-predicate' and
17287 `find-directory-functions' (bug#5327).
17288
17289 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17290
17291 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
17292
17293 * cus-edit.el (custom-guess-name-alist): -alist variables should
17294 use the `alist' type (bug#3120). Suggested by Drew Adams.
17295
17296 * printing.el: Add documentation to all the `pr-toggle-' commands.
17297
17298 2011-07-11 Leo Liu <sdl.web@gmail.com>
17299
17300 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
17301 backends where it makes sense (bug#2623).
17302
17303 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17304
17305 * dired-x.el (dired-guess-default): Remove duplicate shell command
17306 entries (bug#2028).
17307 (dired-guess-default): Fix grammar in doc string (bug#2028).
17308 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
17309
17310 * subr.el (remove-duplicates): New conveniency function.
17311
17312 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17313
17314 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
17315 (bug#1526).
17316
17317 2011-07-10 Martin Rudalics <rudalics@gmx.at>
17318
17319 * window.el (display-buffer-normalize-default): Don't invert
17320 meaning of even-window-heights. Reported by Eli Zaretskii
17321 <eliz@gnu.org>.
17322
17323 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
17324
17325 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
17326
17327 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
17328
17329 * window.el (display-buffer): Fix arguments to
17330 display-buffer-reuse-window in last change.
17331
17332 * faces.el (link): Use a less saturated blue on light backgrounds.
17333
17334 * startup.el (fancy-startup-text, fancy-about-text)
17335 (fancy-startup-tail): Use font-lock faces, for background safety.
17336
17337 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
17338
17339 * emulation/viper-cmd.el (viper-change-state-to-vi):
17340 Limit triggering of abbrev expansion (Bug#9038).
17341
17342 2011-07-09 Martin Rudalics <rudalics@gmx.at>
17343
17344 * window.el (display-buffer-default-specifiers): Remove.
17345 (display-buffer-macro-specifiers): Remove default specifiers.
17346 (display-buffer-alist): Default to nil.
17347 (display-buffer-reuse-window): New optional argument other-window.
17348 (display-buffer-pop-up-window): Allow splitting internal
17349 windows. Check whether a live window was created.
17350 (display-buffer-other-window-means-other-frame)
17351 (display-buffer-normalize-arguments): Rename to
17352 display-buffer-normalize-argument and rewrite. Set the
17353 other-window specifier.
17354 (display-buffer-normalize-special): New function.
17355 (display-buffer-normalize-options): Rename to
17356 display-buffer-normalize-default and rewrite.
17357 (display-buffer-normalize-options-inhibit): Remove.
17358 (display-buffer-normalize-specifiers): Rewrite.
17359 (display-buffer): Process other-window specifier and call
17360 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
17361 more faithfully.
17362 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
17363 (display-buffer-alist-set): Don't handle 'unset default values.
17364 (display-buffer-in-window, display-buffer-alist-set):
17365 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
17366 <tassilo@member.fsf.org>.
17367
17368 2011-07-09 Leo Liu <sdl.web@gmail.com>
17369
17370 * register.el (insert-register): Restore accidental change on
17371 2011-06-26. (Bug#9028)
17372
17373 2011-07-09 Glenn Morris <rgm@gnu.org>
17374
17375 * subr.el (remq): Handle the empty list. (Bug#9024)
17376
17377 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
17378
17379 * mail/sendmail.el (send-mail-function): No longer delay custom
17380 initialization.
17381 * custom.el (custom-initialize-delay): Doc fix.
17382
17383 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
17384
17385 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
17386
17387 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
17388
17389 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
17390 human-friendly prompt.
17391
17392 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
17393
17394 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
17395 provided by a particular plugin.
17396
17397 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
17398
17399 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
17400 save customizations (with "emacs -Q"), just set the variable
17401 instead of erroring out.
17402
17403 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
17404
17405 2011-07-08 Juri Linkov <juri@jurta.org>
17406
17407 * arc-mode.el (archive-zip-expunge, archive-zip-update)
17408 (archive-zip-update-case): Use 7z if found by `executable-find'.
17409 The order of searching the available programs is the same as in
17410 `archive-zip-extract' (bug#8968).
17411
17412 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
17413
17414 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
17415 (menu-bar-options-menu): Tweak descriptions.
17416
17417 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17418
17419 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
17420 menu items into verb phrases (bug#1421). Also refill to fit under
17421 80 columns.
17422
17423 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
17424
17425 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
17426 (Info-read-node-name): Doc fix (Bug#1084).
17427
17428 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
17429 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
17430 (end-of-sexp, beginning-of-sexp)
17431 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
17432 (forward-symbol, forward-same-syntax, word-at-point)
17433 (sentence-at-point): Doc fix (Bug#1144).
17434
17435 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17436
17437 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
17438 should cover it (bug#1281).
17439
17440 * cus-edit.el (custom-show): Mark as obsolete.
17441
17442 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
17443 negotiation fails, then possibly try again with a non-encrypted
17444 connection (bug#9017).
17445
17446 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
17447 be used.
17448
17449 2011-07-07 Richard Stallman <rms@gnu.org>
17450
17451 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
17452 property, and handle its changed format.
17453 Look for the correct line number.
17454 Use file's line contents (but not past first =) to find
17455 correct line in message.
17456
17457 2011-07-07 Kenichi Handa <handa@m17n.org>
17458
17459 * international/characters.el (build-unicode-category-table):
17460 Delete it.
17461 (unicode-category-table): Set it by unicode-property-table-internal.
17462
17463 * international/mule-cmds.el (char-code-property-alist): Move to
17464 to src/chartab.c.
17465 (get-char-code-property): Call unicode-property-table-internal to
17466 load a file. Call get-unicode-property-internal where necessary.
17467 (put-char-code-property): Call unicode-property-table-internal to
17468 load a file. Call put-unicode-property-internal where necessary.
17469 put-unicode-property-internal where necessary.
17470 (char-code-property-description):
17471 Call unicode-property-table-internal to load a file.
17472
17473 * international/charprop.el:
17474 * international/uni-bidi.el:
17475 * international/uni-category.el:
17476 * international/uni-combining.el:
17477 * international/uni-comment.el:
17478 * international/uni-decimal.el:
17479 * international/uni-decomposition.el:
17480 * international/uni-digit.el:
17481 * international/uni-lowercase.el:
17482 * international/uni-mirrored.el:
17483 * international/uni-name.el:
17484 * international/uni-numeric.el:
17485 * international/uni-old-name.el:
17486 * international/uni-titlecase.el:
17487 * international/uni-uppercase.el: Regenerate.
17488
17489 * loadup.el: Load international/charprop.el before
17490 international/characters.
17491
17492 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
17493
17494 * window.el (next-buffer, previous-buffer): Signal an error if
17495 called from a minibuffer window.
17496
17497 * bindings.el: Revert 2011-07-04 change.
17498
17499 2011-07-06 Richard Stallman <rms@gnu.org>
17500
17501 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
17502 (rmail-mime-insert-bulk, rmail-mime-insert-text):
17503 Treat markers like ints.
17504 (rmail-mime-entity): Doc fix.
17505
17506 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17507
17508 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
17509 defcustom again for backwards compatibility.
17510
17511 * simple.el (shell-command-on-region): Fill.
17512
17513 * dired-aux.el (dired-kill-line): Add a doc string.
17514
17515 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
17516 to "\\sw\\|\\s_" (bug#358).
17517
17518 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
17519 (dired-unmark-backward): Ditto.
17520 (dired-flag-backup-files): Ditto.
17521
17522 * dired-x.el (dired-mark-sexp): Ditto.
17523
17524 2011-07-06 Richard Stallman <rms@gnu.org>
17525
17526 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
17527 (rmail-mime-entity): New arg TRUNCATED.
17528 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
17529 New functions.
17530 (rmail-mime-save): Warn if entity is truncated.
17531 (rmail-mime-toggle-hidden): Likewise, for showing.
17532 (rmail-mime-process-multipart): Record when an entity is truncated.
17533
17534 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
17535 if ENTITY is a string.
17536
17537 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17538
17539 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
17540 of faces when `M-C-x'-ing their definitions (bug#8378).
17541 Also clean up the code slightly.
17542
17543 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
17544 because that makes the colors go away.
17545
17546 * mail/sendmail.el (send-mail-function): Change the default to
17547 `sendmail-query-once'.
17548 (sendmail-query-once): Add an autoload cookie.
17549
17550 * net/network-stream.el (network-stream-open-starttls): Try using
17551 a plain connection even if the server offered STARTTLS, and we
17552 kinda wanted to use it, if Emacs doesn't have any STARTTLS
17553 capability. This should make smtpmail.el work in slightly more
17554 configurations.
17555
17556 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
17557
17558 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
17559 New defun.
17560 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
17561
17562 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
17563
17564 * progmodes/sql.el: Version 3.0
17565 (sql-product-alist): Add product :completion-object,
17566 :completion-column, and :statement attributes.
17567 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
17568 (sql-mode-syntax-table): Mark all punctuation.
17569 (sql-font-lock-keywords-builder): Temporarily remove fallback on
17570 ansi keywords.
17571 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
17572 (sql-mode-oracle-font-lock-keywords): Improve.
17573 (sql-oracle-show-reserved-words): New function for development.
17574 (sql-product-font-lock): Simplify for source code buffers.
17575 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
17576 New functions.
17577 (sql-highlight-product): Set product specific syntax table.
17578 (sql-mode-map): Add statement movement functions.
17579 (sql-ansi-statement-starters, sql-oracle-statement-starters):
17580 New variable.
17581 (sql-statement-regexp, sql-beginning-of-statement)
17582 (sql-end-of-statement, sql-signum): New functions.
17583 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
17584 (sql-show-sqli-buffer): Bug fix.
17585 (sql-interactive-mode): Store connection data as buffer local.
17586 (sql-connect): Add NEW-NAME parameter. Redesign interaction
17587 with sql-interactive-mode.
17588 (sql-save-connection): Save buffer local settings.
17589 (sql-connection-menu-filter): Change menu entry name.
17590 (sql-product-interactive): Bug fix.
17591 (sql-preoutput-hold): New variable.
17592 (sql-interactive-remove-continuation-prompt): Bug fixes.
17593 (sql-debug-redirect): New variable.
17594 (sql-str-literal): New function.
17595 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
17596 Redesign.
17597 (sql-oracle-save-settings, sql-oracle-restore-settings)
17598 (sql-oracle-list-all, sql-oracle-list-table): New functions.
17599 (sql-completion-object, sql-completion-column)
17600 (sql-completion-sqlbuf): New variables.
17601 (sql-build-completions-1, sql-build-completions)
17602 (sql-try-completion): New functions.
17603 (sql-read-table-name): Use them.
17604 (sql-contains-names): New buffer local variable.
17605 (sql-list-all, sql-list-table): Use it.
17606 (sql-oracle-completion-types): New variable.
17607 (sql-oracle-completion-object, sql-sqlite-completion-object)
17608 (sql-postgres-completion-object): New functions.
17609
17610 2011-07-06 Glenn Morris <rgm@gnu.org>
17611
17612 * window.el (pop-to-buffer): Doc fix.
17613
17614 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
17615
17616 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
17617
17618 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
17619
17620 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
17621
17622 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
17623
17624 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
17625
17626 * button.el (button): Inherit from link face. Suggested by Dan
17627 Nicolaescu.
17628
17629 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17630
17631 * progmodes/gdb-mi.el: Fit in 80 columns.
17632 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
17633 switch-to-buffer.
17634
17635 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
17636 if imenu is simply not configured (bug#8941).
17637
17638 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
17639
17640 * allout.el (allout-post-undo-hook): New allout outline-change
17641 event hook to signal undo activity.
17642 (allout-post-command-business): Run allout-post-undo-hook if an
17643 undo just occurred.
17644 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
17645 * allout-widgets.el (allout-widgets-after-undo-function):
17646 Ensure the integrity of the current item's decoration after it has been
17647 in the vicinity of an undo.
17648 (allout-widgets-mode): Include allout-widgets-after-undo-function
17649 on the new allout-post-undo-hook.
17650
17651 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17652
17653 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
17654 Let define-derived-mode define it.
17655 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
17656 cycles of abbrev-table inheritance (bug#8998).
17657
17658 2011-07-05 Roland Winkler <winkler@gnu.org>
17659
17660 * textmodes/bibtex.el: Add support for biblatex.
17661 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
17662 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
17663 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
17664 (bibtex-entry-alist, bibtex-field-alist): New variables.
17665 (bibtex-entry-field-alist): Obsolete alias for
17666 bibtex-BibTeX-entry-alist.
17667 (bibtex-entry-alist, bibtex-field-alist): New widgets.
17668 (bibtex-set-dialect): New command.
17669 (bibtex-entry-type, bibtex-entry-head)
17670 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
17671 Bind via bibtex-set-dialect.
17672 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
17673 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
17674 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
17675 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
17676 Define via bibtex-set-dialect.
17677 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
17678 Obey bibtex-no-opt-remove-re.
17679 (bibtex-vec-push, bibtex-vec-incr): New functions.
17680 (bibtex-format-entry, bibtex-field-list)
17681 (bibtex-print-help-message, bibtex-validate)
17682 (bibtex-search-entries): Use new format of bibtex-entry-alist.
17683
17684 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17685
17686 * progmodes/compile.el (compilation-goto-locus):
17687 * net/tramp-cmds.el (tramp-append-tramp-buffers):
17688 * bs.el (bs-cycle-next, bs-cycle-previous):
17689 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
17690 * bindings.el (mode-line-other-buffer):
17691 * autoinsert.el (auto-insert):
17692 * arc-mode.el (archive-extract):
17693 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
17694
17695 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
17696
17697 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
17698 Fix check of `emacs-lock-unlockable-modes'.
17699 Coerce true values of `emacs-lock--try-unlocking' to t.
17700
17701 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
17702
17703 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
17704 * emacs-lock.el: New file.
17705
17706 2011-07-05 Julien Danjou <julien@danjou.info>
17707
17708 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
17709 than `boundp' to check if face is set.
17710
17711 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
17712
17713 * register.el (registerv-make):
17714 * window.el (window-min-height): Fix typos in docstrings.
17715
17716 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
17717
17718 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
17719 Update doc string.
17720
17721 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
17722
17723 * server.el (server-execute): Catch quit and call
17724 `server-return-error' to pass the error back to emacsclient and
17725 close the connection (bug#8942).
17726
17727 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
17728
17729 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
17730 insecure exception for current topic. Also note that auto-saves
17731 are handled differently.
17732
17733 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
17734 State variables for tracking auto-save inhibition situation.
17735
17736 (allout-write-contents-hook-handler): Rename from
17737 'allout-write-file-hook-handler', and describe how it depends on
17738 write-contents-functions sensitivity to non-nil value to prevent
17739 file write.
17740
17741 (allout-auto-save-hook-handler): Remove. auto-save does not check
17742 this in individual buffers, only in the starting buffer, so this
17743 is not the right way for us to inhibit auto-save in a buffer
17744 according to its condition.
17745
17746 (allout-mode): Use new allout-write-contents-hook-handler, and
17747 only with write-contents-functions. Remove auto-save provisions -
17748 they're implemented elsewhere.
17749
17750 (allout-before-change-handler): If undo is in progress, note that
17751 for attention of allout-post-command-business.
17752
17753 (allout-post-command-business): If the command we're following was
17754 an undo, check for change in the status of encrypted items and
17755 adjust auto-save inhibitions accordingly.
17756
17757 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
17758 according to whether there are or aren't any plain-text topics
17759 pending encryption.
17760
17761 (allout-inhibit-auto-save-info-for-decryption):
17762 Adjust buffer-saved-size and some allout state to inhibit auto-saves
17763 if there are plain-text topics pending encryption.
17764
17765 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
17766 buffer-saved-size and some allout state to not inhibit auto-saves
17767 if there are no longer any plain-text topics pending encryption.
17768
17769 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
17770 No longer provide for exemption of the current topic.
17771
17772 2011-07-04 Juri Linkov <juri@jurta.org>
17773
17774 Add 7z operations to delete and save changed members (bug#8968).
17775 * arc-mode.el (archive-7z-expunge, archive-7z-update):
17776 New defcustoms.
17777 (archive-7z-write-file-member): New function.
17778 (archive-7z-summarize): Fix the number of dashes in the
17779 listing output.
17780
17781 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17782
17783 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
17784 (bug#8958).
17785
17786 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
17787
17788 * bindings.el: Ignore next-buffer and previous-buffer in
17789 minibuffer-local-map.
17790
17791 * font-lock.el (font-lock-builtin-face): Change light background
17792 color to dark slate blue (Bug#6693).
17793
17794 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
17795
17796 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
17797
17798 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17799
17800 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
17801 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17802 Add switch-to-buffer.
17803
17804 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17805
17806 * isearch.el (isearch-search-fun-function): Clarify further the
17807 meaning of the function returned.
17808
17809 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
17810
17811 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
17812
17813 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
17814 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
17815 Use it.
17816 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
17817 `tramp-default-remote-path' does not exist.
17818 (tramp-send-command-and-read): New optional argument NOERROR.
17819 (tramp-open-connection-setup-interactive-shell)
17820 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
17821 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
17822 (tramp-process-sentinel): Flush also process' connection property.
17823 (tramp-sh-handle-start-file-process): Do not set process
17824 sentinel. It is done now ...
17825 (tramp-maybe-open-connection): ... here. (Bug#8929)
17826
17827 2011-07-04 MON KEY <monkey@sandpframing.com>
17828
17829 * play/animate.el (animate-string): Doc fixes and allow changing
17830 the buffer name (bug#5417).
17831
17832 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17833
17834 * play/animate.el (animation-buffer-name): Rename from *animate*.
17835
17836 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
17837
17838 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
17839 This is simpler and helps future-proof the code.
17840 (timer-until): Use time-subtract and float-time.
17841 (timer--time-less-p): Use time-less-p.
17842
17843 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
17844
17845 * type-break.el (timep): Use the value of `float-time' to avoid a
17846 byte-compiler warning.
17847
17848 * server.el (server-eval-and-print): Return any result, even nil.
17849
17850 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
17851
17852 * type-break.el: Accept time formats that the builtins accept.
17853 (timep, type-break-time-difference): Accept any format that
17854 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
17855 This is simpler and helps future-proof the code.
17856 (type-break-time-difference): Round rather than ignoring
17857 subseconds components.
17858
17859 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17860
17861 * info.el (Info-apropos-matches): Make non-interactive, since it
17862 doesn't seem to do anything useful as a command (bug#8829).
17863
17864 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
17865
17866 * frame.el (frame-background-mode, frame-set-background-mode):
17867 Move from faces.el.
17868 (frame-default-terminal-background): New function.
17869
17870 * custom.el (custom-push-theme): Don't record faces in `changed'
17871 theme; this doesn't work correctly for per-frame face settings.
17872 (disable-theme): Use face-set-after-frame-default to reset faces.
17873 (custom--frame-color-default): New function.
17874
17875 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17876
17877 * dired.el (dired-flagging-regexp): Remove unused variable
17878 (bug#8769).
17879
17880 2011-03-29 Kevin Ryde <user42@zip.com.au>
17881
17882 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17883 `perl-Test2' extend to match possible "fail #N" rep count
17884 (bug#8377).
17885
17886 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17887
17888 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
17889 `smtpmail-via-smtp' now returns the error instead of nil.
17890
17891 * isearch.el (isearch-search-fun-function): Clarify the doc string
17892 (bug#8101).
17893
17894 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
17895
17896 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
17897 unnecessary spaces (bug#8987).
17898
17899 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17900
17901 * net/network-stream.el (open-network-stream): Use the
17902 :end-of-capability command thoughout.
17903
17904 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
17905
17906 * net/network-stream.el (open-network-stream): Add the
17907 :end-of-capability command parameter, used by pop3.el.
17908
17909 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17910
17911 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
17912
17913 * fringe.el (fringe-query-style): Remove redundant text " (type ?
17914 for list)" (bug#6475).
17915
17916 * files.el (file-expand-wildcards): Ignore non-readable
17917 sub-directories while trying to find matches instead of signaling
17918 an error (bug#6297).
17919
17920 * man.el (Man-reference-regexp): Allow matching possible
17921 word-wrapped references (bug#6289).
17922
17923 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
17924 for consistency with the other vc buffers (bug#6197).
17925 (vc-checkin): Ditto.
17926
17927 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
17928
17929 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
17930
17931 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17932
17933 * custom.el (defcustom): Clarify that :set is only used in the
17934 Customize user interface (bug#6089).
17935
17936 * progmodes/flymake.el (flymake-mode): If the buffer isn't
17937 associated with a file, refuse to run instead of erroring out
17938 (bug#6084).
17939
17940 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
17941 the doc string, since it appears that using `fill-column' always
17942 controls the width (bug#7845).
17943
17944 * simple.el (shell-command-on-region): Say where the error output
17945 went if `shell-command-default-error-buffer' is set (bug#6857).
17946
17947 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
17948
17949 * allout.el (allout-yank-processing): Adjust cursor position for
17950 backwards-deleted space.
17951
17952 (allout-rebullet-heading): Register changes with
17953 allout-exposure-changed-hook, so the modified topic is properly
17954 decorated.
17955
17956 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17957
17958 * minibuffer.el (completion-in-region): Document PREDICATE
17959 (bug#7136).
17960
17961 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
17962 of keyword/argument pairs (bug#6904).
17963
17964 * replace.el (multi-occur):
17965 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
17966
17967 2011-07-02 Drew Adams <drew.adams@oracle.com>
17968
17969 * dired.el (dired-mark-if): Make the message about whether it's
17970 marking or unmarking clearer (bug#8523).
17971
17972 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17973
17974 * disp-table.el (display-table-print-array): New function.
17975 (describe-display-table): Use it to print the vectors more pretty
17976 (Bug#8859).
17977
17978 2011-07-02 Martin Rudalics <rudalics@gmx.at>
17979
17980 * window.el (window-state-get-1): Don't assign clone numbers.
17981 Add clone-of item to list of window parameters.
17982 (window-state-put-2): Don't process clone numbers.
17983 (display-buffer-alist): Fix doc-string.
17984
17985 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17986
17987 * subr.el (remq): Don't allocate if it's not needed.
17988 (keymap--menu-item-binding, keymap--menu-item-with-binding)
17989 (keymap--merge-bindings): New functions.
17990 (keymap-canonicalize): Use them to refine the canonicalization.
17991 * minibuffer.el (minibuffer-local-completion-map)
17992 (minibuffer-local-must-match-map): Move initialization from C.
17993 (minibuffer-local-filename-completion-map): Move initialization from C;
17994 don't inherit from anything here.
17995 (minibuffer-local-filename-must-match-map): Make obsolete.
17996 (completing-read-default): Use make-composed-keymap to combine
17997 minibuffer-local-filename-completion-map with either
17998 minibuffer-local-must-match-map or
17999 minibuffer-local-filename-completion-map.
18000
18001 2011-07-01 Glenn Morris <rgm@gnu.org>
18002
18003 * type-break.el (type-break-time-sum): Use dolist.
18004
18005 * textmodes/flyspell.el (flyspell-word-search-backward):
18006 Replace CL function.
18007
18008 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18009
18010 * mouse.el (mouse--strip-first-event): New function.
18011 (function-key-map): Use it to map fringe clicks to normal clicks
18012 by default.
18013
18014 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
18015 (vc-bzr-revision-completion-table): Add support for annotate and date.
18016
18017 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
18018 inherit from parent.
18019
18020 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18021
18022 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
18023 (dired-show-file-type): Doc fixup (bug#8818).
18024
18025 * dired.el (dired-mode): Fix up the doc string as suggested by
18026 Drew Adams (bug#8817).
18027
18028 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
18029 cookie, since the manual says that it should be possible to add
18030 this function to `find-file-hook' (bug#8709).
18031
18032 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
18033
18034 * progmodes/cfengine.el: Moved all cfengine3.el functionality
18035 here. Noted Ted Zlatanov as the maintainer.
18036 (cfengine-common-settings, cfengine-common-syntax): New functions
18037 to set up common things between `cfengine-mode' and
18038 `cfengine3-mode'.
18039 (cfengine3-mode): New mode.
18040 (cfengine3-defuns cfengine3-defuns-regex
18041 (cfengine3-class-selector-regex cfengine3-category-regex)
18042 (cfengine3-vartypes cfengine3-font-lock-keywords)
18043 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
18044 (cfengine3-indent-line): Add from cfengine3.el.
18045
18046 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
18047
18048 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
18049
18050 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
18051
18052 2011-07-01 Martin Rudalics <rudalics@gmx.at>
18053
18054 * window.el (same-window-buffer-names, same-window-regexps)
18055 (same-window-p, special-display-frame-alist)
18056 (special-display-popup-frame, special-display-function)
18057 (special-display-buffer-names, special-display-regexps)
18058 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
18059 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18060 (split-window-preferred-function, split-height-threshold)
18061 (split-width-threshold, even-window-heights)
18062 (display-buffer-mark-dedicated, window-splittable-p)
18063 (split-window-sensibly, window-safely-shrinkable-p):
18064 Un-obsolete.
18065 (display-buffer): Don't spread args with function specifier
18066 because special-display-popup-frame won't like it.
18067
18068 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
18069
18070 Time-stamp simplifications and fixes.
18071 These improve accuracy slightly, and future-proof the code
18072 against some potential changes to current-time format.
18073
18074 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
18075 by using time-since and float-time.
18076
18077 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
18078 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
18079 + NNN microseconds".
18080
18081 * type-break.el (type-break-time-sum): Rewrite using time-add.
18082
18083 * play/hanoi.el (hanoi-current-time-float): Remove.
18084 All uses replaced by float-time.
18085
18086 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
18087 This yields a more-accurate answer.
18088 (rng-time-to-float): Remove; no longer needed.
18089
18090 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
18091
18092 * calendar/timeclock.el (timeclock-seconds-to-time):
18093 Defalias to seconds-to-time, since they're the same thing.
18094
18095 * emacs-lisp/elp.el (elp-elapsed-time):
18096 * emacs-lisp/benchmark.el (benchmark-elapse):
18097 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
18098
18099 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18100
18101 * window.el (bury-buffer): Don't iconify the only frame.
18102 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
18103 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
18104
18105 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
18106
18107 * eshell/em-smart.el (eshell-smart-display-navigate-list):
18108 Add mouse-yank-primary.
18109
18110 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
18111
18112 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
18113
18114 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18115
18116 * emacs-lisp/find-func.el (find-library--load-name): New fun.
18117 (find-library-name): Use it to find relative load names when provided
18118 absolute file name (bug#8803).
18119
18120 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
18121
18122 * textmodes/flyspell.el (flyspell-word): Consider words that
18123 differ only in case as potential doublons (bug#5687).
18124
18125 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
18126 Remove two rather uninteresting debugging-like messages to make
18127 debbugs.el more silent.
18128
18129 * comint.el (comint-password-prompt-regexp): Accept "Response" as
18130 a password-like phrase.
18131
18132 2011-06-30 Masatake YAMATO <yamato@redhat.com>
18133
18134 * progmodes/cc-guess.el: New file.
18135
18136 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
18137
18138 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
18139 derived from `c-basic-common-init'.
18140
18141 * progmodes/cc-mode.el (top-level): Require cc-guess.
18142 (c-basic-common-init): Use `cc-choose-style-for-mode'.
18143
18144 2011-06-30 Lawrence Mitchell <wence@gmx.li>
18145
18146 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
18147
18148 2011-06-30 Alan Mackenzie <acm@muc.de>
18149
18150 * progmodes/cc-engine.el (c-guess-continued-construct):
18151 Correct the handling of template-args-cont, particularly for when font
18152 lock is disabled. Name this case as "CASE G".
18153
18154 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
18155
18156 * allout.el (allout-yank-processing): Fix injection of extra space
18157 between bullet and non-whitespace character in first topic when
18158 pasting, ensuring that the actual spacing in the pasted topic
18159 following the bullet char is preserved. This extra space was
18160 causing pasted encrypted topics to get a decrypted status even
18161 when the content was actually still encrypted. Now the decryption
18162 status from before the paste is preserved.
18163
18164 (allout-flag-region): Set all allout overlays so they evaporate
18165 when reduced to zero length (evanescent), to prevent overlay
18166 leakage.
18167
18168 2011-06-30 Glenn Morris <rgm@gnu.org>
18169
18170 * w32-fns.el (w32-charset-info-alist): Declare.
18171
18172 * find-dired.el (find-grep-options): Simplify.
18173
18174 * term/ns-win.el (ns-set-resource): Declare.
18175
18176 * ses.el (row, col): Declare dynamic variables honestly.
18177
18178 * textmodes/reftex-parse.el (index-tags): Declare.
18179
18180 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
18181
18182 * cus-edit.el (customize-push-and-save): New function.
18183
18184 * files.el (hack-local-variables-confirm): Use it.
18185
18186 * custom.el (load-theme): New arg NO-CONFIRM.
18187 Use customize-push-and-save (Bug#8720).
18188 (custom-enabled-themes): Doc fix.
18189
18190 * cus-theme.el (customize-create-theme)
18191 (custom-theme-merge-theme): Callers to load-theme changed.
18192
18193 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
18194
18195 * thingatpt.el (thing-at-point-short-url-regexp): Require that
18196 short URLs have at least one dot in them (bug #7614).
18197
18198 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
18199 nil, because using a pty is apparently too slow (bug #895).
18200
18201 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18202
18203 * mail/sendmail.el (sendmail-query-once): New function.
18204 (sendmail-query-once-function): New variable.
18205
18206 2011-06-29 Glenn Morris <rgm@gnu.org>
18207
18208 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
18209
18210 * ses.el (top-level): Require cl when compiling.
18211 (ses-set-localvars): Fix error statement.
18212 Call it at compile time to silence a storm of warnings.
18213
18214 2011-06-29 Martin Rudalics <rudalics@gmx.at>
18215
18216 * window.el (normalize-live-buffer): Rename to
18217 window-normalize-buffer.
18218 (normalize-live-frame): Rename to window-normalize-frame.
18219 (normalize-any-window): Rename to window-normalize-any-window.
18220 (normalize-live-window): Rename to window-normalize-live-window.
18221 (make-window-atom): Rename to window-make-atom.
18222 (window-resize-reset): Rename to window--resize-reset.
18223 (window-resize-reset-1): Rename to window--resize-reset-1.
18224 (resize-mini-window): Rename to window--resize-mini-window.
18225 (resize-subwindows-skip-p): Rename to
18226 window--resize-subwindows-skip-p.
18227 (resize-subwindows-normal): Rename to
18228 window--resize-subwindows-normal.
18229 (resize-subwindows): Rename to window--resize-subwindows.
18230 (resize-other-windows): Rename to window--resize-siblings.
18231 (resize-this-window): Rename to window--resize-this-window.
18232 (resize-root-window): Rename to window--resize-root-window.
18233 (resize-root-window-vertically): Rename to
18234 window--resize-root-window-vertically.
18235 (normalize-buffer-to-display): Rename to
18236 window-normalize-buffer-to-display.
18237 (normalize-buffer-to-switch-to): Rename to
18238 window-normalize-buffer-to-switch-to.
18239 Correspondingly update all callers of the functions listed
18240 above.
18241 (display-buffer-alist, display-buffer-normalize-arguments)
18242 (display-buffer-normalize-options, display-buffer)
18243 (display-buffer-alist-set): Use "function" instead of
18244 "fun-with-args".
18245
18246 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
18247
18248 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
18249 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
18250 debbugs.gnu.org. Mention acknowledgment email.
18251
18252 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
18253
18254 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
18255 buffer multibyteness, since it shouldn't matter.
18256
18257 2011-06-28 Martin Rudalics <rudalics@gmx.at>
18258
18259 * window.el (display-buffer-in-side-window): Handle dedicated
18260 windows as in display-buffer-reuse-window.
18261 (display-buffer-normalize-alist): Use value of override
18262 specifier.
18263 (display-buffer-normalize-specifiers): Use value of
18264 other-window-means-other-frame specifier.
18265 (display-buffer-alist): Rewrite some texts in widgets.
18266 (display-buffer): Spread arguments when calling function
18267 specified by fun-with-args.
18268
18269 2011-06-28 Deniz Dogan <deniz@dogan.se>
18270
18271 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18272 Unnest `let'.
18273
18274 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
18275 selectors (Bug#5732).
18276 (css-proprietary-nmstart-re): Use `regexp-opt'.
18277
18278 2011-06-27 Jari Aalto <jari.aalto@cante.net>
18279
18280 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
18281 (eshell-ls-date-format): New defcustom.
18282 (eshell-ls-file): Use it.
18283
18284 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
18285
18286 * help-fns.el (describe-variable): Fix message for terminal-local vars.
18287
18288 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
18289
18290 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
18291 (ange-ftp-make-tmp-name): New arg.
18292 (ange-ftp-file-local-copy): Use it.
18293
18294 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
18295
18296 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
18297 no-conversion (Bug#8870).
18298
18299 2011-06-27 Martin Rudalics <rudalics@gmx.at>
18300
18301 * window.el (window-right, window-left, window-child)
18302 (window-child-count, window-last-child)
18303 (window-iso-combination-p, walk-window-tree-1)
18304 (window-atom-check-1, window-tree-1, delete-window)
18305 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
18306 new naming conventions - window-vchild, window-hchild,
18307 window-next and window-prev are now called window-top-child,
18308 window-left-child, window-next-sibling and window-prev-sibling
18309 respectively.
18310 (resize-window-reset): Rename to window-resize-reset.
18311 (resize-window-reset-1): Rename to window-resize-reset-1.
18312 (resize-window): Rename to window-resize.
18313 (window-min-height, window-min-width)
18314 (resize-mini-window, resize-this-window, resize-root-window)
18315 (resize-root-window-vertically, adjust-window-trailing-edge)
18316 (enlarge-window, shrink-window, maximize-window)
18317 (minimize-window, delete-window, quit-restore-window)
18318 (split-window, balance-windows, balance-windows-area-adjust)
18319 (balance-windows-area, window-state-put-2)
18320 (display-buffer-even-window-sizes, display-buffer-set-height)
18321 (display-buffer-set-width, set-window-text-height)
18322 (fit-window-to-buffer): Rename all "resize-window" prefixed
18323 calls to use the "window-resize" prefix convention.
18324 (display-buffer-alist): Fix symbol for label specifier.
18325 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
18326 corresponding specifier.
18327 Reported by Juanma Barranquero <lekktu@gmail.com>.
18328
18329 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
18330
18331 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
18332 convention.
18333 (ses-call-printer): Does not pass an empty string to formatter when the
18334 cell is empty to keep from barking printer Calc math-format-value.
18335
18336 2011-06-27 Richard Stallman <rms@gnu.org>
18337
18338 * battery.el (battery-mode-line-limit): New variable.
18339 (battery-update): Handle it.
18340
18341 * mail/rmailmm.el (rmail-mime-process-multipart):
18342 Handle truncated messages.
18343
18344 2011-06-27 Glenn Morris <rgm@gnu.org>
18345
18346 * progmodes/flymake.el (flymake-err-line-patterns):
18347 Allow for column numbers in the ant/javac pattern. (Bug#8866)
18348
18349 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
18350
18351 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
18352 (ses--clean-!, ses--clean-_): New functions.
18353 (ses-range): Add configurability of readout order, and conversion
18354 to Calc vector.
18355
18356 * ses.el (ses-repair-cell-reference-all): New function.
18357 (ses-cell-symbol): Set macro as safe, so that it can be used in
18358 formulas.
18359
18360 * ses.el: Update cycle detection algorithm.
18361 (ses-localvars): Add ses--Dijkstra-attempt-nb and
18362 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
18363 (ses-set-localvars): New function.
18364 (ses-make-cell): Add property-list as a cell element.
18365 (ses-cell-property-get-fun, ses-cell-property-get)
18366 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
18367 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
18368 New functions.
18369 (ses-cell-property-set, ses-cell-property-pop)
18370 (ses-cell-property-get-handle): New macro.
18371 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
18372 New aliases, used for code readability.
18373 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
18374 cycle detection.
18375 (ses-self-reference-early-detection): New defcustom.
18376 (ses-formula-references): Robustify against self-referring cells.
18377 (ses-mode): Use ses-set-localvars.
18378 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
18379 before lauching the update processing.
18380 (ses-initialize-Dijkstra-attempt): New function.
18381 (ses-recalculate-cell): Update for cycle detection based on
18382 Dijkstra algorithm.
18383
18384 * ses.el: Fix commenting and indenting convention.
18385
18386 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
18387
18388 * bs.el (bs-cycle-next): Complete last change.
18389
18390 2011-06-27 Drew Adams <drew.adams@oracle.com>
18391
18392 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
18393
18394 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18395
18396 * net/network-stream.el (network-stream-open-starttls):
18397 Don't re-get capabilities unless we've reestablished connection.
18398 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
18399
18400 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
18401 to binary to possibly avoid line encoding issues on Windows (among
18402 other things).
18403
18404 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
18405
18406 * net/network-stream.el (open-network-stream): Return an :error
18407 saying what the problem was, if possible.
18408
18409 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
18410 server.
18411
18412 * net/network-stream.el (network-stream-open-starttls): If we
18413 wanted to use STARTTLS, and the server offered it, but we weren't
18414 able to because we had no STARTTLS support, then close the connection.
18415 (open-network-stream): Return an :error element, if present.
18416
18417 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
18418
18419 * hl-line.el (hl-line-sticky-flag): Doc fix.
18420 (global-hl-line-sticky-flag): New option (Bug#8323).
18421 (global-hl-line-highlight): Obey it.
18422
18423 * vc/vc.el (vc-revert-show-diff): Default to t.
18424
18425 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
18426
18427 * allout-widgets.el (allout-widgets-post-command-business):
18428 Stop decorating intermediate isearch matches. They're not being
18429 undecorated when an isearch is continued past, and isearch
18430 automatically collapses them. This leads to "widget leaks", where
18431 decorated items accumulate in collapsed areas. Lines with lots of
18432 hidden widgets can slow down cursor travel, substantially.
18433 Too much complicated machinery would be needed to ensure undecoration,
18434 so we're doing without this nicety.
18435
18436 (allout-widgets-tally-string): Don't try to do a hash-table-count
18437 of allout-widgets-tally when it's nil. This eliminates spurious "Error
18438 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
18439 *Messages* when allout-widgets-maintain-tally is t.
18440
18441 2011-06-26 Martin Rudalics <rudalics@gmx.at>
18442
18443 * window.el (display-buffer-normalize-argument): Rename to
18444 display-buffer-normalize-arguments. Handle special meaning of
18445 LABEL argument. Respect special-display-function when popping up
18446 a new frame. Fix code searching for a window showing the buffer
18447 on another frame.
18448 (display-buffer-normalize-specifiers):
18449 Call display-buffer-normalize-arguments.
18450 (display-buffer-in-window): Don't undedicate the window if its
18451 buffer remains the same.
18452 Reported by Drew Adams <drew.adams@oracle.com>.
18453 (display-buffer-alist): Add choice for same-window macro
18454 specfier.
18455 (display-buffer): Mention special meaning of LABEL argument in
18456 doc-string. Fix quoting. Don't pop up a new frame even as
18457 fallback.
18458
18459 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
18460
18461 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
18462 avoid deleting the current window in some cases (bug#8911).
18463
18464 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
18465
18466 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
18467 (Bug#8934)
18468
18469 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
18470
18471 * net/network-stream.el (network-stream-open-starttls):
18472 Use built-in TLS support if `gnutls-available-p' is true.
18473 (network-stream-open-tls): Ditto.
18474
18475 2011-06-26 Leo Liu <sdl.web@gmail.com>
18476
18477 * register.el (registerv): New struct.
18478 (registerv-make): New function.
18479 (jump-to-register, describe-register-1, insert-register):
18480 Support the jump-func, print-func and insert-func slot of a registerv
18481 struct. (Bug#8415)
18482
18483 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
18484
18485 * vc/vc.el (vc-revert-show-diff): New defcustom.
18486 (vc-diff-internal): New arg specifying diff buffer.
18487 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
18488 reuse an existing *vc-diff* buffer (Bug#8927).
18489
18490 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
18491
18492 2011-06-26 Glenn Morris <rgm@gnu.org>
18493
18494 * progmodes/f90.el (f90-critical-indent): New option.
18495 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
18496 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
18497 (f90-mode): Doc fix.
18498 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
18499 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
18500 (f90-beginning-of-block, f90-next-block, f90-indent-region)
18501 (f90-match-end): Handle block, critical.
18502
18503 2011-06-25 Glenn Morris <rgm@gnu.org>
18504
18505 * calendar/diary-lib.el (diary-included-files): Doc fix.
18506 (diary-include-files): New function, extracted from
18507 diary-include-other-diary-files and diary-mark-included-diary-files.
18508 (diary-include-other-diary-files, diary-mark-included-diary-files):
18509 Just call diary-include-files.
18510 (diary-mark-entries): Reset diary-included-files on first call.
18511
18512 * calendar/diary-lib.el (diary-mark-entries)
18513 (diary-mark-included-diary-files):
18514 Visit included diary-files in temp buffers.
18515
18516 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
18517 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
18518 (f90-start-block-re, f90-imenu-generic-expression)
18519 (f90-looking-at-program-block-start, f90-no-block-limit):
18520 Add support for submodules.
18521
18522 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
18523 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
18524
18525 2011-06-25 Eli Zaretskii <eliz@gnu.org>
18526
18527 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
18528 buffer-file-type before setting its value, to avoid disastrous
18529 global effects on decoding files for DOS/Windows systems. (Bug#8780)
18530
18531 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
18532
18533 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
18534
18535 * ses.el (ses-unload-function):
18536 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
18537
18538 * proced.el (proced-unload-function):
18539 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
18540
18541 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
18542
18543 * server.el (server-create-window-system-frame): Add parameters arg.
18544 (server-process-filter): Doc fix. Handle frame-parameters.
18545
18546 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
18547
18548 Fix bug#8730, bug#8781.
18549
18550 * loadhist.el (unload--set-major-mode): New function.
18551 (unload-feature): Use it.
18552
18553 * progmodes/python.el (python-after-info-look): Add autoload cookie.
18554 (python-unload-function): New function.
18555
18556 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
18557
18558 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
18559
18560 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
18561
18562 * net/browse-url.el (browse-url-firefox-program): Add icecat to
18563 the candidates list.
18564
18565 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
18566
18567 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
18568
18569 2011-06-23 Richard Stallman <rms@gnu.org>
18570
18571 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
18572 (rmail-variables): Set next-error-move-function.
18573 (rmail-what-message): Take argument POS.
18574 (rmail-next-error-move): New function.
18575
18576 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
18577
18578 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
18579 messages for adjacent non-terminals.
18580
18581 2011-06-23 Richard Stallman <rms@gnu.org>
18582
18583 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
18584 (rmail-show-message-1): Preserve buffer modified flag.
18585 (rmail-start-mail): Don't specify use of rmail-mail-return;
18586 that's done by mail-bury now.
18587 (rmail-mail-return): Handle arg NEWBUF.
18588
18589 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
18590
18591 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
18592 SIZE is a number.
18593
18594 2011-06-23 Martin Rudalics <rudalics@gmx.at>
18595
18596 * window.el (get-lru-window, get-mru-window)
18597 (get-largest-window): Never return a minibuffer window.
18598 (display-buffer-pop-up-window): Fix a bug that could lead to
18599 reusing the minibuffer window.
18600 (display-buffer): Pass original specifier argument to
18601 display-buffer-function instead of the normalized one.
18602 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18603
18604 2011-06-22 Leo Liu <sdl.web@gmail.com>
18605
18606 * minibuffer.el (completing-read-function)
18607 (completing-read-default): Move from minibuf.c.
18608
18609 2011-06-22 Richard Stallman <rms@gnu.org>
18610
18611 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
18612 to Rmail even if not started by a special Rmail command.
18613
18614 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
18615 Copy the buffer currently showing just one message.
18616
18617 2011-06-22 Roland Winkler <winkler@gnu.org>
18618
18619 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
18620 (bibtex-clean-entry): First delete the old key so that a
18621 customized algorithm for generating the new key does not get
18622 confused by the old key.
18623 (bibtex-url): Obey regexp of first step.
18624 (bibtex-search-entries): Do not use add-to-list with local
18625 list-var.
18626
18627 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18628
18629 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
18630 stored a user name, then query for the password first, instead of
18631 waiting for SMTP to give an error message and the trying again.
18632
18633 2011-06-22 Lawrence Mitchell <wence@gmx.li>
18634
18635 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
18636 BUFFER in call-process.
18637
18638 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18639
18640 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
18641 QUIT twice.
18642 (smtpmail-try-auth-methods): Require user name and password from
18643 auth-source.
18644
18645 2011-06-22 Martin Rudalics <rudalics@gmx.at>
18646
18647 * window.el (display-buffer-default-specifiers)
18648 (display-buffer-alist): Remove entries for pop-up-frame-alist.
18649 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
18650 (split-window): Normalize SIDE argument (Bug#8916).
18651
18652 * frame.el (pop-up-frame-alist, pop-up-frame-function)
18653 (special-display-frame-alist, special-display-popup-frame):
18654 Remove duplicate declarations. These are now in window.el.
18655
18656 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18657
18658 * mail/smtpmail.el (smtpmail-via-smtp):
18659 Set :use-starttls-if-possible so that we always use STARTTLS if the
18660 server supports it. SMTP servers that support STARTTLS commonly
18661 require it.
18662
18663 * net/network-stream.el (network-stream-open-starttls): Support
18664 upgrading to STARTTLS always, even if we don't have built-in support.
18665 (open-network-stream): Add the :always-query-capabilities keyword.
18666
18667 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
18668 upgrades with `open-network-stream', and rely solely on
18669 auth-source for all credentials. Big changes throughout the file,
18670 but in particular:
18671 (smtpmail-auth-credentials): Remove.
18672 (smtpmail-starttls-credentials): Remove.
18673 (smtpmail-via-smtp): Check for servers saying they want AUTH after
18674 MAIL FROM, too.
18675
18676 * net/network-stream.el (network-stream-open-starttls):
18677 Provide support for client certificates both for external and built-in
18678 STARTTLS.
18679 (auth-source): Require.
18680 (open-network-stream): Document the :client-certificate keyword.
18681 (network-stream-certificate): Change cert-cert to cert and
18682 cert-key to key.
18683
18684 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
18685
18686 * net/tramp-cache.el (top): Don't load the persistency file when
18687 "emacs -Q" has been called.
18688
18689 2011-06-21 Tim Harper <timcharper@gmail.com>
18690
18691 * term/ns-win.el (ns-initialize-window-system):
18692 Set application-specific `ApplePressAndHoldEnabled' system
18693 resource to NO as it is not yet supported by the NS port.
18694
18695 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
18696
18697 * misc.el (list-dynamic-libraries--refresh): Compute header here...
18698 (list-dynamic-libraries): ...not here.
18699
18700 2011-06-21 Leo Liu <sdl.web@gmail.com>
18701
18702 * subr.el (sha1): Implement sha1 using secure-hash.
18703
18704 2011-06-21 Martin Rudalics <rudalics@gmx.at>
18705
18706 * window.el (display-buffer-alist): In default value do not
18707 enforce searching a window on any but the selected frame.
18708 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18709 (display-buffer-select-window): Remove function.
18710 (display-buffer-in-window): When a window on another frame gets
18711 reused, do not select it any more but just raise its frame if
18712 necessary (Bug#8851) and (Bug#8856).
18713 (display-buffer-normalize-options): Handle pop-up-frames related
18714 options more faithfully.
18715 (pop-to-buffer): Don't rely on `display-buffer' selecting the
18716 window if it is on another frame.
18717 (display-buffer-alist, display-buffer-default-specifiers):
18718 Don't make new frame unsplittable by default.
18719 (display-buffer-normalize-argument): Fix doc-string typo and use
18720 'same-frame-other-window instead of 'other-window when associating
18721 with display-buffer-macro-specifiers.
18722
18723 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
18724
18725 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
18726 New functions.
18727 (5x5-mode-map, 5x5-mode-menu): Bind them.
18728 (5x5-draw-grid): Tweak the solver's rendering.
18729
18730 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
18731
18732 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
18733 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
18734
18735 2011-06-21 Drew Adams <drew.adams@oracle.com>
18736
18737 * menu-bar.el: Use function variable instead of switch-to-buffer.
18738 (menu-bar-select-buffer-function): New variable.
18739 (menu-bar-update-buffers): Use it (bug#8876).
18740
18741 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
18742
18743 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
18744 variable's status.
18745
18746 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
18747
18748 * x-dnd.el (x-dnd-version-from-flags)
18749 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
18750 and long as number (Bug#8899).
18751 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
18752
18753 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
18754
18755 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
18756 (completion-try-completion, completion-all-completions): Compute the
18757 metadata argument if it's missing; make it optional (bug#8795).
18758
18759 * wid-edit.el: Use lex-bind and move towards completion-at-point.
18760 (widget-complete): Use new :completion-function property.
18761 (widget-completions-at-point): New function.
18762 (default): Use :completion-function instead of :complete.
18763 (widget-default-completions): Rename from widget-default-complete;
18764 Rewrite.
18765 (widget-string-complete, widget-file-complete, widget-color-complete):
18766 Remove functions.
18767 (file, symbol, function, variable, coding-system, color):
18768 * international/mule-cmds.el (default-input-method, charset)
18769 (language-info-custom-alist):
18770 * cus-edit.el (face): Use new property :completions.
18771
18772 * progmodes/pascal.el (pascal-completions-at-point): New function.
18773 (pascal-mode): Use it.
18774 (pascal-mode-map): Use completion-at-point.
18775 (pascal-toggle-completions): Make obsolete.
18776 (pascal-complete-word, pascal-show-completions):
18777 * progmodes/octave-mod.el (octave-complete-symbol):
18778 Redefine as obsolete alias.
18779 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
18780 Signal absence of completion info for old Octave,
18781 (inferior-octave-complete): Redefine as obsolete alias.
18782 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
18783 (meta-completions-at-point): Rename from meta-complete-symbol and
18784 adapt it for use on completion-at-point-functions.
18785 (meta-common-mode): Use it.
18786 (meta-looking-at-backward, meta-match-buffer): Remove.
18787 (meta-complete-symbol): Redefine as obsolete alias.
18788 (meta-common-mode-map): Use completion-at-point.
18789 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
18790 (makefile-mode-map): Use completion-at-point.
18791 (makefile-completions-at-point): Rename from makefile-complete and
18792 adapt it for use on completion-at-point-functions.
18793 (makefile-mode): Use it.
18794 (makefile-complete): Redefine as obsolete alias.
18795
18796 2011-06-20 Deniz Dogan <deniz@dogan.se>
18797
18798 * net/rcirc.el: Delete trailing whitespaces once and for all.
18799
18800 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
18801
18802 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
18803
18804 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
18805
18806 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
18807
18808 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
18809
18810 2011-06-19 Martin Rudalics <rudalics@gmx.at>
18811
18812 * window.el (display-buffer-other-window-means-other-frame):
18813 Call display-buffer-normalize-alist.
18814 (display-buffer-normalize-specifiers-1): Rename to
18815 display-buffer-normalize-argument. New argument other-frame.
18816 Rewrite.
18817 (display-buffer-normalize-specifiers-2): Rename to
18818 display-buffer-normalize-options.
18819 (display-buffer-normalize-alist-1): New function.
18820 (display-buffer-normalize-specifiers-3): Rename to
18821 display-buffer-normalize-alist.
18822 Call display-buffer-normalize-alist-1.
18823 (display-buffer-normalize-options-inhibit): New variable.
18824 (display-buffer-normalize-specifiers): Rewrite calling
18825 display-buffer-normalize-alist,
18826 display-buffer-normalize-argument, and
18827 display-buffer-normalize-options. Don't call the latter if
18828 display-buffer-normalize-options-inhibit is non-nil.
18829 (frame-auto-delete): New option.
18830 (window-deletable-p): Use frame-auto-delete.
18831 (window-list-no-nils, window-state-ignored-parameters)
18832 (window-state-get-1, window-state-get, window-state-put-list)
18833 (window-state-put-1, window-state-put-2, window-state-put):
18834 New functions.
18835 (display-buffer-normalize-options): Move special-display-p group
18836 after pop-up-frame group (Bug#8851) and (Bug#8856).
18837
18838 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
18839
18840 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
18841 groups (Bug#8776).
18842 (rx-submatch-n): New function.
18843 (rx): Document it.
18844
18845 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
18846 (Bug#8768).
18847
18848 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
18849
18850 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
18851
18852 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
18853 anytime existing face settings are present (Bug#8889).
18854
18855 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
18856 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
18857 Remove unused argument.
18858
18859 2011-06-18 Martin Rudalics <rudalics@gmx.at>
18860
18861 * window.el (display-buffer-default-specifiers):
18862 Remove pop-up-frame. Add pop-up-window-min-height,
18863 pop-up-window-min-width, and another reuse-window specifier
18864 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
18865 (display-buffer-normalize-specifiers-2):
18866 Handle split-height-threshold and split-width-threshold also when
18867 pop-up-windows is unset. Add a reuse-window specifier for the
18868 case popping up a new window fails.
18869 (special-display-popup-frame): Remove double quoting.
18870 (display-buffer-normalize-specifiers-1): Fix thinko.
18871
18872 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
18873
18874 * shell.el (shell-completion-vars): Set pcomplete-termination-string
18875 according to comint-completion-addsuffix.
18876
18877 * pcomplete.el: Convert to lexical binding and fix bug#8819.
18878 (pcomplete-suffix-list): Mark as obsolete.
18879 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
18880 pcomplete-seen in the closure.
18881 (pcomplete-comint-setup): Setup completion-at-point as well.
18882 (pcomplete--entries): New function.
18883 (pcomplete--env-regexp): New var.
18884 (pcomplete-entries): Rewrite to work with partial-completion and
18885 without relying on pcomplete-suffix-list.
18886 (pcomplete-pare-list): Remove, unused.
18887
18888 2011-06-17 Martin Rudalics <rudalics@gmx.at>
18889
18890 * window.el (display-buffer-alist): Set pop-up-window-min-height
18891 and pop-up-window-min-width in default value. Reported by
18892 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
18893 other-window-means-other-frame.
18894 (display-buffer-macro-specifiers): Comment out entry for
18895 other-window specifier.
18896 (display-buffer-other-window-means-other-frame): New function.
18897 (display-buffer-normalize-specifiers-1): New arguments
18898 buffer-name and label. Treat other-window case specially.
18899 (display-buffer-normalize-specifiers-2): Treat other-window case
18900 specially.
18901 (display-buffer-normalize-specifiers-3): New function.
18902 (display-buffer-normalize-specifiers):
18903 Call display-buffer-normalize-specifiers-3.
18904
18905 2011-06-17 Martin Rudalics <rudalics@gmx.at>
18906
18907 * window.el (same-window-p): Fix two typos introduced when
18908 adding with-no-warnings.
18909 (display-buffer-normalize-specifiers-1): Don't check
18910 pop-up-frames for 'unset initialization.
18911 (display-buffer-normalize-specifiers-2): Major rewrite using
18912 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
18913 (pop-up-frames, display-buffer-reuse-frames)
18914 (display-buffer-mark-dedicated): Don't initialize to 'unset.
18915 Suggested by David Engster <deng@randomsample.de>.
18916 (even-window-heights): Initialize to 'unset.
18917 (display-buffer-alist-set): Handle new 'unset initializations.
18918 (display-buffer-macro-specifiers): Don't pop up a new frame in the
18919 other window case.
18920
18921 2011-06-16 Martin Rudalics <rudalics@gmx.at>
18922
18923 * window.el (display-buffer-normalize-specifiers-1):
18924 Respect current value of pop-up-frames for most reasonable values of
18925 second argument of display-buffer (Bug#8865).
18926 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
18927 (switch-to-buffer-other-window-same-frame)
18928 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
18929 Adams (Bug#8875).
18930 (display-buffer): Don't check noninteractive when calling
18931 display-buffer-pop-up-frame.
18932 (display-buffer-pop-up-frame): Never pop up a frame in
18933 noninteractive mode (Bug#8857).
18934 (enlarge-window, shrink-window): Don't report an error when the
18935 window can't be resized as requested (Bug#8862).
18936
18937 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18938
18939 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
18940
18941 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
18942
18943 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
18944
18945 2011-06-15 Alan Mackenzie <acm@muc.de>
18946
18947 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
18948 for declarators, disable knr checking to speed up for normal files.
18949 2: Refactor, replacing a sequence of nested if forms by a cond form.
18950
18951 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18952
18953 * net/network-stream.el (open-network-stream): Add the keyword
18954 :always-query-capabilities for the case where you want to force a
18955 `plain' network connection, but the protocol still requires the
18956 capabilitiy command (i.e., SMTP and EHLO).
18957
18958 * subr.el (process-live-p): Rename from `process-alive-p' for
18959 consistency with other `-live-p' functions.
18960
18961 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18962
18963 * window.el (same-window-buffer-names, same-window-regexps)
18964 (special-display-frame-alist, special-display-popup-frame)
18965 (special-display-function, special-display-buffer-names)
18966 (special-display-regexps, pop-up-frame-alist)
18967 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
18968 (pop-up-windows, split-window-preferred-function)
18969 (split-height-threshold, split-width-threshold, even-window-heights)
18970 (display-buffer-mark-dedicated): Don't encourage the use of
18971 display-buffer-alist from Elisp code.
18972
18973 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
18974
18975 * progmodes/python.el (python-mode): Derive from prog-mode.
18976 * progmodes/ps-mode.el (ps-mode):
18977 * progmodes/mixal-mode.el (mixal-mode):
18978 * progmodes/cfengine.el (cfengine-mode):
18979 * progmodes/ld-script.el (ld-script-mode): Likewise.
18980
18981 2011-06-15 Martin Rudalics <rudalics@gmx.at>
18982
18983 * window.el (display-buffer-alist): Trim default value to avoid
18984 popping up a new frame (Bug#8857) or reusing an arbitrary window
18985 on another frame.
18986 (display-buffer): Do not fall back on popping up a new frame in
18987 batch mode (Bug#8857).
18988
18989 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
18990
18991 * cus-theme.el (describe-theme-1): Use custom-theme-p.
18992 (custom-theme-summary): New function.
18993 (customize-themes): Use it.
18994
18995 2011-06-13 Glenn Morris <rgm@gnu.org>
18996
18997 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
18998
18999 2011-06-13 Martin Rudalics <rudalics@gmx.at>
19000
19001 * help.el (help-window): Remove variable.
19002 (help-window-point-marker, temp-buffer-max-height)
19003 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
19004 (help-print-return-message): Don't set help-window.
19005 (resize-temp-buffer-window): Rewrite cod eand doc-string.
19006 (help-window-setup-finish): Remove.
19007 (help-window-display-message, help-window-setup)
19008 (with-help-window): Major rewrite based on new
19009 display-buffer-window variable.
19010
19011 * help-mode.el (help-mode-finish): Remove help-window related
19012 code.
19013
19014 * view.el (view-exits-all-viewing-windows): Remove reference to
19015 view-return-to-alist in doc-string.
19016 (view-return-to-alist): Make obsolete.
19017 (view-buffer): Call pop-to-buffer-same-window and remove
19018 undo-window code.
19019 (view-buffer-other-window): Call pop-to-buffer-other-window and
19020 simplify code. Ignore second argument.
19021 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
19022 simplify code. Ignore second argument.
19023 (view-return-to-alist-update): Make obsolete.
19024 (view-mode-enter): Rename second argument to QUIT-RESTORE.
19025 Rewrite using quit-restore window parameters.
19026 (view-mode-exit): Rename second argument to EXIT-ONLY.
19027 Rewrite using quit-restore-window.
19028 (View-exit, View-exit-and-edit, View-leave, View-quit)
19029 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
19030 appropriate arguments.
19031 (view-end-message): Use quit-restore window parameter.
19032
19033 * window.el (display-buffer-function): Rewrite doc-string.
19034 (display-buffer-window, display-buffer-alist): New variables.
19035 (display-buffer-split-specifiers)
19036 (display-buffer-side-specifiers)
19037 (display-buffer-macro-specifiers): New constants.
19038 (display-buffer-even-window-sizes, display-buffer-set-height)
19039 (display-buffer-set-width, display-buffer-select-window)
19040 (display-buffer-in-window, display-buffer-reuse-window)
19041 (display-buffer-split-window-1, display-buffer-split-window)
19042 (display-buffer-split-atom-window, display-buffer-pop-up-window)
19043 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
19044 (display-buffer-in-side-window, normalize-buffer-to-display)
19045 (display-buffer-normalize-specifiers-1)
19046 (display-buffer-normalize-specifiers-2)
19047 (display-buffer-normalize-specifiers, display-buffer-frame):
19048 New functions.
19049 (display-buffer): Major rewrite.
19050 (display-buffer-other-window, display-buffer-other-frame)
19051 (pop-to-buffer, switch-to-buffer-other-window)
19052 (switch-to-buffer-other-frame): Rewrite.
19053 (display-buffer-same-window, display-buffer-same-frame)
19054 (display-buffer-same-frame-other-window)
19055 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
19056 (pop-to-buffer-other-window)
19057 (pop-to-buffer-same-frame-other-window)
19058 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
19059 (switch-to-buffer-other-window-same-frame): New functions.
19060 (same-window-p, special-display-p): Rewrite disabling warnings.
19061 Make obsolete.
19062 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19063 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
19064 Make obsolete
19065 (same-window-buffer-names, same-window-regexps)
19066 (special-display-frame-alist, special-display-popup-frame)
19067 (special-display-function, special-display-buffer-names)
19068 (special-display-regexps, pop-up-frame-alist)
19069 (pop-up-frame-function, split-window-preferred-function)
19070 (split-height-threshold, split-width-threshold)
19071 (even-window-heights): Make obsolete.
19072
19073 2011-06-12 Glenn Morris <rgm@gnu.org>
19074
19075 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
19076 Misc simplifications.
19077
19078 2011-06-12 Martin Rudalics <rudalics@gmx.at>
19079
19080 * window.el (window-safely-shrinkable-p): Restore function which
19081 was inadvertently removed in change from 2011-06-11. Declare as
19082 obsolete.
19083
19084 * calendar/calendar.el (calendar-generate-window):
19085 Use window-iso-combined-p instead of combination of one-window-p and
19086 window-safely-shrinkable-p.
19087
19088 2011-06-12 Glenn Morris <rgm@gnu.org>
19089
19090 * progmodes/fortran.el (fortran-mode-syntax-table):
19091 * progmodes/f90.el (f90-mode-syntax-table):
19092 Set % to punctuation. (Bug#8820)
19093 (f90-find-tag-default): Remove, no longer needed.
19094
19095 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
19096
19097 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
19098
19099 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
19100
19101 * image.el (image-animated-p): Return animation delay in seconds.
19102 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
19103 (image-animate-timeout): Remove DELAY argument. Don't assume
19104 every subimage has the same delay; get it from image-animated-p.
19105 (image-animate): Caller changed.
19106
19107 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
19108
19109 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
19110 to ignored backtrace functions.
19111
19112 2011-06-11 Glenn Morris <rgm@gnu.org>
19113
19114 * calendar/appt.el (appt-disp-window-function): Doc fix.
19115 (appt-check): Handle overlapping appointments. (Bug#8337)
19116
19117 2011-06-11 Martin Rudalics <rudalics@gmx.at>
19118
19119 * window.el (window-tree-1, window-tree): New functions, moving
19120 the latter to window.el.
19121 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19122 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19123 (bw-refresh-edges): Remove.
19124 (balance-windows-1, balance-windows-2): New functions.
19125 (balance-windows): Rewrite in terms of window tree functions,
19126 balance-windows-1 and balance-windows-2.
19127 (bw-adjust-window): Remove.
19128 (balance-windows-area-adjust): New function with functionality of
19129 bw-adjust-window but using resize-window.
19130 (set-window-text-height): Rewrite doc-string.
19131 Use normalize-live-window and resize-window.
19132 (enlarge-window-horizontally, shrink-window-horizontally):
19133 Rename argument to DELTA.
19134 (window-buffer-height): New function.
19135 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
19136 Rewrite using new window resize routines.
19137 (kill-buffer-and-window, mouse-autoselect-window-select):
19138 Use ignore-errors instead of condition-case.
19139 (quit-window): Call delete-frame instead of delete-windows-on
19140 for the only buffer on frame.
19141
19142 2011-06-10 Martin Rudalics <rudalics@gmx.at>
19143
19144 * loadup.el (top-level): Load window before files for the sake
19145 of replace-buffer-in-windows.
19146
19147 * files.el (read-buffer-to-switch)
19148 (switch-to-buffer-other-window)
19149 (switch-to-buffer-other-frame, display-buffer-other-frame):
19150 Move to window.el.
19151
19152 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
19153 (previous-buffer): Move to window.el.
19154
19155 * bindings.el (unbury-buffer): Move to window.el.
19156
19157 * window.el (delete-other-windows-vertically): Move after
19158 definition of delete-other-windows.
19159 (other-window, delete-windows-on, replace-buffer-in-windows):
19160 Move here from window.c.
19161 (record-window-buffer, unrecord-window-buffer)
19162 (set-window-buffer-start-and-point, switch-to-prev-buffer)
19163 (switch-to-next-buffer): New functions.
19164 (get-next-valid-buffer, last-buffer, next-buffer): Move here
19165 from simple.el. Call switch-to-next-buffer.
19166 (previous-buffer): Move here from simple.el.
19167 Call switch-to-prev-buffer.
19168 (bury-buffer): Move here from buffer.c. Switch to previous
19169 buffer when window cannot be deleted.
19170 (unbury-buffer): Move here from bindings.el.
19171 (ctl-x-map): Move binding for other-window from window.c to
19172 here.
19173 (read-buffer-to-switch, switch-to-buffer-other-window)
19174 (switch-to-buffer-other-frame): Move here from files.el.
19175 (normalize-buffer-to-switch-to): New functions.
19176 (switch-to-buffer): Move here from buffer.c.
19177 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
19178
19179 2011-06-10 Martin Rudalics <rudalics@gmx.at>
19180
19181 * window.el (window-min-height, window-min-width): Move here
19182 from window.c. Add defcustoms and rewrite doc-strings.
19183 (resize-mini-window, resize-window): New functions.
19184 (adjust-window-trailing-edge, enlarge-window, shrink-window):
19185 Move here from window.c.
19186 (maximize-window, minimize-window): New functions.
19187 (delete-window, delete-other-windows, split-window): Move here
19188 from window.c.
19189 (window-split-min-size): New function.
19190 (split-window-keep-point): Mention split-window-above-each-other
19191 instead of split-window-vertically.
19192 (split-window-above-each-other, split-window-vertically):
19193 Rename split-window-vertically to split-window-above-each-other
19194 and provide defalias for old definition.
19195 (split-window-side-by-side, split-window-horizontally):
19196 Rename split-window-horizontally to split-window-side-by-side
19197 and provide defalias for the old definition.
19198 (ctl-x-map): Move bindings for delete-window,
19199 delete-other-windows and enlarge-window here from window.c.
19200 Replace bindings for split-window-vertically and
19201 split-window-horizontally by bindings for
19202 split-window-above-each-other and split-window-side-by-side.
19203
19204 * cus-start.el (all): Remove entries for window-min-height and
19205 window-min-width. Add entries for window-splits and
19206 window-nest.
19207
19208 2011-06-09 Glenn Morris <rgm@gnu.org>
19209
19210 * calendar/appt.el (appt-mode-line): New function.
19211 (appt-check, appt-disp-window): Use it.
19212
19213 * files.el (hack-one-local-variable-eval-safep):
19214 Allow minor-modes with explicit +/-1 arguments.
19215
19216 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
19217
19218 * term/xterm.el (xterm): Add defgroup.
19219 (xterm-extra-capabilities): Add defcustom to supply known xterm
19220 capabilities, skip querying them, or query them (default).
19221 (terminal-init-xterm): Use it.
19222 (terminal-init-xterm-modify-other-keys): New function to set up
19223 modifyOtherKeys support to simplify `terminal-init-xterm'.
19224
19225 2011-06-09 Martin Rudalics <rudalics@gmx.at>
19226
19227 * window.el (resize-window-reset, resize-window-reset-1)
19228 (resize-subwindows-skip-p, resize-subwindows-normal)
19229 (resize-subwindows, resize-other-windows, resize-this-window)
19230 (resize-root-window, resize-root-window-vertically)
19231 (window-deletable-p, window-or-subwindow-p)
19232 (frame-root-window-p): New functions.
19233
19234 2011-06-09 Glenn Morris <rgm@gnu.org>
19235
19236 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
19237 (ange-ftp-get-files): Use it.
19238
19239 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
19240
19241 * mail/sendmail.el (mail-recover-1, mail-recover):
19242 * files.el (recover-file, recover-session):
19243 Handle dired-listing-switches not being just a single short option.
19244
19245 2011-06-09 Glenn Morris <rgm@gnu.org>
19246
19247 * calendar/appt.el (appt-display-message, appt-disp-window):
19248 Handle lists of appointments.
19249
19250 2011-06-08 Martin Rudalics <rudalics@gmx.at>
19251
19252 * window.el (one-window-p): Move down in code.
19253 Rewrite doc-string.
19254 (window-current-scroll-bars): Rewrite doc-string.
19255 Normalize live window argument.
19256 (walk-windows, get-window-with-predicate, count-windows):
19257 Rewrite doc-string. Use window-list-1.
19258 (window-in-direction-2, window-in-direction, get-mru-window):
19259 New functions.
19260
19261 2011-06-08 Reuben Thomas <rrt@sc3d.org>
19262
19263 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
19264 Doc fix (Bug#8713).
19265
19266 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
19267
19268 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
19269
19270 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
19271
19272 * loadhist.el (unload-feature-special-hooks):
19273 Add `comint-output-filter-functions'.
19274
19275 2011-06-08 Ivan Kanis <gnu@kanis.fr>
19276
19277 * calendar/appt.el (appt-check): Move some initializations into the let.
19278
19279 2011-06-08 Martin Rudalics <rudalics@gmx.at>
19280
19281 * window.el (window-height): Defalias to window-total-height.
19282 (window-width): Defalias to window-body-width.
19283
19284 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
19285
19286 * image-mode.el (image-toggle-animation): New command.
19287 (image-mode-map): Bind it to RET.
19288 (image-mode): Update message.
19289 (image-toggle-display-image): Avoid a spurious cache flush.
19290 (image-transform-rotation): Doc fix.
19291 (image-transform-properties): Return quickly in the normal case.
19292 (image-animate-loop): Rename from image-animate-max-time.
19293
19294 * image.el (image-animate-max-time): Move to image-mode.el.
19295 (create-animated-image): Remove unnecessary function.
19296 (image-animate): Rename from image-animate-start. New arg.
19297 (image-animate-stop): Remove; just use image-animate-timer.
19298 (image-animate-timer): Use car-safe.
19299 (image-animate-timeout): Rename argument.
19300
19301 2011-06-07 Martin Rudalics <rudalics@gmx.at>
19302
19303 * window.el (get-lru-window, get-largest-window): Move here from
19304 window.c. Rename first argument to ALL-FRAMES.
19305 Rephrase doc-strings.
19306 (get-buffer-window-list): Rewrite using window-list-1.
19307 Rephrase doc-string.
19308 (window-safe-min-height, window-safe-min-width): New constants.
19309 (window-size-ignore, window-min-size, window-min-size-1)
19310 (window-sizable, window-sizable-p, window-size-fixed-1)
19311 (window-size-fixed-p, window-min-delta-1, window-min-delta)
19312 (window-max-delta-1, window-max-delta, window-resizable)
19313 (window-resizable-p, window-total-height, window-total-width)
19314 (window-body-width): New functions.
19315 (window-full-height-p, window-full-width-p): Rewrite using
19316 window-total-size.
19317 (window-body-height): Rewrite using window-body-size.
19318
19319 2011-06-06 Martin Rudalics <rudalics@gmx.at>
19320
19321 * window.el (window-right, window-left, window-child)
19322 (window-child-count, window-last-child, window-any-p)
19323 (normalize-live-buffer, normalize-live-frame)
19324 (normalize-any-window, normalize-live-window)
19325 (window-iso-combination-p, window-iso-combined-p)
19326 (window-iso-combinations)
19327 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
19328 (windows-with-parameter, window-with-parameter)
19329 (window-atom-root, make-window-atom, window-atom-check-1)
19330 (window-atom-check, window-side-check, window-check):
19331 New functions.
19332 (ignore-window-parameters, window-sides, window-sides-vertical)
19333 (window-sides-slots): New variables.
19334 (window-size-fixed): Move down in code. Minor doc-string fix.
19335
19336 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
19337
19338 * comint.el (comint-dynamic-complete-as-filename)
19339 (comint-dynamic-complete-filename): Correctly call
19340 completion-in-region.
19341
19342 2011-06-05 Deniz Dogan <deniz@dogan.se>
19343
19344 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
19345 in last change.
19346
19347 2011-06-05 Deniz Dogan <deniz@dogan.se>
19348
19349 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
19350 (rcirc): Use it to prompt for encryption.
19351
19352 2011-06-05 Roland Winkler <winkler@gnu.org>
19353
19354 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
19355 (bibtex-search-entries): New command bound to C-c C-a.
19356 (bibtex-display-entries): New function.
19357
19358 2011-06-05 Roland Winkler <winkler@gnu.org>
19359
19360 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
19361 (bibtex-insert-kill): After yanking insert newline if necessary.
19362 (bibtex-initialize): Call bibtex-string-files-init only once.
19363 (bibtex-mode): Do not call easy-menu-add.
19364 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
19365 (bibtex-yank): Set arg properly if nil.
19366
19367 2011-06-05 Roland Winkler <winkler@gnu.org>
19368
19369 * textmodes/bibtex.el (bibtex-search-entry-globally):
19370 New variable.
19371 (bibtex-search-entry): Use it.
19372
19373 2011-06-05 Roland Winkler <winkler@gnu.org>
19374
19375 * textmodes/bibtex.el (bibtex-entry-format): New option
19376 sort-fields.
19377 (bibtex-format-entry, bibtex-reformat): Honor this option.
19378 (bibtex-parse-entry): Return fields in proper order.
19379
19380 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
19381
19382 * doc-view.el (doc-view-remove-if): Move computation of result out
19383 of `dolist' to silence misleading lexical-binding warning.
19384
19385 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
19386
19387 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
19388 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
19389
19390 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
19391
19392 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
19393 "SunOS 5.10".
19394
19395 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
19396
19397 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
19398 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
19399 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
19400 (tramp-parse-putty):
19401 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
19402 (tramp-completion-function-alist-ssh)
19403 (tramp-completion-function-alist-telnet)
19404 (tramp-completion-function-alist-su)
19405 (tramp-completion-function-alist-putty): Set `tramp-autoload'
19406 cookie.
19407
19408 * net/tramp-ftp.el:
19409 * net/tramp-sh.el:
19410 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
19411 load "tramp.el" `tramp-set-completion-function'.
19412
19413 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
19414
19415 * shell.el: Require and use pcomplete.
19416 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
19417 (shell-completion-vars): Set pcomplete-default-completion-function.
19418
19419 2011-06-04 Deniz Dogan <deniz@dogan.se>
19420
19421 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
19422 `memq' (Bug#8799).
19423
19424 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
19425
19426 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
19427
19428 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
19429
19430 * bs.el (bs--mark-unmark, bs--nth-wrapper):
19431 * mpc.el (mpc-select-extend, mpc-songpointer-context):
19432 * vc/log-view.el (log-view-beginning-of-defun):
19433 * vc/smerge-mode.el (smerge-apply-resolution-patch)
19434 (smerge-refine-forward, smerge-refine-chopup-region):
19435 Silence warning for unused `dotimes' counter variables.
19436
19437 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
19438
19439 * net/tramp.el (tramp-with-progress-reporter): Rename from
19440 with-progress-reporter. Use `declare'.
19441 * net/tramp-smb.el:
19442 * net/tramp-sh.el:
19443 * net/tramp-gvfs.el: Update all uses.
19444
19445 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
19446
19447 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
19448 buffer isn't killed before making it current.
19449
19450 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19451
19452 Silence various byte-compiler warnings.
19453 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
19454 `access-type' and new obsolescence format.
19455 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
19456 new format.
19457 (byte-compile-check-variable): New `access-type' argument.
19458 Only warn if the access-type is obsolete.
19459 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
19460 (byte-compile-variable-set): Adjust callers.
19461 * help-fns.el (describe-variable): Adjust to new obsolescence format.
19462 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
19463 setting it as obsolete.
19464 * simple.el (minibuffer-completing-symbol):
19465 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
19466 access as obsolete.
19467 * minibuffer.el (minibuffer-completing-file-name): Don't make it
19468 obsolete yet.
19469 * international/quail.el (quail-mouse-choose-completion): Remove unused
19470 code referring to obsolete var.
19471 (quail-choose-completion-string): Remove.
19472 * server.el (server-clients-with, server-kill-buffer-query-function)
19473 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
19474 * proced.el (proced-send-signal):
19475 * emacs-lisp/lisp.el (lisp-complete-symbol):
19476 Replace completion-annotate-function with completion-extra-properties.
19477
19478 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19479
19480 * simple.el (goto-line): Use read-number.
19481 (overriding-map-is-bound): Remove.
19482 (saved-overriding-map): Change default.
19483 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
19484 Take the map as argument.
19485 (universal-argument, negative-argument, digit-argument): Use it.
19486 (restore-overriding-map): Adjust.
19487 (do-auto-fill): Use fill-forward-paragraph.
19488 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
19489
19490 * minibuffer.el (minibuffer-inactive-mode-map): New var.
19491 (minibuffer-inactive-mode): New major mode.
19492 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
19493 the *Messages* buffer" hack.
19494 (mouse-popup-menubar): Don't burp if the event is a normal key.
19495
19496 Miscellaneous tweaks.
19497 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
19498 lexical scoping as in subr.el's dolist and dotimes.
19499 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
19500 Silence compiler warning.
19501 * thingatpt.el (forward-whitespace): Trivial coding style fix.
19502 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
19503 * international/ccl.el (ccl-compile): Trivial simplification.
19504 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
19505 * emacs-lisp/testcover.el (testcover-end): Remove spurious
19506 `printflag' argument.
19507 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
19508 Purecopy the whole obsolescence data.
19509
19510 2011-06-01 Leo Liu <sdl.web@gmail.com>
19511
19512 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
19513 improve doc-string as suggested by Marco Pessotto
19514 <melmothx@gmail.com>.
19515 (rcirc-print): Fix last change.
19516
19517 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19518
19519 * minibuffer.el (complete-with-action): Return nil for the metadata and
19520 boundaries of non-functional tables.
19521 (completion-table-dynamic): Return nil for the metadata.
19522 (completion-table-with-terminator): Add default case, using
19523 complete-with-action.
19524 (completion--metadata): New function.
19525 (completion-all-sorted-completions, minibuffer-completion-help): Use it
19526 to try and avoid pathological performance problems.
19527 (completion--embedded-envvar-table): Return `category' metadata.
19528
19529 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
19530
19531 * subr.el (process-alive-p): New tiny convenience function.
19532
19533 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19534
19535 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
19536 content but also its previous major mode.
19537
19538 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
19539
19540 * emacs-lisp/debug.el (debug): Restore the previous content of the
19541 *Backtrace* buffer when we exit with C-M-c.
19542
19543 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19544
19545 * minibuffer.el: Add metadata method to completion tables.
19546 (completion-category-overrides): New defcustom.
19547 (completion-metadata, completion--field-metadata)
19548 (completion-metadata-get, completion--styles)
19549 (completion--cycle-threshold): New functions.
19550 (completion-try-completion, completion-all-completions):
19551 Add `metadata' argument to choose completion-styles.
19552 (completion--do-completion): Use metadata to choose cycling.
19553 (completion-all-sorted-completions): Use metadata for sorting.
19554 Remove :completion-cycle-penalty which is not needed any more.
19555 (completion--try-word-completion): Add `metadata' argument.
19556 (minibuffer-completion-help): Check metadata for annotation function
19557 and sorting.
19558 (completion-file-name-table): Return `category' metadata.
19559 (minibuffer-completing-file-name): Make obsolete.
19560 * simple.el (minibuffer-completing-symbol): Make obsolete.
19561 * icomplete.el (icomplete-completions): Pass new `metadata' param to
19562 completion-try-completion.
19563
19564 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19565
19566 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
19567
19568 2011-05-30 Leo Liu <sdl.web@gmail.com>
19569
19570 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
19571 (rcirc-print): Decode all incoming messages (bug#8744).
19572 (rcirc-decode-coding-system): Allow value nil for automatic coding
19573 system detection.
19574
19575 2011-06-01 Glenn Morris <rgm@gnu.org>
19576
19577 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
19578
19579 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
19580
19581 * image.el (image-animate-max-time): Allow nil and t values.
19582 Default to nil.
19583 (create-animated-image): Doc fix.
19584 (image-animate-start): Remove second arg; just use
19585 image-animate-max-time.
19586 (image-animate-timeout): Doc fix. Args changed.
19587
19588 * image-mode.el (image-toggle-display-image): Ensure that the
19589 image spec passed to the animate timer is the same object as in
19590 the buffer's display property (Bug#6981).
19591 (image-transform-properties): Doc fix.
19592
19593 * image.el (image-animate-max-time): Default to nil.
19594
19595 2011-05-29 Martin Rudalics <rudalics@gmx.at>
19596
19597 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
19598 entire buffer list (Bug#8184).
19599
19600 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
19601
19602 * image.el (imagemagick-types-inhibit)
19603 (imagemagick-register-types): Doc fix.
19604
19605 2011-05-29 Deniz Dogan <deniz@dogan.se>
19606
19607 * net/rcirc.el (rcirc): Use the user's stored encryption method by
19608 default.
19609
19610 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
19611
19612 * select.el: Don't perform clipboard-manager saving in hooks;
19613 leave the hooks empty.
19614
19615 2011-05-28 Leo Liu <sdl.web@gmail.com>
19616
19617 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
19618 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
19619 (occur-edit-mode): New major mode (Bug#8463).
19620 (occur-after-change-function): New function.
19621 (occur-engine): Give Occur tags a read-only property.
19622
19623 2011-05-28 Kevin Ryde <user42@zip.com.au>
19624
19625 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
19626
19627 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
19628
19629 * bindings.el (help-echo): Make the initial non-indicator dash
19630 empty on graphical terminals (Bug#7295).
19631
19632 * files.el (auto-mode-alist): Move config rule after the
19633 in-stripping one (Bug#8547).
19634
19635 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
19636
19637 * startup.el (normal-splash-screen): Remove gratuitous mode-line
19638 setting (Bug#8740).
19639
19640 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
19641
19642 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
19643 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
19644 (Bug#8539).
19645
19646 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
19647
19648 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
19649
19650 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
19651
19652 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
19653 (hs-hide-block-at-point, hs-find-block-beginning)
19654 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
19655 (Bug#8279).
19656
19657 2011-05-28 Glenn Morris <rgm@gnu.org>
19658
19659 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
19660
19661 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
19662
19663 * help-fns.el (describe-function-1): If the function is a derived
19664 major mode, print the parent mode.
19665
19666 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
19667 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
19668
19669 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
19670
19671 * minibuffer.el (completion--capf-wrapper): Check applicability before
19672 returning non-nil for non-exclusive completion data.
19673 * progmodes/etags.el (tags-completion-at-point-function):
19674 * info-look.el (info-lookup-completions-at-point): Mark as
19675 non-exclusive.
19676 (info-complete): Adjust accordingly.
19677
19678 * info-look.el: Convert to lexical-binding and completion-at-point.
19679 (info-lookup-completions-at-point): New function.
19680 (info-complete): Use it and completion-in-region.
19681
19682 2011-05-28 Drew Adams <drew.adams@oracle.com>
19683
19684 * isearch.el: Let M-e start with point at the first mismatched char.
19685 (isearch-fail-pos): New function.
19686 (isearch-edit-string): Use it.
19687
19688 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
19689
19690 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
19691
19692 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
19693
19694 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
19695 traversal functions for avl-trees.
19696 (avl-tree--stack): New struct.
19697 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
19698 (avl-tree-enter): Add optional `updatefun' arg.
19699 (avl-tree--do-enter): Add optional `updatefun' arg.
19700 Change return value.
19701 (avl-tree-delete): Add optional `test' and `nilflag' args.
19702 (avl-tree--do-delete): Add `test' and `nilflag' args.
19703 Change return value.
19704 (avl-tree-member): Add optional `nilflag'
19705 (avl-tree-member-p): New function.
19706 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
19707 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
19708 (avl-tree-stack-empty-p): New functions.
19709
19710 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
19711 avl-tree--del-balance1 and make it work both ways.
19712 (avl-tree--del-balance2): Remove.
19713 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
19714 make it work both ways.
19715 (avl-tree--enter-balance2): Remove.
19716 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
19717 New macros.
19718 (avl-tree--mapc, avl-tree-map): Add direction argument.
19719
19720 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
19721
19722 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
19723
19724 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
19725
19726 * select.el: Support clipboard managers with built-in function
19727 x-clipboard-manager-save, via delete-frame-functions and
19728 kill-emacs-hook.
19729 (xselect-convert-to-targets): Add MULTIPLE target to list.
19730 (xselect-convert-to-save-targets): New function.
19731
19732 2011-05-27 Kenichi Handa <handa@m17n.org>
19733
19734 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
19735 let-binding rfc2047-encode-encoded-words to nil.
19736
19737 2011-05-27 Glenn Morris <rgm@gnu.org>
19738
19739 * mail/emacsbug.el: Don't require url-util.
19740
19741 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
19742
19743 * files.el (set-auto-mode):
19744 Also respect mode: entries at the end of the file. (Bug#8586)
19745
19746 2011-05-26 Glenn Morris <rgm@gnu.org>
19747
19748 * files.el (hack-local-variables-prop-line, hack-local-variables):
19749 Downcase mode names, as seems to be traditional.
19750 (hack-local-variables, hack-local-variables-apply): Doc fixes.
19751
19752 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
19753 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
19754
19755 2011-05-25 Julien Danjou <julien@danjou.info>
19756
19757 * textmodes/rst.el (rst-define-level-faces): Do not define face
19758 symbol if it is already defined.
19759
19760 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
19761
19762 * play/5x5.el (5x5-new-game, 5x5-randomize):
19763 Reset 5x5-solver-output to nil when a new grid is cast.
19764 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
19765 these debugging traces, as defmacro breaks the compiled code.
19766
19767 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
19768
19769 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
19770
19771 2011-05-24 Leo Liu <sdl.web@gmail.com>
19772
19773 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
19774 (vc-bzr-sha1): Adapt.
19775
19776 * sha1.el: Remove. Function `sha1' is now builtin.
19777
19778 * bindings.el: Provide sha1 feature.
19779
19780 2011-05-24 Kenichi Handa <handa@m17n.org>
19781
19782 * mail/sendmail.el: Require `rfc2047'.
19783 (mail-insert-from-field): Do not perform RFC2047 encoding.
19784 (mail-encode-header): New function.
19785 (sendmail-send-it): Set buffer-file-coding-system of the work
19786 buffer to the return value of select-message-coding-system.
19787 Call mail-encode-header.
19788
19789 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
19790
19791 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
19792
19793 * mail/supercite.el (sc-default-cite-frame):
19794 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
19795
19796 2011-05-24 Glenn Morris <rgm@gnu.org>
19797
19798 * progmodes/python.el (brm-menu): Declare.
19799
19800 * emulation/viper.el (viper-set-hooks): Declare.
19801
19802 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
19803 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
19804 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
19805 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
19806 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
19807 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
19808
19809 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
19810
19811 Add an :exit-function for completion-at-point.
19812
19813 * minibuffer.el (completion--done): New fun.
19814 (completion--do-completion): Use it. New arg `expect-exact'.
19815 (minibuffer-complete, minibuffer-complete-word): Don't output message,
19816 since completion--do-completion does it for us now.
19817 (minibuffer-force-complete): Use completion--done and
19818 completion--replace. Handle sole-completion case with more care.
19819 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
19820 (completion-extra-properties): New var.
19821 (completion-annotate-function): Make obsolete.
19822 (minibuffer-completion-help): Adjust accordingly.
19823 Use completion-list-insert-choice-function.
19824 (completion-at-point, completion-help-at-point):
19825 Bind completion-extra-properties.
19826 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
19827 * simple.el (completion-list-insert-choice-function): New var.
19828 (completion-setup-function): Preserve it.
19829 (choose-completion): Pay attention to it, shuffle the code a bit.
19830 (choose-completion-string): New arg `insert-function'.
19831
19832 * textmodes/bibtex.el: Convert to lexical binding.
19833 (bibtex-mode-map): Use completion-at-point.
19834 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
19835 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
19836 (bibtex-complete): Define as obsolete alias.
19837 (bibtex-complete-internal): Remove.
19838 (bibtex-format-entry): Remove unused sub-group in regexp.
19839 * shell.el (shell--command-completion-data)
19840 (shell-environment-variable-completion):
19841 * pcomplete.el (pcomplete-completions-at-point):
19842 * comint.el (comint--complete-file-name-data): Use :exit-function
19843 instead of completion-table-with-terminator so it also works for
19844 choose-completion.
19845
19846 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
19847
19848 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
19849
19850 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
19851 (bug#8710).
19852
19853 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
19854
19855 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
19856
19857 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
19858 customization variable and implement: If non-nil, auto-fill will
19859 be inhibited while on topic's header line.
19860
19861 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
19862
19863 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
19864 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
19865 always have a solution in grid size = 5 cases.
19866 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
19867 (5x5-solver-output, 5x5-log-buffer): New vars.
19868 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
19869 Make these variables buffer local to achieve 5x5 multi-session-ness.
19870 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
19871 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
19872 (5x5-solve-suggest): New funs.
19873 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
19874 randomize a grid so that we ensure that there is always a solution.
19875 (5x5-make-random-grid): Allow other movement than flipping.
19876
19877 2011-05-23 Kevin Ryde <user42@zip.com.au>
19878
19879 * emacs-lisp/advice.el (ad-read-advised-function):
19880 Use `function-called-at-point' as the default, if it has
19881 advice and passes PREDICATE.
19882
19883 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
19884
19885 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
19886 byte-compile-lambda if it's actually a lambda.
19887
19888 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
19889 Fix function quoting. Use backquote better.
19890
19891 2011-05-22 Yuanle Song <sylecn@gmail.com>
19892
19893 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
19894 matching (Bug#8516).
19895
19896 2011-01-22 Jari Aalto <jari.aalto@cante.net>
19897
19898 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
19899 different face (Bug#8178).
19900
19901 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
19902
19903 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
19904 defface (Bug#8144).
19905
19906 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19907
19908 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
19909 funcall as well (bug#8712). Warn when performing those conversions.
19910 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
19911
19912 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
19913
19914 2011-05-22 Glenn Morris <rgm@gnu.org>
19915
19916 * files.el (hack-local-variables-prop-line): Small simplifications.
19917 (hack-local-variables, hack-local-variables-prop-line):
19918 If MODE-ONLY, return the mode, rather than just `t'.
19919
19920 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
19921
19922 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
19923
19924 2011-05-21 Glenn Morris <rgm@gnu.org>
19925
19926 * files.el (hack-local-variables-prop-line, hack-local-variables):
19927 If only interested in the mode, don't bother doing the other stuff.
19928
19929 * image-mode.el (image-after-revert-hook):
19930 Redraw all frames on which the image is visible. (Bug#8567)
19931
19932 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
19933
19934 * wid-edit.el (widget-checklist-match-inline):
19935 Fix 2011-04-19 change. (Bug#8649)
19936
19937 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19938
19939 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
19940 Also allow singlespace after single-letter capitals followed by a dot.
19941
19942 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
19943 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
19944
19945 2011-05-20 Nix <nix@esperi.org.uk>
19946
19947 * files.el (basic-save-buffer-2):
19948 Fix handling of break-hardlink-on-save with non-existent files.
19949
19950 2011-05-19 Deniz Dogan <deniz@dogan.se>
19951
19952 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
19953 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
19954
19955 2011-05-19 Glenn Morris <rgm@gnu.org>
19956
19957 * progmodes/f90.el (f90-type-def-re):
19958 Handle "type, bind(c)". (Bug#8691)
19959
19960 * emacs-lisp/autoload.el (batch-update-autoloads):
19961 Set autoload-excludes by parsing loadup.el rather than Makefiles.
19962
19963 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
19964
19965 * net/tramp.el (tramp-process-actions): Set "first-password-request"
19966 property for the correct connection in case of multihops.
19967
19968 2011-05-18 Glenn Morris <rgm@gnu.org>
19969
19970 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
19971 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
19972
19973 Rationalize calendar handling of day and month abbrev-arrays.
19974 * calendar/calendar.el (calendar-customized-p): New function.
19975 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
19976 (calendar-day-name-array, calendar-month-name-array): Doc fix.
19977 Add :set function.
19978 (calendar-abbrev-length, calendar-day-abbrev-array)
19979 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
19980 (calendar-day-abbrev-array, calendar-month-abbrev-array):
19981 Elements may no longer be nil.
19982 (calendar-day-name, calendar-month-name):
19983 Update for changed nature of abbrev arrays.
19984 * calendar/diary-lib.el (diary-name-pattern):
19985 Update for changed nature of abbrev arrays.
19986 (diary-mark-entries-1): Update calendar-make-alist calls.
19987 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
19988 * calendar/cal-html.el (cal-html-day-abbrev-array):
19989 Simply inherit from calendar-day-abbrev-array.
19990
19991 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
19992
19993 * progmodes/grep.el (grep-mode): Disable default
19994 compilation-directory-matcher setting (bug#8684).
19995
19996 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
19997
19998 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
19999 instead of "head" and "tail". There were problems with SunOS 5.9,
20000 and it performs better.
20001
20002 2011-05-17 Glenn Morris <rgm@gnu.org>
20003
20004 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
20005
20006 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
20007 Replace obsolete function.
20008
20009 * shell.el (pcomplete-parse-arguments-function): Declare.
20010
20011 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
20012 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
20013 (appt-check): Doc fixes.
20014 (appt-disp-window-function, appt-delete-window-function):
20015 Remove needless special case in custom :type.
20016 (appt-display-count): Default to 0, not nil.
20017 (appt-check): Reset appt-display-count to 0, not nil.
20018
20019 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
20020
20021 * progmodes/python.el (python-font-lock-keywords):
20022 Add the Python 3.X keyword "nonlocal" (bug#8639).
20023
20024 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
20025
20026 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
20027
20028 2011-05-16 Kevin Ryde <user42@zip.com.au>
20029
20030 * info-look.el (makefile-automake-mode): New setups, looking in
20031 automake manual, then makefile-mode.
20032 (makefile-mode): Remove automake manual, have it just in
20033 makefile-automake-mode since there's various things different or
20034 not relevant to plain make.
20035 (makefile-mode): Remove "other-modes" non-existent automake-mode,
20036 believe a hypothetical automake-mode would go to makefile-mode,
20037 not the other way around.
20038
20039 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
20040
20041 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
20042 hunk-end tags (Bug#8672).
20043
20044 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
20045 vc-annotate-show-diff-revision-at-line (Bug#8671).
20046
20047 2011-05-14 Glenn Morris <rgm@gnu.org>
20048
20049 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
20050 in the middle of an existing one with multiple authors. (Bug#8645)
20051 (change-log-font-lock-keywords): Also handle multiple author lines
20052 with leading tabs. (Bug#8644)
20053
20054 * calendar/appt.el (appt-check): Rename some local variables.
20055 Some simplification/reordering.
20056
20057 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
20058 (feedmail-sendmail-f-doesnt-sell-me-out)
20059 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
20060 (feedmail-debug-sit-for, feedmail-queue-express-hook)
20061 (feedmail-queue-runner-message-sender): Set :version.
20062 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
20063 (bbdb-dwim-net-address, vm-mail): Declare.
20064 (feedmail-binmail-gnulinuxish-template):
20065 Rename from feedmail-binmail-linuxish-template.
20066 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
20067 Use insert-buffer-substring.
20068
20069 2011-05-14 Bill Carpenter <bill@carpenter.org>
20070
20071 * mail/feedmail.el (feedmail-patch-level): Increase.
20072 (feedmail-debug): New custom group.
20073 (feedmail-confirm-outgoing-timeout)
20074 (feedmail-sendmail-f-doesnt-sell-me-out)
20075 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
20076 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
20077 (feedmail-sender-line, feedmail-from-line)
20078 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
20079 (feedmail-spray-this-address)
20080 (feedmail-spray-address-fiddle-plex-list)
20081 (feedmail-queue-use-send-time-for-date)
20082 (feedmail-queue-use-send-time-for-message-id)
20083 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
20084 (feedmail-buffer-eating-function):
20085 Doc fixes.
20086 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
20087 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
20088 (feedmail-message-action-scroll-down): New functions.
20089 (feedmail-queue-directory, feedmail-queue-draft-directory):
20090 Use expand-file-name.
20091 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
20092 Remove C-v help entry.
20093 (feedmail-queue-buffer-file-name): New variable.
20094 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
20095 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
20096 (feedmail-message-action-send-strong, feedmail-message-action-edit)
20097 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
20098 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
20099 (feedmail-message-action-toggle-spray)
20100 (feedmail-run-the-queue-no-prompts)
20101 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
20102 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
20103 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
20104 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
20105 (feedmail-envelope-deducer, feedmail-fiddle-from)
20106 (feedmail-fiddle-sender, feedmail-default-date-generator)
20107 (feedmail-fiddle-date, feedmail-fiddle-message-id)
20108 (feedmail-fiddle-spray-address)
20109 (feedmail-fiddle-list-of-spray-fiddle-plexes)
20110 (feedmail-fiddle-list-of-fiddle-plexes)
20111 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
20112 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
20113 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
20114 Change default. Doc fix.
20115 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
20116 (feedmail-binmail-linuxish-template): New constant.
20117 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
20118 Respect feedmail-sendmail-f-doesnt-sell-me-out.
20119 (feedmail-send-it): Add debug call.
20120 Use feedmail-queue-buffer-file-name, and
20121 feedmail-send-it-immediately-wrapper.
20122 (feedmail-message-action-send): Add debug call.
20123 Use feedmail-send-it-immediately-wrapper.
20124 (feedmail-queue-express-to-queue): Add debug call.
20125 Run feedmail-queue-express-hook.
20126 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
20127 (feedmail-message-action-help-blat):
20128 Rename from feedmail-queue-send-edit-prompt-help-first.
20129 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
20130 Check line-endings. Handle errors better.
20131 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
20132 Doc fix. Add debug call.
20133 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
20134 Use feedmail-queue-send-edit-prompt-inner.
20135 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
20136 (feedmail-queue-send-edit-prompt-inner): New function, extracted
20137 from feedmail-queue-send-edit-prompt.
20138 (feedmail-queue-send-edit-prompt-help)
20139 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
20140 (feedmail-tidy-up-slug): Add debug call.
20141 Respect feedmail-queue-slug-suspect-regexp.
20142 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
20143 (feedmail-dump-message-to-queue): Add debug call.
20144 Expand queue-directory.
20145 (feedmail-dump-message-to-queue): Change message slightly.
20146 Use feedmail-say-chatter.
20147 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
20148 (feedmail-send-it-immediately-wrapper): New function.
20149 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
20150 Insert empty string rather than newline. Handle full-frame case.
20151 Use catch/throw. Use feedmail-say-chatter.
20152 (feedmail-fiddle-from): Try mail-host-address.
20153 (feedmail-default-message-id-generator): Doc fix.
20154 Bind system-time-locale. Handle missing end.
20155 (feedmail-fiddle-x-mailer): Add debug call.
20156 Handle feedmail-x-mailer-line being nil.
20157 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
20158 Add debug call. Use buffer-substring-no-properties.
20159 (feedmail-say-debug, feedmail-say-chatter): New functions.
20160 (feedmail-find-eoh): Give an explicit error.
20161
20162 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
20163
20164 * net/newst-treeview.el (newsticker-treeview-face): Change default
20165 family from helvetica to sans.
20166 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
20167 etc/images/newsticker.
20168
20169 * net/newst-reader.el (newsticker-feed-face): Change default
20170 family from helvetica to sans.
20171
20172 * net/newst-plainview.el (newsticker-new-item-face)
20173 (newsticker-old-item-face, newsticker-immortal-item-face)
20174 (newsticker-obsolete-item-face, newsticker-date-face)
20175 (newsticker-statistics-face): Change default family from
20176 helvetica to sans.
20177 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
20178 etc/images/newsticker.
20179
20180 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
20181 (newsticker--process-auto-mark-filter-match): Tell user about
20182 auto-marking.
20183
20184 2011-05-13 Didier Verna <didier@xemacs.org>
20185
20186 Common Lisp indentation improvements on defmethod and lambda-lists.
20187 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
20188 TODO entries.
20189 (lisp-lambda-list-keyword-parameter-indentation)
20190 (lisp-lambda-list-keyword-parameter-alignment)
20191 (lisp-lambda-list-keyword-alignment): New customizable user options.
20192 (lisp-indent-defun-method): Improve docstring.
20193 (extended-loop-p): Fix comment.
20194 (lisp-indent-lambda-list-keywords-regexp): New variable.
20195 (lisp-indent-lambda-list): New function.
20196 (lisp-indent-259): Use it.
20197 (lisp-indent-defmethod): Support for more than one
20198 method qualifier and properly indent methods lambda-lists.
20199 (defgeneric): Provide a missing common-lisp-indent-function property.
20200
20201 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
20202
20203 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
20204 bounds for the empty string (bug#8667).
20205
20206 2011-05-13 Glenn Morris <rgm@gnu.org>
20207
20208 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
20209
20210 * mail/sendmail.el (sendmail-program): Try executable-find first.
20211 (sendmail-send-it): `sendmail-program' cannot be unbound.
20212
20213 * calendar/appt.el (appt-make-list): Simplify.
20214 (appt-time-msg-list): Doc fix.
20215 (appt-check): Change mode-line message at the time of the appointment.
20216
20217 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
20218
20219 * progmodes/ld-script.el (ld-script-keywords)
20220 (ld-script-builtins): Update keywords list.
20221
20222 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20223
20224 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
20225
20226 * shell.el (shell-completion-vars): New function.
20227 (shell-mode):
20228 * simple.el (read-shell-command): Use it.
20229 (blink-matching-open): No need for " [...]" in minibuffer-message.
20230
20231 2011-05-12 Glenn Morris <rgm@gnu.org>
20232
20233 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
20234 (appt-check): Simplify.
20235
20236 2011-05-12 Eli Zaretskii <eliz@gnu.org>
20237
20238 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
20239 literal "/dev/null".
20240
20241 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20242
20243 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
20244 Fix typo.
20245
20246 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
20247
20248 * progmodes/which-func.el (which-function):
20249 Use add-log-current-defun instead of add-log-current-defun-function,
20250 which might not be defined (Bug#8260).
20251
20252 2011-05-12 Glenn Morris <rgm@gnu.org>
20253
20254 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
20255 Let byte-compile-initial-macro-environment always take precedence.
20256
20257 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20258
20259 * net/rcirc.el: Add support for SSL/TLS connections.
20260 (rcirc-server-alist): New field `encryption'.
20261 (rcirc): Check `encryption' settings.
20262 (rcirc-connect): New arg `encryption'. Use open-network-stream.
20263 Merge make-local-variable into `set'.
20264 (rcirc--connection-open-p): New function.
20265 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
20266 the process is not a network process (e.g. running gnutls-cli).
20267 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
20268 Make rcirc-(en|de)code-coding-system local here.
20269 (rcirc-mode): Merge make-local-variable into `set'.
20270 (rcirc-parent-buffer): Make permanent buffer-local.
20271 (rcirc-multiline-minor-mode): Don't do it here.
20272 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
20273 there's no server buffer.
20274
20275 2011-05-11 Glenn Morris <rgm@gnu.org>
20276
20277 * newcomment.el (comment-kill): Prefix "unused" local.
20278
20279 * term/w32console.el (get-screen-color): Declare.
20280
20281 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
20282 Handle symbol elements of byte-compile-initial-macro-environment.
20283
20284 2011-05-10 Leo Liu <sdl.web@gmail.com>
20285
20286 * bookmark.el (bookmark-bmenu-mode-map):
20287 Bind bookmark-bmenu-search to `/'.
20288
20289 * mail/footnote.el: Convert to utf-8 encoding.
20290 (footnote-unicode-string, footnote-unicode-regexp): New variable.
20291 (Footnote-unicode): New function.
20292 (footnote-style-alist): Add unicode style to the list.
20293 (footnote-style): Doc fix.
20294
20295 2011-05-10 Jim Meyering <meyering@redhat.com>
20296
20297 Fix doubled-word typos.
20298 * international/quail.el (quail-insert-kbd-layout): and and -> and
20299 * kermit.el: and and -> and
20300 * net/ldap.el (ldap-search-internal): to to -> to
20301 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
20302 * progmodes/js.el (js-mode): and and -> and
20303 * textmodes/artist.el (artist-move-to-xy): at at -> at
20304 (artist-draw-region-trim-line-endings): if if -> if
20305 And Safetyc -> Safety.
20306 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
20307
20308 2011-05-10 Glenn Morris <rgm@gnu.org>
20309 Stefan Monnier <monnier@iro.umontreal.ca>
20310
20311 * files.el (hack-one-local-variable-eval-safep):
20312 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
20313
20314 2011-05-10 Glenn Morris <rgm@gnu.org>
20315
20316 * calendar/diary-lib.el (diary-list-entries-hook)
20317 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
20318 (diary-nongregorian-marking-hook, diary-list-entries)
20319 (diary-include-other-diary-files, diary-mark-entries)
20320 (diary-mark-included-diary-files): Doc fixes.
20321
20322 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
20323
20324 * misc.el: Require tabulated-list.el during compilation.
20325
20326 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
20327
20328 * progmodes/compile.el (compilation-start):
20329 Run compilation-filter-hook for the async case too.
20330 (compilation-filter-hook): Doc fix.
20331
20332 2011-05-09 Deniz Dogan <deniz@dogan.se>
20333
20334 * wdired.el: Remove outdated installation comment. Fix usage
20335 comment.
20336
20337 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
20338
20339 * misc.el: Implement new command `list-dynamic-libraries'.
20340 (list-dynamic-libraries--loaded-only-p): New variable.
20341 (list-dynamic-libraries--refresh): New function.
20342 (list-dynamic-libraries): New command.
20343
20344 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
20345
20346 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20347 Fix the ant regexp to handle end-line and end-column info from jikes.
20348 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
20349 higher priority to avoid clobbering by gnu.
20350
20351 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
20352
20353 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
20354 if the face has existing theme settings (Bug#8454).
20355
20356 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
20357
20358 * progmodes/perl-mode.el (perl-imenu-generic-expression):
20359 Only match variables declared via `my' or `our' (Bug#8261).
20360
20361 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
20362 special file names `.' and `..' (Bug#8259).
20363
20364 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
20365
20366 * progmodes/grep.el (grep-mode-font-lock-keywords):
20367 Remove buffer-changing entries.
20368 (grep-filter): New function.
20369 (grep-mode): Add it to compilation-filter-hook.
20370
20371 * progmodes/compile.el (compilation-filter-hook)
20372 (compilation-filter-start): New defvars.
20373 (compilation-filter): Call compilation-filter-hook prior to
20374 updating the process mark.
20375
20376 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
20377
20378 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
20379
20380 2011-05-07 Eli Zaretskii <eliz@gnu.org>
20381
20382 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
20383 mailclient-send-it even if window-system is nil. (Bug#8595)
20384
20385 * term/w32console.el (terminal-init-w32console):
20386 Call get-screen-color and use its output to set the frame
20387 background-mode. (Bug#8597)
20388
20389 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
20390
20391 Make bytecomp.el understand that defmethod defines funs (bug#8631).
20392 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
20393 New functions.
20394 (defgeneric, eieio--defmethod): Use them.
20395 (eieio-defgeneric): Remove.
20396 (defmethod): Call defgeneric in a way visible to the byte-compiler.
20397
20398 2011-05-07 Glenn Morris <rgm@gnu.org>
20399
20400 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
20401 Use let rather than let*.
20402 (timeclock-find-discrep): Remove unused local.
20403
20404 * calendar/diary-lib.el (diary-comment-start): Doc fix.
20405
20406 * calendar/appt.el (appt-time-msg-list): Doc fix.
20407
20408 2011-05-06 Noah Friedman <friedman@splode.com>
20409
20410 * apropos.el (apropos-print-doc): Only use
20411 emacs-lisp-docstring-fill-column when it is bound to an integer,
20412 per that variable's documentation.
20413
20414 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20415
20416 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
20417 and warnings are not silently discarded (e.g. use -d instead of -P).
20418
20419 2011-05-06 Glenn Morris <rgm@gnu.org>
20420
20421 * calendar/appt.el (appt-message-warning-time): Doc fix.
20422 (appt-warning-time-regexp): New option.
20423 (appt-make-list): Respect appt-message-warning-time.
20424
20425 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
20426 New options.
20427 (diary-add-to-list): Strip comments from the displayed string.
20428 (diary-mode): Set comment-start and comment-end.
20429
20430 * vc/diff-mode.el (smerge-refine-subst): Declare.
20431 (diff-refine-hunk): Don't require smerge-mode when compiling.
20432
20433 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
20434
20435 * simple.el (list-processes): Return nil as the docstring says.
20436
20437 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
20438
20439 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
20440 to "".
20441 (ange-ftp-write-region, ange-ftp-insert-file-contents)
20442 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
20443 determining of binary transfer. (Bug#7383)
20444
20445 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
20446
20447 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20448 Fix port computation bug. (Bug#8618)
20449
20450 2011-05-05 Glenn Morris <rgm@gnu.org>
20451
20452 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
20453
20454 * simple.el (shell-dynamic-complete-functions)
20455 (comint-dynamic-complete-functions): Declare.
20456
20457 * net/network-stream.el (gnutls-negotiate):
20458 * simple.el (tabulated-list-print): Fix declarations.
20459
20460 * progmodes/gud.el (syntax-symbol, syntax-point):
20461 Remove unnecessary and incorrect declarations.
20462
20463 * emacs-lisp/check-declare.el (check-declare-scan):
20464 Handle byte-compile-initial-macro-environment in bytecomp.el.
20465
20466 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20467
20468 Fix earlier half-done eieio-defmethod change (bug#8338).
20469 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
20470 Streamline and change calling convention.
20471 (defmethod): Adjust accordingly and simplify.
20472 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
20473 new eieio--defmethod.
20474 (slot-boundp): Minor CSE simplification.
20475
20476 2011-05-05 Milan Zamazal <pdm@zamazal.org>
20477
20478 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
20479 (glasses-make-readable): Use glasses-separate-capital-groups.
20480
20481 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
20482
20483 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
20484 (warning-series): Doc fix.
20485 (display-warning): Don't try to create the buffer if we just found it.
20486
20487 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
20488
20489 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
20490 (autoload-find-generated-file): New function.
20491 (generate-file-autoloads): Bind generated-autoload-file to
20492 buffer-file-name.
20493 (update-file-autoloads, update-directory-autoloads):
20494 Use autoload-find-generated-file. If called interactively, prompt for
20495 output file (Bug#7989).
20496 (batch-update-autoloads): Doc fix.
20497
20498 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
20499
20500 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
20501
20502 2011-05-04 Glenn Morris <rgm@gnu.org>
20503
20504 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
20505 function, so it follows changes in calendar-date-style.
20506 (diary-fancy-date-matcher): New function.
20507 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
20508 (diary-fancy-font-lock-fontify-region-function):
20509 Use diary-fancy-date-pattern as a function.
20510
20511 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
20512 non-numbers for `year' etc pseudo-variables. (Bug#8583)
20513
20514 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
20515
20516 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
20517 instead of positional arguments. Allow :keylist and :crlfiles
20518 arguments.
20519 (open-gnutls-stream): Call it.
20520
20521 * net/network-stream.el (network-stream-open-starttls): Adjust to
20522 call `gnutls-negotiate' with :process and :hostname arguments.
20523
20524 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
20525
20526 * minibuffer.el (completion--message): New function.
20527 (completion--do-completion, minibuffer-complete)
20528 (minibuffer-force-complete, minibuffer-complete-word): Use it.
20529 (completion--do-completion): Don't ignore completion-auto-help when in
20530 icomplete-mode.
20531
20532 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
20533 internal encoding (e.g. tibetan zero is not whitespace).
20534 (global-whitespace-mode): Prefer save-current-buffer.
20535 (whitespace-trailing-regexp): Remove useless save-match-data.
20536 (whitespace-empty-at-bob-regexp): Minor simplification.
20537
20538 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
20539
20540 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
20541
20542 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20543
20544 * textmodes/ispell.el (ispell-add-per-file-word-list):
20545 Use `concat' to create string for insertion.
20546
20547 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
20548
20549 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
20550 Avoid open-line which runs post-self-insert-hook.
20551 (bibtex-fill-entry): Remove unused `end' var.
20552
20553 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
20554
20555 * textmodes/ispell.el (ispell-add-per-file-word-list):
20556 Protect against `nil' value of `comment-start' (Bug#8579).
20557
20558 2011-05-03 Leo Liu <sdl.web@gmail.com>
20559
20560 * isearch.el (isearch-yank-pop): New command.
20561 (isearch-mode-map): Bind it to `M-y'.
20562 (isearch-forward): Mention it.
20563
20564 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
20565
20566 * simple.el (minibuffer-complete-shell-command): Remove.
20567 (minibuffer-local-shell-command-map): Use completion-at-point.
20568 (read-shell-command): Setup completion vars here instead.
20569 (read-expression-map): Bind TAB to symbol completion.
20570
20571 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
20572 error directly rather via storing it into `results'.
20573
20574 2011-05-02 Leo Liu <sdl.web@gmail.com>
20575
20576 * vc/diff.el: Fix description.
20577
20578 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20579
20580 * server.el (server-eval-at): New function.
20581
20582 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20583
20584 * net/network-stream.el (open-network-stream): Take a :nowait
20585 parameter and pass it on to `make-network-process'.
20586 (network-stream-open-plain): Ditto.
20587
20588 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
20589
20590 * faces.el (face-spec-set-match-display): Don't match toolkit
20591 options on terminal frames.
20592
20593 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20594
20595 * progmodes/pascal.el: Use lexical binding.
20596 (pascal-mode-map): Remove author preferences.
20597
20598 * pcomplete.el (pcomplete-std-complete): Don't abuse
20599 completion-at-point.
20600
20601 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
20602
20603 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
20604 removing code that has been dead since 1991 or so.
20605
20606 * startup.el (command-line): When warning about "_emacs", use a
20607 delayed warning to allow the user to filter it out.
20608
20609 2011-04-28 Deniz Dogan <deniz@dogan.se>
20610
20611 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
20612 user has not joined.
20613
20614 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20615
20616 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
20617 aren't any completions at point.
20618
20619 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
20620
20621 * subr.el (display-delayed-warnings): New function.
20622 (delayed-warnings-hook): New variable.
20623
20624 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20625
20626 * minibuffer.el (completion-at-point, completion-help-at-point):
20627 Don't presume that a given completion-at-point-function will always
20628 use the same calling convention.
20629
20630 * pcomplete.el (pcomplete-completions-at-point):
20631 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
20632 pcomplete-seen is non-nil.
20633 (pcomplete-comint-setup): Also recognize the new comint/shell
20634 completion functions.
20635 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
20636 pcomplete-seen is non-nil.
20637
20638 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
20639
20640 * calendar/icalendar.el (diary-lib): Add require statement.
20641 (icalendar--create-uid): Read out a uid from a text-property on
20642 the first character in the entry. This allows for code to add its
20643 own uid to the entry.
20644 (icalendar--convert-float-to-ical): Add export of
20645 `diary-float'-entries save for those with the optional DAY
20646 argument.
20647
20648 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
20649
20650 * subr.el (shell-quote-argument): Use alternate escaping strategy
20651 when we spot a variable reference in a string.
20652
20653 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
20654
20655 * cus-start.el (all): Define customization for debug-on-event.
20656
20657 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
20658
20659 * subr.el (shell-quote-argument): Escape correctly under Windows.
20660
20661 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
20662
20663 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
20664
20665 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
20666
20667 * net/tramp.el (tramp-process-actions): Add POS argument.
20668 Delete region between POS and (pos).
20669
20670 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20671 Use `nil' position in `tramp-process-actions' call.
20672 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
20673
20674 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
20675 position in `tramp-process-actions' call.
20676
20677 * net/trampver.el: Update release number.
20678
20679 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
20680
20681 * custom.el (defcustom): Obey lexical-binding.
20682
20683 Fix octave-inf completion problems reported by Alexander Klimov.
20684 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
20685 Inherit from octave-mode-syntax-table.
20686 (inferior-octave-mode): Set info-lookup-mode.
20687 (inferior-octave-completion-at-point): New function.
20688 (inferior-octave-complete): Use it and completion-in-region.
20689 (inferior-octave-dynamic-complete-functions): Use it as well, and use
20690 comint-filename-completion.
20691 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
20692 symbol elements which shouldn't be word elements.
20693 (octave-font-lock-keywords, octave-beginning-of-defun)
20694 (octave-function-header-regexp): Adjust regexps accordingly.
20695 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
20696
20697 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
20698
20699 * net/gnutls.el (gnutls-errorp): Declare before first use.
20700
20701 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
20702
20703 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
20704 verify-error, and verify-hostname-error parameters. Check whether
20705 default trustfile exists before going to use it. Add missing
20706 argument to gnutls-message-maybe call. Return value.
20707 Reported by Claudio Bley <claudio.bley@gmail.com>.
20708 (open-gnutls-stream): Add usage example.
20709
20710 * net/network-stream.el (network-stream-open-starttls): Give host
20711 parameter to `gnutls-negotiate'.
20712 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
20713 * subr.el (shell-quote-argument): Escape correctly under Windows.
20714
20715 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
20716
20717 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
20718 Use correct match group (bug#8438).
20719
20720 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
20721
20722 * emacs-lisp/package.el (package-built-in-p): Fix typo.
20723 (package-menu--generate): New arg specifying packages to show.
20724 (package-menu-refresh, package-menu-execute, list-packages):
20725 Callers changed.
20726 (package-show-package-list): New function, replacing deleted
20727 package--list-packages (renamed because it is non-internal).
20728
20729 * finder.el (finder-list-matches): Use package-show-package-list
20730 instead of deleted package--list-packages.
20731
20732 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
20733 Based on a previous implementation by Juanma Barranquero (Bug#8366).
20734 (vc-annotate-mode-map): Bind it to RET.
20735
20736 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
20737
20738 * progmodes/etags.el (next-file): Don't use set-buffer to change
20739 buffers (Bug#8478).
20740
20741 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
20742
20743 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
20744
20745 * apropos.el (apropos-label-face): Avoid variable-pitch face.
20746 (apropos-accumulator): Doc fix.
20747 (apropos-function, apropos-macro, apropos-command)
20748 (apropos-variable, apropos-face, apropos-group, apropos-widget)
20749 (apropos-plist): Add face property.
20750 (apropos-symbols-internal): Fix indentation.
20751 (apropos-print): Simplify help, and recognize apropos-multi-type.
20752 (apropos-print-doc): Use button-type-get to extract the button's
20753 face property. Fill docstring (Bug#8352).
20754
20755 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
20756
20757 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
20758
20759 * play/mpuz.el (mpuz-silent): Doc fix.
20760 (mpuz-mode-map): Use mapc.
20761 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
20762 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
20763 Fix typos in docstrings.
20764
20765 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
20766 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
20767
20768 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
20769
20770 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
20771
20772 * minibuffer.el (completion--do-completion): Avoid the "Next char
20773 not unique" prompt if icomplete-mode is enabled (Bug#5849).
20774
20775 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
20776 mouse-2 into unread-command-events, it is interpreted correctly.
20777
20778 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
20779 (image-toggle-display): Doc fix.
20780
20781 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
20782
20783 * textmodes/page.el (what-page): Use line-number-at-pos to
20784 calculate line number (Bug#6825).
20785
20786 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
20787
20788 * eshell/esh-mode.el (find-tag-interactive): Declare function.
20789 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
20790 Pass argument NO-DEFAULT to `find-tag-interactive'.
20791
20792 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
20793
20794 Lexical-binding cleanup.
20795
20796 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
20797 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
20798 * progmodes/ada-prj.el (ada-prj-initialize-values)
20799 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
20800 (ada-prj-show-value):
20801 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
20802 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
20803 (antlr-invalidate-context-cache, antlr-options-menu-filter)
20804 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
20805 * progmodes/bug-reference.el (bug-reference-push-button):
20806 * progmodes/fortran.el (fortran-line-length):
20807 * progmodes/glasses.el (glasses-change):
20808 * progmodes/octave-mod.el (octave-fill-paragraph):
20809 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
20810 (python-pdbtrack-grub-for-buffer, python-sentinel):
20811 * progmodes/sql.el (sql-save-connection):
20812 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
20813 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
20814 Mark unused parameters.
20815
20816 * progmodes/compile.el (compilation--flush-directory-cache)
20817 (compilation--flush-parse, compile-internal): Mark unused parameters.
20818 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
20819 (compilation-next-error-function): Remove unused variable `timestamp'.
20820
20821 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
20822 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
20823
20824 * progmodes/dcl-mode.el (dcl-end-of-command):
20825 Remove unused variable `start'.
20826 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
20827 (dcl-option-value-basic, dcl-option-value-offset)
20828 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
20829 Mark unused parameters.
20830 (dcl-save-local-variable): Remove unused variable `val'.
20831 (mode): Declare.
20832
20833 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
20834 Mark unused parameters.
20835 (delphi-ignore-changes): Move before first use.
20836 (delphi-charset-token-at): Remove unused variable `start'.
20837 (delphi-else-start): Remove unused variable `if-count'.
20838 (delphi-comment-block-start, delphi-comment-block-end):
20839 Remove unused variable `kind'.
20840 (delphi-indent-line): Remove unused variable `new-point'.
20841
20842 * progmodes/ebrowse.el (ebrowse-files-list)
20843 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
20844 Mark unused parameters. Don't quote `lambda'.
20845 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
20846 Don't quote `lambda'.
20847 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
20848 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
20849 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
20850 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
20851 Use `ignore-errors'.
20852 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
20853 (ebrowse-view/find-file-and-search-pattern)
20854 (ebrowse-view/find-member-declaration/definition):
20855 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
20856 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
20857 Rename parameter PREFIX-ARG to PREFIX.
20858 (ebrowse-tags-read-name): Remove unused variables `start' and
20859 `member-info'.
20860 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
20861 to `tags-file'.
20862
20863 * progmodes/etags.el (local-find-tag-hook): Declare.
20864 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
20865 Mark unused parameters.
20866
20867 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
20868 (executable-interpret): Mark unused parameter.
20869
20870 * progmodes/flymake.el (flymake-process-sentinel)
20871 (flymake-after-change-function)
20872 (flymake-create-temp-with-folder-structure)
20873 (flymake-get-include-dirs-dot): Mark unused parameters.
20874 (flymake-safe-delete-directory): Remove unused variable `err'.
20875
20876 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
20877 (speedbar-timer-fn, speedbar-line-text)
20878 (speedbar-change-expand-button-char, speedbar-delete-subblock)
20879 (speedbar-center-buffer-smartly): Declare functions.
20880 (gdb-find-watch-expression): Remove unused variable `array'.
20881 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
20882 (gdb-starting): Mark unused parameters.
20883 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
20884 (gdb-table-string): Remove unused variable `res'.
20885 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
20886 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
20887 (gdb-display-buffer): Remove unused variable `cur-size'.
20888
20889 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
20890 allow lexical-binding compilation.
20891 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
20892 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
20893 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
20894 Mark unused parameters.
20895 (gud-gdb-marker-filter): Remove unused variable `match'.
20896 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
20897 lambda expressions and funcall them, instead of using `fset'.
20898
20899 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
20900 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
20901
20902 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
20903 variable `header-beg'; use `let'.
20904
20905 * progmodes/icon.el (indent-icon-exp): Remove unused variables
20906 `restart', `last-sexp' and `at-do'.
20907
20908 * progmodes/js.el (js--debug): Mark unused parameter.
20909 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
20910 (js--splice-into-items): Remove unused variable `item'.
20911 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
20912
20913 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
20914 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
20915 (makefile-complete): Remove unused variable `try'.
20916 (makefile-fill-paragraph, makefile-match-function-end):
20917 Mark unused parameters.
20918
20919 * progmodes/octave-inf.el (inferior-octave-complete):
20920 Remove unused variable `proc'.
20921 (inferior-octave-output-digest): Mark unused parameter.
20922
20923 * progmodes/perl-mode.el (perl-calculate-indent):
20924 Remove unused variable `err'.
20925
20926 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
20927 (prolog-indent-line): Mark unused parameters.
20928 (prolog-indent-line): Remove unused variable `beg'.
20929
20930 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
20931 (reporter-dont-compact-list): Declare.
20932
20933 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
20934 Remove unused variable `char'.
20935 (sh-debug): Mark unused parameter.
20936 (sh-get-indent-info): Remove unused variable `start'.
20937 (sh-calculate-indent): Remove unused variable `var'.
20938
20939 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
20940 (simula-electric-keyword): Remove unused variable `null'.
20941 (simula-search-backward, simula-search-forward): Remove unused
20942 variables `begin' and `end'.
20943
20944 * progmodes/vera-mode.el (vera-guess-basic-syntax):
20945 Remove unused variable `pos'.
20946 (vera-electric-tab, vera-comment-uncomment-region):
20947 Mark unused parameters.
20948 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
20949
20950 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
20951
20952 * emacs-lisp/package.el (package--builtins, package-alist)
20953 (package-load-descriptor, package-built-in-p, package-activate)
20954 (define-package, package-installed-p)
20955 (package-compute-transaction, package-buffer-info)
20956 (package--push): Doc fix. Distinguish more clearly between
20957 version strings and version lists.
20958
20959 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
20960
20961 Lexical-binding cleanup.
20962
20963 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
20964 (5x5-make-mutate-best):
20965 * play/fortune.el (fortune-in-buffer):
20966 * play/gomoku.el (gomoku-init-display):
20967 * play/solitaire.el (solitaire, solitaire-do-check):
20968 * play/tetris.el (tetris-default-update-speed-function):
20969 Mark unused parameters.
20970
20971 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
20972 (bubbles--shift): Remove unused variable `char-org'.
20973 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
20974 (bubbles--show-images): Remove unused variable `char'.
20975
20976 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
20977 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
20978 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
20979 (decipher-analyze-buffer): Use ?\s.
20980 (decipher-make-checkpoint): Remove unused variable `mapping'.
20981
20982 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
20983
20984 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
20985 Remove unused variable `result'; use `let'.
20986
20987 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
20988 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
20989 (gametree-children-shown-p, gametree-compute-reduced-score):
20990 Use `ignore-errors'.
20991
20992 * play/handwrite.el (ps-lpr-switches): Declare.
20993 (handwrite): Remove unused variables `pmin' and `lastp'.
20994
20995 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
20996
20997 * play/landmark.el (landmark-init-display)
20998 (landmark-update-naught-weights): Mark unused parameters.
20999 (landmark-y): Remove unused variable `noise'. Simplify.
21000 (landmark-human-plays): Remove unused variable `score'.
21001
21002 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
21003 (mpuz-try-proposal): Remove unused variable `game'.
21004
21005 * play/zone.el (life-patterns): Declare.
21006
21007 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
21008
21009 * vc/vc.el (ediff-vc-internal): Declare function.
21010
21011 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21012
21013 * shell.el: Use lexical-binding and std completion UI.
21014 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
21015 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
21016 comint-preoutput-filter-functions rather than on
21017 comint-output-filter-functions.
21018 (shell-command-completion, shell--command-completion-data)
21019 (shell-filename-completion, shell-environment-variable-completion)
21020 (shell-c-a-p-replace-by-expanded-directory): New functions.
21021 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
21022 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
21023 (shell-dynamic-complete-environment-variable): Use them.
21024 (shell-dynamic-complete-as-environment-variable)
21025 (shell-dynamic-complete-as-command): Remove.
21026 (shell-match-partial-variable): Match past point.
21027 * comint.el: Clean up use of completion-at-point-functions.
21028 (comint-completion-at-point): New function.
21029 (comint-mode): Use it completion-at-point-functions.
21030 (comint-dynamic-complete): Make it obsolete.
21031 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
21032 (comint-c-a-p-replace-by-expanded-history): New function.
21033 (comint-dynamic-complete-functions)
21034 (comint-replace-by-expanded-history): Use it.
21035 * minibuffer.el (completion-table-with-terminator): Allow dynamic
21036 termination strings. Try harder to avoid second try-completion.
21037 (completion-in-region-mode-map): Disable bindings that don't work yet.
21038
21039 * comint.el: Use lexical-binding. Require CL.
21040 (comint-dynamic-complete-functions): Use comint-filename-completion.
21041 (comint-completion-addsuffix): Tweak custom type.
21042 (comint-filename-completion, comint--common-suffix)
21043 (comint--common-quoted-suffix, comint--table-subvert)
21044 (comint--complete-file-name-data): New functions.
21045 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
21046 (comint-dynamic-list-filename-completions): Use them.
21047 (comint-dynamic-simple-complete): Make obsolete.
21048
21049 * minibuffer.el (completion-in-region-mode):
21050 Keep completion-in-region-mode--predicate global.
21051 (completion-in-region--postch):
21052 Assume completion-in-region-mode--predicate is not null.
21053
21054 * progmodes/flymake.el (flymake-start-syntax-check-process):
21055 Obey `dir'. Simplify.
21056
21057 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
21058 we're in VC after all.
21059
21060 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
21061
21062 * vc/vc.el (vc-diff-build-argument-list-internal)
21063 (vc-version-ediff, vc-ediff): New commands.
21064 (vc-version-diff): Use vc-diff-build-argument-list-internal.
21065
21066 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21067
21068 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
21069 add sanity check.
21070
21071 * obsolete/erc-hecomplete.el: Make obsolete.
21072 * obsolete/: Standardize obsolescence info in the header.
21073
21074 2011-04-20 Glenn Morris <rgm@gnu.org>
21075
21076 * calendar/solar.el (solar-horizontal-coordinates):
21077 Use the longitude argument rather than `calendar-longitude'.
21078 (solar-date-next-longitude): Remove unused locals.
21079
21080 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21081
21082 * whitespace.el: New version 13.2.1.
21083
21084 2011-04-20 felix <EmacsWiki> (tiny change)
21085
21086 * whitespace.el (global-whitespace-mode): Keep highlight when
21087 switching between major modes on a file.
21088
21089 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21090
21091 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
21092 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
21093 multi-line comments as well.
21094
21095 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
21096
21097 Lexical-binding cleanup.
21098
21099 * arc-mode.el (archive-mode-revert):
21100 * cmuscheme.el (scheme-interactively-start-process):
21101 * custom.el (custom-initialize-delay):
21102 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
21103 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
21104 * emacs-lock.el (emacs-lock-clear-sentinel):
21105 * ezimage.el (defezimage):
21106 * follow.el (follow-avoid-tail-recenter):
21107 * fringe.el (set-fringe-mode-1):
21108 * generic-x.el (bat-generic-mode-compile):
21109 * help-mode.el (help-info-variable, help-do-xref)
21110 (help-mode-revert-buffer):
21111 * help.el (view-emacs-todo):
21112 * iswitchb.el (iswitchb-completion-help):
21113 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
21114 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
21115 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
21116 * locate.el (locate-update):
21117 * longlines.el (longlines-encode-region)
21118 (longlines-after-change-function):
21119 * outline.el (outline-isearch-open-invisible):
21120 * ps-def.el (declare-function, charset-dimension, char-width)
21121 (encode-char):
21122 * ps-mule.el (ps-mule-plot-string):
21123 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
21124 (recentf-edit-list-select, recentf-edit-list-validate)
21125 (recentf-open-files-action):
21126 * rect.el (delete-whitespace-rectangle-line)
21127 (rectangle-number-line-callback):
21128 * register.el (window-configuration-to-register)
21129 (frame-configuration-to-register):
21130 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
21131 * select.el (xselect-convert-to-string, xselect-convert-to-length)
21132 (xselect-convert-to-targets, xselect-convert-to-delete)
21133 (xselect-convert-to-filename, xselect-convert-to-charpos)
21134 (xselect-convert-to-lineno, xselect-convert-to-colno)
21135 (xselect-convert-to-os, xselect-convert-to-host)
21136 (xselect-convert-to-user, xselect-convert-to-class)
21137 (xselect-convert-to-name, xselect-convert-to-integer)
21138 (xselect-convert-to-atom, xselect-convert-to-identity):
21139 * subr.el (declare, ignore, process-kill-without-query)
21140 (text-clone-maintain):
21141 * terminal.el (te-get-char, te-tic-sentinel):
21142 * tool-bar.el (tool-bar-make-keymap):
21143 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
21144 * type-break.el (type-break-mode, type-break-noninteractive-query):
21145 * view.el (View-back-to-mark):
21146 * wid-browse.el (widget-browse-action, widget-browse-widget)
21147 (widget-browse-widgets, widget-browse-sexp):
21148 * widget.el (define-widget-keywords):
21149 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
21150 Mark unused parameters.
21151
21152 * align.el (align-adjust-col-for-rule): Mark unused parameter.
21153 (align-areas): Remove unused variable `look'.
21154 (align-region): Remove unused variables `real-end' and `pos-list'.
21155
21156 * apropos.el (apropos-score-doc): Remove unused variable `i'.
21157
21158 * bindings.el (mode-line-modified, mode-line-remote):
21159 Mark unused parameters.
21160 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
21161
21162 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
21163 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
21164
21165 * comint.el (comint-history-isearch-pop-state)
21166 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
21167 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
21168 (comint-substitute-in-file-name): Doc fix.
21169
21170 * completion.el (cmpl-statistics-block): Mark unused parameter.
21171 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
21172 (save-completions-to-file, load-completions-from-file):
21173 Remove unused local variable `e'.
21174
21175 * composite.el (compose-chars): Remove unused variable `len'.
21176 (lgstring-insert-glyph): Remove unused variable `g'.
21177 (compose-glyph-string): Remove unused variables `ascent',
21178 `descent', `lbearing' and `rbearing'.
21179 (compose-glyph-string-relative): Remove unused variables
21180 `lbearing', `rbearing' and `wadjust'.
21181 (compose-gstring-for-graphic): Remove unused variables `header',
21182 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
21183 (compose-gstring-for-terminal): Remove unused variables `header'
21184 and `nchars'. Use `let', not `let*'.
21185
21186 * cus-edit.el (Custom-set, Custom-save, custom-reset)
21187 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
21188 (Custom-buffer-done, custom-buffer-create-internal)
21189 (custom-browse-visibility-action, custom-browse-group-tag-action)
21190 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
21191 (widget-magic-mouse-down-action, custom-toggle-parent)
21192 (custom-add-parent-links, custom-toggle-hide-variable)
21193 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
21194 (custom-toggle-hide-face, face, hook, custom-group-link-action)
21195 (custom-face-menu-create, custom-variable-menu-create, get)
21196 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
21197 (custom-reset-standard-save-and-update): Remove unused variable `value'.
21198 (customize-apropos): Remove unused variable `tests'.
21199 (custom-group-value-create): Remove unused variable `hidden-p'.
21200 (sort-fold-case): Declare.
21201
21202 * cus-theme.el (custom-reset-standard-faces-list)
21203 (custom-reset-standard-variables-list): Declare.
21204 (customize-create-theme, custom-theme-revert, custom-theme-write)
21205 (custom-theme-choose-mode, customize-themes, custom-theme-save):
21206 Mark unused parameters.
21207
21208 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
21209
21210 * delim-col.el (delimit-columns-max): Move defvar before first use.
21211
21212 * descr-text.el (describe-char-categories): Don't quote `lambda'.
21213 (describe-char): Don't quote `lambda'. Mark unused parameter.
21214
21215 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
21216 (auto-insert): Declare.
21217 (desktop-restore-file-buffer): Rename desktop-* parameters;
21218 mark unused ones.
21219 (desktop-create-buffer): Rename desktop-* parameters and bind them.
21220 (desktop-buffer): Rename desktop-* parameters.
21221
21222 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
21223 (dframe-reposition-frame-xemacs, dframe-help-echo)
21224 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
21225 Mark unused parameters.
21226
21227 * dired-aux.el (backup-extract-version-start, overwrite-query)
21228 (overwrite-backup-query, rename-regexp-query)
21229 (rename-non-directory-query): Declare.
21230 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
21231 (dired-add-entry): Remove unused variable `orig-file-name'.
21232 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
21233 Use parameter PRESERVE-TIME instead of accessing dynamic variable
21234 `dired-copy-preserve-time' directly.
21235 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
21236 (dired-insert-subdir-newpos): Rename unused variable `pos'.
21237
21238 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
21239 (dired-virtual-revert, dired-make-relative-symlink):
21240 Mark unused parameters.
21241 (manual-program): Declare.
21242 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
21243 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
21244 wrapped in `with-no-warnings' to avoid replacing one warning by another.
21245
21246 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
21247
21248 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
21249
21250 * echistory.el (electric-history-in-progress, Helper-return-blurb):
21251 Declare.
21252
21253 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
21254
21255 * electric.el (Electric-command-loop): Rename parameter
21256 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
21257
21258 * expand.el (expand-in-literal): Remove unused variable `here'.
21259
21260 * facemenu.el (facemenu-add-new-color):
21261 Remove unused variable `docstring'.
21262
21263 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
21264 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
21265 (face-attr-construct): Mark unused parameter. Doc fix.
21266 (read-color): Remove unused variable `hex-string'.
21267
21268 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
21269 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
21270 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
21271 (display-buffer-other-frame): Remove unused variable `old-window'.
21272 (kill-buffer-hook): Declare.
21273 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
21274 Mark unused parameters.
21275 (after-find-file): Pass 1 to `auto-save-mode', not t.
21276
21277 * files-x.el (auto-insert): Declare.
21278 (modify-file-local-variable-prop-line): Remove unused variable `val'.
21279
21280 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
21281 variable `buf'. Mark unused parameter.
21282 (find-lisp-insert-directory): Mark unused parameter.
21283
21284 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
21285 (format-encode-region): Remove unused variables `cur-buf' and `result'.
21286 (format-common-tail): Remove, unused.
21287 (format-deannotate-region): Remove unused variable `loc'.
21288 (format-annotate-region): Remove unused variable `p'.
21289 (format-annotate-single-property-change): Remove unused variables
21290 `default' and `tail'.
21291
21292 * forms.el (read-file-filter): Declare.
21293 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
21294
21295 * frame.el (frame-creation-function-alist): Mark unused parameter.
21296 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
21297
21298 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
21299 Remove unused parameters.
21300 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
21301 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
21302
21303 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
21304 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
21305 (hfy-prepare-tag-map): Mark unused parameters.
21306 (htmlfontify-buffer): Use `called-interactively-p'.
21307
21308 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
21309 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
21310 (ibuffer-do-occur): Mark unused parameters.
21311 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
21312 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
21313
21314 * ibuffer.el: Don't quote `lambda'.
21315 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
21316 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
21317 Mark unused parameters.
21318
21319 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
21320 (ido-completing-read): Mark unused parameters.
21321 (ido-copy-current-word): Mark unused parameters;
21322 remove unused variable `name'.
21323 (ido-sort-merged-list): Remove unused parameter `dirs'.
21324
21325 * ielm.el (ielm-input-sender): Mark unused parameter.
21326 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
21327 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
21328 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
21329 `ielm-string' as a dynamic variable accessible from the IELM prompt.
21330 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
21331
21332 * image-dired.el (image-dired-display-thumbs): Remove unused
21333 variables `curr-file' and `count'.
21334 (image-dired-remove-tag): Remove unused variable `start'.
21335 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
21336 variable `curr-file'
21337 (image-dired-rotate-original): Remove unused variable `temp-file'.
21338 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
21339 Remove unused variable `file'.
21340 (image-dired-gallery-generate): Remove unused variable `curr'.
21341 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
21342
21343 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
21344
21345 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
21346
21347 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
21348
21349 * isearch.el (minibuffer-history-symbol): Declare.
21350 (isearch-edit-string): Remove unused variable `err'.
21351 (isearch-message-prefix, isearch-message-suffix):
21352 Mark unused parameters.
21353
21354 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
21355
21356 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
21357
21358 * makesum.el (double-column): Remove unused variable `cnt'.
21359
21360 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
21361 (ido-ignore-item-temp-list): Declare.
21362
21363 * mouse-drag.el (mouse-drag-throw): Remove unused variables
21364 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
21365 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
21366 (mouse-drag-drag): Remove unused variables `mouse-delta' and
21367 `mouse-col-delta'.
21368
21369 * mouse-sel.el (mouse-extend-internal):
21370 Remove unused variable `orig-window-frame'.
21371
21372 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
21373 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
21374 Move declarations before first use.
21375 (pcomplete-opt): Mark unused parameters; doc fix.
21376
21377 * proced.el (proced-revert): Mark unused parameter.
21378 (proced-send-signal): Remove unused variable `err'.
21379
21380 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
21381 Rename parameter PREFIX-ARG to ARG.
21382 (ps-basic-plot-string, ps-basic-plot-whitespace):
21383 Mark unused parameters.
21384
21385 * replace.el (replace-count): Define.
21386 (occur-revert-function): Mark unused parameters.
21387 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
21388 (isearch-case-fold-search, isearch-string): Declare.
21389 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
21390 bind `case-fold-search'. Remove unused variables `beg' and `end',
21391 and simplify.
21392 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
21393 COUNT and bind `replace-count'.
21394 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
21395 to COUNT.
21396
21397 * savehist.el (print-readably, print-string-length): Declare.
21398
21399 * shadowfile.el (shadow-expand-cluster-in-file-name):
21400 Remove unused variable `cluster'.
21401 (shadow-copy-file): Remove unused variable `i'.
21402 (shadow-noquery, shadow-clusters, shadow-site-cluster)
21403 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
21404 (shadow-define-literal-group, shadow-define-regexp-group)
21405 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
21406
21407 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
21408 (shell): Use `called-interactively-p'.
21409 (shell-directory-tracker): Remove unused variable `chdir-failure'.
21410
21411 * simple.el (compilation-context-lines, comint-file-name-quote-list)
21412 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
21413 (delete-backward-char): Remove unused variable `ocol'.
21414 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
21415 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
21416 (event-apply-hyper-modifier, event-apply-shift-modifier)
21417 (event-apply-control-modifier, event-apply-meta-modifier):
21418 Mark unused parameters.
21419 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
21420 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
21421
21422 * speedbar.el (speedbar-ignored-directory-expressions)
21423 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
21424 (speedbar-find-file, speedbar-dir-follow)
21425 (speedbar-directory-buttons-follow, speedbar-tag-find)
21426 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
21427 (speedbar-buffers-line-directory, speedbar-buffer-click):
21428 Mark unused parameters.
21429 (speedbar-tag-file): Remove unused variable `mode'.
21430 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
21431
21432 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
21433
21434 * talk.el (talk): Remove unused variable `display'.
21435
21436 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
21437 (tar-write-region-annotate): Mark unused parameter.
21438
21439 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
21440 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
21441 Declare them, wrapped in `with-no-warnings' to avoid replacing one
21442 warning by another.
21443
21444 * time-stamp.el (time-stamp-string-preprocess):
21445 Remove unused variable `require-padding'.
21446
21447 * tree-widget.el (widget-glyph-enable): Declare.
21448 (tree-widget-action): Mark unused parameter.
21449
21450 * w32-fns.el (x-get-selection): Mark unused parameter.
21451 (autoload-make-program, generated-autoload-file): Declare.
21452
21453 * wdired.el (wdired-revert): Mark unused parameters.
21454 (wdired-xcase-word): Remove unused variable `err'.
21455
21456 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
21457 (whitespace-help-scroll): Remove unused variable `data-help'.
21458
21459 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
21460 (widget-image-insert, widget-after-change, default)
21461 (widget-default-format-handler, widget-default-notify)
21462 (widget-default-prompt-value, widget-info-link-action)
21463 (widget-url-link-action, widget-function-link-action)
21464 (widget-variable-link-action, widget-file-link-action)
21465 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
21466 (widget-field-prompt-internal, widget-field-action, widget-field-match)
21467 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
21468 (widget-insert-button-action, widget-delete-button-action, visibility)
21469 (widget-documentation-link-action, widget-documentation-string-action)
21470 (widget-const-prompt-value, widget-regexp-match, symbol)
21471 (widget-coding-system-prompt-value)
21472 (widget-key-sequence-value-to-external, sexp)
21473 (widget-sexp-value-to-internal, character, vector, cons)
21474 (widget-choice-prompt-value, widget-boolean-prompt-value)
21475 (widget-color--choose-action): Mark unused parameters.
21476 (widget-item-match-inline, widget-choice-match-inline)
21477 (widget-checklist-match, widget-checklist-match-inline)
21478 (widget-group-match): Rename parameter VALUES to VALS.
21479 (widget-field-value-set): Remove unused variable `size'.
21480 (widget-color-action): Remove unused variables `value' and `start'.
21481
21482 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
21483 variable `dir'. Doc fix.
21484 (windmove-find-other-window): Don't pass it.
21485
21486 * window.el (count-windows): Mark unused parameter.
21487 (bw-adjust-window): Remove unused variable `err'.
21488
21489 * woman.el (woman-file-name): Remove unused variable `default'.
21490 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
21491 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
21492 (global-font-lock-mode): Declare.
21493 (woman-decode-region): Mark unused parameter.
21494 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
21495
21496 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
21497 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
21498 (x-dnd-handle-moz-url): Remove unused variable `title'.
21499 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
21500
21501 * xml.el (xml-parse-tag, xml-parse-attlist):
21502 Remove unused variable `pos'.
21503
21504 2011-04-19 Glenn Morris <rgm@gnu.org>
21505
21506 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
21507 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
21508 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
21509 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
21510 * calendar/cal-html.el (cal-html-insert-minical):
21511 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
21512 (calendar-mark-date-pattern):
21513 Prefix "unused" locals.
21514
21515 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
21516 optional argument `style'.
21517
21518 * calendar/appt.el (appt-make-list):
21519 * calendar/cal-china.el (calendar-chinese-date-string):
21520 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
21521 (diary-hebrew-yahrzeit):
21522 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
21523 * calendar/calendar.el (calendar-generate-window):
21524 * calendar/time-date.el (time-to-days):
21525 Remove unused local variables.
21526
21527 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
21528
21529 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
21530 glyphless-char-display table.
21531 (tabulated-list-glyphless-char-display): New var.
21532
21533 2011-04-18 Sam Steingold <sds@gnu.org>
21534
21535 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
21536 to acknowledgments.
21537
21538 2011-04-17 Glenn Morris <rgm@gnu.org>
21539
21540 * calendar/diary-lib.el (diary-sexp-entry):
21541 * calendar/holidays.el (holiday-sexp):
21542 Set debug-on-error rather than the removed stack-trace-on-error.
21543
21544 2011-04-16 Glenn Morris <rgm@gnu.org>
21545
21546 * progmodes/f90.el: Use lexical-binding.
21547 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
21548
21549 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
21550
21551 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
21552 (mail-mode): Setup mailalias completion here instead.
21553 * mail/mailalias.el: Use lexical-binding.
21554 (pattern, mailalias-done): Declare dynamic.
21555 (mail-completion-at-point-function): New function, from mail-complete.
21556 (mail-complete): Use it.
21557 (mail-completion-expand): New function.
21558 (mail-get-names): Use it.
21559 (mail-directory, mail-directory-process, mail-directory-stream):
21560 Don't use `pattern' for lexically bound arg.
21561
21562 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
21563
21564 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
21565 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
21566 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
21567
21568 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
21569 (byte-save-window-excursion, byte-temp-output-buffer-setup)
21570 (byte-interactive-p): Define them again, for use when inlining
21571 old code.
21572
21573 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
21574
21575 * loadup.el: Use `string-to-number', not `string-to-int'.
21576
21577 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
21578
21579 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
21580 gud-gdb-complete-command.
21581 (gud-gdb-completions): New function, from gud-gdb-complete-command.
21582 (gud-gdb-completion-at-point): New function.
21583 (gud-gdb-completions): Remove.
21584
21585 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
21586
21587 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
21588 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
21589 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
21590 whether `executable-find' is bound.
21591
21592 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
21593
21594 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
21595
21596 * minibuffer.el (completion-in-region-mode-predicate)
21597 (completion-in-region-mode--predicate): New vars.
21598 (completion-in-region, completion-in-region--postch)
21599 (completion-in-region-mode): Use them.
21600 (completion--capf-wrapper): Also return the hook function.
21601 (completion-at-point, completion-help-at-point):
21602 Adjust and provide a predicate.
21603
21604 Preserve arg names for advice of subr and lexical functions (bug#8457).
21605 * help-fns.el (help-function-arglist): Consolidate the subr and
21606 new-byte-code cases. Add argument `preserve-names' to extract names
21607 from the docstring when needed.
21608 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
21609 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
21610 (ad-arglist): Use help-function-arglist's new arg.
21611 (ad-definition-type): Use cond.
21612
21613 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
21614
21615 * autorevert.el (auto-revert-handler):
21616 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
21617 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
21618 Don't quote lambda.
21619
21620 * image-mode.el (image-transform-set-scale):
21621 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
21622
21623 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21624
21625 * net/network-stream.el (network-stream-open-starttls): Only do
21626 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
21627 Upgrades via gnutls-cli are too slow to be done opportunistically.
21628
21629 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
21630
21631 * dframe.el (dframe-current-frame): Remove spurious quote.
21632
21633 2011-04-12 Glenn Morris <rgm@gnu.org>
21634
21635 * calendar/cal-tex.el (cal-tex-end-document):
21636 Try to automatically use latin1 input if needed.
21637
21638 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
21639 Don't try to cons a mark onto an empty element.
21640
21641 2011-04-11 Leo Liu <sdl.web@gmail.com>
21642
21643 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
21644 buffers.
21645 (ido-kill-buffer-at-head): Support killing virtual buffers.
21646
21647 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
21648
21649 * minibuffer.el (completion-show-inline-help): New var.
21650 (completion--do-completion, minibuffer-complete)
21651 (minibuffer-force-complete, minibuffer-complete-word):
21652 Inhibit minibuffer messages if completion-show-inline-help is nil.
21653
21654 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
21655 to avoid interference from inline help (Bug#5849).
21656
21657 2011-04-10 Leo Liu <sdl.web@gmail.com>
21658
21659 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21660 Fix typo.
21661
21662 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
21663
21664 * image-mode.el (image-toggle-display-image): Signal an error if
21665 not in Image mode.
21666 (image-transform-mode, image-transform-resize)
21667 (image-transform-set-rotation): Doc fix.
21668 (image-transform-set-resize): Delete.
21669 (image-transform-set-scale, image-transform-fit-to-height)
21670 (image-transform-fit-to-width): Handle image-toggle-display-image
21671 and image-transform-resize directly.
21672
21673 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
21674
21675 * doc-view.el (doc-view-fit-width-to-window)
21676 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
21677 New functions for fitting the shown image to the Emacs window size.
21678 (doc-view-mode-map): Add bindings for the new functions.
21679
21680 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
21681
21682 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
21683 Fix typo in docstring.
21684
21685 2011-04-08 Eli Zaretskii <eliz@gnu.org>
21686
21687 * files.el (file-size-human-readable): Produce one digit after
21688 decimal, like "ls -lh" does.
21689
21690 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
21691 the file size representation.
21692
21693 * simple.el (list-processes): If async subprocesses are not
21694 available, error out with a clear error message.
21695
21696 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
21697
21698 * help.el (help-form-show): New function, to be called from C.
21699 Put help-form output in a buffer named differently than *Help*.
21700
21701 2011-04-08 Eli Zaretskii <eliz@gnu.org>
21702
21703 * files.el (file-size-human-readable): New function.
21704
21705 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
21706 computing the representation inline. Don't require `cl'.
21707
21708 2011-04-08 Glenn Morris <rgm@gnu.org>
21709
21710 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
21711
21712 * net/browse-url.el (browse-url-firefox):
21713 Test system-type, not system-configuration.
21714
21715 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
21716 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
21717 Use log-edit-empty-buffer-p. (Bug#7598)
21718
21719 * net/rlogin.el (rlogin-process-connection-type): Simplify.
21720 (rlogin-mode-map): Initialize in the defvar.
21721 (rlogin): Use ignore-errors.
21722
21723 * replace.el (occur-mode-map): Some fixes for menu items.
21724
21725 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
21726
21727 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
21728
21729 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
21730
21731 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
21732 issuing unused warnings.
21733
21734 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
21735 macro directly.
21736
21737 * simple.el: Lisp reimplement of list-processes. Based on an
21738 earlier reimplementation by Leo Liu, but using tabulated-list.el.
21739 (process-menu-mode): New major mode.
21740 (list-processes--refresh, list-processes):
21741 (process-menu-visit-buffer): New functions.
21742
21743 * files.el (save-buffers-kill-emacs): Don't assume any return
21744 value of list-processes, which is undocumented anyway.
21745
21746 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
21747
21748 * emacs-lisp/tabulated-list.el: New file.
21749
21750 * emacs-lisp/package.el: Use Tabulated List mode.
21751 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
21752 (package-menu-mode): Derive from tabulated-list-mode. Set up the
21753 table format using Tabulated List mode variables.
21754 (package--push): New macro, replacing package-list-maybe-add.
21755 (package-menu--generate): Use package--push. Renamed from
21756 package--generate-package-list.
21757 (package-menu-refresh, list-packages): Use it.
21758 (package-menu--print-info): Rename from package-print-package.
21759 Return insertion data instead of inserting it directly.
21760 (package-menu-describe-package, package-menu-execute):
21761 Use tabulated-list-get-id.
21762 (package-menu-mark-delete, package-menu-mark-install)
21763 (package-menu-mark-unmark, package-menu-backup-unmark)
21764 (package-menu-mark-obsolete-for-deletion):
21765 Use tabulated-list-put-tag.
21766 (package--list-packages, package-menu-revert)
21767 (package-menu-get-package, package-menu-get-version)
21768 (package-menu-sort-by-column): Functions deleted.
21769 (package-menu-package-list, package-menu-sort-key): Vars deleted.
21770 (package-menu--status-predicate, package-menu--version-predicate)
21771 (package-menu--name-predicate)
21772 (package-menu--description-predicate): Handle arguments in the
21773 Tabulated List format.
21774 (package-list-packages-no-fetch): Call list-packages.
21775
21776 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
21777
21778 * files.el (after-find-file-from-revert-buffer): Remove variable.
21779 (after-find-file): Don't bind it.
21780 (revert-buffer-in-progress-p): New variable.
21781 (revert-buffer): Bind it.
21782 Pass nil for `after-find-file-from-revert-buffer'.
21783
21784 * saveplace.el (save-place-find-file-hook): Use new variable
21785 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
21786
21787 2011-04-06 Glenn Morris <rgm@gnu.org>
21788
21789 * Makefile.in (AUTOGEN_VCS): New variable.
21790 (autoloads): Use $AUTOGEN_VCS.
21791
21792 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
21793 * calendar/calendar.el (calendar-mode-map):
21794 Check for toolkit scroll bars. (Bug#8305)
21795
21796 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
21797
21798 * minibuffer.el (completion-in-region--postch)
21799 (completion-in-region-mode): Remove unnecessary messages.
21800
21801 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
21802
21803 * font-lock.el (font-lock-refresh-defaults):
21804 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
21805 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
21806
21807 * info.el (Info-directory-list, Info-read-node-name-2)
21808 (Info-split-parameter-string): Doc fixes.
21809 (Info-virtual-nodes): Reflow docstring.
21810 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
21811 (Info-apropos-toc-nodes, info-finder, Info-get-token)
21812 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
21813 Fix typos in docstrings.
21814 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
21815 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
21816 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
21817 (Info-restore-desktop-buffer): Mark unused parameters.
21818 (Info-directory-find-file, Info-directory-find-node)
21819 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
21820 (Info-virtual-index-find-node, Info-apropos-find-file)
21821 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
21822 Mark unused parameters; fix typos in docstrings.
21823 (Info-virtual-index): Remove unused local variable `nodename'.
21824
21825 2011-04-05 Deniz Dogan <deniz@dogan.se>
21826
21827 * net/rcirc.el: Update my e-mail address.
21828 (rcirc-mode-map): Remove M-o binding.
21829
21830 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
21831
21832 * startup.el (command-line): Save the cursor's theme-face
21833 directly, instead of using face-override-spec.
21834
21835 * custom.el (load-theme): Minor optimization in assigning faces.
21836
21837 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
21838
21839 * help-fns.el (describe-variable): Complete all variables having
21840 documentation, including keywords.
21841 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
21842
21843 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
21844
21845 Convert to lexical-binding.
21846
21847 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
21848 (bs--get-marked-string, bs--get-modified-string)
21849 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
21850 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
21851 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
21852
21853 * ehelp.el (electric-help-execute-extended)
21854 (electric-help-ctrl-x-prefix):
21855 * hexl.el (hexl-revert-buffer-function):
21856 * linum.el (linum-after-change, linum-after-scroll):
21857 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
21858
21859 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
21860
21861 2011-04-04 Daiki Ueno <ueno@unixuser.org>
21862
21863 * epa-dired.el:
21864 * epa-mail.el:
21865 * epa-hook.el:
21866 * epa-file.el:
21867 * epa.el:
21868 * epg.el: Use lexical binding.
21869
21870 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
21871
21872 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
21873
21874 * textmodes/flyspell.el (flyspell-word): Recognize default
21875 dictionary case for flyspell-mark-duplications-exceptions.
21876 Use regexp matching for languages.
21877 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
21878 default dictionary (Bug#7926).
21879
21880 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
21881
21882 * emacs-lisp/package.el (package--with-work-buffer):
21883 Recognize https URLs.
21884
21885 * net/network-stream.el: Move from gnus/proto-stream.el.
21886 Change prefix to network-stream throughout.
21887 (open-protocol-stream): Merge into open-network-stream, leaving
21888 open-protocol-stream as an alias. Handle nil BUFFER args.
21889
21890 * subr.el (open-network-stream): Move to net/network-stream.el.
21891
21892 2011-04-02 Glenn Morris <rgm@gnu.org>
21893
21894 * find-dired.el (find-exec-terminator): New option.
21895 (find-ls-option): Test for -ls support.
21896 (find-ls-subdir-switches): Test for -b in find-ls-option.
21897 (find-dired, find-grep-dired): Doc fixes.
21898 (find-dired): Use find-exec-terminator.
21899
21900 * find-dired.el (find-ls-option, find-ls-subdir-switches)
21901 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
21902 (find-name-arg): Remove purecopy.
21903
21904 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
21905 (grep-compute-defaults): Check for `-exec COMMAND +' support.
21906 Set grep-find-use-xargs, grep-find-command, and grep-find-template
21907 accordingly. Don't add the null-device if not needed.
21908
21909 * files.el (save-some-buffers): Doc fix.
21910
21911 2011-04-02 Eli Zaretskii <eliz@gnu.org>
21912
21913 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
21914
21915 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
21916
21917 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
21918 Use `dolist' rather than `mapcar'.
21919
21920 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21921
21922 Add lexical binding.
21923
21924 * subr.el (apply-partially): Use new closures rather than CL.
21925 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
21926 (dolist, dotimes): Use slightly different expansion for lexical code.
21927 (functionp): Move to C.
21928 (letrec): New macro.
21929 (with-wrapper-hook): Use it and apply-partially instead of CL.
21930 (eval-after-load): Preserve lexical-binding.
21931 (save-window-excursion, with-output-to-temp-buffer): Turn them
21932 into macros.
21933
21934 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
21935
21936 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
21937 than the arglist.
21938 (help-add-fundoc-usage): Don't add `Not documented'.
21939 (help-function-arglist): Handle closures, subroutines, and new
21940 byte-code-functions.
21941 (help-make-usage): Remove leading underscores.
21942 (describe-function-1): Handle closures.
21943 (describe-variable): Use special-variable-p for completion.
21944
21945 * files.el (lexical-binding): Declare safe.
21946
21947 * emacs-lisp/pcase.el: Don't use destructuring-bind.
21948 (pcase--memoize): Rename from pcase-memoize. Change weakness.
21949 (pcase): Add `let' pattern.
21950 Change memoization so it actually works.
21951 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
21952 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
21953 <let>: New case.
21954
21955 * emacs-lisp/macroexp.el: Use lexical binding.
21956 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
21957 Don't convert ' to #' without checking that it's indeed quoting
21958 a lambda.
21959
21960 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
21961 Use eval-sexp-add-defvars.
21962 (eval-sexp-add-defvars): New fun.
21963
21964 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
21965
21966 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
21967 Don't autoload.
21968 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
21969 than the internal `byte-compile-lambda'.
21970 (defmethod): Don't hide code under quotes.
21971 (eieio-defmethod): New `code' argument.
21972
21973 * emacs-lisp/eieio-comp.el: Remove.
21974
21975 * emacs-lisp/edebug.el (edebug-eval-defun)
21976 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
21977 (edebug-toggle): Avoid `eval'.
21978
21979 * emacs-lisp/disass.el (disassemble-internal): Handle new
21980 `closure' objects.
21981 (disassemble-1): Handle new byte codes.
21982
21983 * emacs-lisp/cl.el (pushnew): Silence warning.
21984
21985 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
21986 (cl-byte-compile-throw): Remove.
21987 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
21988
21989 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
21990 closures.
21991
21992 * emacs-lisp/cconv.el: New file.
21993
21994 * emacs-lisp/bytecomp.el: Use lexical binding instead of
21995 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
21996 (byte-compile-initial-macro-environment):
21997 Handle declare-function here.
21998 (byte-compile--lexical-environment): New var.
21999 (byte-stack-ref, byte-stack-set, byte-discardN)
22000 (byte-discardN-preserve-tos): New lap codes.
22001 (byte-interactive-p): Don't use any more.
22002 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
22003 New macros.
22004 (byte-compile-lapcode): Use them and handle new lap codes.
22005 (byte-compile-obsolete): Remove.
22006 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
22007 (byte-compile-arglist-warn): Check late def of inlinable funs.
22008 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
22009 since they should have been expanded by now.
22010 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
22011 (byte-compile-from-buffer): Remove unused second arg.
22012 (byte-compile-preprocess): New function.
22013 (byte-compile-toplevel-file-form): New function to distinguish
22014 file-form calls from outside from file-form calls from hunk-handlers.
22015 (byte-compile-file-form): Simplify.
22016 (byte-compile-file-form-defsubst): Remove.
22017 (byte-compile-file-form-defmumble): Simplify now that
22018 byte-compile-lambda always returns a byte-code-function.
22019 (byte-compile): Preprocess.
22020 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
22021 Remove, not used any more.
22022 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
22023 (byte-compile-make-args-desc): New funs.
22024 (byte-compile-lambda): Handle lexical functions. Always return
22025 a byte-code-function.
22026 (byte-compile-reserved-constants): New var, to make up room for
22027 closed-over variables.
22028 (byte-compile-constants-vector): Obey it.
22029 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
22030 (byte-compile-macroexpand-declare-function): New function.
22031 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
22032 byte-code-functions.
22033 (byte-compile-form): Check obsolescence here.
22034 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
22035 (byte-compile-variable-ref): Remove.
22036 (byte-compile-dynamic-variable-op): New fun.
22037 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22038 (byte-compile-variable-set): New funs.
22039 (byte-compile-discard): Add 2 args.
22040 (byte-compile-stack-ref, byte-compile-stack-set)
22041 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
22042 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
22043 macroexpand-all instead.
22044 (byte-compile-quote-form): Remove.
22045 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
22046 (byte-compile-bind, byte-compile-unbind): New funs.
22047 (byte-compile-let): Handle let* and lexical binding.
22048 (byte-compile-let*): Remove.
22049 (byte-compile-catch, byte-compile-unwind-protect)
22050 (byte-compile-track-mouse, byte-compile-condition-case):
22051 Handle a new :fun-body form, used for lexical scoping.
22052 (byte-compile-save-window-excursion)
22053 (byte-compile-with-output-to-temp-buffer): Remove.
22054 (byte-compile-defun): Simplify.
22055 (byte-compile-stack-adjustment): New fun.
22056 (byte-compile-out): Use it.
22057 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
22058
22059 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
22060 handler any more.
22061
22062 * emacs-lisp/byte-opt.el: Use lexical binding.
22063 (byte-inline-lapcode): Remove (to bytecomp).
22064 (byte-compile-inline-expand): Pay attention to inlining to/from
22065 lexically bound code.
22066 (byte-compile-unfold-lambda): Don't handle byte-code-functions
22067 any more.
22068 (byte-optimize-form-code-walker): Don't handle save-window-excursion
22069 any more and don't call compiler-macros.
22070 (byte-compile-splice-in-already-compiled-code): Remove.
22071 (byte-code): Don't inline any more.
22072 (disassemble-offset): Receive `bytes' as argument rather than via
22073 dynamic scoping.
22074 (byte-compile-tag-number): Declare before first use.
22075 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
22076 `return' even if make-spliceable.
22077 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
22078 obsolete interactive-p.
22079 (byte-optimize-lapcode): Optimize new lap-codes.
22080 Don't trip up on new form of `byte-constant' lap code.
22081
22082 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
22083
22084 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
22085
22086 * custom.el (custom-initialize-default, custom-declare-variable):
22087 Use `defvar'.
22088
22089 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
22090 New variables.
22091 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
22092 (COMPILE_FIRST): Add macroexp and cconv.
22093 * makefile.w32-in: Mirror changes in Makefile.in.
22094
22095 * vc/cvs-status.el:
22096 * vc/diff-mode.el:
22097 * vc/log-edit.el:
22098 * vc/log-view.el:
22099 * vc/smerge-mode.el:
22100 * textmodes/bibtex-style.el:
22101 * textmodes/css-mode.el:
22102 * startup.el:
22103 * uniquify.el:
22104 * minibuffer.el:
22105 * newcomment.el:
22106 * reveal.el:
22107 * server.el:
22108 * mpc.el:
22109 * emacs-lisp/smie.el:
22110 * doc-view.el:
22111 * dired.el:
22112 * abbrev.el: Use lexical binding.
22113
22114 2011-04-01 Eli Zaretskii <eliz@gnu.org>
22115
22116 * info.el (info-display-manual): New function.
22117
22118 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22119
22120 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
22121
22122 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
22123
22124 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
22125 an entry for that server in rcirc-authinfo. (Bug#8385)
22126
22127 2011-03-31 Glenn Morris <rgm@gnu.org>
22128
22129 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
22130
22131 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
22132
22133 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
22134
22135 * progmodes/python.el (python-default-interpreter)
22136 (python-python-command-args, python-jython-command-args)
22137 (python-which-shell, python-which-args, python-which-bufname)
22138 (python-file-queue, python-comint-output-filter-function)
22139 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
22140 variables and functions.
22141
22142 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
22143
22144 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
22145 (completion-in-region-mode): New minor mode.
22146 (completion-in-region): Use it.
22147 (completion-in-region--data, completion-in-region-mode-map): New vars.
22148 (completion-in-region--postch): New function.
22149 (completion--capf-misbehave-funs, completion--capf-safe-funs):
22150 New vars.
22151 (completion--capf-wrapper): New function.
22152 (completion-at-point): Use it to track well-behavedness of
22153 hook functions.
22154 (completion-help-at-point): New command.
22155
22156 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
22157
22158 * vc/add-log.el (add-change-log-entry): Don't use whitespace
22159 syntax class to search for whitespace on a single line
22160 (Message-ID: <4D938140.4030905@redhat.com>).
22161
22162 2011-03-30 Leo Liu <sdl.web@gmail.com>
22163
22164 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
22165 New commands.
22166 (edit-abbrevs-map): Bind them here.
22167 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
22168
22169 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
22170
22171 * allout.el (allout-hide-by-annotation, allout-flag-region):
22172 Reduce possibility of overlay leakage by making them volatile.
22173
22174 * allout-widgets.el (allout-widgets-tally): Define as nil so the
22175 hash is not shared between buffers. Mode initialization is
22176 responsible for giving it a useful starting value.
22177 (allout-item-span): Reduce possibility of overlay leakage by
22178 making them volatile.
22179 (allout-widgets-count-buttons-in-region): Add diagnostic function
22180 for tracking down button overlay leaks.
22181
22182 2011-03-29 Leo Liu <sdl.web@gmail.com>
22183
22184 * ido.el (ido-read-internal): Use the default history var
22185 minibuffer-history if no HISTORY is specified.
22186
22187 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
22188
22189 * net/imap.el (imap-shell-open, imap-process-connection-type):
22190 Use imap-process-connection-type for 'shell' streams as well as
22191 Kerberos, SSL, other subprocesses.
22192
22193 2011-03-28 Leo Liu <sdl.web@gmail.com>
22194
22195 * abbrev.el (abbrev-table-empty-p): New function.
22196 (prepare-abbrev-list-buffer): Place empty abbrev tables after
22197 nonempty ones. (Bug#5937)
22198
22199 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
22200
22201 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
22202
22203 2011-03-27 Leo Liu <sdl.web@gmail.com>
22204
22205 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
22206 for foreground and background colors.
22207 (ansi-color-make-color-map): Adapt.
22208
22209 2011-03-25 Leo Liu <sdl.web@gmail.com>
22210
22211 * midnight.el (midnight-time-float): Remove. Note it calculates
22212 the microsecond component incorrectly and seconds-to-time does the
22213 same job.
22214 Remove redundant (require 'timer).
22215
22216 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
22217 (ido-completions): Remove unused arguments. (Bug#8329)
22218
22219 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22220
22221 * minibuffer.el (completion--flush-all-sorted-completions):
22222 Remove itself from hook.
22223 (completion-at-point): Let the functions perform the completion
22224 immediately and return nil or t.
22225 * comint.el (comint-dynamic-complete-functions): Now identical to
22226 completion-at-point-functions.
22227 (comint-dynamic-list-input-ring): Remove unused var `index'.
22228 (comint--match-partial-filename, comint--unquote&expand-filename):
22229 New funs, split from comint-match-partial-filename.
22230 (comint-dynamic-complete): Use completion-at-point.
22231 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
22232
22233 2011-03-24 Drew Adams <drew.adams@oracle.com>
22234
22235 * thingatpt.el: Support `defun'.
22236
22237 2011-03-23 Leo Liu <sdl.web@gmail.com>
22238
22239 * abbrevlist.el: Move to obsolete/abbrevlist.el.
22240
22241 * help-mode.el (help-mode-finish): Tweak regexp.
22242
22243 2011-03-23 Glenn Morris <rgm@gnu.org>
22244
22245 * eshell/esh-opt.el (eshell-eval-using-options):
22246 Do not bind unused local variable `eshell-option-stub'.
22247
22248 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
22249
22250 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
22251
22252 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
22253 keymap variable in `with-no-warnings' to avoid a warning when the
22254 keymap has been already `defconst'ed.
22255
22256 2011-03-22 Leo Liu <sdl.web@gmail.com>
22257
22258 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
22259 encode all chars in abbrevs; otherwise use emacs-mule or
22260 utf-8-emacs. (Bug#8308)
22261
22262 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
22263
22264 * simple.el (backward-delete-char-untabify):
22265 Avoid warning about using `delete-backward-char'.
22266
22267 * image.el (image-type-file-name-regexps): Make it variable.
22268 `imagemagick-register-types' modifies it, and the user may want
22269 to add new extensions for known image types.
22270 (imagemagick-register-types): Throw error if not using ImageMagick.
22271
22272 2011-03-22 Leo Liu <sdl.web@gmail.com>
22273
22274 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
22275 located before rcirc-prompt-end-marker.
22276 (rcirc-complete): Error if point is not after rcirc prompt.
22277 Handle the case when table is nil.
22278 (rcirc-user-authenticated): Define to fix compiler warning.
22279
22280 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
22281
22282 * custom.el (custom--inhibit-theme-enable): Make it affect only
22283 custom-theme-set-variables and custom-theme-set-faces.
22284 (provide-theme): Ignore custom--inhibit-theme-enable.
22285 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
22286 (custom-enabling-themes): Delete variable.
22287 (enable-theme): Accept only loaded themes as arguments.
22288 Ignore the special custom-enabled-themes variable.
22289 (custom-enabled-themes): Forbid themes from setting this.
22290 Eliminate use of custom-enabling-themes.
22291 (custom-push-theme): Quote "changed" custom var entry.
22292
22293 2011-03-21 Leo Liu <sdl.web@gmail.com>
22294
22295 * ido.el (ido-read-internal): Add ido-selected to history instead
22296 of user input.
22297
22298 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22299
22300 * subr.el (deferred-action-list, deferred-action-function):
22301 Mark obsolete.
22302
22303 2011-03-21 Leo Liu <sdl.web@gmail.com>
22304
22305 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
22306 change on 2011-02-13 (bug#8309).
22307
22308 * minibuffer.el (read-file-name-function): Change default value.
22309 (read-file-name--defaults): Rename from read-file-name-defaults.
22310 (read-file-name-default): Rename from read-file-name.
22311 (read-file-name): Call read-file-name-function.
22312
22313 2011-03-21 Glenn Morris <rgm@gnu.org>
22314
22315 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
22316 Doc fixes.
22317
22318 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
22319
22320 * cus-theme.el: Add missing provide statement.
22321 (customize-create-theme): Extract theme value correctly.
22322 (custom-theme-visit-theme): Autoload.
22323 (customize-create-theme): Prompt before inserting default faces.
22324
22325 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
22326
22327 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
22328 units and musical notes.
22329
22330 2011-03-20 Leo Liu <sdl.web@gmail.com>
22331
22332 * ido.el (ido-read-internal): Use completing-read-default.
22333 (ido-completing-read): Fix compatibility with completing-read.
22334
22335 2011-03-20 Christian Ohler <ohler@gnu.org>
22336
22337 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
22338 (ert-delete-all-tests): Use `called-interactively-p' rather than
22339 `interactive-p'.
22340 (ert--make-xrefs-region): Respect END.
22341
22342 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
22343
22344 * dired-aux.el (dired-create-directory): Signal an error if the
22345 directory already exists (Bug#8246).
22346
22347 * facemenu.el (list-colors-display): Call list-faces-display
22348 inside with-help-window.
22349 (list-colors-print): Use display property to align the final
22350 column, instead of checking window-width.
22351
22352 2011-03-19 Eli Zaretskii <eliz@gnu.org>
22353
22354 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
22355 windows-nt systems.
22356 (emerge-protect-metachars): Quote correctly for ms-dos and
22357 windows-nt systems.
22358
22359 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
22360
22361 * info.el (info-initialize): Replace all uses of `:' with
22362 path-separator for compatibility with non-Unix systems.
22363 Cache quoting of path-separator. (Bug#8258)
22364
22365 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
22366
22367 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
22368 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
22369 (mouse-avoidance-mode): Fix typos in docstrings.
22370
22371 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
22372
22373 * startup.el (package-subdirectory-regexp): Move from package.el.
22374 Omit \\` and \\', and let callers add them.
22375
22376 * emacs-lisp/package.el (package-strip-version)
22377 (package-load-all-descriptors): Add \\` and \\' to
22378 package-subdirectory-regexp before using it.
22379 (package-untar-buffer): New arg DIR; ensure that file untars only
22380 into this expected directory. Remove superfluous delete-region.
22381 (package-unpack): Caller changed.
22382 (package-tar-file-info): Use package-subdirectory-regexp.
22383
22384 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
22385
22386 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
22387 diff-mode-shared-map (bug#8284).
22388 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
22389
22390 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22391
22392 * calendar/time-date.el (format-seconds): Use assoc instead of
22393 assoc-string, since assoc-string doesn't exist in XEmacs.
22394
22395 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
22396
22397 * custom.el (custom-known-themes): Reflow docstring.
22398 (custom-theme-load-path): Fix typo in docstring.
22399 (load-theme): Fix typo in error message.
22400 (custom-available-themes, custom-variable-theme-value):
22401 Use `let', not `let*'.
22402
22403 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
22404
22405 * calc/README: Mention inclusion of musical notes.
22406
22407 * calc/calc-units.el (calc-lu-quant): Rename from
22408 `calc-logunits-quantity'.
22409 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
22410 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
22411 (calc-db): Rename from `calc-dblevel'.
22412 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
22413 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
22414 (calc-np): Rename from `calc-nplevel'.
22415 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
22416 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
22417 (calc-lu-plus): Rename from `calc-logunits-add'.
22418 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
22419 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
22420 (calc-lu-minus): Rename from `calc-logunits-sub'.
22421 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
22422 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
22423 (calc-lu-times): Rename from `calc-logunits-mul'.
22424 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
22425 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
22426 (calc-lu-divide): Rename from `calc-logunits-div'.
22427 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
22428 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
22429
22430 * calc/calc-ext.el (calc-init-extensions): Update the names of the
22431 functions being autoloaded.
22432
22433 * calc/calc.el (calc-lu-power-reference): Rename from
22434 `calc-logunits-power-reference'.
22435 (calc-lu-field-reference): Rename from
22436 `calc-logunits-field-reference'.
22437
22438 * calc/calc-help.el (calc-l-prefix-help):
22439 Mention musical note functions.
22440
22441 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
22442
22443 * minibuffer.el (completion-all-sorted-completions):
22444 Use :completion-cycle-penalty text property if present.
22445
22446 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
22447
22448 * allout.el (allout-yank-processing): Adjust for new rebulleting
22449 regime so bullet being yanked is used without prompting the user
22450 for a choice.
22451
22452 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
22453
22454 * startup.el (command-line): Warn the user that _emacs is deprecated.
22455
22456 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
22457
22458 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
22459 (delphi-verbose, delphi-comment-face, delphi-string-face)
22460 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
22461 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
22462 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
22463 (delphi-new-comment-line, delphi-font-lock-defaults)
22464 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
22465 Fix typos in docstrings.
22466
22467 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
22468
22469 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
22470 Invert the roles of character and string values for INSTEAD, so a
22471 string is used for the more common case of a defaulting prompt.
22472
22473 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
22474
22475 * progmodes/ruby-mode.el (ruby-backward-sexp):
22476 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
22477 * play/gamegrid.el (gamegrid-make-face):
22478 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
22479 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
22480 * notifications.el (notifications-notify):
22481 * net/xesam.el (xesam-search-engines):
22482 * net/quickurl.el (quickurl-list-insert):
22483 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
22484
22485 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
22486
22487 * startup.el (command-line): Update package subdirectory regexp.
22488
22489 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
22490
22491 * allout.el (allout-abbreviate-flattened-numbering)
22492 (allout-mode-deactivate-hook): Fix up obsolescence "date".
22493
22494 * subr.el (read-char-choice): Only show the cursor after the prompt,
22495 not after the answer.
22496
22497 2011-03-15 Kevin Ryde <user42@zip.com.au>
22498
22499 * help-fns.el (variable-at-point): Skip leading quotes, if any
22500 (bug#8253).
22501
22502 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
22503
22504 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
22505 warning message.
22506
22507 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
22508
22509 * shell.el (shell): When called interactively, offer to change the
22510 shell file name on remote hosts.
22511
22512 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
22513
22514 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
22515 integration for LDAP parameters. The host, base, user or binddn,
22516 and secret tokens can be specified in a netrc file, for instance.
22517 This is optional because an `auth-source' parameter must be
22518 specified in the search attributes.
22519
22520 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
22521
22522 * help.el (describe-mode): Link to the mode's definition (bug#8185).
22523
22524 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
22525
22526 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
22527 into declaration. Remove redundant and harmful binding.
22528
22529 2011-03-12 Eli Zaretskii <eliz@gnu.org>
22530
22531 * files.el (file-ownership-preserved-p): Pass `integer' as an
22532 explicit 2nd argument to `file-attributes'. If the file's owner
22533 is the Administrators group on Windows, and the current user is
22534 Administrator, consider that a match.
22535
22536 * server.el (server-ensure-safe-dir): Consider server directory
22537 safe on MS-Windows if its owner is the Administrators group while
22538 the current Emacs user is Administrator. Use `=' to compare
22539 numerical UIDs, since they could be integers or floats.
22540
22541 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
22542
22543 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
22544
22545 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
22546
22547 Sync with Tramp 2.2.1.
22548
22549 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
22550
22551 * net/trampver.el: Update release number.
22552
22553 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
22554
22555 * progmodes/compile.el (compilation--previous-directory): Fix up
22556 various nil/dead-marker mismatches (bug#8014).
22557 (compilation-directory-properties, compilation-error-properties):
22558 Don't call it at a position past the one we're about to change.
22559
22560 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
22561 Disable obsolescence warnings in the file that declares it.
22562
22563 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
22564
22565 * allout-widgets.el (allout-widgets-tally):
22566 Initialize allout-widgets-tally as a hash table rather than nil to
22567 prevent mode-line redisplay warnings. Also, clarify the module
22568 description and fix a comment typo.
22569
22570 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
22571
22572 * help-fns.el (describe-variable): Don't complete keywords.
22573 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
22574
22575 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
22576
22577 * emacs-lisp/package.el (package-version-join): Impose a standard
22578 string representation for pre/alpha/beta version lists.
22579 (package-unpack-single): Standardize the directory name by passing
22580 it through package-version-join.
22581 (package-strip-rcs-id): Accept any version string that does not
22582 signal an error in version-to-list.
22583
22584 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
22585
22586 * simple.el (delete-trailing-whitespace): Return nil for the
22587 benefit of `write-file-functions'.
22588
22589 2011-03-10 Glenn Morris <rgm@gnu.org>
22590
22591 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
22592
22593 * vc/vc-git.el (vc-git-program): New option.
22594 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
22595 (vc-git--call): Use it.
22596
22597 * eshell/esh-util.el (eshell-condition-case): Doc fix.
22598
22599 * cus-edit.el (Custom-newline): If no button at point, look
22600 for a subgroup button at start-of-line. (Bug#2298)
22601
22602 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
22603
22604 2011-03-10 Julien Danjou <julien@danjou.info>
22605
22606 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
22607 `cursor-type' is nil.
22608
22609 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
22610
22611 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
22612
22613 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
22614
22615 * allout.el: Change so yank of distinctive-bullet items
22616 preserves the existing header prefix, rebulleting it if necessary,
22617 rather than replacing it. This is necessary for proper operation
22618 of cooperative addons like allout-widgets.
22619 (allout-make-topic-prefix, allout-rebullet-heading):
22620 Change SOLICIT arg to INSTEAD, and interpret additionally a string
22621 value as alternate bullet to be used, instead of prompting the user
22622 for a bullet character.
22623
22624 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
22625
22626 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22627 Do not use `tramp-file-name-port', because this returns also
22628 `tramp-default-port'.
22629
22630 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
22631
22632 * net/rcirc.el (rcirc-handler-001): Remove useless
22633 with-rcirc-process-buffer.
22634 (rcirc-check-auth-status): Swap arguments to string-match.
22635
22636 2011-03-09 Glenn Morris <rgm@gnu.org>
22637
22638 * shell.el (shell-mode):
22639 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
22640
22641 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
22642 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
22643
22644 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
22645
22646 * emacs-lisp/package.el (package-refresh-contents)
22647 (package-menu-execute): Use condition-case-no-debug.
22648
22649 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
22650
22651 * simple.el (shell-command-to-string): Use `process-file'.
22652
22653 * emacs-lisp/package.el (package-tar-file-info): Handle also
22654 remote files.
22655
22656 * emacs-lisp/package-x.el (package-upload-buffer-internal):
22657 Use `equal' for upload base check.
22658
22659 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
22660
22661 * textmodes/texinfo.el (texinfo-environments):
22662 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
22663
22664 2011-03-08 Glenn Morris <rgm@gnu.org>
22665
22666 * cus-start.el (cursor-in-non-selected-windows):
22667 Fix :set quoting oddness. (Bug#8192)
22668
22669 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
22670 in some setf expressions. (Bug#2159)
22671
22672 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
22673
22674 * custom.el (custom-available-themes): Return themes in
22675 alphabetical order.
22676
22677 See ChangeLog.15 for earlier changes.
22678
22679 ;; Local Variables:
22680 ;; coding: utf-8
22681 ;; End:
22682
22683 Copyright (C) 2011-2012 Free Software Foundation, Inc.
22684
22685 This file is part of GNU Emacs.
22686
22687 GNU Emacs is free software: you can redistribute it and/or modify
22688 it under the terms of the GNU General Public License as published by
22689 the Free Software Foundation, either version 3 of the License, or
22690 (at your option) any later version.
22691
22692 GNU Emacs is distributed in the hope that it will be useful,
22693 but WITHOUT ANY WARRANTY; without even the implied warranty of
22694 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22695 GNU General Public License for more details.
22696
22697 You should have received a copy of the GNU General Public License
22698 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.